diff --git a/tr/css/compat.json b/tr/css/compat.json index 01a28c79062b..d1f812ccbd16 100644 --- a/tr/css/compat.json +++ b/tr/css/compat.json @@ -142,8 +142,8 @@ "-webkit-box-sizing": { "name": "-webkit-box-sizing" }, - "-webkit-flex-propdef": { - "name": "-webkit-flex-propdef" + "-webkit-flex": { + "name": "-webkit-flex" }, "-webkit-flex-basis": { "name": "-webkit-flex-basis" diff --git a/tr/css/css-conditional.json b/tr/css/css-conditional.json index 3afa53da9256..e6089be5b151 100644 --- a/tr/css/css-conditional.json +++ b/tr/css/css-conditional.json @@ -1,7 +1,7 @@ { "spec": { "title": "CSS Conditional Rules Module Level 3", - "url": "https://www.w3.org/TR/css3-conditional/" + "url": "https://www.w3.org/TR/css-conditional-3/" }, "properties": {}, "descriptors": {}, diff --git a/tr/css/css-contain.json b/tr/css/css-contain.json index 6f244f93ae65..bdd4e8f1fa17 100644 --- a/tr/css/css-contain.json +++ b/tr/css/css-contain.json @@ -11,7 +11,7 @@ "appliesTo": "See below", "inherited": "no", "percentages": "n/a", - "computedValue": "specified keyword(s)", + "computedValue": "the keyword none or one or more of size, layout, paint", "canonicalOrder": "per grammar", "animationType": "not animatable" }, @@ -24,7 +24,7 @@ "percentages": "n/a", "computedValue": "as specified", "canonicalOrder": "per grammar", - "animationType": "discrete" + "animationType": "not animatable" } }, "descriptors": {}, diff --git a/tr/css/css-images-4.json b/tr/css/css-images-4.json new file mode 100644 index 000000000000..53354644a1d0 --- /dev/null +++ b/tr/css/css-images-4.json @@ -0,0 +1,71 @@ +{ + "spec": { + "title": "CSS Image Values and Replaced Content Module Level 4", + "url": "https://www.w3.org/TR/css-images-4/" + }, + "properties": { + "image-resolution": { + "name": "image-resolution", + "value": "[ from-image || ] && snap?", + "initial": "1dppx", + "appliesTo": "all elements", + "inherited": "yes", + "percentages": "n/a", + "media": "visual", + "computedValue": "as specified, except with possibly altered by computed for snap (see below)", + "canonicalOrder": "per grammar", + "animatable": "no" + } + }, + "descriptors": {}, + "valuespaces": { + "": { + "value": " | | | | " + }, + "": { + "value": "image( ? [ ? , ? ]! )" + }, + "": { + "value": "[ ltr | rtl ]" + }, + "": { + "value": "[ | ]" + }, + "": { + "value": "element( )" + }, + "": { + "value": "[ | | | | | ]" + }, + "": { + "value": "conic-gradient( [ from ]? [ at ]?, )" + }, + "": { + "value": "[ [, ]? ]# , " + }, + "": { + "value": " && " + }, + "": { + "value": "" + }, + "": { + "value": "{1,2}" + }, + "": { + "value": "[ [, ]? ]# , " + }, + "": { + "value": " && ?" + }, + "": { + "value": "" + }, + "": { + "value": "{1,2}" + }, + "": { + "value": " | " + } + } +} diff --git a/tr/css/css-images.json b/tr/css/css-images.json index 53354644a1d0..8d2fb659d0c9 100644 --- a/tr/css/css-images.json +++ b/tr/css/css-images.json @@ -1,71 +1,88 @@ { "spec": { - "title": "CSS Image Values and Replaced Content Module Level 4", - "url": "https://www.w3.org/TR/css-images-4/" + "title": "CSS Images Module Level 3", + "url": "https://www.w3.org/TR/css-images-3/" }, "properties": { - "image-resolution": { - "name": "image-resolution", - "value": "[ from-image || ] && snap?", - "initial": "1dppx", + "object-fit": { + "name": "object-fit", + "value": "fill | contain | cover | none | scale-down", + "initial": "fill", + "appliesTo": "replaced elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "specified keyword", + "canonicalOrder": "per grammar", + "animationType": "discrete" + }, + "object-position": { + "name": "object-position", + "value": "", + "initial": "50% 50%", + "appliesTo": "replaced elements", + "inherited": "no", + "percentages": "refer to width and height of element itself", + "computedValue": "as for background-position", + "canonicalOrder": "the horizontal component of the , followed by the vertical component", + "animationType": "as for background-position" + }, + "image-orientation": { + "name": "image-orientation", + "value": "from-image | none | [ || flip ]", + "initial": "from-image", + "appliesTo": "all elements", + "inherited": "yes", + "percentages": "n/a", + "computedValue": "the specified keyword, or an , rounded and normalized (see text), plus optionally a flip keyword", + "canonicalOrder": "per grammar", + "animationType": "discrete" + }, + "image-rendering": { + "name": "image-rendering", + "value": "auto | smooth | high-quality | crisp-edges | pixelated", + "initial": "auto", "appliesTo": "all elements", "inherited": "yes", "percentages": "n/a", - "media": "visual", - "computedValue": "as specified, except with possibly altered by computed for snap (see below)", + "computedValue": "specified keyword", "canonicalOrder": "per grammar", - "animatable": "no" + "animationType": "discrete" } }, "descriptors": {}, "valuespaces": { "": { - "value": " | | | | " - }, - "": { - "value": "image( ? [ ? , ? ]! )" - }, - "": { - "value": "[ ltr | rtl ]" - }, - "": { - "value": "[ | ]" - }, - "": { - "value": "element( )" + "value": " | " }, "": { - "value": "[ | | | | | ]" + "value": " | | | " + }, + "": { + "value": "linear-gradient( [ | to ]? , )" }, - "": { - "value": "conic-gradient( [ from ]? [ at ]?, )" + "": { + "value": "[left | right] || [top | bottom]" }, "": { - "value": "[ [, ]? ]# , " + "value": " , [ ? , ]#" }, "": { - "value": " && " + "value": " && ?" }, "": { "value": "" }, - "": { - "value": "{1,2}" - }, - "": { - "value": "[ [, ]? ]# , " - }, - "": { - "value": " && ?" + "": { + "value": "radial-gradient( [ [ circle || ] [ at ]? , | [ ellipse || {2} ] [ at ]? , | [ [ circle | ellipse ] || ] [ at ]? , | at , ]? [ , ]+ )" }, - "": { - "value": "" + "": { + "value": "closest-corner | closest-side | farthest-corner | farthest-side" }, - "": { - "value": "{1,2}" + "": { + "prose": "Can be either circle or ellipse; determines whether the gradient’s ending shape is a circle or an ellipse, respectively. If is omitted, the ending shape defaults to a circle if the is a single , and to an ellipse otherwise." }, - "": { - "value": " | " + "": { + "prose": "Gives the radius of the circle explicitly. Negative values are invalid. Note: Percentages are not allowed here; they can only be used to specify the size of an elliptical gradient, not a circular one. This restriction exists because there is are multiple reasonable answers as to which dimension the percentage should be relative to. A future level of this module may provide the ability to size circles with percentages, perhaps with more explicit controls over which dimension is used." } } } diff --git a/tr/dfns/compat.json b/tr/dfns/compat.json index 125a73e2a27a..a4e880a0c761 100644 --- a/tr/dfns/compat.json +++ b/tr/dfns/compat.json @@ -574,7 +574,7 @@ "id": "propdef--webkit-flex-propdef", "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-propdef", "linkingText": [ - "-webkit-flex-propdef" + "-webkit-flex" ], "localLinkingText": [], "type": "property", @@ -1314,7 +1314,7 @@ "id": "valdef-flex--webkit-flex-valdef", "href": "https://compat.spec.whatwg.org/#valdef-flex--webkit-flex-valdef", "linkingText": [ - "-webkit-flex-valdef" + "-webkit-flex" ], "localLinkingText": [], "type": "value", diff --git a/tr/dfns/cors-rfc1918.json b/tr/dfns/cors-rfc1918.json index 6dafb63842ed..9dd8d98ce532 100644 --- a/tr/dfns/cors-rfc1918.json +++ b/tr/dfns/cors-rfc1918.json @@ -5,79 +5,81 @@ }, "dfns": [ { - "id": "address-space", - "href": "https://wicg.github.io/cors-rfc1918/#address-space", + "id": "ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#ip-address-space", "linkingText": [ + "IP address space" + ], + "localLinkingText": [ "address space" ], - "localLinkingText": [], "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" }, { - "id": "address-space-local", - "href": "https://wicg.github.io/cors-rfc1918/#address-space-local", + "id": "ip-address-space-local", + "href": "https://wicg.github.io/cors-rfc1918/#ip-address-space-local", "linkingText": [ "local" ], "localLinkingText": [], "type": "dfn", "for": [ - "address space" + "IP address space" ], "access": "public", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" }, { - "id": "address-space-private", - "href": "https://wicg.github.io/cors-rfc1918/#address-space-private", + "id": "ip-address-space-private", + "href": "https://wicg.github.io/cors-rfc1918/#ip-address-space-private", "linkingText": [ "private" ], "localLinkingText": [], "type": "dfn", "for": [ - "address space" + "IP address space" ], "access": "public", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" }, { - "id": "address-space-public", - "href": "https://wicg.github.io/cors-rfc1918/#address-space-public", + "id": "ip-address-space-public", + "href": "https://wicg.github.io/cors-rfc1918/#ip-address-space-public", "linkingText": [ "public" ], "localLinkingText": [], "type": "dfn", "for": [ - "address space" + "IP address space" ], "access": "public", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" @@ -94,8 +96,8 @@ "access": "private", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" @@ -112,8 +114,8 @@ "access": "private", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" @@ -130,8 +132,8 @@ "access": "private", "informative": false, "heading": { - "id": "address-space-heading", - "title": "Address Space", + "id": "ip-address-space-heading", + "title": "IP Address Space", "number": "2.1" }, "definedIn": "prose" @@ -326,6 +328,46 @@ }, "definedIn": "pre" }, + { + "id": "connection-ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#connection-ip-address-space", + "linkingText": [ + "IP address space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "connection" + ], + "access": "public", + "informative": false, + "heading": { + "id": "integration-fetch", + "title": "Integration with Fetch", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "response-ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#response-ip-address-space", + "linkingText": [ + "IP address space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "response" + ], + "access": "public", + "informative": false, + "heading": { + "id": "integration-fetch", + "title": "Integration with Fetch", + "number": "3.1" + }, + "definedIn": "prose" + }, { "id": "cache-request-network-type", "href": "https://wicg.github.io/cors-rfc1918/#cache-request-network-type", @@ -347,13 +389,13 @@ "definedIn": "prose" }, { - "id": "dom-document-address-space", - "href": "https://wicg.github.io/cors-rfc1918/#dom-document-address-space", + "id": "document-ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#document-ip-address-space", "linkingText": [ - "address space" + "IP address space" ], "localLinkingText": [], - "type": "attribute", + "type": "dfn", "for": [ "Document" ], @@ -367,13 +409,13 @@ "definedIn": "prose" }, { - "id": "dom-workerglobalscope-address-space", - "href": "https://wicg.github.io/cors-rfc1918/#dom-workerglobalscope-address-space", + "id": "workerglobalscope-ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#workerglobalscope-ip-address-space", "linkingText": [ - "address space" + "IP address space" ], "localLinkingText": [], - "type": "attribute", + "type": "dfn", "for": [ "WorkerGlobalScope" ], @@ -385,6 +427,26 @@ "number": "3.3" }, "definedIn": "prose" + }, + { + "id": "environment-settings-object-ip-address-space", + "href": "https://wicg.github.io/cors-rfc1918/#environment-settings-object-ip-address-space", + "linkingText": [ + "IP address space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "environment settings object" + ], + "access": "public", + "informative": false, + "heading": { + "id": "integration-html", + "title": "Integration with HTML", + "number": "3.3" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/css-conditional-3.json b/tr/dfns/css-conditional-3.json new file mode 100644 index 000000000000..c27800a29aa2 --- /dev/null +++ b/tr/dfns/css-conditional-3.json @@ -0,0 +1,368 @@ +{ + "spec": { + "title": "CSS Conditional Rules Module Level 3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + "dfns": [ + { + "id": "conditional-group-rule", + "href": "https://www.w3.org/TR/css-conditional-3/#conditional-group-rule", + "linkingText": [ + "conditional group rule" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "processing", + "title": "Processing of conditional group rules", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-media", + "href": "https://www.w3.org/TR/css-conditional-3/#at-ruledef-media", + "linkingText": [ + "@media" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-media", + "title": "Media-specific style sheets: the @media rule", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-supports", + "href": "https://www.w3.org/TR/css-conditional-3/#at-ruledef-supports", + "linkingText": [ + "@supports" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-supports", + "title": "Feature queries: the @supports rule", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "typedef-supports-condition", + "href": "https://www.w3.org/TR/css-conditional-3/#typedef-supports-condition", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-supports", + "title": "Feature queries: the @supports rule", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-supports-in-parens", + "href": "https://www.w3.org/TR/css-conditional-3/#typedef-supports-in-parens", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-supports", + "title": "Feature queries: the @supports rule", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-supports-feature", + "href": "https://www.w3.org/TR/css-conditional-3/#typedef-supports-feature", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-supports", + "title": "Feature queries: the @supports rule", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-supports-decl", + "href": "https://www.w3.org/TR/css-conditional-3/#typedef-supports-decl", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-supports", + "title": "Feature queries: the @supports rule", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "dfn-support", + "href": "https://www.w3.org/TR/css-conditional-3/#dfn-support", + "linkingText": [ + "support" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "support-definition", + "title": "Definition of support", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-cssrule-supports_rule", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-cssrule-supports_rule", + "linkingText": [ + "SUPPORTS_RULE" + ], + "localLinkingText": [], + "type": "const", + "for": [ + "CSSRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "extentions-to-cssrule-interface", + "title": "Extensions to the CSSRule interface", + "number": "7.1" + }, + "definedIn": "pre" + }, + { + "id": "cssconditionrule", + "href": "https://www.w3.org/TR/css-conditional-3/#cssconditionrule", + "linkingText": [ + "CSSConditionRule" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-cssconditionrule-interface", + "title": "The CSSConditionRule interface", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-cssconditionrule-conditiontext", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-cssconditionrule-conditiontext", + "linkingText": [ + "conditionText" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSConditionRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cssconditionrule-interface", + "title": "The CSSConditionRule interface", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "cssmediarule", + "href": "https://www.w3.org/TR/css-conditional-3/#cssmediarule", + "linkingText": [ + "CSSMediaRule" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-cssmediarule-interface", + "title": "The CSSMediaRule interface", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-cssmediarule-media", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-cssmediarule-media", + "linkingText": [ + "media" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CSSMediaRule" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-cssmediarule-interface", + "title": "The CSSMediaRule interface", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "csssupportsrule", + "href": "https://www.w3.org/TR/css-conditional-3/#csssupportsrule", + "linkingText": [ + "CSSSupportsRule" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-csssupportsrule-interface", + "title": "The CSSSupportsRule interface", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-css-supports", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-css-supports", + "linkingText": [ + "supports(property, value)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-css-namespace", + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-css-supports-property-value-property", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-css-supports-property-value-property", + "linkingText": [ + "property" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "CSS/supports(property, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-css-namespace", + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-css-supports-property-value-value", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-css-supports-property-value-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "CSS/supports(property, value)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-css-namespace", + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-css-supports-conditiontext", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-css-supports-conditiontext", + "linkingText": [ + "supports(conditionText)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-css-namespace", + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-css-supports-conditiontext-conditiontext", + "href": "https://www.w3.org/TR/css-conditional-3/#dom-css-supports-conditiontext-conditiontext", + "linkingText": [ + "conditionText" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "CSS/supports(conditionText)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "the-css-namespace", + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/css-contain-2.json b/tr/dfns/css-contain-2.json index 080186d9a5bd..3f71faca5de5 100644 --- a/tr/dfns/css-contain-2.json +++ b/tr/dfns/css-contain-2.json @@ -199,16 +199,14 @@ "definedIn": "prose" }, { - "id": "size-containment-containing-box", - "href": "https://www.w3.org/TR/css-contain-2/#size-containment-containing-box", + "id": "size-containment-box", + "href": "https://www.w3.org/TR/css-contain-2/#size-containment-box", "linkingText": [ - "containing box" + "size containment box" ], "localLinkingText": [], "type": "dfn", - "for": [ - "size containment" - ], + "for": [], "access": "private", "informative": false, "heading": { @@ -218,6 +216,42 @@ }, "definedIn": "prose" }, + { + "id": "sizing-as-if-empty", + "href": "https://www.w3.org/TR/css-contain-2/#sizing-as-if-empty", + "linkingText": [ + "Sizing as if empty" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "dt" + }, + { + "id": "laying-out-in-place", + "href": "https://www.w3.org/TR/css-contain-2/#laying-out-in-place", + "linkingText": [ + "Laying out in-place" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "containment-size", + "title": "Size Containment", + "number": "3.1" + }, + "definedIn": "dt" + }, { "id": "layout-containment", "href": "https://www.w3.org/TR/css-contain-2/#layout-containment", @@ -237,16 +271,14 @@ "definedIn": "prose" }, { - "id": "layout-containment-containing-box", - "href": "https://www.w3.org/TR/css-contain-2/#layout-containment-containing-box", + "id": "layout-containment-box", + "href": "https://www.w3.org/TR/css-contain-2/#layout-containment-box", "linkingText": [ - "containing box" + "layout containment box" ], "localLinkingText": [], "type": "dfn", - "for": [ - "layout containment" - ], + "for": [], "access": "private", "informative": false, "heading": { @@ -359,16 +391,14 @@ "definedIn": "prose" }, { - "id": "paint-containment-containing-box", - "href": "https://www.w3.org/TR/css-contain-2/#paint-containment-containing-box", + "id": "paint-containment-box", + "href": "https://www.w3.org/TR/css-contain-2/#paint-containment-box", "linkingText": [ - "containing box" + "paint containment box" ], "localLinkingText": [], "type": "dfn", - "for": [ - "paint containment" - ], + "for": [], "access": "private", "informative": false, "heading": { diff --git a/tr/dfns/css-display-3.json b/tr/dfns/css-display-3.json index 9aae61dd3bbe..b6d9f5a25d31 100644 --- a/tr/dfns/css-display-3.json +++ b/tr/dfns/css-display-3.json @@ -349,6 +349,25 @@ }, "definedIn": "pre" }, + { + "id": "inline-block", + "href": "https://www.w3.org/TR/css-display-3/#inline-block", + "linkingText": [ + "inline block", + "inline block box" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "the-display-properties", + "title": "Box Layout Modes: the display property", + "number": "2" + }, + "definedIn": "table" + }, { "id": "valdef-display-block", "href": "https://www.w3.org/TR/css-display-3/#valdef-display-block", @@ -1353,7 +1372,8 @@ "id": "non-replaced", "href": "https://www.w3.org/TR/css-display-3/#non-replaced", "linkingText": [ - "non-replaced" + "non-replaced", + "non-replaced element" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/css-images-3.json b/tr/dfns/css-images-3.json index 5869c37cfda0..0fd27233d20a 100644 --- a/tr/dfns/css-images-3.json +++ b/tr/dfns/css-images-3.json @@ -742,10 +742,10 @@ "definedIn": "prose" }, { - "id": "intrinsic-dimensions", - "href": "https://www.w3.org/TR/css-images-3/#intrinsic-dimensions", + "id": "natural-dimensions", + "href": "https://www.w3.org/TR/css-images-3/#natural-dimensions", "linkingText": [ - "intrinsic dimensions" + "natural dimension" ], "localLinkingText": [], "type": "dfn", @@ -760,10 +760,10 @@ "definedIn": "dt" }, { - "id": "intrinsic-height", - "href": "https://www.w3.org/TR/css-images-3/#intrinsic-height", + "id": "natural-height", + "href": "https://www.w3.org/TR/css-images-3/#natural-height", "linkingText": [ - "intrinsic height" + "natural height" ], "localLinkingText": [], "type": "dfn", @@ -778,10 +778,10 @@ "definedIn": "prose" }, { - "id": "intrinsic-width", - "href": "https://www.w3.org/TR/css-images-3/#intrinsic-width", + "id": "natural-width", + "href": "https://www.w3.org/TR/css-images-3/#natural-width", "linkingText": [ - "intrinsic width" + "natural width" ], "localLinkingText": [], "type": "dfn", @@ -796,10 +796,28 @@ "definedIn": "prose" }, { - "id": "intrinsic-aspect-ratio", - "href": "https://www.w3.org/TR/css-images-3/#intrinsic-aspect-ratio", + "id": "natural-aspect-ratio", + "href": "https://www.w3.org/TR/css-images-3/#natural-aspect-ratio", "linkingText": [ - "intrinsic aspect ratio" + "natural aspect ratio" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sizing-terms", + "title": "Object-Sizing Terminology", + "number": "4.1" + }, + "definedIn": "prose" + }, + { + "id": "natural-size", + "href": "https://www.w3.org/TR/css-images-3/#natural-size", + "linkingText": [ + "natural size" ], "localLinkingText": [], "type": "dfn", @@ -1155,27 +1173,11 @@ "id": "valdef-image-orientation-angle", "href": "https://www.w3.org/TR/css-images-3/#valdef-image-orientation-angle", "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "image-orientation" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-image-orientation", - "title": "Orienting an Image on the Page: the image-orientation property", - "number": "5.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-image-orientation-angle-flip", - "href": "https://www.w3.org/TR/css-images-3/#valdef-image-orientation-angle-flip", - "linkingText": [ - "? flip" + "", + "flip", + "", + "", + "flip" ], "localLinkingText": [], "type": "value", diff --git a/tr/dfns/css-sizing-3.json b/tr/dfns/css-sizing-3.json index 044ccb28f85f..7b52dcafe14c 100644 --- a/tr/dfns/css-sizing-3.json +++ b/tr/dfns/css-sizing-3.json @@ -1236,33 +1236,17 @@ "definedIn": "prose" }, { - "id": "dfn-intrinsic-sizes", - "href": "https://www.w3.org/TR/css-sizing-3/#dfn-intrinsic-sizes", + "id": "cyclic-percentage-size", + "href": "https://www.w3.org/TR/css-sizing-3/#cyclic-percentage-size", "linkingText": [ - "intrinsic sizes" + "cyclic percentage size" ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "intrinsic-sizes", - "title": "Intrinsic Sizes", - "number": "5.1" - }, - "definedIn": "prose" - }, - { - "id": "cyclic-percentage", - "href": "https://www.w3.org/TR/css-sizing-3/#cyclic-percentage", - "linkingText": [ + "localLinkingText": [ "cyclic percentage" ], - "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "cyclic-percentage-contribution", diff --git a/tr/dfns/ecmascript.json b/tr/dfns/ecmascript.json new file mode 100644 index 000000000000..b37a635e2f92 --- /dev/null +++ b/tr/dfns/ecmascript.json @@ -0,0 +1,1338 @@ +{ + "spec": { + "title": "ECMAScript® 2021 Language Specification", + "url": "https://tc39.es/ecma262/" + }, + "dfns": [ + { + "id": "implementation-defined", + "href": "https://tc39.es/ecma262/#implementation-defined", + "linkingText": [ + "implementation-defined" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "implementation-approximated", + "href": "https://tc39.es/ecma262/#implementation-approximated", + "linkingText": [ + "implementation-approximated" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "host", + "href": "https://tc39.es/ecma262/#host", + "linkingText": [ + "host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "host-hook", + "href": "https://tc39.es/ecma262/#host-hook", + "linkingText": [ + "host hook" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "host-defined", + "href": "https://tc39.es/ecma262/#host-defined", + "linkingText": [ + "host-defined" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "host-environment", + "href": "https://tc39.es/ecma262/#host-environment", + "linkingText": [ + "host environment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Hosts and Implementations", + "number": "4.2" + }, + "definedIn": "prose" + }, + { + "id": "assert", + "href": "https://tc39.es/ecma262/#assert", + "linkingText": [ + "Assert" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Algorithm Conventions", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "early-error-rule", + "href": "https://tc39.es/ecma262/#early-error-rule", + "linkingText": [ + "Early Error Rule" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Static Semantics", + "number": "5.2.4" + }, + "definedIn": "prose" + }, + { + "id": "integer", + "href": "https://tc39.es/ecma262/#integer", + "linkingText": [ + "integer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "integral-number", + "href": "https://tc39.es/ecma262/#integral-number", + "linkingText": [ + "integral Number" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "𝔽", + "href": "https://tc39.es/ecma262/#%F0%9D%94%BD", + "linkingText": [ + "𝔽" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "ℤ", + "href": "https://tc39.es/ecma262/#%E2%84%A4", + "linkingText": [ + "ℤ" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "mathematical-value", + "href": "https://tc39.es/ecma262/#mathematical-value", + "linkingText": [ + "mathematical value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "ℝ", + "href": "https://tc39.es/ecma262/#%E2%84%9D", + "linkingText": [ + "ℝ" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "extended-mathematical-value", + "href": "https://tc39.es/ecma262/#extended-mathematical-value", + "linkingText": [ + "extended mathematical value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "clamping", + "href": "https://tc39.es/ecma262/#clamping", + "linkingText": [ + "clamping" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Mathematical Operations", + "number": "5.2.5" + }, + "definedIn": "prose" + }, + { + "id": "type", + "href": "https://tc39.es/ecma262/#type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "6 ECMAScript Data Types and Values" + }, + "definedIn": "prose" + }, + { + "id": "leading-surrogate", + "href": "https://tc39.es/ecma262/#leading-surrogate", + "linkingText": [ + "leading surrogate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "high-surrogate-code-unit", + "href": "https://tc39.es/ecma262/#high-surrogate-code-unit", + "linkingText": [ + "high-surrogate code unit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "trailing-surrogate", + "href": "https://tc39.es/ecma262/#trailing-surrogate", + "linkingText": [ + "trailing surrogate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "low-surrogate-code-unit", + "href": "https://tc39.es/ecma262/#low-surrogate-code-unit", + "linkingText": [ + "low-surrogate code unit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "surrogate-pair", + "href": "https://tc39.es/ecma262/#surrogate-pair", + "linkingText": [ + "surrogate pair" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "string-concatenation", + "href": "https://tc39.es/ecma262/#string-concatenation", + "linkingText": [ + "string-concatenation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "substring", + "href": "https://tc39.es/ecma262/#substring", + "linkingText": [ + "substring" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The String Type", + "number": "6.1.4" + }, + "definedIn": "prose" + }, + { + "id": "number-value", + "href": "https://tc39.es/ecma262/#number-value", + "linkingText": [ + "Number value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The Number Type", + "number": "6.1.6.1" + }, + "definedIn": "prose" + }, + { + "id": "property-name", + "href": "https://tc39.es/ecma262/#property-name", + "linkingText": [ + "property name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The Object Type", + "number": "6.1.7" + }, + "definedIn": "prose" + }, + { + "id": "integer-index", + "href": "https://tc39.es/ecma262/#integer-index", + "linkingText": [ + "integer index" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The Object Type", + "number": "6.1.7" + }, + "definedIn": "prose" + }, + { + "id": "array-index", + "href": "https://tc39.es/ecma262/#array-index", + "linkingText": [ + "array index" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The Object Type", + "number": "6.1.7" + }, + "definedIn": "prose" + }, + { + "id": "ordinary-object", + "href": "https://tc39.es/ecma262/#ordinary-object", + "linkingText": [ + "ordinary object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" + }, + "definedIn": "prose" + }, + { + "id": "exotic-object", + "href": "https://tc39.es/ecma262/#exotic-object", + "linkingText": [ + "exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" + }, + "definedIn": "prose" + }, + { + "id": "function-object", + "href": "https://tc39.es/ecma262/#function-object", + "linkingText": [ + "function object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" + }, + "definedIn": "prose" + }, + { + "id": "constructor", + "href": "https://tc39.es/ecma262/#constructor", + "linkingText": [ + "constructor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Object Internal Methods and Internal Slots", + "number": "6.1.7.2" + }, + "definedIn": "prose" + }, + { + "id": "super-reference-record", + "href": "https://tc39.es/ecma262/#super-reference-record", + "linkingText": [ + "Super Reference Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "The Reference Record Specification Type", + "number": "6.2.4" + }, + "definedIn": "table" + }, + { + "id": "realm", + "href": "https://tc39.es/ecma262/#realm", + "linkingText": [ + "realm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Realms", + "number": "8.2" + }, + "definedIn": "prose" + }, + { + "id": "realm-record", + "href": "https://tc39.es/ecma262/#realm-record", + "linkingText": [ + "Realm Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Realms", + "number": "8.2" + }, + "definedIn": "prose" + }, + { + "id": "running-execution-context", + "href": "https://tc39.es/ecma262/#running-execution-context", + "linkingText": [ + "running execution context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Execution Contexts", + "number": "8.3" + }, + "definedIn": "prose" + }, + { + "id": "execution-context-stack", + "href": "https://tc39.es/ecma262/#execution-context-stack", + "linkingText": [ + "execution context stack" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Execution Contexts", + "number": "8.3" + }, + "definedIn": "prose" + }, + { + "id": "current-realm", + "href": "https://tc39.es/ecma262/#current-realm", + "linkingText": [ + "the current Realm Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Execution Contexts", + "number": "8.3" + }, + "definedIn": "prose" + }, + { + "id": "active-function-object", + "href": "https://tc39.es/ecma262/#active-function-object", + "linkingText": [ + "active function object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Execution Contexts", + "number": "8.3" + }, + "definedIn": "prose" + }, + { + "id": "job", + "href": "https://tc39.es/ecma262/#job", + "linkingText": [ + "Job" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "8.4" + }, + "definedIn": "prose" + }, + { + "id": "job-activescriptormodule", + "href": "https://tc39.es/ecma262/#job-activescriptormodule", + "linkingText": [ + "active script or module" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "8.4" + }, + "definedIn": "prose" + }, + { + "id": "job-preparedtoevaluatecode", + "href": "https://tc39.es/ecma262/#job-preparedtoevaluatecode", + "linkingText": [ + "prepared to evaluate ECMAScript code" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Jobs and Host Operations to Enqueue Jobs", + "number": "8.4" + }, + "definedIn": "prose" + }, + { + "id": "agent", + "href": "https://tc39.es/ecma262/#agent", + "linkingText": [ + "agent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Agents", + "number": "8.6" + }, + "definedIn": "prose" + }, + { + "id": "agent-record", + "href": "https://tc39.es/ecma262/#agent-record", + "linkingText": [ + "Agent Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Agents", + "number": "8.6" + }, + "definedIn": "prose" + }, + { + "id": "executing-thread", + "href": "https://tc39.es/ecma262/#executing-thread", + "linkingText": [ + "executing thread" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Agents", + "number": "8.6" + }, + "definedIn": "prose" + }, + { + "id": "surrounding-agent", + "href": "https://tc39.es/ecma262/#surrounding-agent", + "linkingText": [ + "surrounding agent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Agents", + "number": "8.6" + }, + "definedIn": "prose" + }, + { + "id": "strict-function", + "href": "https://tc39.es/ecma262/#strict-function", + "linkingText": [ + "strict function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "ECMAScript Function Objects", + "number": "9.2" + }, + "definedIn": "prose" + }, + { + "id": "non-strict-function", + "href": "https://tc39.es/ecma262/#non-strict-function", + "linkingText": [ + "non-strict function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "ECMAScript Function Objects", + "number": "9.2" + }, + "definedIn": "prose" + }, + { + "id": "bound-function-exotic-object", + "href": "https://tc39.es/ecma262/#bound-function-exotic-object", + "linkingText": [ + "bound function exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Bound Function Exotic Objects", + "number": "9.4.1" + }, + "definedIn": "prose" + }, + { + "id": "array-exotic-object", + "href": "https://tc39.es/ecma262/#array-exotic-object", + "linkingText": [ + "Array exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Array Exotic Objects", + "number": "9.4.2" + }, + "definedIn": "prose" + }, + { + "id": "string-exotic-object", + "href": "https://tc39.es/ecma262/#string-exotic-object", + "linkingText": [ + "String exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "String Exotic Objects", + "number": "9.4.3" + }, + "definedIn": "prose" + }, + { + "id": "arguments-exotic-object", + "href": "https://tc39.es/ecma262/#arguments-exotic-object", + "linkingText": [ + "arguments exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Arguments Exotic Objects", + "number": "9.4.4" + }, + "definedIn": "prose" + }, + { + "id": "integer-indexed-exotic-object", + "href": "https://tc39.es/ecma262/#integer-indexed-exotic-object", + "linkingText": [ + "Integer-Indexed exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Integer-Indexed Exotic Objects", + "number": "9.4.5" + }, + "definedIn": "prose" + }, + { + "id": "module-namespace-exotic-object", + "href": "https://tc39.es/ecma262/#module-namespace-exotic-object", + "linkingText": [ + "module namespace exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Module Namespace Exotic Objects", + "number": "9.4.6" + }, + "definedIn": "prose" + }, + { + "id": "immutable-prototype-exotic-object", + "href": "https://tc39.es/ecma262/#immutable-prototype-exotic-object", + "linkingText": [ + "immutable prototype exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Immutable Prototype Exotic Objects", + "number": "9.4.7" + }, + "definedIn": "prose" + }, + { + "id": "proxy-exotic-object", + "href": "https://tc39.es/ecma262/#proxy-exotic-object", + "linkingText": [ + "Proxy exotic object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Proxy Object Internal Methods and Internal Slots", + "number": "9.5" + }, + "definedIn": "prose" + }, + { + "id": "directive-prologue", + "href": "https://tc39.es/ecma262/#directive-prologue", + "linkingText": [ + "Directive Prologue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Directive Prologues and the Use Strict Directive", + "number": "10.2.1" + }, + "definedIn": "prose" + }, + { + "id": "use-strict-directive", + "href": "https://tc39.es/ecma262/#use-strict-directive", + "linkingText": [ + "Use Strict Directive" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Directive Prologues and the Use Strict Directive", + "number": "10.2.1" + }, + "definedIn": "prose" + }, + { + "id": "non-strict-code", + "href": "https://tc39.es/ecma262/#non-strict-code", + "linkingText": [ + "non-strict code" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Strict Mode Code", + "number": "10.2.2" + }, + "definedIn": "prose" + }, + { + "id": "script-record", + "href": "https://tc39.es/ecma262/#script-record", + "linkingText": [ + "Script Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Script Records", + "number": "15.1.8" + }, + "definedIn": "prose" + }, + { + "id": "resolvedbinding-record", + "href": "https://tc39.es/ecma262/#resolvedbinding-record", + "linkingText": [ + "ResolvedBinding Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Abstract Module Records", + "number": "15.2.1.15" + }, + "definedIn": "table" + }, + { + "id": "cyclic-module-record", + "href": "https://tc39.es/ecma262/#cyclic-module-record", + "linkingText": [ + "Cyclic Module Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Cyclic Module Records", + "number": "15.2.1.16" + }, + "definedIn": "prose" + }, + { + "id": "sourctextmodule-record", + "href": "https://tc39.es/ecma262/#sourctextmodule-record", + "linkingText": [ + "Source Text Module Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Source Text Module Records", + "number": "15.2.1.17" + }, + "definedIn": "prose" + }, + { + "id": "importentry-record", + "href": "https://tc39.es/ecma262/#importentry-record", + "linkingText": [ + "ImportEntry Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Source Text Module Records", + "number": "15.2.1.17" + }, + "definedIn": "prose" + }, + { + "id": "exportentry-record", + "href": "https://tc39.es/ecma262/#exportentry-record", + "linkingText": [ + "ExportEntry Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Source Text Module Records", + "number": "15.2.1.17" + }, + "definedIn": "prose" + }, + { + "id": "early-error", + "href": "https://tc39.es/ecma262/#early-error", + "linkingText": [ + "early error" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "16 Error Handling and Language Extensions" + }, + "definedIn": "prose" + }, + { + "id": "thisbooleanvalue", + "href": "https://tc39.es/ecma262/#thisbooleanvalue", + "linkingText": [ + "thisBooleanValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Boolean Prototype Object", + "number": "19.3.3" + }, + "definedIn": "prose" + }, + { + "id": "thissymbolvalue", + "href": "https://tc39.es/ecma262/#thissymbolvalue", + "linkingText": [ + "thisSymbolValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Symbol Prototype Object", + "number": "19.4.3" + }, + "definedIn": "prose" + }, + { + "id": "thisnumbervalue", + "href": "https://tc39.es/ecma262/#thisnumbervalue", + "linkingText": [ + "thisNumberValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Number Prototype Object", + "number": "20.1.3" + }, + "definedIn": "prose" + }, + { + "id": "thisbigintvalue", + "href": "https://tc39.es/ecma262/#thisbigintvalue", + "linkingText": [ + "thisBigIntValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the BigInt Prototype Object", + "number": "20.2.3" + }, + "definedIn": "prose" + }, + { + "id": "thistimevalue", + "href": "https://tc39.es/ecma262/#thistimevalue", + "linkingText": [ + "thisTimeValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Date Prototype Object", + "number": "20.4.4" + }, + "definedIn": "prose" + }, + { + "id": "this-Date-object", + "href": "https://tc39.es/ecma262/#this-Date-object", + "linkingText": [ + "this Date object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Date Prototype Object", + "number": "20.4.4" + }, + "definedIn": "prose" + }, + { + "id": "this-time-value", + "href": "https://tc39.es/ecma262/#this-time-value", + "linkingText": [ + "this time value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the Date Prototype Object", + "number": "20.4.4" + }, + "definedIn": "prose" + }, + { + "id": "thisstringvalue", + "href": "https://tc39.es/ecma262/#thisstringvalue", + "linkingText": [ + "thisStringValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "Properties of the String Prototype Object", + "number": "21.1.3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/gpuweb.json b/tr/dfns/gpuweb.json index 6e601b361e15..9a3ddd936d1b 100644 --- a/tr/dfns/gpuweb.json +++ b/tr/dfns/gpuweb.json @@ -808,6 +808,24 @@ }, "definedIn": "prose" }, + { + "id": "supported-limits", + "href": "https://gpuweb.github.io/gpuweb/#supported-limits", + "linkingText": [ + "supported limits" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "limits", + "title": "Limits", + "number": "3.6.2" + }, + "definedIn": "prose" + }, { "id": "limit-better", "href": "https://gpuweb.github.io/gpuweb/#limit-better", @@ -829,10 +847,10 @@ "definedIn": "prose" }, { - "id": "limit-baseline", - "href": "https://gpuweb.github.io/gpuweb/#limit-baseline", + "id": "limit-default", + "href": "https://gpuweb.github.io/gpuweb/#limit-default", "linkingText": [ - "baseline" + "default" ], "localLinkingText": [], "type": "dfn", @@ -849,15 +867,15 @@ "definedIn": "prose" }, { - "id": "dom-gpulimits-maxbindgroups", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxbindgroups", + "id": "dom-supported-limits-maxbindgroups", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxbindgroups", "linkingText": [ "maxBindGroups" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -869,15 +887,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxdynamicuniformbuffersperpipelinelayout", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxdynamicuniformbuffersperpipelinelayout", + "id": "dom-supported-limits-maxdynamicuniformbuffersperpipelinelayout", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxdynamicuniformbuffersperpipelinelayout", "linkingText": [ "maxDynamicUniformBuffersPerPipelineLayout" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -889,15 +907,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxdynamicstoragebuffersperpipelinelayout", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxdynamicstoragebuffersperpipelinelayout", + "id": "dom-supported-limits-maxdynamicstoragebuffersperpipelinelayout", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxdynamicstoragebuffersperpipelinelayout", "linkingText": [ "maxDynamicStorageBuffersPerPipelineLayout" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -909,15 +927,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxsampledtexturespershaderstage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxsampledtexturespershaderstage", + "id": "dom-supported-limits-maxsampledtexturespershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxsampledtexturespershaderstage", "linkingText": [ "maxSampledTexturesPerShaderStage" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -929,15 +947,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxsamplerspershaderstage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxsamplerspershaderstage", + "id": "dom-supported-limits-maxsamplerspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxsamplerspershaderstage", "linkingText": [ "maxSamplersPerShaderStage" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -949,15 +967,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxstoragebufferspershaderstage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxstoragebufferspershaderstage", + "id": "dom-supported-limits-maxstoragebufferspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxstoragebufferspershaderstage", "linkingText": [ "maxStorageBuffersPerShaderStage" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -969,15 +987,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxstoragetexturespershaderstage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxstoragetexturespershaderstage", + "id": "dom-supported-limits-maxstoragetexturespershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxstoragetexturespershaderstage", "linkingText": [ "maxStorageTexturesPerShaderStage" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -989,15 +1007,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxuniformbufferspershaderstage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxuniformbufferspershaderstage", + "id": "dom-supported-limits-maxuniformbufferspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxuniformbufferspershaderstage", "linkingText": [ "maxUniformBuffersPerShaderStage" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1009,15 +1027,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxuniformbufferbindingsize", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxuniformbufferbindingsize", + "id": "dom-supported-limits-maxuniformbufferbindingsize", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxuniformbufferbindingsize", "linkingText": [ "maxUniformBufferBindingSize" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1029,15 +1047,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxstoragebufferbindingsize", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxstoragebufferbindingsize", + "id": "dom-supported-limits-maxstoragebufferbindingsize", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxstoragebufferbindingsize", "linkingText": [ "maxStorageBufferBindingSize" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1049,15 +1067,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxvertexbuffers", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxvertexbuffers", + "id": "dom-supported-limits-maxvertexbuffers", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxvertexbuffers", "linkingText": [ "maxVertexBuffers" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1069,15 +1087,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxvertexattributes", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxvertexattributes", + "id": "dom-supported-limits-maxvertexattributes", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxvertexattributes", "linkingText": [ "maxVertexAttributes" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1089,15 +1107,15 @@ "definedIn": "table" }, { - "id": "dom-gpulimits-maxvertexarraystride", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpulimits-maxvertexarraystride", + "id": "dom-supported-limits-maxvertexbufferarraystride", + "href": "https://gpuweb.github.io/gpuweb/#dom-supported-limits-maxvertexbufferarraystride", "linkingText": [ - "maxVertexArrayStride" + "maxVertexBufferArrayStride" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPULimits" + "supported limits" ], "access": "public", "informative": false, @@ -1109,23 +1127,283 @@ "definedIn": "table" }, { - "id": "dictdef-gpulimits", - "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpulimits", + "id": "gpuadapterlimits", + "href": "https://gpuweb.github.io/gpuweb/#gpuadapterlimits", "linkingText": [ - "GPULimits" + "GPUAdapterLimits" ], "localLinkingText": [], - "type": "dictionary", + "type": "interface", "for": [], "access": "public", "informative": false, "heading": { - "id": "gpulimits", - "title": "GPULimits", + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", "number": "3.6.2.1" }, "definedIn": "heading" }, + { + "id": "dom-gpuadapterlimits-maxbindgroups", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxbindgroups", + "linkingText": [ + "maxBindGroups" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxdynamicuniformbuffersperpipelinelayout", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxdynamicuniformbuffersperpipelinelayout", + "linkingText": [ + "maxDynamicUniformBuffersPerPipelineLayout" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxdynamicstoragebuffersperpipelinelayout", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxdynamicstoragebuffersperpipelinelayout", + "linkingText": [ + "maxDynamicStorageBuffersPerPipelineLayout" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxsampledtexturespershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxsampledtexturespershaderstage", + "linkingText": [ + "maxSampledTexturesPerShaderStage" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxsamplerspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxsamplerspershaderstage", + "linkingText": [ + "maxSamplersPerShaderStage" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxstoragebufferspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxstoragebufferspershaderstage", + "linkingText": [ + "maxStorageBuffersPerShaderStage" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxstoragetexturespershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxstoragetexturespershaderstage", + "linkingText": [ + "maxStorageTexturesPerShaderStage" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxuniformbufferspershaderstage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxuniformbufferspershaderstage", + "linkingText": [ + "maxUniformBuffersPerShaderStage" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxuniformbufferbindingsize", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxuniformbufferbindingsize", + "linkingText": [ + "maxUniformBufferBindingSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxstoragebufferbindingsize", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxstoragebufferbindingsize", + "linkingText": [ + "maxStorageBufferBindingSize" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxvertexbuffers", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxvertexbuffers", + "linkingText": [ + "maxVertexBuffers" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxvertexattributes", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxvertexattributes", + "linkingText": [ + "maxVertexAttributes" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpuadapterlimits-maxvertexbufferarraystride", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapterlimits-maxvertexbufferarraystride", + "linkingText": [ + "maxVertexBufferArrayStride" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapterLimits" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapterlimits", + "title": "GPUAdapterLimits", + "number": "3.6.2.1" + }, + "definedIn": "pre" + }, { "id": "gpuadapterfeatures", "href": "https://gpuweb.github.io/gpuweb/#gpuadapterfeatures", @@ -1397,6 +1675,26 @@ }, "definedIn": "dt" }, + { + "id": "dom-gpuadapter-limits", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapter-limits", + "linkingText": [ + "limits" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUAdapter" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpu-adapter", + "title": "GPUAdapter", + "number": "4.4" + }, + "definedIn": "dt" + }, { "id": "dom-gpuadapter-adapter-slot", "href": "https://gpuweb.github.io/gpuweb/#dom-gpuadapter-adapter-slot", @@ -6085,10 +6383,10 @@ "definedIn": "pre" }, { - "id": "dom-gpubufferbindingtype-readonly-storage", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpubufferbindingtype-readonly-storage", + "id": "dom-gpubufferbindingtype-read-only-storage", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpubufferbindingtype-read-only-storage", "linkingText": [ - "\"readonly-storage\"" + "\"read-only-storage\"" ], "localLinkingText": [], "type": "enum-value", @@ -6513,10 +6811,10 @@ "definedIn": "pre" }, { - "id": "dom-gpustoragetextureaccess-readonly", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpustoragetextureaccess-readonly", + "id": "dom-gpustoragetextureaccess-read-only", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpustoragetextureaccess-read-only", "linkingText": [ - "\"readonly\"" + "\"read-only\"" ], "localLinkingText": [], "type": "enum-value", @@ -6533,10 +6831,10 @@ "definedIn": "pre" }, { - "id": "dom-gpustoragetextureaccess-writeonly", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpustoragetextureaccess-writeonly", + "id": "dom-gpustoragetextureaccess-write-only", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpustoragetextureaccess-write-only", "linkingText": [ - "\"writeonly\"" + "\"write-only\"" ], "localLinkingText": [], "type": "enum-value", @@ -8333,6 +8631,24 @@ }, "definedIn": "table" }, + { + "id": "abstract-opdef-validating-gpurenderpipelinedescriptor", + "href": "https://gpuweb.github.io/gpuweb/#abstract-opdef-validating-gpurenderpipelinedescriptor", + "linkingText": [ + "validating GPURenderPipelineDescriptor" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sample-masking", + "title": "Sample Masking", + "number": "10.3.4" + }, + "definedIn": "prose" + }, { "id": "enumdef-gpuprimitivetopology", "href": "https://gpuweb.github.io/gpuweb/#enumdef-gpuprimitivetopology", @@ -9941,6 +10257,24 @@ }, "definedIn": "pre" }, + { + "id": "abstract-opdef-validating-gpudepthstencilstatedescriptor", + "href": "https://gpuweb.github.io/gpuweb/#abstract-opdef-validating-gpudepthstencilstatedescriptor", + "linkingText": [ + "validating GPUDepthStencilStateDescriptor" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "depth-stencil-state", + "title": "Depth/Stencil State", + "number": "10.3.8" + }, + "definedIn": "prose" + }, { "id": "enumdef-gpuindexformat", "href": "https://gpuweb.github.io/gpuweb/#enumdef-gpuindexformat", diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 2f43da8e8b5f..a4df022cfe09 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -5014,6 +5014,24 @@ }, "definedIn": "prose" }, + { + "id": "default-referrer-policy", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#default-referrer-policy", + "linkingText": [ + "default referrer policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "a-priori-authenticated-url", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#a-priori-authenticated-url", diff --git a/tr/dfns/mediacapture-streams.json b/tr/dfns/mediacapture-streams.json index 3a18c97f6e00..c3c1628763b3 100644 --- a/tr/dfns/mediacapture-streams.json +++ b/tr/dfns/mediacapture-streams.json @@ -91,7 +91,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "terminology", @@ -297,7 +297,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "mediastream", @@ -315,7 +315,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "mediastream", @@ -332,7 +332,9 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "stream" + ], "access": "private", "informative": false, "heading": { @@ -350,7 +352,9 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "stream" + ], "access": "private", "informative": false, "heading": { @@ -368,7 +372,9 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "stream" + ], "access": "private", "informative": false, "heading": { @@ -386,7 +392,9 @@ ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "stream" + ], "access": "private", "informative": false, "heading": { @@ -771,12 +779,13 @@ "id": "track-ended", "href": "https://www.w3.org/TR/mediacapture-streams/#track-ended", "linkingText": [ - "track ended state", "ended" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "track" + ], "access": "private", "informative": false, "heading": { @@ -789,12 +798,13 @@ "id": "ends-nostop", "href": "https://www.w3.org/TR/mediacapture-streams/#ends-nostop", "linkingText": [ + "track ended by the User agent", "ends for any reason other than the stop() method being invoked" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "life-cycle", @@ -823,13 +833,12 @@ "id": "track-muted", "href": "https://www.w3.org/TR/mediacapture-streams/#track-muted", "linkingText": [ - "track muted state", "Muted" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "media-flow", @@ -846,7 +855,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "media-flow", @@ -864,7 +873,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "media-flow", @@ -1253,26 +1262,6 @@ }, "definedIn": "dt" }, - { - "id": "dom-mediastreamtrackstate-ended", - "href": "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrackstate-ended", - "linkingText": [ - "ended" - ], - "localLinkingText": [], - "type": "enum-value", - "for": [ - "MediaStreamTrackState" - ], - "access": "public", - "informative": false, - "heading": { - "id": "media-stream-track-interface-definition", - "title": "Interface Definition", - "number": "4.3.3" - }, - "definedIn": "pre" - }, { "id": "dom-mediastreamtrackstate", "href": "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrackstate", @@ -1315,12 +1304,14 @@ "id": "idl-def-MediaStreamTrackState.ended", "href": "https://www.w3.org/TR/mediacapture-streams/#idl-def-MediaStreamTrackState.ended", "linkingText": [ - "ended event" + "ended" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "enum-value", + "for": [ + "MediaStreamTrackState" + ], + "access": "public", "informative": false, "heading": { "id": "media-stream-track-interface-definition", @@ -2722,6 +2713,24 @@ }, "definedIn": "table" }, + { + "id": "dfn-primary-orientation", + "href": "https://www.w3.org/TR/mediacapture-streams/#dfn-primary-orientation", + "linkingText": [ + "primary orientation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "constrainable-properties", + "title": "Constrainable Properties", + "number": "4.3.8" + }, + "definedIn": "prose" + }, { "id": "dom-videofacingmodeenum", "href": "https://www.w3.org/TR/mediacapture-streams/#dom-videofacingmodeenum", @@ -3233,9 +3242,9 @@ "addtrack" ], "localLinkingText": [], - "type": "dfn", + "type": "event", "for": [], - "access": "private", + "access": "public", "informative": true, "heading": { "id": "event-summary", @@ -3251,9 +3260,9 @@ "removetrack" ], "localLinkingText": [], - "type": "dfn", + "type": "event", "for": [], - "access": "private", + "access": "public", "informative": true, "heading": { "id": "event-summary", @@ -3269,9 +3278,9 @@ "mute" ], "localLinkingText": [], - "type": "dfn", + "type": "event", "for": [], - "access": "private", + "access": "public", "informative": true, "heading": { "id": "event-summary", @@ -3287,9 +3296,27 @@ "unmute" ], "localLinkingText": [], - "type": "dfn", + "type": "event", "for": [], - "access": "private", + "access": "public", + "informative": true, + "heading": { + "id": "event-summary", + "title": "Event summary", + "number": "8" + }, + "definedIn": "table" + }, + { + "id": "event-mediastreamtrack-ended", + "href": "https://www.w3.org/TR/mediacapture-streams/#event-mediastreamtrack-ended", + "linkingText": [ + "ended" + ], + "localLinkingText": [], + "type": "event", + "for": [], + "access": "public", "informative": true, "heading": { "id": "event-summary", @@ -3305,9 +3332,9 @@ "devicechange" ], "localLinkingText": [], - "type": "dfn", + "type": "event", "for": [], - "access": "private", + "access": "public", "informative": true, "heading": { "id": "event-summary", @@ -3623,13 +3650,12 @@ "id": "device-exposure-decision-non-camera-microphone", "href": "https://www.w3.org/TR/mediacapture-streams/#device-exposure-decision-non-camera-microphone", "linkingText": [ - "device-exposure-decision-non-camera-microphone", "exposure decision algorithm for devices other than camera and microphone" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "exposure-decision-algorithm-for-devices-other-than-camera-and-microphone", @@ -4289,7 +4315,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "methods-6", @@ -4306,7 +4332,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "methods-6", @@ -4340,7 +4366,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "methods-6", @@ -4357,7 +4383,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "methods-6", diff --git a/tr/dfns/screen-fold.json b/tr/dfns/screen-fold.json index 35ea383c86e4..83c8c5f93581 100644 --- a/tr/dfns/screen-fold.json +++ b/tr/dfns/screen-fold.json @@ -1,12 +1,12 @@ { "spec": { "title": "The Screen Fold API", - "url": "https://w3c.github.io/screen-fold/" + "url": "https://www.w3.org/TR/screen-fold/" }, "dfns": [ { "id": "dom-screen", - "href": "https://w3c.github.io/screen-fold/#dom-screen", + "href": "https://www.w3.org/TR/screen-fold/#dom-screen", "linkingText": [ "Screen" ], @@ -24,7 +24,7 @@ }, { "id": "dom-screen-fold", - "href": "https://w3c.github.io/screen-fold/#dom-screen-fold", + "href": "https://www.w3.org/TR/screen-fold/#dom-screen-fold", "linkingText": [ "fold" ], @@ -46,7 +46,7 @@ }, { "id": "dom-screenfold", - "href": "https://w3c.github.io/screen-fold/#dom-screenfold", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfold", "linkingText": [ "ScreenFold" ], @@ -64,7 +64,7 @@ }, { "id": "dom-screenfoldposture", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture", "linkingText": [ "ScreenFoldPosture" ], @@ -84,7 +84,7 @@ }, { "id": "dom-screenfoldposture-no-fold", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-no-fold", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-no-fold", "linkingText": [ "no-fold" ], @@ -104,7 +104,7 @@ }, { "id": "dom-screenfoldposture-laptop", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-laptop", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-laptop", "linkingText": [ "laptop" ], @@ -124,7 +124,7 @@ }, { "id": "dom-screenfoldposture-flat", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-flat", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-flat", "linkingText": [ "flat" ], @@ -144,7 +144,7 @@ }, { "id": "dom-screenfoldposture-tent", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-tent", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-tent", "linkingText": [ "tent" ], @@ -164,7 +164,7 @@ }, { "id": "dom-screenfoldposture-tablet", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-tablet", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-tablet", "linkingText": [ "tablet" ], @@ -184,7 +184,7 @@ }, { "id": "dom-screenfoldposture-book", - "href": "https://w3c.github.io/screen-fold/#dom-screenfoldposture-book", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfoldposture-book", "linkingText": [ "book" ], @@ -204,7 +204,7 @@ }, { "id": "dom-screenfold-angle", - "href": "https://w3c.github.io/screen-fold/#dom-screenfold-angle", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfold-angle", "linkingText": [ "angle" ], @@ -226,7 +226,7 @@ }, { "id": "dom-screenfold-posture", - "href": "https://w3c.github.io/screen-fold/#dom-screenfold-posture", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfold-posture", "linkingText": [ "posture" ], @@ -248,7 +248,7 @@ }, { "id": "dom-screenfold-onchange", - "href": "https://w3c.github.io/screen-fold/#dom-screenfold-onchange", + "href": "https://www.w3.org/TR/screen-fold/#dom-screenfold-onchange", "linkingText": [ "onchange" ], @@ -270,7 +270,7 @@ }, { "id": "dfn-posture", - "href": "https://w3c.github.io/screen-fold/#dfn-posture", + "href": "https://www.w3.org/TR/screen-fold/#dfn-posture", "linkingText": [ "posture" ], @@ -288,7 +288,7 @@ }, { "id": "dfn-screen-fold-posture", - "href": "https://w3c.github.io/screen-fold/#dfn-screen-fold-posture", + "href": "https://www.w3.org/TR/screen-fold/#dfn-screen-fold-posture", "linkingText": [ "screen-fold-posture" ], @@ -305,7 +305,7 @@ }, { "id": "dfn-screen-fold-angle", - "href": "https://w3c.github.io/screen-fold/#dfn-screen-fold-angle", + "href": "https://www.w3.org/TR/screen-fold/#dfn-screen-fold-angle", "linkingText": [ "screen-fold-angle" ], @@ -322,7 +322,7 @@ }, { "id": "dfn-current-screen-fold-angle", - "href": "https://w3c.github.io/screen-fold/#dfn-current-screen-fold-angle", + "href": "https://www.w3.org/TR/screen-fold/#dfn-current-screen-fold-angle", "linkingText": [ "current screen fold angle" ], @@ -340,7 +340,7 @@ }, { "id": "dfn-current-posture", - "href": "https://w3c.github.io/screen-fold/#dfn-current-posture", + "href": "https://www.w3.org/TR/screen-fold/#dfn-current-posture", "linkingText": [ "current posture" ], @@ -358,7 +358,7 @@ }, { "id": "dfn-posture-values-table", - "href": "https://w3c.github.io/screen-fold/#dfn-posture-values-table", + "href": "https://www.w3.org/TR/screen-fold/#dfn-posture-values-table", "linkingText": [ "Posture values table" ], @@ -375,7 +375,7 @@ }, { "id": "dfn-update-the-screen-fold-information", - "href": "https://w3c.github.io/screen-fold/#dfn-update-the-screen-fold-information", + "href": "https://www.w3.org/TR/screen-fold/#dfn-update-the-screen-fold-information", "linkingText": [ "update the screen fold information" ], @@ -393,7 +393,7 @@ }, { "id": "dfn-current-screen-orientation", - "href": "https://w3c.github.io/screen-fold/#dfn-current-screen-orientation", + "href": "https://www.w3.org/TR/screen-fold/#dfn-current-screen-orientation", "linkingText": [ "current screen orientation" ], @@ -410,7 +410,7 @@ }, { "id": "dfn-evaluating-media-features-in-a-boolean-context", - "href": "https://w3c.github.io/screen-fold/#dfn-evaluating-media-features-in-a-boolean-context", + "href": "https://www.w3.org/TR/screen-fold/#dfn-evaluating-media-features-in-a-boolean-context", "linkingText": [ "Evaluating Media Features in a Boolean Context" ], @@ -427,7 +427,7 @@ }, { "id": "dfn-list-of-the-descendant-browsing-contexts", - "href": "https://w3c.github.io/screen-fold/#dfn-list-of-the-descendant-browsing-contexts", + "href": "https://www.w3.org/TR/screen-fold/#dfn-list-of-the-descendant-browsing-contexts", "linkingText": [ "list of the descendant browsing contexts" ], @@ -444,7 +444,7 @@ }, { "id": "dfn-now-visible-algorithm", - "href": "https://w3c.github.io/screen-fold/#dfn-now-visible-algorithm", + "href": "https://www.w3.org/TR/screen-fold/#dfn-now-visible-algorithm", "linkingText": [ "now visible algorithm" ], @@ -461,7 +461,7 @@ }, { "id": "dfn-animation-frame-task", - "href": "https://w3c.github.io/screen-fold/#dfn-animation-frame-task", + "href": "https://www.w3.org/TR/screen-fold/#dfn-animation-frame-task", "linkingText": [ "animation frame task" ], @@ -478,7 +478,7 @@ }, { "id": "dfn-user-agent", - "href": "https://w3c.github.io/screen-fold/#dfn-user-agent", + "href": "https://www.w3.org/TR/screen-fold/#dfn-user-agent", "linkingText": [ "user agent" ], diff --git a/tr/dfns/tc39-import-assertions.json b/tr/dfns/tc39-import-assertions.json new file mode 100644 index 000000000000..758b2e18a4ca --- /dev/null +++ b/tr/dfns/tc39-import-assertions.json @@ -0,0 +1,26 @@ +{ + "spec": { + "title": "import assertions", + "url": "https://tc39.es/proposal-import-assertions/" + }, + "dfns": [ + { + "id": "importentry-record", + "href": "https://tc39.es/proposal-import-assertions/#importentry-record", + "linkingText": [ + "ImportEntry Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "ModuleRequest Records", + "number": "2.9" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/tc39-top-level-await.json b/tr/dfns/tc39-top-level-await.json new file mode 100644 index 000000000000..e287933822ab --- /dev/null +++ b/tr/dfns/tc39-top-level-await.json @@ -0,0 +1,42 @@ +{ + "spec": { + "title": "Top-Level Await", + "url": "https://tc39.es/proposal-top-level-await/" + }, + "dfns": [ + { + "id": "resolvedbinding-record", + "href": "https://tc39.es/proposal-top-level-await/#resolvedbinding-record", + "linkingText": [ + "ResolvedBinding Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "3 Abstract Module Records" + }, + "definedIn": "table" + }, + { + "id": "cyclic-module-record", + "href": "https://tc39.es/proposal-top-level-await/#cyclic-module-record", + "linkingText": [ + "Cyclic Module Record" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "", + "title": "4 Cyclic Module Records" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/webrtc.json b/tr/dfns/webrtc.json index 30b7f66ce31a..1b159a1abc33 100644 --- a/tr/dfns/webrtc.json +++ b/tr/dfns/webrtc.json @@ -22,6 +22,24 @@ }, "definedIn": "prose" }, + { + "id": "dfn-serializable-objects", + "href": "https://www.w3.org/TR/webrtc/#dfn-serializable-objects", + "linkingText": [ + "serializable objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "title": "Terminology", + "number": "3" + }, + "definedIn": "prose" + }, { "id": "dfn-media-description", "href": "https://www.w3.org/TR/webrtc/#dfn-media-description", @@ -1397,7 +1415,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-peerconnection", "linkingText": [ "constructor()", - "constructor(, configuration)" + "constructor(configuration)" ], "localLinkingText": [ "RTCPeerConnection.constructor", @@ -1747,9 +1765,9 @@ "id": "set-local-description", "href": "https://www.w3.org/TR/webrtc/#set-local-description", "linkingText": [ - "set local RTCSessionDescription", - "setting the local RTCSessionDescription", - "set a local RTCSessionDescription" + "set local session description", + "setting the local session description", + "set a local session description" ], "localLinkingText": [], "type": "dfn", @@ -1757,8 +1775,8 @@ "access": "private", "informative": false, "heading": { - "id": "set-the-rtcsessiondescription", - "title": "Set the RTCSessionDescription", + "id": "set-the-session-description", + "title": "Set the session description", "number": "4.4.1.5" }, "definedIn": "prose" @@ -1767,9 +1785,9 @@ "id": "set-remote-description", "href": "https://www.w3.org/TR/webrtc/#set-remote-description", "linkingText": [ - "set remote RTCSessionDescription", - "setting the remote RTCSessionDescription", - "set a remote RTCSessionDescription" + "set remote session description", + "setting the remote session description", + "set a remote session description" ], "localLinkingText": [], "type": "dfn", @@ -1777,8 +1795,8 @@ "access": "private", "informative": false, "heading": { - "id": "set-the-rtcsessiondescription", - "title": "Set the RTCSessionDescription", + "id": "set-the-session-description", + "title": "Set the session description", "number": "4.4.1.5" }, "definedIn": "prose" @@ -1787,9 +1805,9 @@ "id": "set-description", "href": "https://www.w3.org/TR/webrtc/#set-description", "linkingText": [ - "set the RTCSessionDescription", - "setting an RTCSessionDescription", - "set an RTCSessionDescription" + "set the session description", + "setting a session description", + "set a session description" ], "localLinkingText": [], "type": "dfn", @@ -1797,8 +1815,8 @@ "access": "private", "informative": false, "heading": { - "id": "set-the-rtcsessiondescription", - "title": "Set the RTCSessionDescription", + "id": "set-the-session-description", + "title": "Set the session description", "number": "4.4.1.5" }, "definedIn": "prose" @@ -2277,7 +2295,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-createoffer", "linkingText": [ "createOffer()", - "createOffer(, options)" + "createOffer(options)" ], "localLinkingText": [ "RTCPeerConnection.createOffer", @@ -2370,7 +2388,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-createanswer", "linkingText": [ "createAnswer()", - "createAnswer(, options)" + "createAnswer(options)" ], "localLinkingText": [ "RTCPeerConnection.createAnswer", @@ -2463,7 +2481,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-peerconnection-setlocaldescription", "linkingText": [ "setLocalDescription()", - "setLocalDescription(, description)" + "setLocalDescription(description)" ], "localLinkingText": [ "RTCPeerConnection.setLocalDescription", @@ -2511,7 +2529,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-peerconnection-addicecandidate", "linkingText": [ "addIceCandidate()", - "addIceCandidate(, candidate)" + "addIceCandidate(candidate)" ], "localLinkingText": [ "RTCPeerConnection.addIceCandidate", @@ -2598,7 +2616,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-setconfiguration", "linkingText": [ "setConfiguration()", - "setConfiguration(, configuration)" + "setConfiguration(configuration)" ], "localLinkingText": [ "RTCPeerConnection.setConfiguration", @@ -3277,7 +3295,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-rtcicecandidate-constructor", "linkingText": [ "constructor()", - "constructor(, candidateInitDict)" + "constructor(candidateInitDict)" ], "localLinkingText": [ "RTCIceCandidate.constructor", @@ -5425,7 +5443,7 @@ "href": "https://www.w3.org/TR/webrtc/#dom-rtcrtpsender-setstreams", "linkingText": [ "setStreams()", - "setStreams(, streams)" + "setStreams(streams)" ], "localLinkingText": [ "RTCRtpSender.setStreams", @@ -10439,7 +10457,7 @@ "href": "https://www.w3.org/TR/webrtc/#widl-RTCPeerConnection-getStats-Promise-RTCStatsReport--MediaStreamTrack-selector", "linkingText": [ "getStats()", - "getStats(, selector)" + "getStats(selector)" ], "localLinkingText": [ "RTCPeerConnection.getStats", diff --git a/tr/dfns/webxrlayers-1.json b/tr/dfns/webxrlayers-1.json new file mode 100644 index 000000000000..5d2ad242bca8 --- /dev/null +++ b/tr/dfns/webxrlayers-1.json @@ -0,0 +1,3608 @@ +{ + "spec": { + "title": "WebXR Layers API Level 1", + "url": "https://www.w3.org/TR/webxrlayers-1/" + }, + "dfns": [ + { + "id": "feature-descriptor-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#feature-descriptor-layers", + "linkingText": [ + "layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "feature descriptor" + ], + "access": "private", + "informative": false, + "heading": { + "id": "initialization", + "title": "Initialization", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-xrlayerlayout", + "href": "https://www.w3.org/TR/webxrlayers-1/#enumdef-xrlayerlayout", + "linkingText": [ + "XRLayerLayout" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerlayout-default", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerlayout-default", + "linkingText": [ + "\"default\"", + "default" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRLayerLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerlayout-mono", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerlayout-mono", + "linkingText": [ + "\"mono\"", + "mono" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRLayerLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerlayout-stereo", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerlayout-stereo", + "linkingText": [ + "\"stereo\"", + "stereo" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRLayerLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerlayout-stereo-left-right", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerlayout-stereo-left-right", + "linkingText": [ + "\"stereo-left-right\"", + "stereo-left-right" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRLayerLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerlayout-stereo-top-bottom", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerlayout-stereo-top-bottom", + "linkingText": [ + "\"stereo-top-bottom\"", + "stereo-top-bottom" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRLayerLayout" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerlayouttype", + "title": "XRLayerLayout", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "xrcompositionlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcompositionlayer", + "linkingText": [ + "XRCompositionLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcompositionlayer-destroy", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-destroy", + "linkingText": [ + "destroy()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcompositionlayer-layout", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcompositionlayer-blendtexturesourcealpha", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-blendtexturesourcealpha", + "linkingText": [ + "blendTextureSourceAlpha" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcompositionlayer-chromaticaberrationcorrection", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-chromaticaberrationcorrection", + "linkingText": [ + "chromaticAberrationCorrection" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcompositionlayer-fixedfoveation", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-fixedfoveation", + "linkingText": [ + "fixedFoveation" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcompositionlayer-needsredraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcompositionlayer-needsredraw", + "linkingText": [ + "needsRedraw" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCompositionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "the-underlying-resources-of-a-layer-are-lost", + "href": "https://www.w3.org/TR/webxrlayers-1/#the-underlying-resources-of-a-layer-are-lost", + "linkingText": [ + "the underlying resources of a layer are lost" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "intialize-a-composition-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#intialize-a-composition-layer", + "linkingText": [ + "intialize a composition layer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "xrcompositionlayer-context", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcompositionlayer-context", + "linkingText": [ + "context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRCompositionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "xrcompositionlayer-media", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcompositionlayer-media", + "linkingText": [ + "media" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRCompositionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "xrcompositionlayer-session", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcompositionlayer-session", + "linkingText": [ + "session" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRCompositionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "setting-the-space-on-a-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#setting-the-space-on-a-layer", + "linkingText": [ + "setting the space on a layer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "xrcompositionlayer-isstatic", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcompositionlayer-isstatic", + "linkingText": [ + "isStatic" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRCompositionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrcompositionlayertype", + "title": "XRCompositionLayer", + "number": "3.3" + }, + "definedIn": "prose" + }, + { + "id": "xrprojectionlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrprojectionlayer", + "linkingText": [ + "XRProjectionLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayertype", + "title": "XRProjectionLayer", + "number": "3.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrprojectionlayer-ignoredepthvalues", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrprojectionlayer-ignoredepthvalues", + "linkingText": [ + "ignoreDepthValues" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRProjectionLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayertype", + "title": "XRProjectionLayer", + "number": "3.4" + }, + "definedIn": "prose" + }, + { + "id": "xrquadlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrquadlayer", + "linkingText": [ + "XRQuadLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrquadlayer-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayer-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRQuadLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrquadlayer-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayer-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRQuadLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrquadlayer-width", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayer-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRQuadLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrquadlayer-height", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayer-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRQuadLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "initialize-a-quad-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#initialize-a-quad-layer", + "linkingText": [ + "initialize a quad layer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrquadlayer-onredraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayer-onredraw", + "linkingText": [ + "onredraw" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRQuadLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayertype", + "title": "XRQuadLayer", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "xrcylinderlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcylinderlayer", + "linkingText": [ + "XRCylinderLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayer-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcylinderlayer-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcylinderlayer-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcylinderlayer-centralangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-centralangle", + "linkingText": [ + "centralAngle" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcylinderlayer-aspectratio", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-aspectratio", + "linkingText": [ + "aspectRatio" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "initialize-a-cylinder-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#initialize-a-cylinder-layer", + "linkingText": [ + "initialize a cylinder layer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcylinderlayer-onredraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayer-onredraw", + "linkingText": [ + "onredraw" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCylinderLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderayertype", + "title": "XRCylinderLayer", + "number": "3.6" + }, + "definedIn": "prose" + }, + { + "id": "xrequirectlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrequirectlayer", + "linkingText": [ + "XREquirectLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayer-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayer-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrequirectlayer-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrequirectlayer-centralhorizontalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-centralhorizontalangle", + "linkingText": [ + "centralHorizontalAngle" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrequirectlayer-upperverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-upperverticalangle", + "linkingText": [ + "upperVerticalAngle" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrequirectlayer-lowerverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-lowerverticalangle", + "linkingText": [ + "lowerVerticalAngle" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "initialize-a-equirect-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#initialize-a-equirect-layer", + "linkingText": [ + "initialize a equirect layer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrequirectlayer-onredraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayer-onredraw", + "linkingText": [ + "onredraw" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XREquirectLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayertype", + "title": "XREquirectLayer", + "number": "3.7" + }, + "definedIn": "prose" + }, + { + "id": "xrcubelayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrcubelayer", + "linkingText": [ + "XRCubeLayer" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xcubelayertype", + "title": "XRCubeLayer", + "number": "3.8" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcubelayer-orientation", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcubelayer-orientation", + "linkingText": [ + "orientation" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCubeLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xcubelayertype", + "title": "XRCubeLayer", + "number": "3.8" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcubelayer-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcubelayer-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCubeLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xcubelayertype", + "title": "XRCubeLayer", + "number": "3.8" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrcubelayer-onredraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcubelayer-onredraw", + "linkingText": [ + "onredraw" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRCubeLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xcubelayertype", + "title": "XRCubeLayer", + "number": "3.8" + }, + "definedIn": "prose" + }, + { + "id": "xrsubimage", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrsubimage", + "linkingText": [ + "XRSubImage" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrsubimagetype", + "title": "XRSubImage", + "number": "5.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrsubimage-viewport", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrsubimage-viewport", + "linkingText": [ + "viewport" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrsubimagetype", + "title": "XRSubImage", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "xrwebglsubimage", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrwebglsubimage", + "linkingText": [ + "XRWebGLSubImage" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglsubimage-colortexture", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglsubimage-colortexture", + "linkingText": [ + "colorTexture" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglsubimage-depthstenciltexture", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglsubimage-depthstenciltexture", + "linkingText": [ + "depthStencilTexture" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglsubimage-imageindex", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglsubimage-imageindex", + "linkingText": [ + "imageIndex" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglsubimage-texturewidth", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglsubimage-texturewidth", + "linkingText": [ + "textureWidth" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglsubimage-textureheight", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglsubimage-textureheight", + "linkingText": [ + "textureHeight" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLSubImage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrwebglsubimagetype", + "title": "XRWebGLSubImage", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-xrtexturetype", + "href": "https://www.w3.org/TR/webxrlayers-1/#enumdef-xrtexturetype", + "linkingText": [ + "XRTextureType" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrtexturetype", + "title": "XRTextureType", + "number": "5.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrtexturetype-texture", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrtexturetype-texture", + "linkingText": [ + "\"texture\"", + "texture" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRTextureType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrtexturetype", + "title": "XRTextureType", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrtexturetype-texture-array", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrtexturetype-texture-array", + "linkingText": [ + "\"texture-array\"", + "texture-array" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "XRTextureType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrtexturetype", + "title": "XRTextureType", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "opaque-texture", + "href": "https://www.w3.org/TR/webxrlayers-1/#opaque-texture", + "linkingText": [ + "opaque texture" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xropaquetextures", + "title": "Opaque textures", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-xrprojectionlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrprojectionlayerinit", + "linkingText": [ + "XRProjectionLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrprojectionlayerinit-texturetype", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrprojectionlayerinit-texturetype", + "linkingText": [ + "textureType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRProjectionLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrprojectionlayerinit-colorformat", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrprojectionlayerinit-colorformat", + "linkingText": [ + "colorFormat" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRProjectionLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "list-of-color-formats-for-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#list-of-color-formats-for-projection-layers", + "linkingText": [ + "list of color formats for projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrprojectionlayerinit-depthformat", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrprojectionlayerinit-depthformat", + "linkingText": [ + "depthFormat" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRProjectionLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "list-of-depth-formats-for-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#list-of-depth-formats-for-projection-layers", + "linkingText": [ + "list of depth formats for projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrprojectionlayerinit-scalefactor", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrprojectionlayerinit-scalefactor", + "linkingText": [ + "scaleFactor" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRProjectionLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrprojectionlayerinittype", + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-xrlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrlayerinit", + "linkingText": [ + "XRLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerinit-isstatic", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-isstatic", + "linkingText": [ + "isStatic" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerinit-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerinit-colorformat", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-colorformat", + "linkingText": [ + "colorFormat" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "list-of-color-formats-for-non-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#list-of-color-formats-for-non-projection-layers", + "linkingText": [ + "list of color formats for non-projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerinit-depthformat", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-depthformat", + "linkingText": [ + "depthFormat" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "list-of-depth-formats-for-non-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#list-of-depth-formats-for-non-projection-layers", + "linkingText": [ + "list of depth formats for non-projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerinit-viewpixelwidth", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-viewpixelwidth", + "linkingText": [ + "viewPixelWidth" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerinit-viewpixelheight", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-viewpixelheight", + "linkingText": [ + "viewPixelHeight" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrlayerinit-layout", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerinit-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerinittype", + "title": "XRLayerInit", + "number": "6.4" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-xrquadlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrquadlayerinit", + "linkingText": [ + "XRQuadLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayerinit", + "title": "XRQuadLayerInit", + "number": "6.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrquadlayerinit-texturetype", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayerinit-texturetype", + "linkingText": [ + "textureType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayerinit", + "title": "XRQuadLayerInit", + "number": "6.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrquadlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayerinit", + "title": "XRQuadLayerInit", + "number": "6.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrquadlayerinit-width", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayerinit-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayerinit", + "title": "XRQuadLayerInit", + "number": "6.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrquadlayerinit-height", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrquadlayerinit-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrquadlayerinit", + "title": "XRQuadLayerInit", + "number": "6.5" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrcylinderlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrcylinderlayerinit", + "linkingText": [ + "XRCylinderLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayerinit-texturetype", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayerinit-texturetype", + "linkingText": [ + "textureType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayerinit-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayerinit-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayerinit-centralangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayerinit-centralangle", + "linkingText": [ + "centralAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcylinderlayerinit-aspectratio", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcylinderlayerinit-aspectratio", + "linkingText": [ + "aspectRatio" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcylinderlayerinit", + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrequirectlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrequirectlayerinit", + "linkingText": [ + "XREquirectLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-texturetype", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-texturetype", + "linkingText": [ + "textureType" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-centralhorizontalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-centralhorizontalangle", + "linkingText": [ + "centralHorizontalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-upperverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-upperverticalangle", + "linkingText": [ + "upperVerticalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrequirectlayerinit-lowerverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrequirectlayerinit-lowerverticalangle", + "linkingText": [ + "lowerVerticalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XREquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrequirectlayerinit", + "title": "XREquirectLayerInit", + "number": "6.7" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrcubelayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrcubelayerinit", + "linkingText": [ + "XRCubeLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrcubelayerinit", + "title": "XRCubeLayerInit", + "number": "6.8" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrcubelayerinit-orientation", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrcubelayerinit-orientation", + "linkingText": [ + "orientation" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRCubeLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrcubelayerinit", + "title": "XRCubeLayerInit", + "number": "6.8" + }, + "definedIn": "pre" + }, + { + "id": "xrwebglbinding", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrwebglbinding", + "linkingText": [ + "XRWebGLBinding" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-xrwebglbinding-session-context-session", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-xrwebglbinding-session-context-session", + "linkingText": [ + "session" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/XRWebGLBinding(session, context)", + "XRWebGLBinding/constructor(session, context)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-xrwebglbinding-session-context-context", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-xrwebglbinding-session-context-context", + "linkingText": [ + "context" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/XRWebGLBinding(session, context)", + "XRWebGLBinding/constructor(session, context)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-nativeprojectionscalefactor", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-nativeprojectionscalefactor", + "linkingText": [ + "nativeProjectionScaleFactor" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-createprojectionlayer-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createprojectionlayer-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/createProjectionLayer(init)", + "XRWebGLBinding/createProjectionLayer()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-createquadlayer-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createquadlayer-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/createQuadLayer(init)", + "XRWebGLBinding/createQuadLayer()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-createcylinderlayer-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createcylinderlayer-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/createCylinderLayer(init)", + "XRWebGLBinding/createCylinderLayer()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-createequirectlayer-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createequirectlayer-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/createEquirectLayer(init)", + "XRWebGLBinding/createEquirectLayer()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-createcubelayer-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createcubelayer-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/createCubeLayer(init)", + "XRWebGLBinding/createCubeLayer()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-getsubimage-layer-frame-eye-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getsubimage-layer-frame-eye-layer", + "linkingText": [ + "layer" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/getSubImage(layer, frame, eye)", + "XRWebGLBinding/getSubImage(layer, frame)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-getsubimage-layer-frame-eye-frame", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getsubimage-layer-frame-eye-frame", + "linkingText": [ + "frame" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/getSubImage(layer, frame, eye)", + "XRWebGLBinding/getSubImage(layer, frame)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-getsubimage-layer-frame-eye-eye", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getsubimage-layer-frame-eye-eye", + "linkingText": [ + "eye" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/getSubImage(layer, frame, eye)", + "XRWebGLBinding/getSubImage(layer, frame)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-getviewsubimage-layer-view-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getviewsubimage-layer-view-layer", + "linkingText": [ + "layer" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/getViewSubImage(layer, view)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrwebglbinding-getviewsubimage-layer-view-view", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getviewsubimage-layer-view-view", + "linkingText": [ + "view" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRWebGLBinding/getViewSubImage(layer, view)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "pre" + }, + { + "id": "xrwebglbinding-context", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrwebglbinding-context", + "linkingText": [ + "context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRWebGLBinding" + ], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "xrwebglbinding-session", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrwebglbinding-session", + "linkingText": [ + "session" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRWebGLBinding" + ], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "colortextures", + "href": "https://www.w3.org/TR/webxrlayers-1/#colortextures", + "linkingText": [ + "colorTextures" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "depthstenciltextures", + "href": "https://www.w3.org/TR/webxrlayers-1/#depthstenciltextures", + "linkingText": [ + "depthStencilTextures" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "xrprojectionlayer-colortextures-for-secondary-views", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrprojectionlayer-colortextures-for-secondary-views", + "linkingText": [ + "colorTextures for secondary views" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRProjectionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "xrprojectionlayer-depthstenciltextures-for-secondary-views", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrprojectionlayer-depthstenciltextures-for-secondary-views", + "linkingText": [ + "depthStencilTextures for secondary views" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRProjectionLayer" + ], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-xrwebglbinding", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-xrwebglbinding", + "linkingText": [ + "XRWebGLBinding(session, context)", + "constructor(session, context)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "determine-the-layout-attribute", + "href": "https://www.w3.org/TR/webxrlayers-1/#determine-the-layout-attribute", + "linkingText": [ + "determine the layout attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "determine-the-maximum-scalefactor", + "href": "https://www.w3.org/TR/webxrlayers-1/#determine-the-maximum-scalefactor", + "linkingText": [ + "determine the maximum scalefactor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-color-textures-for-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-color-textures-for-projection-layers", + "linkingText": [ + "allocate color textures for projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-depth-textures-for-projection-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-depth-textures-for-projection-layers", + "linkingText": [ + "allocate depth textures for projection layers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-the-color-textures-for-the-secondary-views", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-the-color-textures-for-the-secondary-views", + "linkingText": [ + "allocate the color textures for the secondary views" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-the-depth-textures-for-the-secondary-views", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-the-depth-textures-for-the-secondary-views", + "linkingText": [ + "allocate the depth textures for the secondary views" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-color-textures", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-color-textures", + "linkingText": [ + "allocate color textures" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "allocate-depth-textures", + "href": "https://www.w3.org/TR/webxrlayers-1/#allocate-depth-textures", + "linkingText": [ + "allocate depth textures" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-createprojectionlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createprojectionlayer", + "linkingText": [ + "createProjectionLayer(init)", + "createProjectionLayer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-createquadlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createquadlayer", + "linkingText": [ + "createQuadLayer(init)", + "createQuadLayer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-createcylinderlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createcylinderlayer", + "linkingText": [ + "createCylinderLayer(init)", + "createCylinderLayer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-createequirectlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createequirectlayer", + "linkingText": [ + "createEquirectLayer(init)", + "createEquirectLayer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-createcubelayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-createcubelayer", + "linkingText": [ + "createCubeLayer(init)", + "createCubeLayer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "validate-the-state-of-the-xrwebglsubimage-creation-function", + "href": "https://www.w3.org/TR/webxrlayers-1/#validate-the-state-of-the-xrwebglsubimage-creation-function", + "linkingText": [ + "validate the state of the XRWebGLSubImage creation function" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "initialize-the-viewport", + "href": "https://www.w3.org/TR/webxrlayers-1/#initialize-the-viewport", + "linkingText": [ + "initialize the viewport" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-getsubimage", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getsubimage", + "linkingText": [ + "getSubImage(layer, frame, eye)", + "getSubImage(layer, frame)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrwebglbinding-getviewsubimage", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrwebglbinding-getviewsubimage", + "linkingText": [ + "getViewSubImage(layer, view)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRWebGLBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "XRWebGLBindingtype", + "title": "XRWebGLBinding", + "number": "6.9" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-xrmedialayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrmedialayerinit", + "linkingText": [ + "XRMediaLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrmedialayerinittype", + "title": "XRMediaLayerInit", + "number": "7.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmedialayerinit-space", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmedialayerinit-space", + "linkingText": [ + "space" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmedialayerinittype", + "title": "XRMediaLayerInit", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmedialayerinit-layout", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmedialayerinit-layout", + "linkingText": [ + "layout" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmedialayerinittype", + "title": "XRMediaLayerInit", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmedialayerinit-invertstereo", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmedialayerinit-invertstereo", + "linkingText": [ + "invertStereo" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmedialayerinittype", + "title": "XRMediaLayerInit", + "number": "7.1" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-xrmediaquadlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrmediaquadlayerinit", + "linkingText": [ + "XRMediaQuadLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaquadlayerinittype", + "title": "XRMediaQuadLayerInit", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaquadlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaquadlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaquadlayerinittype", + "title": "XRMediaQuadLayerInit", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaquadlayerinit-width", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaquadlayerinit-width", + "linkingText": [ + "width" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaquadlayerinittype", + "title": "XRMediaQuadLayerInit", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaquadlayerinit-height", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaquadlayerinit-height", + "linkingText": [ + "height" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaQuadLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaquadlayerinittype", + "title": "XRMediaQuadLayerInit", + "number": "7.2" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrmediacylinderlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrmediacylinderlayerinit", + "linkingText": [ + "XRMediaCylinderLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediacylinderlayerinittype", + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediacylinderlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediacylinderlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediacylinderlayerinittype", + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediacylinderlayerinit-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediacylinderlayerinit-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediacylinderlayerinittype", + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediacylinderlayerinit-centralangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediacylinderlayerinit-centralangle", + "linkingText": [ + "centralAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediacylinderlayerinittype", + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediacylinderlayerinit-aspectratio", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediacylinderlayerinit-aspectratio", + "linkingText": [ + "aspectRatio" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaCylinderLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediacylinderlayerinittype", + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrmediaequirectlayerinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrmediaequirectlayerinit", + "linkingText": [ + "XRMediaEquirectLayerInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaequirectlayerinit-transform", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaequirectlayerinit-transform", + "linkingText": [ + "transform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaEquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaequirectlayerinit-radius", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaequirectlayerinit-radius", + "linkingText": [ + "radius" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaEquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaequirectlayerinit-centralhorizontalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaequirectlayerinit-centralhorizontalangle", + "linkingText": [ + "centralHorizontalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaEquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaequirectlayerinit-upperverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaequirectlayerinit-upperverticalangle", + "linkingText": [ + "upperVerticalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaEquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediaequirectlayerinit-lowerverticalangle", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediaequirectlayerinit-lowerverticalangle", + "linkingText": [ + "lowerVerticalAngle" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRMediaEquirectLayerInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediaequirectlayerinittype", + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + "definedIn": "pre" + }, + { + "id": "xrmediabinding", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrmediabinding", + "linkingText": [ + "XRMediaBinding" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-xrmediabinding-session-session", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-xrmediabinding-session-session", + "linkingText": [ + "session" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/XRMediaBinding(session)", + "XRMediaBinding/constructor(session)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createquadlayer-video-init-video", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createquadlayer-video-init-video", + "linkingText": [ + "video" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createQuadLayer(video, init)", + "XRMediaBinding/createQuadLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createquadlayer-video-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createquadlayer-video-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createQuadLayer(video, init)", + "XRMediaBinding/createQuadLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createcylinderlayer-video-init-video", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createcylinderlayer-video-init-video", + "linkingText": [ + "video" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createCylinderLayer(video, init)", + "XRMediaBinding/createCylinderLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createcylinderlayer-video-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createcylinderlayer-video-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createCylinderLayer(video, init)", + "XRMediaBinding/createCylinderLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createequirectlayer-video-init-video", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createequirectlayer-video-init-video", + "linkingText": [ + "video" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createEquirectLayer(video, init)", + "XRMediaBinding/createEquirectLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrmediabinding-createequirectlayer-video-init-init", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createequirectlayer-video-init-init", + "linkingText": [ + "init" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRMediaBinding/createEquirectLayer(video, init)", + "XRMediaBinding/createEquirectLayer(video)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "pre" + }, + { + "id": "xrmediabinding-session", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrmediabinding-session", + "linkingText": [ + "session" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "XRMediaBinding" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmediabinding-xrmediabinding", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-xrmediabinding", + "linkingText": [ + "XRMediaBinding(session)", + "constructor(session)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "XRMediaBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "calculate-the-aspect-ratio", + "href": "https://www.w3.org/TR/webxrlayers-1/#calculate-the-aspect-ratio", + "linkingText": [ + "calculate the aspect ratio" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmediabinding-createquadlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createquadlayer", + "linkingText": [ + "createQuadLayer(video, init)", + "createQuadLayer(video)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRMediaBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmediabinding-createcylinderlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createcylinderlayer", + "linkingText": [ + "createCylinderLayer(video, init)", + "createCylinderLayer(video)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRMediaBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrmediabinding-createequirectlayer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrmediabinding-createequirectlayer", + "linkingText": [ + "createEquirectLayer(video, init)", + "createEquirectLayer(video)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "XRMediaBinding" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrmediabindingtype", + "title": "XRMediaBinding", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "xrlayerevent", + "href": "https://www.w3.org/TR/webxrlayers-1/#xrlayerevent", + "linkingText": [ + "XRLayerEvent" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerevent-xrlayerevent", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerevent-xrlayerevent", + "linkingText": [ + "XRLayerEvent(type, eventInitDict)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "XRLayerEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerevent-xrlayerevent-type-eventinitdict-type", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerevent-xrlayerevent-type-eventinitdict-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRLayerEvent/XRLayerEvent(type, eventInitDict)", + "XRLayerEvent/constructor(type, eventInitDict)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerevent-xrlayerevent-type-eventinitdict-eventinitdict", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerevent-xrlayerevent-type-eventinitdict-eventinitdict", + "linkingText": [ + "eventInitDict" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "XRLayerEvent/XRLayerEvent(type, eventInitDict)", + "XRLayerEvent/constructor(type, eventInitDict)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-xrlayereventinit", + "href": "https://www.w3.org/TR/webxrlayers-1/#dictdef-xrlayereventinit", + "linkingText": [ + "XRLayerEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayereventinit-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayereventinit-layer", + "linkingText": [ + "layer" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "XRLayerEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-xrlayerevent-layer", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrlayerevent-layer", + "linkingText": [ + "layer" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRLayerEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrlayerevent-interface", + "title": "XRLayerEvent", + "number": "8.1" + }, + "definedIn": "prose" + }, + { + "id": "eventdef-xrlayer-redraw", + "href": "https://www.w3.org/TR/webxrlayers-1/#eventdef-xrlayer-redraw", + "linkingText": [ + "redraw" + ], + "localLinkingText": [], + "type": "event", + "for": [ + "XRLayer" + ], + "access": "public", + "informative": false, + "heading": { + "id": "event-types", + "title": "Event Types", + "number": "8.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-xrrenderstate-layers", + "href": "https://www.w3.org/TR/webxrlayers-1/#dom-xrrenderstate-layers", + "linkingText": [ + "layers" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "XRRenderState" + ], + "access": "public", + "informative": false, + "heading": { + "id": "xrrenderstatechanges", + "title": "XRRenderState changes", + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "layers-initialize-the-render-state", + "href": "https://www.w3.org/TR/webxrlayers-1/#layers-initialize-the-render-state", + "linkingText": [ + "initialize the render state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "layers" + ], + "access": "private", + "informative": false, + "heading": { + "id": "xrrenderstatechanges", + "title": "XRRenderState changes", + "number": "9.1" + }, + "definedIn": "prose" + }, + { + "id": "layers-update-the-pending-layers-state", + "href": "https://www.w3.org/TR/webxrlayers-1/#layers-update-the-pending-layers-state", + "linkingText": [ + "update the pending layers state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "layers" + ], + "access": "private", + "informative": false, + "heading": { + "id": "updaterenderstatechanges", + "title": "updateRenderState changes", + "number": "9.2" + }, + "definedIn": "prose" + }, + { + "id": "check-the-layers-state", + "href": "https://www.w3.org/TR/webxrlayers-1/#check-the-layers-state", + "linkingText": [ + "check the layers state" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "animationframeschanges", + "title": "Animation frames changes", + "number": "9.5" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/diff.md b/tr/diff.md index 4898bcadc9bf..6b7f257c8834 100644 --- a/tr/diff.md +++ b/tr/diff.md @@ -1,25 +1,179 @@ -% Diff between report from "December 14, 2020" and reference report from "December 07, 2020" +% Diff between report from "December 21, 2020" and reference report from "December 14, 2020" % Reffy -% December 14, 2020 +% December 21, 2020 + +## Atomics.waitAsync + +- Initial URL: [https://tc39.es/proposal-atomics-wait-async/](https://tc39.es/proposal-atomics-wait-async/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-atomics-wait-async/](https://tc39.es/proposal-atomics-wait-async/) +- This specification was not in the reference crawl report. + + +## CSS Cascading and Inheritance Level 5 + +- Initial URL: [https://drafts.csswg.org/css-cascade-5/](https://drafts.csswg.org/css-cascade-5/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-cascade-5/](https://drafts.csswg.org/css-cascade-5/) +- Missing references for links: *INS* https://www.w3.org/TR/css3-conditional/ + ## CSS Conditional Rules Module Level 3 -- Initial URL: [https://www.w3.org/TR/css3-conditional/](https://www.w3.org/TR/css3-conditional/) +- Initial URL: [https://www.w3.org/TR/css-conditional-3/](https://www.w3.org/TR/css-conditional-3/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://drafts.csswg.org/css-conditional-3/](https://drafts.csswg.org/css-conditional-3/) -- Invalid WebIDL content found: *INS* false / *DEL* true -- Obsolete WebIDL constructs found: *INS* false -- Spec does not reference WebIDL normatively: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* CSS, CSSGroupingRule, CSSOMString, CSSRule, MediaList -- Missing references for links: *INS* https://www.w3.org/TR/css3-mediaqueries/ / *DEL* https://www.w3.org/TR/2008/REC-CSS1-20080411, https://www.w3.org/TR/2013/WD-css3-transitions-20130212/ -- Inconsistent references for links: *DEL* https://www.w3.org/TR/css3-mediaqueries/ +- This specification was not in the reference crawl report. -## CSS Custom Highlight API Module Level 1 +## CSS Conditional Rules Module Level 3 -- Initial URL: [https://www.w3.org/TR/css-highlight-api-1/](https://www.w3.org/TR/css-highlight-api-1/) +- Initial URL: [https://www.w3.org/TR/css3-conditional/](https://www.w3.org/TR/css3-conditional/) +- Crawled URL: [https://www.w3.org/TR/css3-conditional/](https://www.w3.org/TR/css3-conditional/) +- Editor's Draft: [https://drafts.csswg.org/css-conditional-3/](https://drafts.csswg.org/css-conditional-3/) +- This specification is not in the new crawl report. + + +## CSS Containment Module Level 2 + +- Initial URL: [https://www.w3.org/TR/css-contain-2/](https://www.w3.org/TR/css-contain-2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-contain-2/](https://drafts.csswg.org/css-contain-2/) +- Missing references for links: *DEL* https://www.w3.org/TR/css-pseudo-4/ + + +## CSS Display Module Level 3 + +- Initial URL: [https://www.w3.org/TR/css-display-3/](https://www.w3.org/TR/css-display-3/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-highlight-api-1/](https://drafts.csswg.org/css-highlight-api-1/) -- Missing references for links: *DEL* https://www.w3.org/TR/security-privacy-questionnaire/ +- Editor's Draft: [https://drafts.csswg.org/css-display/](https://drafts.csswg.org/css-display/) +- Missing references for links: *DEL* https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-background/, https://www.w3.org/TR/css3-positioning/, https://www.w3.org/TR/css3-align/, https://www.w3.org/TR/svg2/ + + +## CSS Images Module Level 3 + +- Initial URL: [https://www.w3.org/TR/css-images-3/](https://www.w3.org/TR/css-images-3/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-images-3/](https://drafts.csswg.org/css-images-3/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/css-pseudo/ / *DEL* https://www.w3.org/TR/css3-ui/, https://www.w3.org/TR/css3-color/, https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-images/, https://www.w3.org/TR/css4-images/, https://www.w3.org/TR/css-print/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/css3-values/ + + +## ECMAScript® 2021 Internationalization API Specification + +- Initial URL: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) +- This specification was not in the reference crawl report. + + +## ECMAScript® 2021 Language Specification + +- Initial URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) +- This specification was not in the reference crawl report. + + +## import assertions + +- Initial URL: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) +- This specification was not in the reference crawl report. + + +## Private Methods and Accessors Proposal + +- Initial URL: [https://tc39.es/proposal-private-methods/](https://tc39.es/proposal-private-methods/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-private-methods/](https://tc39.es/proposal-private-methods/) +- This specification was not in the reference crawl report. + + +## Public and private instance fields proposal + +- Initial URL: [https://tc39.es/proposal-class-fields/](https://tc39.es/proposal-class-fields/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-class-fields/](https://tc39.es/proposal-class-fields/) +- This specification was not in the reference crawl report. + + +## RegExp Match Indices + +- Initial URL: [https://tc39.es/proposal-regexp-match-indices/](https://tc39.es/proposal-regexp-match-indices/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-regexp-match-indices/](https://tc39.es/proposal-regexp-match-indices/) +- This specification was not in the reference crawl report. + + +## Relative Indexing Method + +- Initial URL: [https://tc39.es/proposal-relative-indexing-method/](https://tc39.es/proposal-relative-indexing-method/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-relative-indexing-method/](https://tc39.es/proposal-relative-indexing-method/) +- This specification was not in the reference crawl report. + + +## Static class features + +- Initial URL: [https://tc39.es/proposal-static-class-features/](https://tc39.es/proposal-static-class-features/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-static-class-features/](https://tc39.es/proposal-static-class-features/) +- This specification was not in the reference crawl report. + + +## The Screen Fold API + +- Initial URL: [https://www.w3.org/TR/screen-fold/](https://www.w3.org/TR/screen-fold/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/screen-fold/](https://w3c.github.io/screen-fold/) +- This specification was not in the reference crawl report. + + +## The Screen Fold API + +- Initial URL: [https://w3c.github.io/screen-fold/](https://w3c.github.io/screen-fold/) +- Crawled URL: [https://w3c.github.io/screen-fold/](https://w3c.github.io/screen-fold/) +- This specification is not in the new crawl report. + + +## Top-Level Await + +- Initial URL: [https://tc39.es/proposal-top-level-await/](https://tc39.es/proposal-top-level-await/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-top-level-await/](https://tc39.es/proposal-top-level-await/) +- This specification was not in the reference crawl report. + + +## Web Authentication: An API for accessing Public Key Credentials - Level 2 + +- Initial URL: [https://www.w3.org/TR/webauthn-2/](https://www.w3.org/TR/webauthn-2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webauthn/](https://w3c.github.io/webauthn/) +- Missing references for links: *INS* https://www.w3.org/TR/string-meta/ + + +## WebRTC 1.0: Real-Time Communication Between Browsers + +- Initial URL: [https://www.w3.org/TR/webrtc/](https://www.w3.org/TR/webrtc/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webrtc-pc/](https://w3c.github.io/webrtc-pc/) +- Inconsistent references for links: *DEL* https://w3c.github.io/webrtc-stats/ + + +## WebXR Layers API Level 1 + +- Initial URL: [https://www.w3.org/TR/webxrlayers-1/](https://www.w3.org/TR/webxrlayers-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) +- This specification was not in the reference crawl report. + + +## WebXR Layers API Level 1 + +- Initial URL: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) +- Crawled URL: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) +- This specification is not in the new crawl report. diff --git a/tr/diffnew.md b/tr/diffnew.md index aa46fcc392ad..464d8a2b95ab 100644 --- a/tr/diffnew.md +++ b/tr/diffnew.md @@ -1,16 +1,133 @@ -% Diff between report from "December 14, 2020" and reference report from "December 07, 2020" +% Diff between report from "December 21, 2020" and reference report from "December 14, 2020" % Reffy -% December 14, 2020 +% December 21, 2020 + +## Atomics.waitAsync + +- Initial URL: [https://tc39.es/proposal-atomics-wait-async/](https://tc39.es/proposal-atomics-wait-async/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-atomics-wait-async/](https://tc39.es/proposal-atomics-wait-async/) +- This specification was not in the reference crawl report. + + +## CSS Cascading and Inheritance Level 5 + +- Initial URL: [https://drafts.csswg.org/css-cascade-5/](https://drafts.csswg.org/css-cascade-5/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-cascade-5/](https://drafts.csswg.org/css-cascade-5/) +- Missing references for links: *INS* https://www.w3.org/TR/css3-conditional/ + ## CSS Conditional Rules Module Level 3 -- Initial URL: [https://www.w3.org/TR/css3-conditional/](https://www.w3.org/TR/css3-conditional/) +- Initial URL: [https://www.w3.org/TR/css-conditional-3/](https://www.w3.org/TR/css-conditional-3/) - Crawled URL: [undefined](undefined) - Editor's Draft: [https://drafts.csswg.org/css-conditional-3/](https://drafts.csswg.org/css-conditional-3/) -- Invalid WebIDL content found: *INS* false / *DEL* true -- Obsolete WebIDL constructs found: *INS* false -- Spec does not reference WebIDL normatively: *INS* false / *DEL* true -- Unknown WebIDL names used: *INS* CSS, CSSGroupingRule, CSSOMString, CSSRule, MediaList -- Missing references for links: *INS* https://www.w3.org/TR/css3-mediaqueries/ / *DEL* https://www.w3.org/TR/2008/REC-CSS1-20080411, https://www.w3.org/TR/2013/WD-css3-transitions-20130212/ +- This specification was not in the reference crawl report. + + +## CSS Images Module Level 3 + +- Initial URL: [https://www.w3.org/TR/css-images-3/](https://www.w3.org/TR/css-images-3/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/css-images-3/](https://drafts.csswg.org/css-images-3/) +- Missing references for links: *INS* https://www.w3.org/TR/css-cascade/, https://www.w3.org/TR/web-animations/, https://www.w3.org/TR/css-pseudo/ / *DEL* https://www.w3.org/TR/css3-ui/, https://www.w3.org/TR/css3-color/, https://www.w3.org/TR/selectors4/, https://www.w3.org/TR/css3-images/, https://www.w3.org/TR/css4-images/, https://www.w3.org/TR/css-print/ +- Inconsistent references for links: *INS* https://www.w3.org/TR/css-values/ / *DEL* https://www.w3.org/TR/css3-values/ + + +## ECMAScript® 2021 Internationalization API Specification + +- Initial URL: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/ecma402/](https://tc39.es/ecma402/) +- This specification was not in the reference crawl report. + + +## ECMAScript® 2021 Language Specification + +- Initial URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) +- This specification was not in the reference crawl report. + + +## import assertions + +- Initial URL: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) +- This specification was not in the reference crawl report. + + +## Private Methods and Accessors Proposal + +- Initial URL: [https://tc39.es/proposal-private-methods/](https://tc39.es/proposal-private-methods/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-private-methods/](https://tc39.es/proposal-private-methods/) +- This specification was not in the reference crawl report. + + +## Public and private instance fields proposal + +- Initial URL: [https://tc39.es/proposal-class-fields/](https://tc39.es/proposal-class-fields/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-class-fields/](https://tc39.es/proposal-class-fields/) +- This specification was not in the reference crawl report. + + +## RegExp Match Indices + +- Initial URL: [https://tc39.es/proposal-regexp-match-indices/](https://tc39.es/proposal-regexp-match-indices/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-regexp-match-indices/](https://tc39.es/proposal-regexp-match-indices/) +- This specification was not in the reference crawl report. + + +## Relative Indexing Method + +- Initial URL: [https://tc39.es/proposal-relative-indexing-method/](https://tc39.es/proposal-relative-indexing-method/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-relative-indexing-method/](https://tc39.es/proposal-relative-indexing-method/) +- This specification was not in the reference crawl report. + + +## Static class features + +- Initial URL: [https://tc39.es/proposal-static-class-features/](https://tc39.es/proposal-static-class-features/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-static-class-features/](https://tc39.es/proposal-static-class-features/) +- This specification was not in the reference crawl report. + + +## The Screen Fold API + +- Initial URL: [https://www.w3.org/TR/screen-fold/](https://www.w3.org/TR/screen-fold/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/screen-fold/](https://w3c.github.io/screen-fold/) +- This specification was not in the reference crawl report. + + +## Top-Level Await + +- Initial URL: [https://tc39.es/proposal-top-level-await/](https://tc39.es/proposal-top-level-await/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://tc39.es/proposal-top-level-await/](https://tc39.es/proposal-top-level-await/) +- This specification was not in the reference crawl report. + + +## Web Authentication: An API for accessing Public Key Credentials - Level 2 + +- Initial URL: [https://www.w3.org/TR/webauthn-2/](https://www.w3.org/TR/webauthn-2/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webauthn/](https://w3c.github.io/webauthn/) +- Missing references for links: *INS* https://www.w3.org/TR/string-meta/ + + +## WebXR Layers API Level 1 + +- Initial URL: [https://www.w3.org/TR/webxrlayers-1/](https://www.w3.org/TR/webxrlayers-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://immersive-web.github.io/layers/](https://immersive-web.github.io/layers/) +- This specification was not in the reference crawl report. diff --git a/tr/headings/compat.json b/tr/headings/compat.json index 965ef1537768..9552e653f498 100644 --- a/tr/headings/compat.json +++ b/tr/headings/compat.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 29 September 2020" + "title": "Living Standard — Last Updated 16 December 2020" }, { "id": "abstract", diff --git a/tr/headings/cookie-store.json b/tr/headings/cookie-store.json index 02387c576bba..f30a5e8c1b2b 100644 --- a/tr/headings/cookie-store.json +++ b/tr/headings/cookie-store.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 23 September 2020" + "title": "Draft Community Group Report, 14 December 2020" }, { "id": "abstract", @@ -281,10 +281,20 @@ "title": "10. Acknowledgements" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, + { + "id": "w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "level": 2, diff --git a/tr/headings/cors-rfc1918.json b/tr/headings/cors-rfc1918.json index 1a3e2486f9e7..8217c31faaef 100644 --- a/tr/headings/cors-rfc1918.json +++ b/tr/headings/cors-rfc1918.json @@ -7,7 +7,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 8 December 2020" + "title": "Draft Community Group Report, 10 December 2020" }, { "id": "abstract", @@ -67,9 +67,9 @@ "number": "2" }, { - "id": "address-space-heading", + "id": "ip-address-space-heading", "level": 3, - "title": "Address Space", + "title": "IP Address Space", "number": "2.1" }, { diff --git a/tr/headings/css-animations-2.json b/tr/headings/css-animations-2.json index c8ef89d4b257..bf047409aca2 100644 --- a/tr/headings/css-animations-2.json +++ b/tr/headings/css-animations-2.json @@ -156,32 +156,32 @@ "number": "6" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-backgrounds-4.json b/tr/headings/css-backgrounds-4.json index 811e7621405d..df1a428224a2 100644 --- a/tr/headings/css-backgrounds-4.json +++ b/tr/headings/css-backgrounds-4.json @@ -132,32 +132,32 @@ "number": "7" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-cascade-5.json b/tr/headings/css-cascade-5.json index 4d8b3971d1ae..a2bf8f797e2b 100644 --- a/tr/headings/css-cascade-5.json +++ b/tr/headings/css-cascade-5.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 27 November 2020" + "title": "Editor’s Draft, 14 December 2020" }, { "id": "abstract", @@ -286,32 +286,32 @@ "title": "Privacy and Security Considerations" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-conditional-3.json b/tr/headings/css-conditional-3.json new file mode 100644 index 000000000000..69a9fe1540b7 --- /dev/null +++ b/tr/headings/css-conditional-3.json @@ -0,0 +1,209 @@ +{ + "spec": { + "title": "CSS Conditional Rules Module Level 3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + "headings": [ + { + "id": "title", + "level": 1, + "title": "CSS Conditional Rules Module Level 3" + }, + { + "id": "subtitle", + "level": 2, + "title": "W3C Candidate Recommendation Snapshot, 8 December 2020" + }, + { + "id": "abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "context", + "level": 3, + "title": "Background", + "number": "1.1" + }, + { + "id": "placement", + "level": 3, + "title": "Module Interactions", + "number": "1.2" + }, + { + "id": "processing", + "level": 2, + "title": "Processing of conditional group rules", + "number": "2" + }, + { + "id": "contents-of", + "level": 2, + "title": "Contents of conditional group rules", + "number": "3" + }, + { + "id": "use", + "level": 2, + "title": "Placement of conditional group rules", + "number": "4" + }, + { + "id": "at-media", + "level": 2, + "title": "Media-specific style sheets: the @media rule", + "number": "5" + }, + { + "id": "at-supports", + "level": 2, + "title": "Feature queries: the @supports rule", + "number": "6" + }, + { + "id": "support-definition", + "level": 3, + "title": "Definition of support", + "number": "6.1" + }, + { + "id": "apis", + "level": 2, + "title": "APIs", + "number": "7" + }, + { + "id": "extentions-to-cssrule-interface", + "level": 3, + "title": "Extensions to the CSSRule interface", + "number": "7.1" + }, + { + "id": "the-cssconditionrule-interface", + "level": 3, + "title": "The CSSConditionRule interface", + "number": "7.2" + }, + { + "id": "the-cssmediarule-interface", + "level": 3, + "title": "The CSSMediaRule interface", + "number": "7.3" + }, + { + "id": "the-csssupportsrule-interface", + "level": 3, + "title": "The CSSSupportsRule interface", + "number": "7.4" + }, + { + "id": "the-css-namespace", + "level": 3, + "title": "The CSS namespace, and the supports() function", + "number": "7.5" + }, + { + "id": "priv-sec", + "level": 2, + "title": "Privacy and Security Considerations" + }, + { + "id": "changes", + "level": 2, + "title": "Changes", + "number": "8" + }, + { + "id": "acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "conformance-classes", + "level": 3, + "title": "Conformance classes" + }, + { + "id": "partial", + "level": 3, + "title": "Partial implementations" + }, + { + "id": "conform-future-proofing", + "level": 4, + "title": "Implementations of Unstable and Proprietary Features" + }, + { + "id": "testing", + "level": 3, + "title": "Non-experimental implementations" + }, + { + "id": "cr-exit-criteria", + "level": 3, + "title": "CR exit criteria" + }, + { + "id": "index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/tr/headings/css-contain-2.json b/tr/headings/css-contain-2.json index 888da491c29d..930b55c4fc58 100644 --- a/tr/headings/css-contain-2.json +++ b/tr/headings/css-contain-2.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 3 June 2020" + "title": "W3C Working Draft, 16 December 2020" }, { "id": "abstract", @@ -120,7 +120,7 @@ "number": "4.5" }, { - "id": "privsec", + "id": "priv-sec", "level": 2, "title": "Privacy and Security Considerations", "number": "5" @@ -130,6 +130,11 @@ "level": 2, "title": "Appendix A. Changes" }, + { + "id": "changes-since-2020-06-03", + "level": 3, + "title": "Changes from 2020-06-03 Working Draft" + }, { "id": "changes-since-2019-11-11", "level": 3, @@ -141,39 +146,34 @@ "title": "Changes from CSS Containment Level 1" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/css-display-3.json b/tr/headings/css-display-3.json index 9e972ef1d73a..0bb470496b82 100644 --- a/tr/headings/css-display-3.json +++ b/tr/headings/css-display-3.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Candidate Recommendation, 19 May 2020" + "title": "W3C Candidate Recommendation Draft, 18 December 2020" }, { "id": "abstract", @@ -152,42 +152,37 @@ "title": "Privacy and Security Considerations" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" + "title": "Partial implementations" }, { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" - }, - { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { - "id": "cr-exit-criteria", + "id": "w3c-cr-exit-criteria", "level": 3, "title": "CR exit criteria" }, diff --git a/tr/headings/css-env-1.json b/tr/headings/css-env-1.json index 7b8f038d8301..f7128a26ebff 100644 --- a/tr/headings/css-env-1.json +++ b/tr/headings/css-env-1.json @@ -60,32 +60,32 @@ "number": "3.1" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-extensions-1.json b/tr/headings/css-extensions-1.json index 312daaec1ddb..97daa9c385d6 100644 --- a/tr/headings/css-extensions-1.json +++ b/tr/headings/css-extensions-1.json @@ -84,32 +84,32 @@ "number": "7" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-gcpm-4.json b/tr/headings/css-gcpm-4.json index 906f36987367..3e5e1adaf9c1 100644 --- a/tr/headings/css-gcpm-4.json +++ b/tr/headings/css-gcpm-4.json @@ -93,32 +93,32 @@ "title": "Acknowledgments" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-grid-2.json b/tr/headings/css-grid-2.json index afb091abdf75..5fa82bccf54d 100644 --- a/tr/headings/css-grid-2.json +++ b/tr/headings/css-grid-2.json @@ -12,12 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Candidate Recommendation, 21 October 2020" - }, - { - "id": "substatus", - "level": 3, - "title": "Draft" + "title": "W3C Candidate Recommendation Draft, 18 December 2020" }, { "id": "abstract", @@ -573,37 +568,37 @@ "title": "16. Acknowledgements" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, { - "id": "cr-exit-criteria", + "id": "w3c-cr-exit-criteria", "level": 3, "title": "CR exit criteria" }, diff --git a/tr/headings/css-grid-3.json b/tr/headings/css-grid-3.json index 41a583e54a89..0c3f5e997d51 100644 --- a/tr/headings/css-grid-3.json +++ b/tr/headings/css-grid-3.json @@ -183,32 +183,32 @@ "title": "12. Acknowledgements" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-images-3.json b/tr/headings/css-images-3.json index 6ea65978178d..048e15f30c9c 100644 --- a/tr/headings/css-images-3.json +++ b/tr/headings/css-images-3.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Candidate Recommendation, 10 October 2019" + "title": "W3C Candidate Recommendation Draft, 17 December 2020" }, { "id": "abstract", @@ -44,7 +44,7 @@ { "id": "values", "level": 3, - "title": "Values", + "title": "Value Definitions", "number": "1.2" }, { @@ -65,6 +65,12 @@ "title": "Ambiguous Reference-or-Image URLs", "number": "2.1.1" }, + { + "id": "url-metadata", + "level": 4, + "title": "Image Metadata", + "number": "2.1.2" + }, { "id": "gradients", "level": 2, @@ -234,7 +240,7 @@ "number": "7" }, { - "id": "privsec", + "id": "priv-sec", "level": 2, "title": "Privacy and Security Considerations" }, @@ -249,52 +255,47 @@ "title": "Changes" }, { - "id": "changes-20120407", + "id": "changes-20191010", "level": 3, - "title": "Changes Since the 17 April 2012 Candidate Recommendation" + "title": "Changes Since the 10 October 2019 Candidate Recommendation" }, { - "id": "changes-last-call", + "id": "changes-20120407", "level": 3, - "title": "Changes Since Last Call" + "title": "Changes Since the 17 April 2012 Candidate Recommendation" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { - "id": "cr-exit-criteria", + "id": "w3c-cr-exit-criteria", "level": 3, "title": "CR exit criteria" }, diff --git a/tr/headings/css-multicol-2.json b/tr/headings/css-multicol-2.json index 0d3efcce8824..cd01048d4c27 100644 --- a/tr/headings/css-multicol-2.json +++ b/tr/headings/css-multicol-2.json @@ -184,32 +184,32 @@ "title": "Privacy and Security Considerations" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-nesting-1.json b/tr/headings/css-nesting-1.json index d612ed2d991f..ae7521acbe2e 100644 --- a/tr/headings/css-nesting-1.json +++ b/tr/headings/css-nesting-1.json @@ -96,32 +96,32 @@ "number": "4" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-shapes-2.json b/tr/headings/css-shapes-2.json index ed8be4ca19d0..98e05cee3af9 100644 --- a/tr/headings/css-shapes-2.json +++ b/tr/headings/css-shapes-2.json @@ -126,32 +126,32 @@ "number": "8.6" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-size-adjust-1.json b/tr/headings/css-size-adjust-1.json index 1cf2ff49a489..85e4a1512769 100644 --- a/tr/headings/css-size-adjust-1.json +++ b/tr/headings/css-size-adjust-1.json @@ -84,32 +84,32 @@ "number": "4" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-sizing-3.json b/tr/headings/css-sizing-3.json index 3bee66674bfe..939683a3f176 100644 --- a/tr/headings/css-sizing-3.json +++ b/tr/headings/css-sizing-3.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 23 October 2020" + "title": "W3C Working Draft, 18 December 2020" }, { "id": "abstract", @@ -199,40 +199,35 @@ "title": "Privacy and Security Considerations" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, - { - "id": "cr-exit-criteria", - "level": 3, - "title": "CR exit criteria" - }, { "id": "index", "level": 2, diff --git a/tr/headings/css-transitions-2.json b/tr/headings/css-transitions-2.json index 1d5142ee2faa..24f0e1405032 100644 --- a/tr/headings/css-transitions-2.json +++ b/tr/headings/css-transitions-2.json @@ -144,32 +144,32 @@ "number": "8" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-typed-om-2.json b/tr/headings/css-typed-om-2.json index c7ae51f6fbe2..3c629b66fc65 100644 --- a/tr/headings/css-typed-om-2.json +++ b/tr/headings/css-typed-om-2.json @@ -25,40 +25,35 @@ "title": "Table of Contents" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, - { - "id": "cr-exit-criteria", - "level": 3, - "title": "CR exit criteria" - }, { "id": "references", "level": 2, diff --git a/tr/headings/filter-effects-2.json b/tr/headings/filter-effects-2.json index c3f9cbddf738..deafdeca3b98 100644 --- a/tr/headings/filter-effects-2.json +++ b/tr/headings/filter-effects-2.json @@ -78,39 +78,34 @@ "title": "Acknowledgments" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", + "id": "w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" + "title": "Partial implementations" }, { - "id": "conform-partial", - "level": 4, - "title": "Partial Implementations" - }, - { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/font-metrics-api-1.json b/tr/headings/font-metrics-api-1.json index 2651daa6eed1..efa1c144ffcd 100644 --- a/tr/headings/font-metrics-api-1.json +++ b/tr/headings/font-metrics-api-1.json @@ -55,40 +55,35 @@ "number": "2.3" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, - { - "id": "cr-exit-criteria", - "level": 3, - "title": "CR exit criteria" - }, { "id": "index", "level": 2, diff --git a/tr/headings/gpuweb.json b/tr/headings/gpuweb.json index b3d10a4e3cd1..03293933a97d 100644 --- a/tr/headings/gpuweb.json +++ b/tr/headings/gpuweb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editor’s Draft, 10 December 2020" + "title": "Editor’s Draft, 17 December 2020" }, { "id": "abstract", @@ -264,9 +264,9 @@ "number": "3.6.2" }, { - "id": "gpulimits", + "id": "gpu-adapterlimits", "level": 5, - "title": "GPULimits", + "title": "GPUAdapterLimits", "number": "3.6.2.1" }, { diff --git a/tr/headings/html.json b/tr/headings/html.json index f4fcbba5069b..bf7a045dfa4c 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -7,7 +7,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "table-of-contents", @@ -22,7 +22,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "introduction", @@ -170,7 +170,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "infrastructure", @@ -264,7 +264,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "common-microsyntaxes", @@ -437,7 +437,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "urls", @@ -514,7 +514,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "common-dom-interfaces", @@ -567,7 +567,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "safe-passing-of-structured-data", @@ -632,7 +632,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "dom", @@ -864,7 +864,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "semantics", @@ -988,7 +988,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "sections", @@ -1095,7 +1095,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "grouping-content", @@ -1196,7 +1196,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "text-level-semantics", @@ -1381,7 +1381,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "links", @@ -1596,7 +1596,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "edits", @@ -1643,7 +1643,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "embedded-content", @@ -1672,7 +1672,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "images", @@ -1881,7 +1881,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-iframe-element", @@ -1910,7 +1910,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-video-element", @@ -2107,7 +2107,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-map-element", @@ -2142,7 +2142,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "mathml", @@ -2165,7 +2165,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "tables", @@ -2278,7 +2278,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "forms", @@ -2361,7 +2361,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-input-element", @@ -2588,7 +2588,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-button-element", @@ -2659,7 +2659,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "form-control-infrastructure", @@ -2856,7 +2856,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "interactive-elements", @@ -2933,7 +2933,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "scripting-3", @@ -3004,7 +3004,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-canvas-element", @@ -3207,7 +3207,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "custom-elements", @@ -3320,7 +3320,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "common-idioms", @@ -3385,7 +3385,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "microdata", @@ -3539,7 +3539,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "editing", @@ -3735,7 +3735,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "dnd", @@ -3806,7 +3806,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "browsers", @@ -3924,7 +3924,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-window-object", @@ -4043,7 +4043,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "origin", @@ -4120,7 +4120,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "history", @@ -4221,7 +4221,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "browsing-the-web", @@ -4346,7 +4346,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "webappapis", @@ -4620,7 +4620,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "dynamic-markup-insertion", @@ -4661,7 +4661,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "timers", @@ -4696,7 +4696,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "system-state-and-capabilities", @@ -4755,7 +4755,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "images-2", @@ -4772,7 +4772,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "comms", @@ -4788,7 +4788,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "server-sent-events", @@ -4853,7 +4853,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "network", @@ -4900,7 +4900,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "web-messaging", @@ -5001,7 +5001,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "workers", @@ -5203,7 +5203,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "worklets", @@ -5297,7 +5297,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "webstorage", @@ -5385,7 +5385,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "syntax", @@ -5479,7 +5479,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "parsing", @@ -6300,7 +6300,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "named-character-references", @@ -6311,7 +6311,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "the-xhtml-syntax", @@ -6345,7 +6345,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "rendering", @@ -6625,7 +6625,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "obsolete", @@ -6677,7 +6677,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "iana", @@ -6789,7 +6789,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "index", @@ -6834,7 +6834,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "references", @@ -6844,7 +6844,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard — Last Updated 11 December 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "acknowledgments", diff --git a/tr/headings/infra.json b/tr/headings/infra.json index a2bc8c2b37c9..496cb64d571f 100644 --- a/tr/headings/infra.json +++ b/tr/headings/infra.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard — Last Updated 8 October 2020" + "title": "Living Standard — Last Updated 17 December 2020" }, { "id": "abstract", diff --git a/tr/headings/screen-fold.json b/tr/headings/screen-fold.json index 04c120a693db..4daed9a76bf9 100644 --- a/tr/headings/screen-fold.json +++ b/tr/headings/screen-fold.json @@ -1,7 +1,7 @@ { "spec": { "title": "The Screen Fold API", - "url": "https://w3c.github.io/screen-fold/" + "url": "https://www.w3.org/TR/screen-fold/" }, "headings": [ { diff --git a/tr/headings/scroll-animations-1.json b/tr/headings/scroll-animations-1.json index e71122422218..ecf9ba78186d 100644 --- a/tr/headings/scroll-animations-1.json +++ b/tr/headings/scroll-animations-1.json @@ -185,32 +185,32 @@ "title": "Appendix A. Considerations for Security and Privacy" }, { - "id": "conformance", + "id": "w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", + "id": "w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", + "id": "w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", + "id": "w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", + "id": "w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", + "id": "w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/webauthn-2.json b/tr/headings/webauthn-2.json index 4b8e64b0e752..df6b954708da 100644 --- a/tr/headings/webauthn-2.json +++ b/tr/headings/webauthn-2.json @@ -7,7 +7,7 @@ { "id": "subtitle", "level": 2, - "title": "W3C Working Draft, 16 November 2020" + "title": "W3C Working Draft, 16 December 2020" }, { "id": "substatus", @@ -503,6 +503,18 @@ "title": "String Handling", "number": "6.4" }, + { + "id": "sctn-strings-truncation", + "level": 4, + "title": "String Truncation", + "number": "6.4.1" + }, + { + "id": "sctn-strings-langdir", + "level": 4, + "title": "Language and Direction Encoding", + "number": "6.4.2" + }, { "id": "sctn-attestation", "level": 3, diff --git a/tr/headings/webrtc.json b/tr/headings/webrtc.json index 7dec3e3e633e..e510e2e41670 100644 --- a/tr/headings/webrtc.json +++ b/tr/headings/webrtc.json @@ -179,9 +179,9 @@ "number": "4.4.1.4" }, { - "id": "set-the-rtcsessiondescription", + "id": "set-the-session-description", "level": 5, - "title": "Set the RTCSessionDescription", + "title": "Set the session description", "number": "4.4.1.5" }, { diff --git a/tr/headings/webusb.json b/tr/headings/webusb.json index 3563f60ee6c8..a7abe8d29f72 100644 --- a/tr/headings/webusb.json +++ b/tr/headings/webusb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 12 December 2020" + "title": "Draft Community Group Report, 20 December 2020" }, { "id": "abstract", diff --git a/tr/headings/webxrlayers-1.json b/tr/headings/webxrlayers-1.json new file mode 100644 index 000000000000..db42489ed533 --- /dev/null +++ b/tr/headings/webxrlayers-1.json @@ -0,0 +1,342 @@ +{ + "spec": { + "title": "WebXR Layers API Level 1", + "url": "https://www.w3.org/TR/webxrlayers-1/" + }, + "headings": [ + { + "id": "title", + "level": 1, + "title": "WebXR Layers API Level 1" + }, + { + "id": "subtitle", + "level": 2, + "title": "W3C First Public Working Draft, 3 December 2020" + }, + { + "id": "abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "level": 2, + "title": "Status of this document" + }, + { + "id": "toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "intro", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "terminology", + "level": 3, + "title": "Terminology", + "number": "1.1" + }, + { + "id": "applicationflow", + "level": 3, + "title": "Application flow", + "number": "1.2" + }, + { + "id": "initialization", + "level": 2, + "title": "Initialization", + "number": "2" + }, + { + "id": "xrlayertypes", + "level": 2, + "title": "Layer types", + "number": "3" + }, + { + "id": "monovsstereo", + "level": 3, + "title": "Mono and stereo layers", + "number": "3.1" + }, + { + "id": "xrlayerlayouttype", + "level": 3, + "title": "XRLayerLayout", + "number": "3.2" + }, + { + "id": "xrcompositionlayertype", + "level": 3, + "title": "XRCompositionLayer", + "number": "3.3" + }, + { + "id": "xrprojectionlayertype", + "level": 3, + "title": "XRProjectionLayer", + "number": "3.4" + }, + { + "id": "xrquadlayertype", + "level": 3, + "title": "XRQuadLayer", + "number": "3.5" + }, + { + "id": "xrcylinderayertype", + "level": 3, + "title": "XRCylinderLayer", + "number": "3.6" + }, + { + "id": "xrequirectlayertype", + "level": 3, + "title": "XREquirectLayer", + "number": "3.7" + }, + { + "id": "xcubelayertype", + "level": 3, + "title": "XRCubeLayer", + "number": "3.8" + }, + { + "id": "spaces", + "level": 2, + "title": "Spaces", + "number": "4" + }, + { + "id": "rendering", + "level": 2, + "title": "Rendering", + "number": "5" + }, + { + "id": "xrsubimagetype", + "level": 3, + "title": "XRSubImage", + "number": "5.1" + }, + { + "id": "xrwebglsubimagetype", + "level": 3, + "title": "XRWebGLSubImage", + "number": "5.2" + }, + { + "id": "xrtexturetype", + "level": 3, + "title": "XRTextureType", + "number": "5.3" + }, + { + "id": "gpulayer", + "level": 2, + "title": "GPU layer and view creation", + "number": "6" + }, + { + "id": "xrgpulayeroverview", + "level": 3, + "title": "Overview", + "number": "6.1" + }, + { + "id": "xropaquetextures", + "level": 3, + "title": "Opaque textures", + "number": "6.2" + }, + { + "id": "xrprojectionlayerinittype", + "level": 3, + "title": "XRProjectionLayerInit", + "number": "6.3" + }, + { + "id": "xrlayerinittype", + "level": 3, + "title": "XRLayerInit", + "number": "6.4" + }, + { + "id": "xrquadlayerinit", + "level": 3, + "title": "XRQuadLayerInit", + "number": "6.5" + }, + { + "id": "xrcylinderlayerinit", + "level": 3, + "title": "XRCylinderLayerInit", + "number": "6.6" + }, + { + "id": "xrequirectlayerinit", + "level": 3, + "title": "XREquirectLayerInit", + "number": "6.7" + }, + { + "id": "xrcubelayerinit", + "level": 3, + "title": "XRCubeLayerInit", + "number": "6.8" + }, + { + "id": "XRWebGLBindingtype", + "level": 3, + "title": "XRWebGLBinding", + "number": "6.9" + }, + { + "id": "videolayer", + "level": 2, + "title": "Video layer creation", + "number": "7" + }, + { + "id": "xrmedialayerinittype", + "level": 3, + "title": "XRMediaLayerInit", + "number": "7.1" + }, + { + "id": "xrmediaquadlayerinittype", + "level": 3, + "title": "XRMediaQuadLayerInit", + "number": "7.2" + }, + { + "id": "xrmediacylinderlayerinittype", + "level": 3, + "title": "XRMediaCylinderLayerInit", + "number": "7.3" + }, + { + "id": "xrmediaequirectlayerinittype", + "level": 3, + "title": "XRMediaEquirectLayerInit", + "number": "7.4" + }, + { + "id": "xrmediabindingtype", + "level": 3, + "title": "XRMediaBinding", + "number": "7.5" + }, + { + "id": "events", + "level": 2, + "title": "Events", + "number": "8" + }, + { + "id": "xrlayerevent-interface", + "level": 3, + "title": "XRLayerEvent", + "number": "8.1" + }, + { + "id": "event-types", + "level": 3, + "title": "Event Types", + "number": "8.2" + }, + { + "id": "webxrintegration", + "level": 2, + "title": "WebXR Device API Integration", + "number": "9" + }, + { + "id": "xrrenderstatechanges", + "level": 3, + "title": "XRRenderState changes", + "number": "9.1" + }, + { + "id": "updaterenderstatechanges", + "level": 3, + "title": "updateRenderState changes", + "number": "9.2" + }, + { + "id": "xrcompositorchanges", + "level": 3, + "title": "XRCompositor changes", + "number": "9.3" + }, + { + "id": "xrviewchanges", + "level": 3, + "title": "XRView changes", + "number": "9.4" + }, + { + "id": "animationframeschanges", + "level": 3, + "title": "Animation frames changes", + "number": "9.5" + }, + { + "id": "security", + "level": 2, + "title": "10. Security and Privacy Considerations" + }, + { + "id": "xrcompositiontiming", + "level": 3, + "title": "Timing of the composition", + "number": "10.1" + }, + { + "id": "index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "informative", + "level": 3, + "title": "Informative References" + }, + { + "id": "idl-index", + "level": 2, + "title": "IDL Index" + }, + { + "id": "issues-index", + "level": 2, + "title": "Issues Index" + } + ] +} \ No newline at end of file diff --git a/tr/idl/EXT_disjoint_timer_query_webgl2.idl b/tr/idl/EXT_disjoint_timer_query_webgl2.idl new file mode 100644 index 000000000000..e5cf32fd8faf --- /dev/null +++ b/tr/idl/EXT_disjoint_timer_query_webgl2.idl @@ -0,0 +1,16 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebGL EXT_disjoint_timer_query_webgl2 Extension Specification (https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/) + +typedef unsigned long long GLuint64EXT; + +[LegacyNoInterfaceObject] +interface EXT_disjoint_timer_query_webgl2 { + const GLenum QUERY_COUNTER_BITS_EXT = 0x8864; + const GLenum TIME_ELAPSED_EXT = 0x88BF; + const GLenum TIMESTAMP_EXT = 0x8E28; + const GLenum GPU_DISJOINT_EXT = 0x8FBB; + + void queryCounterEXT(WebGLQuery query, GLenum target); +}; diff --git a/tr/idl/EXT_texture_norm16.idl b/tr/idl/EXT_texture_norm16.idl new file mode 100644 index 000000000000..3ec43e065ede --- /dev/null +++ b/tr/idl/EXT_texture_norm16.idl @@ -0,0 +1,16 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebGL EXT_texture_norm16 Extension Specification (https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/) + +[NoInterfaceObject] +interface EXT_texture_norm16 { + const GLenum R16_EXT = 0x822A; + const GLenum RG16_EXT = 0x822C; + const GLenum RGB16_EXT = 0x8054; + const GLenum RGBA16_EXT = 0x805B; + const GLenum R16_SNORM_EXT = 0x8F98; + const GLenum RG16_SNORM_EXT = 0x8F99; + const GLenum RGB16_SNORM_EXT = 0x8F9A; + const GLenum RGBA16_SNORM_EXT = 0x8F9B; +}; diff --git a/tr/idl/OVR_multiview2.idl b/tr/idl/OVR_multiview2.idl new file mode 100644 index 000000000000..a674ce35f94c --- /dev/null +++ b/tr/idl/OVR_multiview2.idl @@ -0,0 +1,14 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebGL OVR_multiview2 Extension Specification (https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/) + +[NoInterfaceObject] +interface OVR_multiview2 { + const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR = 0x9630; + const GLenum FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR = 0x9632; + const GLenum MAX_VIEWS_OVR = 0x9631; + const GLenum FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR = 0x9633; + + void framebufferTextureMultiviewOVR(GLenum target, GLenum attachment, WebGLTexture? texture, GLint level, GLint baseViewIndex, GLsizei numViews); +}; diff --git a/tr/idl/WEBGL_compressed_texture_etc.idl b/tr/idl/WEBGL_compressed_texture_etc.idl index e4032fc034f8..161ebf9d263d 100644 --- a/tr/idl/WEBGL_compressed_texture_etc.idl +++ b/tr/idl/WEBGL_compressed_texture_etc.idl @@ -1,10 +1,19 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: WebGL WEBGL_compressed_texture_etc1 Extension Specification (https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/) +// Source: WebGL WEBGL_compressed_texture_etc Extension Specification (https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/) [LegacyNoInterfaceObject] -interface WEBGL_compressed_texture_etc1 { - /* Compressed Texture Format */ - const GLenum COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; +interface WEBGL_compressed_texture_etc { + /* Compressed Texture Formats */ + const GLenum COMPRESSED_R11_EAC = 0x9270; + const GLenum COMPRESSED_SIGNED_R11_EAC = 0x9271; + const GLenum COMPRESSED_RG11_EAC = 0x9272; + const GLenum COMPRESSED_SIGNED_RG11_EAC = 0x9273; + const GLenum COMPRESSED_RGB8_ETC2 = 0x9274; + const GLenum COMPRESSED_SRGB8_ETC2 = 0x9275; + const GLenum COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276; + const GLenum COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277; + const GLenum COMPRESSED_RGBA8_ETC2_EAC = 0x9278; + const GLenum COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279; }; diff --git a/tr/idl/WEBGL_compressed_texture_etc1.idl b/tr/idl/WEBGL_compressed_texture_etc1.idl new file mode 100644 index 000000000000..e4032fc034f8 --- /dev/null +++ b/tr/idl/WEBGL_compressed_texture_etc1.idl @@ -0,0 +1,10 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebGL WEBGL_compressed_texture_etc1 Extension Specification (https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/) + +[LegacyNoInterfaceObject] +interface WEBGL_compressed_texture_etc1 { + /* Compressed Texture Format */ + const GLenum COMPRESSED_RGB_ETC1_WEBGL = 0x8D64; +}; diff --git a/tr/idl/css-conditional.idl b/tr/idl/css-conditional.idl index d6b31d9f8021..03bb5c2fe356 100644 --- a/tr/idl/css-conditional.idl +++ b/tr/idl/css-conditional.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 Conditional Rules Module Level 3 (https://www.w3.org/TR/css3-conditional/) +// Source: CSS Conditional Rules Module Level 3 (https://www.w3.org/TR/css-conditional-3/) partial interface CSSRule { const unsigned short SUPPORTS_RULE = 12; diff --git a/tr/idl/css-images-4.idl b/tr/idl/css-images-4.idl new file mode 100644 index 000000000000..416c09c07bf5 --- /dev/null +++ b/tr/idl/css-images-4.idl @@ -0,0 +1,8 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: CSS Image Values and Replaced Content Module Level 4 (https://www.w3.org/TR/css-images-4/) + +partial interface CSS { + [SameObject] readonly attribute Map elementSources; +}; diff --git a/tr/idl/gpuweb.idl b/tr/idl/gpuweb.idl index dfeead8bab19..585c642584b3 100644 --- a/tr/idl/gpuweb.idl +++ b/tr/idl/gpuweb.idl @@ -11,20 +11,20 @@ dictionary GPUObjectDescriptorBase { USVString label; }; -dictionary GPULimits { - GPUSize32 maxBindGroups = 4; - GPUSize32 maxDynamicUniformBuffersPerPipelineLayout = 8; - GPUSize32 maxDynamicStorageBuffersPerPipelineLayout = 4; - GPUSize32 maxSampledTexturesPerShaderStage = 16; - GPUSize32 maxSamplersPerShaderStage = 16; - GPUSize32 maxStorageBuffersPerShaderStage = 4; - GPUSize32 maxStorageTexturesPerShaderStage = 4; - GPUSize32 maxUniformBuffersPerShaderStage = 12; - GPUSize32 maxUniformBufferBindingSize = 16384; - GPUSize32 maxStorageBufferBindingSize = 134217728; - GPUSize32 maxVertexBuffers = 8; - GPUSize32 maxVertexAttributes = 16; - GPUSize32 maxVertexArrayStride = 2048; +interface GPUAdapterLimits { + readonly attribute GPUSize32 maxBindGroups; + readonly attribute GPUSize32 maxDynamicUniformBuffersPerPipelineLayout; + readonly attribute GPUSize32 maxDynamicStorageBuffersPerPipelineLayout; + readonly attribute GPUSize32 maxSampledTexturesPerShaderStage; + readonly attribute GPUSize32 maxSamplersPerShaderStage; + readonly attribute GPUSize32 maxStorageBuffersPerShaderStage; + readonly attribute GPUSize32 maxStorageTexturesPerShaderStage; + readonly attribute GPUSize32 maxUniformBuffersPerShaderStage; + readonly attribute GPUSize32 maxUniformBufferBindingSize; + readonly attribute GPUSize32 maxStorageBufferBindingSize; + readonly attribute GPUSize32 maxVertexBuffers; + readonly attribute GPUSize32 maxVertexAttributes; + readonly attribute GPUSize32 maxVertexBufferArrayStride; }; interface GPUAdapterFeatures { @@ -58,14 +58,14 @@ enum GPUPowerPreference { interface GPUAdapter { readonly attribute DOMString name; [SameObject] readonly attribute GPUAdapterFeatures features; - //readonly attribute GPULimits limits; Don’t expose higher limits for now. + [SameObject] readonly attribute GPUAdapterLimits limits; Promise requestDevice(optional GPUDeviceDescriptor descriptor = {}); }; dictionary GPUDeviceDescriptor : GPUObjectDescriptorBase { sequence features = []; - GPULimits limits = {}; + record limits = {}; }; enum GPUFeatureName { @@ -350,7 +350,7 @@ dictionary GPUBindGroupLayoutEntry { enum GPUBufferBindingType { "uniform", "storage", - "readonly-storage", + "read-only-storage", }; dictionary GPUBufferBindingLayout { @@ -384,8 +384,8 @@ dictionary GPUTextureBindingLayout { }; enum GPUStorageTextureAccess { - "readonly", - "writeonly", + "read-only", + "write-only", }; dictionary GPUStorageTextureBindingLayout { diff --git a/tr/idl/screen-fold.idl b/tr/idl/screen-fold.idl index ee2616e54a08..e44a18383052 100644 --- a/tr/idl/screen-fold.idl +++ b/tr/idl/screen-fold.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: The Screen Fold API (https://w3c.github.io/screen-fold/) +// Source: The Screen Fold API (https://www.w3.org/TR/screen-fold/) [SecureContext] partial interface Screen { diff --git a/tr/idl/webxrlayers.idl b/tr/idl/webxrlayers.idl new file mode 100644 index 000000000000..7fb8f100963d --- /dev/null +++ b/tr/idl/webxrlayers.idl @@ -0,0 +1,197 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: WebXR Layers API Level 1 (https://www.w3.org/TR/webxrlayers-1/) + +enum XRLayerLayout { + "default", + "mono", + "stereo", + "stereo-left-right", + "stereo-top-bottom" +}; + +[Exposed=Window] interface XRCompositionLayer : XRLayer { + readonly attribute XRLayerLayout layout; + + attribute boolean blendTextureSourceAlpha; + attribute boolean? chromaticAberrationCorrection; + attribute float? fixedFoveation; + + readonly attribute boolean needsRedraw; + + undefined destroy(); +}; + +[Exposed=Window] interface XRProjectionLayer : XRCompositionLayer { + readonly attribute boolean ignoreDepthValues; +}; + +[Exposed=Window] interface XRQuadLayer : XRCompositionLayer { + attribute XRSpace space; + attribute XRRigidTransform transform; + + attribute float width; + attribute float height; + + // Events + attribute EventHandler onredraw; +}; + +[Exposed=Window] interface XRCylinderLayer : XRCompositionLayer { + attribute XRSpace space; + attribute XRRigidTransform transform; + + attribute float radius; + attribute float centralAngle; + attribute float aspectRatio; + + // Events + attribute EventHandler onredraw; +}; + +[Exposed=Window] interface XREquirectLayer : XRCompositionLayer { + attribute XRSpace space; + attribute XRRigidTransform transform; + + attribute float radius; + attribute float centralHorizontalAngle; + attribute float upperVerticalAngle; + attribute float lowerVerticalAngle; + + // Events + attribute EventHandler onredraw; +}; + +[Exposed=Window] interface XRCubeLayer : XRCompositionLayer { + attribute XRSpace space; + attribute DOMPointReadOnly orientation; + + // Events + attribute EventHandler onredraw; +}; + +[Exposed=Window] interface XRSubImage { + [SameObject] readonly attribute XRViewport viewport; +}; + +[Exposed=Window] interface XRWebGLSubImage : XRSubImage { + [SameObject] readonly attribute WebGLTexture colorTexture; + [SameObject] readonly attribute WebGLTexture? depthStencilTexture; + readonly attribute unsigned long? imageIndex; + readonly attribute unsigned long textureWidth; + readonly attribute unsigned long textureHeight; +}; + +enum XRTextureType { + "texture", + "texture-array" +}; + +dictionary XRProjectionLayerInit { + XRTextureType textureType = "texture"; + GLenum colorFormat = 0x1908; // RGBA + GLenum depthFormat = 0x1902; // DEPTH_COMPONENT + double scaleFactor = 1.0; +}; + +dictionary XRLayerInit { + required XRSpace space; + GLenum colorFormat = 0x1908; // RGBA + GLenum? depthFormat; + required unsigned long viewPixelWidth; + required unsigned long viewPixelHeight; + XRLayerLayout layout = "mono"; + boolean isStatic = false; +}; + +dictionary XRQuadLayerInit : XRLayerInit { + XRTextureType textureType = "texture"; + XRRigidTransform? transform; + float width = 1.0; + float height = 1.0; +}; + +dictionary XRCylinderLayerInit : XRLayerInit { + XRTextureType textureType = "texture"; + XRRigidTransform? transform; + float radius = 2.0; + float centralAngle = 0.78539; + float aspectRatio = 2.0; +}; + +dictionary XREquirectLayerInit : XRLayerInit { + XRTextureType textureType = "texture"; + XRRigidTransform? transform; + float radius = 0; + float centralHorizontalAngle = 6.28318; + float upperVerticalAngle = 1.570795; + float lowerVerticalAngle = -1.570795; +}; + +dictionary XRCubeLayerInit : XRLayerInit { + DOMPointReadOnly? orientation; +}; + +[Exposed=Window] interface XRWebGLBinding { + constructor(XRSession session, XRWebGLRenderingContext context); + + readonly attribute double nativeProjectionScaleFactor; + + XRProjectionLayer createProjectionLayer(optional XRProjectionLayerInit init); + XRQuadLayer createQuadLayer(optional XRQuadLayerInit init); + XRCylinderLayer createCylinderLayer(optional XRCylinderLayerInit init); + XREquirectLayer createEquirectLayer(optional XREquirectLayerInit init); + XRCubeLayer createCubeLayer(optional XRCubeLayerInit init); + + XRWebGLSubImage getSubImage(XRCompositionLayer layer, XRFrame frame, optional XREye eye = "none"); + XRWebGLSubImage getViewSubImage(XRProjectionLayer layer, XRView view); +}; + +dictionary XRMediaLayerInit { + required XRSpace space; + XRLayerLayout layout = "mono"; + boolean invertStereo = false; +}; + +dictionary XRMediaQuadLayerInit : XRMediaLayerInit { + XRRigidTransform? transform; + float? width; + float? height; +}; + +dictionary XRMediaCylinderLayerInit : XRMediaLayerInit { + XRRigidTransform? transform; + float radius = 2.0; + float centralAngle = 0.78539; + float? aspectRatio; +}; + +dictionary XRMediaEquirectLayerInit : XRMediaLayerInit { + XRRigidTransform? transform; + float radius = 0.0; + float centralHorizontalAngle = 6.28318; + float upperVerticalAngle = 1.570795; + float lowerVerticalAngle = -1.570795; +}; + +[Exposed=Window] interface XRMediaBinding { + constructor(XRSession session); + + XRQuadLayer createQuadLayer(HTMLVideoElement video, optional XRMediaQuadLayerInit init); + XRCylinderLayer createCylinderLayer(HTMLVideoElement video, optional XRMediaCylinderLayerInit init); + XREquirectLayer createEquirectLayer(HTMLVideoElement video, optional XRMediaEquirectLayerInit init); +}; + +[SecureContext, Exposed=Window] interface XRLayerEvent : Event { + constructor(DOMString type, XRLayerEventInit eventInitDict); + [SameObject] readonly attribute XRLayer layer; +}; + +dictionary XRLayerEventInit : EventInit { + required XRLayer layer; +}; + +[SecureContext, Exposed=Window] partial interface XRRenderState { + readonly attribute FrozenArray layers; +}; diff --git a/tr/idlparsed/css-conditional-3.json b/tr/idlparsed/css-conditional-3.json new file mode 100644 index 000000000000..0b70c1a9edc1 --- /dev/null +++ b/tr/idlparsed/css-conditional-3.json @@ -0,0 +1,276 @@ +{ + "spec": { + "title": "CSS Conditional Rules Module Level 3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": { + "Window": [ + "CSSConditionRule", + "CSSMediaRule", + "CSSSupportsRule" + ] + } + }, + "idlNames": { + "CSSConditionRule": { + "type": "interface", + "name": "CSSConditionRule", + "inheritance": "CSSGroupingRule", + "members": [ + { + "type": "attribute", + "name": "conditionText", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CSSOMString" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "CSSMediaRule": { + "type": "interface", + "name": "CSSMediaRule", + "inheritance": "CSSConditionRule", + "members": [ + { + "type": "attribute", + "name": "media", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "MediaList" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "PutForwards", + "rhs": { + "type": "identifier", + "value": "mediaText" + }, + "arguments": [] + } + ], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "CSSSupportsRule": { + "type": "interface", + "name": "CSSSupportsRule", + "inheritance": "CSSConditionRule", + "members": [], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + } + }, + "idlExtendedNames": { + "CSSRule": [ + { + "type": "interface", + "name": "CSSRule", + "inheritance": null, + "members": [ + { + "type": "const", + "name": "SUPPORTS_RULE", + "idlType": { + "type": "const-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned short" + }, + "extAttrs": [], + "value": { + "type": "number", + "value": "12" + } + } + ], + "extAttrs": [], + "partial": true + } + ], + "CSS": [ + { + "type": "namespace", + "name": "CSS", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "supports", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "arguments": [ + { + "type": "argument", + "name": "property", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CSSOMString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "value", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CSSOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "supports", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "arguments": [ + { + "type": "argument", + "name": "conditionText", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CSSOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + } + ] + }, + "globals": {}, + "exposed": { + "Window": [ + "CSSConditionRule", + "CSSMediaRule", + "CSSSupportsRule" + ] + }, + "dependencies": { + "CSSRule": [], + "CSSConditionRule": [ + "CSSGroupingRule", + "CSSOMString" + ], + "CSSMediaRule": [ + "CSSConditionRule", + "MediaList" + ], + "CSSSupportsRule": [ + "CSSConditionRule" + ], + "CSS": [ + "CSSOMString" + ] + }, + "externalDependencies": [ + "CSSRule", + "CSSGroupingRule", + "CSSOMString", + "MediaList", + "CSS" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/idlparsed/gpuweb.json b/tr/idlparsed/gpuweb.json index d04d0d08f96b..ce1372a4ef12 100644 --- a/tr/idlparsed/gpuweb.json +++ b/tr/idlparsed/gpuweb.json @@ -75,244 +75,205 @@ "extAttrs": [], "partial": false }, - "GPULimits": { - "type": "dictionary", - "name": "GPULimits", + "GPUAdapterLimits": { + "type": "interface", + "name": "GPUAdapterLimits", "inheritance": null, "members": [ { - "type": "field", + "type": "attribute", "name": "maxBindGroups", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "4" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxDynamicUniformBuffersPerPipelineLayout", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "8" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxDynamicStorageBuffersPerPipelineLayout", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "4" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxSampledTexturesPerShaderStage", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "16" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxSamplersPerShaderStage", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "16" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxStorageBuffersPerShaderStage", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "4" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxStorageTexturesPerShaderStage", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "4" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxUniformBuffersPerShaderStage", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "12" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxUniformBufferBindingSize", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "16384" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxStorageBufferBindingSize", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "134217728" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxVertexBuffers", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "8" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", + "type": "attribute", "name": "maxVertexAttributes", - "extAttrs": [], "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "16" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true }, { - "type": "field", - "name": "maxVertexArrayStride", - "extAttrs": [], + "type": "attribute", + "name": "maxVertexBufferArrayStride", "idlType": { - "type": "dictionary-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, "idlType": "GPUSize32" }, - "default": { - "type": "number", - "value": "2048" - }, - "required": false + "extAttrs": [], + "special": "", + "readonly": true } ], "extAttrs": [], @@ -494,6 +455,28 @@ "special": "", "readonly": true }, + { + "type": "attribute", + "name": "limits", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GPUAdapterLimits" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + }, { "type": "operation", "name": "requestDevice", @@ -580,10 +563,27 @@ "idlType": { "type": "dictionary-type", "extAttrs": [], - "generic": "", + "generic": "record", "nullable": false, "union": false, - "idlType": "GPULimits" + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GPUSize32" + } + ] }, "default": { "type": "dictionary" @@ -2939,7 +2939,7 @@ }, { "type": "enum-value", - "value": "readonly-storage" + "value": "read-only-storage" } ], "extAttrs": [] @@ -3149,11 +3149,11 @@ "values": [ { "type": "enum-value", - "value": "readonly" + "value": "read-only" }, { "type": "enum-value", - "value": "writeonly" + "value": "write-only" } ], "extAttrs": [] @@ -9873,7 +9873,7 @@ "dependencies": { "GPUObjectBase": [], "GPUObjectDescriptorBase": [], - "GPULimits": [ + "GPUAdapterLimits": [ "GPUSize32" ], "GPUAdapterFeatures": [ @@ -9894,13 +9894,14 @@ ], "GPUAdapter": [ "GPUAdapterFeatures", + "GPUAdapterLimits", "GPUDevice", "GPUDeviceDescriptor" ], "GPUDeviceDescriptor": [ "GPUObjectDescriptorBase", "GPUFeatureName", - "GPULimits" + "GPUSize32" ], "GPUDevice": [ "EventTarget", diff --git a/tr/idlparsed/screen-fold.json b/tr/idlparsed/screen-fold.json index 6c82720b99c2..85e5b891c756 100644 --- a/tr/idlparsed/screen-fold.json +++ b/tr/idlparsed/screen-fold.json @@ -1,7 +1,7 @@ { "spec": { "title": "The Screen Fold API", - "url": "https://w3c.github.io/screen-fold/" + "url": "https://www.w3.org/TR/screen-fold/" }, "idlparsed": { "jsNames": { diff --git a/tr/idlparsed/webxrlayers-1.json b/tr/idlparsed/webxrlayers-1.json new file mode 100644 index 000000000000..555cec8d146f --- /dev/null +++ b/tr/idlparsed/webxrlayers-1.json @@ -0,0 +1,2414 @@ +{ + "spec": { + "title": "WebXR Layers API Level 1", + "url": "https://www.w3.org/TR/webxrlayers-1/" + }, + "idlparsed": { + "jsNames": { + "constructors": { + "Window": [ + "XRWebGLBinding", + "XRMediaBinding", + "XRLayerEvent" + ] + }, + "functions": { + "Window": [ + "XRCompositionLayer", + "XRProjectionLayer", + "XRQuadLayer", + "XRCylinderLayer", + "XREquirectLayer", + "XRCubeLayer", + "XRSubImage", + "XRWebGLSubImage", + "XRRenderState" + ] + } + }, + "idlNames": { + "XRLayerLayout": { + "type": "enum", + "name": "XRLayerLayout", + "values": [ + { + "type": "enum-value", + "value": "default" + }, + { + "type": "enum-value", + "value": "mono" + }, + { + "type": "enum-value", + "value": "stereo" + }, + { + "type": "enum-value", + "value": "stereo-left-right" + }, + { + "type": "enum-value", + "value": "stereo-top-bottom" + } + ], + "extAttrs": [] + }, + "XRCompositionLayer": { + "type": "interface", + "name": "XRCompositionLayer", + "inheritance": "XRLayer", + "members": [ + { + "type": "attribute", + "name": "layout", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayerLayout" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blendTextureSourceAlpha", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "chromaticAberrationCorrection", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "fixedFoveation", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "needsRedraw", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "operation", + "name": "destroy", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRProjectionLayer": { + "type": "interface", + "name": "XRProjectionLayer", + "inheritance": "XRCompositionLayer", + "members": [ + { + "type": "attribute", + "name": "ignoreDepthValues", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRQuadLayer": { + "type": "interface", + "name": "XRQuadLayer", + "inheritance": "XRCompositionLayer", + "members": [ + { + "type": "attribute", + "name": "space", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "transform", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRRigidTransform" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "width", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "height", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onredraw", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRCylinderLayer": { + "type": "interface", + "name": "XRCylinderLayer", + "inheritance": "XRCompositionLayer", + "members": [ + { + "type": "attribute", + "name": "space", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "transform", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRRigidTransform" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "radius", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "centralAngle", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "aspectRatio", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onredraw", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XREquirectLayer": { + "type": "interface", + "name": "XREquirectLayer", + "inheritance": "XRCompositionLayer", + "members": [ + { + "type": "attribute", + "name": "space", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "transform", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRRigidTransform" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "radius", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "centralHorizontalAngle", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "upperVerticalAngle", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "lowerVerticalAngle", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onredraw", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRCubeLayer": { + "type": "interface", + "name": "XRCubeLayer", + "inheritance": "XRCompositionLayer", + "members": [ + { + "type": "attribute", + "name": "space", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "orientation", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMPointReadOnly" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "onredraw", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "EventHandler" + }, + "extAttrs": [], + "special": "", + "readonly": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRSubImage": { + "type": "interface", + "name": "XRSubImage", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "viewport", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRViewport" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRWebGLSubImage": { + "type": "interface", + "name": "XRWebGLSubImage", + "inheritance": "XRSubImage", + "members": [ + { + "type": "attribute", + "name": "colorTexture", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "WebGLTexture" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "depthStencilTexture", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "WebGLTexture" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "imageIndex", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "textureWidth", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "textureHeight", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRTextureType": { + "type": "enum", + "name": "XRTextureType", + "values": [ + { + "type": "enum-value", + "value": "texture" + }, + { + "type": "enum-value", + "value": "texture-array" + } + ], + "extAttrs": [] + }, + "XRProjectionLayerInit": { + "type": "dictionary", + "name": "XRProjectionLayerInit", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "textureType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRTextureType" + }, + "default": { + "type": "string", + "value": "texture" + }, + "required": false + }, + { + "type": "field", + "name": "colorFormat", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GLenum" + }, + "default": { + "type": "number", + "value": "0x1908" + }, + "required": false + }, + { + "type": "field", + "name": "depthFormat", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GLenum" + }, + "default": { + "type": "number", + "value": "0x1902" + }, + "required": false + }, + { + "type": "field", + "name": "scaleFactor", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "1.0" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRLayerInit": { + "type": "dictionary", + "name": "XRLayerInit", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "space", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "colorFormat", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GLenum" + }, + "default": { + "type": "number", + "value": "0x1908" + }, + "required": false + }, + { + "type": "field", + "name": "depthFormat", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "GLenum" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "viewPixelWidth", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "viewPixelHeight", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "layout", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayerLayout" + }, + "default": { + "type": "string", + "value": "mono" + }, + "required": false + }, + { + "type": "field", + "name": "isStatic", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRQuadLayerInit": { + "type": "dictionary", + "name": "XRQuadLayerInit", + "inheritance": "XRLayerInit", + "members": [ + { + "type": "field", + "name": "textureType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRTextureType" + }, + "default": { + "type": "string", + "value": "texture" + }, + "required": false + }, + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "width", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "1.0" + }, + "required": false + }, + { + "type": "field", + "name": "height", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "1.0" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRCylinderLayerInit": { + "type": "dictionary", + "name": "XRCylinderLayerInit", + "inheritance": "XRLayerInit", + "members": [ + { + "type": "field", + "name": "textureType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRTextureType" + }, + "default": { + "type": "string", + "value": "texture" + }, + "required": false + }, + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "radius", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "2.0" + }, + "required": false + }, + { + "type": "field", + "name": "centralAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "0.78539" + }, + "required": false + }, + { + "type": "field", + "name": "aspectRatio", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "2.0" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XREquirectLayerInit": { + "type": "dictionary", + "name": "XREquirectLayerInit", + "inheritance": "XRLayerInit", + "members": [ + { + "type": "field", + "name": "textureType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRTextureType" + }, + "default": { + "type": "string", + "value": "texture" + }, + "required": false + }, + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "radius", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "centralHorizontalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "6.28318" + }, + "required": false + }, + { + "type": "field", + "name": "upperVerticalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "1.570795" + }, + "required": false + }, + { + "type": "field", + "name": "lowerVerticalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "-1.570795" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRCubeLayerInit": { + "type": "dictionary", + "name": "XRCubeLayerInit", + "inheritance": "XRLayerInit", + "members": [ + { + "type": "field", + "name": "orientation", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMPointReadOnly" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRWebGLBinding": { + "type": "interface", + "name": "XRWebGLBinding", + "inheritance": null, + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "session", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSession" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "context", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRWebGLRenderingContext" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "attribute", + "name": "nativeProjectionScaleFactor", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "operation", + "name": "createProjectionLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRProjectionLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRProjectionLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createQuadLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRQuadLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRQuadLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createCylinderLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCylinderLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCylinderLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createEquirectLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XREquirectLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XREquirectLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createCubeLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCubeLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCubeLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "getSubImage", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRWebGLSubImage" + }, + "arguments": [ + { + "type": "argument", + "name": "layer", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCompositionLayer" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "frame", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRFrame" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "eye", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XREye" + }, + "default": { + "type": "string", + "value": "none" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "getViewSubImage", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRWebGLSubImage" + }, + "arguments": [ + { + "type": "argument", + "name": "layer", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRProjectionLayer" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "view", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRView" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRMediaLayerInit": { + "type": "dictionary", + "name": "XRMediaLayerInit", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "space", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSpace" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "layout", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayerLayout" + }, + "default": { + "type": "string", + "value": "mono" + }, + "required": false + }, + { + "type": "field", + "name": "invertStereo", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRMediaQuadLayerInit": { + "type": "dictionary", + "name": "XRMediaQuadLayerInit", + "inheritance": "XRMediaLayerInit", + "members": [ + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "width", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "float" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "height", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "float" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRMediaCylinderLayerInit": { + "type": "dictionary", + "name": "XRMediaCylinderLayerInit", + "inheritance": "XRMediaLayerInit", + "members": [ + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "radius", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "2.0" + }, + "required": false + }, + { + "type": "field", + "name": "centralAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "0.78539" + }, + "required": false + }, + { + "type": "field", + "name": "aspectRatio", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "float" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRMediaEquirectLayerInit": { + "type": "dictionary", + "name": "XRMediaEquirectLayerInit", + "inheritance": "XRMediaLayerInit", + "members": [ + { + "type": "field", + "name": "transform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "XRRigidTransform" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "radius", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "0.0" + }, + "required": false + }, + { + "type": "field", + "name": "centralHorizontalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "6.28318" + }, + "required": false + }, + { + "type": "field", + "name": "upperVerticalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "1.570795" + }, + "required": false + }, + { + "type": "field", + "name": "lowerVerticalAngle", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "float" + }, + "default": { + "type": "number", + "value": "-1.570795" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "XRMediaBinding": { + "type": "interface", + "name": "XRMediaBinding", + "inheritance": null, + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "session", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRSession" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "operation", + "name": "createQuadLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRQuadLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "video", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "HTMLVideoElement" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRMediaQuadLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createCylinderLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRCylinderLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "video", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "HTMLVideoElement" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRMediaCylinderLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createEquirectLayer", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XREquirectLayer" + }, + "arguments": [ + { + "type": "argument", + "name": "video", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "HTMLVideoElement" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "init", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRMediaEquirectLayerInit" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRLayerEvent": { + "type": "interface", + "name": "XRLayerEvent", + "inheritance": "Event", + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "eventInitDict", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayerEventInit" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [] + }, + { + "type": "attribute", + "name": "layer", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayer" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false + }, + "XRLayerEventInit": { + "type": "dictionary", + "name": "XRLayerEventInit", + "inheritance": "EventInit", + "members": [ + { + "type": "field", + "name": "layer", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayer" + }, + "default": null, + "required": true + } + ], + "extAttrs": [], + "partial": false + } + }, + "idlExtendedNames": { + "XRRenderState": [ + { + "type": "interface", + "name": "XRRenderState", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "layers", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "FrozenArray", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "XRLayer" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": true + } + ] + }, + "globals": {}, + "exposed": { + "Window": [ + "XRCompositionLayer", + "XRProjectionLayer", + "XRQuadLayer", + "XRCylinderLayer", + "XREquirectLayer", + "XRCubeLayer", + "XRSubImage", + "XRWebGLSubImage", + "XRWebGLBinding", + "XRMediaBinding", + "XRLayerEvent", + "XRRenderState" + ] + }, + "dependencies": { + "XRCompositionLayer": [ + "XRLayer", + "XRLayerLayout" + ], + "XRProjectionLayer": [ + "XRCompositionLayer" + ], + "XRQuadLayer": [ + "XRCompositionLayer", + "XRSpace", + "XRRigidTransform", + "EventHandler" + ], + "XRCylinderLayer": [ + "XRCompositionLayer", + "XRSpace", + "XRRigidTransform", + "EventHandler" + ], + "XREquirectLayer": [ + "XRCompositionLayer", + "XRSpace", + "XRRigidTransform", + "EventHandler" + ], + "XRCubeLayer": [ + "XRCompositionLayer", + "XRSpace", + "DOMPointReadOnly", + "EventHandler" + ], + "XRSubImage": [ + "XRViewport" + ], + "XRWebGLSubImage": [ + "XRSubImage", + "WebGLTexture" + ], + "XRProjectionLayerInit": [ + "XRTextureType", + "GLenum" + ], + "XRLayerInit": [ + "XRSpace", + "GLenum", + "XRLayerLayout" + ], + "XRQuadLayerInit": [ + "XRLayerInit", + "XRTextureType", + "XRRigidTransform" + ], + "XRCylinderLayerInit": [ + "XRLayerInit", + "XRTextureType", + "XRRigidTransform" + ], + "XREquirectLayerInit": [ + "XRLayerInit", + "XRTextureType", + "XRRigidTransform" + ], + "XRCubeLayerInit": [ + "XRLayerInit", + "DOMPointReadOnly" + ], + "XRWebGLBinding": [ + "XRSession", + "XRWebGLRenderingContext", + "XRProjectionLayer", + "XRProjectionLayerInit", + "XRQuadLayer", + "XRQuadLayerInit", + "XRCylinderLayer", + "XRCylinderLayerInit", + "XREquirectLayer", + "XREquirectLayerInit", + "XRCubeLayer", + "XRCubeLayerInit", + "XRWebGLSubImage", + "XRCompositionLayer", + "XRFrame", + "XREye", + "XRView" + ], + "XRMediaLayerInit": [ + "XRSpace", + "XRLayerLayout" + ], + "XRMediaQuadLayerInit": [ + "XRMediaLayerInit", + "XRRigidTransform" + ], + "XRMediaCylinderLayerInit": [ + "XRMediaLayerInit", + "XRRigidTransform" + ], + "XRMediaEquirectLayerInit": [ + "XRMediaLayerInit", + "XRRigidTransform" + ], + "XRMediaBinding": [ + "XRSession", + "XRQuadLayer", + "HTMLVideoElement", + "XRMediaQuadLayerInit", + "XRCylinderLayer", + "XRMediaCylinderLayerInit", + "XREquirectLayer", + "XRMediaEquirectLayerInit" + ], + "XRLayerEvent": [ + "Event", + "XRLayerEventInit", + "XRLayer" + ], + "XRLayerEventInit": [ + "EventInit", + "XRLayer" + ], + "XRRenderState": [ + "XRLayer" + ] + }, + "externalDependencies": [ + "XRLayer", + "XRSpace", + "XRRigidTransform", + "EventHandler", + "DOMPointReadOnly", + "XRViewport", + "WebGLTexture", + "GLenum", + "XRSession", + "XRWebGLRenderingContext", + "XRFrame", + "XREye", + "XRView", + "HTMLVideoElement", + "Event", + "EventInit", + "XRRenderState" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/ids/compat.json b/tr/ids/compat.json index 1722c2d2ce9a..e5d71841f3d3 100644 --- a/tr/ids/compat.json +++ b/tr/ids/compat.json @@ -416,7 +416,7 @@ "biblio-css-transitions-1", "biblio-css-values-3", "biblio-css-values-4", - "biblio-css2", + "biblio-css21", "biblio-css3-images-20110217", "biblio-dom", "biblio-filter-effects-1", diff --git a/tr/ids/cookie-store.json b/tr/ids/cookie-store.json index 126f37d56532..1507f92bd1e2 100644 --- a/tr/ids/cookie-store.json +++ b/tr/ids/cookie-store.json @@ -118,36 +118,44 @@ "ref-for-SecureContext", "cookiestore", "ref-for-eventtarget", + "ref-for-idl-promise", "ref-for-dictdef-cookielistitem", "ref-for-dom-cookiestore-get", "ref-for-idl-USVString", "dom-cookiestore-get-name-name", + "ref-for-idl-promise①", "ref-for-dictdef-cookielistitem①", "ref-for-dom-cookiestore-get-options④", "ref-for-dictdef-cookiestoregetoptions", "dom-cookiestore-get-options-options", + "ref-for-idl-promise②", "ref-for-typedefdef-cookielist", "ref-for-dom-cookiestore-getall", "ref-for-idl-USVString①", "dom-cookiestore-getall-name-name", + "ref-for-idl-promise③", "ref-for-typedefdef-cookielist①", "ref-for-dom-cookiestore-getall-options⑤", "ref-for-dictdef-cookiestoregetoptions①", "dom-cookiestore-getall-options-options", + "ref-for-idl-promise④", "ref-for-idl-undefined", "ref-for-dom-cookiestore-set②", "ref-for-idl-USVString②", "dom-cookiestore-set-name-value-name", "ref-for-idl-USVString③", "dom-cookiestore-set-name-value-value", + "ref-for-idl-promise⑤", "ref-for-idl-undefined①", "ref-for-dom-cookiestore-set-options", "ref-for-dictdef-cookieinit", "dom-cookiestore-set-options-options", + "ref-for-idl-promise⑥", "ref-for-idl-undefined②", "ref-for-dom-cookiestore-delete①", "ref-for-idl-USVString④", "dom-cookiestore-delete-name-name", + "ref-for-idl-promise⑦", "ref-for-idl-undefined③", "ref-for-dom-cookiestore-delete-options", "ref-for-dictdef-cookiestoredeleteoptions", @@ -199,6 +207,7 @@ "dom-cookielistitem-secure", "ref-for-enumdef-cookiesamesite①", "dom-cookielistitem-samesite", + "ref-for-idl-sequence", "ref-for-dictdef-cookielistitem②", "typedefdef-cookielist", "CookieStore-get", @@ -405,14 +414,20 @@ "ref-for-Exposed②", "ref-for-SecureContext①", "cookiestoremanager", + "ref-for-idl-promise⑧", "ref-for-idl-undefined④", "ref-for-dom-cookiestoremanager-subscribe②", + "ref-for-idl-sequence①", "ref-for-dictdef-cookiestoregetoptions②", "dom-cookiestoremanager-subscribe-subscriptions-subscriptions", + "ref-for-idl-promise⑨", + "ref-for-idl-sequence②", "ref-for-dictdef-cookiestoregetoptions③", "ref-for-dom-cookiestoremanager-getsubscriptions①", + "ref-for-idl-promise①⓪", "ref-for-idl-undefined⑤", "ref-for-dom-cookiestoremanager-unsubscribe", + "ref-for-idl-sequence③", "ref-for-dictdef-cookiestoregetoptions④", "dom-cookiestoremanager-unsubscribe-subscriptions-subscriptions", "CookieStoreManager-subscribe", @@ -522,9 +537,11 @@ "ref-for-dictdef-cookiechangeeventinit", "dom-cookiechangeevent-cookiechangeevent-type-eventinitdict-eventinitdict", "ref-for-SameObject①", + "ref-for-idl-frozen-array", "ref-for-dictdef-cookielistitem③", "dom-cookiechangeevent-changed", "ref-for-SameObject②", + "ref-for-idl-frozen-array①", "ref-for-dictdef-cookielistitem④", "dom-cookiechangeevent-deleted", "dictdef-cookiechangeeventinit", @@ -554,9 +571,11 @@ "ref-for-dictdef-extendablecookiechangeeventinit", "dom-extendablecookiechangeevent-extendablecookiechangeevent-type-eventinitdict-eventinitdict", "ref-for-SameObject③", + "ref-for-idl-frozen-array②", "ref-for-dictdef-cookielistitem⑤", "dom-extendablecookiechangeevent-changed", "ref-for-SameObject④", + "ref-for-idl-frozen-array③", "ref-for-dictdef-cookielistitem⑥", "dom-extendablecookiechangeevent-deleted", "dictdef-extendablecookiechangeeventinit", @@ -748,8 +767,10 @@ "privacy", "clear-cookies", "acknowledgements", - "conformance", - "example-example", + "w3c-conformance", + "w3c-conventions", + "w3c-example", + "w3c-conformant-algorithms", "index", "index-defined-here", "index-defined-elsewhere", @@ -812,6 +833,8 @@ "term-for-idl-DOMString", "term-for-DOMTimeStamp", "term-for-Exposed", + "term-for-idl-frozen-array", + "term-for-idl-promise", "term-for-SameObject", "term-for-SecureContext", "term-for-securityerror", @@ -822,6 +845,7 @@ "term-for-idl-boolean", "term-for-reject", "term-for-resolve", + "term-for-idl-sequence", "term-for-this", "term-for-idl-undefined", "references", diff --git a/tr/ids/cors-rfc1918.json b/tr/ids/cors-rfc1918.json index fe884428c26f..9c23604d1e77 100644 --- a/tr/ids/cors-rfc1918.json +++ b/tr/ids/cors-rfc1918.json @@ -20,7 +20,7 @@ "example-deny-by-default", "example-262fae93", "ref-for-cors-preflight-request", - "ref-for-address-space-private", + "ref-for-ip-address-space-private", "ref-for-public-address", "ref-for-cors-preflight-request①", "ref-for-http-access-control-request-method", @@ -29,8 +29,8 @@ "example-opt-in", "example-a008671f", "ref-for-cors-preflight-request②", - "ref-for-address-space-public", - "ref-for-address-space-private①", + "ref-for-ip-address-space-public", + "ref-for-ip-address-space-private①", "ref-for-cors-preflight-request③", "ref-for-http-access-control-allow-origin", "ref-for-http-access-control-allow-methods", @@ -50,32 +50,32 @@ "ref-for-http-headerdef-access-control-allow-private-network②", "ref-for-http-headerdef-access-control-request-private-network②", "framework", - "address-space-heading", - "address-space", - "address-space-local", - "address-space-private", - "address-space-public", - "ref-for-address-space", - "ref-for-address-space①", + "ip-address-space-heading", + "ip-address-space", + "ip-address-space-local", + "ip-address-space-private", + "ip-address-space-public", + "ref-for-ip-address-space", + "ref-for-ip-address-space①", "ref-for-concept-ipv4", - "ref-for-address-space-local", + "ref-for-ip-address-space-local", "ref-for-concept-ipv6", - "ref-for-address-space-local①", - "ref-for-address-space②", - "ref-for-address-space-private②", - "ref-for-address-space-public①", - "ref-for-address-space-private③", - "ref-for-address-space-local②", + "ref-for-ip-address-space-local①", + "ref-for-ip-address-space②", + "ref-for-ip-address-space-private②", + "ref-for-ip-address-space-public①", + "ref-for-ip-address-space-private③", + "ref-for-ip-address-space-local②", "issue-1456f875", "local-address", - "ref-for-address-space③", - "ref-for-address-space-local③", + "ref-for-ip-address-space③", + "ref-for-ip-address-space-local③", "private-address", - "ref-for-address-space④", - "ref-for-address-space-private④", + "ref-for-ip-address-space④", + "ref-for-ip-address-space-private④", "public-address", - "ref-for-address-space⑤", - "ref-for-address-space-public②", + "ref-for-ip-address-space⑤", + "ref-for-ip-address-space-public②", "private-network-request-heading", "ref-for-concept-request", "private-network-request", @@ -83,15 +83,15 @@ "ref-for-dom-url-host", "ref-for-private-address①", "ref-for-concept-request-client", - "ref-for-address-space⑥", - "ref-for-address-space-public③", + "ref-for-environment-settings-object-ip-address-space", + "ref-for-ip-address-space-public③", "ref-for-concept-request-current-url①", "ref-for-dom-url-host①", "ref-for-local-address", "ref-for-concept-request-client①", - "ref-for-address-space⑦", - "ref-for-address-space-public④", - "ref-for-address-space-private⑤", + "ref-for-environment-settings-object-ip-address-space①", + "ref-for-ip-address-space-public④", + "ref-for-ip-address-space-private⑤", "headers", "http-headerdef-access-control-request-private-network", "ref-for-concept-request①", @@ -103,7 +103,9 @@ "ref-for-private-address②", "ref-for-meta", "ref-for-directive-initialization", - "ref-for-address-space⑧", + "ref-for-environment-settings-object", + "ref-for-environment-settings-object-ip-address-space②", + "ref-for-ip-address-space-public⑤", "ref-for-policy-disposition", "feature-detect", "ref-for-document", @@ -119,40 +121,51 @@ "ref-for-enumdef-addressspace①", "dom-workerglobalscope-addressspace", "ref-for-document②", + "ref-for-document-ip-address-space", "ref-for-workerglobalscope②", - "ref-for-address-space⑨", + "ref-for-workerglobalscope-ip-address-space", "integrations", "integration-fetch", "ref-for-concept-request②", "ref-for-concept-request-client②", - "ref-for-address-space①⓪", - "ref-for-address-space-public⑤", - "ref-for-address-space-private⑥", - "ref-for-address-space-local④", + "ref-for-environment-settings-object-ip-address-space③", + "ref-for-ip-address-space-local④", + "ref-for-ip-address-space⑥", "issue-207ba0b9", "ref-for-concept-request③", "ref-for-concept-request-client③", - "ref-for-address-space①①", - "ref-for-address-space-private⑦", - "ref-for-address-space-public⑥", - "ref-for-address-space-local⑤", + "ref-for-ip-address-space⑦", + "ref-for-ip-address-space-private⑥", + "ref-for-ip-address-space-private⑦", + "ref-for-ip-address-space-public⑥", + "ref-for-ip-address-space-local⑤", "ref-for-concept-request-client④", "ref-for-secure-context", "ref-for-cors-preflight-request⑤", "ref-for-concept-request④", "ref-for-concept-request-client⑤", - "ref-for-address-space①②", - "ref-for-address-space-public⑦", - "ref-for-address-space-private⑧", - "ref-for-address-space-local⑥", + "ref-for-environment-settings-object-ip-address-space④", + "ref-for-ip-address-space-public⑦", + "ref-for-ip-address-space-public⑧", + "ref-for-ip-address-space-private⑧", + "ref-for-ip-address-space-local⑥", "ref-for-concept-request-client⑥", "ref-for-secure-context①", "ref-for-cors-preflight-request⑥", "ref-for-secure-context②", - "ref-for-address-space-public⑧", + "ref-for-ip-address-space-public⑨", "ref-for-private-address③", - "ref-for-address-space-private⑨", + "ref-for-ip-address-space-private⑨", "ref-for-concept-request-client⑦", + "ref-for-concept-connection", + "connection-ip-address-space", + "ref-for-ip-address-space⑧", + "ref-for-concept-response", + "response-ip-address-space", + "ref-for-ip-address-space⑨", + "ref-for-concept-http-network-fetch", + "ref-for-response-ip-address-space", + "ref-for-connection-ip-address-space", "ref-for-concept-http-fetch", "ref-for-private-network-request①", "ref-for-private-network-request②", @@ -198,41 +211,63 @@ "ref-for-concept-network-error②", "issue-28debeec", "integration-html", - "dom-document-address-space", + "ref-for-ip-address-space①⓪", + "ref-for-ip-address-space①①", "ref-for-document③", - "dom-workerglobalscope-address-space", + "document-ip-address-space", + "ref-for-ip-address-space①②", "ref-for-workerglobalscope③", + "workerglobalscope-ip-address-space", + "ref-for-ip-address-space①③", + "ref-for-environment-settings-object①", + "environment-settings-object-ip-address-space", + "ref-for-window", + "ref-for-document-ip-address-space①", + "ref-for-concept-document-window", + "ref-for-workerglobalscope④", + "ref-for-workerglobalscope-ip-address-space①", + "ref-for-creating-a-new-browsing-context", + "ref-for-document-ip-address-space②", + "ref-for-document-ip-address-space③", + "ref-for-document-ip-address-space④", + "ref-for-initialise-the-document-object", "ref-for-document④", - "ref-for-worker", - "ref-for-dom-document-address-space", - "ref-for-document⑤", - "ref-for-worker①", - "ref-for-local-address①", + "ref-for-concept-document-csp-list", + "ref-for-document-ip-address-space⑤", + "ref-for-response-ip-address-space①", + "ref-for-run-a-worker", + "ref-for-workerglobalscope⑤", + "ref-for-concept-response-url", "ref-for-concept-url-scheme", - "ref-for-dom-document-address-space①", + "ref-for-local-scheme", + "ref-for-workerglobalscope-ip-address-space②", + "ref-for-workerglobalscope-ip-address-space③", + "ref-for-workerglobalscope-ip-address-space④", + "ref-for-response-ip-address-space②", + "issue-4a460a34", + "issue-a7434e9a", + "example-6214f0f4", + "ref-for-public-address⑤", + "ref-for-document⑤", + "ref-for-document-ip-address-space⑥", + "ref-for-ip-address-space-public①⓪", "ref-for-document⑥", - "ref-for-worker②", - "ref-for-private-address⑤", - "ref-for-dom-document-address-space②", "ref-for-document⑦", - "ref-for-worker③", - "ref-for-public-address⑤", - "example-58683bdd", - "ref-for-public-address⑥", + "ref-for-document-ip-address-space⑦", + "ref-for-ip-address-space-public①①", + "ref-for-local-address①", "ref-for-document⑧", - "ref-for-dom-document-address-space③", - "ref-for-local-address②", - "ref-for-document⑨", - "ref-for-dom-document-address-space④", + "ref-for-document-ip-address-space⑧", + "ref-for-ip-address-space-local⑦", "implementation-considerations", "file-url", - "ref-for-address-space-local⑦", + "ref-for-ip-address-space-local⑧", "issue-5f05c8e3", "security-and-privacy-considerations", "user-mediation", "mixed-content", - "ref-for-address-space-private①⓪", - "ref-for-address-space-public⑨", + "ref-for-ip-address-space-private①⓪", + "ref-for-ip-address-space-public①②", "dns-rebinding", "ref-for-concept-cache①", "scope-mitigation", @@ -250,6 +285,7 @@ "term-for-http-access-control-request-method", "term-for-concept-header-list-append", "term-for-concept-request-client", + "term-for-concept-connection", "term-for-concept-cache", "term-for-cors-preflight-fetch-0", "term-for-cors-preflight-request", @@ -260,14 +296,24 @@ "term-for-extract-header-list-values", "term-for-concept-response-header-list", "term-for-concept-http-fetch", + "term-for-local-scheme", "term-for-concept-network-error", "term-for-concept-connection-obtain", "term-for-concept-request", + "term-for-concept-response", "term-for-concept-header-list-set", + "term-for-concept-response-url", "term-for-document", - "term-for-worker", + "term-for-concept-http-network-fetch", + "term-for-window", "term-for-workerglobalscope", + "term-for-concept-document-window", + "term-for-creating-a-new-browsing-context", + "term-for-concept-document-csp-list", + "term-for-environment-settings-object", + "term-for-initialise-the-document-object", "term-for-meta", + "term-for-run-a-worker", "term-for-secure-context", "term-for-dom-url-host", "term-for-concept-ipv4", diff --git a/tr/ids/css-animations-2.json b/tr/ids/css-animations-2.json index c9bdae4e5634..436849c03bef 100644 --- a/tr/ids/css-animations-2.json +++ b/tr/ids/css-animations-2.json @@ -322,13 +322,13 @@ "ref-for-dom-animation-playstate", "example-0d874a18", "priv-sec", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-backgrounds-4.json b/tr/ids/css-backgrounds-4.json index 0c4cb626b572..3bac95a2644c 100644 --- a/tr/ids/css-backgrounds-4.json +++ b/tr/ids/css-backgrounds-4.json @@ -267,13 +267,13 @@ "ref-for-propdef-background-repeat①", "ref-for-propdef-corner-shape⑥", "acknowledgments", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-cascade-5.json b/tr/ids/css-cascade-5.json index 98452aececbd..bed904e51608 100644 --- a/tr/ids/css-cascade-5.json +++ b/tr/ids/css-cascade-5.json @@ -369,27 +369,30 @@ "ref-for-typedef-layer-ident", "ref-for-mult-opt②", "ref-for-url-value③", - "ref-for-comb-one⑤", - "ref-for-typedef-stylesheet", + "issue-678e9327", + "ref-for-at-ruledef-layer①", + "ref-for-typedef-layer-ident①", "ref-for-mult-opt③", - "ref-for-mult-req", + "ref-for-typedef-stylesheet", "typedef-layer-ident", - "ref-for-typedef-layer-ident①", + "ref-for-typedef-layer-ident②", "ref-for-url-value④", "ref-for-typedef-stylesheet①", - "issue-678e9327", - "ref-for-at-ruledef-layer①", + "ref-for-at-ruledef-layer②", + "ref-for-typedef-layer-ident③", + "issue-d7a23b19", "layer-identifiers", "example-dd77704e", - "example-9c084c84", + "example-a1659ac0", + "ref-for-valdef-cursor-default", + "issue-35ed63d2", "nested-layers", "example-b04eea7a", - "issue-62002b5f", "example-cd070ab3", + "issue-c2eaf2d9", "unnamed-layers", - "example-0b33d422", - "ref-for-valdef-cursor-default", - "issue-e1a65fbe", + "example-8b78dc3f", + "issue-ee8acec4", "at-layers", "ref-for-at-ruledef-layers", "at-ruledef-layers", @@ -398,6 +401,9 @@ "ref-for-comb-comma", "ref-for-identifier-value①", "ref-for-mult-zero-plus", + "example-12b8ed4f", + "ref-for-at-ruledef-layer③", + "ref-for-at-ruledef-layers①", "preshint", "ref-for-the-s-element", "ref-for-cascade-origin-ua③", @@ -504,13 +510,13 @@ "ref-for-at-ruledef-import①④", "ref-for-cors-protocol", "ref-for-at-ruledef-import①⑤", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", @@ -552,7 +558,6 @@ "term-for-propdef-text-align", "term-for-propdef-text-indent", "term-for-valdef-cursor-default", - "term-for-mult-req", "term-for-mult-zero-plus", "term-for-comb-comma", "term-for-identifier-value", diff --git a/tr/ids/css-conditional-3.json b/tr/ids/css-conditional-3.json new file mode 100644 index 000000000000..7193e75bd75a --- /dev/null +++ b/tr/ids/css-conditional-3.json @@ -0,0 +1,270 @@ +{ + "spec": { + "title": "CSS Conditional Rules Module Level 3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + "ids": [ + "toc-nav", + "toc-jump", + "toc-toggle", + "title", + "subtitle", + "abstract", + "ref-for-at-ruledef-media", + "ref-for-at-ruledef-supports", + "status", + "w3c_process_revision", + "toc", + "contents", + "introduction", + "context", + "ref-for-at-ruledef-media①", + "ref-for-at-ruledef-media②", + "ref-for-at-ruledef-import", + "ref-for-the-link-element", + "ref-for-at-ruledef-media③", + "ref-for-at-ruledef-supports①", + "ref-for-at-ruledef-supports②", + "placement", + "ref-for-at-ruledef-media④", + "processing", + "ref-for-at-rule", + "conditional-group-rule", + "example-25d00670", + "example-cbc86bba", + "contents-of", + "ref-for-conditional-group-rule", + "ref-for-typedef-stylesheet", + "ref-for-at-ruledef-import①", + "ref-for-typedef-stylesheet①", + "ref-for-conditional-group-rule①", + "ref-for-conditional-group-rule②", + "ex-declared-ns", + "ref-for-css-qualified-name", + "ref-for-namespace-prefix", + "example-90aa5cfe", + "use", + "ref-for-at-ruledef-charset", + "ref-for-at-ruledef-import②", + "at-media", + "ref-for-at-ruledef-media⑤", + "at-ruledef-media", + "ref-for-typedef-media-query-list", + "ref-for-typedef-stylesheet②", + "ref-for-at-ruledef-media⑥", + "example-0eba231f", + "ref-for-at-ruledef-media⑦", + "at-supports", + "ref-for-at-ruledef-supports③", + "at-ruledef-supports", + "ref-for-at-ruledef-supports④", + "ref-for-typedef-media-condition", + "ref-for-at-ruledef-supports⑤", + "ref-for-at-ruledef-supports⑥", + "ref-for-typedef-supports-condition", + "ref-for-typedef-stylesheet③", + "ref-for-typedef-supports-condition①", + "typedef-supports-condition", + "ref-for-typedef-supports-in-parens", + "ref-for-comb-one", + "ref-for-typedef-supports-in-parens①", + "ref-for-typedef-supports-in-parens②", + "ref-for-mult-zero-plus", + "ref-for-comb-one①", + "ref-for-typedef-supports-in-parens③", + "ref-for-typedef-supports-in-parens④", + "ref-for-mult-zero-plus①", + "typedef-supports-in-parens", + "ref-for-typedef-supports-condition②", + "ref-for-comb-one②", + "ref-for-typedef-supports-feature", + "ref-for-comb-one③", + "ref-for-typedef-general-enclosed", + "typedef-supports-feature", + "ref-for-typedef-supports-decl", + "typedef-supports-decl", + "ref-for-typedef-declaration", + "ref-for-typedef-general-enclosed①", + "ref-for-at-ruledef-supports⑦", + "ref-for-typedef-general-enclosed②", + "ref-for-typedef-supports-condition③", + "ref-for-typedef-supports-in-parens⑤", + "ref-for-typedef-supports-in-parens⑥", + "ref-for-typedef-supports-in-parens⑦", + "ref-for-typedef-supports-in-parens⑧", + "ref-for-typedef-supports-in-parens⑨", + "ref-for-typedef-supports-in-parens①⓪", + "ref-for-typedef-supports-in-parens①①", + "ref-for-typedef-supports-in-parens①②", + "ref-for-typedef-supports-in-parens①③", + "ref-for-typedef-supports-in-parens①④", + "ref-for-typedef-supports-in-parens①⑤", + "ref-for-typedef-supports-decl①", + "ref-for-dfn-support", + "ref-for-typedef-general-enclosed③", + "ref-for-typedef-general-enclosed④", + "ref-for-typedef-supports-condition④", + "ref-for-at-ruledef-supports⑧", + "ref-for-typedef-supports-condition⑤", + "example-85c2765a", + "ref-for-at-ruledef-supports⑨", + "ref-for-propdef-display", + "example-affdf0ec", + "ref-for-at-ruledef-supports①⓪", + "ref-for-propdef-display①", + "ref-for-propdef-width", + "example-eff3ddab", + "ref-for-propdef-box-shadow", + "ref-for-propdef-box-shadow①", + "ref-for-propdef-border", + "ref-for-propdef-box-shadow②", + "example-9f817e66", + "example-c0c9f2d4", + "example-1ef03172", + "example-afd082e5", + "support-definition", + "dfn-support", + "ref-for-propdef-color", + "ref-for-propdef-color①", + "ref-for-at-ruledef-supports①①", + "ref-for-at-ruledef-supports①②", + "apis", + "extentions-to-cssrule-interface", + "ref-for-cssrule", + "ref-for-idl-unsigned-short", + "dom-cssrule-supports_rule", + "the-cssconditionrule-interface", + "ref-for-cssconditionrule", + "ref-for-Exposed", + "cssconditionrule", + "ref-for-cssgroupingrule", + "ref-for-cssomstring", + "dom-cssconditionrule-conditiontext", + "ref-for-css-parse-something-according-to-a-css-grammar", + "ref-for-typedef-supports-condition⑥", + "ref-for-at-ruledef-supports①③", + "the-cssmediarule-interface", + "ref-for-cssmediarule", + "ref-for-at-ruledef-media⑧", + "ref-for-Exposed①", + "cssmediarule", + "ref-for-cssconditionrule①", + "ref-for-SameObject", + "ref-for-PutForwards", + "ref-for-dom-medialist-mediatext", + "ref-for-medialist", + "dom-cssmediarule-media", + "ref-for-medialist①", + "ref-for-medialist②", + "ref-for-at-ruledef-media⑨", + "the-csssupportsrule-interface", + "ref-for-csssupportsrule", + "ref-for-at-ruledef-supports①④", + "ref-for-Exposed②", + "csssupportsrule", + "ref-for-cssconditionrule②", + "ref-for-typedef-general-enclosed⑤", + "the-css-namespace", + "the-css-interface", + "ref-for-css", + "ref-for-namespacedef-css", + "ref-for-idl-boolean", + "dom-css-supports", + "ref-for-cssomstring①", + "dom-css-supports-property-value-property", + "ref-for-cssomstring②", + "dom-css-supports-property-value-value", + "ref-for-idl-boolean①", + "dom-css-supports-conditiontext", + "ref-for-cssomstring③", + "dom-css-supports-conditiontext-conditiontext", + "ref-for-dom-css-supports", + "ref-for-ascii-case-insensitive", + "ref-for-css-parse-something-according-to-a-css-grammar①", + "ref-for-custom-property-name-string", + "ref-for-dom-css-supports-conditiontext", + "ref-for-css-parse-something-according-to-a-css-grammar②", + "ref-for-typedef-supports-condition⑦", + "ref-for-css-parse-something-according-to-a-css-grammar③", + "ref-for-typedef-supports-condition⑧", + "priv-sec", + "ref-for-at-ruledef-media①⓪", + "ref-for-at-ruledef-supports①⑤", + "ref-for-at-ruledef-supports①⑥", + "changes", + "ref-for-css-parse-something-according-to-a-css-grammar④", + "ref-for-at-ruledef-supports①⑦", + "ref-for-valdef-media-not", + "ref-for-at-ruledef-import③", + "acknowledgments", + "conformance", + "conventions", + "example-ae2b6bc0", + "conformance-classes", + "partial", + "conform-future-proofing", + "testing", + "cr-exit-criteria", + "index", + "index-defined-here", + "index-defined-elsewhere", + "term-for-propdef-border", + "term-for-propdef-box-shadow", + "term-for-typedef-declaration", + "term-for-at-ruledef-import", + "term-for-propdef-color", + "term-for-propdef-display", + "term-for-css-qualified-name", + "term-for-namespace-prefix", + "term-for-propdef-width", + "term-for-typedef-stylesheet", + "term-for-at-ruledef-charset", + "term-for-at-rule", + "term-for-css-parse-something-according-to-a-css-grammar", + "term-for-custom-property-name-string", + "term-for-mult-zero-plus", + "term-for-comb-one", + "term-for-namespacedef-css", + "term-for-cssgroupingrule", + "term-for-cssomstring", + "term-for-cssrule", + "term-for-medialist", + "term-for-dom-medialist-mediatext", + "term-for-the-link-element", + "term-for-ascii-case-insensitive", + "term-for-typedef-general-enclosed", + "term-for-typedef-media-condition", + "term-for-typedef-media-query-list", + "term-for-valdef-media-not", + "term-for-Exposed", + "term-for-PutForwards", + "term-for-SameObject", + "term-for-idl-boolean", + "term-for-idl-unsigned-short", + "references", + "normative", + "biblio-css-cascade-4", + "biblio-css-syntax-3", + "biblio-css-typed-om-1", + "biblio-css-values-4", + "biblio-css21", + "biblio-css3-animations", + "biblio-cssom-1", + "biblio-html", + "biblio-infra", + "biblio-mediaqueries-4", + "biblio-mediaqueries-5", + "biblio-rfc2119", + "biblio-webidl", + "informative", + "biblio-css-backgrounds-3", + "biblio-css-color-4", + "biblio-css-display-3", + "biblio-css-namespaces-3", + "biblio-css-sizing-3", + "biblio-css1", + "biblio-css3-transitions", + "idl-index", + "back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/css-contain-2.json b/tr/ids/css-contain-2.json index abbb25edf063..ce5cd94c177d 100644 --- a/tr/ids/css-contain-2.json +++ b/tr/ids/css-contain-2.json @@ -32,37 +32,42 @@ "ref-for-comb-any", "ref-for-comb-any①", "ref-for-comb-any②", + "ref-for-valdef-contain-none", + "ref-for-valdef-contain-size", + "ref-for-valdef-contain-layout", + "ref-for-valdef-contain-paint", "ref-for-propdef-contain④", "ref-for-propdef-contain⑤", "valdef-contain-none", "valdef-contain-strict", "ref-for-containment", "ref-for-style-containment①", - "ref-for-propdef-contain⑥", "valdef-contain-content", "ref-for-containment①", "ref-for-size-containment", "ref-for-style-containment②", + "ref-for-propdef-contain⑥", + "ref-for-size-containment①", "ref-for-propdef-contain⑦", "ref-for-propdef-contain⑧", - "ref-for-size-containment①", - "ref-for-propdef-contain⑨", - "ref-for-propdef-contain①⓪", "valdef-contain-size", "ref-for-size-containment②", + "ref-for-size-containment-box", "valdef-contain-layout", "ref-for-layout-containment", + "ref-for-layout-containment-box", "valdef-contain-style", "ref-for-style-containment③", "valdef-contain-paint", "ref-for-paint-containment", + "ref-for-paint-containment-box", "contain-applies", - "ref-for-propdef-contain①①", + "ref-for-propdef-contain⑨", "ref-for-elementdef-svg", "example-ace3db03", + "ref-for-propdef-contain①⓪", + "ref-for-propdef-contain①①", "ref-for-propdef-contain①②", - "ref-for-propdef-contain①③", - "ref-for-propdef-contain①④", "containment-types", "containment", "ref-for-containment②", @@ -76,27 +81,58 @@ "ref-for-internal-ruby-box", "ref-for-atomic-inline", "ref-for-inline-level", - "size-containment", - "ref-for-principal-box①", - "size-containment-containing-box", - "ref-for-size-containment③", "ref-for-propdef-width", "ref-for-propdef-height", - "ref-for-size-containment-containing-box", - "ref-for-intrinsic-size", + "size-containment", + "ref-for-principal-box①", + "size-containment-box", + "ref-for-dfn-intrinsic-sizes", + "ref-for-size-containment-box①", + "ref-for-sizing-as-if-empty", + "ref-for-valdef-width-min-content", + "ref-for-valdef-width-max-content", + "ref-for-grid-track", + "ref-for-fit-content-size", + "ref-for-size-containment-box②", + "sizing-as-if-empty", + "ref-for-used-value", + "ref-for-propdef-width①", + "ref-for-propdef-height①", + "ref-for-size-containment-box③", + "ref-for-selectordef-before", + "ref-for-selectordef-after", + "ref-for-selectordef-marker", + "ref-for-replaced-element", + "ref-for-natural-dimension", + "ref-for-natural-aspect-ratio", + "ref-for-natural-aspect-ratio①", + "ref-for-propdef-aspect-ratio", + "ref-for-preferred-aspect-ratio", + "ref-for-size-containment-box④", "ref-for-sizing-property", - "ref-for-valdef-width-auto", - "ref-for-propdef-columns", - "ref-for-propdef-grid", - "ref-for-size-containment-containing-box①", - "ref-for-size-containment④", + "laying-out-in-place", + "ref-for-size-containment-box⑤", + "ref-for-size-containment-box⑥", + "ref-for-size-containment③", "ref-for-layout-containment①", - "ref-for-replaced-element", - "ref-for-size-containment-containing-box②", - "ref-for-size-containment⑤", + "ref-for-size-containment-box⑦", "ref-for-monolithic", - "ref-for-size-containment⑥", + "example-eadb9c00", + "ref-for-propdef-aspect-ratio①", + "ref-for-propdef-aspect-ratio②", + "ref-for-natural-aspect-ratio②", + "ref-for-natural-height", + "ref-for-size-containment④", + "ref-for-size-containment-box⑧", + "ref-for-size-containment-box⑨", + "ref-for-size-containment-box①⓪", + "ref-for-size-containment-box①①", + "ref-for-size-containment-box①②", "ref-for-layout-containment②", + "ref-for-size-containment-box①③", + "ref-for-size-containment-box①④", + "ref-for-size-containment-box①⑤", + "ref-for-laying-out-in-place", "containment-layout", "ref-for-principal-box②", "ref-for-propdef-display②", @@ -110,27 +146,25 @@ "ref-for-inline-level①", "layout-containment", "ref-for-principal-box④", - "layout-containment-containing-box", - "ref-for-layout-containment③", - "ref-for-layout-containment-containing-box", + "layout-containment-box", + "ref-for-layout-containment-box①", "ref-for-establish-an-independent-formatting-context", "ref-for-fragmentation-container", "ref-for-fragmentation-context", - "ref-for-layout-containment④", + "ref-for-layout-containment③", "ref-for-fragmentation-container①", "ref-for-fragmentation-context①", - "ref-for-layout-containment-containing-box①", + "ref-for-layout-containment-box②", "ref-for-fragmentation-container②", "ref-for-fragmentation-context②", - "ref-for-layout-containment-containing-box②", - "ref-for-layout-containment⑤", + "ref-for-layout-containment-box③", "ref-for-fragmentation-container③", "ref-for-fragmentation-container④", "ref-for-fragmented-flow", "ref-for-fragmentation", - "ref-for-layout-containment⑥", + "ref-for-layout-containment④", "ref-for-fragmentation-container⑤", - "ref-for-layout-containment⑦", + "ref-for-layout-containment⑤", "ref-for-fragmentation-container⑥", "ref-for-fragmentation-context③", "ref-for-fragmentation-container⑦", @@ -139,26 +173,31 @@ "ref-for-fragmentation-context⑤", "ref-for-fragmented-flow②", "ref-for-selectordef-nth-fragment", - "ref-for-layout-containment⑧", - "example-328aa2be", + "ref-for-layout-containment⑥", + "example-2b10faa8", + "ref-for-layout-containment-box④", "ref-for-propdef-overflow", "ref-for-valdef-overflow-visible", "ref-for-valdef-overflow-clip", "ref-for-ink-overflow", - "ref-for-layout-containment-containing-box③", + "ref-for-layout-containment-box⑤", "ref-for-absolute-positioning-containing-block", "ref-for-fixed-positioning-containing-block", - "ref-for-layout-containment-containing-box④", + "ref-for-layout-containment-box⑥", "ref-for-x43", "ref-for-forced-break", - "ref-for-layout-containment-containing-box⑤", - "ref-for-layout-containment⑨", + "ref-for-layout-containment-box⑦", "ref-for-forced-break①", "ref-for-propdef-vertical-align", - "ref-for-layout-containment-containing-box⑥", - "ref-for-layout-containment-containing-box⑦", - "ref-for-layout-containment①⓪", - "ref-for-size-containment⑦", + "ref-for-layout-containment-box⑧", + "ref-for-layout-containment-box⑨", + "ref-for-layout-containment⑦", + "ref-for-layout-containment-box①⓪", + "ref-for-layout-containment-box①①", + "ref-for-layout-containment-box①②", + "ref-for-layout-containment-box①③", + "ref-for-layout-containment-box①④", + "ref-for-size-containment⑤", "containment-style", "style-containment", "ref-for-propdef-counter-increment", @@ -179,6 +218,7 @@ "ref-for-propdef-content①", "ref-for-style-containment⑤", "ref-for-style-containment⑥", + "ref-for-style-containment⑦", "containment-paint", "ref-for-principal-box⑤", "ref-for-propdef-display③", @@ -192,32 +232,32 @@ "ref-for-inline-level②", "paint-containment", "ref-for-principal-box⑦", - "paint-containment-containing-box", - "ref-for-paint-containment①", + "paint-containment-box", "ref-for-ink-overflow①", "ref-for-scrollable-overflow", "ref-for-overflow-clip-edge", - "ref-for-paint-containment-containing-box", + "ref-for-paint-containment-box①", "ref-for-corner-clipping", "ref-for-propdef-overflow①", "ref-for-propdef-resize", "ref-for-propdef-text-overflow", "ref-for-propdef-overflow-clip-margin", - "ref-for-paint-containment②", + "ref-for-paint-containment①", "ref-for-propdef-overflow-x", "ref-for-propdef-overflow-x①", "ref-for-propdef-overflow-y", "ref-for-propdef-overflow-y①", "ref-for-propdef-overflow-x②", "ref-for-propdef-overflow-y②", - "ref-for-paint-containment-containing-box①", + "ref-for-paint-containment-box②", "ref-for-absolute-positioning-containing-block①", "ref-for-fixed-positioning-containing-block①", - "ref-for-paint-containment-containing-box②", + "ref-for-paint-containment-box③", "ref-for-x43①", - "ref-for-paint-containment-containing-box③", + "ref-for-paint-containment-box④", "ref-for-establish-an-independent-formatting-context①", - "ref-for-paint-containment③", + "ref-for-paint-containment②", + "ref-for-paint-containment-box⑤", "ref-for-propdef-overflow②", "ref-for-propdef-resize①", "ref-for-propdef-text-overflow①", @@ -227,7 +267,7 @@ "propdef-content-visibility", "ref-for-comb-one③", "ref-for-comb-one④", - "ref-for-layout-containment①①", + "ref-for-layout-containment⑧", "ref-for-propdef-content-visibility②", "ref-for-containment③", "valdef-content-visibility-visible", @@ -236,18 +276,18 @@ "ref-for-skips-its-contents①", "ref-for-propdef-display④", "valdef-content-visibility-auto", - "ref-for-layout-containment①②", - "ref-for-style-containment⑦", - "ref-for-paint-containment④", + "ref-for-layout-containment⑨", + "ref-for-style-containment⑧", + "ref-for-paint-containment③", "ref-for-relevant-to-the-user", "ref-for-skips-its-contents②", "ref-for-valdef-content-visibility-hidden", "ref-for-skips-its-contents③", "skips-its-contents", - "ref-for-layout-containment①③", - "ref-for-style-containment⑧", - "ref-for-paint-containment⑤", - "ref-for-size-containment⑧", + "ref-for-layout-containment①⓪", + "ref-for-style-containment⑨", + "ref-for-paint-containment④", + "ref-for-size-containment⑥", "element-contents", "ref-for-flat-tree", "ref-for-replaced-element①", @@ -257,20 +297,20 @@ "ref-for-containment④", "ref-for-skips-its-contents⑤", "ref-for-propdef-content-visibility③", - "ref-for-layout-containment①④", - "ref-for-style-containment⑨", - "ref-for-paint-containment⑥", + "ref-for-layout-containment①①", + "ref-for-style-containment①⓪", + "ref-for-paint-containment⑤", "ref-for-propdef-content-visibility④", - "ref-for-size-containment⑨", + "ref-for-size-containment⑦", "ref-for-propdef-content-visibility⑤", - "ref-for-layout-containment①⑤", - "ref-for-style-containment①⓪", - "ref-for-paint-containment⑦", + "ref-for-layout-containment①②", + "ref-for-style-containment①①", + "ref-for-paint-containment⑥", "ref-for-skips-its-contents⑥", "ref-for-containment⑤", "ref-for-skips-its-contents⑦", "relevant-to-the-user", - "ref-for-paint-containment-containing-box④", + "ref-for-paint-containment-box⑥", "ref-for-element-contents", "ref-for-element-contents①", "using-cv-hidden", @@ -306,13 +346,13 @@ "ref-for-propdef-content-visibility①⑥", "ref-for-skips-its-contents①②", "ref-for-relevant-to-the-user②", - "example-70e06c49", + "example-40f1ea8c", "ref-for-propdef-content-visibility①⑦", "ref-for-skips-its-contents①③", "ref-for-propdef-content-visibility①⑧", "ref-for-skips-its-contents①④", "ref-for-propdef-content-visibility①⑨", - "ref-for-size-containment①⓪", + "ref-for-size-containment⑧", "ref-for-skips-its-contents①⑤", "ref-for-skips-its-contents①⑥", "example-638dbffa", @@ -331,67 +371,73 @@ "ref-for-skips-its-contents②②", "ref-for-skips-its-contents②③", "ref-for-skips-its-contents②④", - "ref-for-dom-element-scrollintoview", "ref-for-propdef-content-visibility②⓪", + "ref-for-propdef-content-visibility②①", + "ref-for-propdef-content-visibility②②", "ref-for-skips-its-contents②⑤", - "ref-for-size-containment①①", "ref-for-skips-its-contents②⑥", - "ref-for-size-containment①②", - "ref-for-propdef-content-visibility②①", + "ref-for-dom-element-scrollintoview", + "ref-for-propdef-content-visibility②③", "ref-for-skips-its-contents②⑦", - "ref-for-relevant-to-the-user③", + "ref-for-size-containment⑨", "ref-for-skips-its-contents②⑧", - "ref-for-dom-focus", - "ref-for-the-iframe-element", + "ref-for-size-containment①⓪", + "ref-for-propdef-content-visibility②④", "ref-for-skips-its-contents②⑨", + "ref-for-relevant-to-the-user③", "ref-for-skips-its-contents③⓪", - "ref-for-update-the-rendering", - "ref-for-the-iframe-element①", + "ref-for-the-iframe-element", "ref-for-skips-its-contents③①", "ref-for-skips-its-contents③②", - "ref-for-dom-innertext", - "cv-a11y", + "ref-for-update-the-rendering", + "ref-for-the-iframe-element①", "ref-for-skips-its-contents③③", - "ref-for-propdef-content-visibility②②", - "ref-for-propdef-display⑥", "ref-for-skips-its-contents③④", - "ref-for-propdef-content-visibility②③", - "ref-for-propdef-content-visibility②④", + "ref-for-dom-innertext", + "cv-a11y", "ref-for-skips-its-contents③⑤", - "cv-examples", - "example-1f50d3e3", "ref-for-propdef-content-visibility②⑤", + "ref-for-propdef-display⑥", "ref-for-skips-its-contents③⑥", + "ref-for-propdef-content-visibility②⑥", + "ref-for-propdef-content-visibility②⑦", "ref-for-skips-its-contents③⑦", - "example-52a4682e", + "cv-examples", + "example-1f50d3e3", + "ref-for-propdef-content-visibility②⑧", "ref-for-skips-its-contents③⑧", + "ref-for-skips-its-contents③⑨", + "example-52a4682e", + "ref-for-skips-its-contents④⓪", "ref-for-element-contents②", - "ref-for-propdef-content-visibility②⑥", + "ref-for-propdef-content-visibility②⑨", "ref-for-element-contents③", "ref-for-element-contents④", - "ref-for-propdef-content-visibility②⑦", + "ref-for-propdef-content-visibility③⓪", "ref-for-element-contents⑤", "ref-for-propdef-display⑦", "example-a89bb171", - "ref-for-skips-its-contents③⑨", + "ref-for-skips-its-contents④①", "ref-for-element-contents⑥", "ref-for-dom-element-getboundingclientrect①", - "privsec", + "priv-sec", "changes", + "changes-since-2020-06-03", + "ref-for-propdef-contain①③", + "ref-for-propdef-content-visibility③①", "changes-since-2019-11-11", - "ref-for-paint-containment⑧", + "ref-for-paint-containment⑦", "ref-for-propdef-overflow-clip-margin①", - "ref-for-propdef-content-visibility②⑧", + "ref-for-propdef-content-visibility③②", "l1-changes", - "ref-for-style-containment①①", - "conformance", - "document-conventions", + "ref-for-style-containment①②", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conform-classes", - "conform-responsible", - "conform-partial", - "conform-future-proofing", - "conform-testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", @@ -402,6 +448,7 @@ "term-for-fragmentation-context", "term-for-fragmented-flow", "term-for-monolithic", + "term-for-used-value", "term-for-atomic-inline", "term-for-valdef-display-contents", "term-for-propdef-display", @@ -415,9 +462,11 @@ "term-for-replaced-element", "term-for-valdef-display-table", "term-for-valdef-display-table-cell", - "term-for-propdef-grid", + "term-for-grid-track", + "term-for-natural-aspect-ratio", + "term-for-natural-dimension", + "term-for-natural-height", "term-for-propdef-counter-set", - "term-for-propdef-columns", "term-for-valdef-overflow-clip", "term-for-ink-overflow", "term-for-propdef-overflow", @@ -432,10 +481,19 @@ "term-for-fixed-positioning-containing-block", "term-for-propdef-left", "term-for-propdef-position", + "term-for-selectordef-after", + "term-for-selectordef-before", + "term-for-selectordef-marker", "term-for-flat-tree", - "term-for-valdef-width-auto", - "term-for-intrinsic-size", + "term-for-fit-content-size", + "term-for-propdef-height", + "term-for-dfn-intrinsic-sizes", + "term-for-valdef-width-max-content", + "term-for-valdef-width-min-content", + "term-for-preferred-aspect-ratio", "term-for-sizing-property", + "term-for-propdef-width", + "term-for-propdef-aspect-ratio", "term-for-propdef-contain-intrinsic-size", "term-for-propdef-resize", "term-for-propdef-text-overflow", @@ -445,17 +503,14 @@ "term-for-value-def-close-quote", "term-for-propdef-content", "term-for-propdef-counter-increment", - "term-for-propdef-height", "term-for-value-def-no-close-quote", "term-for-value-def-no-open-quote", "term-for-value-def-open-quote", "term-for-x43", "term-for-propdef-vertical-align", "term-for-propdef-visibility", - "term-for-propdef-width", "term-for-dom-element-getboundingclientrect", "term-for-dom-element-scrollintoview", - "term-for-dom-focus", "term-for-the-iframe-element", "term-for-dom-innertext", "term-for-update-the-rendering", @@ -468,11 +523,14 @@ "normative", "biblio-css-backgrounds-3", "biblio-css-break-3", + "biblio-css-cascade-4", "biblio-css-contain-1", "biblio-css-display-3", + "biblio-css-images-3", "biblio-css-lists-3", "biblio-css-overflow-3", "biblio-css-position-3", + "biblio-css-pseudo-4", "biblio-css-scoping-1", "biblio-css-sizing-3", "biblio-css-values-3", @@ -485,7 +543,7 @@ "biblio-rfc2119", "biblio-svg2", "informative", - "biblio-css-grid-1", + "biblio-css-grid-2", "biblio-css-multicol-1", "biblio-css-overflow-4", "biblio-css-page-3", @@ -493,7 +551,7 @@ "biblio-css-sizing-4", "biblio-css-ui-3", "property-index", - "ref-for-propdef-contain①⑤", - "ref-for-propdef-content-visibility②⑨" + "ref-for-propdef-contain①④", + "ref-for-propdef-content-visibility③③" ] } \ No newline at end of file diff --git a/tr/ids/css-display-3.json b/tr/ids/css-display-3.json index 772c611666dc..d75793310e9d 100644 --- a/tr/ids/css-display-3.json +++ b/tr/ids/css-display-3.json @@ -191,6 +191,7 @@ "ref-for-valdef-display-inline-block", "ref-for-inline-level", "ref-for-block-container②", + "inline-block", "ref-for-valdef-display-run-in①", "ref-for-run-in", "ref-for-inline-box②", @@ -402,12 +403,14 @@ "ref-for-display-type②", "ref-for-valdef-display-none⑤", "ref-for-valdef-display-contents③", + "ref-for-block-box⑤", "ref-for-inlinify", "ref-for-inner-display-type①⓪", "ref-for-valdef-display-flow-root⑥", + "ref-for-inline-box⑤", "ref-for-inlinify①", "ref-for-inlinify②", - "ref-for-valdef-display-inline-block①", + "ref-for-inline-block", "ref-for-blockify", "ref-for-valdef-display-block⑥", "ref-for-valdef-display-flow-root⑦", @@ -477,13 +480,13 @@ "ref-for-inner-display-type①③", "ref-for-valdef-display-flow⑦", "inline", - "ref-for-inline-box⑤", + "ref-for-inline-box⑥", "ref-for-inline-level-box②", "ref-for-inline-level⑥", "atomic-inline", - "ref-for-valdef-display-inline-block②", + "ref-for-valdef-display-inline-block①", "ref-for-valdef-display-inline-table①", - "ref-for-inline-box⑥", + "ref-for-inline-box⑦", "ref-for-ruby-container④", "ref-for-inner-display-type①④", "ref-for-valdef-display-flow⑧", @@ -505,17 +508,23 @@ "ref-for-block-container⑦", "ref-for-block-container⑧", "ref-for-block-level⑤", + "ref-for-inline-block①", "ref-for-propdef-display③①", "ref-for-propdef-display③②", "block", - "ref-for-block-box⑤", + "ref-for-block-box⑥", "ref-for-block-level-box①", "ref-for-block-container⑨", "replaced-element", "ref-for-the-img-element", "ref-for-attr-img-src", - "non-replaced", + "ref-for-natural-dimensions", "ref-for-replaced-element③", + "ref-for-natural-dimensions①", + "ref-for-natural-dimensions②", + "ref-for-natural-dimensions③", + "non-replaced", + "ref-for-replaced-element④", "containing-block", "ref-for-box①②", "ref-for-containing-block", @@ -526,6 +535,7 @@ "ref-for-containing-block②", "ref-for-overflow", "ref-for-containing-block③", + "ref-for-box-edge", "ref-for-box①⑥", "ref-for-containing-block④", "ref-for-containing-block⑤", @@ -536,7 +546,7 @@ "containing-block-chain", "ref-for-containing-block⑧", "ref-for-containing-block⑨", - "ref-for-inline-box⑦", + "ref-for-inline-box⑧", "ref-for-block-container①⓪", "ref-for-block", "ref-for-block-container①①", @@ -545,6 +555,8 @@ "ref-for-initial-containing-block①", "initial-containing-block", "ref-for-containing-block①⓪", + "ref-for-continuous-media", + "ref-for-paged-media", "formatting-context", "ref-for-formatting-context④", "ref-for-formatting-context⑤", @@ -592,13 +604,13 @@ "ref-for-subgrid", "ref-for-scroll-container①", "ref-for-grid-container④", - "ref-for-block-box⑥", + "ref-for-block-box⑦", "ref-for-establish-an-independent-formatting-context③", "ref-for-block-formatting-context①⑥", "ref-for-establish-an-independent-formatting-context④", "ref-for-independent-formatting-context③", "ref-for-flex-container③", - "ref-for-inline-box⑧", + "ref-for-inline-box⑨", "block-formatting-context", "inline-formatting-context", "ref-for-block-formatting-context①⑦", @@ -615,7 +627,7 @@ "ref-for-block-formatting-context-root", "ref-for-block-container①⑤", "ref-for-block-formatting-context②②", - "ref-for-block-box⑦", + "ref-for-block-box⑧", "ref-for-block-level⑥", "ref-for-block-formatting-context②③", "ref-for-formatting-context①④", @@ -733,13 +745,13 @@ "ref-for-propdef-display⑤④", "ref-for-formatting-context①⑥", "ref-for-independent-formatting-context⑥", - "ref-for-block-box⑧", + "ref-for-block-box⑨", "ref-for-independent-formatting-context⑦", "ref-for-propdef-display⑤⑤", "ref-for-valdef-display-flow-root⑧", "ref-for-propdef-display⑤⑥", "ref-for-blockify①②", - "ref-for-valdef-display-inline-block③", + "ref-for-valdef-display-inline-block②", "ref-for-propdef-display⑤⑦", "ref-for-valdef-display-list-item④", "ref-for-block-formatting-context②④", @@ -783,27 +795,30 @@ "ref-for-bfc①", "ref-for-propdef-overflow②", "priv-sec", - "conformance", - "document-conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conform-classes", - "conform-responsible", - "conform-partial", - "conform-future-proofing", - "conform-testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", + "w3c-cr-exit-criteria", "index", "index-defined-here", "index-defined-elsewhere", "term-for-propdef-align-content", "term-for-propdef-border", + "term-for-box-edge", "term-for-box-fragment", "term-for-fragmentation", "term-for-computed-value", "term-for-inheritance", "term-for-inherited-property", "term-for-propdef-contain", + "term-for-grid-container", + "term-for-grid-formatting-context", "term-for-subgrid", + "term-for-natural-dimensions", "term-for-root-inline-box", "term-for-overflow", "term-for-scroll-container", @@ -831,8 +846,6 @@ "term-for-flex-container", "term-for-flex-formatting-context", "term-for-flex-layout", - "term-for-grid-container", - "term-for-grid-formatting-context", "term-for-ruby-base-container-box", "term-for-ruby-container", "term-for-ruby-formatting-context", @@ -861,6 +874,8 @@ "term-for-the-textarea-element", "term-for-video", "term-for-the-wbr-element", + "term-for-continuous-media", + "term-for-paged-media", "term-for-document-language", "term-for-pseudo-element", "term-for-container-element", @@ -880,10 +895,12 @@ "normative", "biblio-css-align-3", "biblio-css-backgrounds-3", + "biblio-css-box-4", "biblio-css-break-4", "biblio-css-cascade-4", "biblio-css-contain-1", "biblio-css-grid-2", + "biblio-css-images-3", "biblio-css-inline-3", "biblio-css-overflow-3", "biblio-css-position-3", @@ -902,6 +919,7 @@ "biblio-css3ruby", "biblio-cssom", "biblio-html", + "biblio-mediaqueries-5", "biblio-rfc2119", "biblio-selectors-4", "biblio-svg2", diff --git a/tr/ids/css-env-1.json b/tr/ids/css-env-1.json index c7a91c47d18e..58a34882cb55 100644 --- a/tr/ids/css-env-1.json +++ b/tr/ids/css-env-1.json @@ -104,13 +104,13 @@ "ref-for-funcdef-var⑧", "ref-for-funcdef-env②②", "ref-for-shorthand-property①", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-extensions-1.json b/tr/ids/css-extensions-1.json index 1a762dc38ec5..58b3bb1ef150 100644 --- a/tr/ids/css-extensions-1.json +++ b/tr/ids/css-extensions-1.json @@ -64,13 +64,13 @@ "issue-9061f103", "custom-atrules", "issue-329c3458", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-gcpm-4.json b/tr/ids/css-gcpm-4.json index 06c8752ecfe0..f8a28fb476b1 100644 --- a/tr/ids/css-gcpm-4.json +++ b/tr/ids/css-gcpm-4.json @@ -56,13 +56,13 @@ "issue-db66e478", "example-7e61490d", "acknowledgments", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-grid-2.json b/tr/ids/css-grid-2.json index bc662a5fbf29..bf458490c772 100644 --- a/tr/ids/css-grid-2.json +++ b/tr/ids/css-grid-2.json @@ -9,7 +9,6 @@ "toc-toggle", "title", "subtitle", - "substatus", "abstract", "status", "w3c_process_revision", @@ -226,11 +225,11 @@ "ref-for-block-level①", "ref-for-block-formatting-context①", "ref-for-block-box", - "ref-for-valdef-grid-template-columns-auto②", + "ref-for-grid-placement-auto", "ref-for-inline-size", "ref-for-inline-formatting-context", "ref-for-grid-container②③", - "ref-for-grid-placement-auto", + "ref-for-valdef-grid-template-columns-auto②", "ref-for-block-size", "ref-for-max-content", "ref-for-min-content", @@ -298,18 +297,26 @@ "grid-item-sizing", "ref-for-grid-item③①", "ref-for-grid-area①②", + "ref-for-grid-item③②", + "ref-for-automatic-size", "ref-for-valdef-align-self-normal", "ref-for-replaced-element①", - "ref-for-propdef-align-self", + "ref-for-natural-size", "ref-for-preferred-aspect-ratio", + "ref-for-natural-size①", + "ref-for-propdef-align-self", + "ref-for-preferred-aspect-ratio①", "ref-for-block-level-box", "ref-for-valdef-align-self-stretch①", "ref-for-valdef-align-self-stretch②", "ref-for-inline-size①", + "ref-for-preferred-aspect-ratio②", "ref-for-valdef-align-self-normal①", + "ref-for-natural-size②", "ref-for-valdef-align-self-stretch③", "ref-for-valdef-self-position-start", "ref-for-valdef-self-position-center", + "ref-for-natural-size③", "ref-for-valdef-width-auto", "ref-for-propdef-min-width", "ref-for-propdef-min-height", @@ -317,12 +324,12 @@ "order-property", "ref-for-propdef-order③", "ref-for-propdef-order④", - "ref-for-grid-item③②", + "ref-for-grid-item③③", "ref-for-propdef-order⑤", "item-margins", "ref-for-grid-area①③", - "ref-for-grid-item③③", "ref-for-grid-item③④", + "ref-for-grid-item③⑤", "ref-for-block-box①", "ref-for-inline-size②", "ref-for-containing-block", @@ -330,9 +337,9 @@ "ref-for-writing-mode", "z-order", "ref-for-propdef-z-index", - "ref-for-grid-item③⑤", - "ref-for-grid-area①④", "ref-for-grid-item③⑥", + "ref-for-grid-area①④", + "ref-for-grid-item③⑦", "ref-for-order-modified-document-order", "ref-for-propdef-z-index①", "ref-for-valdef-z-index-auto", @@ -345,7 +352,7 @@ "ref-for-propdef-z-index③", "min-size-auto", "ref-for-min-width", - "ref-for-grid-item③⑦", + "ref-for-grid-item③⑧", "ref-for-automatic-minimum-size", "ref-for-content-based-minimum-size", "ref-for-scroll-container①", @@ -355,11 +362,11 @@ "ref-for-flexible-tracks", "ref-for-automatic-minimum-size①", "content-based-minimum-size", - "ref-for-grid-item③⑧", + "ref-for-grid-item③⑨", "ref-for-specified-size-suggestion", "ref-for-transferred-size-suggestion", "ref-for-content-size-suggestion", - "ref-for-grid-item③⑨", + "ref-for-grid-item④⓪", "ref-for-grid-track⑧", "ref-for-fixed-sizing-function", "ref-for-max-track-sizing-function", @@ -372,6 +379,7 @@ "ref-for-max-track-sizing-function①", "ref-for-fixed-sizing-function①", "ref-for-gutter①", + "ref-for-max-width", "ref-for-valdef-grid-template-columns-fit-content", "ref-for-content-based-minimum-size①", "ref-for-fixed-sizing-function②", @@ -381,31 +389,28 @@ "ref-for-transferred-size-suggestion②", "ref-for-content-based-minimum-size②", "specified-size-suggestion", - "ref-for-preferred-size-properties", + "ref-for-preferred-size", "ref-for-definite", "ref-for-specified-size-suggestion③", - "ref-for-max-size-properties", - "ref-for-definite①", "transferred-size-suggestion", - "ref-for-preferred-aspect-ratio①", - "ref-for-preferred-size-properties①", - "ref-for-definite②", + "ref-for-preferred-aspect-ratio③", + "ref-for-preferred-size①", + "ref-for-definite①", "ref-for-transferred-size-suggestion③", - "ref-for-min-size-properties", - "ref-for-definite③", - "ref-for-max-size-properties①", + "ref-for-min-width①", + "ref-for-max-width①", + "ref-for-definite②", "content-size-suggestion", "ref-for-content-size-suggestion③", "ref-for-min-content①", - "ref-for-preferred-aspect-ratio②", - "ref-for-definite④", - "ref-for-min-size-properties①", - "ref-for-max-size-properties②", - "ref-for-definite⑤", + "ref-for-preferred-aspect-ratio④", + "ref-for-definite③", + "ref-for-min-width②", + "ref-for-max-width②", "ref-for-min-content②", "ref-for-content-based-minimum-size③", "ref-for-propdef-width", - "ref-for-definite⑥", + "ref-for-definite④", "ref-for-behave-as-auto", "ref-for-valdef-grid-template-columns-min-content", "ref-for-valdef-grid-template-columns-max-content", @@ -419,7 +424,7 @@ "explicit-grid", "ref-for-grid-container③②", "explicit-grid-track", - "ref-for-grid-item④⓪", + "ref-for-grid-item④①", "ref-for-explicit-grid②", "ref-for-propdef-grid-auto-rows", "ref-for-propdef-grid-auto-columns", @@ -629,25 +634,25 @@ "ref-for-track-sizing-algorithm", "valdef-grid-template-columns-auto", "ref-for-max-content-contribution", - "ref-for-grid-item④①", + "ref-for-grid-item④②", "ref-for-grid-track①②", "ref-for-valdef-grid-template-columns-max-content①", "ref-for-propdef-align-content①", "ref-for-propdef-justify-content①", - "ref-for-min-width①", + "ref-for-min-width③", "ref-for-propdef-min-width②", "ref-for-propdef-min-height①", - "ref-for-grid-item④②", + "ref-for-grid-item④③", "ref-for-grid-track①③", "ref-for-valdef-grid-template-columns-min-content①", "ref-for-valdef-grid-template-columns-minmax②", "valdef-grid-template-columns-max-content", "ref-for-max-content-contribution①", - "ref-for-grid-item④③", + "ref-for-grid-item④④", "ref-for-grid-track①④", "valdef-grid-template-columns-min-content", "ref-for-min-content-contribution", - "ref-for-grid-item④④", + "ref-for-grid-item④⑤", "ref-for-grid-track①⑤", "valdef-grid-template-columns-fit-content", "ref-for-typedef-length-percentage⑤", @@ -663,8 +668,8 @@ "ref-for-free-space", "ref-for-grid-container④③", "ref-for-grid-track①⑥", - "ref-for-grid-item④⑤", "ref-for-grid-item④⑥", + "ref-for-grid-item④⑦", "ref-for-free-space①", "ref-for-valdef-grid-template-columns-max-content③", "ref-for-valdef-grid-template-columns-min-content③", @@ -758,7 +763,7 @@ "ref-for-typedef-track-repeat②", "ref-for-typedef-track-size③", "ref-for-typedef-auto-repeat②", - "ref-for-definite⑦", + "ref-for-definite⑤", "ref-for-track-list⑥", "ref-for-track-list⑦", "ref-for-typedef-fixed-repeat③", @@ -781,18 +786,18 @@ "ref-for-standalone-axis", "valdef-repeat-auto-fill", "ref-for-grid-container④⑧", - "ref-for-definite⑧", + "ref-for-definite⑥", "ref-for-grid①①", "ref-for-content-box", "ref-for-grid-container④⑨", "ref-for-max-track-sizing-function④", - "ref-for-definite⑨", + "ref-for-definite⑦", "ref-for-max-track-sizing-function⑤", "ref-for-min-track-sizing-function②", - "ref-for-definite①⓪", + "ref-for-definite⑧", "ref-for-propdef-gap", "ref-for-grid-container⑤⓪", - "ref-for-definite①①", + "ref-for-definite⑨", "ref-for-track-list⑧", "example-5bb26bd3", "valdef-repeat-auto-fit", @@ -922,7 +927,7 @@ "ref-for-grid-container⑤⑥", "ref-for-valdef-grid-template-areas-none", "named-grid-area", - "ref-for-grid-item④⑦", + "ref-for-grid-item④⑧", "ref-for-grid-placement-property⑨", "ref-for-propdef-grid-template-areas⑧", "ref-for-grid①②", @@ -1034,9 +1039,9 @@ "ref-for-propdef-grid-template-columns②①", "ref-for-valdef-grid-template-rows-none③", "example-e7e1afc0", + "ref-for-valdef-grid-template-columns-auto⑥", "ref-for-grid-placement-auto①", "ref-for-grid-placement-auto②", - "ref-for-valdef-grid-template-columns-auto⑥", "ref-for-implicitly-assigned-line-name⑤", "ref-for-named-grid-area①②", "ref-for-funcdef-repeat①①", @@ -1048,7 +1053,7 @@ "ref-for-propdef-grid-template-columns②②", "ref-for-propdef-grid-template-areas①⑦", "ref-for-explicit-grid①⑥", - "ref-for-grid-item④⑧", + "ref-for-grid-item④⑨", "ref-for-grid-container⑥⓪", "implicit-grid-track", "implicit-grid-lines", @@ -1063,7 +1068,7 @@ "ref-for-propdef-grid-template-rows②②", "ref-for-propdef-grid-template-columns②③", "ref-for-propdef-grid-auto-flow", - "ref-for-grid-item④⑨", + "ref-for-grid-item⑤⓪", "ref-for-explicit-grid①⑧", "ref-for-explicit-grid①⑨", "ref-for-implicit-grid-track①", @@ -1101,7 +1106,7 @@ "ref-for-comb-one②⑥", "ref-for-comb-any", "ref-for-grid-container⑥②", - "ref-for-grid-item⑤⓪", + "ref-for-grid-item⑤①", "ref-for-grid-container⑥③", "ref-for-grid-item-placement-algorithm①", "ref-for-propdef-grid-auto-flow③", @@ -1115,12 +1120,12 @@ "ref-for-grid-item-placement-algorithm④", "valdef-grid-auto-flow-dense", "ref-for-grid-item-placement-algorithm⑤", - "ref-for-grid-item⑤①", + "ref-for-grid-item⑤②", "ref-for-order-modified-document-order①", "example-cd19a8c5", "ref-for-propdef-grid-auto-flow④", "ref-for-valdef-grid-auto-flow-row②", - "ref-for-grid-item⑤②", + "ref-for-grid-item⑤③", "grid-shorthand", "ref-for-propdef-grid⑥", "propdef-grid", @@ -1176,24 +1181,24 @@ "ref-for-propdef-grid①①", "ref-for-propdef-grid①②", "placement", - "ref-for-grid-item⑤③", + "ref-for-grid-item⑤④", "ref-for-grid-area①⑥", "ref-for-grid-cell③", - "ref-for-grid-item⑤④", + "ref-for-grid-item⑤⑤", "ref-for-grid-area①⑦", "ref-for-containing-block②", - "ref-for-grid-item⑤⑤", + "ref-for-grid-item⑤⑥", "ref-for-propdef-justify-self", "ref-for-propdef-align-self①", - "ref-for-grid-item⑤⑥", "ref-for-grid-item⑤⑦", + "ref-for-grid-item⑤⑧", "ref-for-grid-area①⑧", "ref-for-grid①④", "grid-placement", "ref-for-grid-position", "ref-for-grid-span②", "grid-position", - "ref-for-grid-item⑤⑧", + "ref-for-grid-item⑤⑨", "ref-for-grid①⑤", "ref-for-grid-position①", "definite-grid-position", @@ -1201,13 +1206,13 @@ "ref-for-auto-placement①", "grid-span", "ref-for-grid-track②③", - "ref-for-grid-item⑤⑨", + "ref-for-grid-item⑥⓪", "ref-for-subgridded-axis⑤", "ref-for-grid-placement-property①①", - "ref-for-grid-item⑥⓪", + "ref-for-grid-item⑥①", "indefinite-grid-span", "ref-for-typedef-line-name-list⑤", - "ref-for-grid-item⑥①", + "ref-for-grid-item⑥②", "ref-for-grid-span③", "definite-grid-span", "grid-placement-property", @@ -1218,7 +1223,7 @@ "ref-for-propdef-grid-row②", "ref-for-propdef-grid-column②", "ref-for-propdef-grid-area①", - "ref-for-grid-item⑥②", + "ref-for-grid-item⑥③", "ref-for-grid-placement①", "common-uses", "ref-for-grid-placement-property①②", @@ -1242,12 +1247,14 @@ "example-a58ad9ce", "ref-for-writing-mode①", "common-uses-named-lines", + "ref-for-line-name⑦", "example-9c11bd3f", "ref-for-named-grid-area①⑤", + "ref-for-line-name⑧", "ref-for-named-grid-area①⑥", "example-ca2f749c", "common-uses-auto-placement", - "ref-for-grid-item⑥③", + "ref-for-grid-item⑥④", "ref-for-grid-cell④", "ref-for-grid①⑥", "example-b79de521", @@ -1271,7 +1278,7 @@ "propdef-grid-row-end", "propdef-grid-column-end", "ref-for-typedef-grid-row-start-grid-line", - "ref-for-grid-item⑥④", + "ref-for-grid-item⑥⑤", "ref-for-grid-container⑥⑤", "typedef-grid-row-start-grid-line", "ref-for-typedef-grid-row-start-grid-line①", @@ -1291,7 +1298,7 @@ "ref-for-propdef-grid-column-start④", "ref-for-propdef-grid-row-end④", "ref-for-propdef-grid-column-end④", - "ref-for-grid-item⑥⑤", + "ref-for-grid-item⑥⑥", "ref-for-grid①⑧", "ref-for-grid-placement②", "ref-for-inline-start", @@ -1303,9 +1310,11 @@ "ref-for-identifier-value⑥", "ref-for-grid-area②⓪", "ref-for-named-grid-area①⑦", + "ref-for-grid-line①⑧", + "ref-for-line-name⑨", "ref-for-identifier-value⑦", "ref-for-identifier-value⑧", - "ref-for-grid-item⑥⑥", + "ref-for-grid-item⑥⑦", "ref-for-grid-placement③", "ref-for-named-grid-area①⑧", "ref-for-implicitly-assigned-line-name⑥", @@ -1315,8 +1324,8 @@ "grid-placement-int", "ref-for-integer-value⑦", "ref-for-identifier-value①⓪", - "ref-for-grid-line①⑧", - "ref-for-grid-item⑥⑦", + "ref-for-grid-line①⑨", + "ref-for-grid-item⑥⑧", "ref-for-grid-placement④", "ref-for-explicit-grid②②", "ref-for-identifier-value①①", @@ -1326,9 +1335,9 @@ "ref-for-integer-value⑨", "ref-for-identifier-value①②", "ref-for-grid-span④", - "ref-for-grid-item⑥⑧", - "ref-for-grid-placement⑤", "ref-for-grid-item⑥⑨", + "ref-for-grid-placement⑤", + "ref-for-grid-item⑦⓪", "ref-for-grid-area②①", "ref-for-propdef-grid-column-end⑤", "ref-for-propdef-grid-column-start⑤", @@ -1338,7 +1347,7 @@ "example-4e2ea185", "ref-for-grid-container⑥⑥", "ref-for-explicit-grid②④", - "ref-for-grid-item⑦⓪", + "ref-for-grid-item⑦①", "ref-for-implicit-grid②", "ref-for-implicit-grid③", "ref-for-explicit-grid②⑤", @@ -1347,7 +1356,7 @@ "ref-for-explicit-grid②⑥", "ref-for-integer-value①⓪", "grid-placement-auto", - "ref-for-grid-item⑦①", + "ref-for-grid-item⑦②", "ref-for-grid-placement⑥", "ref-for-auto-placement②", "ref-for-identifier-value①④", @@ -1355,7 +1364,7 @@ "ref-for-propdef-grid-column④", "grid-placement-errors", "ref-for-grid-placement⑦", - "ref-for-grid-item⑦②", + "ref-for-grid-item⑦③", "ref-for-start②", "ref-for-end②", "ref-for-start③", @@ -1374,7 +1383,7 @@ "ref-for-typedef-grid-row-start-grid-line②", "ref-for-typedef-grid-row-start-grid-line③", "ref-for-mult-opt②④", - "ref-for-grid-item⑦③", + "ref-for-grid-item⑦④", "ref-for-grid-container⑥⑦", "ref-for-propdef-grid-row⑤", "ref-for-propdef-grid-column⑥", @@ -1396,7 +1405,7 @@ "ref-for-typedef-grid-row-start-grid-line⑤", "ref-for-typedef-grid-row-start-grid-line⑥", "ref-for-mult-num-range", - "ref-for-grid-item⑦④", + "ref-for-grid-item⑦⑤", "ref-for-grid-container⑥⑧", "ref-for-propdef-grid-area⑤", "ref-for-shorthand-property⑤", @@ -1429,14 +1438,14 @@ "auto-placement-algo", "grid-item-placement-algorithm", "ref-for-automatic-grid-position", - "ref-for-grid-item⑦⑤", - "ref-for-definite-grid-position", "ref-for-grid-item⑦⑥", + "ref-for-definite-grid-position", + "ref-for-grid-item⑦⑦", "ref-for-grid-area②②", "ref-for-grid-span⑤", "ref-for-implicit-grid⑤", "ref-for-explicit-grid②⑦", - "ref-for-grid-item⑦⑦", + "ref-for-grid-item⑦⑧", "ref-for-grid-cell⑤", "ref-for-explicit-grid②⑧", "ref-for-implicit-grid⑥", @@ -1444,7 +1453,7 @@ "unoccupied", "ref-for-occupied", "ref-for-grid-area②③", - "ref-for-grid-item⑦⑧", + "ref-for-grid-item⑦⑨", "ref-for-definite-grid-position①", "ref-for-unoccupied", "ref-for-occupied①", @@ -1453,11 +1462,11 @@ "ref-for-valdef-grid-auto-flow-row④", "ref-for-valdef-grid-auto-flow-column②", "ref-for-grid-item-placement-algorithm⑧", - "ref-for-grid-item⑦⑨", - "ref-for-order-modified-document-order②", "ref-for-grid-item⑧⓪", - "ref-for-grid-placement-property①⑤", + "ref-for-order-modified-document-order②", "ref-for-grid-item⑧①", + "ref-for-grid-placement-property①⑤", + "ref-for-grid-item⑧②", "ref-for-definite-grid-position②", "ref-for-propdef-grid-row-start①②", "ref-for-propdef-grid-row-end①②", @@ -1466,7 +1475,7 @@ "ref-for-grid-placement①⓪", "ref-for-grid-area②④", "ref-for-occupied②", - "ref-for-grid-item⑧②", + "ref-for-grid-item⑧③", "ref-for-valdef-grid-auto-flow-dense②", "ref-for-grid-placement①①", "ref-for-grid-area②⑤", @@ -1480,23 +1489,23 @@ "ref-for-implicit-grid⑨", "ref-for-implicit-grid①⓪", "ref-for-grid-span⑦", - "example-cc1bd004", + "example-236efe03", "ref-for-explicit-grid③⓪", "ref-for-propdef-grid-template-columns③⓪", "ref-for-implicit-grid①①", "auto-placement-cursor", - "ref-for-grid-line①⑨", + "ref-for-grid-line②⓪", "ref-for-auto-placement-cursor", "ref-for-implicit-grid①②", "ref-for-propdef-grid-auto-flow①⓪", - "ref-for-grid-item⑧③", + "ref-for-grid-item⑧④", "ref-for-order-modified-document-order④", "ref-for-definite-grid-position⑥", "ref-for-auto-placement-cursor①", - "ref-for-grid-item⑧④", + "ref-for-grid-item⑧⑤", "ref-for-auto-placement-cursor②", "ref-for-auto-placement-cursor③", - "ref-for-grid-item⑧⑤", + "ref-for-grid-item⑧⑥", "ref-for-occupied④", "ref-for-implicit-grid①③", "ref-for-auto-placement-cursor④", @@ -1510,13 +1519,13 @@ "ref-for-implicit-grid①④", "ref-for-implicit-grid①⑤", "ref-for-valdef-grid-auto-flow-dense③", - "ref-for-grid-item⑧⑥", + "ref-for-grid-item⑧⑦", "ref-for-order-modified-document-order⑤", "ref-for-definite-grid-position⑦", "ref-for-implicit-grid①⑥", - "ref-for-grid-item⑧⑦", - "ref-for-auto-placement-cursor⑨", "ref-for-grid-item⑧⑧", + "ref-for-auto-placement-cursor⑨", + "ref-for-grid-item⑧⑨", "ref-for-occupied⑥", "ref-for-implicit-grid①⑦", "ref-for-auto-placement-cursor①⓪", @@ -1553,7 +1562,7 @@ "subgrid-indexing", "ref-for-grid-placement-property①⑥", "ref-for-subgrid②⓪", - "ref-for-grid-item⑧⑨", + "ref-for-grid-item⑨⓪", "ref-for-subgrid②①", "ref-for-subgrid②②", "ref-for-explicit-grid③②", @@ -1566,7 +1575,7 @@ "ref-for-subgridded-axis⑧", "ref-for-explicitly-assigned-line-name①", "ref-for-grid②⓪", - "ref-for-line-name⑦", + "ref-for-line-name①⓪", "ref-for-subgrid②⑥", "subgrid-area-inheritance", "ref-for-subgrid②⑦", @@ -1581,11 +1590,11 @@ "ref-for-subgrid③⓪", "ref-for-named-grid-area②③", "ref-for-subgrid③①", - "ref-for-line-name⑧", + "ref-for-line-name①①", "ref-for-subgrid③②", - "ref-for-line-name⑨", + "ref-for-line-name①②", "ref-for-grid②①", - "ref-for-line-name①⓪", + "ref-for-line-name①③", "ref-for-subgrid③③", "example-d0a2b54d", "ref-for-propdef-grid-template-areas②③", @@ -1599,30 +1608,30 @@ "ref-for-subgridded-axis⑨", "ref-for-implicit-grid-lines②", "ref-for-explicit-grid③③", - "ref-for-grid-item⑨⓪", + "ref-for-grid-item⑨①", "ref-for-grid-area②⑧", "ref-for-clamp-a-grid-area①", "ref-for-subgrid③⑥", "ref-for-explicit-grid③④", "example-f40fdc9d", - "ref-for-grid-item⑨①", + "ref-for-grid-item⑨②", "ref-for-propdef-grid-column⑦", "subgrid-size-contribution", "ref-for-subgrid③⑦", - "ref-for-grid-item⑨②", + "ref-for-grid-item⑨③", "ref-for-parent-grid①①", "ref-for-subgridded-axis①⓪", "subgrid-item-contribution", "ref-for-subgrid③⑧", - "ref-for-grid-item⑨③", + "ref-for-grid-item⑨④", "ref-for-subgridded-axis①①", "subgrid-margins", "ref-for-subgrid③⑨", "ref-for-subgrid④⓪", "example-edd2713b", - "ref-for-grid-item⑨④", - "ref-for-subgrid④①", "ref-for-grid-item⑨⑤", + "ref-for-subgrid④①", + "ref-for-grid-item⑨⑥", "subgrid-gaps", "ref-for-subgrid④②", "ref-for-gutter④", @@ -1684,7 +1693,7 @@ "ref-for-propdef-left", "ref-for-containing-block④", "ref-for-grid-container⑦①", - "ref-for-grid-line②⓪", + "ref-for-grid-line②①", "example-ff8d888d", "ref-for-grid-container⑦②", "ref-for-grid-container⑦③", @@ -1700,7 +1709,7 @@ "ref-for-physical", "ref-for-propdef-direction", "ref-for-propdef-writing-mode", - "ref-for-grid-placement-auto⑦", + "ref-for-valdef-grid-template-columns-auto⑦", "ref-for-grid-placement-property①⑨", "ref-for-grid-placement①②", "ref-for-grid-container⑦⑤", @@ -1712,15 +1721,15 @@ "ref-for-grid②④", "ref-for-grid-placement-property②⓪", "ref-for-implicit-grid②①", - "ref-for-grid-placement-auto⑧", + "ref-for-grid-placement-auto⑦", "ref-for-implicit-grid-lines③", "ref-for-grid-placement①③", "ref-for-grid-span①①", - "ref-for-valdef-grid-template-columns-auto⑦", + "ref-for-valdef-grid-template-columns-auto⑧", "ref-for-grid-placement-property②①", "static-position", "ref-for-grid-container⑦⑧", - "ref-for-grid-item⑨⑥", + "ref-for-grid-item⑨⑦", "ref-for-grid-container⑦⑨", "ref-for-grid-area③⓪", "ref-for-grid-container⑧⓪", @@ -1732,18 +1741,18 @@ "alignment", "ref-for-grid-container⑧②", "ref-for-grid-track②⑤", - "ref-for-grid-item⑨⑦", "ref-for-grid-item⑨⑧", + "ref-for-grid-item⑨⑨", "ref-for-grid-area③②", "ref-for-propdef-margin①", - "ref-for-grid-item⑨⑨", - "ref-for-box-alignment-properties①", "ref-for-grid-item①⓪⓪", + "ref-for-box-alignment-properties①", + "ref-for-grid-item①⓪①", "ref-for-grid-area③③", "ref-for-propdef-justify-self③", "ref-for-propdef-align-self④", "ref-for-valdef-justify-self-stretch", - "ref-for-grid-item①⓪①", + "ref-for-grid-item①⓪②", "gutters", "ref-for-propdef-row-gap②", "ref-for-propdef-column-gap⑨", @@ -1755,13 +1764,13 @@ "ref-for-gutter①③", "ref-for-grid-row②", "ref-for-grid-column②", - "ref-for-grid-line②①", - "ref-for-grid-track②⑥", "ref-for-grid-line②②", + "ref-for-grid-track②⑥", + "ref-for-grid-line②③", "ref-for-gutter①④", "ref-for-gutter①⑤", - "ref-for-grid-item①⓪②", - "ref-for-grid-line②③", + "ref-for-grid-item①⓪③", + "ref-for-grid-line②④", "ref-for-propdef-justify-content④", "ref-for-propdef-align-content④", "ref-for-gutter①⑥", @@ -1779,22 +1788,22 @@ "ref-for-implicit-grid②④", "ref-for-collapsed-track④", "auto-margins", - "ref-for-grid-item①⓪③", + "ref-for-grid-item①⓪④", "ref-for-grid-track②⑦", "ref-for-box-alignment-properties②", "ref-for-box-alignment-properties③", "row-align", "ref-for-propdef-justify-self④", "ref-for-propdef-justify-items", - "ref-for-grid-item①⓪④", - "ref-for-propdef-justify-self⑤", "ref-for-grid-item①⓪⑤", + "ref-for-propdef-justify-self⑤", + "ref-for-grid-item①⓪⑥", "ref-for-propdef-justify-items①", "ref-for-grid-container⑧④", "example-e0479e1b", - "ref-for-grid-item①⓪⑥", - "ref-for-baseline-alignment", "ref-for-grid-item①⓪⑦", + "ref-for-baseline-alignment", + "ref-for-grid-item①⓪⑧", "ref-for-fallback-alignment", "ref-for-typedef-flex①①", "ref-for-grid-container⑧⑤", @@ -1802,13 +1811,13 @@ "column-align", "ref-for-propdef-align-self⑤", "ref-for-propdef-align-items", - "ref-for-grid-item①⓪⑧", - "ref-for-propdef-align-self⑥", "ref-for-grid-item①⓪⑨", + "ref-for-propdef-align-self⑥", + "ref-for-grid-item①①⓪", "ref-for-propdef-align-items①", "ref-for-grid-container⑧⑥", "ref-for-baseline-alignment①", - "ref-for-grid-item①①⓪", + "ref-for-grid-item①①①", "ref-for-fallback-alignment①", "ref-for-typedef-flex①②", "ref-for-grid-container⑧⑦", @@ -1827,7 +1836,7 @@ "ref-for-grid-track②⑨", "ref-for-explicit-grid③⑤", "ref-for-implicit-grid②⑤", - "ref-for-grid-line②④", + "ref-for-grid-line②⑤", "ref-for-grid-container⑨①", "ref-for-propdef-justify-content⑦", "ref-for-propdef-align-content⑦", @@ -1842,29 +1851,29 @@ "grid-baselines", "ref-for-grid-container⑨②", "ref-for-grid-container⑨③", - "ref-for-grid-item①①①", "ref-for-grid-item①①②", + "ref-for-grid-item①①③", "ref-for-baseline-alignment②", "ref-for-baseline-set", "ref-for-generate-baselines", "ref-for-alignment-baseline", - "ref-for-grid-item①①③", + "ref-for-grid-item①①④", "ref-for-generate-baselines①", "ref-for-alignment-baseline①", - "ref-for-grid-item①①④", + "ref-for-grid-item①①⑤", "ref-for-grid-order", "ref-for-writing-mode③", "ref-for-grid-container⑨④", - "ref-for-grid-item①①⑤", + "ref-for-grid-item①①⑥", "ref-for-alignment-baseline②", "ref-for-synthesize-baseline", "ref-for-grid-container⑨⑤", - "ref-for-grid-item①①⑥", + "ref-for-grid-item①①⑦", "ref-for-baseline-set①", "ref-for-synthesize-baseline①", "ref-for-shared-alignment-context", "grid-order", - "ref-for-grid-item①①⑦", + "ref-for-grid-item①①⑧", "ref-for-grid-cell⑥", "ref-for-order-modified-document-order⑥", "ref-for-propdef-overflow②", @@ -1881,39 +1890,39 @@ "intrinsic-sizing-function", "ref-for-valdef-grid-template-columns-min-content④", "ref-for-valdef-grid-template-columns-max-content⑤", - "ref-for-valdef-grid-template-columns-auto⑧", + "ref-for-grid-placement-auto⑧", "ref-for-valdef-grid-template-columns-fit-content②", "flexible-sizing-function", "ref-for-typedef-flex①③", "ref-for-grid-sizing-algorithm", "algo-overview", - "ref-for-grid-item①①⑧", + "ref-for-grid-item①①⑨", "ref-for-subgrid⑤②", "ref-for-track-sizing-algorithm①", "ref-for-grid-column③", - "ref-for-grid-item①①⑨", + "ref-for-grid-item①②⓪", "ref-for-grid-container⑨⑥", "ref-for-inline-axis", - "ref-for-grid-item①②⓪", + "ref-for-grid-item①②①", "ref-for-grid-container⑨⑦", "ref-for-block-axis", "ref-for-grid-container⑨⑧", "ref-for-inline-axis①", - "ref-for-grid-item①②①", + "ref-for-grid-item①②②", "ref-for-available", "ref-for-block-axis①", "ref-for-available①", - "ref-for-definite①②", + "ref-for-definite①⓪", "ref-for-max-track-sizing-function⑦", "ref-for-grid-container⑨⑨", - "ref-for-definite①③", + "ref-for-definite①①", "ref-for-propdef-align-content⑧", "ref-for-track-sizing-algorithm②", "ref-for-grid-row③", - "ref-for-grid-item①②②", + "ref-for-grid-item①②③", "ref-for-grid-container①⓪⓪", "ref-for-block-axis②", - "ref-for-grid-item①②③", + "ref-for-grid-item①②④", "ref-for-grid-container①⓪①", "ref-for-inline-axis②", "ref-for-grid-container①⓪②", @@ -1924,7 +1933,7 @@ "ref-for-grid-column④", "ref-for-grid-container①⓪③", "ref-for-inline-size④", - "ref-for-definite①④", + "ref-for-definite①②", "ref-for-propdef-justify-content⑧", "ref-for-min-content-contribution①", "ref-for-grid-column⑤", @@ -1936,10 +1945,10 @@ "ref-for-grid-row④", "ref-for-grid-container①⓪④", "ref-for-block-size②", - "ref-for-definite①⑤", + "ref-for-definite①③", "ref-for-propdef-align-content⑨", "ref-for-inline-size⑤", - "ref-for-grid-item①②④", + "ref-for-grid-item①②⑤", "ref-for-block-size③", "ref-for-grid-area③④", "ref-for-flex-container②", @@ -1957,7 +1966,7 @@ "ref-for-grid-column⑥", "ref-for-grid-container①⓪⑤", "ref-for-inline-size⑥", - "ref-for-definite①⑥", + "ref-for-definite①④", "ref-for-propdef-justify-content⑨", "ref-for-grid-container①⓪⑥", "ref-for-grid②⑧", @@ -1970,9 +1979,9 @@ "ref-for-subgrid⑤④", "ref-for-establish-an-orthogonal-flow①", "ref-for-grid-area③⑤", - "ref-for-grid-item①②⑤", + "ref-for-grid-item①②⑥", "ref-for-grid-area③⑥", - "ref-for-definite①⑦", + "ref-for-definite①⑤", "ref-for-stretch-fit①", "example-c45a7148", "algo-terms", @@ -1980,10 +1989,10 @@ "ref-for-valdef-grid-template-columns-minmax④", "ref-for-typedef-flex①④", "ref-for-valdef-grid-template-columns-fit-content③", - "ref-for-grid-placement-auto⑨", + "ref-for-valdef-grid-template-columns-auto⑨", "max-track-sizing-function", "ref-for-valdef-grid-template-columns-minmax⑤", - "ref-for-grid-placement-auto①⓪", + "ref-for-valdef-grid-template-columns-auto①⓪", "ref-for-valdef-grid-template-columns-fit-content④", "ref-for-valdef-grid-template-columns-max-content⑥", "ref-for-valdef-grid-template-columns-fit-content⑤", @@ -1994,7 +2003,7 @@ "ref-for-min-content-constraint①", "ref-for-max-content-constraint①", "ref-for-available-grid-space①", - "ref-for-valdef-grid-template-columns-auto⑨", + "ref-for-grid-placement-auto⑨", "ref-for-valdef-grid-template-columns-max-content⑦", "ref-for-available-grid-space②", "ref-for-grid-container①①⓪", @@ -2007,7 +2016,7 @@ "ref-for-indefinite④", "span-count", "ref-for-grid-track③①", - "ref-for-grid-item①②⑥", + "ref-for-grid-item①②⑦", "ref-for-track-sizing-algorithm③", "algo-track-sizing", "track-sizing-algorithm", @@ -2023,7 +2032,7 @@ "ref-for-fixed-sizing-function③", "ref-for-base-size②", "ref-for-indefinite⑤", - "ref-for-valdef-grid-template-columns-auto①⓪", + "ref-for-valdef-grid-template-columns-auto①①", "ref-for-intrinsic-sizing-function②", "ref-for-base-size③", "ref-for-max-track-sizing-function⑨", @@ -2043,7 +2052,7 @@ "ref-for-base-size⑥", "ref-for-growth-limit④", "ref-for-valdef-grid-template-columns-fit-content⑥", - "ref-for-grid-placement-auto①①", + "ref-for-grid-placement-auto①⓪", "ref-for-max-track-sizing-function①⓪", "ref-for-valdef-grid-template-columns-max-content⑧", "algo-baseline-shims", @@ -2051,7 +2060,7 @@ "example-497433d9", "ref-for-grid-container①①①", "ref-for-indefinite⑥", - "ref-for-grid-item①②⑦", + "ref-for-grid-item①②⑧", "algo-single-span-items", "ref-for-grid-template-rows-track-sizing-function⑧", "ref-for-flexible-sizing-function②", @@ -2063,7 +2072,7 @@ "ref-for-min-track-sizing-function⑦", "ref-for-base-size⑧", "ref-for-max-content-contribution④", - "ref-for-valdef-grid-template-columns-auto①①", + "ref-for-valdef-grid-template-columns-auto①②", "ref-for-min-track-sizing-function⑧", "ref-for-grid-container①①②", "ref-for-min-content-constraint②", @@ -2082,13 +2091,13 @@ "minimum-contribution", "min-size-contribution", "ref-for-outer-size", - "ref-for-preferred-size", + "ref-for-preferred-size②", "ref-for-behave-as-auto①", "ref-for-containing-block⑨", "ref-for-minimum-contribution②", "ref-for-outer-size①", - "ref-for-min-width②", - "ref-for-preferred-size①", + "ref-for-min-width④", + "ref-for-preferred-size③", "ref-for-minimum-contribution③", "ref-for-min-content-contribution⑦", "ref-for-minimum-contribution④", @@ -2138,7 +2147,7 @@ "ref-for-max-content-constraint④", "ref-for-base-size①⑤", "ref-for-min-track-sizing-function①①", - "ref-for-valdef-grid-template-columns-auto①②", + "ref-for-valdef-grid-template-columns-auto①③", "ref-for-valdef-grid-template-columns-max-content①②", "ref-for-limited-contribution③", "ref-for-base-size①⑥", @@ -2229,7 +2238,7 @@ "ref-for-min-content-constraint⑤", "ref-for-flex-fraction①", "ref-for-free-space⑦", - "ref-for-definite①⑧", + "ref-for-definite①⑥", "ref-for-flex-fraction②", "ref-for-grid-track③②", "ref-for-space-to-fill", @@ -2241,7 +2250,7 @@ "ref-for-base-size②⑥", "ref-for-grid-template-columns-flex-factor⑧", "ref-for-base-size②⑦", - "ref-for-grid-item①②⑧", + "ref-for-grid-item①②⑨", "ref-for-space-to-fill①", "ref-for-max-content-contribution①⓪", "ref-for-flex-fraction④", @@ -2281,14 +2290,14 @@ "ref-for-grid-template-columns-flex-factor①①", "ref-for-hypothetical-fr-size①", "algo-stretch", - "ref-for-valdef-grid-template-columns-auto①③", + "ref-for-valdef-grid-template-columns-auto①④", "ref-for-max-track-sizing-function②①", - "ref-for-definite①⑨", + "ref-for-definite①⑦", "ref-for-free-space①⓪", "ref-for-free-space①①", "ref-for-indefinite⑧", "ref-for-grid-container①②⓪", - "ref-for-definite②⓪", + "ref-for-definite①⑧", "ref-for-propdef-min-width⑤", "ref-for-free-space①②", "pagination", @@ -2299,14 +2308,14 @@ "ref-for-fragmentation-container①", "ref-for-propdef-break-before①", "ref-for-propdef-break-after", - "ref-for-grid-item①②⑨", + "ref-for-grid-item①③⓪", "ref-for-propdef-break-before②", "ref-for-propdef-break-after①", - "ref-for-grid-item①③⓪", + "ref-for-grid-item①③①", "fragmentation-alg", "ref-for-fragmentation-container②", "ref-for-propdef-grid-row⑥", - "ref-for-valdef-grid-template-columns-auto①④", + "ref-for-grid-placement-auto①①", "ref-for-valdef-flex-fr⑨", "ref-for-grid-area③⑦", "ref-for-grid-placement-auto①②", @@ -2316,20 +2325,20 @@ "change-2020-align-normal-aspect-ratio", "ref-for-descdef-media-aspect-ratio", "change-2020-preferred-aspect-ratio", - "ref-for-intrinsic-aspect-ratio", - "ref-for-preferred-aspect-ratio③", + "ref-for-preferred-aspect-ratio⑤", + "change-2020-editorial", "changes-20180904", "changes-2", "ref-for-valdef-grid-template-rows-subgrid④", "acknowledgements", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", + "w3c-cr-exit-criteria", "index", "index-defined-here", "index-defined-elsewhere", @@ -2391,7 +2400,7 @@ "term-for-propdef-flex-flow", "term-for-propdef-order", "term-for-order-modified-document-order", - "term-for-intrinsic-aspect-ratio", + "term-for-natural-size", "term-for-propdef-vertical-align", "term-for-multi-column-container", "term-for-propdef-overflow", @@ -2409,6 +2418,7 @@ "term-for-selectordef-first-line", "term-for-valdef-width-auto", "term-for-automatic-minimum-size", + "term-for-automatic-size", "term-for-available", "term-for-behave-as-auto", "term-for-behave-as-auto①", @@ -2416,11 +2426,10 @@ "term-for-indefinite", "term-for-inner-size", "term-for-intrinsic-size-contribution", - "term-for-max-size-properties", "term-for-max-content-constraint", "term-for-max-content-contribution", "term-for-max-content", - "term-for-min-size-properties", + "term-for-max-width", "term-for-min-content-constraint", "term-for-min-content-contribution", "term-for-min-content", @@ -2428,7 +2437,6 @@ "term-for-outer-size", "term-for-preferred-aspect-ratio", "term-for-preferred-size", - "term-for-preferred-size-properties", "term-for-stretch-fit", "term-for-propdef-width", "term-for-name-code-point", @@ -2496,6 +2504,7 @@ "biblio-css-cascade-4", "biblio-css-display-3", "biblio-css-flexbox-1", + "biblio-css-images-3", "biblio-css-inline-3", "biblio-css-overflow-3", "biblio-css-position-3", @@ -2515,7 +2524,6 @@ "biblio-rfc2119", "biblio-web-animations-1", "informative", - "biblio-css-images-3", "biblio-css-multicol-1", "biblio-html", "property-index", diff --git a/tr/ids/css-grid-3.json b/tr/ids/css-grid-3.json index b0986243bc3d..b0d3915eb581 100644 --- a/tr/ids/css-grid-3.json +++ b/tr/ids/css-grid-3.json @@ -287,13 +287,13 @@ "ref-for-propdef-grid-template", "example-c14bcfdc", "acknowledgements", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-images-3.json b/tr/ids/css-images-3.json index 95f82807f45c..ab0934e82ab5 100644 --- a/tr/ids/css-images-3.json +++ b/tr/ids/css-images-3.json @@ -37,6 +37,7 @@ "ref-for-propdef-image-rendering", "values", "ref-for-valdef-all-initial", + "ref-for-css-wide-keywords", "image-values", "ref-for-typedef-image⑧", "ref-for-typedef-image⑨", @@ -52,6 +53,7 @@ "ref-for-url-value⑥", "invalid-image", "ref-for-valdef-color-transparent", + "ref-for-natural-dimensions", "ref-for-invalid-image", "ref-for-invalid-image①", "ref-for-propdef-list-style-image②", @@ -61,9 +63,10 @@ "ref-for-loading-image", "ref-for-invalid-image②", "ref-for-valdef-color-transparent①", + "ref-for-natural-dimensions①", "ref-for-loading-image①", "ref-for-loading-image②", - "ref-for-intrinsic-dimensions", + "ref-for-natural-dimensions②", "ref-for-loading-image③", "computed-image", "ref-for-computed-value", @@ -97,6 +100,7 @@ "ref-for-target-pseudo", "ref-for-elementdef-mask①", "ref-for-funcdef-url③", + "url-metadata", "gradients", "gradient-function", "ref-for-typedef-gradient①", @@ -112,7 +116,7 @@ "ref-for-typedef-image①⑤", "ref-for-concrete-object-size", "gradient-box", - "ref-for-intrinsic-dimensions①", + "ref-for-natural-dimensions③", "example-aa187bec", "ref-for-gradient-box", "ref-for-propdef-background-size", @@ -178,17 +182,17 @@ "radial-gradient-syntax", "funcdef-radial-gradient", "ref-for-typedef-size", - "ref-for-position", + "ref-for-typedef-position", "ref-for-typedef-color-stop-list①", "example-c8f2f477", - "ref-for-position①", + "ref-for-typedef-position①", "valdef-radial-gradient-position", - "ref-for-position②", + "ref-for-typedef-position②", "radial-gradient-gradient-center", - "ref-for-position③", + "ref-for-typedef-position③", "ref-for-propdef-background-position", "ref-for-gradient-box⑥", - "ref-for-valdef-stroke-align-center", + "ref-for-valdef-self-position-center", "valdef-radial-gradient-ending-shape", "valdef-ending-shape-circle", "valdef-ending-shape-ellipse", @@ -229,12 +233,12 @@ "ref-for-typedef-length-percentage", "ref-for-gradient-box①⓪", "ref-for-length-value②", - "ref-for-position④", + "ref-for-typedef-position④", "ref-for-typedef-length-percentage①", - "ref-for-position⑤", + "ref-for-typedef-position⑤", "ref-for-typedef-extent-keyword", - "ref-for-position⑥", - "ref-for-position⑦", + "ref-for-typedef-position⑥", + "ref-for-typedef-position⑦", "ref-for-typedef-color-stop", "ref-for-typedef-color-stop①", "typedef-extent-keyword", @@ -288,6 +292,7 @@ "ref-for-gradient-line②④", "ref-for-starting-point③", "ref-for-ending-point③", + "ref-for-gradient-line②⑤", "color-stop-syntax", "ref-for-color-stop①", "ref-for-color-transition-hint", @@ -309,35 +314,35 @@ "ref-for-mult-opt②", "typedef-linear-color-hint", "ref-for-typedef-length-percentage③", - "ref-for-gradient-line②⑤", + "ref-for-gradient-line②⑥", "ref-for-starting-point④", "ref-for-ending-point④", - "ref-for-gradient-line②⑥", + "ref-for-gradient-line②⑦", "ref-for-starting-point⑤", "ref-for-ending-point⑤", "ref-for-color-stop③", "ref-for-color-transition-hint②", "ref-for-starting-point⑥", "ref-for-ending-point⑥", - "ref-for-gradient-line②⑦", + "ref-for-gradient-line②⑧", "ref-for-color-stop④", "ref-for-color-stop⑤", "ref-for-color-stop-list", - "ref-for-gradient-line②⑧", + "ref-for-gradient-line②⑨", "ref-for-starting-point⑦", "ref-for-ending-point⑦", "coloring-gradient-line", "ref-for-color-stop⑥", - "ref-for-gradient-line②⑨", + "ref-for-gradient-line③⓪", "ref-for-color-stop⑦", "ref-for-color-stop⑧", - "ref-for-gradient-line③⓪", + "ref-for-gradient-line③①", "ref-for-color-stop⑨", "ref-for-color-stop①⓪", - "ref-for-gradient-line③①", + "ref-for-gradient-line③②", "ref-for-color-stop①①", "ref-for-color-stop①②", - "ref-for-gradient-line③②", + "ref-for-gradient-line③③", "ref-for-color-stop①③", "ref-for-color-stop①④", "ref-for-color-transition-hint③", @@ -377,77 +382,93 @@ "sizing", "objects", "sizing-terms", + "natural-dimensions", "intrinsic-dimensions", + "ref-for-natural-dimensions④", + "natural-height", "intrinsic-height", + "natural-width", "intrinsic-width", + "natural-aspect-ratio", "intrinsic-aspect-ratio", "ref-for-objects", "ref-for-objects①", - "ref-for-intrinsic-aspect-ratio", - "ref-for-intrinsic-width", - "ref-for-intrinsic-height", + "ref-for-natural-aspect-ratio", + "ref-for-natural-width", + "ref-for-natural-height", + "ref-for-natural-dimensions⑤", "ref-for-the-iframe-element", "ref-for-objects②", - "ref-for-intrinsic-width①", - "ref-for-intrinsic-height①", - "ref-for-intrinsic-aspect-ratio①", + "ref-for-natural-dimensions⑥", + "ref-for-natural-width①", + "ref-for-natural-height①", + "ref-for-natural-aspect-ratio①", "ref-for-objects③", + "ref-for-degenerate-ratio", + "ref-for-natural-aspect-ratio②", + "ref-for-natural-aspect-ratio③", + "ref-for-objects④", + "ref-for-natural-dimensions⑦", "ref-for-default-object-size①", "ref-for-default-object-size②", "ref-for-contain-constraint", + "ref-for-natural-dimensions⑧", + "ref-for-natural-width②", + "ref-for-natural-height②", + "natural-size", "specified-size", - "ref-for-objects④", + "ref-for-objects⑤", "ref-for-propdef-width", "ref-for-propdef-height", "ref-for-propdef-background-size①", "concrete-object-size", "ref-for-concrete-object-size①", - "ref-for-objects⑤", - "ref-for-intrinsic-dimensions②", + "ref-for-objects⑥", + "ref-for-natural-dimensions⑨", "ref-for-specified-size", "ref-for-default-object-size③", "default-object-size", "ref-for-default-object-size④", "ref-for-concrete-object-size②", - "ref-for-intrinsic-dimensions③", + "ref-for-natural-dimensions①⓪", "ref-for-specified-size①", "object-negotiation", - "ref-for-objects⑥", - "object-size-negotiation", "ref-for-objects⑦", + "object-size-negotiation", + "ref-for-objects⑧", "ref-for-funcdef-url④", "ref-for-propdef-background-image④", "ref-for-attr-img-src", "ref-for-the-img-element", - "ref-for-intrinsic-dimensions④", - "ref-for-intrinsic-dimensions⑤", + "ref-for-natural-dimensions①①", + "ref-for-natural-dimensions①②", "ref-for-specified-size②", "ref-for-default-object-size⑤", - "ref-for-objects⑧", - "ref-for-concrete-object-size③", "ref-for-objects⑨", + "ref-for-concrete-object-size③", "ref-for-objects①⓪", - "ref-for-concrete-object-size④", "ref-for-objects①①", - "ref-for-concrete-object-size⑤", + "ref-for-concrete-object-size④", "ref-for-objects①②", - "ref-for-intrinsic-dimensions⑥", + "ref-for-concrete-object-size⑤", "ref-for-objects①③", + "ref-for-natural-dimensions①③", + "ref-for-objects①④", "ref-for-concrete-object-size⑥", "ref-for-concrete-object-size⑦", - "ref-for-objects①④", + "ref-for-objects①⑤", "ref-for-concrete-object-size⑧", "concrete-size-resolution", - "ref-for-objects①⑤", "ref-for-objects①⑥", + "ref-for-objects①⑦", "default-sizing", "default-sizing-algorithm", - "ref-for-objects①⑦", - "ref-for-concrete-object-size⑨", "ref-for-objects①⑧", - "ref-for-intrinsic-dimensions⑦", - "ref-for-specified-size③", + "ref-for-concrete-object-size⑨", "ref-for-objects①⑨", + "ref-for-natural-dimensions①④", + "ref-for-specified-size③", + "ref-for-objects②⓪", "ref-for-propdef-list-style-image④", "ref-for-default-sizing-algorithm", "ref-for-propdef-border-image", @@ -457,18 +478,18 @@ "ref-for-concrete-object-size①①", "ref-for-specified-size⑤", "ref-for-concrete-object-size①②", - "ref-for-objects②⓪", - "ref-for-intrinsic-aspect-ratio②", - "ref-for-concrete-object-size①③", - "ref-for-intrinsic-aspect-ratio③", - "ref-for-intrinsic-dimensions⑧", "ref-for-objects②①", - "ref-for-intrinsic-dimensions⑨", + "ref-for-natural-aspect-ratio④", + "ref-for-concrete-object-size①③", + "ref-for-natural-dimensions①⑤", + "ref-for-objects②②", + "ref-for-natural-dimensions①⑥", "ref-for-concrete-object-size①④", "ref-for-default-object-size⑥", "ref-for-specified-size⑥", - "ref-for-objects②②", - "ref-for-intrinsic-dimensions①⓪", + "ref-for-objects②③", + "ref-for-natural-dimensions①⑦", + "ref-for-natural-dimensions①⑧", "ref-for-specified-size⑦", "ref-for-contain-constraint①", "ref-for-default-object-size⑦", @@ -476,16 +497,17 @@ "ref-for-contain-constraint②", "ref-for-cover-constraint", "constraint-rectangle", - "ref-for-objects②③", - "ref-for-intrinsic-aspect-ratio④", + "ref-for-objects②④", + "ref-for-preferred-aspect-ratio", "contain-constraint", "ref-for-concrete-object-size①⑤", - "ref-for-objects②④", - "ref-for-intrinsic-aspect-ratio⑤", + "ref-for-objects②⑤", + "ref-for-natural-aspect-ratio⑤", "cover-constraint", "ref-for-concrete-object-size①⑥", - "ref-for-objects②⑤", - "ref-for-intrinsic-aspect-ratio⑥", + "ref-for-objects②⑥", + "ref-for-natural-aspect-ratio⑥", + "ref-for-natural-aspect-ratio⑦", "ref-for-concrete-object-size①⑦", "object-sizing-examples", "example-47bacc07", @@ -534,9 +556,11 @@ "valdef-object-fit-fill", "ref-for-concrete-object-size②②", "valdef-object-fit-contain", + "ref-for-natural-aspect-ratio⑧", "ref-for-concrete-object-size②③", "ref-for-contain-constraint④", "valdef-object-fit-cover", + "ref-for-natural-aspect-ratio⑨", "ref-for-concrete-object-size②④", "ref-for-cover-constraint②", "valdef-object-fit-none", @@ -549,6 +573,7 @@ "ref-for-concrete-object-size②⑥", "ref-for-valdef-object-fit-none①", "ref-for-valdef-object-fit-contain①", + "ref-for-natural-aspect-ratio①⓪", "ref-for-propdef-object-position", "ref-for-propdef-object-fit③", "ref-for-propdef-object-position①", @@ -560,12 +585,12 @@ "the-object-position", "ref-for-propdef-object-position②", "propdef-object-position", - "ref-for-position⑧", + "ref-for-typedef-position⑧", "ref-for-propdef-background-position①", - "ref-for-position⑨", + "ref-for-typedef-position⑨", "ref-for-propdef-background-position②", "ref-for-propdef-object-position③", - "ref-for-position①⓪", + "ref-for-typedef-position①⓪", "ref-for-propdef-background-position③", "ref-for-concrete-object-size②⑧", "image-processing", @@ -576,33 +601,40 @@ "ref-for-comb-one①①", "ref-for-comb-one①②", "ref-for-angle-value③", - "ref-for-comb-one①③", + "ref-for-comb-any①", "ref-for-angle-value④", - "ref-for-mult-opt③", - "ref-for-angle-value⑤", - "ref-for-valdef-image-orientation-none", - "ref-for-valdef-image-orientation-from-image", + "ref-for-valdef-image-orientation-angle", + "ref-for-feImageElement", "ref-for-propdef-background-image⑥", + "ref-for-typedef-image①⑥", "valdef-image-orientation-none", "valdef-image-orientation-from-image", - "ref-for-angle-value⑥", - "ref-for-valdef-image-orientation-none①", + "ref-for-angle-value⑤", + "ref-for-valdef-image-orientation-none", "valdef-image-orientation-angle", + "ref-for-angle-value⑥", "ref-for-angle-value⑦", - "valdef-image-orientation-angle-flip", "ref-for-angle-value⑧", - "ref-for-angle-value⑨", - "ref-for-angle-value①⓪", + "ref-for-valdef-image-orientation-angle①", + "ref-for-valdef-image-orientation-from-image", "ref-for-valdef-image-orientation-from-image①", + "ref-for-angle-value⑨", + "ref-for-valdef-image-orientation-none①", + "ref-for-valdef-image-orientation-from-image②", + "ref-for-natural-dimensions①⑨", + "ref-for-propdef-cursor③", + "ref-for-propdef-border-image②", "ref-for-propdef-image-orientation③", "example-5e0592b8", + "ref-for-valdef-image-orientation-none②", + "ref-for-valdef-image-orientation-from-image③", "the-image-rendering", "ref-for-propdef-image-rendering①", "propdef-image-rendering", + "ref-for-comb-one①③", "ref-for-comb-one①④", "ref-for-comb-one①⑤", "ref-for-comb-one①⑥", - "ref-for-comb-one①⑦", "ref-for-propdef-image-rendering②", "ref-for-propdef-image-rendering③", "valdef-image-rendering-auto", @@ -626,53 +658,43 @@ "ref-for-valdef-image-rendering-pixelated②", "ref-for-valdef-image-rendering-smooth①", "interpolation", - "ref-for-typedef-image①⑥", + "ref-for-typedef-image①⑦", "serialization", "example-33854bc0", - "privsec", + "priv-sec", + "ref-for-natural-dimensions②⓪", "acknowledgments", "ref-for-propdef-object-fit⑤", "ref-for-propdef-object-position④", "ref-for-propdef-image-orientation④", "changes", - "changes-20120407", + "changes-20191010", "ref-for-propdef-image-orientation⑤", - "ref-for-valdef-image-orientation-from-image②", - "ref-for-valdef-image-orientation-none②", + "ref-for-natural-dimensions②①", + "ref-for-dfn-intrinsic-sizes", + "changes-20120407", + "ref-for-propdef-image-orientation⑥", + "ref-for-valdef-image-orientation-from-image④", + "ref-for-valdef-image-orientation-none③", "ref-for-propdef-image-rendering⑥", "ref-for-resolution-value", - "ref-for-typedef-image①⑦", + "ref-for-typedef-image①⑧", "ref-for-funcdef-linear-gradient⑤", "ref-for-color-transition-hint①⓪", "ref-for-typedef-color-stop-list②", - "ref-for-typedef-image①⑧", - "changes-last-call", - "ref-for-valdef-direction-ltr", - "ref-for-valdef-direction-rtl", - "ref-for-funcdef-image", - "ref-for-funcdef-image①", - "ref-for-propdef-object-fit⑥", - "ref-for-propdef-image-orientation⑥", - "ref-for-invalid-image④", - "ref-for-funcdef-image②", - "ref-for-funcdef-image③", - "ref-for-funcdef-image④", - "ref-for-intrinsic-dimensions①①", - "ref-for-propdef-image-orientation⑦", - "ref-for-propdef-object-fit⑦", - "ref-for-propdef-object-position⑤", - "conformance", - "document-conventions", + "ref-for-typedef-image①⑨", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conform-classes", - "conform-responsible", - "conform-partial", - "conform-future-proofing", - "conform-testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", + "w3c-cr-exit-criteria", "index", "index-defined-here", "index-defined-elsewhere", + "term-for-valdef-self-position-center", "term-for-computed-value", "term-for-valdef-all-initial", "term-for-specified-value", @@ -681,12 +703,15 @@ "term-for-valdef-color-transparent", "term-for-propdef-content", "term-for-typedef-color-stop", - "term-for-funcdef-image", "term-for-propdef-list-style-image", "term-for-propdef-list-style-type", "term-for-valdef-list-style-type-none", "term-for-elementdef-mask", "term-for-propdef-mask-image", + "term-for-propdef-height", + "term-for-dfn-intrinsic-sizes", + "term-for-preferred-aspect-ratio", + "term-for-propdef-width", "term-for-propdef-cursor", "term-for-angle-value", "term-for-length-value", @@ -696,14 +721,13 @@ "term-for-comb-all", "term-for-comb-comma", "term-for-typedef-length-percentage", + "term-for-typedef-position", "term-for-mult-opt", + "term-for-css-wide-keywords", + "term-for-degenerate-ratio", "term-for-funcdef-url", "term-for-comb-one", "term-for-comb-any", - "term-for-valdef-direction-ltr", - "term-for-valdef-direction-rtl", - "term-for-propdef-height", - "term-for-propdef-width", "term-for-propdef-background", "term-for-propdef-background-image", "term-for-propdef-background-position", @@ -712,41 +736,42 @@ "term-for-propdef-border-image", "term-for-propdef-border-image-repeat", "term-for-valdef-background-repeat-round", - "term-for-valdef-stroke-align-center", "term-for-the-iframe-element", "term-for-the-img-element", "term-for-attr-img-src", "term-for-target-pseudo", + "term-for-feImageElement", "references", "normative", + "biblio-css-align-3", "biblio-css-cascade-4", "biblio-css-color-3", "biblio-css-color-4", "biblio-css-content-3", - "biblio-css-images-4", "biblio-css-lists-3", "biblio-css-masking-1", + "biblio-css-print", + "biblio-css-sizing-3", "biblio-css-ui-3", "biblio-css-values-3", "biblio-css-values-4", - "biblio-css-writing-modes-4", "biblio-css2", "biblio-css3bg", - "biblio-fill-stroke-3", "biblio-html", "biblio-rfc2119", + "biblio-svg11", "informative", + "biblio-css-images-4", "biblio-css-transforms-1", "biblio-css3page", "biblio-cssom", "biblio-selectors-4", "biblio-smil10", - "biblio-svg11", "property-index", - "ref-for-propdef-image-orientation⑧", + "ref-for-propdef-image-orientation⑦", "ref-for-propdef-image-rendering⑦", - "ref-for-propdef-object-fit⑧", - "ref-for-propdef-object-position⑥", + "ref-for-propdef-object-fit⑥", + "ref-for-propdef-object-position⑤", "issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-multicol-2.json b/tr/ids/css-multicol-2.json index ec39becaf7d5..0086c5f8c2cb 100644 --- a/tr/ids/css-multicol-2.json +++ b/tr/ids/css-multicol-2.json @@ -110,13 +110,13 @@ "acknowledgments", "issue-45b97b73", "priv-sec", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-nesting-1.json b/tr/ids/css-nesting-1.json index df08a41e07c3..c70fee152b10 100644 --- a/tr/ids/css-nesting-1.json +++ b/tr/ids/css-nesting-1.json @@ -103,13 +103,13 @@ "ref-for-matches-pseudo①", "cssom", "issue-9d1e5685", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-shapes-2.json b/tr/ids/css-shapes-2.json index 97c3ffaf8486..46d76da6067e 100644 --- a/tr/ids/css-shapes-2.json +++ b/tr/ids/css-shapes-2.json @@ -113,13 +113,13 @@ "ref-for-propdef-shape-padding⑥", "ref-for-propdef-shape-padding⑦", "ref-for-propdef-shape-margin③", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-size-adjust-1.json b/tr/ids/css-size-adjust-1.json index 6848ea64c449..3cda343b2c62 100644 --- a/tr/ids/css-size-adjust-1.json +++ b/tr/ids/css-size-adjust-1.json @@ -53,13 +53,13 @@ "ref-for-propdef-font-size①", "issue-a75ce4d0", "acknowledgments", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-sizing-3.json b/tr/ids/css-sizing-3.json index 3eb8b4fbf1cd..be186e601d87 100644 --- a/tr/ids/css-sizing-3.json +++ b/tr/ids/css-sizing-3.json @@ -124,6 +124,8 @@ "intrinsic-size", "ref-for-max-content③", "ref-for-min-content②", + "ref-for-replaced-element", + "ref-for-natural-dimensions", "contributions", "max-content-contribution", "ref-for-containing-block②", @@ -145,7 +147,7 @@ "ref-for-min-content-contribution①", "preferred-aspect-ratio", "ref-for-preferred-aspect-ratio", - "ref-for-intrinsic-aspect-ratio", + "ref-for-natural-aspect-ratio", "ref-for-content-box", "ref-for-preferred-aspect-ratio①", "specifying-sizes", @@ -406,14 +408,14 @@ "ref-for-max-width②", "ref-for-min-content⑦", "ref-for-max-content⑧", - "dfn-intrinsic-sizes", + "ref-for-intrinsic-size", "ref-for-preferred-aspect-ratio③", "ref-for-valdef-width-auto①①", "ref-for-max-content⑨", - "ref-for-intrinsic-aspect-ratio①", - "ref-for-intrinsic-dimensions", + "ref-for-natural-aspect-ratio①", + "ref-for-natural-dimensions①", "ref-for-preferred-aspect-ratio④", - "ref-for-intrinsic-dimensions①", + "ref-for-natural-dimensions②", "ref-for-available⑨", "ref-for-definite⑨", "ref-for-inline-axis②", @@ -442,6 +444,7 @@ "ref-for-propdef-width①⑦", "ref-for-behave-as-auto②", "ref-for-valdef-width-auto①②", + "ref-for-intrinsic-size①", "ref-for-valdef-width-min-content④", "ref-for-valdef-width-max-content③", "ref-for-sizing-property④", @@ -450,6 +453,7 @@ "ref-for-the-input-element", "ref-for-text-run", "ref-for-soft-wrap-opportunity", + "ref-for-intrinsic-size②", "ref-for-min-content⑧", "ref-for-max-content①①", "ref-for-the-iframe-element", @@ -463,7 +467,7 @@ "ref-for-intrinsic-size-contribution①", "ref-for-automatic-minimum-size", "ref-for-intrinsic-size-contribution②", - "cyclic-percentage", + "cyclic-percentage-size", "non-replaced-percentage-contribution", "ref-for-non-replaced①", "ref-for-max-size-properties④", @@ -472,21 +476,22 @@ "ref-for-propdef-max-width④", "ref-for-propdef-height①⑥", "ref-for-propdef-max-height④", - "ref-for-cyclic-percentage", + "ref-for-cyclic-percentage-size", + "ref-for-intrinsic-size-contribution③", "ref-for-initial-value", "ref-for-propdef-width①⑨", "ref-for-propdef-width②⓪", "ref-for-valdef-width-auto①④", "replaced-percentage-max-contribution", - "ref-for-replaced-element", + "ref-for-replaced-element①", "ref-for-max-size-properties①", "ref-for-preferred-size-properties①", - "ref-for-cyclic-percentage①", + "ref-for-cyclic-percentage-size①", "ref-for-max-content-contribution③", "ref-for-initial-value①", "replaced-percentage-min-contribution", - "ref-for-replaced-element①", - "ref-for-cyclic-percentage②", + "ref-for-replaced-element②", + "ref-for-cyclic-percentage-size②", "ref-for-max-size-properties②", "ref-for-preferred-size-properties②", "ref-for-propdef-width②①", @@ -501,14 +506,14 @@ "ref-for-the-input-element①", "ref-for-propdef-width②②", "ref-for-min-content-contribution④", - "ref-for-propdef-max-width⑥", "min-percentage-contribution", "ref-for-min-size-properties②", "ref-for-margin", "ref-for-padding", "ref-for-gutter", - "ref-for-cyclic-percentage③", - "ref-for-replaced-element②", + "ref-for-cyclic-percentage-size③", + "ref-for-intrinsic-size-contribution④", + "ref-for-replaced-element③", "ref-for-non-replaced②", "ref-for-min-content-contribution⑤", "ref-for-max-content-contribution④", @@ -546,12 +551,12 @@ "ref-for-behave-as-auto⑥", "ref-for-valdef-width-min-content⑤", "min-content-zero", - "ref-for-min-content⑨", + "ref-for-min-content-contribution⑦", "ref-for-propdef-width②④", "ref-for-propdef-height②③", - "ref-for-propdef-max-width⑦", + "ref-for-propdef-max-width⑥", "ref-for-propdef-max-height⑥", - "ref-for-replaced-element③", + "ref-for-replaced-element④", "ref-for-the-input-element②", "ref-for-attr-input-type", "ref-for-the-button-element①", @@ -561,17 +566,17 @@ "ref-for-the-meter-element", "changes", "changes-recent", + "ref-for-intrinsic-size③", "ref-for-valdef-width-min-content⑥", "ref-for-valdef-width-max-content④", - "ref-for-valdef-column-width-fit-content-length-percentage①", - "ref-for-valdef-column-width-fit-content-length-percentage②", + "ref-for-valdef-width-fit-content-length-percentage⑥", + "ref-for-valdef-width-fit-content-length-percentage⑦", "ref-for-max-content①②", "ref-for-min-width④", "ref-for-length-value⑥", "ref-for-preferred-aspect-ratio⑥", - "ref-for-intrinsic-aspect-ratio②", "ref-for-propdef-box-sizing⑦", - "ref-for-cyclic-percentage④", + "ref-for-cyclic-percentage-size④", "ref-for-valdef-width-auto①⑦", "ref-for-indefinite⑥", "ref-for-propdef-width②⑤", @@ -584,21 +589,22 @@ "ref-for-propdef-box-sizing⑨", "ref-for-valdef-width-min-content⑦", "ref-for-valdef-width-max-content⑤", - "ref-for-valdef-width-fit-content-length-percentage⑥", + "ref-for-valdef-width-fit-content-length-percentage⑧", "ref-for-sizing-property⑤", "ref-for-valdef-width-auto①⑧", "ref-for-propdef-min-width⑧", "ref-for-propdef-min-height①①", "acknowledgments", "priv-sec", - "conformance", - "conventions", + "ref-for-the-iframe-element①", + "ref-for-replaced-element⑤", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", @@ -629,8 +635,8 @@ "term-for-flex-item", "term-for-propdef-flex-basis", "term-for-grid-item", - "term-for-intrinsic-aspect-ratio", - "term-for-intrinsic-dimensions", + "term-for-natural-aspect-ratio", + "term-for-natural-dimensions", "term-for-propdef-block-size", "term-for-propdef-max-block-size", "term-for-at-ruledef-page", @@ -676,18 +682,19 @@ "biblio-css-writing-modes-4", "biblio-css2", "biblio-css3col", - "biblio-cssom-1", + "biblio-cssom", "biblio-html", "biblio-rfc2119", "informative", "biblio-css-backgrounds-3", "biblio-css-grid-2", "biblio-css-ui-3", + "biblio-dom", "property-index", "ref-for-propdef-box-sizing①⓪", "ref-for-propdef-height②⑤", "ref-for-propdef-max-height⑧", - "ref-for-propdef-max-width⑧", + "ref-for-propdef-max-width⑦", "ref-for-propdef-min-height①②", "ref-for-propdef-min-width⑨", "ref-for-propdef-width②⑥", diff --git a/tr/ids/css-transitions-2.json b/tr/ids/css-transitions-2.json index 853a604ba7c5..c0b204ff2a13 100644 --- a/tr/ids/css-transitions-2.json +++ b/tr/ids/css-transitions-2.json @@ -203,13 +203,13 @@ "issues-spec", "issue-5a3a5638", "ref-for-propdef-transition-property③", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/css-typed-om-2.json b/tr/ids/css-typed-om-2.json index c21d301f09aa..17547d612664 100644 --- a/tr/ids/css-typed-om-2.json +++ b/tr/ids/css-typed-om-2.json @@ -24,14 +24,13 @@ "issue-bf0b8aa0", "issue-478e453c", "issue-46020c07", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "references", "normative", "biblio-rfc2119", diff --git a/tr/ids/ecma-402.json b/tr/ids/ecma-402.json new file mode 100644 index 000000000000..84e507eebf6b --- /dev/null +++ b/tr/ids/ecma-402.json @@ -0,0 +1,852 @@ +{ + "spec": { + "title": "ECMAScript® 2021 Internationalization API Specification", + "url": "https://tc39.es/ecma402/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "ecma-logo", + "metadata-block", + "_ref_0", + "introduction", + "scope", + "conformance", + "_ref_1", + "normative-references", + "overview", + "sec-internationalization-localization-globalization", + "sec-api-overview", + "sec-api-conventions", + "_ref_134", + "_ref_135", + "_ref_136", + "sec-implementation-dependencies", + "sec-compatibility", + "conventions", + "sec-402-well-known-intrinsic-objects", + "table-402-well-known-intrinsic-objects", + "_ref_137", + "_ref_2", + "_ref_138", + "_ref_3", + "_ref_139", + "_ref_4", + "_ref_140", + "_ref_5", + "_ref_141", + "_ref_6", + "_ref_142", + "_ref_7", + "_ref_143", + "_ref_8", + "_ref_144", + "_ref_9", + "_ref_145", + "_ref_10", + "_ref_146", + "_ref_11", + "_ref_147", + "_ref_12", + "_ref_148", + "_ref_13", + "_ref_149", + "_ref_14", + "locales-currencies-tz", + "sec-case-sensitivity-and-case-mapping", + "sec-language-tags", + "sec-unicode-locale-extension-sequences", + "sec-isstructurallyvalidlanguagetag", + "sec-canonicalizeunicodelocaleid", + "_ref_150", + "_ref_151", + "_ref_152", + "_ref_153", + "sec-defaultlocale", + "_ref_15", + "_ref_16", + "sec-currency-codes", + "sec-iswellformedcurrencycode", + "_ref_17", + "sec-time-zone-names", + "sec-isvalidtimezonename", + "_ref_18", + "_ref_19", + "sec-canonicalizetimezonename", + "_ref_154", + "_ref_20", + "_ref_21", + "sec-defaulttimezone", + "_ref_22", + "_ref_23", + "sec-measurement-unit-identifiers", + "sec-iswellformedunitidentifier", + "_ref_155", + "_ref_156", + "_ref_157", + "sec-issanctionedsimpleunitidentifier", + "_ref_24", + "table-sanctioned-simple-unit-identifiers", + "requirements", + "intl-object", + "sec-value-properties-of-the-intl-object", + "sec-Intl-toStringTag", + "sec-constructor-properties-of-the-intl-object", + "sec-intl.locale-intro", + "_ref_25", + "sec-intl.collator-intro", + "_ref_26", + "sec-intl.numberformat-intro", + "_ref_27", + "sec-intl.datetimeformat-intro", + "_ref_28", + "sec-intl.relativetimeformat-intro", + "_ref_29", + "sec-intl.pluralrules-intro", + "_ref_30", + "legacy-constructor", + "sec-function-properties-of-the-intl-object", + "sec-intl.getcanonicallocales", + "_ref_158", + "_ref_159", + "locale-and-parameter-negotiation", + "sec-internal-slots", + "_ref_31", + "_ref_32", + "_ref_160", + "_ref_161", + "_ref_33", + "_ref_34", + "_ref_35", + "sec-abstract-operations", + "_ref_36", + "sec-canonicalizelocalelist", + "_ref_162", + "_ref_163", + "_ref_164", + "_ref_165", + "_ref_166", + "_ref_167", + "_ref_168", + "_ref_169", + "_ref_170", + "_ref_171", + "_ref_172", + "_ref_173", + "_ref_174", + "_ref_175", + "sec-bestavailablelocale", + "sec-lookupmatcher", + "_ref_176", + "_ref_177", + "_ref_178", + "_ref_179", + "_ref_180", + "_ref_181", + "sec-bestfitmatcher", + "_ref_182", + "_ref_183", + "_ref_184", + "_ref_185", + "sec-unicode-extension-components", + "_ref_186", + "_ref_187", + "sec-insert-unicode-extension-and-canonicalize", + "_ref_188", + "_ref_189", + "_ref_190", + "_ref_191", + "_ref_192", + "_ref_193", + "sec-resolvelocale", + "_ref_194", + "_ref_195", + "_ref_196", + "_ref_197", + "_ref_198", + "_ref_199", + "_ref_200", + "_ref_201", + "_ref_202", + "_ref_203", + "sec-lookupsupportedlocales", + "_ref_204", + "sec-bestfitsupportedlocales", + "sec-supportedlocales", + "_ref_205", + "_ref_206", + "_ref_207", + "_ref_208", + "_ref_209", + "sec-getoption", + "_ref_210", + "_ref_211", + "_ref_212", + "_ref_213", + "sec-defaultnumberoption", + "_ref_214", + "sec-getnumberoption", + "_ref_215", + "_ref_216", + "_ref_217", + "sec-partitionpattern", + "_ref_218", + "_ref_219", + "_ref_220", + "locale-objects", + "sec-intl-locale-constructor", + "sec-apply-options-to-tag", + "_ref_221", + "_ref_222", + "_ref_223", + "_ref_224", + "_ref_225", + "_ref_226", + "_ref_227", + "_ref_228", + "sec-apply-unicode-extension-to-tag", + "_ref_229", + "_ref_230", + "_ref_231", + "_ref_232", + "_ref_233", + "_ref_234", + "sec-Intl.Locale", + "_ref_235", + "_ref_236", + "_ref_237", + "_ref_238", + "_ref_239", + "_ref_240", + "_ref_241", + "_ref_242", + "_ref_243", + "_ref_244", + "_ref_245", + "_ref_246", + "_ref_247", + "_ref_248", + "_ref_249", + "_ref_250", + "_ref_251", + "sec-properties-of-intl-locale-constructor", + "sec-Intl.Locale.prototype", + "sec-intl.locale-internal-slots", + "_ref_252", + "_ref_253", + "_ref_254", + "_ref_255", + "sec-properties-of-intl-locale-prototype-object", + "sec-Intl.Locale.prototype.constructor", + "sec-Intl.Locale.prototype-@@tostringtag", + "sec-Intl.Locale.prototype.maximize", + "_ref_256", + "_ref_257", + "sec-Intl.Locale.prototype.minimize", + "_ref_258", + "_ref_259", + "sec-Intl.Locale.prototype.toString", + "sec-Intl.Locale.prototype.baseName", + "sec-Intl.Locale.prototype.calendar", + "sec-Intl.Locale.prototype.caseFirst", + "_ref_260", + "sec-Intl.Locale.prototype.collation", + "sec-Intl.Locale.prototype.hourCycle", + "sec-Intl.Locale.prototype.numeric", + "_ref_261", + "sec-Intl.Locale.prototype.numberingSystem", + "sec-Intl.Locale.prototype.language", + "sec-Intl.Locale.prototype.script", + "sec-Intl.Locale.prototype.region", + "collator-objects", + "sec-the-intl-collator-constructor", + "_ref_37", + "sec-initializecollator", + "_ref_262", + "_ref_263", + "_ref_264", + "_ref_265", + "_ref_266", + "_ref_267", + "_ref_268", + "_ref_269", + "_ref_270", + "_ref_271", + "_ref_272", + "_ref_273", + "_ref_274", + "_ref_275", + "_ref_276", + "_ref_277", + "sec-intl.collator", + "_ref_278", + "_ref_279", + "_ref_280", + "_ref_281", + "sec-properties-of-the-intl-collator-constructor", + "sec-intl.collator.prototype", + "_ref_282", + "sec-intl.collator.supportedlocalesof", + "_ref_283", + "_ref_284", + "_ref_285", + "sec-intl-collator-internal-slots", + "_ref_38", + "_ref_39", + "sec-properties-of-the-intl-collator-prototype-object", + "sec-intl.collator.prototype.constructor", + "_ref_286", + "sec-intl.collator.prototype-@@tostringtag", + "sec-intl.collator.prototype.compare", + "_ref_40", + "sec-collator-compare-functions", + "_ref_287", + "_ref_288", + "_ref_289", + "_ref_290", + "sec-collator-comparestrings", + "sec-intl.collator.prototype.resolvedoptions", + "_ref_291", + "_ref_41", + "_ref_292", + "_ref_293", + "table-collator-resolvedoptions-properties", + "sec-properties-of-intl-collator-instances", + "_ref_294", + "_ref_42", + "_ref_43", + "numberformat-objects", + "sec-numberformat-abstracts", + "sec-setnfdigitoptions", + "_ref_295", + "_ref_296", + "_ref_297", + "_ref_298", + "_ref_299", + "_ref_300", + "_ref_301", + "_ref_302", + "_ref_303", + "_ref_304", + "_ref_305", + "_ref_306", + "_ref_307", + "sec-initializenumberformat", + "_ref_308", + "_ref_309", + "_ref_310", + "_ref_311", + "_ref_312", + "_ref_313", + "_ref_314", + "_ref_315", + "_ref_316", + "_ref_317", + "_ref_318", + "_ref_319", + "_ref_320", + "_ref_321", + "_ref_322", + "_ref_323", + "sec-currencydigits", + "sec-number-format-functions", + "_ref_324", + "_ref_325", + "_ref_326", + "sec-formatnumberstring", + "_ref_327", + "_ref_328", + "_ref_329", + "_ref_330", + "sec-partitionnumberpattern", + "_ref_331", + "_ref_332", + "_ref_333", + "_ref_334", + "_ref_335", + "sec-partitionnotationsubpattern", + "_ref_336", + "_ref_337", + "_ref_44", + "_ref_45", + "_ref_338", + "_ref_339", + "table-numbering-system-digits", + "sec-formatnumber", + "_ref_340", + "sec-formatnumbertoparts", + "_ref_341", + "_ref_342", + "_ref_343", + "_ref_344", + "_ref_345", + "_ref_346", + "_ref_347", + "sec-torawprecision", + "sec-torawfixed", + "sec-unwrapnumberformat", + "_ref_348", + "_ref_349", + "_ref_350", + "_ref_351", + "_ref_352", + "_ref_46", + "sec-setnumberformatunitoptions", + "_ref_353", + "_ref_354", + "_ref_355", + "_ref_356", + "_ref_357", + "_ref_358", + "_ref_359", + "_ref_360", + "_ref_361", + "_ref_362", + "_ref_47", + "sec-getnumberformatpattern", + "_ref_48", + "_ref_363", + "_ref_49", + "sec-getnotationsubpattern", + "_ref_50", + "_ref_364", + "_ref_51", + "sec-computeexponent", + "_ref_365", + "_ref_366", + "_ref_367", + "sec-computeexponentformagnitude", + "sec-intl-numberformat-constructor", + "_ref_52", + "sec-intl.numberformat", + "_ref_368", + "_ref_369", + "_ref_370", + "_ref_371", + "_ref_372", + "_ref_373", + "_ref_374", + "_ref_53", + "sec-properties-of-intl-numberformat-constructor", + "sec-intl.numberformat.prototype", + "_ref_375", + "sec-intl.numberformat.supportedlocalesof", + "_ref_376", + "_ref_377", + "_ref_378", + "sec-intl.numberformat-internal-slots", + "_ref_54", + "_ref_55", + "_ref_56", + "_ref_57", + "sec-properties-of-intl-numberformat-prototype-object", + "sec-intl.numberformat.prototype.constructor", + "_ref_379", + "sec-intl.numberformat.prototype-@@tostringtag", + "sec-intl.numberformat.prototype.format", + "_ref_380", + "_ref_381", + "_ref_58", + "sec-intl.numberformat.prototype.formattoparts", + "_ref_382", + "_ref_383", + "sec-intl.numberformat.prototype.resolvedoptions", + "_ref_384", + "_ref_385", + "_ref_386", + "_ref_59", + "_ref_387", + "table-numberformat-resolvedoptions-properties", + "sec-properties-of-intl-numberformat-instances", + "_ref_388", + "_ref_60", + "datetimeformat-objects", + "sec-datetimeformat-abstracts", + "table-datetimeformat-components", + "sec-initializedatetimeformat", + "_ref_389", + "_ref_390", + "_ref_391", + "_ref_392", + "_ref_393", + "_ref_394", + "_ref_395", + "_ref_396", + "_ref_397", + "_ref_398", + "_ref_399", + "_ref_400", + "_ref_401", + "_ref_402", + "_ref_403", + "_ref_404", + "_ref_61", + "_ref_405", + "_ref_406", + "_ref_407", + "_ref_408", + "_ref_62", + "sec-todatetimeoptions", + "_ref_409", + "_ref_410", + "_ref_411", + "_ref_412", + "_ref_413", + "_ref_414", + "sec-basicformatmatcher", + "_ref_415", + "_ref_63", + "sec-bestfitformatmatcher", + "_ref_416", + "sec-datetime-format-functions", + "_ref_417", + "_ref_418", + "_ref_419", + "_ref_420", + "sec-partitiondatetimepattern", + "_ref_421", + "_ref_422", + "_ref_423", + "_ref_424", + "_ref_425", + "_ref_426", + "_ref_427", + "_ref_428", + "_ref_429", + "_ref_430", + "_ref_431", + "_ref_432", + "_ref_64", + "_ref_433", + "_ref_434", + "_ref_435", + "sec-formatdatetime", + "_ref_436", + "sec-formatdatetimetoparts", + "_ref_437", + "_ref_438", + "_ref_439", + "_ref_440", + "_ref_441", + "_ref_442", + "_ref_443", + "sec-tolocaltime", + "_ref_444", + "_ref_65", + "_ref_66", + "table-datetimeformat-tolocaltime-record", + "_ref_445", + "sec-unwrapdatetimeformat", + "_ref_446", + "_ref_447", + "_ref_448", + "_ref_449", + "_ref_450", + "_ref_67", + "sec-intl-datetimeformat-constructor", + "_ref_68", + "sec-intl.datetimeformat", + "_ref_451", + "_ref_452", + "_ref_453", + "_ref_454", + "_ref_455", + "_ref_456", + "_ref_457", + "_ref_69", + "sec-properties-of-intl-datetimeformat-constructor", + "sec-intl.datetimeformat.prototype", + "_ref_458", + "sec-intl.datetimeformat.supportedlocalesof", + "_ref_459", + "_ref_460", + "_ref_461", + "sec-intl.datetimeformat-internal-slots", + "_ref_70", + "_ref_71", + "_ref_72", + "_ref_73", + "sec-properties-of-intl-datetimeformat-prototype-object", + "sec-intl.datetimeformat.prototype.constructor", + "_ref_462", + "sec-intl.datetimeformat.prototype-@@tostringtag", + "sec-intl.datetimeformat.prototype.format", + "_ref_463", + "_ref_464", + "_ref_74", + "sec-Intl.DateTimeFormat.prototype.formatToParts", + "_ref_465", + "_ref_466", + "_ref_467", + "sec-intl.datetimeformat.prototype.resolvedoptions", + "_ref_468", + "_ref_469", + "_ref_470", + "_ref_75", + "_ref_471", + "table-datetimeformat-resolvedoptions-properties", + "sec-properties-of-intl-datetimeformat-instances", + "_ref_472", + "_ref_76", + "_ref_77", + "_ref_78", + "relativetimeformat-objects", + "sec-intl-relativetimeformat--abstracts", + "sec-InitializeRelativeTimeFormat", + "_ref_473", + "_ref_474", + "_ref_475", + "_ref_476", + "_ref_477", + "_ref_478", + "_ref_479", + "_ref_480", + "_ref_481", + "_ref_482", + "_ref_483", + "_ref_484", + "_ref_485", + "_ref_486", + "_ref_487", + "sec-singularrelativetimeunit", + "_ref_488", + "sec-PartitionRelativeTimePattern", + "_ref_489", + "_ref_490", + "_ref_491", + "_ref_492", + "_ref_493", + "_ref_494", + "_ref_495", + "_ref_496", + "sec-makepartslist", + "_ref_497", + "sec-FormatRelativeTime", + "_ref_498", + "sec-FormatRelativeTimeToParts", + "_ref_499", + "_ref_500", + "_ref_501", + "_ref_502", + "_ref_503", + "_ref_504", + "_ref_505", + "_ref_506", + "sec-intl-relativetimeformat-constructor", + "_ref_79", + "sec-Intl.RelativeTimeFormat", + "_ref_507", + "_ref_508", + "sec-properties-of-intl-relativetimeformat-constructor", + "sec-Intl.RelativeTimeFormat.prototype", + "_ref_509", + "sec-Intl.RelativeTimeFormat.supportedLocalesOf", + "_ref_510", + "_ref_511", + "_ref_512", + "_ref_513", + "sec-Intl.RelativeTimeFormat-internal-slots", + "_ref_80", + "_ref_81", + "_ref_514", + "sec-properties-of-intl-relativetimeformat-prototype-object", + "sec-Intl.RelativeTimeFormat.prototype.constructor", + "_ref_515", + "sec-Intl.RelativeTimeFormat.prototype-toStringTag", + "sec-Intl.RelativeTimeFormat.prototype.format", + "_ref_516", + "_ref_517", + "_ref_518", + "sec-Intl.RelativeTimeFormat.prototype.formatToParts", + "_ref_519", + "_ref_520", + "_ref_521", + "sec-intl.relativetimeformat.prototype.resolvedoptions", + "_ref_522", + "_ref_82", + "_ref_523", + "table-relativetimeformat-resolvedoptions-properties", + "sec-properties-of-intl-relativetimeformat-instances", + "_ref_524", + "pluralrules-objects", + "sec-intl-pluralrules-abstracts", + "sec-initializepluralrules", + "_ref_525", + "_ref_526", + "_ref_527", + "_ref_528", + "_ref_529", + "_ref_530", + "_ref_531", + "_ref_532", + "_ref_533", + "_ref_534", + "sec-getoperands", + "_ref_535", + "_ref_536", + "_ref_537", + "_ref_538", + "_ref_539", + "_ref_540", + "table-plural-operands", + "sec-pluralruleselect", + "sec-resolveplural", + "_ref_541", + "_ref_542", + "_ref_543", + "_ref_544", + "_ref_545", + "sec-intl-pluralrules-constructor", + "_ref_83", + "sec-intl.pluralrules", + "_ref_546", + "_ref_547", + "sec-properties-of-intl-pluralrules-constructor", + "sec-intl.pluralrules.prototype", + "_ref_548", + "sec-intl.pluralrules.supportedlocalesof", + "_ref_549", + "_ref_550", + "_ref_551", + "sec-intl.pluralrules-internal-slots", + "_ref_84", + "_ref_85", + "sec-properties-of-intl-pluralrules-prototype-object", + "sec-intl.pluralrules.prototype.constructor", + "_ref_552", + "sec-intl.pluralrules.prototype-tostringtag", + "sec-intl.pluralrules.prototype.select", + "_ref_553", + "_ref_554", + "sec-intl.pluralrules.prototype.resolvedoptions", + "_ref_555", + "_ref_86", + "_ref_556", + "_ref_87", + "_ref_557", + "_ref_558", + "table-pluralrules-resolvedoptions-properties", + "sec-properties-of-intl-pluralrules-instances", + "_ref_559", + "_ref_88", + "locale-sensitive-functions", + "sup-properties-of-the-string-prototype-object", + "sup-String.prototype.localeCompare", + "_ref_560", + "_ref_561", + "_ref_562", + "_ref_563", + "_ref_564", + "_ref_565", + "sup-string.prototype.tolocalelowercase", + "_ref_566", + "_ref_567", + "_ref_568", + "_ref_569", + "_ref_89", + "_ref_570", + "sup-string.prototype.tolocaleuppercase", + "sup-properties-of-the-number-prototype-object", + "sup-number.prototype.tolocalestring", + "_ref_571", + "_ref_572", + "_ref_573", + "sup-properties-of-the-bigint-prototype-object", + "sup-bigint.prototype.tolocalestring", + "_ref_574", + "_ref_575", + "_ref_576", + "sup-properties-of-the-date-prototype-object", + "sup-date.prototype.tolocalestring", + "_ref_577", + "_ref_578", + "_ref_579", + "_ref_580", + "sup-date.prototype.tolocaledatestring", + "_ref_581", + "_ref_582", + "_ref_583", + "_ref_584", + "sup-date.prototype.tolocaletimestring", + "_ref_585", + "_ref_586", + "_ref_587", + "_ref_588", + "sup-properties-of-the-array-prototype-object", + "sup-array.prototype.tolocalestring", + "_ref_589", + "_ref_590", + "_ref_591", + "_ref_592", + "_ref_593", + "_ref_594", + "_ref_595", + "_ref_596", + "annex-implementation-dependent-behaviour", + "_ref_90", + "_ref_91", + "_ref_92", + "_ref_93", + "_ref_597", + "_ref_94", + "_ref_598", + "_ref_95", + "_ref_96", + "_ref_97", + "_ref_98", + "_ref_99", + "_ref_100", + "_ref_101", + "_ref_102", + "_ref_103", + "_ref_104", + "_ref_105", + "_ref_106", + "_ref_107", + "_ref_108", + "_ref_109", + "_ref_110", + "_ref_111", + "_ref_112", + "_ref_113", + "_ref_114", + "_ref_599", + "_ref_115", + "_ref_116", + "_ref_117", + "_ref_118", + "_ref_119", + "_ref_120", + "_ref_121", + "_ref_122", + "_ref_123", + "_ref_124", + "annex-incompatibilities", + "_ref_125", + "_ref_126", + "_ref_127", + "_ref_128", + "_ref_129", + "_ref_130", + "_ref_131", + "_ref_132", + "_ref_133", + "sec-colophon", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json new file mode 100644 index 000000000000..9fdf66f4dc58 --- /dev/null +++ b/tr/ids/ecmascript.json @@ -0,0 +1,20482 @@ +{ + "spec": { + "title": "ECMAScript® 2021 Language Specification", + "url": "https://tc39.es/ecma262/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "ecma-logo", + "metadata-block", + "_ref_0", + "sec-intro", + "_ref_1032", + "_ref_1033", + "_ref_1034", + "sec-scope", + "sec-conformance", + "_ref_1", + "_ref_2", + "_ref_1035", + "_ref_1036", + "_ref_1037", + "sec-conformance.normative-optional", + "sec-normative-references", + "sec-overview", + "_ref_1038", + "_ref_1039", + "_ref_1040", + "_ref_1041", + "sec-web-scripting", + "_ref_1042", + "_ref_1043", + "_ref_1044", + "_ref_1045", + "sec-hosts-and-implementations", + "_ref_1046", + "_ref_1047", + "implementation", + "_ref_3", + "_ref_1048", + "_ref_1049", + "implementation-defined", + "implementation-approximated", + "_ref_4", + "_ref_1050", + "host", + "_ref_5", + "_ref_1051", + "_ref_1052", + "_ref_1053", + "_ref_6", + "_ref_1054", + "_ref_1055", + "host-hook", + "_ref_1056", + "_ref_7", + "host-defined", + "_ref_8", + "_ref_1057", + "host-environment", + "_ref_1058", + "_ref_1059", + "_ref_1060", + "_ref_1061", + "_ref_1062", + "_ref_1063", + "_ref_1064", + "sec-ecmascript-overview", + "_ref_1065", + "_ref_1066", + "_ref_1067", + "sec-objects", + "_ref_1068", + "_ref_1069", + "_ref_1070", + "_ref_1071", + "_ref_1072", + "figure-1", + "_ref_1073", + "_ref_1074", + "_ref_1075", + "sec-strict-variant-of-ecmascript", + "_ref_9", + "sec-terms-and-definitions", + "sec-terms-and-definitions-implementation-approximated", + "_ref_1076", + "sec-terms-and-definitions-implementation-defined", + "_ref_1077", + "sec-terms-and-definitions-host-defined", + "_ref_1078", + "_ref_10", + "sec-type", + "_ref_11", + "sec-primitive-value", + "_ref_12", + "sec-terms-and-definitions-object", + "sec-constructor", + "_ref_1079", + "_ref_1080", + "sec-terms-and-definitions-prototype", + "_ref_1081", + "_ref_1082", + "_ref_1083", + "sec-ordinary-object", + "sec-exotic-object", + "_ref_1084", + "_ref_1085", + "sec-standard-object", + "sec-built-in-object", + "_ref_1086", + "_ref_1087", + "sec-undefined-value", + "sec-terms-and-definitions-undefined-type", + "sec-null-value", + "sec-terms-and-definitions-null-type", + "sec-terms-and-definitions-boolean-value", + "sec-terms-and-definitions-boolean-type", + "sec-boolean-object", + "_ref_1088", + "_ref_1089", + "sec-terms-and-definitions-string-value", + "_ref_1090", + "_ref_1091", + "sec-terms-and-definitions-string-type", + "sec-string-object", + "_ref_1092", + "_ref_1093", + "_ref_1094", + "_ref_13", + "sec-terms-and-definitions-number-value", + "_ref_1095", + "_ref_1096", + "sec-terms-and-definitions-number-type", + "sec-number-object", + "_ref_1097", + "_ref_1098", + "_ref_1099", + "_ref_1100", + "_ref_1101", + "_ref_1102", + "_ref_14", + "sec-terms-and-definitions-infinity", + "_ref_1103", + "_ref_1104", + "sec-terms-and-definitions-nan", + "_ref_1105", + "_ref_1106", + "sec-terms-and-definitions-bigint-value", + "_ref_1107", + "sec-terms-and-definitions-bigint-type", + "sec-bigint-object", + "_ref_1108", + "sec-symbol-value", + "sec-terms-and-definitions-symbol-type", + "sec-symbol-object", + "_ref_1109", + "sec-terms-and-definitions-function", + "sec-built-in-function", + "_ref_1110", + "sec-property", + "_ref_1111", + "sec-method", + "sec-built-in-method", + "_ref_1112", + "sec-attribute", + "sec-own-property", + "sec-inherited-property", + "sec-organization-of-this-specification", + "_ref_15", + "_ref_16", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_20", + "_ref_21", + "_ref_22", + "sec-notational-conventions", + "sec-syntactic-and-lexical-grammars", + "sec-context-free-grammars", + "sec-lexical-and-regexp-grammars", + "_ref_23", + "_ref_10750", + "_ref_24", + "_ref_1113", + "_ref_10751", + "_ref_10752", + "_ref_10753", + "_ref_10754", + "_ref_25", + "_ref_10755", + "_ref_10756", + "_ref_26", + "_ref_10757", + "_ref_1114", + "_ref_10758", + "sec-numeric-string-grammar", + "_ref_10759", + "_ref_27", + "sec-syntactic-grammar", + "_ref_28", + "_ref_29", + "_ref_30", + "_ref_10760", + "_ref_10761", + "_ref_10762", + "_ref_10763", + "_ref_10764", + "_ref_10765", + "_ref_1115", + "_ref_31", + "_ref_32", + "_ref_10766", + "_ref_10767", + "_ref_10768", + "_ref_10769", + "_ref_1116", + "_ref_1117", + "_ref_1118", + "sec-grammar-notation", + "_ref_10770", + "prod-grammar-notation-WhileStatement", + "_ref_10771", + "_ref_10772", + "_ref_10773", + "_ref_10774", + "_ref_10775", + "_ref_10776", + "_ref_10777", + "prod-grammar-notation-ArgumentList", + "_ref_10778", + "_ref_10779", + "_ref_10780", + "_ref_10781", + "_ref_10782", + "_ref_10783", + "_ref_10784", + "_ref_10785", + "_ref_10786", + "_ref_10787", + "prod-grammar-notation-VariableDeclaration", + "_ref_10788", + "_ref_10789", + "_ref_10790", + "_ref_10791", + "_ref_10792", + "prod-grammar-notation-IterationStatement", + "_ref_10793", + "_ref_10794", + "_ref_10795", + "_ref_10796", + "_ref_10797", + "_ref_10798", + "_ref_10799", + "_ref_10800", + "_ref_10801", + "_ref_10802", + "_ref_10803", + "_ref_10804", + "_ref_10805", + "_ref_10806", + "_ref_10807", + "_ref_10808", + "_ref_10809", + "_ref_10810", + "_ref_10811", + "_ref_10812", + "_ref_10813", + "_ref_10814", + "_ref_10815", + "_ref_10816", + "prod-grammar-notation-StatementList", + "_ref_10817", + "_ref_10818", + "_ref_10819", + "_ref_10820", + "prod-grammar-notation-StatementList_Return", + "_ref_10821", + "_ref_10822", + "_ref_10823", + "_ref_10824", + "_ref_10825", + "_ref_10826", + "_ref_10827", + "_ref_10828", + "prod-grammar-notation-StatementList_In", + "_ref_10829", + "_ref_10830", + "prod-grammar-notation-StatementList_Return_In", + "_ref_10831", + "_ref_10832", + "_ref_10833", + "_ref_10834", + "_ref_10835", + "_ref_10836", + "_ref_10837", + "_ref_10838", + "_ref_10839", + "_ref_10840", + "_ref_10841", + "_ref_10842", + "_ref_10843", + "_ref_10844", + "_ref_10845", + "_ref_10846", + "_ref_10847", + "prod-grammar-notation-VariableDeclaration_In", + "_ref_10848", + "_ref_10849", + "_ref_10850", + "_ref_10851", + "_ref_10852", + "_ref_10853", + "_ref_10854", + "_ref_10855", + "_ref_10856", + "_ref_10857", + "_ref_10858", + "prod-grammar-notation-NonZeroDigit", + "prod-grammar-notation-DecimalDigit", + "prod-grammar-notation-DecimalDigits", + "_ref_10859", + "_ref_10860", + "_ref_10861", + "prod-grammar-notation-LookaheadExample", + "_ref_10862", + "_ref_10863", + "_ref_10864", + "_ref_10865", + "_ref_10866", + "prod-grammar-notation-ThrowStatement", + "_ref_10867", + "_ref_10868", + "_ref_10869", + "_ref_10870", + "_ref_10871", + "_ref_10872", + "prod-grammar-notation-Identifier", + "_ref_10873", + "_ref_10874", + "_ref_10875", + "_ref_10876", + "_ref_10877", + "prod-grammar-notation-SourceCharacter", + "sec-algorithm-conventions", + "_ref_1119", + "_ref_1120", + "assert", + "sec-algorithm-conventions-abstract-operations", + "sec-algorithm-conventions-syntax-directed-operations", + "_ref_33", + "_ref_34", + "_ref_35", + "step-sdo-invocation-example-1", + "step-sdo-invocation-example-2", + "step-sdo-invocation-example-3", + "_ref_10581", + "_ref_10878", + "prod-algorithm-conventions-Block", + "_ref_10879", + "_ref_10880", + "_ref_10881", + "sec-runtime-semantics", + "_ref_1121", + "sec-implicit-completion-values", + "_ref_1122", + "_ref_1123", + "_ref_1124", + "_ref_1125", + "_ref_1126", + "_ref_1127", + "_ref_1128", + "_ref_1129", + "_ref_1130", + "_ref_1131", + "_ref_1132", + "_ref_1133", + "_ref_1134", + "_ref_1135", + "_ref_1136", + "_ref_1137", + "_ref_1138", + "_ref_1139", + "sec-throw-an-exception", + "_ref_1140", + "sec-returnifabrupt", + "_ref_1141", + "_ref_1142", + "_ref_1143", + "_ref_1144", + "_ref_1145", + "_ref_1146", + "_ref_1147", + "_ref_1148", + "_ref_1149", + "sec-returnifabrupt-shorthands", + "_ref_1150", + "_ref_1151", + "_ref_1152", + "_ref_1153", + "_ref_1154", + "_ref_1155", + "_ref_1156", + "_ref_1157", + "_ref_1158", + "_ref_1159", + "_ref_1160", + "sec-static-semantic-rules", + "_ref_10882", + "_ref_10883", + "_ref_1161", + "early-error-rule", + "_ref_1162", + "_ref_1163", + "_ref_36", + "_ref_1164", + "_ref_10884", + "_ref_10885", + "_ref_1165", + "_ref_10886", + "_ref_10887", + "_ref_1166", + "_ref_10888", + "_ref_10889", + "sec-mathematical-operations", + "_ref_1167", + "_ref_1168", + "_ref_1169", + "_ref_1170", + "_ref_1171", + "_ref_1172", + "_ref_1173", + "integer", + "mathematical integer", + "_ref_1174", + "integral-number", + "_ref_1175", + "_ref_1176", + "_ref_1177", + "_ref_1178", + "_ref_1179", + "𝔽", + "_ref_37", + "_ref_1180", + "ℤ", + "_ref_1181", + "mathematical-value", + "ℝ", + "_ref_1182", + "_ref_1183", + "_ref_1184", + "extended-mathematical-value", + "_ref_1185", + "eqn-abs", + "eqn-min", + "eqn-max", + "eqn-modulo", + "_ref_1186", + "_ref_1187", + "_ref_1188", + "clamping", + "_ref_1189", + "eqn-floor", + "_ref_1190", + "_ref_1191", + "_ref_1192", + "_ref_1193", + "_ref_1194", + "_ref_1195", + "sec-value-notation", + "_ref_1196", + "sec-ecmascript-data-types-and-values", + "type", + "sec-ecmascript-language-types", + "sec-ecmascript-language-types-undefined-type", + "sec-ecmascript-language-types-null-type", + "sec-ecmascript-language-types-boolean-type", + "sec-ecmascript-language-types-string-type", + "_ref_1197", + "leading-surrogate", + "high-surrogate-code-unit", + "trailing-surrogate", + "low-surrogate-code-unit", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_41", + "surrogate-pair", + "_ref_42", + "_ref_43", + "_ref_44", + "_ref_45", + "_ref_46", + "_ref_47", + "string-concatenation", + "substring", + "sec-stringindexof", + "_ref_1198", + "_ref_1199", + "_ref_1200", + "_ref_1201", + "_ref_1202", + "_ref_1203", + "_ref_1204", + "_ref_1205", + "_ref_1206", + "sec-ecmascript-language-types-symbol-type", + "_ref_48", + "sec-well-known-symbols", + "_ref_49", + "_ref_50", + "table-well-known-symbols", + "table-1", + "_ref_1207", + "_ref_1208", + "_ref_51", + "_ref_52", + "_ref_53", + "_ref_54", + "_ref_55", + "_ref_1209", + "_ref_56", + "_ref_1210", + "_ref_57", + "sec-numeric-types", + "_ref_1211", + "_ref_1212", + "table-numeric-type-ops", + "_ref_58", + "_ref_59", + "_ref_60", + "_ref_61", + "_ref_62", + "_ref_63", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "_ref_68", + "_ref_69", + "_ref_70", + "_ref_71", + "_ref_72", + "_ref_73", + "_ref_74", + "_ref_75", + "_ref_76", + "_ref_77", + "_ref_78", + "_ref_79", + "_ref_80", + "_ref_81", + "_ref_82", + "_ref_83", + "_ref_1213", + "sec-ecmascript-language-types-number-type", + "_ref_1214", + "_ref_1215", + "_ref_84", + "_ref_85", + "_ref_1216", + "_ref_1217", + "_ref_1218", + "_ref_1219", + "_ref_1220", + "_ref_1221", + "_ref_1222", + "_ref_1223", + "number-value", + "_ref_1224", + "_ref_1225", + "_ref_1226", + "_ref_1227", + "_ref_1228", + "_ref_1229", + "_ref_86", + "sec-numeric-types-number-unaryMinus", + "sec-numeric-types-number-bitwiseNOT", + "_ref_1230", + "_ref_1231", + "sec-numeric-types-number-exponentiate", + "sec-applying-the-exp-operator", + "_ref_1232", + "_ref_1233", + "_ref_1234", + "_ref_1235", + "_ref_1236", + "_ref_1237", + "_ref_1238", + "_ref_1239", + "_ref_1240", + "_ref_1241", + "_ref_1242", + "_ref_1243", + "_ref_1244", + "_ref_1245", + "_ref_1246", + "_ref_1247", + "_ref_1248", + "_ref_1249", + "_ref_1250", + "_ref_1251", + "_ref_1252", + "_ref_1253", + "_ref_1254", + "_ref_1255", + "_ref_1256", + "_ref_1257", + "_ref_1258", + "_ref_1259", + "_ref_1260", + "_ref_1261", + "_ref_1262", + "_ref_1263", + "_ref_1264", + "_ref_1265", + "_ref_1266", + "_ref_1267", + "_ref_1268", + "sec-numeric-types-number-multiply", + "sec-applying-the-mul-operator", + "_ref_1269", + "_ref_1270", + "_ref_1271", + "sec-numeric-types-number-divide", + "sec-applying-the-div-operator", + "_ref_1272", + "_ref_1273", + "_ref_1274", + "sec-numeric-types-number-remainder", + "sec-applying-the-mod-operator", + "_ref_1275", + "_ref_1276", + "_ref_1277", + "_ref_1278", + "sec-numeric-types-number-add", + "sec-applying-the-additive-operators-to-numbers", + "_ref_1279", + "_ref_1280", + "_ref_1281", + "sec-numeric-types-number-subtract", + "sec-numeric-types-number-leftShift", + "_ref_1282", + "_ref_1283", + "_ref_1284", + "_ref_1285", + "_ref_1286", + "_ref_1287", + "sec-numeric-types-number-signedRightShift", + "_ref_1288", + "_ref_1289", + "_ref_1290", + "_ref_1291", + "_ref_1292", + "sec-numeric-types-number-unsignedRightShift", + "_ref_1293", + "_ref_1294", + "_ref_1295", + "_ref_1296", + "_ref_1297", + "sec-numeric-types-number-lessThan", + "_ref_1298", + "_ref_1299", + "_ref_1300", + "_ref_1301", + "sec-numeric-types-number-equal", + "_ref_1302", + "sec-numeric-types-number-sameValue", + "_ref_1303", + "sec-numeric-types-number-sameValueZero", + "_ref_1304", + "sec-numberbitwiseop", + "_ref_1305", + "_ref_1306", + "_ref_1307", + "_ref_1308", + "_ref_1309", + "_ref_1310", + "_ref_1311", + "sec-numeric-types-number-bitwiseAND", + "_ref_1312", + "sec-numeric-types-number-bitwiseXOR", + "_ref_1313", + "sec-numeric-types-number-bitwiseOR", + "_ref_1314", + "sec-numeric-types-number-tostring", + "sec-tostring-applied-to-the-number-type", + "_ref_1315", + "_ref_1316", + "step-number-tostring-intermediate-values", + "_ref_1317", + "_ref_1318", + "_ref_1319", + "_ref_1320", + "_ref_1321", + "_ref_1322", + "_ref_1323", + "_ref_1324", + "_ref_1325", + "_ref_1326", + "_ref_1327", + "_ref_1328", + "_ref_1329", + "_ref_1330", + "_ref_87", + "_ref_88", + "_ref_1331", + "_ref_1332", + "sec-ecmascript-language-types-bigint-type", + "_ref_1333", + "sec-numeric-types-bigint-unaryMinus", + "_ref_1334", + "sec-numeric-types-bigint-bitwiseNOT", + "sec-numeric-types-bigint-exponentiate", + "_ref_1335", + "_ref_1336", + "sec-numeric-types-bigint-multiply", + "sec-numeric-types-bigint-divide", + "_ref_1337", + "_ref_1338", + "_ref_1339", + "sec-numeric-types-bigint-remainder", + "sec-numeric-types-bigint-add", + "sec-numeric-types-bigint-subtract", + "sec-numeric-types-bigint-leftShift", + "_ref_1340", + "_ref_1341", + "_ref_1342", + "sec-numeric-types-bigint-signedRightShift", + "sec-numeric-types-bigint-unsignedRightShift", + "sec-numeric-types-bigint-lessThan", + "_ref_1343", + "_ref_1344", + "sec-numeric-types-bigint-equal", + "_ref_1345", + "_ref_1346", + "sec-numeric-types-bigint-sameValue", + "sec-numeric-types-bigint-sameValueZero", + "sec-binaryand", + "_ref_1347", + "_ref_1348", + "sec-binaryor", + "_ref_1349", + "_ref_1350", + "sec-binaryxor", + "_ref_1351", + "_ref_1352", + "sec-bigintbitwiseop", + "_ref_1353", + "_ref_1354", + "_ref_1355", + "_ref_1356", + "_ref_1357", + "_ref_1358", + "_ref_1359", + "_ref_1360", + "_ref_1361", + "_ref_1362", + "_ref_1363", + "_ref_1364", + "_ref_1365", + "_ref_1366", + "_ref_1367", + "_ref_1368", + "_ref_1369", + "_ref_1370", + "_ref_1371", + "sec-numeric-types-bigint-bitwiseAND", + "_ref_1372", + "sec-numeric-types-bigint-bitwiseXOR", + "_ref_1373", + "sec-numeric-types-bigint-bitwiseOR", + "_ref_1374", + "sec-numeric-types-bigint-tostring", + "_ref_1375", + "_ref_1376", + "sec-object-type", + "_ref_1377", + "_ref_1378", + "property-name", + "integer-index", + "_ref_89", + "_ref_1379", + "_ref_1380", + "array-index", + "_ref_1381", + "_ref_1382", + "_ref_90", + "sec-property-attributes", + "_ref_1383", + "_ref_91", + "table-data-property-attributes", + "table-2", + "_ref_1384", + "_ref_92", + "_ref_1385", + "_ref_1386", + "_ref_93", + "table-accessor-property-attributes", + "table-3", + "_ref_1387", + "_ref_94", + "_ref_1388", + "_ref_95", + "_ref_96", + "_ref_1389", + "_ref_97", + "table-default-attribute-values", + "table-4", + "sec-object-internal-methods-and-internal-slots", + "_ref_1390", + "_ref_98", + "ordinary-object", + "_ref_99", + "_ref_100", + "_ref_101", + "_ref_102", + "exotic-object", + "_ref_1391", + "_ref_1392", + "_ref_1393", + "_ref_1394", + "_ref_1395", + "_ref_103", + "_ref_104", + "_ref_1396", + "_ref_1397", + "table-essential-internal-methods", + "table-5", + "_ref_1398", + "_ref_1399", + "_ref_1400", + "_ref_1401", + "_ref_105", + "function-object", + "constructor", + "_ref_1402", + "_ref_1403", + "_ref_1404", + "_ref_1405", + "_ref_1406", + "_ref_1407", + "table-additional-essential-internal-methods-of-function-objects", + "table-6", + "_ref_1408", + "_ref_1409", + "_ref_1410", + "_ref_1411", + "_ref_1412", + "_ref_1413", + "_ref_1414", + "_ref_1415", + "_ref_106", + "_ref_1416", + "sec-invariants-of-the-essential-internal-methods", + "_ref_1417", + "_ref_1418", + "_ref_1419", + "_ref_1420", + "_ref_1421", + "_ref_1422", + "_ref_1423", + "_ref_1424", + "_ref_1425", + "_ref_1426", + "_ref_1427", + "_ref_1428", + "_ref_1429", + "_ref_1430", + "_ref_1431", + "_ref_1432", + "_ref_1433", + "_ref_1434", + "_ref_1435", + "_ref_1436", + "_ref_1437", + "_ref_1438", + "_ref_1439", + "_ref_1440", + "_ref_1441", + "_ref_1442", + "_ref_1443", + "_ref_1444", + "_ref_1445", + "_ref_1446", + "_ref_1447", + "_ref_1448", + "_ref_1449", + "sec-well-known-intrinsic-objects", + "_ref_1450", + "_ref_1451", + "_ref_1452", + "_ref_1453", + "_ref_107", + "_ref_108", + "table-well-known-intrinsic-objects", + "table-7", + "_ref_1454", + "_ref_1455", + "_ref_109", + "_ref_1456", + "_ref_1457", + "_ref_110", + "_ref_1458", + "_ref_1459", + "_ref_111", + "_ref_1460", + "_ref_112", + "_ref_1461", + "_ref_113", + "_ref_1462", + "_ref_1463", + "_ref_114", + "_ref_1464", + "_ref_1465", + "_ref_115", + "_ref_1466", + "_ref_1467", + "_ref_116", + "_ref_1468", + "_ref_1469", + "_ref_117", + "_ref_1470", + "_ref_1471", + "_ref_118", + "_ref_1472", + "_ref_1473", + "_ref_119", + "_ref_1474", + "_ref_1475", + "_ref_120", + "_ref_1476", + "_ref_1477", + "_ref_121", + "_ref_1478", + "_ref_1479", + "_ref_122", + "_ref_1480", + "_ref_123", + "_ref_1481", + "_ref_124", + "_ref_1482", + "_ref_125", + "_ref_1483", + "_ref_126", + "_ref_1484", + "_ref_1485", + "_ref_127", + "_ref_1486", + "_ref_128", + "_ref_1487", + "_ref_1488", + "_ref_129", + "_ref_1489", + "_ref_1490", + "_ref_1491", + "_ref_130", + "_ref_1492", + "_ref_1493", + "_ref_131", + "_ref_1494", + "_ref_1495", + "_ref_132", + "_ref_1496", + "_ref_133", + "_ref_1497", + "_ref_1498", + "_ref_134", + "_ref_1499", + "_ref_1500", + "_ref_135", + "_ref_1501", + "_ref_1502", + "_ref_136", + "_ref_1503", + "_ref_1504", + "_ref_137", + "_ref_1505", + "_ref_1506", + "_ref_138", + "_ref_1507", + "_ref_139", + "_ref_1508", + "_ref_140", + "_ref_1509", + "_ref_1510", + "_ref_141", + "_ref_1511", + "_ref_1512", + "_ref_142", + "_ref_1513", + "_ref_143", + "_ref_1514", + "_ref_144", + "_ref_1515", + "_ref_1516", + "_ref_145", + "_ref_1517", + "_ref_1518", + "_ref_146", + "_ref_1519", + "_ref_147", + "_ref_1520", + "_ref_148", + "_ref_1521", + "_ref_1522", + "_ref_149", + "_ref_1523", + "_ref_1524", + "_ref_150", + "_ref_1525", + "_ref_1526", + "_ref_151", + "_ref_1527", + "_ref_1528", + "_ref_152", + "_ref_1529", + "_ref_153", + "_ref_1530", + "_ref_1531", + "_ref_154", + "_ref_1532", + "_ref_155", + "_ref_1533", + "_ref_1534", + "_ref_156", + "_ref_1535", + "_ref_157", + "_ref_1536", + "_ref_1537", + "_ref_158", + "_ref_1538", + "_ref_1539", + "_ref_159", + "_ref_1540", + "_ref_160", + "_ref_1541", + "_ref_1542", + "_ref_161", + "_ref_1543", + "_ref_1544", + "_ref_162", + "_ref_1545", + "_ref_1546", + "_ref_1547", + "_ref_1548", + "_ref_163", + "_ref_1549", + "_ref_1550", + "_ref_164", + "_ref_1551", + "_ref_1552", + "_ref_165", + "_ref_1553", + "_ref_1554", + "_ref_166", + "_ref_1555", + "_ref_1556", + "_ref_167", + "_ref_1557", + "_ref_1558", + "_ref_168", + "_ref_1559", + "_ref_1560", + "_ref_169", + "_ref_1561", + "_ref_1562", + "_ref_170", + "_ref_1563", + "_ref_1564", + "_ref_1565", + "_ref_171", + "_ref_1566", + "_ref_1567", + "_ref_172", + "_ref_173", + "sec-ecmascript-specification-types", + "_ref_1568", + "_ref_1569", + "_ref_1570", + "_ref_1571", + "_ref_1572", + "_ref_1573", + "sec-list-and-record-specification-type", + "_ref_174", + "sec-set-and-relation-specification-type", + "_ref_1574", + "sec-completion-record-specification-type", + "_ref_1575", + "_ref_1576", + "_ref_175", + "table-completion-record-fields", + "_ref_1577", + "table-8", + "_ref_1578", + "await", + "_ref_1579", + "_ref_1580", + "_ref_1581", + "_ref_1582", + "_ref_176", + "_ref_1583", + "_ref_177", + "_ref_1584", + "_ref_1585", + "_ref_1586", + "_ref_1587", + "_ref_1588", + "_ref_1589", + "_ref_1590", + "_ref_1591", + "_ref_1592", + "_ref_1593", + "_ref_1594", + "await-fulfilled", + "_ref_1595", + "_ref_1596", + "_ref_1597", + "_ref_1598", + "_ref_1599", + "_ref_1600", + "_ref_1601", + "_ref_1602", + "_ref_1603", + "_ref_1604", + "_ref_1605", + "_ref_1606", + "_ref_1607", + "await-rejected", + "_ref_1608", + "_ref_1609", + "_ref_1610", + "_ref_1611", + "_ref_1612", + "_ref_1613", + "_ref_1614", + "_ref_1615", + "_ref_1616", + "_ref_1617", + "_ref_1618", + "_ref_1619", + "_ref_1620", + "sec-normalcompletion", + "_ref_1621", + "_ref_1622", + "sec-throwcompletion", + "_ref_1623", + "_ref_1624", + "sec-updateempty", + "_ref_1625", + "_ref_1626", + "_ref_1627", + "sec-reference-record-specification-type", + "sec-reference-specification-type", + "_ref_1628", + "_ref_178", + "table-reference-record-fields", + "_ref_1629", + "ao-getbase", + "sec-getbase", + "_ref_1630", + "_ref_1631", + "_ref_1632", + "ao-getreferencedname", + "sec-getreferencedname", + "_ref_1633", + "ao-isstrictreference", + "sec-isstrictreference", + "_ref_1634", + "_ref_1635", + "_ref_1636", + "_ref_1637", + "_ref_1638", + "super-reference-record", + "super-reference", + "_ref_1639", + "_ref_1640", + "_ref_1641", + "sec-ispropertyreference", + "ao-ispropertyreference", + "_ref_1642", + "_ref_1643", + "_ref_1644", + "sec-isunresolvablereference", + "ao-isunresolvablereference", + "_ref_1645", + "_ref_1646", + "sec-issuperreference", + "ao-issuperreference", + "_ref_1647", + "_ref_1648", + "sec-getvalue", + "_ref_1649", + "_ref_1650", + "_ref_1651", + "_ref_1652", + "step-getvalue-toobject", + "_ref_1653", + "_ref_1654", + "_ref_1655", + "_ref_1656", + "_ref_179", + "_ref_180", + "_ref_1657", + "sec-putvalue", + "_ref_1658", + "_ref_1659", + "_ref_1660", + "_ref_1661", + "_ref_1662", + "_ref_1663", + "_ref_1664", + "step-putvalue-toobject", + "_ref_1665", + "_ref_1666", + "_ref_1667", + "_ref_1668", + "_ref_181", + "_ref_182", + "_ref_1669", + "sec-getthisvalue", + "_ref_1670", + "_ref_1671", + "_ref_1672", + "sec-initializereferencedbinding", + "_ref_1673", + "_ref_1674", + "_ref_1675", + "_ref_1676", + "_ref_1677", + "_ref_1678", + "_ref_1679", + "_ref_1680", + "sec-property-descriptor-specification-type", + "_ref_183", + "_ref_184", + "_ref_185", + "_ref_1681", + "sec-isaccessordescriptor", + "_ref_1682", + "sec-isdatadescriptor", + "_ref_1683", + "sec-isgenericdescriptor", + "_ref_1684", + "_ref_1685", + "_ref_1686", + "sec-frompropertydescriptor", + "_ref_1687", + "_ref_1688", + "_ref_1689", + "_ref_1690", + "_ref_1691", + "_ref_1692", + "_ref_1693", + "_ref_1694", + "_ref_1695", + "_ref_1696", + "_ref_1697", + "sec-topropertydescriptor", + "_ref_1698", + "_ref_1699", + "_ref_1700", + "_ref_1701", + "_ref_1702", + "_ref_1703", + "_ref_1704", + "_ref_1705", + "_ref_1706", + "_ref_1707", + "_ref_1708", + "_ref_1709", + "_ref_1710", + "_ref_1711", + "_ref_1712", + "_ref_1713", + "_ref_1714", + "_ref_1715", + "_ref_1716", + "sec-completepropertydescriptor", + "_ref_1717", + "_ref_1718", + "_ref_1719", + "_ref_1720", + "_ref_1721", + "_ref_1722", + "sec-lexical-environment-and-environment-record-specification-types", + "_ref_1723", + "_ref_186", + "sec-abstract-closure", + "_ref_1724", + "_ref_1725", + "_ref_1726", + "_ref_1727", + "_ref_1728", + "sec-data-blocks", + "_ref_1729", + "_ref_1730", + "_ref_1731", + "_ref_1732", + "_ref_1733", + "_ref_1734", + "_ref_1735", + "_ref_1736", + "_ref_1737", + "_ref_1738", + "sec-createbytedatablock", + "_ref_1739", + "_ref_1740", + "_ref_1741", + "_ref_1742", + "sec-createsharedbytedatablock", + "_ref_1743", + "_ref_1744", + "_ref_1745", + "_ref_1746", + "_ref_1747", + "_ref_1748", + "_ref_1749", + "_ref_1750", + "sec-copydatablockbytes", + "_ref_1751", + "_ref_1752", + "_ref_1753", + "_ref_1754", + "_ref_1755", + "_ref_1756", + "_ref_1757", + "_ref_1758", + "_ref_1759", + "_ref_1760", + "_ref_1761", + "_ref_1762", + "_ref_1763", + "_ref_1764", + "_ref_1765", + "_ref_1766", + "_ref_1767", + "_ref_1768", + "_ref_1769", + "_ref_1770", + "_ref_1771", + "_ref_1772", + "sec-abstract-operations", + "_ref_1773", + "sec-type-conversion", + "_ref_1774", + "_ref_1775", + "_ref_1776", + "sec-toprimitive", + "table-9", + "_ref_1777", + "_ref_1778", + "_ref_1779", + "_ref_1780", + "_ref_1781", + "_ref_1782", + "_ref_1783", + "_ref_1784", + "_ref_1785", + "_ref_1786", + "_ref_187", + "_ref_188", + "sec-ordinarytoprimitive", + "_ref_1787", + "_ref_1788", + "_ref_1789", + "_ref_1790", + "_ref_1791", + "_ref_1792", + "_ref_1793", + "sec-toboolean", + "_ref_189", + "table-toboolean-conversions", + "_ref_1794", + "table-10", + "_ref_190", + "sec-tonumeric", + "_ref_1795", + "_ref_1796", + "_ref_1797", + "sec-tonumber", + "_ref_191", + "table-tonumber-conversions", + "_ref_1798", + "table-11", + "_ref_1799", + "_ref_1800", + "sec-tonumber-applied-to-the-string-type", + "_ref_1801", + "_ref_192", + "_ref_10890", + "_ref_1802", + "_ref_1803", + "_ref_193", + "_ref_194", + "prod-StringNumericLiteral", + "_ref_10891", + "_ref_10892", + "_ref_10893", + "_ref_10894", + "prod-StrWhiteSpace", + "_ref_10895", + "_ref_10896", + "prod-StrWhiteSpaceChar", + "_ref_10897", + "_ref_10898", + "prod-StrNumericLiteral", + "_ref_10899", + "_ref_10900", + "prod-StrDecimalLiteral", + "_ref_10901", + "_ref_10902", + "_ref_10903", + "prod-StrUnsignedDecimalLiteral", + "_ref_10904", + "_ref_10905", + "_ref_10906", + "_ref_10907", + "_ref_10908", + "_ref_10909", + "_ref_10910", + "_ref_195", + "_ref_10911", + "_ref_10912", + "_ref_10913", + "_ref_10914", + "_ref_10915", + "_ref_10916", + "_ref_10917", + "_ref_10918", + "_ref_10919", + "_ref_10920", + "sec-runtime-semantics-mv-s", + "_ref_1804", + "_ref_1805", + "_ref_196", + "_ref_1806", + "_ref_1807", + "_ref_197", + "_ref_10921", + "_ref_10922", + "_ref_10923", + "_ref_10924", + "_ref_10925", + "_ref_10926", + "_ref_10927", + "_ref_10928", + "_ref_10929", + "_ref_10930", + "_ref_10931", + "_ref_10932", + "_ref_10933", + "_ref_10934", + "_ref_10935", + "_ref_10936", + "_ref_10937", + "_ref_10938", + "_ref_10939", + "_ref_10940", + "_ref_10941", + "_ref_10942", + "_ref_10943", + "_ref_10944", + "_ref_10945", + "_ref_10946", + "_ref_10947", + "_ref_10948", + "_ref_10949", + "_ref_10950", + "_ref_10951", + "_ref_10952", + "_ref_10953", + "_ref_10954", + "_ref_10955", + "_ref_10956", + "_ref_1808", + "_ref_198", + "_ref_10957", + "_ref_1809", + "_ref_1810", + "_ref_1811", + "_ref_10958", + "_ref_10959", + "sec-tointegerorinfinity", + "sec-tointeger", + "_ref_1812", + "_ref_1813", + "_ref_1814", + "_ref_1815", + "_ref_1816", + "sec-toint32", + "_ref_1817", + "_ref_1818", + "_ref_1819", + "_ref_1820", + "_ref_1821", + "_ref_1822", + "_ref_1823", + "_ref_1824", + "_ref_1825", + "_ref_1826", + "_ref_1827", + "_ref_1828", + "sec-touint32", + "_ref_1829", + "_ref_1830", + "_ref_1831", + "_ref_1832", + "_ref_1833", + "_ref_1834", + "_ref_1835", + "_ref_1836", + "step-touint32-return", + "_ref_1837", + "_ref_199", + "_ref_1838", + "_ref_1839", + "sec-toint16", + "_ref_1840", + "_ref_1841", + "_ref_1842", + "_ref_1843", + "_ref_1844", + "_ref_1845", + "_ref_1846", + "_ref_1847", + "_ref_1848", + "_ref_1849", + "_ref_1850", + "sec-touint16", + "_ref_1851", + "_ref_1852", + "_ref_1853", + "_ref_1854", + "_ref_1855", + "_ref_1856", + "_ref_1857", + "step-touint16-mod", + "_ref_1858", + "_ref_1859", + "_ref_200", + "_ref_1860", + "sec-toint8", + "_ref_1861", + "_ref_1862", + "_ref_1863", + "_ref_1864", + "_ref_1865", + "_ref_1866", + "_ref_1867", + "_ref_1868", + "_ref_1869", + "sec-touint8", + "_ref_1870", + "_ref_1871", + "_ref_1872", + "_ref_1873", + "_ref_1874", + "_ref_1875", + "_ref_1876", + "_ref_1877", + "sec-touint8clamp", + "_ref_1878", + "_ref_1879", + "_ref_1880", + "_ref_1881", + "_ref_1882", + "_ref_1883", + "_ref_1884", + "_ref_1885", + "_ref_1886", + "_ref_1887", + "_ref_1888", + "_ref_1889", + "_ref_1890", + "sec-tobigint", + "_ref_1891", + "_ref_201", + "table-tobigint", + "_ref_1892", + "sec-stringtobigint", + "_ref_202", + "_ref_10960", + "_ref_10961", + "sec-tobigint64", + "_ref_1893", + "_ref_1894", + "_ref_1895", + "_ref_1896", + "_ref_1897", + "_ref_1898", + "_ref_1899", + "sec-tobiguint64", + "_ref_1900", + "_ref_1901", + "_ref_1902", + "_ref_1903", + "_ref_1904", + "sec-tostring", + "_ref_203", + "table-tostring-conversions", + "_ref_1905", + "table-12", + "_ref_1906", + "_ref_1907", + "_ref_1908", + "_ref_1909", + "sec-toobject", + "_ref_204", + "table-toobject-conversions", + "_ref_1910", + "table-13", + "_ref_205", + "_ref_206", + "_ref_207", + "_ref_208", + "_ref_209", + "sec-topropertykey", + "_ref_1911", + "_ref_1912", + "_ref_1913", + "sec-tolength", + "_ref_1914", + "_ref_1915", + "_ref_1916", + "_ref_1917", + "_ref_1918", + "sec-canonicalnumericindexstring", + "_ref_1919", + "_ref_1920", + "_ref_1921", + "_ref_1922", + "_ref_1923", + "_ref_1924", + "_ref_1925", + "sec-toindex", + "_ref_1926", + "_ref_1927", + "_ref_1928", + "_ref_1929", + "_ref_1930", + "_ref_1931", + "_ref_1932", + "sec-testing-and-comparison-operations", + "sec-requireobjectcoercible", + "_ref_1933", + "_ref_210", + "table-requireobjectcoercible-results", + "_ref_1934", + "table-14", + "sec-isarray", + "_ref_1935", + "_ref_1936", + "_ref_1937", + "_ref_1938", + "sec-iscallable", + "_ref_1939", + "_ref_1940", + "sec-isconstructor", + "_ref_1941", + "_ref_1942", + "_ref_1943", + "sec-isextensible-o", + "_ref_1944", + "_ref_1945", + "sec-isintegralnumber", + "sec-isinteger", + "_ref_1946", + "_ref_1947", + "_ref_1948", + "_ref_1949", + "_ref_1950", + "_ref_1951", + "_ref_1952", + "sec-ispropertykey", + "_ref_1953", + "_ref_1954", + "_ref_1955", + "sec-isregexp", + "_ref_1956", + "_ref_1957", + "_ref_1958", + "_ref_1959", + "sec-isstringprefix", + "_ref_1960", + "_ref_1961", + "_ref_1962", + "_ref_1963", + "_ref_1964", + "sec-samevalue", + "_ref_1965", + "_ref_1966", + "_ref_1967", + "_ref_1968", + "_ref_1969", + "_ref_1970", + "_ref_1971", + "_ref_1972", + "sec-samevaluezero", + "_ref_1973", + "_ref_1974", + "_ref_1975", + "_ref_1976", + "_ref_1977", + "_ref_1978", + "_ref_1979", + "_ref_1980", + "sec-samevaluenonnumeric", + "sec-samevaluenonnumber", + "_ref_1981", + "_ref_1982", + "_ref_1983", + "_ref_1984", + "_ref_1985", + "_ref_1986", + "_ref_1987", + "_ref_1988", + "_ref_1989", + "_ref_1990", + "_ref_1991", + "_ref_1992", + "sec-abstract-relational-comparison", + "_ref_1993", + "_ref_1994", + "_ref_1995", + "_ref_1996", + "step-arc-string-check", + "_ref_1997", + "_ref_1998", + "_ref_1999", + "_ref_2000", + "_ref_2001", + "_ref_2002", + "_ref_2003", + "_ref_2004", + "_ref_2005", + "_ref_2006", + "_ref_2007", + "_ref_2008", + "_ref_2009", + "_ref_2010", + "_ref_2011", + "_ref_2012", + "_ref_2013", + "_ref_2014", + "_ref_2015", + "_ref_2016", + "_ref_2017", + "_ref_2018", + "_ref_2019", + "_ref_2020", + "_ref_2021", + "_ref_211", + "_ref_212", + "_ref_213", + "sec-abstract-equality-comparison", + "_ref_2022", + "_ref_2023", + "_ref_2024", + "step-abstract-equality-comparison-web-compat-insertion-point", + "_ref_214", + "_ref_2025", + "_ref_2026", + "_ref_2027", + "_ref_2028", + "_ref_2029", + "_ref_2030", + "_ref_2031", + "_ref_2032", + "_ref_2033", + "_ref_2034", + "_ref_2035", + "_ref_2036", + "_ref_2037", + "_ref_2038", + "_ref_2039", + "_ref_2040", + "_ref_2041", + "_ref_2042", + "_ref_2043", + "_ref_2044", + "_ref_2045", + "_ref_2046", + "_ref_2047", + "_ref_2048", + "_ref_2049", + "_ref_2050", + "_ref_2051", + "sec-strict-equality-comparison", + "_ref_2052", + "_ref_2053", + "_ref_2054", + "_ref_2055", + "_ref_2056", + "_ref_2057", + "sec-operations-on-objects", + "sec-makebasicobject", + "_ref_2058", + "_ref_2059", + "_ref_2060", + "_ref_215", + "_ref_2061", + "_ref_2062", + "_ref_2063", + "_ref_2064", + "_ref_2065", + "_ref_2066", + "sec-get-o-p", + "_ref_2067", + "_ref_2068", + "_ref_2069", + "_ref_2070", + "sec-getv", + "_ref_2071", + "_ref_2072", + "_ref_2073", + "_ref_2074", + "_ref_2075", + "sec-set-o-p-v-throw", + "_ref_2076", + "_ref_2077", + "_ref_2078", + "_ref_2079", + "_ref_2080", + "_ref_2081", + "_ref_2082", + "sec-createdataproperty", + "_ref_2083", + "_ref_2084", + "_ref_2085", + "_ref_2086", + "_ref_2087", + "sec-createmethodproperty", + "_ref_2088", + "_ref_2089", + "_ref_2090", + "_ref_2091", + "_ref_2092", + "sec-createdatapropertyorthrow", + "_ref_2093", + "_ref_2094", + "_ref_2095", + "_ref_2096", + "_ref_2097", + "_ref_2098", + "sec-definepropertyorthrow", + "_ref_2099", + "_ref_2100", + "_ref_2101", + "_ref_2102", + "_ref_2103", + "sec-deletepropertyorthrow", + "_ref_2104", + "_ref_2105", + "_ref_2106", + "_ref_2107", + "sec-getmethod", + "_ref_2108", + "_ref_2109", + "_ref_2110", + "_ref_2111", + "_ref_2112", + "_ref_2113", + "sec-hasproperty", + "_ref_2114", + "_ref_2115", + "_ref_2116", + "_ref_2117", + "sec-hasownproperty", + "_ref_2118", + "_ref_2119", + "_ref_2120", + "_ref_2121", + "sec-call", + "_ref_2122", + "_ref_2123", + "_ref_2124", + "_ref_2125", + "_ref_2126", + "_ref_2127", + "_ref_2128", + "_ref_2129", + "_ref_2130", + "sec-construct", + "_ref_2131", + "_ref_2132", + "_ref_2133", + "_ref_2134", + "_ref_2135", + "_ref_2136", + "_ref_2137", + "_ref_2138", + "sec-setintegritylevel", + "_ref_2139", + "_ref_2140", + "_ref_2141", + "_ref_2142", + "_ref_2143", + "_ref_2144", + "_ref_2145", + "sec-testintegritylevel", + "_ref_2146", + "_ref_2147", + "_ref_2148", + "_ref_2149", + "_ref_2150", + "sec-createarrayfromlist", + "_ref_2151", + "_ref_2152", + "_ref_2153", + "_ref_2154", + "_ref_2155", + "_ref_2156", + "_ref_2157", + "sec-lengthofarraylike", + "_ref_2158", + "_ref_2159", + "_ref_2160", + "_ref_2161", + "_ref_2162", + "_ref_2163", + "_ref_2164", + "_ref_2165", + "_ref_2166", + "sec-createlistfromarraylike", + "_ref_2167", + "_ref_2168", + "_ref_2169", + "_ref_2170", + "_ref_2171", + "_ref_2172", + "_ref_2173", + "_ref_2174", + "_ref_2175", + "_ref_2176", + "sec-invoke", + "_ref_2177", + "_ref_2178", + "_ref_2179", + "_ref_2180", + "_ref_2181", + "_ref_2182", + "_ref_2183", + "_ref_2184", + "_ref_2185", + "sec-ordinaryhasinstance", + "_ref_2186", + "_ref_2187", + "_ref_2188", + "_ref_2189", + "_ref_2190", + "_ref_2191", + "_ref_2192", + "sec-speciesconstructor", + "_ref_2193", + "_ref_2194", + "_ref_2195", + "_ref_2196", + "_ref_2197", + "_ref_2198", + "_ref_2199", + "_ref_2200", + "_ref_2201", + "_ref_2202", + "_ref_2203", + "_ref_2204", + "sec-enumerableownpropertynames", + "sec-enumerableownproperties", + "_ref_2205", + "_ref_2206", + "_ref_2207", + "_ref_2208", + "_ref_2209", + "_ref_2210", + "_ref_2211", + "sec-getfunctionrealm", + "_ref_2212", + "_ref_2213", + "_ref_2214", + "_ref_2215", + "_ref_2216", + "_ref_2217", + "step-getfunctionrealm-default-return", + "_ref_2218", + "_ref_216", + "_ref_2219", + "sec-copydataproperties", + "_ref_2220", + "_ref_2221", + "_ref_2222", + "_ref_2223", + "_ref_2224", + "_ref_2225", + "_ref_2226", + "_ref_2227", + "sec-operations-on-iterator-objects", + "_ref_217", + "sec-getiterator", + "_ref_2228", + "_ref_2229", + "_ref_2230", + "_ref_2231", + "_ref_2232", + "_ref_2233", + "_ref_2234", + "_ref_2235", + "_ref_2236", + "_ref_2237", + "_ref_2238", + "_ref_2239", + "_ref_2240", + "sec-iteratornext", + "_ref_2241", + "_ref_2242", + "_ref_2243", + "sec-iteratorcomplete", + "_ref_2244", + "_ref_2245", + "_ref_2246", + "_ref_2247", + "sec-iteratorvalue", + "_ref_2248", + "_ref_2249", + "_ref_2250", + "sec-iteratorstep", + "_ref_2251", + "_ref_2252", + "sec-iteratorclose", + "_ref_2253", + "_ref_2254", + "_ref_2255", + "_ref_2256", + "_ref_2257", + "_ref_2258", + "_ref_2259", + "_ref_2260", + "_ref_2261", + "_ref_2262", + "_ref_2263", + "sec-asynciteratorclose", + "_ref_2264", + "_ref_2265", + "_ref_2266", + "_ref_2267", + "_ref_2268", + "_ref_2269", + "_ref_2270", + "_ref_2271", + "_ref_2272", + "_ref_2273", + "_ref_2274", + "_ref_2275", + "sec-createiterresultobject", + "_ref_2276", + "_ref_2277", + "_ref_2278", + "_ref_2279", + "_ref_2280", + "_ref_2281", + "sec-createlistiteratorRecord", + "sec-createlistiterator", + "_ref_218", + "_ref_2282", + "_ref_2283", + "_ref_219", + "_ref_2284", + "_ref_2285", + "sec-listiteratornext-functions", + "sec-listiterator-next", + "_ref_2286", + "_ref_2287", + "_ref_2288", + "_ref_2289", + "_ref_2290", + "sec-iterabletolist", + "_ref_2291", + "_ref_2292", + "_ref_2293", + "_ref_2294", + "_ref_2295", + "_ref_2296", + "sec-executable-code-and-execution-contexts", + "sec-environment-records", + "sec-lexical-environments", + "_ref_10962", + "_ref_10963", + "_ref_10964", + "_ref_10965", + "_ref_10966", + "_ref_10967", + "_ref_10968", + "sec-the-environment-record-type-hierarchy", + "_ref_2297", + "_ref_2298", + "_ref_2299", + "_ref_2300", + "_ref_2301", + "_ref_2302", + "_ref_2303", + "_ref_10969", + "_ref_10970", + "_ref_10971", + "_ref_2304", + "_ref_2305", + "_ref_2306", + "_ref_10972", + "_ref_10973", + "_ref_2307", + "_ref_2308", + "_ref_10974", + "_ref_2309", + "_ref_10975", + "_ref_2310", + "_ref_2311", + "_ref_2312", + "_ref_220", + "table-abstract-methods-of-environment-records", + "table-15", + "_ref_2313", + "_ref_2314", + "_ref_2315", + "_ref_2316", + "_ref_2317", + "_ref_2318", + "_ref_2319", + "_ref_2320", + "_ref_2321", + "_ref_2322", + "_ref_2323", + "_ref_2324", + "_ref_2325", + "sec-declarative-environment-records", + "sec-declarative-environment-records-hasbinding-n", + "_ref_2326", + "sec-declarative-environment-records-createmutablebinding-n-d", + "_ref_2327", + "_ref_2328", + "_ref_2329", + "_ref_2330", + "sec-declarative-environment-records-createimmutablebinding-n-s", + "_ref_2331", + "_ref_2332", + "_ref_2333", + "_ref_2334", + "sec-declarative-environment-records-initializebinding-n-v", + "_ref_2335", + "_ref_2336", + "_ref_2337", + "_ref_2338", + "sec-declarative-environment-records-setmutablebinding-n-v-s", + "_ref_2339", + "_ref_2340", + "step-setmutablebinding-missing-binding", + "_ref_2341", + "_ref_2342", + "_ref_2343", + "_ref_221", + "sec-declarative-environment-records-getbindingvalue-n-s", + "_ref_2344", + "_ref_2345", + "sec-declarative-environment-records-deletebinding-n", + "_ref_2346", + "_ref_2347", + "sec-declarative-environment-records-hasthisbinding", + "_ref_2348", + "_ref_2349", + "_ref_2350", + "_ref_2351", + "sec-declarative-environment-records-hassuperbinding", + "_ref_2352", + "_ref_2353", + "_ref_2354", + "_ref_2355", + "sec-declarative-environment-records-withbaseobject", + "_ref_2356", + "sec-object-environment-records", + "_ref_10976", + "_ref_222", + "sec-object-environment-records-hasbinding-n", + "_ref_2357", + "_ref_2358", + "_ref_2359", + "_ref_2360", + "_ref_2361", + "_ref_2362", + "_ref_2363", + "sec-object-environment-records-createmutablebinding-n-d", + "_ref_2364", + "_ref_2365", + "_ref_2366", + "_ref_2367", + "_ref_2368", + "sec-object-environment-records-createimmutablebinding-n-s", + "_ref_2369", + "sec-object-environment-records-initializebinding-n-v", + "_ref_2370", + "_ref_2371", + "sec-object-environment-records-setmutablebinding-n-v-s", + "_ref_2372", + "_ref_2373", + "_ref_2374", + "_ref_2375", + "_ref_2376", + "sec-object-environment-records-getbindingvalue-n-s", + "_ref_2377", + "_ref_2378", + "_ref_2379", + "sec-object-environment-records-deletebinding-n", + "_ref_2380", + "sec-object-environment-records-hasthisbinding", + "_ref_2381", + "sec-object-environment-records-hassuperbinding", + "_ref_2382", + "sec-object-environment-records-withbaseobject", + "_ref_2383", + "sec-function-environment-records", + "function-environment", + "_ref_2384", + "_ref_10977", + "_ref_10978", + "_ref_223", + "table-additional-fields-of-function-environment-records", + "table-16", + "_ref_10979", + "_ref_2385", + "_ref_2386", + "_ref_2387", + "_ref_2388", + "_ref_224", + "_ref_225", + "table-additional-methods-of-function-environment-records", + "table-17", + "_ref_2389", + "_ref_2390", + "sec-bindthisvalue", + "_ref_2391", + "_ref_2392", + "_ref_2393", + "sec-function-environment-records-hasthisbinding", + "_ref_2394", + "sec-function-environment-records-hassuperbinding", + "_ref_2395", + "sec-function-environment-records-getthisbinding", + "_ref_2396", + "_ref_2397", + "sec-getsuperbase", + "_ref_2398", + "_ref_2399", + "_ref_2400", + "sec-global-environment-records", + "global-environment", + "_ref_10980", + "_ref_2401", + "_ref_226", + "_ref_2402", + "_ref_227", + "_ref_228", + "_ref_10981", + "_ref_2403", + "_ref_2404", + "_ref_2405", + "_ref_2406", + "_ref_2407", + "_ref_2408", + "_ref_2409", + "_ref_229", + "_ref_10982", + "_ref_10983", + "_ref_10984", + "_ref_10985", + "_ref_10986", + "_ref_2410", + "_ref_2411", + "_ref_2412", + "_ref_10987", + "_ref_10988", + "_ref_10989", + "_ref_10990", + "_ref_10991", + "_ref_2413", + "_ref_230", + "_ref_231", + "table-additional-fields-of-global-environment-records", + "table-18", + "_ref_2414", + "_ref_2415", + "_ref_10992", + "_ref_10993", + "_ref_10994", + "_ref_10995", + "_ref_10996", + "_ref_2416", + "_ref_2417", + "_ref_2418", + "_ref_10997", + "_ref_10998", + "_ref_10999", + "_ref_11000", + "_ref_11001", + "_ref_2419", + "_ref_11002", + "_ref_11003", + "_ref_11004", + "_ref_11005", + "_ref_11006", + "_ref_2420", + "table-additional-methods-of-global-environment-records", + "table-19", + "_ref_2421", + "_ref_2422", + "_ref_11007", + "_ref_11008", + "_ref_11009", + "_ref_11010", + "_ref_11011", + "_ref_2423", + "_ref_11012", + "_ref_11013", + "_ref_2424", + "_ref_2425", + "_ref_2426", + "_ref_2427", + "_ref_2428", + "sec-global-environment-records-hasbinding-n", + "_ref_2429", + "sec-global-environment-records-createmutablebinding-n-d", + "_ref_2430", + "sec-global-environment-records-createimmutablebinding-n-s", + "_ref_2431", + "_ref_2432", + "sec-global-environment-records-initializebinding-n-v", + "_ref_2433", + "_ref_2434", + "_ref_2435", + "_ref_2436", + "sec-global-environment-records-setmutablebinding-n-v-s", + "_ref_2437", + "_ref_2438", + "sec-global-environment-records-getbindingvalue-n-s", + "_ref_2439", + "sec-global-environment-records-deletebinding-n", + "_ref_2440", + "_ref_2441", + "sec-global-environment-records-hasthisbinding", + "_ref_2442", + "sec-global-environment-records-hassuperbinding", + "_ref_2443", + "sec-global-environment-records-withbaseobject", + "_ref_2444", + "sec-global-environment-records-getthisbinding", + "_ref_2445", + "sec-hasvardeclaration", + "_ref_2446", + "_ref_11014", + "_ref_11015", + "sec-haslexicaldeclaration", + "_ref_2447", + "_ref_11016", + "_ref_11017", + "sec-hasrestrictedglobalproperty", + "_ref_2448", + "_ref_2449", + "_ref_2450", + "_ref_2451", + "sec-candeclareglobalvar", + "_ref_2452", + "_ref_2453", + "_ref_2454", + "_ref_2455", + "sec-candeclareglobalfunction", + "_ref_2456", + "_ref_2457", + "_ref_2458", + "sec-createglobalvarbinding", + "_ref_2459", + "_ref_2460", + "_ref_2461", + "_ref_2462", + "_ref_2463", + "_ref_2464", + "sec-createglobalfunctionbinding", + "_ref_2465", + "_ref_2466", + "_ref_2467", + "_ref_2468", + "_ref_2469", + "step-createglobalfunctionbinding-set", + "_ref_2470", + "_ref_2471", + "_ref_2472", + "_ref_232", + "sec-module-environment-records", + "module-environment", + "_ref_2473", + "_ref_11018", + "_ref_2474", + "_ref_2475", + "_ref_233", + "_ref_234", + "table-additional-methods-of-module-environment-records", + "table-20", + "_ref_2476", + "_ref_2477", + "_ref_2478", + "_ref_2479", + "sec-module-environment-records-getbindingvalue-n-s", + "_ref_2480", + "_ref_2481", + "_ref_2482", + "_ref_11019", + "_ref_2483", + "sec-module-environment-records-deletebinding-n", + "_ref_2484", + "_ref_2485", + "_ref_2486", + "_ref_2487", + "_ref_235", + "sec-module-environment-records-hasthisbinding", + "_ref_2488", + "sec-module-environment-records-getthisbinding", + "_ref_2489", + "sec-createimportbinding", + "_ref_2490", + "_ref_2491", + "_ref_2492", + "_ref_2493", + "_ref_2494", + "_ref_2495", + "_ref_2496", + "_ref_2497", + "_ref_2498", + "sec-environment-record-operations", + "sec-lexical-environment-operations", + "_ref_2499", + "sec-getidentifierreference", + "_ref_2500", + "_ref_2501", + "_ref_2502", + "_ref_2503", + "sec-newdeclarativeenvironment", + "_ref_2504", + "_ref_2505", + "sec-newobjectenvironment", + "_ref_2506", + "_ref_2507", + "sec-newfunctionenvironment", + "_ref_2508", + "_ref_2509", + "_ref_2510", + "_ref_2511", + "sec-newglobalenvironment", + "_ref_2512", + "_ref_2513", + "_ref_2514", + "_ref_2515", + "sec-newmoduleenvironment", + "_ref_2516", + "_ref_2517", + "sec-code-realms", + "realm", + "_ref_2518", + "_ref_2519", + "realm-record", + "_ref_236", + "table-realm-record-fields", + "_ref_2520", + "table-21", + "_ref_2521", + "_ref_2522", + "_ref_2523", + "_ref_2524", + "_ref_2525", + "_ref_2526", + "_ref_2527", + "_ref_2528", + "_ref_2529", + "_ref_2530", + "_ref_2531", + "_ref_2532", + "_ref_11020", + "_ref_2533", + "_ref_2534", + "sec-createrealm", + "_ref_2535", + "_ref_2536", + "_ref_2537", + "sec-createintrinsics", + "_ref_2538", + "_ref_237", + "_ref_238", + "_ref_239", + "_ref_2539", + "_ref_2540", + "_ref_2541", + "sec-setrealmglobalobject", + "_ref_2542", + "_ref_2543", + "_ref_2544", + "_ref_2545", + "_ref_2546", + "sec-setdefaultglobalbindings", + "_ref_240", + "_ref_2547", + "_ref_2548", + "_ref_241", + "_ref_242", + "_ref_243", + "_ref_2549", + "sec-execution-contexts", + "_ref_2550", + "_ref_2551", + "running-execution-context", + "_ref_2552", + "_ref_2553", + "_ref_2554", + "execution-context-stack", + "_ref_2555", + "_ref_2556", + "_ref_2557", + "_ref_244", + "table-state-components-for-all-execution-contexts", + "table-22", + "_ref_2558", + "_ref_2559", + "_ref_2560", + "_ref_2561", + "_ref_11021", + "_ref_11022", + "_ref_2562", + "_ref_2563", + "_ref_2564", + "_ref_2565", + "_ref_2566", + "_ref_2567", + "_ref_2568", + "_ref_2569", + "_ref_2570", + "_ref_2571", + "_ref_2572", + "_ref_2573", + "_ref_2574", + "_ref_2575", + "current-realm", + "_ref_2576", + "active-function-object", + "_ref_245", + "table-additional-state-components-for-ecmascript-code-execution-contexts", + "table-23", + "_ref_2577", + "_ref_2578", + "_ref_2579", + "_ref_11023", + "_ref_2580", + "_ref_246", + "table-additional-state-components-for-generator-execution-contexts", + "table-24", + "_ref_2581", + "_ref_2582", + "_ref_2583", + "_ref_2584", + "sec-getactivescriptormodule", + "_ref_2585", + "_ref_2586", + "_ref_2587", + "_ref_2588", + "_ref_2589", + "sec-resolvebinding", + "_ref_2590", + "_ref_2591", + "_ref_2592", + "_ref_2593", + "_ref_2594", + "_ref_2595", + "_ref_2596", + "_ref_2597", + "sec-getthisenvironment", + "_ref_2598", + "_ref_2599", + "_ref_2600", + "step-getthisenvironment-loop", + "_ref_2601", + "_ref_247", + "sec-resolvethisbinding", + "_ref_2602", + "_ref_2603", + "_ref_2604", + "sec-getnewtarget", + "_ref_2605", + "_ref_2606", + "_ref_2607", + "sec-getglobalobject", + "_ref_2608", + "_ref_2609", + "_ref_2610", + "sec-jobs", + "job-queue", + "sec-runjobs", + "sec-enqueuejob", + "sec-jobs-and-job-queues", + "job", + "_ref_2611", + "_ref_2612", + "_ref_2613", + "_ref_2614", + "_ref_2615", + "_ref_2616", + "_ref_2617", + "_ref_2618", + "_ref_2619", + "_ref_2620", + "_ref_2621", + "_ref_2622", + "_ref_2623", + "_ref_2624", + "_ref_2625", + "_ref_2626", + "_ref_2627", + "_ref_2628", + "_ref_2629", + "_ref_2630", + "_ref_2631", + "_ref_2632", + "job-activescriptormodule", + "_ref_2633", + "_ref_2634", + "_ref_2635", + "_ref_2636", + "_ref_2637", + "_ref_2638", + "job-preparedtoevaluatecode", + "_ref_2639", + "_ref_2640", + "_ref_2641", + "_ref_2642", + "_ref_2643", + "_ref_2644", + "_ref_2645", + "_ref_2646", + "_ref_2647", + "_ref_2648", + "_ref_2649", + "_ref_2650", + "_ref_2651", + "_ref_2652", + "_ref_2653", + "sec-jobcallback-records", + "_ref_2654", + "_ref_2655", + "_ref_2656", + "_ref_2657", + "_ref_2658", + "_ref_2659", + "_ref_2660", + "_ref_2661", + "_ref_2662", + "_ref_2663", + "_ref_248", + "table-jobcallback-records", + "_ref_2664", + "_ref_2665", + "_ref_2666", + "sec-hostmakejobcallback", + "_ref_2667", + "_ref_2668", + "_ref_2669", + "_ref_2670", + "_ref_2671", + "_ref_2672", + "_ref_2673", + "_ref_2674", + "sec-hostcalljobcallback", + "_ref_2675", + "_ref_2676", + "_ref_2677", + "_ref_2678", + "_ref_2679", + "_ref_2680", + "_ref_2681", + "_ref_2682", + "sec-hostenqueuepromisejob", + "_ref_2683", + "_ref_2684", + "_ref_2685", + "_ref_2686", + "_ref_249", + "_ref_2687", + "_ref_250", + "_ref_2688", + "_ref_2689", + "_ref_251", + "_ref_2690", + "_ref_2691", + "_ref_2692", + "_ref_2693", + "_ref_2694", + "_ref_2695", + "_ref_2696", + "_ref_2697", + "sec-initializehostdefinedrealm", + "_ref_2698", + "_ref_2699", + "_ref_2700", + "_ref_2701", + "_ref_2702", + "_ref_2703", + "_ref_2704", + "_ref_2705", + "_ref_2706", + "_ref_2707", + "_ref_2708", + "_ref_2709", + "_ref_2710", + "_ref_2711", + "_ref_2712", + "_ref_2713", + "_ref_2714", + "_ref_2715", + "_ref_2716", + "_ref_2717", + "sec-agents", + "agent", + "_ref_2718", + "_ref_2719", + "agent-record", + "executing-thread", + "_ref_2720", + "_ref_2721", + "_ref_2722", + "_ref_2723", + "_ref_2724", + "_ref_2725", + "_ref_2726", + "_ref_2727", + "_ref_2728", + "_ref_2729", + "_ref_2730", + "_ref_2731", + "_ref_2732", + "surrounding-agent", + "_ref_2733", + "_ref_2734", + "_ref_2735", + "_ref_2736", + "_ref_2737", + "table-agent-record", + "_ref_2738", + "_ref_2739", + "_ref_2740", + "_ref_2741", + "_ref_2742", + "_ref_2743", + "_ref_2744", + "_ref_2745", + "_ref_2746", + "_ref_2747", + "_ref_2748", + "_ref_2749", + "_ref_2750", + "_ref_2751", + "_ref_2752", + "_ref_2753", + "_ref_2754", + "_ref_2755", + "sec-agentsignifier", + "_ref_2756", + "_ref_2757", + "sec-agentcansuspend", + "_ref_2758", + "_ref_2759", + "_ref_2760", + "sec-agent-clusters", + "_ref_2761", + "_ref_2762", + "_ref_2763", + "_ref_2764", + "_ref_2765", + "_ref_2766", + "_ref_2767", + "_ref_2768", + "_ref_2769", + "_ref_2770", + "_ref_2771", + "_ref_2772", + "_ref_2773", + "_ref_2774", + "_ref_2775", + "_ref_2776", + "_ref_2777", + "_ref_2778", + "_ref_2779", + "_ref_2780", + "_ref_2781", + "_ref_2782", + "_ref_2783", + "_ref_2784", + "_ref_2785", + "_ref_2786", + "_ref_2787", + "_ref_2788", + "_ref_2789", + "_ref_2790", + "_ref_2791", + "_ref_2792", + "sec-forward-progress", + "_ref_2793", + "_ref_2794", + "_ref_2795", + "_ref_2796", + "_ref_2797", + "_ref_2798", + "_ref_2799", + "_ref_2800", + "_ref_2801", + "_ref_2802", + "_ref_2803", + "_ref_2804", + "sec-weakref-processing-model", + "sec-weakref-invariants", + "_ref_2805", + "_ref_2806", + "_ref_2807", + "_ref_2808", + "_ref_2809", + "_ref_2810", + "_ref_2811", + "_ref_2812", + "_ref_2813", + "_ref_2814", + "_ref_2815", + "_ref_2816", + "_ref_2817", + "_ref_2818", + "_ref_2819", + "sec-liveness", + "_ref_2820", + "_ref_2821", + "_ref_2822", + "_ref_2823", + "_ref_2824", + "_ref_2825", + "_ref_2826", + "_ref_2827", + "_ref_2828", + "_ref_2829", + "sec-weakref-execution", + "_ref_2830", + "_ref_2831", + "_ref_2832", + "_ref_2833", + "_ref_2834", + "_ref_2835", + "_ref_2836", + "_ref_2837", + "_ref_2838", + "_ref_2839", + "_ref_2840", + "_ref_2841", + "_ref_2842", + "_ref_2843", + "_ref_2844", + "_ref_2845", + "_ref_2846", + "sec-weakref-host-hooks", + "sec-host-cleanup-finalization-registry", + "_ref_2847", + "_ref_2848", + "_ref_2849", + "_ref_2850", + "sec-clear-kept-objects", + "_ref_2851", + "_ref_2852", + "_ref_2853", + "sec-addtokeptobjects", + "_ref_2854", + "_ref_2855", + "_ref_2856", + "sec-cleanup-finalization-registry", + "_ref_2857", + "_ref_2858", + "_ref_2859", + "_ref_2860", + "_ref_2861", + "sec-ordinary-and-exotic-objects-behaviours", + "sec-ordinary-object-internal-methods-and-internal-slots", + "_ref_2862", + "_ref_252", + "_ref_2863", + "_ref_2864", + "_ref_2865", + "_ref_2866", + "_ref_2867", + "sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", + "_ref_2868", + "_ref_2869", + "sec-ordinarygetprototypeof", + "sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", + "_ref_2870", + "_ref_2871", + "sec-ordinarysetprototypeof", + "_ref_2872", + "_ref_2873", + "_ref_2874", + "_ref_2875", + "_ref_2876", + "step-ordinarysetprototypeof-loop", + "_ref_2877", + "_ref_2878", + "_ref_253", + "_ref_254", + "_ref_2879", + "sec-ordinary-object-internal-methods-and-internal-slots-isextensible", + "_ref_2880", + "_ref_2881", + "sec-ordinaryisextensible", + "sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", + "_ref_2882", + "_ref_2883", + "sec-ordinarypreventextensions", + "sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", + "_ref_2884", + "_ref_2885", + "sec-ordinarygetownproperty", + "_ref_2886", + "_ref_2887", + "_ref_2888", + "_ref_2889", + "_ref_2890", + "_ref_2891", + "sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", + "_ref_2892", + "_ref_2893", + "_ref_2894", + "sec-ordinarydefineownproperty", + "_ref_2895", + "_ref_2896", + "_ref_2897", + "sec-iscompatiblepropertydescriptor", + "_ref_2898", + "_ref_2899", + "_ref_2900", + "sec-validateandapplypropertydescriptor", + "_ref_2901", + "_ref_2902", + "_ref_2903", + "_ref_2904", + "_ref_2905", + "_ref_2906", + "_ref_2907", + "_ref_2908", + "_ref_255", + "_ref_2909", + "_ref_2910", + "_ref_2911", + "_ref_256", + "_ref_2912", + "_ref_2913", + "_ref_2914", + "_ref_2915", + "_ref_2916", + "_ref_2917", + "_ref_2918", + "_ref_2919", + "_ref_257", + "_ref_2920", + "_ref_2921", + "_ref_258", + "_ref_2922", + "_ref_2923", + "_ref_2924", + "_ref_2925", + "_ref_2926", + "_ref_2927", + "_ref_2928", + "_ref_2929", + "sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", + "_ref_2930", + "_ref_2931", + "sec-ordinaryhasproperty", + "_ref_2932", + "_ref_2933", + "sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", + "_ref_2934", + "_ref_2935", + "_ref_2936", + "sec-ordinaryget", + "_ref_2937", + "_ref_2938", + "_ref_2939", + "_ref_2940", + "_ref_2941", + "_ref_2942", + "_ref_2943", + "sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", + "_ref_2944", + "_ref_2945", + "_ref_2946", + "_ref_2947", + "sec-ordinaryset", + "_ref_2948", + "_ref_2949", + "_ref_2950", + "_ref_2951", + "_ref_2952", + "sec-ordinarysetwithowndescriptor", + "_ref_2953", + "_ref_2954", + "_ref_2955", + "_ref_2956", + "_ref_2957", + "_ref_2958", + "_ref_2959", + "_ref_2960", + "_ref_2961", + "_ref_2962", + "_ref_2963", + "_ref_2964", + "_ref_2965", + "sec-ordinary-object-internal-methods-and-internal-slots-delete-p", + "_ref_2966", + "_ref_2967", + "sec-ordinarydelete", + "_ref_2968", + "_ref_2969", + "sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", + "_ref_2970", + "_ref_2971", + "sec-ordinaryownpropertykeys", + "_ref_2972", + "_ref_2973", + "_ref_2974", + "_ref_2975", + "_ref_2976", + "sec-ordinaryobjectcreate", + "sec-objectcreate", + "_ref_2977", + "_ref_2978", + "_ref_2979", + "_ref_2980", + "_ref_2981", + "_ref_2982", + "sec-ordinarycreatefromconstructor", + "_ref_2983", + "_ref_2984", + "_ref_2985", + "_ref_2986", + "_ref_2987", + "_ref_2988", + "_ref_2989", + "sec-getprototypefromconstructor", + "_ref_2990", + "_ref_2991", + "_ref_2992", + "_ref_2993", + "_ref_2994", + "_ref_2995", + "_ref_2996", + "_ref_2997", + "_ref_2998", + "_ref_2999", + "sec-requireinternalslot", + "_ref_3000", + "sec-ecmascript-function-objects", + "_ref_3001", + "_ref_3002", + "_ref_3003", + "_ref_3004", + "_ref_259", + "_ref_3005", + "_ref_3006", + "_ref_3007", + "strict-function", + "_ref_3008", + "non-strict-function", + "_ref_260", + "table-internal-slots-of-ecmascript-function-objects", + "table-27", + "_ref_3009", + "_ref_3010", + "_ref_3011", + "_ref_3012", + "_ref_3013", + "_ref_3014", + "_ref_3015", + "_ref_3016", + "_ref_3017", + "_ref_3018", + "_ref_3019", + "_ref_3020", + "_ref_3021", + "_ref_261", + "_ref_3022", + "sec-ecmascript-function-objects-call-thisargument-argumentslist", + "_ref_3023", + "_ref_3024", + "_ref_3025", + "_ref_3026", + "_ref_3027", + "_ref_3028", + "_ref_3029", + "_ref_3030", + "_ref_3031", + "_ref_3032", + "_ref_3033", + "step-call-pop-context-stack", + "_ref_3034", + "_ref_3035", + "_ref_3036", + "_ref_3037", + "_ref_3038", + "_ref_3039", + "_ref_262", + "sec-prepareforordinarycall", + "_ref_3040", + "_ref_3041", + "_ref_3042", + "_ref_3043", + "_ref_3044", + "_ref_3045", + "_ref_3046", + "_ref_3047", + "_ref_3048", + "_ref_3049", + "sec-ordinarycallbindthis", + "_ref_3050", + "_ref_3051", + "_ref_3052", + "_ref_3053", + "_ref_3054", + "_ref_3055", + "_ref_3056", + "_ref_3057", + "_ref_3058", + "_ref_3059", + "_ref_3060", + "_ref_3061", + "sec-ordinarycallevaluatebody", + "_ref_3062", + "_ref_3063", + "sec-ecmascript-function-objects-construct-argumentslist-newtarget", + "_ref_3064", + "_ref_3065", + "_ref_3066", + "_ref_3067", + "_ref_3068", + "_ref_3069", + "_ref_3070", + "_ref_3071", + "_ref_3072", + "_ref_3073", + "_ref_3074", + "_ref_3075", + "_ref_3076", + "_ref_3077", + "_ref_3078", + "_ref_3079", + "_ref_3080", + "_ref_3081", + "_ref_3082", + "_ref_3083", + "sec-ordinaryfunctioncreate", + "sec-async-functions-abstract-operations-async-function-create", + "sec-asyncgeneratorfunctioncreate", + "sec-generatorfunctioncreate", + "sec-functioncreate", + "sec-functioninitialize", + "sec-functionallocate", + "_ref_3084", + "_ref_3085", + "_ref_3086", + "_ref_3087", + "_ref_3088", + "_ref_263", + "_ref_3089", + "_ref_264", + "_ref_3090", + "_ref_3091", + "_ref_3092", + "_ref_3093", + "sec-addrestrictedfunctionproperties", + "_ref_3094", + "_ref_3095", + "_ref_3096", + "_ref_3097", + "_ref_3098", + "_ref_3099", + "_ref_3100", + "sec-%throwtypeerror%", + "_ref_3101", + "_ref_3102", + "sec-makeconstructor", + "_ref_3103", + "_ref_3104", + "_ref_3105", + "_ref_3106", + "_ref_3107", + "_ref_3108", + "_ref_3109", + "_ref_265", + "_ref_3110", + "_ref_3111", + "_ref_3112", + "_ref_3113", + "_ref_3114", + "sec-makeclassconstructor", + "_ref_3115", + "_ref_3116", + "_ref_3117", + "_ref_3118", + "sec-makemethod", + "_ref_3119", + "_ref_3120", + "_ref_3121", + "_ref_3122", + "_ref_3123", + "sec-setfunctionname", + "_ref_3124", + "_ref_3125", + "_ref_3126", + "_ref_3127", + "_ref_3128", + "_ref_3129", + "_ref_3130", + "_ref_3131", + "_ref_3132", + "_ref_3133", + "sec-setfunctionlength", + "_ref_3134", + "_ref_3135", + "_ref_3136", + "_ref_3137", + "_ref_3138", + "sec-functiondeclarationinstantiation", + "_ref_3139", + "_ref_3140", + "_ref_3141", + "_ref_3142", + "_ref_3143", + "_ref_3144", + "_ref_3145", + "_ref_3146", + "_ref_3147", + "_ref_3148", + "_ref_3149", + "_ref_3150", + "_ref_11024", + "_ref_11025", + "_ref_11026", + "_ref_3151", + "_ref_11027", + "_ref_11028", + "_ref_11029", + "_ref_11030", + "_ref_3152", + "_ref_3153", + "_ref_3154", + "_ref_3155", + "_ref_3156", + "_ref_3157", + "_ref_3158", + "_ref_3159", + "_ref_3160", + "_ref_3161", + "_ref_3162", + "_ref_3163", + "_ref_3164", + "_ref_3165", + "step-functiondeclarationinstantiation-web-compat-insertion-point", + "_ref_266", + "_ref_3166", + "_ref_3167", + "_ref_3168", + "_ref_3169", + "_ref_3170", + "_ref_3171", + "_ref_3172", + "_ref_267", + "_ref_11031", + "_ref_3173", + "_ref_268", + "_ref_269", + "sec-built-in-function-objects", + "_ref_270", + "_ref_3174", + "_ref_3175", + "_ref_3176", + "_ref_271", + "_ref_3177", + "_ref_3178", + "_ref_3179", + "_ref_3180", + "_ref_3181", + "_ref_3182", + "_ref_3183", + "sec-built-in-function-objects-call-thisargument-argumentslist", + "_ref_3184", + "_ref_3185", + "_ref_3186", + "_ref_3187", + "_ref_3188", + "_ref_3189", + "_ref_3190", + "_ref_3191", + "_ref_3192", + "step-call-builtin-function-result", + "_ref_3193", + "_ref_3194", + "_ref_3195", + "_ref_3196", + "sec-built-in-function-objects-construct-argumentslist-newtarget", + "_ref_3197", + "_ref_3198", + "_ref_3199", + "_ref_272", + "_ref_273", + "_ref_3200", + "sec-createbuiltinfunction", + "_ref_3201", + "_ref_3202", + "_ref_3203", + "_ref_3204", + "_ref_3205", + "_ref_3206", + "_ref_3207", + "_ref_3208", + "_ref_3209", + "sec-built-in-exotic-object-internal-methods-and-slots", + "_ref_3210", + "sec-bound-function-exotic-objects", + "_ref_3211", + "_ref_3212", + "_ref_3213", + "_ref_3214", + "_ref_3215", + "bound-function-exotic-object", + "_ref_274", + "_ref_3216", + "_ref_275", + "_ref_276", + "table-internal-slots-of-bound-function-exotic-objects", + "table-28", + "_ref_3217", + "_ref_3218", + "sec-bound-function-exotic-objects-call-thisargument-argumentslist", + "_ref_3219", + "_ref_3220", + "_ref_3221", + "_ref_3222", + "_ref_3223", + "sec-bound-function-exotic-objects-construct-argumentslist-newtarget", + "_ref_3224", + "_ref_3225", + "_ref_3226", + "_ref_3227", + "_ref_3228", + "_ref_3229", + "_ref_3230", + "_ref_3231", + "sec-boundfunctioncreate", + "_ref_3232", + "_ref_3233", + "_ref_277", + "_ref_3234", + "_ref_278", + "_ref_3235", + "_ref_279", + "sec-array-exotic-objects", + "_ref_3236", + "_ref_3237", + "_ref_280", + "_ref_3238", + "_ref_3239", + "_ref_3240", + "_ref_3241", + "_ref_3242", + "_ref_3243", + "_ref_3244", + "_ref_3245", + "_ref_3246", + "_ref_3247", + "_ref_3248", + "_ref_3249", + "_ref_3250", + "_ref_3251", + "_ref_3252", + "array-exotic-object", + "_ref_281", + "_ref_3253", + "sec-array-exotic-objects-defineownproperty-p-desc", + "_ref_3254", + "_ref_3255", + "_ref_3256", + "_ref_3257", + "_ref_3258", + "_ref_3259", + "_ref_3260", + "_ref_3261", + "_ref_3262", + "_ref_3263", + "_ref_3264", + "_ref_3265", + "_ref_3266", + "_ref_3267", + "_ref_3268", + "_ref_3269", + "_ref_3270", + "sec-arraycreate", + "_ref_3271", + "_ref_3272", + "_ref_3273", + "_ref_282", + "_ref_3274", + "_ref_3275", + "sec-arrayspeciescreate", + "_ref_3276", + "_ref_3277", + "_ref_3278", + "_ref_3279", + "_ref_3280", + "_ref_3281", + "_ref_3282", + "_ref_3283", + "_ref_3284", + "_ref_3285", + "_ref_3286", + "_ref_3287", + "_ref_3288", + "_ref_3289", + "_ref_3290", + "_ref_3291", + "_ref_3292", + "_ref_3293", + "_ref_3294", + "_ref_3295", + "_ref_3296", + "_ref_3297", + "_ref_3298", + "_ref_3299", + "sec-arraysetlength", + "_ref_3300", + "_ref_3301", + "step-arraysetlength-newlen", + "_ref_3302", + "step-arraysetlength-numberlen", + "_ref_3303", + "_ref_3304", + "_ref_3305", + "_ref_3306", + "_ref_3307", + "_ref_3308", + "_ref_3309", + "_ref_3310", + "_ref_3311", + "_ref_3312", + "_ref_3313", + "_ref_3314", + "_ref_283", + "_ref_284", + "sec-string-exotic-objects", + "_ref_3315", + "_ref_3316", + "_ref_3317", + "string-exotic-object", + "_ref_285", + "_ref_3318", + "sec-string-exotic-objects-getownproperty-p", + "_ref_3319", + "_ref_3320", + "_ref_3321", + "_ref_3322", + "_ref_3323", + "sec-string-exotic-objects-defineownproperty-p-desc", + "_ref_3324", + "_ref_3325", + "_ref_3326", + "_ref_3327", + "_ref_3328", + "_ref_3329", + "_ref_3330", + "sec-string-exotic-objects-ownpropertykeys", + "_ref_3331", + "_ref_3332", + "_ref_3333", + "_ref_3334", + "_ref_3335", + "_ref_3336", + "_ref_3337", + "_ref_3338", + "_ref_3339", + "_ref_3340", + "_ref_3341", + "_ref_3342", + "sec-stringcreate", + "_ref_3343", + "_ref_286", + "_ref_287", + "_ref_288", + "_ref_3344", + "_ref_3345", + "sec-stringgetownproperty", + "_ref_3346", + "_ref_3347", + "_ref_3348", + "_ref_3349", + "_ref_3350", + "_ref_3351", + "_ref_3352", + "_ref_3353", + "_ref_3354", + "_ref_3355", + "_ref_3356", + "sec-arguments-exotic-objects", + "_ref_3357", + "_ref_3358", + "_ref_3359", + "_ref_3360", + "_ref_3361", + "arguments-exotic-object", + "_ref_289", + "_ref_3362", + "_ref_3363", + "_ref_3364", + "_ref_3365", + "_ref_290", + "_ref_3366", + "_ref_3367", + "_ref_3368", + "_ref_3369", + "_ref_3370", + "_ref_3371", + "_ref_3372", + "_ref_3373", + "sec-arguments-exotic-objects-getownproperty-p", + "_ref_3374", + "_ref_3375", + "_ref_3376", + "_ref_3377", + "sec-arguments-exotic-objects-defineownproperty-p-desc", + "_ref_3378", + "_ref_3379", + "_ref_3380", + "_ref_3381", + "_ref_3382", + "_ref_3383", + "_ref_3384", + "_ref_3385", + "_ref_3386", + "sec-arguments-exotic-objects-get-p-receiver", + "_ref_3387", + "_ref_3388", + "_ref_3389", + "_ref_3390", + "_ref_3391", + "_ref_3392", + "sec-arguments-exotic-objects-set-p-v-receiver", + "_ref_3393", + "_ref_3394", + "_ref_3395", + "_ref_3396", + "_ref_3397", + "_ref_3398", + "_ref_3399", + "_ref_3400", + "sec-arguments-exotic-objects-delete-p", + "_ref_3401", + "_ref_3402", + "_ref_3403", + "sec-createunmappedargumentsobject", + "_ref_3404", + "_ref_3405", + "_ref_3406", + "_ref_3407", + "_ref_3408", + "_ref_3409", + "_ref_3410", + "_ref_3411", + "_ref_3412", + "_ref_3413", + "_ref_3414", + "_ref_3415", + "sec-createmappedargumentsobject", + "_ref_3416", + "_ref_3417", + "_ref_3418", + "_ref_3419", + "_ref_3420", + "_ref_291", + "_ref_292", + "_ref_293", + "_ref_294", + "_ref_295", + "_ref_3421", + "_ref_3422", + "_ref_3423", + "_ref_3424", + "_ref_3425", + "_ref_3426", + "_ref_3427", + "_ref_3428", + "_ref_3429", + "_ref_3430", + "_ref_3431", + "_ref_3432", + "_ref_3433", + "_ref_3434", + "_ref_3435", + "sec-makearggetter", + "_ref_3436", + "_ref_3437", + "_ref_3438", + "_ref_3439", + "sec-makeargsetter", + "_ref_3440", + "_ref_3441", + "_ref_3442", + "_ref_3443", + "sec-integer-indexed-exotic-objects", + "_ref_3444", + "_ref_3445", + "_ref_3446", + "_ref_296", + "integer-indexed-exotic-object", + "_ref_297", + "_ref_3447", + "sec-integer-indexed-exotic-objects-getownproperty-p", + "_ref_3448", + "_ref_3449", + "_ref_3450", + "_ref_3451", + "_ref_3452", + "_ref_3453", + "_ref_3454", + "_ref_3455", + "_ref_3456", + "sec-integer-indexed-exotic-objects-hasproperty-p", + "_ref_3457", + "_ref_3458", + "_ref_3459", + "_ref_3460", + "_ref_3461", + "_ref_3462", + "_ref_3463", + "_ref_3464", + "_ref_3465", + "sec-integer-indexed-exotic-objects-defineownproperty-p-desc", + "_ref_3466", + "_ref_3467", + "_ref_3468", + "_ref_3469", + "_ref_3470", + "_ref_3471", + "_ref_3472", + "_ref_3473", + "_ref_3474", + "_ref_3475", + "_ref_3476", + "_ref_3477", + "sec-integer-indexed-exotic-objects-get-p-receiver", + "_ref_3478", + "_ref_3479", + "_ref_3480", + "_ref_3481", + "_ref_3482", + "_ref_3483", + "_ref_3484", + "_ref_3485", + "sec-integer-indexed-exotic-objects-set-p-v-receiver", + "_ref_3486", + "_ref_3487", + "_ref_3488", + "_ref_3489", + "_ref_3490", + "_ref_3491", + "_ref_3492", + "_ref_3493", + "_ref_3494", + "sec-integer-indexed-exotic-objects-delete-p", + "_ref_3495", + "_ref_3496", + "_ref_3497", + "_ref_3498", + "_ref_3499", + "_ref_3500", + "_ref_3501", + "_ref_3502", + "_ref_3503", + "sec-integer-indexed-exotic-objects-ownpropertykeys", + "_ref_3504", + "_ref_3505", + "_ref_3506", + "_ref_3507", + "_ref_3508", + "_ref_3509", + "_ref_3510", + "_ref_3511", + "_ref_3512", + "_ref_3513", + "_ref_3514", + "sec-integerindexedobjectcreate", + "_ref_298", + "_ref_3515", + "_ref_299", + "_ref_300", + "_ref_301", + "_ref_302", + "_ref_303", + "_ref_304", + "_ref_305", + "sec-isvalidintegerindex", + "_ref_3516", + "_ref_3517", + "_ref_3518", + "_ref_3519", + "_ref_3520", + "_ref_3521", + "sec-integerindexedelementget", + "_ref_3522", + "_ref_3523", + "_ref_3524", + "_ref_306", + "_ref_3525", + "_ref_307", + "_ref_3526", + "sec-integerindexedelementset", + "_ref_3527", + "_ref_3528", + "_ref_3529", + "_ref_3530", + "_ref_3531", + "_ref_308", + "_ref_3532", + "_ref_309", + "_ref_3533", + "_ref_3534", + "sec-module-namespace-exotic-objects", + "_ref_3535", + "_ref_3536", + "_ref_11032", + "_ref_310", + "_ref_3537", + "_ref_11033", + "_ref_3538", + "module-namespace-exotic-object", + "_ref_311", + "_ref_3539", + "_ref_312", + "table-internal-slots-of-module-namespace-exotic-objects", + "table-29", + "_ref_3540", + "_ref_3541", + "_ref_3542", + "_ref_3543", + "_ref_313", + "_ref_314", + "sec-module-namespace-exotic-objects-setprototypeof-v", + "_ref_3544", + "_ref_3545", + "sec-module-namespace-exotic-objects-isextensible", + "_ref_3546", + "sec-module-namespace-exotic-objects-preventextensions", + "_ref_3547", + "sec-module-namespace-exotic-objects-getownproperty-p", + "_ref_3548", + "_ref_3549", + "_ref_3550", + "sec-module-namespace-exotic-objects-defineownproperty-p-desc", + "_ref_3551", + "_ref_3552", + "_ref_3553", + "_ref_3554", + "_ref_3555", + "_ref_3556", + "sec-module-namespace-exotic-objects-hasproperty-p", + "_ref_3557", + "_ref_3558", + "_ref_3559", + "sec-module-namespace-exotic-objects-get-p-receiver", + "_ref_3560", + "_ref_3561", + "_ref_3562", + "_ref_3563", + "_ref_3564", + "_ref_3565", + "_ref_3566", + "_ref_3567", + "_ref_3568", + "_ref_3569", + "_ref_3570", + "sec-module-namespace-exotic-objects-set-p-v-receiver", + "_ref_3571", + "_ref_3572", + "_ref_3573", + "sec-module-namespace-exotic-objects-delete-p", + "_ref_3574", + "_ref_3575", + "_ref_3576", + "_ref_3577", + "_ref_3578", + "sec-module-namespace-exotic-objects-ownpropertykeys", + "_ref_3579", + "_ref_3580", + "sec-modulenamespacecreate", + "_ref_3581", + "_ref_3582", + "_ref_3583", + "_ref_3584", + "_ref_3585", + "_ref_315", + "_ref_3586", + "_ref_316", + "_ref_3587", + "_ref_317", + "sec-immutable-prototype-exotic-objects", + "_ref_3588", + "_ref_3589", + "immutable-prototype-exotic-object", + "_ref_3590", + "_ref_3591", + "_ref_3592", + "_ref_3593", + "sec-immutable-prototype-exotic-objects-setprototypeof-v", + "_ref_3594", + "_ref_3595", + "sec-set-immutable-prototype", + "_ref_3596", + "_ref_3597", + "_ref_3598", + "_ref_3599", + "sec-proxy-object-internal-methods-and-internal-slots", + "_ref_3600", + "_ref_318", + "proxy-exotic-object", + "_ref_3601", + "table-proxy-handler-methods", + "table-30", + "_ref_319", + "_ref_320", + "_ref_3602", + "_ref_3603", + "sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", + "_ref_3604", + "_ref_3605", + "_ref_3606", + "_ref_3607", + "_ref_3608", + "_ref_3609", + "_ref_3610", + "_ref_3611", + "sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", + "_ref_3612", + "_ref_3613", + "_ref_3614", + "_ref_3615", + "_ref_3616", + "_ref_3617", + "_ref_3618", + "_ref_3619", + "_ref_3620", + "_ref_3621", + "_ref_3622", + "sec-proxy-object-internal-methods-and-internal-slots-isextensible", + "_ref_3623", + "_ref_3624", + "_ref_3625", + "_ref_3626", + "_ref_3627", + "_ref_3628", + "_ref_3629", + "_ref_3630", + "_ref_3631", + "sec-proxy-object-internal-methods-and-internal-slots-preventextensions", + "_ref_3632", + "_ref_3633", + "_ref_3634", + "_ref_3635", + "_ref_3636", + "_ref_3637", + "_ref_3638", + "sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", + "_ref_3639", + "_ref_3640", + "_ref_3641", + "_ref_3642", + "_ref_3643", + "_ref_3644", + "_ref_3645", + "_ref_3646", + "_ref_3647", + "_ref_3648", + "_ref_3649", + "_ref_3650", + "_ref_3651", + "sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", + "_ref_3652", + "_ref_3653", + "_ref_3654", + "_ref_3655", + "_ref_3656", + "_ref_3657", + "_ref_3658", + "_ref_3659", + "_ref_3660", + "_ref_3661", + "_ref_3662", + "_ref_3663", + "_ref_3664", + "_ref_3665", + "sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", + "_ref_3666", + "_ref_3667", + "_ref_3668", + "_ref_3669", + "_ref_3670", + "_ref_3671", + "_ref_3672", + "_ref_3673", + "_ref_3674", + "sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", + "_ref_3675", + "_ref_3676", + "_ref_3677", + "_ref_3678", + "_ref_3679", + "_ref_3680", + "_ref_3681", + "_ref_3682", + "_ref_3683", + "_ref_3684", + "_ref_3685", + "_ref_3686", + "_ref_3687", + "sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", + "_ref_3688", + "_ref_3689", + "_ref_3690", + "_ref_3691", + "_ref_3692", + "_ref_3693", + "_ref_3694", + "_ref_3695", + "_ref_3696", + "_ref_3697", + "_ref_3698", + "_ref_3699", + "_ref_3700", + "_ref_3701", + "_ref_3702", + "sec-proxy-object-internal-methods-and-internal-slots-delete-p", + "_ref_3703", + "_ref_3704", + "_ref_3705", + "_ref_3706", + "_ref_3707", + "_ref_3708", + "_ref_3709", + "_ref_3710", + "_ref_3711", + "sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", + "_ref_3712", + "_ref_3713", + "_ref_3714", + "_ref_3715", + "_ref_3716", + "_ref_3717", + "_ref_3718", + "_ref_3719", + "_ref_3720", + "_ref_3721", + "_ref_3722", + "_ref_3723", + "_ref_3724", + "_ref_3725", + "_ref_3726", + "_ref_3727", + "_ref_3728", + "_ref_3729", + "sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", + "_ref_3730", + "_ref_3731", + "_ref_3732", + "_ref_3733", + "_ref_3734", + "_ref_3735", + "_ref_3736", + "_ref_3737", + "_ref_3738", + "_ref_3739", + "sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", + "_ref_3740", + "_ref_3741", + "_ref_3742", + "_ref_3743", + "_ref_3744", + "_ref_3745", + "_ref_3746", + "_ref_3747", + "_ref_3748", + "_ref_3749", + "_ref_3750", + "_ref_3751", + "_ref_3752", + "sec-proxycreate", + "_ref_3753", + "_ref_3754", + "_ref_3755", + "_ref_321", + "_ref_3756", + "_ref_322", + "_ref_3757", + "_ref_323", + "sec-ecmascript-language-source-code", + "sec-source-text", + "prod-SourceCharacter", + "_ref_11034", + "_ref_11035", + "sec-utf16encodecodepoint", + "sec-codepointtoutf16codeunits", + "sec-utf16encoding", + "_ref_3758", + "_ref_3759", + "_ref_3760", + "_ref_3761", + "sec-codepointstostring", + "sec-utf16encode", + "_ref_324", + "_ref_3762", + "_ref_3763", + "sec-utf16decodesurrogatepair", + "utf16decodesurrogatepair", + "sec-utf16decode", + "_ref_325", + "_ref_3764", + "_ref_326", + "_ref_327", + "sec-codepointat", + "_ref_3765", + "_ref_328", + "_ref_3766", + "_ref_329", + "_ref_330", + "_ref_3767", + "_ref_331", + "_ref_3768", + "_ref_332", + "_ref_3769", + "_ref_3770", + "_ref_3771", + "sec-stringtocodepoints", + "sec-utf16decodestring", + "_ref_333", + "_ref_3772", + "_ref_3773", + "sec-parsetext", + "_ref_3774", + "_ref_3775", + "_ref_3776", + "_ref_3777", + "_ref_3778", + "_ref_3779", + "_ref_3780", + "_ref_3781", + "_ref_3782", + "_ref_3783", + "_ref_334", + "sec-types-of-source-code", + "_ref_11036", + "_ref_11037", + "_ref_11038", + "_ref_11039", + "_ref_11040", + "_ref_11041", + "_ref_11042", + "_ref_11043", + "_ref_11044", + "_ref_11045", + "_ref_11046", + "_ref_11047", + "_ref_11048", + "_ref_11049", + "_ref_11050", + "_ref_11051", + "_ref_11052", + "_ref_335", + "_ref_3784", + "_ref_11053", + "_ref_11054", + "_ref_11055", + "_ref_11056", + "_ref_11057", + "_ref_11058", + "_ref_11059", + "_ref_11060", + "_ref_11061", + "_ref_11062", + "_ref_11063", + "_ref_11064", + "_ref_11065", + "_ref_11066", + "_ref_11067", + "_ref_11068", + "_ref_11069", + "_ref_11070", + "_ref_11071", + "_ref_11072", + "_ref_11073", + "_ref_11074", + "_ref_11075", + "_ref_11076", + "_ref_11077", + "_ref_11078", + "_ref_11079", + "_ref_11080", + "_ref_11081", + "_ref_11082", + "_ref_11083", + "_ref_11084", + "_ref_11085", + "_ref_11086", + "_ref_11087", + "_ref_11088", + "_ref_11089", + "_ref_11090", + "_ref_11091", + "_ref_11092", + "_ref_11093", + "_ref_11094", + "_ref_11095", + "_ref_11096", + "_ref_336", + "_ref_337", + "_ref_338", + "_ref_339", + "_ref_340", + "_ref_341", + "_ref_342", + "_ref_3785", + "_ref_343", + "_ref_3786", + "_ref_344", + "_ref_3787", + "_ref_345", + "_ref_11097", + "_ref_3788", + "_ref_11098", + "_ref_3789", + "sec-directive-prologues-and-the-use-strict-directive", + "directive-prologue", + "_ref_11099", + "_ref_11100", + "_ref_11101", + "_ref_11102", + "_ref_11103", + "_ref_11104", + "_ref_11105", + "_ref_11106", + "_ref_346", + "_ref_3790", + "use-strict-directive", + "_ref_11107", + "_ref_3791", + "_ref_11108", + "_ref_3792", + "_ref_11109", + "_ref_11110", + "_ref_3793", + "_ref_3794", + "_ref_11111", + "_ref_3795", + "_ref_11112", + "_ref_3796", + "_ref_3797", + "_ref_3798", + "_ref_11113", + "_ref_3799", + "sec-strict-mode-code", + "_ref_347", + "_ref_3800", + "_ref_3801", + "_ref_11114", + "_ref_11115", + "_ref_3802", + "_ref_3803", + "_ref_3804", + "_ref_11116", + "_ref_11117", + "_ref_11118", + "_ref_11119", + "_ref_11120", + "_ref_11121", + "_ref_11122", + "_ref_11123", + "_ref_11124", + "_ref_11125", + "_ref_11126", + "_ref_3805", + "_ref_3806", + "_ref_11127", + "_ref_3807", + "_ref_3808", + "non-strict-code", + "sec-non-ecmascript-functions", + "_ref_3809", + "_ref_3810", + "sec-ecmascript-language-lexical-grammar", + "_ref_11128", + "_ref_11129", + "_ref_11130", + "_ref_11131", + "_ref_11132", + "_ref_11133", + "_ref_11134", + "_ref_3811", + "_ref_11135", + "_ref_11136", + "_ref_11137", + "_ref_11138", + "_ref_11139", + "_ref_11140", + "_ref_11141", + "_ref_11142", + "_ref_3812", + "_ref_11143", + "_ref_348", + "_ref_11144", + "_ref_11145", + "prod-InputElementDiv", + "_ref_11146", + "_ref_11147", + "_ref_11148", + "_ref_11149", + "_ref_11150", + "_ref_11151", + "prod-InputElementRegExp", + "_ref_11152", + "_ref_11153", + "_ref_11154", + "_ref_11155", + "_ref_11156", + "_ref_11157", + "prod-InputElementRegExpOrTemplateTail", + "_ref_11158", + "_ref_11159", + "_ref_11160", + "_ref_11161", + "_ref_11162", + "_ref_11163", + "prod-InputElementTemplateTail", + "_ref_11164", + "_ref_11165", + "_ref_11166", + "_ref_11167", + "_ref_11168", + "_ref_11169", + "sec-unicode-format-control-characters", + "_ref_11170", + "_ref_349", + "_ref_350", + "table-format-control-code-point-usage", + "table-31", + "_ref_11171", + "_ref_11172", + "_ref_11173", + "sec-white-space", + "_ref_11174", + "_ref_11175", + "_ref_11176", + "_ref_11177", + "_ref_11178", + "_ref_351", + "table-white-space-code-points", + "table-32", + "_ref_11179", + "_ref_352", + "_ref_11180", + "prod-WhiteSpace", + "sec-line-terminators", + "_ref_353", + "_ref_11181", + "_ref_11182", + "_ref_11183", + "_ref_11184", + "_ref_11185", + "_ref_11186", + "_ref_11187", + "_ref_354", + "table-line-terminator-code-points", + "table-33", + "_ref_355", + "_ref_356", + "_ref_11188", + "prod-LineTerminator", + "prod-LineTerminatorSequence", + "sec-comments", + "_ref_11189", + "_ref_11190", + "_ref_357", + "_ref_11191", + "_ref_11192", + "prod-Comment", + "_ref_11193", + "_ref_11194", + "prod-MultiLineComment", + "_ref_11195", + "prod-MultiLineCommentChars", + "_ref_11196", + "_ref_11197", + "_ref_11198", + "prod-PostAsteriskCommentChars", + "_ref_11199", + "_ref_11200", + "_ref_11201", + "prod-MultiLineNotAsteriskChar", + "_ref_11202", + "prod-MultiLineNotForwardSlashOrAsteriskChar", + "_ref_11203", + "prod-SingleLineComment", + "_ref_11204", + "prod-SingleLineCommentChars", + "_ref_11205", + "_ref_11206", + "prod-SingleLineCommentChar", + "_ref_11207", + "_ref_11208", + "_ref_358", + "sec-tokens", + "prod-CommonToken", + "_ref_11209", + "_ref_11210", + "_ref_11211", + "_ref_11212", + "_ref_11213", + "_ref_11214", + "_ref_11215", + "_ref_11216", + "_ref_11217", + "_ref_11218", + "sec-names-and-keywords", + "_ref_11219", + "_ref_11220", + "_ref_11221", + "_ref_11222", + "_ref_11223", + "_ref_11224", + "_ref_11225", + "_ref_11226", + "_ref_11227", + "_ref_11228", + "_ref_11229", + "_ref_11230", + "_ref_11231", + "_ref_359", + "_ref_11232", + "_ref_11233", + "_ref_11234", + "_ref_11235", + "_ref_11236", + "_ref_11237", + "_ref_11238", + "_ref_11239", + "_ref_11240", + "_ref_11241", + "_ref_11242", + "_ref_11243", + "prod-IdentifierName", + "_ref_11244", + "_ref_11245", + "_ref_11246", + "prod-IdentifierStart", + "_ref_11247", + "_ref_11248", + "prod-IdentifierPart", + "_ref_11249", + "_ref_11250", + "prod-UnicodeIDStart", + "prod-UnicodeIDContinue", + "_ref_11251", + "_ref_360", + "_ref_11252", + "_ref_11253", + "sec-identifier-names", + "sec-identifier-names-static-semantics-early-errors", + "_ref_11254", + "_ref_11255", + "_ref_3813", + "_ref_11256", + "_ref_11257", + "_ref_11258", + "_ref_3814", + "_ref_3815", + "_ref_3816", + "_ref_11259", + "sec-identifier-names-static-semantics-stringvalue", + "_ref_11260", + "_ref_11261", + "_ref_11262", + "_ref_11263", + "_ref_11264", + "_ref_11265", + "_ref_3817", + "sec-keywords-and-reserved-words", + "sec-future-reserved-words", + "sec-keywords", + "sec-reserved-words", + "_ref_11266", + "_ref_11267", + "_ref_3818", + "_ref_11268", + "_ref_361", + "_ref_3819", + "_ref_362", + "_ref_363", + "_ref_364", + "_ref_365", + "_ref_11269", + "_ref_3820", + "_ref_11270", + "prod-ReservedWord", + "_ref_366", + "_ref_11271", + "_ref_11272", + "_ref_11273", + "_ref_11274", + "_ref_3821", + "_ref_367", + "_ref_3822", + "_ref_3823", + "_ref_368", + "_ref_369", + "_ref_370", + "_ref_371", + "_ref_372", + "_ref_373", + "sec-punctuators", + "prod-Punctuator", + "_ref_11275", + "_ref_11276", + "prod-OptionalChainingPunctuator", + "_ref_11277", + "prod-OtherPunctuator", + "prod-DivPunctuator", + "prod-RightBracePunctuator", + "sec-ecmascript-language-lexical-grammar-literals", + "sec-null-literals", + "prod-NullLiteral", + "sec-boolean-literals", + "prod-BooleanLiteral", + "sec-literals-numeric-literals", + "prod-NumericLiteralSeparator", + "prod-NumericLiteral", + "_ref_11278", + "_ref_11279", + "_ref_11280", + "_ref_11281", + "_ref_11282", + "prod-DecimalBigIntegerLiteral", + "_ref_11283", + "_ref_11284", + "_ref_11285", + "_ref_11286", + "_ref_11287", + "_ref_11288", + "_ref_11289", + "_ref_11290", + "prod-NonDecimalIntegerLiteral", + "_ref_11291", + "_ref_11292", + "_ref_11293", + "prod-BigIntLiteralSuffix", + "prod-DecimalLiteral", + "_ref_11294", + "_ref_11295", + "_ref_11296", + "_ref_11297", + "_ref_11298", + "_ref_11299", + "_ref_11300", + "prod-DecimalIntegerLiteral", + "_ref_11301", + "_ref_11302", + "_ref_11303", + "_ref_11304", + "prod-DecimalDigits", + "_ref_11305", + "_ref_11306", + "_ref_11307", + "_ref_11308", + "_ref_11309", + "_ref_11310", + "prod-DecimalDigit", + "prod-NonZeroDigit", + "prod-ExponentPart", + "_ref_11311", + "_ref_11312", + "prod-ExponentIndicator", + "prod-SignedInteger", + "_ref_11313", + "_ref_11314", + "_ref_11315", + "prod-BinaryIntegerLiteral", + "_ref_11316", + "_ref_11317", + "prod-BinaryDigits", + "_ref_11318", + "_ref_11319", + "_ref_11320", + "_ref_11321", + "_ref_11322", + "_ref_11323", + "prod-BinaryDigit", + "prod-OctalIntegerLiteral", + "_ref_11324", + "_ref_11325", + "prod-OctalDigits", + "_ref_11326", + "_ref_11327", + "_ref_11328", + "_ref_11329", + "_ref_11330", + "_ref_11331", + "prod-OctalDigit", + "prod-HexIntegerLiteral", + "_ref_11332", + "_ref_11333", + "prod-HexDigits", + "_ref_11334", + "_ref_11335", + "_ref_11336", + "_ref_11337", + "_ref_11338", + "_ref_11339", + "prod-HexDigit", + "_ref_11340", + "_ref_11341", + "_ref_11342", + "_ref_11343", + "_ref_3824", + "_ref_374", + "_ref_11344", + "_ref_375", + "_ref_11345", + "_ref_376", + "sec-static-semantics-mv", + "_ref_11346", + "_ref_11347", + "_ref_11348", + "_ref_11349", + "_ref_11350", + "_ref_11351", + "_ref_11352", + "_ref_11353", + "_ref_11354", + "_ref_11355", + "_ref_11356", + "_ref_11357", + "_ref_11358", + "_ref_11359", + "_ref_11360", + "_ref_11361", + "_ref_11362", + "_ref_11363", + "_ref_11364", + "_ref_11365", + "_ref_11366", + "_ref_11367", + "_ref_11368", + "_ref_11369", + "_ref_11370", + "_ref_11371", + "_ref_11372", + "_ref_11373", + "_ref_11374", + "_ref_11375", + "_ref_11376", + "_ref_11377", + "_ref_11378", + "_ref_11379", + "_ref_11380", + "_ref_11381", + "_ref_11382", + "_ref_11383", + "_ref_11384", + "_ref_11385", + "_ref_11386", + "_ref_11387", + "_ref_11388", + "_ref_11389", + "_ref_11390", + "_ref_11391", + "_ref_11392", + "_ref_11393", + "_ref_11394", + "_ref_11395", + "_ref_11396", + "_ref_11397", + "_ref_11398", + "_ref_11399", + "_ref_11400", + "_ref_11401", + "_ref_11402", + "_ref_11403", + "_ref_11404", + "_ref_11405", + "_ref_11406", + "_ref_11407", + "_ref_11408", + "_ref_11409", + "_ref_11410", + "_ref_11411", + "_ref_11412", + "_ref_11413", + "_ref_11414", + "_ref_11415", + "_ref_11416", + "_ref_11417", + "_ref_11418", + "_ref_11419", + "_ref_11420", + "_ref_11421", + "_ref_11422", + "_ref_11423", + "_ref_11424", + "_ref_11425", + "_ref_11426", + "_ref_11427", + "_ref_11428", + "_ref_11429", + "_ref_11430", + "_ref_11431", + "_ref_11432", + "_ref_11433", + "_ref_11434", + "_ref_11435", + "_ref_11436", + "_ref_11437", + "_ref_11438", + "_ref_11439", + "_ref_11440", + "_ref_11441", + "_ref_11442", + "_ref_11443", + "_ref_11444", + "_ref_11445", + "_ref_11446", + "_ref_11447", + "_ref_11448", + "_ref_11449", + "_ref_11450", + "_ref_11451", + "_ref_11452", + "_ref_11453", + "_ref_11454", + "_ref_11455", + "_ref_11456", + "_ref_11457", + "_ref_11458", + "_ref_11459", + "_ref_11460", + "_ref_11461", + "_ref_11462", + "_ref_11463", + "sec-numericvalue", + "_ref_11464", + "_ref_3825", + "_ref_11465", + "_ref_11466", + "_ref_3826", + "_ref_11467", + "_ref_3827", + "_ref_377", + "_ref_11468", + "_ref_3828", + "_ref_3829", + "_ref_3830", + "_ref_11469", + "_ref_11470", + "_ref_11471", + "_ref_11472", + "_ref_11473", + "_ref_11474", + "_ref_11475", + "_ref_11476", + "_ref_11477", + "_ref_11478", + "_ref_11479", + "_ref_11480", + "_ref_11481", + "_ref_11482", + "_ref_11483", + "_ref_11484", + "_ref_11485", + "_ref_11486", + "_ref_11487", + "_ref_11488", + "_ref_3831", + "sec-literals-string-literals", + "_ref_378", + "prod-StringLiteral", + "_ref_11489", + "_ref_11490", + "prod-DoubleStringCharacters", + "_ref_11491", + "_ref_11492", + "prod-SingleStringCharacters", + "_ref_11493", + "_ref_11494", + "prod-DoubleStringCharacter", + "_ref_11495", + "_ref_11496", + "_ref_11497", + "_ref_11498", + "prod-SingleStringCharacter", + "_ref_11499", + "_ref_11500", + "_ref_11501", + "_ref_11502", + "prod-LineContinuation", + "_ref_11503", + "prod-EscapeSequence", + "_ref_11504", + "_ref_11505", + "_ref_11506", + "_ref_11507", + "_ref_3832", + "_ref_11508", + "_ref_379", + "_ref_380", + "_ref_381", + "prod-CharacterEscapeSequence", + "_ref_11509", + "_ref_11510", + "prod-SingleEscapeCharacter", + "prod-NonEscapeCharacter", + "_ref_11511", + "_ref_11512", + "_ref_11513", + "prod-EscapeCharacter", + "_ref_11514", + "_ref_11515", + "prod-HexEscapeSequence", + "_ref_11516", + "_ref_11517", + "prod-UnicodeEscapeSequence", + "_ref_11518", + "_ref_11519", + "prod-Hex4Digits", + "_ref_11520", + "_ref_11521", + "_ref_11522", + "_ref_11523", + "_ref_11524", + "_ref_382", + "_ref_11525", + "_ref_383", + "_ref_11526", + "sec-string-literals-static-semantics-stringvalue", + "_ref_11527", + "_ref_11528", + "_ref_11529", + "sec-static-semantics-sv", + "_ref_3833", + "_ref_384", + "_ref_11530", + "_ref_11531", + "_ref_3834", + "_ref_11532", + "_ref_11533", + "_ref_11534", + "_ref_11535", + "_ref_3835", + "_ref_11536", + "_ref_11537", + "_ref_11538", + "_ref_11539", + "_ref_3836", + "_ref_11540", + "_ref_11541", + "_ref_11542", + "_ref_11543", + "_ref_3837", + "_ref_11544", + "_ref_11545", + "_ref_11546", + "_ref_11547", + "_ref_385", + "table-string-single-character-escape-sequences", + "table-34", + "_ref_11548", + "_ref_11549", + "_ref_11550", + "_ref_3838", + "_ref_11551", + "_ref_11552", + "_ref_11553", + "_ref_11554", + "_ref_11555", + "_ref_11556", + "_ref_11557", + "_ref_11558", + "_ref_11559", + "_ref_11560", + "_ref_3839", + "_ref_11561", + "sec-string-literals-static-semantics-mv", + "_ref_11562", + "_ref_11563", + "_ref_11564", + "_ref_11565", + "_ref_11566", + "_ref_11567", + "_ref_11568", + "_ref_11569", + "_ref_11570", + "_ref_11571", + "_ref_11572", + "_ref_11573", + "sec-literals-regular-expression-literals", + "_ref_386", + "_ref_3840", + "_ref_387", + "_ref_11574", + "_ref_11575", + "_ref_388", + "_ref_389", + "_ref_11576", + "_ref_11577", + "prod-RegularExpressionLiteral", + "_ref_11578", + "_ref_11579", + "prod-RegularExpressionBody", + "_ref_11580", + "_ref_11581", + "prod-RegularExpressionChars", + "_ref_11582", + "_ref_11583", + "prod-RegularExpressionFirstChar", + "_ref_11584", + "_ref_11585", + "_ref_11586", + "prod-RegularExpressionChar", + "_ref_11587", + "_ref_11588", + "_ref_11589", + "prod-RegularExpressionBackslashSequence", + "_ref_11590", + "prod-RegularExpressionNonTerminator", + "_ref_11591", + "_ref_11592", + "prod-RegularExpressionClass", + "_ref_11593", + "prod-RegularExpressionClassChars", + "_ref_11594", + "_ref_11595", + "prod-RegularExpressionClassChar", + "_ref_11596", + "_ref_11597", + "prod-RegularExpressionFlags", + "_ref_11598", + "_ref_11599", + "sec-literals-regular-expression-literals-static-semantics-early-errors", + "_ref_11600", + "_ref_11601", + "_ref_11602", + "sec-static-semantics-bodytext", + "_ref_11603", + "_ref_11604", + "_ref_11605", + "sec-static-semantics-flagtext", + "_ref_11606", + "_ref_11607", + "_ref_11608", + "sec-template-literal-lexical-components", + "prod-Template", + "_ref_11609", + "_ref_11610", + "prod-NoSubstitutionTemplate", + "_ref_11611", + "prod-TemplateHead", + "_ref_11612", + "prod-TemplateSubstitutionTail", + "_ref_11613", + "_ref_11614", + "prod-TemplateMiddle", + "_ref_11615", + "prod-TemplateTail", + "_ref_11616", + "prod-TemplateCharacters", + "_ref_11617", + "_ref_11618", + "prod-TemplateCharacter", + "_ref_11619", + "_ref_11620", + "_ref_11621", + "_ref_11622", + "_ref_11623", + "_ref_11624", + "prod-NotEscapeSequence", + "_ref_11625", + "_ref_11626", + "_ref_11627", + "_ref_11628", + "_ref_11629", + "_ref_11630", + "_ref_11631", + "_ref_11632", + "_ref_11633", + "_ref_11634", + "_ref_11635", + "_ref_11636", + "_ref_11637", + "_ref_11638", + "_ref_11639", + "_ref_11640", + "_ref_11641", + "_ref_11642", + "_ref_11643", + "_ref_11644", + "prod-NotCodePoint", + "_ref_11645", + "_ref_11646", + "prod-CodePoint", + "_ref_11647", + "_ref_11648", + "_ref_11649", + "_ref_390", + "_ref_11650", + "_ref_11651", + "_ref_11652", + "sec-static-semantics-tv-and-trv", + "_ref_391", + "_ref_3841", + "_ref_392", + "_ref_11653", + "_ref_11654", + "_ref_11655", + "_ref_11656", + "_ref_3842", + "_ref_11657", + "_ref_11658", + "_ref_11659", + "_ref_11660", + "_ref_3843", + "_ref_11661", + "_ref_11662", + "_ref_11663", + "_ref_11664", + "_ref_11665", + "_ref_11666", + "_ref_11667", + "_ref_11668", + "_ref_11669", + "_ref_3844", + "_ref_11670", + "_ref_11671", + "_ref_11672", + "_ref_11673", + "_ref_3845", + "_ref_11674", + "_ref_11675", + "_ref_3846", + "_ref_11676", + "_ref_11677", + "_ref_3847", + "_ref_11678", + "_ref_11679", + "_ref_3848", + "_ref_11680", + "_ref_11681", + "_ref_11682", + "_ref_11683", + "_ref_3849", + "_ref_11684", + "_ref_11685", + "_ref_11686", + "_ref_11687", + "_ref_3850", + "_ref_11688", + "_ref_11689", + "_ref_11690", + "_ref_11691", + "_ref_3851", + "_ref_11692", + "_ref_11693", + "_ref_11694", + "_ref_11695", + "_ref_11696", + "_ref_11697", + "_ref_3852", + "_ref_11698", + "_ref_11699", + "_ref_11700", + "_ref_11701", + "_ref_3853", + "_ref_11702", + "_ref_11703", + "_ref_3854", + "_ref_11704", + "_ref_11705", + "_ref_11706", + "_ref_3855", + "_ref_11707", + "_ref_3856", + "_ref_11708", + "_ref_11709", + "_ref_3857", + "_ref_11710", + "_ref_11711", + "_ref_3858", + "_ref_11712", + "_ref_11713", + "_ref_11714", + "_ref_3859", + "_ref_11715", + "_ref_11716", + "_ref_3860", + "_ref_11717", + "_ref_11718", + "_ref_11719", + "_ref_11720", + "_ref_11721", + "_ref_3861", + "_ref_11722", + "_ref_11723", + "_ref_11724", + "_ref_11725", + "_ref_11726", + "_ref_11727", + "_ref_3862", + "_ref_11728", + "_ref_11729", + "_ref_3863", + "_ref_11730", + "_ref_3864", + "_ref_11731", + "_ref_11732", + "_ref_11733", + "_ref_11734", + "sec-automatic-semicolon-insertion", + "sec-rules-of-automatic-semicolon-insertion", + "_ref_10582", + "_ref_393", + "_ref_11735", + "_ref_394", + "_ref_11736", + "_ref_11737", + "_ref_395", + "prod-asi-rules-UpdateExpression", + "_ref_11738", + "_ref_11739", + "_ref_11740", + "_ref_11741", + "prod-asi-rules-ContinueStatement", + "_ref_11742", + "_ref_11743", + "prod-asi-rules-BreakStatement", + "_ref_11744", + "_ref_11745", + "prod-asi-rules-ReturnStatement", + "_ref_11746", + "_ref_11747", + "prod-asi-rules-ThrowStatement", + "_ref_11748", + "_ref_11749", + "prod-asi-rules-ArrowFunction", + "_ref_11750", + "_ref_11751", + "_ref_11752", + "prod-asi-rules-YieldExpression", + "_ref_11753", + "_ref_11754", + "_ref_11755", + "_ref_11756", + "_ref_11757", + "_ref_11758", + "_ref_11759", + "_ref_11760", + "_ref_11761", + "sec-examples-of-automatic-semicolon-insertion", + "_ref_11762", + "_ref_11763", + "sec-interesting-cases-of-automatic-semicolon-insertion", + "sec-asi-interesting-cases-in-statement-lists", + "_ref_11764", + "_ref_11765", + "_ref_11766", + "_ref_11767", + "_ref_11768", + "_ref_396", + "_ref_11769", + "_ref_11770", + "sec-asi-cases-with-no-lineterminator-here", + "_ref_11771", + "_ref_11772", + "_ref_11773", + "_ref_11774", + "sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "_ref_11775", + "_ref_11776", + "_ref_11777", + "_ref_11778", + "_ref_11779", + "_ref_11780", + "_ref_397", + "_ref_398", + "sec-ecmascript-language-expressions", + "sec-identifiers", + "prod-IdentifierReference", + "_ref_11781", + "prod-BindingIdentifier", + "_ref_11782", + "prod-LabelIdentifier", + "_ref_11783", + "prod-Identifier", + "_ref_11784", + "_ref_11785", + "_ref_11786", + "_ref_3865", + "sec-identifiers-static-semantics-early-errors", + "_ref_11787", + "_ref_3866", + "_ref_11788", + "_ref_3867", + "_ref_3868", + "_ref_11789", + "_ref_11790", + "_ref_11791", + "_ref_11792", + "_ref_11793", + "_ref_11794", + "_ref_11795", + "_ref_11796", + "_ref_3869", + "_ref_11797", + "_ref_3870", + "_ref_11798", + "_ref_11799", + "_ref_11800", + "_ref_11801", + "_ref_11802", + "_ref_11803", + "_ref_11804", + "_ref_11805", + "sec-identifiers-static-semantics-boundnames", + "_ref_11806", + "_ref_3871", + "_ref_11807", + "_ref_3872", + "_ref_3873", + "sec-identifiers-static-semantics-assignmenttargettype", + "sec-identifiers-static-semantics-isvalidsimpleassignmenttarget", + "_ref_11808", + "_ref_11809", + "_ref_3874", + "_ref_11810", + "sec-identifiers-static-semantics-stringvalue", + "_ref_11811", + "_ref_11812", + "_ref_11813", + "sec-identifiers-runtime-semantics-bindinginitialization", + "_ref_3875", + "_ref_399", + "_ref_11814", + "_ref_11815", + "_ref_3876", + "_ref_3877", + "_ref_3878", + "sec-initializeboundname", + "_ref_3879", + "_ref_3880", + "_ref_3881", + "_ref_3882", + "_ref_3883", + "sec-identifiers-runtime-semantics-evaluation", + "_ref_11816", + "_ref_3884", + "_ref_11817", + "_ref_3885", + "_ref_3886", + "_ref_11818", + "_ref_3887", + "_ref_3888", + "_ref_11819", + "_ref_11820", + "_ref_3889", + "sec-primary-expression", + "prod-PrimaryExpression", + "_ref_11821", + "_ref_11822", + "_ref_11823", + "_ref_11824", + "_ref_11825", + "_ref_11826", + "_ref_11827", + "_ref_11828", + "_ref_11829", + "_ref_11830", + "_ref_11831", + "_ref_11832", + "prod-CoverParenthesizedExpressionAndArrowParameterList", + "_ref_11833", + "_ref_11834", + "_ref_11835", + "_ref_11836", + "_ref_11837", + "_ref_11838", + "_ref_11839", + "_ref_11840", + "_ref_11841", + "_ref_11842", + "prod-ParenthesizedExpression", + "_ref_11843", + "sec-primary-expression-semantics", + "sec-static-semantics-coveredparenthesizedexpression", + "_ref_11844", + "_ref_11845", + "_ref_3890", + "_ref_11846", + "sec-semantics-static-semantics-hasname", + "_ref_11847", + "_ref_11848", + "sec-semantics-static-semantics-isfunctiondefinition", + "_ref_11849", + "_ref_11850", + "_ref_11851", + "_ref_11852", + "_ref_11853", + "_ref_11854", + "_ref_11855", + "_ref_11856", + "sec-semantics-static-semantics-isidentifierref", + "_ref_11857", + "_ref_11858", + "_ref_11859", + "_ref_11860", + "_ref_11861", + "_ref_11862", + "_ref_11863", + "_ref_11864", + "_ref_11865", + "_ref_11866", + "_ref_11867", + "_ref_11868", + "sec-semantics-static-semantics-assignmenttargettype", + "sec-semantics-static-semantics-isvalidsimpleassignmenttarget", + "_ref_11869", + "_ref_11870", + "_ref_11871", + "_ref_11872", + "_ref_11873", + "_ref_11874", + "_ref_11875", + "_ref_11876", + "_ref_11877", + "_ref_11878", + "_ref_11879", + "_ref_11880", + "sec-this-keyword", + "sec-this-keyword-runtime-semantics-evaluation", + "_ref_3891", + "sec-identifier-reference", + "_ref_400", + "_ref_11881", + "sec-primary-expression-literals", + "prod-Literal", + "_ref_11882", + "_ref_11883", + "_ref_11884", + "_ref_11885", + "sec-literals-runtime-semantics-evaluation", + "_ref_11886", + "_ref_11887", + "_ref_11888", + "_ref_11889", + "_ref_11890", + "_ref_11891", + "_ref_401", + "_ref_11892", + "_ref_11893", + "_ref_402", + "sec-array-initializer", + "_ref_11894", + "_ref_11895", + "prod-ArrayLiteral", + "_ref_11896", + "_ref_11897", + "_ref_11898", + "_ref_11899", + "prod-ElementList", + "_ref_11900", + "_ref_11901", + "_ref_11902", + "_ref_11903", + "_ref_11904", + "_ref_11905", + "_ref_11906", + "_ref_11907", + "_ref_11908", + "_ref_11909", + "prod-Elision", + "_ref_11910", + "prod-SpreadElement", + "_ref_11911", + "sec-runtime-semantics-arrayaccumulation", + "sec-static-semantics-elisionwidth", + "_ref_3892", + "_ref_3893", + "_ref_11912", + "_ref_11913", + "_ref_11914", + "_ref_11915", + "_ref_11916", + "_ref_11917", + "_ref_3894", + "_ref_11918", + "_ref_3895", + "_ref_3896", + "_ref_3897", + "_ref_3898", + "_ref_11919", + "_ref_11920", + "_ref_11921", + "_ref_11922", + "_ref_3899", + "_ref_11923", + "_ref_11924", + "_ref_11925", + "_ref_11926", + "_ref_11927", + "_ref_3900", + "_ref_11928", + "_ref_11929", + "_ref_3901", + "_ref_11930", + "_ref_3902", + "_ref_3903", + "_ref_3904", + "_ref_3905", + "_ref_11931", + "_ref_11932", + "_ref_11933", + "_ref_11934", + "_ref_3906", + "_ref_11935", + "_ref_11936", + "_ref_3907", + "_ref_11937", + "_ref_11938", + "_ref_11939", + "_ref_3908", + "_ref_3909", + "_ref_3910", + "_ref_3911", + "_ref_3912", + "_ref_3913", + "_ref_3914", + "_ref_3915", + "_ref_3916", + "sec-array-initializer-runtime-semantics-evaluation", + "_ref_11940", + "_ref_3917", + "_ref_11941", + "_ref_11942", + "_ref_3918", + "_ref_11943", + "_ref_3919", + "_ref_11944", + "_ref_3920", + "_ref_11945", + "_ref_11946", + "_ref_3921", + "_ref_11947", + "_ref_3922", + "_ref_11948", + "_ref_11949", + "_ref_3923", + "sec-object-initializer", + "prod-ObjectLiteral", + "_ref_11950", + "_ref_11951", + "prod-PropertyDefinitionList", + "_ref_11952", + "_ref_11953", + "_ref_11954", + "prod-PropertyDefinition", + "_ref_11955", + "_ref_11956", + "_ref_11957", + "_ref_11958", + "_ref_11959", + "_ref_11960", + "prod-PropertyName", + "_ref_11961", + "_ref_11962", + "prod-LiteralPropertyName", + "_ref_11963", + "_ref_11964", + "_ref_11965", + "prod-ComputedPropertyName", + "_ref_11966", + "prod-CoverInitializedName", + "_ref_11967", + "_ref_11968", + "prod-Initializer", + "_ref_11969", + "_ref_11970", + "_ref_403", + "_ref_11971", + "_ref_11972", + "_ref_11973", + "sec-object-initializer-static-semantics-early-errors", + "_ref_11974", + "_ref_11975", + "_ref_11976", + "_ref_11977", + "_ref_11978", + "_ref_11979", + "_ref_11980", + "_ref_11981", + "_ref_11982", + "_ref_11983", + "_ref_11984", + "_ref_11985", + "sec-object-initializer-static-semantics-computedpropertycontains", + "_ref_11986", + "_ref_11987", + "_ref_11988", + "sec-object-initializer-static-semantics-contains", + "_ref_11989", + "_ref_11990", + "_ref_11991", + "_ref_11992", + "sec-static-semantics-iscomputedpropertykey", + "_ref_11993", + "_ref_11994", + "sec-object-initializer-static-semantics-propname", + "_ref_11995", + "_ref_11996", + "_ref_11997", + "_ref_11998", + "_ref_11999", + "_ref_12000", + "_ref_12001", + "_ref_12002", + "_ref_12003", + "_ref_12004", + "_ref_12005", + "_ref_12006", + "_ref_3924", + "_ref_12007", + "sec-static-semantics-propertynamelist", + "_ref_12008", + "_ref_12009", + "_ref_3925", + "_ref_3926", + "_ref_12010", + "_ref_12011", + "_ref_12012", + "_ref_12013", + "_ref_12014", + "_ref_12015", + "sec-object-initializer-runtime-semantics-evaluation", + "_ref_3927", + "_ref_3928", + "_ref_12016", + "_ref_12017", + "_ref_3929", + "_ref_3930", + "_ref_12018", + "_ref_12019", + "_ref_12020", + "_ref_12021", + "_ref_12022", + "_ref_12023", + "_ref_12024", + "_ref_3931", + "_ref_12025", + "_ref_12026", + "_ref_3932", + "_ref_3933", + "sec-object-initializer-runtime-semantics-propertydefinitionevaluation", + "_ref_12027", + "_ref_12028", + "_ref_12029", + "_ref_12030", + "_ref_12031", + "_ref_12032", + "_ref_3934", + "_ref_3935", + "_ref_3936", + "_ref_12033", + "_ref_12034", + "_ref_12035", + "_ref_3937", + "_ref_3938", + "_ref_3939", + "_ref_3940", + "_ref_12036", + "_ref_12037", + "_ref_12038", + "_ref_3941", + "_ref_3942", + "_ref_12039", + "_ref_12040", + "_ref_12041", + "_ref_3943", + "_ref_3944", + "_ref_3945", + "_ref_3946", + "_ref_404", + "sec-function-defining-expressions", + "_ref_405", + "_ref_12042", + "_ref_406", + "_ref_12043", + "_ref_407", + "_ref_12044", + "_ref_408", + "_ref_12045", + "_ref_409", + "_ref_12046", + "sec-primary-expression-regular-expression-literals", + "_ref_410", + "sec-primary-expression-regular-expression-literals-static-semantics-early-errors", + "_ref_12047", + "_ref_3947", + "_ref_12048", + "sec-isvalidregularexpressionliteral", + "_ref_3948", + "_ref_12049", + "_ref_3949", + "_ref_3950", + "_ref_3951", + "sec-regular-expression-literals-runtime-semantics-evaluation", + "_ref_12050", + "_ref_3952", + "_ref_12051", + "_ref_3953", + "_ref_12052", + "_ref_3954", + "sec-template-literals", + "prod-TemplateLiteral", + "_ref_12053", + "_ref_12054", + "prod-SubstitutionTemplate", + "_ref_12055", + "_ref_12056", + "_ref_12057", + "prod-TemplateSpans", + "_ref_12058", + "_ref_12059", + "_ref_12060", + "prod-TemplateMiddleList", + "_ref_12061", + "_ref_12062", + "_ref_12063", + "_ref_12064", + "_ref_12065", + "sec-static-semantics-template-early-errors", + "sec-primary-expression-template-literals-static-semantics-early-errors", + "_ref_12066", + "_ref_12067", + "_ref_12068", + "_ref_12069", + "_ref_12070", + "_ref_12071", + "_ref_12072", + "_ref_12073", + "_ref_12074", + "_ref_12075", + "_ref_12076", + "_ref_12077", + "_ref_12078", + "_ref_12079", + "_ref_12080", + "_ref_12081", + "_ref_12082", + "_ref_12083", + "_ref_12084", + "_ref_12085", + "sec-static-semantics-templatestrings", + "_ref_12086", + "_ref_12087", + "_ref_12088", + "_ref_3955", + "_ref_12089", + "_ref_12090", + "_ref_12091", + "_ref_12092", + "_ref_12093", + "_ref_12094", + "_ref_3956", + "_ref_12095", + "_ref_12096", + "_ref_12097", + "_ref_3957", + "_ref_12098", + "_ref_12099", + "_ref_12100", + "_ref_12101", + "_ref_12102", + "_ref_3958", + "_ref_12103", + "_ref_12104", + "_ref_12105", + "_ref_12106", + "_ref_3959", + "_ref_12107", + "_ref_12108", + "_ref_12109", + "_ref_12110", + "_ref_12111", + "_ref_12112", + "_ref_3960", + "sec-template-literals-runtime-semantics-argumentlistevaluation", + "_ref_12113", + "_ref_12114", + "_ref_3961", + "_ref_3962", + "_ref_12115", + "_ref_12116", + "_ref_3963", + "_ref_12117", + "_ref_3964", + "_ref_12118", + "_ref_12119", + "_ref_12120", + "_ref_12121", + "_ref_3965", + "_ref_12122", + "_ref_3966", + "_ref_3967", + "_ref_3968", + "sec-gettemplateobject", + "_ref_3969", + "_ref_3970", + "_ref_3971", + "_ref_3972", + "_ref_3973", + "_ref_3974", + "_ref_3975", + "_ref_3976", + "_ref_3977", + "_ref_3978", + "_ref_3979", + "_ref_3980", + "_ref_3981", + "_ref_3982", + "_ref_3983", + "_ref_3984", + "_ref_12123", + "_ref_3985", + "_ref_411", + "_ref_12124", + "sec-runtime-semantics-substitutionevaluation", + "_ref_12125", + "_ref_3986", + "_ref_12126", + "_ref_12127", + "_ref_12128", + "_ref_12129", + "_ref_12130", + "_ref_12131", + "_ref_3987", + "_ref_3988", + "_ref_12132", + "_ref_12133", + "_ref_12134", + "_ref_12135", + "_ref_12136", + "_ref_3989", + "_ref_3990", + "sec-template-literals-runtime-semantics-evaluation", + "_ref_12137", + "_ref_12138", + "_ref_412", + "_ref_12139", + "_ref_12140", + "_ref_12141", + "_ref_12142", + "_ref_413", + "_ref_12143", + "_ref_3991", + "_ref_3992", + "_ref_12144", + "_ref_3993", + "_ref_3994", + "_ref_12145", + "_ref_12146", + "_ref_12147", + "_ref_414", + "_ref_12148", + "_ref_12149", + "_ref_12150", + "_ref_3995", + "_ref_12151", + "_ref_415", + "_ref_3996", + "_ref_12152", + "_ref_12153", + "_ref_12154", + "_ref_416", + "_ref_12155", + "_ref_3997", + "_ref_3998", + "_ref_3999", + "_ref_12156", + "_ref_12157", + "_ref_12158", + "_ref_12159", + "_ref_12160", + "_ref_4000", + "_ref_12161", + "_ref_417", + "_ref_12162", + "_ref_4001", + "_ref_4002", + "_ref_4003", + "_ref_12163", + "sec-grouping-operator", + "sec-grouping-operator-static-semantics-early-errors", + "_ref_12164", + "_ref_12165", + "_ref_4004", + "_ref_12166", + "_ref_12167", + "_ref_12168", + "sec-grouping-operator-static-semantics-isfunctiondefinition", + "_ref_12169", + "_ref_12170", + "sec-grouping-operator-static-semantics-assignmenttargettype", + "sec-grouping-operator-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12171", + "_ref_12172", + "sec-grouping-operator-runtime-semantics-namedevaluation", + "_ref_12173", + "_ref_12174", + "_ref_12175", + "_ref_4005", + "_ref_4006", + "_ref_12176", + "_ref_12177", + "sec-grouping-operator-runtime-semantics-evaluation", + "_ref_12178", + "_ref_12179", + "_ref_12180", + "_ref_12181", + "_ref_4007", + "_ref_12182", + "sec-left-hand-side-expressions", + "prod-MemberExpression", + "_ref_12183", + "_ref_12184", + "_ref_12185", + "_ref_12186", + "_ref_12187", + "_ref_12188", + "_ref_12189", + "_ref_12190", + "_ref_12191", + "_ref_12192", + "_ref_12193", + "prod-SuperProperty", + "_ref_12194", + "_ref_12195", + "prod-MetaProperty", + "_ref_12196", + "_ref_12197", + "prod-NewTarget", + "prod-ImportMeta", + "prod-NewExpression", + "_ref_12198", + "_ref_12199", + "prod-CallExpression", + "_ref_12200", + "_ref_12201", + "_ref_12202", + "_ref_12203", + "_ref_12204", + "_ref_12205", + "_ref_12206", + "_ref_12207", + "_ref_12208", + "_ref_12209", + "_ref_12210", + "prod-SuperCall", + "_ref_12211", + "prod-ImportCall", + "_ref_12212", + "prod-Arguments", + "_ref_12213", + "_ref_12214", + "prod-ArgumentList", + "_ref_12215", + "_ref_12216", + "_ref_12217", + "_ref_12218", + "_ref_12219", + "_ref_12220", + "prod-OptionalExpression", + "_ref_12221", + "_ref_12222", + "_ref_12223", + "_ref_12224", + "_ref_12225", + "_ref_12226", + "prod-OptionalChain", + "_ref_12227", + "_ref_12228", + "_ref_12229", + "_ref_12230", + "_ref_12231", + "_ref_12232", + "_ref_12233", + "_ref_12234", + "_ref_12235", + "_ref_12236", + "_ref_12237", + "_ref_12238", + "prod-LeftHandSideExpression", + "_ref_12239", + "_ref_12240", + "_ref_12241", + "_ref_12242", + "_ref_12243", + "prod-CallMemberExpression", + "_ref_12244", + "_ref_12245", + "sec-static-semantics", + "sec-left-hand-side-expressions-static-semantics-early-errors", + "_ref_12246", + "_ref_12247", + "_ref_12248", + "_ref_418", + "_ref_4008", + "_ref_12249", + "sec-left-hand-side-expressions-static-semantics-coveredcallexpression", + "prod-CoverCallExpressionAndAsyncArrowHead", + "_ref_12250", + "_ref_12251", + "_ref_12252", + "_ref_4009", + "_ref_12253", + "sec-static-semantics-static-semantics-contains", + "_ref_12254", + "_ref_12255", + "_ref_12256", + "_ref_12257", + "_ref_12258", + "_ref_12259", + "_ref_12260", + "_ref_12261", + "_ref_12262", + "_ref_12263", + "_ref_12264", + "_ref_12265", + "sec-static-semantics-static-semantics-isfunctiondefinition", + "_ref_12266", + "_ref_12267", + "_ref_12268", + "_ref_12269", + "_ref_12270", + "_ref_12271", + "_ref_12272", + "_ref_12273", + "_ref_12274", + "_ref_12275", + "_ref_12276", + "_ref_12277", + "_ref_12278", + "sec-static-semantics-static-semantics-isdestructuring", + "_ref_12279", + "_ref_12280", + "_ref_12281", + "_ref_12282", + "_ref_12283", + "_ref_12284", + "_ref_12285", + "_ref_12286", + "_ref_12287", + "_ref_12288", + "_ref_12289", + "_ref_12290", + "_ref_12291", + "_ref_12292", + "_ref_12293", + "_ref_12294", + "_ref_12295", + "sec-static-semantics-static-semantics-isidentifierref", + "_ref_12296", + "_ref_12297", + "_ref_12298", + "_ref_12299", + "_ref_12300", + "_ref_12301", + "_ref_12302", + "_ref_12303", + "_ref_12304", + "_ref_12305", + "_ref_12306", + "_ref_12307", + "_ref_12308", + "sec-static-semantics-static-semantics-assignmenttargettype", + "sec-static-semantics-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12309", + "_ref_12310", + "_ref_12311", + "_ref_12312", + "_ref_12313", + "_ref_12314", + "_ref_12315", + "_ref_12316", + "_ref_12317", + "_ref_12318", + "_ref_12319", + "_ref_12320", + "_ref_12321", + "_ref_12322", + "_ref_12323", + "_ref_12324", + "_ref_12325", + "_ref_12326", + "_ref_12327", + "_ref_12328", + "_ref_12329", + "_ref_12330", + "sec-property-accessors", + "_ref_12331", + "_ref_12332", + "_ref_12333", + "_ref_12334", + "_ref_12335", + "_ref_12336", + "_ref_12337", + "_ref_12338", + "_ref_12339", + "_ref_12340", + "_ref_12341", + "_ref_12342", + "_ref_12343", + "_ref_12344", + "_ref_12345", + "sec-property-accessors-runtime-semantics-evaluation", + "_ref_12346", + "_ref_12347", + "_ref_12348", + "_ref_4010", + "_ref_12349", + "_ref_4011", + "_ref_4012", + "_ref_12350", + "_ref_12351", + "_ref_12352", + "_ref_12353", + "_ref_4013", + "_ref_12354", + "_ref_4014", + "_ref_4015", + "_ref_12355", + "_ref_12356", + "_ref_12357", + "_ref_12358", + "_ref_4016", + "_ref_12359", + "_ref_4017", + "_ref_4018", + "_ref_12360", + "_ref_12361", + "_ref_12362", + "_ref_12363", + "_ref_4019", + "_ref_12364", + "_ref_4020", + "_ref_4021", + "_ref_12365", + "sec-evaluate-property-access-with-expression-key", + "sec-evaluate-expression-key-property-access", + "_ref_4022", + "_ref_4023", + "_ref_4024", + "_ref_4025", + "_ref_4026", + "_ref_4027", + "sec-evaluate-property-access-with-identifier-key", + "sec-evaluate-identifier-key-property-access", + "_ref_4028", + "_ref_4029", + "_ref_4030", + "_ref_12366", + "_ref_4031", + "_ref_4032", + "sec-new-operator", + "sec-new-operator-runtime-semantics-evaluation", + "_ref_12367", + "_ref_4033", + "_ref_12368", + "_ref_12369", + "_ref_12370", + "_ref_4034", + "_ref_12371", + "_ref_12372", + "sec-evaluatenew", + "_ref_4035", + "_ref_12373", + "_ref_12374", + "_ref_4036", + "_ref_12375", + "_ref_4037", + "_ref_4038", + "_ref_4039", + "_ref_4040", + "sec-function-calls", + "sec-function-calls-runtime-semantics-evaluation", + "_ref_12376", + "_ref_12377", + "_ref_12378", + "_ref_12379", + "_ref_4041", + "_ref_4042", + "_ref_4043", + "_ref_4044", + "_ref_4045", + "_ref_12380", + "_ref_4046", + "_ref_4047", + "step-callexpression-evaluation-direct-eval", + "_ref_4048", + "_ref_12381", + "_ref_4049", + "_ref_4050", + "_ref_12382", + "_ref_419", + "_ref_12383", + "_ref_12384", + "_ref_12385", + "_ref_4051", + "_ref_12386", + "_ref_4052", + "_ref_4053", + "_ref_12387", + "sec-evaluatecall", + "sec-evaluatedirectcall", + "_ref_4054", + "_ref_4055", + "_ref_4056", + "_ref_4057", + "_ref_4058", + "_ref_4059", + "_ref_4060", + "_ref_4061", + "_ref_4062", + "_ref_4063", + "_ref_4064", + "_ref_4065", + "_ref_4066", + "_ref_4067", + "_ref_4068", + "_ref_4069", + "_ref_4070", + "_ref_4071", + "sec-super-keyword", + "sec-super-keyword-runtime-semantics-evaluation", + "_ref_12388", + "_ref_4072", + "_ref_12389", + "_ref_4073", + "_ref_4074", + "_ref_12390", + "_ref_4075", + "_ref_4076", + "_ref_12391", + "_ref_4077", + "_ref_12392", + "_ref_12393", + "_ref_4078", + "_ref_4079", + "_ref_12394", + "_ref_4080", + "_ref_4081", + "_ref_4082", + "_ref_4083", + "_ref_12395", + "_ref_4084", + "_ref_4085", + "_ref_4086", + "sec-getsuperconstructor", + "_ref_4087", + "_ref_4088", + "_ref_4089", + "_ref_4090", + "_ref_4091", + "sec-makesuperpropertyreference", + "_ref_4092", + "_ref_4093", + "_ref_4094", + "_ref_4095", + "_ref_4096", + "sec-argument-lists", + "_ref_4097", + "sec-argument-lists-runtime-semantics-argumentlistevaluation", + "_ref_4098", + "_ref_12396", + "_ref_12397", + "_ref_4099", + "_ref_4100", + "_ref_12398", + "_ref_4101", + "_ref_12399", + "_ref_4102", + "_ref_4103", + "_ref_4104", + "_ref_4105", + "_ref_12400", + "_ref_12401", + "_ref_12402", + "_ref_12403", + "_ref_4106", + "_ref_12404", + "_ref_12405", + "_ref_12406", + "_ref_12407", + "_ref_4107", + "_ref_4108", + "_ref_4109", + "_ref_4110", + "sec-optional-chains", + "sec-optional-chaining-evaluation", + "_ref_12408", + "_ref_12409", + "_ref_12410", + "_ref_4111", + "_ref_12411", + "_ref_12412", + "_ref_12413", + "_ref_12414", + "_ref_4112", + "_ref_12415", + "_ref_12416", + "_ref_12417", + "_ref_12418", + "_ref_4113", + "_ref_12419", + "sec-optional-chaining-chain-evaluation", + "_ref_12420", + "_ref_12421", + "_ref_4114", + "_ref_4115", + "_ref_12422", + "_ref_12423", + "_ref_12424", + "_ref_4116", + "_ref_4117", + "_ref_12425", + "_ref_12426", + "_ref_12427", + "_ref_4118", + "_ref_4119", + "_ref_12428", + "_ref_12429", + "_ref_12430", + "_ref_12431", + "_ref_4120", + "_ref_12432", + "_ref_4121", + "_ref_4122", + "_ref_12433", + "_ref_12434", + "_ref_12435", + "_ref_12436", + "_ref_4123", + "_ref_12437", + "_ref_4124", + "_ref_4125", + "_ref_12438", + "_ref_12439", + "_ref_12440", + "_ref_12441", + "_ref_4126", + "_ref_12442", + "_ref_4127", + "_ref_4128", + "_ref_12443", + "sec-import-calls", + "sec-import-call-runtime-semantics-evaluation", + "_ref_12444", + "_ref_4129", + "_ref_12445", + "_ref_4130", + "_ref_4131", + "_ref_4132", + "_ref_4133", + "_ref_4134", + "_ref_4135", + "sec-tagged-templates", + "_ref_12446", + "_ref_420", + "_ref_421", + "_ref_12447", + "sec-tagged-templates-runtime-semantics-evaluation", + "_ref_12448", + "_ref_12449", + "_ref_12450", + "_ref_4136", + "_ref_12451", + "_ref_4137", + "_ref_4138", + "_ref_12452", + "_ref_12453", + "_ref_12454", + "_ref_12455", + "_ref_4139", + "_ref_12456", + "_ref_4140", + "_ref_4141", + "_ref_12457", + "sec-meta-properties", + "sec-meta-properties-runtime-semantics-evaluation", + "_ref_4142", + "_ref_4143", + "_ref_4144", + "_ref_4145", + "_ref_4146", + "_ref_4147", + "_ref_4148", + "_ref_4149", + "_ref_4150", + "_ref_4151", + "_ref_4152", + "sec-hostgetimportmetaproperties", + "_ref_4153", + "_ref_4154", + "_ref_4155", + "_ref_4156", + "_ref_4157", + "_ref_4158", + "_ref_4159", + "sec-hostfinalizeimportmeta", + "_ref_4160", + "_ref_4161", + "_ref_4162", + "_ref_4163", + "sec-update-expressions", + "prod-UpdateExpression", + "_ref_12458", + "_ref_12459", + "_ref_12460", + "_ref_12461", + "_ref_12462", + "_ref_12463", + "_ref_12464", + "sec-update-expressions-static-semantics-early-errors", + "_ref_12465", + "_ref_12466", + "_ref_12467", + "_ref_12468", + "_ref_12469", + "_ref_12470", + "sec-update-expressions-static-semantics-isfunctiondefinition", + "_ref_12471", + "_ref_12472", + "_ref_12473", + "_ref_12474", + "sec-update-expressions-static-semantics-assignmenttargettype", + "sec-update-expressions-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12475", + "_ref_12476", + "_ref_12477", + "_ref_12478", + "sec-postfix-increment-operator", + "sec-postfix-increment-operator-runtime-semantics-evaluation", + "_ref_12479", + "_ref_12480", + "_ref_4164", + "_ref_4165", + "_ref_4166", + "_ref_4167", + "_ref_4168", + "sec-postfix-decrement-operator", + "sec-postfix-decrement-operator-runtime-semantics-evaluation", + "_ref_12481", + "_ref_12482", + "_ref_4169", + "_ref_4170", + "_ref_4171", + "_ref_4172", + "_ref_4173", + "sec-prefix-increment-operator", + "sec-prefix-increment-operator-runtime-semantics-evaluation", + "_ref_12483", + "_ref_12484", + "_ref_4174", + "_ref_4175", + "_ref_4176", + "_ref_4177", + "_ref_4178", + "sec-prefix-decrement-operator", + "sec-prefix-decrement-operator-runtime-semantics-evaluation", + "_ref_12485", + "_ref_12486", + "_ref_4179", + "_ref_4180", + "_ref_4181", + "_ref_4182", + "_ref_4183", + "sec-unary-operators", + "prod-UnaryExpression", + "_ref_12487", + "_ref_12488", + "_ref_12489", + "_ref_12490", + "_ref_12491", + "_ref_12492", + "_ref_12493", + "_ref_12494", + "_ref_12495", + "sec-unary-operators-static-semantics-isfunctiondefinition", + "_ref_12496", + "_ref_12497", + "_ref_12498", + "_ref_12499", + "_ref_12500", + "_ref_12501", + "_ref_12502", + "_ref_12503", + "sec-unary-operators-static-semantics-assignmenttargettype", + "sec-unary-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12504", + "_ref_12505", + "_ref_12506", + "_ref_12507", + "_ref_12508", + "_ref_12509", + "_ref_12510", + "_ref_12511", + "sec-delete-operator", + "sec-delete-operator-static-semantics-early-errors", + "_ref_12512", + "_ref_12513", + "_ref_4184", + "_ref_12514", + "_ref_12515", + "_ref_12516", + "_ref_12517", + "_ref_12518", + "_ref_12519", + "sec-delete-operator-runtime-semantics-evaluation", + "_ref_12520", + "_ref_12521", + "_ref_4185", + "_ref_4186", + "_ref_4187", + "_ref_4188", + "_ref_4189", + "_ref_4190", + "step-delete-operator-toobject", + "_ref_4191", + "_ref_4192", + "_ref_4193", + "_ref_4194", + "_ref_12522", + "_ref_4195", + "_ref_422", + "_ref_4196", + "sec-void-operator", + "sec-void-operator-runtime-semantics-evaluation", + "_ref_12523", + "_ref_12524", + "_ref_4197", + "_ref_4198", + "sec-typeof-operator", + "sec-typeof-operator-runtime-semantics-evaluation", + "_ref_12525", + "_ref_12526", + "_ref_4199", + "_ref_4200", + "_ref_4201", + "_ref_423", + "table-typeof-operator-results", + "table-35", + "_ref_424", + "sec-unary-plus-operator", + "sec-unary-plus-operator-runtime-semantics-evaluation", + "_ref_12527", + "_ref_12528", + "_ref_4202", + "_ref_4203", + "sec-unary-minus-operator", + "sec-unary-minus-operator-runtime-semantics-evaluation", + "_ref_12529", + "_ref_12530", + "_ref_4204", + "_ref_4205", + "_ref_4206", + "sec-bitwise-not-operator", + "sec-bitwise-not-operator-runtime-semantics-evaluation", + "_ref_12531", + "_ref_12532", + "_ref_4207", + "_ref_4208", + "_ref_4209", + "sec-logical-not-operator", + "sec-logical-not-operator-runtime-semantics-evaluation", + "_ref_12533", + "_ref_12534", + "_ref_4210", + "_ref_4211", + "sec-exp-operator", + "prod-ExponentiationExpression", + "_ref_12535", + "_ref_12536", + "_ref_12537", + "sec-exp-operator-static-semantics-isfunctiondefinition", + "_ref_12538", + "_ref_12539", + "sec-exp-operator-static-semantics-assignmenttargettype", + "sec-exp-operator-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12540", + "_ref_12541", + "sec-exp-operator-runtime-semantics-evaluation", + "_ref_12542", + "_ref_12543", + "_ref_4212", + "_ref_12544", + "_ref_12545", + "sec-multiplicative-operators", + "prod-MultiplicativeExpression", + "_ref_12546", + "_ref_12547", + "_ref_12548", + "_ref_12549", + "prod-MultiplicativeOperator", + "sec-multiplicative-operators-static-semantics-isfunctiondefinition", + "_ref_12550", + "_ref_12551", + "_ref_12552", + "sec-multiplicative-operators-static-semantics-assignmenttargettype", + "sec-multiplicative-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12553", + "_ref_12554", + "_ref_12555", + "sec-multiplicative-operators-runtime-semantics-evaluation", + "_ref_12556", + "_ref_12557", + "_ref_12558", + "_ref_12559", + "_ref_4213", + "_ref_12560", + "_ref_12561", + "sec-additive-operators", + "prod-AdditiveExpression", + "_ref_12562", + "_ref_12563", + "_ref_12564", + "_ref_12565", + "_ref_12566", + "sec-additive-operators-static-semantics-isfunctiondefinition", + "_ref_12567", + "_ref_12568", + "_ref_12569", + "_ref_12570", + "sec-additive-operators-static-semantics-assignmenttargettype", + "sec-additive-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12571", + "_ref_12572", + "_ref_12573", + "_ref_12574", + "sec-addition-operator-plus", + "sec-addition-operator-plus-runtime-semantics-evaluation", + "_ref_12575", + "_ref_12576", + "_ref_4214", + "_ref_12577", + "_ref_12578", + "sec-subtraction-operator-minus", + "sec-subtraction-operator-minus-runtime-semantics-evaluation", + "_ref_12579", + "_ref_12580", + "_ref_4215", + "_ref_12581", + "_ref_12582", + "sec-bitwise-shift-operators", + "prod-ShiftExpression", + "_ref_12583", + "_ref_12584", + "_ref_12585", + "_ref_12586", + "_ref_12587", + "_ref_12588", + "_ref_12589", + "sec-bitwise-shift-operators-static-semantics-isfunctiondefinition", + "_ref_12590", + "_ref_12591", + "_ref_12592", + "_ref_12593", + "_ref_12594", + "_ref_12595", + "sec-bitwise-shift-operators-static-semantics-assignmenttargettype", + "sec-bitwise-shift-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12596", + "_ref_12597", + "_ref_12598", + "_ref_12599", + "_ref_12600", + "_ref_12601", + "sec-left-shift-operator", + "sec-left-shift-operator-runtime-semantics-evaluation", + "_ref_12602", + "_ref_12603", + "_ref_4216", + "_ref_12604", + "_ref_12605", + "sec-signed-right-shift-operator", + "sec-signed-right-shift-operator-runtime-semantics-evaluation", + "_ref_12606", + "_ref_12607", + "_ref_4217", + "_ref_12608", + "_ref_12609", + "sec-unsigned-right-shift-operator", + "sec-unsigned-right-shift-operator-runtime-semantics-evaluation", + "_ref_12610", + "_ref_12611", + "_ref_4218", + "_ref_12612", + "_ref_12613", + "sec-relational-operators", + "prod-RelationalExpression", + "_ref_12614", + "_ref_12615", + "_ref_12616", + "_ref_12617", + "_ref_12618", + "_ref_12619", + "_ref_12620", + "_ref_12621", + "_ref_12622", + "_ref_12623", + "_ref_12624", + "_ref_12625", + "_ref_12626", + "sec-relational-operators-static-semantics-isfunctiondefinition", + "_ref_12627", + "_ref_12628", + "_ref_12629", + "_ref_12630", + "_ref_12631", + "_ref_12632", + "_ref_12633", + "_ref_12634", + "_ref_12635", + "_ref_12636", + "_ref_12637", + "_ref_12638", + "sec-relational-operators-static-semantics-assignmenttargettype", + "sec-relational-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12639", + "_ref_12640", + "_ref_12641", + "_ref_12642", + "_ref_12643", + "_ref_12644", + "_ref_12645", + "_ref_12646", + "_ref_12647", + "_ref_12648", + "_ref_12649", + "_ref_12650", + "sec-relational-operators-runtime-semantics-evaluation", + "_ref_12651", + "_ref_12652", + "_ref_12653", + "_ref_4219", + "_ref_12654", + "_ref_4220", + "_ref_4221", + "_ref_4222", + "_ref_12655", + "_ref_12656", + "_ref_12657", + "_ref_4223", + "_ref_12658", + "_ref_4224", + "_ref_4225", + "_ref_4226", + "_ref_12659", + "_ref_12660", + "_ref_12661", + "_ref_4227", + "_ref_12662", + "_ref_4228", + "_ref_4229", + "_ref_4230", + "_ref_12663", + "_ref_12664", + "_ref_12665", + "_ref_4231", + "_ref_12666", + "_ref_4232", + "_ref_4233", + "_ref_4234", + "_ref_12667", + "_ref_12668", + "_ref_12669", + "_ref_4235", + "_ref_12670", + "_ref_4236", + "_ref_4237", + "_ref_12671", + "_ref_12672", + "_ref_12673", + "_ref_4238", + "_ref_12674", + "_ref_4239", + "_ref_4240", + "_ref_4241", + "_ref_4242", + "sec-instanceofoperator", + "_ref_4243", + "_ref_4244", + "_ref_4245", + "_ref_4246", + "_ref_4247", + "_ref_4248", + "_ref_4249", + "_ref_4250", + "step-instanceof-check-function", + "_ref_4251", + "step-instanceof-fallback", + "_ref_4252", + "_ref_425", + "_ref_426", + "_ref_4253", + "_ref_4254", + "sec-equality-operators", + "prod-EqualityExpression", + "_ref_12675", + "_ref_12676", + "_ref_12677", + "_ref_12678", + "_ref_12679", + "_ref_12680", + "_ref_12681", + "_ref_12682", + "_ref_12683", + "sec-equality-operators-static-semantics-isfunctiondefinition", + "_ref_12684", + "_ref_12685", + "_ref_12686", + "_ref_12687", + "_ref_12688", + "_ref_12689", + "_ref_12690", + "_ref_12691", + "sec-equality-operators-static-semantics-assignmenttargettype", + "sec-equality-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12692", + "_ref_12693", + "_ref_12694", + "_ref_12695", + "_ref_12696", + "_ref_12697", + "_ref_12698", + "_ref_12699", + "sec-equality-operators-runtime-semantics-evaluation", + "_ref_12700", + "_ref_12701", + "_ref_12702", + "_ref_4255", + "_ref_12703", + "_ref_4256", + "_ref_4257", + "_ref_12704", + "_ref_12705", + "_ref_12706", + "_ref_4258", + "_ref_12707", + "_ref_4259", + "_ref_4260", + "_ref_4261", + "_ref_12708", + "_ref_12709", + "_ref_12710", + "_ref_4262", + "_ref_12711", + "_ref_4263", + "_ref_4264", + "_ref_12712", + "_ref_12713", + "_ref_12714", + "_ref_4265", + "_ref_12715", + "_ref_4266", + "_ref_4267", + "_ref_4268", + "sec-binary-bitwise-operators", + "prod-BitwiseANDExpression", + "_ref_12716", + "_ref_12717", + "_ref_12718", + "prod-BitwiseXORExpression", + "_ref_12719", + "_ref_12720", + "_ref_12721", + "prod-BitwiseORExpression", + "_ref_12722", + "_ref_12723", + "_ref_12724", + "sec-binary-bitwise-operators-static-semantics-isfunctiondefinition", + "_ref_12725", + "_ref_12726", + "_ref_12727", + "_ref_12728", + "_ref_12729", + "_ref_12730", + "sec-binary-bitwise-operators-static-semantics-assignmenttargettype", + "sec-binary-bitwise-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12731", + "_ref_12732", + "_ref_12733", + "_ref_12734", + "_ref_12735", + "_ref_12736", + "sec-binary-bitwise-operators-runtime-semantics-evaluation", + "_ref_12737", + "_ref_12738", + "_ref_4269", + "_ref_12739", + "_ref_12740", + "_ref_12741", + "_ref_12742", + "_ref_4270", + "_ref_12743", + "_ref_12744", + "_ref_12745", + "_ref_12746", + "_ref_4271", + "_ref_12747", + "_ref_12748", + "sec-binary-logical-operators", + "prod-LogicalANDExpression", + "_ref_12749", + "_ref_12750", + "_ref_12751", + "prod-LogicalORExpression", + "_ref_12752", + "_ref_12753", + "_ref_12754", + "prod-CoalesceExpression", + "_ref_12755", + "_ref_12756", + "prod-CoalesceExpressionHead", + "_ref_12757", + "_ref_12758", + "prod-ShortCircuitExpression", + "_ref_12759", + "_ref_12760", + "sec-binary-logical-operators-static-semantics-isfunctiondefinition", + "_ref_12761", + "_ref_12762", + "_ref_12763", + "_ref_12764", + "_ref_12765", + "_ref_12766", + "sec-binary-logical-operators-static-semantics-assignmenttargettype", + "sec-binary-logical-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12767", + "_ref_12768", + "_ref_12769", + "_ref_12770", + "_ref_12771", + "_ref_12772", + "sec-binary-logical-operators-runtime-semantics-evaluation", + "_ref_12773", + "_ref_12774", + "_ref_12775", + "_ref_4272", + "_ref_4273", + "_ref_12776", + "_ref_4274", + "_ref_12777", + "_ref_12778", + "_ref_12779", + "_ref_4275", + "_ref_4276", + "_ref_12780", + "_ref_4277", + "_ref_12781", + "_ref_12782", + "_ref_12783", + "_ref_4278", + "_ref_12784", + "_ref_4279", + "sec-conditional-operator", + "prod-ConditionalExpression", + "_ref_12785", + "_ref_12786", + "_ref_12787", + "_ref_12788", + "_ref_12789", + "_ref_12790", + "_ref_12791", + "sec-conditional-operator-static-semantics-isfunctiondefinition", + "_ref_12792", + "_ref_12793", + "_ref_12794", + "sec-conditional-operator-static-semantics-assignmenttargettype", + "sec-conditional-operator-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12795", + "_ref_12796", + "_ref_12797", + "sec-conditional-operator-runtime-semantics-evaluation", + "_ref_12798", + "_ref_12799", + "_ref_12800", + "_ref_12801", + "_ref_4280", + "_ref_4281", + "_ref_12802", + "_ref_4282", + "_ref_12803", + "_ref_4283", + "sec-assignment-operators", + "prod-AssignmentExpression", + "_ref_12804", + "_ref_12805", + "_ref_12806", + "_ref_12807", + "_ref_12808", + "_ref_12809", + "_ref_12810", + "_ref_12811", + "_ref_12812", + "_ref_12813", + "_ref_12814", + "_ref_12815", + "_ref_12816", + "_ref_12817", + "_ref_12818", + "prod-AssignmentOperator", + "sec-assignment-operators-static-semantics-early-errors", + "_ref_12819", + "_ref_12820", + "_ref_12821", + "_ref_12822", + "_ref_12823", + "_ref_12824", + "_ref_4284", + "_ref_12825", + "_ref_12826", + "_ref_12827", + "_ref_4285", + "_ref_12828", + "_ref_12829", + "_ref_12830", + "_ref_12831", + "_ref_12832", + "_ref_12833", + "_ref_12834", + "_ref_12835", + "_ref_12836", + "_ref_12837", + "_ref_12838", + "_ref_12839", + "_ref_12840", + "_ref_12841", + "_ref_12842", + "sec-assignment-operators-static-semantics-isfunctiondefinition", + "_ref_12843", + "_ref_12844", + "_ref_12845", + "_ref_12846", + "_ref_12847", + "_ref_12848", + "_ref_12849", + "_ref_12850", + "_ref_12851", + "_ref_12852", + "_ref_12853", + "_ref_12854", + "_ref_12855", + "_ref_12856", + "sec-assignment-operators-static-semantics-assignmenttargettype", + "sec-assignment-operators-static-semantics-isvalidsimpleassignmenttarget", + "_ref_12857", + "_ref_12858", + "_ref_12859", + "_ref_12860", + "_ref_12861", + "_ref_12862", + "_ref_12863", + "_ref_12864", + "_ref_12865", + "_ref_12866", + "_ref_12867", + "_ref_12868", + "_ref_12869", + "_ref_12870", + "sec-assignment-operators-runtime-semantics-evaluation", + "_ref_12871", + "_ref_12872", + "_ref_12873", + "_ref_12874", + "_ref_12875", + "_ref_12876", + "_ref_4286", + "_ref_4287", + "_ref_12877", + "_ref_12878", + "_ref_12879", + "_ref_12880", + "_ref_4288", + "step-assignmentexpression-evaluation-simple-putvalue", + "_ref_4289", + "_ref_12881", + "_ref_4290", + "_ref_12882", + "_ref_12883", + "_ref_4291", + "_ref_12884", + "_ref_12885", + "_ref_12886", + "_ref_12887", + "step-assignmentexpression-evaluation-compound-getvalue", + "_ref_4292", + "_ref_12888", + "_ref_4293", + "_ref_12889", + "_ref_4294", + "step-assignmentexpression-evaluation-compound-putvalue", + "_ref_4295", + "_ref_12890", + "_ref_12891", + "_ref_12892", + "step-assignmentexpression-evaluation-lgcl-and-getvalue", + "_ref_4296", + "_ref_4297", + "_ref_4298", + "_ref_12893", + "_ref_12894", + "_ref_12895", + "_ref_12896", + "_ref_4299", + "step-assignmentexpression-evaluation-lgcl-and-putvalue", + "_ref_4300", + "_ref_12897", + "_ref_12898", + "_ref_12899", + "step-assignmentexpression-evaluation-lgcl-or-getvalue", + "_ref_4301", + "_ref_4302", + "_ref_4303", + "_ref_12900", + "_ref_12901", + "_ref_12902", + "_ref_12903", + "_ref_4304", + "step-assignmentexpression-evaluation-lgcl-or-putvalue", + "_ref_4305", + "_ref_12904", + "_ref_12905", + "_ref_12906", + "step-assignmentexpression-evaluation-lgcl-nullish-getvalue", + "_ref_4306", + "_ref_4307", + "_ref_12907", + "_ref_12908", + "_ref_12909", + "_ref_12910", + "_ref_4308", + "step-assignmentexpression-evaluation-lgcl-nullish-putvalue", + "_ref_4309", + "_ref_4310", + "_ref_427", + "_ref_428", + "_ref_429", + "_ref_430", + "_ref_431", + "_ref_432", + "_ref_433", + "_ref_434", + "_ref_435", + "_ref_4311", + "_ref_4312", + "_ref_4313", + "sec-applystringornumericbinaryoperator", + "_ref_4314", + "_ref_4315", + "step-binary-op-toprimitive-lval", + "_ref_4316", + "step-binary-op-toprimitive-rval", + "_ref_4317", + "step-binary-op-string-check", + "_ref_4318", + "_ref_4319", + "_ref_4320", + "_ref_4321", + "_ref_4322", + "_ref_4323", + "_ref_4324", + "_ref_4325", + "_ref_4326", + "_ref_4327", + "_ref_4328", + "_ref_436", + "_ref_437", + "_ref_438", + "_ref_439", + "_ref_4329", + "sec-evaluatestringornumericbinaryexpression", + "_ref_4330", + "_ref_4331", + "_ref_4332", + "_ref_4333", + "_ref_4334", + "sec-destructuring-assignment", + "_ref_12911", + "_ref_12912", + "_ref_12913", + "prod-AssignmentPattern", + "_ref_12914", + "_ref_12915", + "prod-ObjectAssignmentPattern", + "_ref_12916", + "_ref_12917", + "_ref_12918", + "_ref_12919", + "prod-ArrayAssignmentPattern", + "_ref_12920", + "_ref_12921", + "_ref_12922", + "_ref_12923", + "_ref_12924", + "_ref_12925", + "prod-AssignmentRestProperty", + "_ref_12926", + "prod-AssignmentPropertyList", + "_ref_12927", + "_ref_12928", + "_ref_12929", + "prod-AssignmentElementList", + "_ref_12930", + "_ref_12931", + "_ref_12932", + "prod-AssignmentElisionElement", + "_ref_12933", + "_ref_12934", + "prod-AssignmentProperty", + "_ref_12935", + "_ref_12936", + "_ref_12937", + "_ref_12938", + "prod-AssignmentElement", + "_ref_12939", + "_ref_12940", + "prod-AssignmentRestElement", + "_ref_12941", + "prod-DestructuringAssignmentTarget", + "_ref_12942", + "sec-destructuring-assignment-static-semantics-early-errors", + "_ref_12943", + "_ref_12944", + "_ref_12945", + "_ref_12946", + "_ref_12947", + "_ref_12948", + "_ref_12949", + "_ref_12950", + "_ref_12951", + "_ref_12952", + "_ref_12953", + "_ref_12954", + "_ref_4335", + "_ref_12955", + "_ref_12956", + "_ref_12957", + "_ref_4336", + "_ref_12958", + "_ref_12959", + "_ref_12960", + "_ref_12961", + "_ref_12962", + "sec-runtime-semantics-destructuringassignmentevaluation", + "_ref_4337", + "_ref_4338", + "_ref_12963", + "_ref_12964", + "_ref_4339", + "_ref_12965", + "_ref_4340", + "_ref_4341", + "_ref_4342", + "_ref_4343", + "_ref_12966", + "_ref_4344", + "_ref_12967", + "_ref_4345", + "_ref_12968", + "_ref_12969", + "_ref_4346", + "_ref_12970", + "_ref_12971", + "_ref_4347", + "_ref_4348", + "_ref_4349", + "_ref_12972", + "_ref_4350", + "_ref_12973", + "_ref_4351", + "_ref_12974", + "_ref_4352", + "_ref_12975", + "_ref_12976", + "_ref_12977", + "_ref_4353", + "_ref_12978", + "_ref_4354", + "_ref_4355", + "_ref_4356", + "_ref_12979", + "_ref_12980", + "_ref_4357", + "_ref_4358", + "_ref_4359", + "_ref_12981", + "_ref_12982", + "_ref_4360", + "_ref_4361", + "_ref_12983", + "_ref_4362", + "_ref_4363", + "_ref_12984", + "_ref_12985", + "_ref_12986", + "_ref_4364", + "_ref_12987", + "_ref_12988", + "sec-runtime-semantics-propertydestructuringassignmentevaluation", + "_ref_12989", + "_ref_12990", + "_ref_12991", + "_ref_12992", + "_ref_12993", + "_ref_12994", + "_ref_12995", + "_ref_4365", + "_ref_4366", + "_ref_12996", + "_ref_4367", + "_ref_12997", + "_ref_12998", + "_ref_12999", + "_ref_4368", + "_ref_4369", + "_ref_4370", + "_ref_13000", + "_ref_13001", + "_ref_13002", + "_ref_4371", + "_ref_13003", + "_ref_4372", + "sec-runtime-semantics-restdestructuringassignmentevaluation", + "_ref_13004", + "_ref_13005", + "_ref_4373", + "_ref_4374", + "_ref_4375", + "_ref_4376", + "_ref_4377", + "sec-runtime-semantics-iteratordestructuringassignmentevaluation", + "_ref_13006", + "_ref_13007", + "_ref_13008", + "_ref_13009", + "_ref_13010", + "_ref_13011", + "_ref_13012", + "_ref_13013", + "_ref_13014", + "_ref_13015", + "_ref_13016", + "_ref_13017", + "_ref_4378", + "_ref_4379", + "_ref_4380", + "_ref_4381", + "_ref_13018", + "_ref_13019", + "_ref_4382", + "_ref_4383", + "_ref_4384", + "_ref_4385", + "_ref_13020", + "_ref_13021", + "_ref_13022", + "_ref_13023", + "_ref_13024", + "_ref_13025", + "_ref_4386", + "_ref_4387", + "_ref_4388", + "_ref_4389", + "_ref_4390", + "_ref_4391", + "_ref_4392", + "_ref_13026", + "_ref_4393", + "_ref_13027", + "_ref_13028", + "_ref_13029", + "_ref_13030", + "_ref_4394", + "_ref_13031", + "_ref_13032", + "_ref_13033", + "_ref_13034", + "_ref_4395", + "_ref_13035", + "_ref_4396", + "_ref_13036", + "_ref_13037", + "_ref_13038", + "_ref_13039", + "_ref_13040", + "_ref_13041", + "_ref_13042", + "_ref_4397", + "_ref_4398", + "_ref_4399", + "_ref_4400", + "_ref_4401", + "_ref_4402", + "_ref_4403", + "_ref_4404", + "_ref_4405", + "_ref_4406", + "_ref_4407", + "_ref_13043", + "_ref_13044", + "_ref_13045", + "_ref_4408", + "_ref_13046", + "_ref_4409", + "_ref_13047", + "sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "_ref_13048", + "_ref_13049", + "_ref_13050", + "_ref_13051", + "_ref_13052", + "_ref_13053", + "_ref_4410", + "_ref_4411", + "_ref_13054", + "_ref_4412", + "_ref_13055", + "_ref_13056", + "_ref_13057", + "_ref_13058", + "_ref_4413", + "_ref_13059", + "_ref_13060", + "_ref_13061", + "_ref_13062", + "_ref_4414", + "_ref_13063", + "_ref_4415", + "sec-comma-operator", + "prod-Expression", + "_ref_13064", + "_ref_13065", + "_ref_13066", + "sec-comma-operator-static-semantics-isfunctiondefinition", + "_ref_13067", + "_ref_13068", + "sec-comma-operator-static-semantics-assignmenttargettype", + "sec-comma-operator-static-semantics-isvalidsimpleassignmenttarget", + "_ref_13069", + "_ref_13070", + "sec-comma-operator-runtime-semantics-evaluation", + "_ref_13071", + "_ref_13072", + "_ref_13073", + "_ref_4416", + "_ref_13074", + "_ref_4417", + "_ref_4418", + "sec-ecmascript-language-statements-and-declarations", + "prod-Statement", + "_ref_13075", + "_ref_13076", + "_ref_13077", + "_ref_13078", + "_ref_13079", + "_ref_13080", + "_ref_13081", + "_ref_13082", + "_ref_13083", + "_ref_13084", + "_ref_13085", + "_ref_13086", + "_ref_13087", + "_ref_13088", + "prod-Declaration", + "_ref_13089", + "_ref_13090", + "_ref_13091", + "prod-HoistableDeclaration", + "_ref_13092", + "_ref_13093", + "_ref_13094", + "_ref_13095", + "prod-BreakableStatement", + "_ref_13096", + "_ref_13097", + "sec-statement-semantics", + "sec-statement-semantics-static-semantics-containsduplicatelabels", + "_ref_13098", + "_ref_13099", + "_ref_13100", + "_ref_13101", + "_ref_13102", + "_ref_13103", + "_ref_13104", + "_ref_13105", + "sec-statement-semantics-static-semantics-containsundefinedbreaktarget", + "_ref_13106", + "_ref_13107", + "_ref_13108", + "_ref_13109", + "_ref_13110", + "_ref_13111", + "_ref_13112", + "sec-statement-semantics-static-semantics-containsundefinedcontinuetarget", + "_ref_13113", + "_ref_13114", + "_ref_13115", + "_ref_13116", + "_ref_13117", + "_ref_13118", + "_ref_13119", + "_ref_13120", + "_ref_13121", + "sec-static-semantics-declarationpart", + "_ref_13122", + "_ref_13123", + "_ref_13124", + "_ref_13125", + "_ref_13126", + "_ref_13127", + "_ref_13128", + "_ref_13129", + "_ref_13130", + "_ref_13131", + "_ref_13132", + "_ref_13133", + "sec-statement-semantics-static-semantics-vardeclarednames", + "_ref_13134", + "_ref_13135", + "_ref_13136", + "_ref_13137", + "_ref_13138", + "_ref_13139", + "_ref_13140", + "_ref_4419", + "sec-statement-semantics-static-semantics-varscopeddeclarations", + "_ref_13141", + "_ref_13142", + "_ref_13143", + "_ref_13144", + "_ref_13145", + "_ref_13146", + "_ref_13147", + "_ref_4420", + "sec-statement-semantics-runtime-semantics-labelledevaluation", + "_ref_13148", + "_ref_13149", + "_ref_4421", + "_ref_4422", + "_ref_4423", + "_ref_13150", + "_ref_13151", + "_ref_4424", + "_ref_4425", + "_ref_4426", + "_ref_13152", + "_ref_13153", + "sec-statement-semantics-runtime-semantics-evaluation", + "_ref_13154", + "_ref_13155", + "_ref_13156", + "_ref_4427", + "_ref_13157", + "_ref_13158", + "_ref_13159", + "_ref_13160", + "_ref_4428", + "_ref_13161", + "sec-block", + "prod-BlockStatement", + "_ref_13162", + "prod-Block", + "_ref_13163", + "prod-StatementList", + "_ref_13164", + "_ref_13165", + "_ref_13166", + "prod-StatementListItem", + "_ref_13167", + "_ref_13168", + "sec-block-static-semantics-early-errors", + "_ref_13169", + "_ref_13170", + "_ref_13171", + "_ref_13172", + "sec-block-static-semantics-containsduplicatelabels", + "_ref_13173", + "_ref_13174", + "_ref_13175", + "_ref_13176", + "_ref_13177", + "sec-block-static-semantics-containsundefinedbreaktarget", + "_ref_13178", + "_ref_13179", + "_ref_13180", + "_ref_13181", + "_ref_13182", + "sec-block-static-semantics-containsundefinedcontinuetarget", + "_ref_13183", + "_ref_13184", + "_ref_13185", + "_ref_13186", + "_ref_13187", + "sec-block-static-semantics-lexicallydeclarednames", + "_ref_4429", + "_ref_13188", + "_ref_13189", + "_ref_13190", + "_ref_13191", + "_ref_13192", + "_ref_13193", + "_ref_13194", + "_ref_13195", + "_ref_4430", + "_ref_13196", + "_ref_13197", + "sec-block-static-semantics-lexicallyscopeddeclarations", + "_ref_13198", + "_ref_13199", + "_ref_13200", + "_ref_13201", + "_ref_13202", + "_ref_13203", + "_ref_13204", + "_ref_13205", + "_ref_4431", + "_ref_13206", + "_ref_4432", + "_ref_13207", + "sec-block-static-semantics-toplevellexicallydeclarednames", + "_ref_13208", + "_ref_13209", + "_ref_13210", + "_ref_13211", + "_ref_13212", + "_ref_4433", + "_ref_13213", + "_ref_13214", + "_ref_13215", + "_ref_13216", + "sec-block-static-semantics-toplevellexicallyscopeddeclarations", + "_ref_4434", + "_ref_13217", + "_ref_13218", + "_ref_13219", + "_ref_13220", + "_ref_13221", + "_ref_4435", + "_ref_13222", + "_ref_13223", + "_ref_13224", + "_ref_4436", + "_ref_13225", + "sec-block-static-semantics-toplevelvardeclarednames", + "_ref_4437", + "_ref_13226", + "_ref_13227", + "_ref_13228", + "_ref_13229", + "_ref_13230", + "_ref_13231", + "_ref_13232", + "_ref_13233", + "_ref_4438", + "_ref_13234", + "_ref_13235", + "_ref_13236", + "_ref_13237", + "_ref_13238", + "sec-block-static-semantics-toplevelvarscopeddeclarations", + "_ref_4439", + "_ref_13239", + "_ref_13240", + "_ref_13241", + "_ref_13242", + "_ref_13243", + "_ref_13244", + "_ref_13245", + "_ref_13246", + "_ref_13247", + "_ref_13248", + "_ref_13249", + "_ref_13250", + "_ref_13251", + "_ref_4440", + "sec-block-static-semantics-vardeclarednames", + "_ref_4441", + "_ref_13252", + "_ref_13253", + "_ref_13254", + "_ref_13255", + "_ref_13256", + "_ref_4442", + "sec-block-static-semantics-varscopeddeclarations", + "_ref_4443", + "_ref_13257", + "_ref_13258", + "_ref_13259", + "_ref_13260", + "_ref_13261", + "_ref_4444", + "sec-block-runtime-semantics-evaluation", + "_ref_4445", + "_ref_13262", + "_ref_4446", + "_ref_4447", + "_ref_4448", + "_ref_13263", + "_ref_4449", + "_ref_13264", + "_ref_4450", + "_ref_13265", + "_ref_13266", + "_ref_13267", + "_ref_13268", + "_ref_4451", + "_ref_13269", + "_ref_4452", + "_ref_4453", + "_ref_13270", + "_ref_13271", + "sec-blockdeclarationinstantiation", + "_ref_13272", + "_ref_13273", + "_ref_4454", + "_ref_4455", + "_ref_4456", + "_ref_4457", + "_ref_4458", + "_ref_4459", + "_ref_4460", + "_ref_4461", + "step-blockdeclarationinstantiation-createmutablebinding", + "_ref_440", + "_ref_13274", + "_ref_13275", + "_ref_13276", + "_ref_13277", + "step-blockdeclarationinstantiation-initializebinding", + "_ref_441", + "sec-declarations-and-the-variable-statement", + "sec-let-and-const-declarations", + "_ref_4462", + "_ref_4463", + "_ref_13278", + "_ref_13279", + "_ref_13280", + "_ref_13281", + "_ref_13282", + "_ref_13283", + "_ref_13284", + "_ref_13285", + "_ref_13286", + "prod-LexicalDeclaration", + "_ref_13287", + "_ref_13288", + "prod-LetOrConst", + "prod-BindingList", + "_ref_13289", + "_ref_13290", + "_ref_13291", + "prod-LexicalBinding", + "_ref_13292", + "_ref_13293", + "_ref_13294", + "_ref_13295", + "sec-let-and-const-declarations-static-semantics-early-errors", + "_ref_13296", + "_ref_13297", + "_ref_13298", + "_ref_13299", + "_ref_13300", + "_ref_13301", + "_ref_13302", + "_ref_13303", + "_ref_13304", + "sec-let-and-const-declarations-static-semantics-boundnames", + "_ref_13305", + "_ref_13306", + "_ref_13307", + "_ref_13308", + "_ref_13309", + "_ref_13310", + "_ref_13311", + "_ref_13312", + "_ref_13313", + "_ref_13314", + "_ref_13315", + "_ref_13316", + "_ref_13317", + "sec-let-and-const-declarations-static-semantics-isconstantdeclaration", + "_ref_13318", + "_ref_13319", + "_ref_13320", + "sec-let-and-const-declarations-runtime-semantics-evaluation", + "_ref_13321", + "_ref_13322", + "_ref_13323", + "_ref_4464", + "_ref_4465", + "_ref_13324", + "_ref_13325", + "_ref_13326", + "_ref_4466", + "_ref_13327", + "_ref_13328", + "_ref_4467", + "_ref_13329", + "_ref_4468", + "_ref_4469", + "_ref_13330", + "_ref_13331", + "_ref_13332", + "_ref_13333", + "_ref_4470", + "_ref_4471", + "_ref_13334", + "_ref_13335", + "_ref_13336", + "_ref_4472", + "_ref_4473", + "_ref_13337", + "_ref_13338", + "_ref_13339", + "_ref_4474", + "_ref_4475", + "_ref_13340", + "sec-variable-statement", + "_ref_4476", + "_ref_4477", + "_ref_13341", + "_ref_13342", + "_ref_13343", + "_ref_13344", + "_ref_13345", + "_ref_13346", + "_ref_13347", + "prod-VariableStatement", + "_ref_13348", + "prod-VariableDeclarationList", + "_ref_13349", + "_ref_13350", + "_ref_13351", + "prod-VariableDeclaration", + "_ref_13352", + "_ref_13353", + "_ref_13354", + "_ref_13355", + "sec-variable-statement-static-semantics-boundnames", + "_ref_13356", + "_ref_13357", + "_ref_13358", + "_ref_13359", + "_ref_13360", + "_ref_13361", + "_ref_13362", + "_ref_13363", + "_ref_13364", + "_ref_13365", + "sec-variable-statement-static-semantics-vardeclarednames", + "_ref_13366", + "_ref_13367", + "sec-variable-statement-static-semantics-varscopeddeclarations", + "_ref_13368", + "_ref_4478", + "_ref_13369", + "_ref_13370", + "_ref_13371", + "_ref_13372", + "_ref_13373", + "sec-variable-statement-runtime-semantics-evaluation", + "_ref_13374", + "_ref_13375", + "_ref_4479", + "_ref_4480", + "_ref_13376", + "_ref_13377", + "_ref_13378", + "_ref_4481", + "_ref_13379", + "_ref_13380", + "_ref_4482", + "_ref_13381", + "_ref_13382", + "_ref_13383", + "_ref_4483", + "_ref_4484", + "_ref_13384", + "_ref_13385", + "_ref_13386", + "_ref_4485", + "step-vardecllist-evaluation-putvalue", + "_ref_4486", + "_ref_13387", + "_ref_13388", + "_ref_13389", + "_ref_4487", + "_ref_4488", + "_ref_442", + "_ref_13390", + "_ref_13391", + "_ref_13392", + "_ref_13393", + "_ref_4489", + "_ref_13394", + "sec-destructuring-binding-patterns", + "prod-BindingPattern", + "_ref_13395", + "_ref_13396", + "prod-ObjectBindingPattern", + "_ref_13397", + "_ref_13398", + "_ref_13399", + "_ref_13400", + "prod-ArrayBindingPattern", + "_ref_13401", + "_ref_13402", + "_ref_13403", + "_ref_13404", + "_ref_13405", + "_ref_13406", + "prod-BindingRestProperty", + "_ref_13407", + "prod-BindingPropertyList", + "_ref_13408", + "_ref_13409", + "_ref_13410", + "prod-BindingElementList", + "_ref_13411", + "_ref_13412", + "_ref_13413", + "prod-BindingElisionElement", + "_ref_13414", + "_ref_13415", + "prod-BindingProperty", + "_ref_13416", + "_ref_13417", + "_ref_13418", + "prod-BindingElement", + "_ref_13419", + "_ref_13420", + "_ref_13421", + "prod-SingleNameBinding", + "_ref_13422", + "_ref_13423", + "prod-BindingRestElement", + "_ref_13424", + "_ref_13425", + "sec-destructuring-binding-patterns-static-semantics-boundnames", + "_ref_4490", + "_ref_13426", + "_ref_13427", + "_ref_13428", + "_ref_13429", + "_ref_13430", + "_ref_4491", + "_ref_13431", + "_ref_13432", + "_ref_13433", + "_ref_13434", + "_ref_13435", + "_ref_13436", + "_ref_13437", + "_ref_13438", + "_ref_13439", + "_ref_13440", + "_ref_13441", + "_ref_13442", + "_ref_13443", + "_ref_13444", + "_ref_13445", + "_ref_13446", + "_ref_13447", + "_ref_13448", + "_ref_13449", + "_ref_13450", + "_ref_13451", + "_ref_13452", + "_ref_13453", + "_ref_13454", + "_ref_13455", + "_ref_13456", + "_ref_13457", + "_ref_13458", + "_ref_13459", + "_ref_13460", + "_ref_13461", + "sec-destructuring-binding-patterns-static-semantics-containsexpression", + "_ref_13462", + "_ref_13463", + "_ref_13464", + "_ref_13465", + "_ref_13466", + "_ref_13467", + "_ref_13468", + "_ref_13469", + "_ref_13470", + "_ref_13471", + "_ref_13472", + "_ref_13473", + "_ref_13474", + "_ref_13475", + "_ref_13476", + "_ref_13477", + "_ref_13478", + "_ref_13479", + "_ref_13480", + "_ref_13481", + "_ref_13482", + "_ref_13483", + "_ref_13484", + "_ref_13485", + "_ref_13486", + "_ref_13487", + "_ref_13488", + "_ref_13489", + "_ref_13490", + "_ref_13491", + "_ref_13492", + "_ref_13493", + "_ref_13494", + "_ref_13495", + "_ref_13496", + "_ref_13497", + "_ref_13498", + "_ref_13499", + "_ref_13500", + "sec-destructuring-binding-patterns-static-semantics-hasinitializer", + "_ref_13501", + "_ref_13502", + "_ref_13503", + "_ref_13504", + "_ref_13505", + "_ref_13506", + "sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", + "_ref_13507", + "_ref_13508", + "_ref_13509", + "_ref_13510", + "_ref_13511", + "_ref_13512", + "sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", + "_ref_4492", + "_ref_13513", + "_ref_4493", + "_ref_13514", + "_ref_13515", + "_ref_4494", + "_ref_13516", + "_ref_4495", + "_ref_4496", + "_ref_13517", + "_ref_13518", + "_ref_13519", + "_ref_4497", + "_ref_13520", + "_ref_4498", + "_ref_13521", + "_ref_13522", + "_ref_13523", + "_ref_13524", + "_ref_13525", + "sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", + "_ref_13526", + "_ref_13527", + "_ref_13528", + "_ref_13529", + "_ref_13530", + "_ref_13531", + "_ref_13532", + "_ref_4499", + "_ref_13533", + "_ref_13534", + "_ref_13535", + "_ref_4500", + "_ref_13536", + "_ref_4501", + "sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", + "_ref_13537", + "_ref_4502", + "_ref_13538", + "_ref_4503", + "_ref_4504", + "_ref_4505", + "_ref_4506", + "_ref_4507", + "sec-destructuring-binding-patterns-runtime-semantics-iteratorbindinginitialization", + "_ref_4508", + "_ref_4509", + "_ref_13539", + "_ref_13540", + "_ref_13541", + "_ref_13542", + "_ref_13543", + "_ref_13544", + "_ref_13545", + "_ref_13546", + "_ref_13547", + "_ref_13548", + "_ref_13549", + "_ref_13550", + "_ref_13551", + "_ref_13552", + "_ref_13553", + "_ref_13554", + "_ref_13555", + "_ref_13556", + "_ref_13557", + "_ref_13558", + "_ref_13559", + "_ref_13560", + "_ref_13561", + "_ref_13562", + "_ref_13563", + "_ref_13564", + "_ref_13565", + "_ref_13566", + "_ref_13567", + "_ref_4510", + "_ref_4511", + "_ref_4512", + "_ref_4513", + "_ref_4514", + "_ref_4515", + "_ref_4516", + "_ref_13568", + "_ref_4517", + "_ref_13569", + "_ref_13570", + "_ref_13571", + "_ref_4518", + "_ref_4519", + "_ref_4520", + "_ref_13572", + "_ref_13573", + "_ref_4521", + "_ref_4522", + "_ref_4523", + "_ref_4524", + "_ref_4525", + "_ref_4526", + "_ref_13574", + "_ref_13575", + "_ref_4527", + "_ref_13576", + "_ref_13577", + "_ref_4528", + "_ref_13578", + "_ref_4529", + "_ref_4530", + "_ref_4531", + "_ref_4532", + "_ref_4533", + "_ref_4534", + "_ref_4535", + "_ref_4536", + "_ref_4537", + "_ref_4538", + "_ref_4539", + "_ref_4540", + "_ref_13579", + "_ref_4541", + "_ref_4542", + "_ref_4543", + "_ref_4544", + "_ref_13580", + "_ref_4545", + "_ref_4546", + "_ref_4547", + "_ref_4548", + "_ref_4549", + "_ref_4550", + "sec-runtime-semantics-keyedbindinginitialization", + "_ref_4551", + "_ref_13581", + "_ref_13582", + "_ref_4552", + "_ref_13583", + "_ref_13584", + "_ref_4553", + "_ref_13585", + "_ref_13586", + "_ref_13587", + "_ref_13588", + "_ref_4554", + "_ref_4555", + "_ref_13589", + "_ref_4556", + "_ref_13590", + "_ref_13591", + "_ref_13592", + "_ref_4557", + "_ref_4558", + "_ref_4559", + "sec-empty-statement", + "prod-EmptyStatement", + "sec-empty-statement-runtime-semantics-evaluation", + "_ref_4560", + "sec-expression-statement", + "prod-ExpressionStatement", + "_ref_13593", + "_ref_13594", + "_ref_13595", + "_ref_13596", + "_ref_13597", + "_ref_13598", + "_ref_13599", + "_ref_13600", + "_ref_13601", + "_ref_13602", + "_ref_13603", + "_ref_13604", + "_ref_13605", + "_ref_13606", + "_ref_13607", + "sec-expression-statement-runtime-semantics-evaluation", + "_ref_13608", + "_ref_13609", + "_ref_4561", + "sec-if-statement", + "prod-IfStatement", + "_ref_13610", + "_ref_13611", + "_ref_13612", + "_ref_13613", + "_ref_13614", + "sec-if-statement-static-semantics-early-errors", + "_ref_13615", + "_ref_13616", + "_ref_13617", + "_ref_13618", + "_ref_13619", + "_ref_4562", + "_ref_13620", + "_ref_443", + "sec-if-statement-static-semantics-containsduplicatelabels", + "_ref_13621", + "_ref_13622", + "_ref_13623", + "_ref_13624", + "_ref_13625", + "_ref_13626", + "_ref_13627", + "_ref_13628", + "sec-if-statement-static-semantics-containsundefinedbreaktarget", + "_ref_13629", + "_ref_13630", + "_ref_13631", + "_ref_13632", + "_ref_13633", + "_ref_13634", + "_ref_13635", + "_ref_13636", + "sec-if-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_13637", + "_ref_13638", + "_ref_13639", + "_ref_13640", + "_ref_13641", + "_ref_13642", + "_ref_13643", + "_ref_13644", + "sec-if-statement-static-semantics-vardeclarednames", + "_ref_13645", + "_ref_13646", + "_ref_13647", + "_ref_13648", + "_ref_13649", + "_ref_13650", + "_ref_13651", + "_ref_13652", + "sec-if-statement-static-semantics-varscopeddeclarations", + "_ref_13653", + "_ref_13654", + "_ref_13655", + "_ref_13656", + "_ref_13657", + "_ref_13658", + "_ref_13659", + "_ref_13660", + "sec-if-statement-runtime-semantics-evaluation", + "_ref_13661", + "_ref_13662", + "_ref_13663", + "_ref_13664", + "_ref_4563", + "_ref_4564", + "_ref_13665", + "_ref_13666", + "_ref_4565", + "_ref_4566", + "_ref_13667", + "_ref_13668", + "_ref_13669", + "_ref_4567", + "_ref_4568", + "_ref_4569", + "_ref_13670", + "_ref_4570", + "_ref_4571", + "sec-iteration-statements", + "prod-IterationStatement", + "_ref_13671", + "_ref_13672", + "_ref_13673", + "_ref_13674", + "_ref_13675", + "_ref_13676", + "_ref_13677", + "_ref_13678", + "_ref_13679", + "_ref_13680", + "_ref_13681", + "_ref_13682", + "_ref_13683", + "_ref_13684", + "_ref_13685", + "_ref_13686", + "_ref_13687", + "_ref_13688", + "_ref_13689", + "_ref_13690", + "_ref_13691", + "_ref_13692", + "_ref_13693", + "_ref_13694", + "_ref_13695", + "_ref_13696", + "_ref_13697", + "_ref_13698", + "_ref_13699", + "_ref_13700", + "_ref_13701", + "_ref_13702", + "_ref_13703", + "_ref_13704", + "_ref_13705", + "_ref_13706", + "_ref_13707", + "_ref_13708", + "_ref_13709", + "_ref_13710", + "_ref_13711", + "_ref_13712", + "_ref_13713", + "prod-ForDeclaration", + "_ref_13714", + "_ref_13715", + "prod-ForBinding", + "_ref_13716", + "_ref_13717", + "_ref_444", + "sec-iteration-statements-semantics", + "sec-semantics-static-semantics-early-errors", + "_ref_13718", + "_ref_13719", + "_ref_13720", + "_ref_13721", + "_ref_13722", + "_ref_13723", + "_ref_13724", + "_ref_13725", + "_ref_13726", + "_ref_13727", + "_ref_13728", + "_ref_13729", + "_ref_13730", + "_ref_13731", + "_ref_13732", + "_ref_13733", + "_ref_13734", + "_ref_13735", + "_ref_13736", + "_ref_13737", + "_ref_13738", + "_ref_13739", + "_ref_13740", + "_ref_13741", + "_ref_13742", + "_ref_13743", + "_ref_13744", + "_ref_13745", + "_ref_13746", + "_ref_13747", + "_ref_13748", + "_ref_13749", + "_ref_13750", + "_ref_13751", + "_ref_13752", + "_ref_13753", + "_ref_13754", + "_ref_13755", + "_ref_13756", + "_ref_13757", + "_ref_13758", + "_ref_13759", + "_ref_13760", + "_ref_4572", + "_ref_13761", + "_ref_445", + "sec-loopcontinues", + "_ref_13762", + "_ref_13763", + "_ref_13764", + "sec-do-while-statement", + "sec-do-while-statement-static-semantics-containsduplicatelabels", + "_ref_13765", + "_ref_13766", + "_ref_13767", + "sec-do-while-statement-static-semantics-containsundefinedbreaktarget", + "_ref_13768", + "_ref_13769", + "_ref_13770", + "sec-do-while-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_13771", + "_ref_13772", + "_ref_13773", + "sec-do-while-statement-static-semantics-vardeclarednames", + "_ref_13774", + "_ref_13775", + "_ref_13776", + "sec-do-while-statement-static-semantics-varscopeddeclarations", + "_ref_13777", + "_ref_13778", + "_ref_13779", + "sec-do-while-statement-runtime-semantics-labelledevaluation", + "_ref_13780", + "_ref_13781", + "_ref_13782", + "_ref_4573", + "_ref_4574", + "_ref_4575", + "_ref_13783", + "_ref_4576", + "_ref_4577", + "_ref_4578", + "sec-while-statement", + "sec-while-statement-static-semantics-containsduplicatelabels", + "_ref_13784", + "_ref_13785", + "_ref_13786", + "sec-while-statement-static-semantics-containsundefinedbreaktarget", + "_ref_13787", + "_ref_13788", + "_ref_13789", + "sec-while-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_13790", + "_ref_13791", + "_ref_13792", + "sec-while-statement-static-semantics-vardeclarednames", + "_ref_13793", + "_ref_13794", + "_ref_13795", + "sec-while-statement-static-semantics-varscopeddeclarations", + "_ref_13796", + "_ref_13797", + "_ref_13798", + "sec-while-statement-runtime-semantics-labelledevaluation", + "_ref_13799", + "_ref_13800", + "_ref_13801", + "_ref_4579", + "_ref_4580", + "_ref_4581", + "_ref_13802", + "_ref_4582", + "_ref_4583", + "_ref_4584", + "sec-for-statement", + "sec-for-statement-static-semantics-early-errors", + "_ref_13803", + "_ref_13804", + "_ref_13805", + "_ref_13806", + "_ref_13807", + "_ref_13808", + "sec-for-statement-static-semantics-containsduplicatelabels", + "_ref_13809", + "_ref_13810", + "_ref_13811", + "_ref_13812", + "_ref_13813", + "_ref_13814", + "_ref_13815", + "_ref_13816", + "_ref_13817", + "_ref_13818", + "_ref_13819", + "_ref_13820", + "_ref_13821", + "sec-for-statement-static-semantics-containsundefinedbreaktarget", + "_ref_13822", + "_ref_13823", + "_ref_13824", + "_ref_13825", + "_ref_13826", + "_ref_13827", + "_ref_13828", + "_ref_13829", + "_ref_13830", + "_ref_13831", + "_ref_13832", + "_ref_13833", + "_ref_13834", + "sec-for-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_13835", + "_ref_13836", + "_ref_13837", + "_ref_13838", + "_ref_13839", + "_ref_13840", + "_ref_13841", + "_ref_13842", + "_ref_13843", + "_ref_13844", + "_ref_13845", + "_ref_13846", + "_ref_13847", + "sec-for-statement-static-semantics-vardeclarednames", + "_ref_13848", + "_ref_13849", + "_ref_13850", + "_ref_13851", + "_ref_13852", + "_ref_13853", + "_ref_13854", + "_ref_13855", + "_ref_13856", + "_ref_13857", + "_ref_13858", + "_ref_13859", + "_ref_13860", + "_ref_13861", + "_ref_13862", + "_ref_13863", + "sec-for-statement-static-semantics-varscopeddeclarations", + "_ref_13864", + "_ref_13865", + "_ref_13866", + "_ref_13867", + "_ref_13868", + "_ref_13869", + "_ref_13870", + "_ref_13871", + "_ref_13872", + "_ref_13873", + "_ref_13874", + "_ref_13875", + "_ref_13876", + "_ref_13877", + "_ref_13878", + "_ref_13879", + "sec-for-statement-runtime-semantics-labelledevaluation", + "_ref_13880", + "_ref_13881", + "_ref_13882", + "_ref_13883", + "_ref_13884", + "_ref_13885", + "_ref_4585", + "_ref_4586", + "_ref_13886", + "_ref_13887", + "_ref_13888", + "_ref_13889", + "_ref_13890", + "_ref_13891", + "_ref_13892", + "_ref_13893", + "_ref_4587", + "_ref_4588", + "_ref_13894", + "_ref_13895", + "_ref_13896", + "_ref_13897", + "_ref_13898", + "_ref_13899", + "_ref_13900", + "_ref_4589", + "_ref_4590", + "_ref_13901", + "_ref_13902", + "_ref_4591", + "_ref_13903", + "_ref_4592", + "_ref_4593", + "_ref_4594", + "_ref_4595", + "_ref_13904", + "_ref_13905", + "_ref_13906", + "_ref_4596", + "_ref_4597", + "sec-forbodyevaluation", + "_ref_4598", + "_ref_4599", + "_ref_4600", + "_ref_4601", + "_ref_4602", + "_ref_4603", + "_ref_4604", + "_ref_4605", + "_ref_4606", + "sec-createperiterationenvironment", + "_ref_4607", + "_ref_4608", + "_ref_4609", + "_ref_4610", + "sec-for-in-and-for-of-statements", + "sec-for-in-and-for-of-statements-static-semantics-early-errors", + "_ref_13907", + "_ref_13908", + "_ref_13909", + "_ref_13910", + "_ref_13911", + "_ref_13912", + "_ref_13913", + "_ref_13914", + "_ref_13915", + "_ref_13916", + "_ref_13917", + "_ref_13918", + "_ref_13919", + "_ref_4611", + "_ref_13920", + "_ref_13921", + "_ref_13922", + "_ref_4612", + "_ref_13923", + "_ref_13924", + "_ref_13925", + "_ref_13926", + "_ref_13927", + "_ref_13928", + "_ref_13929", + "_ref_13930", + "_ref_13931", + "_ref_13932", + "_ref_13933", + "_ref_13934", + "_ref_13935", + "_ref_13936", + "_ref_13937", + "_ref_13938", + "_ref_13939", + "_ref_13940", + "sec-for-in-and-for-of-statements-static-semantics-boundnames", + "_ref_13941", + "_ref_13942", + "_ref_13943", + "sec-for-in-and-for-of-statements-static-semantics-containsduplicatelabels", + "_ref_13944", + "_ref_13945", + "_ref_13946", + "_ref_13947", + "_ref_13948", + "_ref_13949", + "_ref_13950", + "_ref_13951", + "_ref_13952", + "_ref_13953", + "_ref_13954", + "_ref_13955", + "_ref_13956", + "_ref_13957", + "_ref_13958", + "_ref_13959", + "_ref_13960", + "_ref_13961", + "_ref_13962", + "_ref_13963", + "_ref_13964", + "_ref_13965", + "_ref_13966", + "_ref_13967", + "_ref_13968", + "_ref_13969", + "_ref_13970", + "_ref_13971", + "_ref_446", + "sec-for-in-and-for-of-statements-static-semantics-containsundefinedbreaktarget", + "_ref_13972", + "_ref_13973", + "_ref_13974", + "_ref_13975", + "_ref_13976", + "_ref_13977", + "_ref_13978", + "_ref_13979", + "_ref_13980", + "_ref_13981", + "_ref_13982", + "_ref_13983", + "_ref_13984", + "_ref_13985", + "_ref_13986", + "_ref_13987", + "_ref_13988", + "_ref_13989", + "_ref_13990", + "_ref_13991", + "_ref_13992", + "_ref_13993", + "_ref_13994", + "_ref_13995", + "_ref_13996", + "_ref_13997", + "_ref_13998", + "_ref_13999", + "_ref_447", + "sec-for-in-and-for-of-statements-static-semantics-containsundefinedcontinuetarget", + "_ref_14000", + "_ref_14001", + "_ref_14002", + "_ref_14003", + "_ref_14004", + "_ref_14005", + "_ref_14006", + "_ref_14007", + "_ref_14008", + "_ref_14009", + "_ref_14010", + "_ref_14011", + "_ref_14012", + "_ref_14013", + "_ref_14014", + "_ref_14015", + "_ref_14016", + "_ref_14017", + "_ref_14018", + "_ref_14019", + "_ref_14020", + "_ref_14021", + "_ref_14022", + "_ref_14023", + "_ref_14024", + "_ref_14025", + "_ref_14026", + "_ref_14027", + "_ref_448", + "sec-for-in-and-for-of-statements-static-semantics-isdestructuring", + "_ref_14028", + "_ref_14029", + "_ref_14030", + "_ref_14031", + "_ref_14032", + "_ref_449", + "sec-for-in-and-for-of-statements-static-semantics-vardeclarednames", + "_ref_14033", + "_ref_14034", + "_ref_14035", + "_ref_14036", + "_ref_14037", + "_ref_14038", + "_ref_14039", + "_ref_14040", + "_ref_14041", + "_ref_14042", + "_ref_14043", + "_ref_14044", + "_ref_14045", + "_ref_14046", + "_ref_14047", + "_ref_14048", + "_ref_14049", + "_ref_14050", + "_ref_14051", + "_ref_14052", + "_ref_14053", + "_ref_14054", + "_ref_14055", + "_ref_14056", + "_ref_14057", + "_ref_14058", + "_ref_14059", + "_ref_14060", + "_ref_14061", + "_ref_14062", + "_ref_450", + "sec-for-in-and-for-of-statements-static-semantics-varscopeddeclarations", + "_ref_14063", + "_ref_14064", + "_ref_14065", + "_ref_14066", + "_ref_14067", + "_ref_14068", + "_ref_14069", + "_ref_14070", + "_ref_14071", + "_ref_14072", + "_ref_14073", + "_ref_14074", + "_ref_14075", + "_ref_14076", + "_ref_14077", + "_ref_14078", + "_ref_14079", + "_ref_14080", + "_ref_14081", + "_ref_14082", + "_ref_14083", + "_ref_14084", + "_ref_14085", + "_ref_14086", + "_ref_14087", + "_ref_14088", + "_ref_14089", + "_ref_14090", + "_ref_4613", + "_ref_14091", + "_ref_14092", + "_ref_451", + "sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", + "_ref_4614", + "_ref_452", + "_ref_14093", + "_ref_14094", + "_ref_14095", + "sec-runtime-semantics-bindinginstantiation", + "_ref_14096", + "_ref_14097", + "_ref_4615", + "_ref_4616", + "_ref_14098", + "_ref_14099", + "sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", + "_ref_14100", + "_ref_14101", + "_ref_14102", + "_ref_4617", + "_ref_14103", + "_ref_4618", + "_ref_14104", + "_ref_14105", + "_ref_14106", + "_ref_14107", + "_ref_14108", + "_ref_4619", + "_ref_14109", + "_ref_4620", + "_ref_14110", + "_ref_14111", + "_ref_14112", + "_ref_14113", + "_ref_14114", + "_ref_4621", + "_ref_14115", + "_ref_14116", + "_ref_4622", + "_ref_14117", + "_ref_14118", + "_ref_14119", + "_ref_14120", + "_ref_14121", + "_ref_4623", + "_ref_14122", + "_ref_4624", + "_ref_14123", + "_ref_14124", + "_ref_14125", + "_ref_14126", + "_ref_14127", + "_ref_4625", + "_ref_14128", + "_ref_4626", + "_ref_14129", + "_ref_14130", + "_ref_14131", + "_ref_14132", + "_ref_14133", + "_ref_4627", + "_ref_14134", + "_ref_14135", + "_ref_4628", + "_ref_14136", + "_ref_14137", + "_ref_14138", + "_ref_14139", + "_ref_14140", + "_ref_4629", + "_ref_14141", + "_ref_4630", + "_ref_14142", + "_ref_14143", + "_ref_14144", + "_ref_14145", + "_ref_14146", + "_ref_4631", + "_ref_14147", + "_ref_4632", + "_ref_14148", + "_ref_14149", + "_ref_14150", + "_ref_14151", + "_ref_14152", + "_ref_4633", + "_ref_14153", + "_ref_14154", + "_ref_4634", + "_ref_14155", + "_ref_14156", + "_ref_453", + "sec-runtime-semantics-forinofheadevaluation", + "sec-runtime-semantics-forin-div-ofheadevaluation-tdznames-expr-iterationkind", + "_ref_4635", + "_ref_4636", + "_ref_4637", + "_ref_4638", + "_ref_4639", + "_ref_4640", + "_ref_4641", + "_ref_4642", + "_ref_4643", + "_ref_4644", + "_ref_4645", + "_ref_4646", + "_ref_4647", + "_ref_4648", + "sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", + "_ref_4649", + "_ref_4650", + "_ref_14157", + "_ref_14158", + "_ref_4651", + "_ref_4652", + "_ref_4653", + "_ref_4654", + "_ref_4655", + "_ref_4656", + "_ref_4657", + "_ref_4658", + "_ref_4659", + "_ref_14159", + "_ref_4660", + "_ref_4661", + "_ref_4662", + "_ref_4663", + "_ref_4664", + "_ref_4665", + "_ref_4666", + "_ref_4667", + "_ref_14160", + "_ref_4668", + "_ref_4669", + "_ref_14161", + "_ref_4670", + "_ref_4671", + "_ref_4672", + "_ref_4673", + "_ref_4674", + "_ref_4675", + "_ref_4676", + "_ref_4677", + "_ref_4678", + "_ref_4679", + "_ref_4680", + "_ref_4681", + "_ref_4682", + "sec-for-in-and-for-of-statements-runtime-semantics-evaluation", + "_ref_14162", + "_ref_14163", + "_ref_4683", + "sec-enumerate-object-properties", + "_ref_4684", + "_ref_4685", + "_ref_454", + "_ref_4686", + "_ref_4687", + "_ref_4688", + "_ref_4689", + "_ref_4690", + "_ref_4691", + "_ref_455", + "_ref_4692", + "sec-for-in-iterator-objects", + "_ref_4693", + "sec-createforiniterator", + "_ref_4694", + "_ref_4695", + "_ref_4696", + "_ref_4697", + "_ref_4698", + "_ref_4699", + "sec-%foriniteratorprototype%-object", + "_ref_4700", + "_ref_4701", + "sec-%foriniteratorprototype%.next", + "_ref_4702", + "_ref_4703", + "_ref_4704", + "_ref_456", + "_ref_4705", + "_ref_4706", + "_ref_4707", + "_ref_4708", + "sec-properties-of-for-in-iterator-instances", + "_ref_4709", + "_ref_457", + "table-for-in-iterator-instance-slots", + "sec-continue-statement", + "prod-ContinueStatement", + "_ref_14164", + "_ref_14165", + "sec-continue-statement-static-semantics-early-errors", + "_ref_14166", + "_ref_14167", + "_ref_14168", + "sec-continue-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_14169", + "_ref_14170", + "sec-continue-statement-runtime-semantics-evaluation", + "_ref_4710", + "_ref_14171", + "_ref_14172", + "_ref_4711", + "sec-break-statement", + "prod-BreakStatement", + "_ref_14173", + "_ref_14174", + "sec-break-statement-static-semantics-early-errors", + "_ref_14175", + "_ref_14176", + "_ref_14177", + "sec-break-statement-static-semantics-containsundefinedbreaktarget", + "_ref_14178", + "_ref_14179", + "sec-break-statement-runtime-semantics-evaluation", + "_ref_4712", + "_ref_14180", + "_ref_14181", + "_ref_4713", + "sec-return-statement", + "prod-ReturnStatement", + "_ref_14182", + "_ref_14183", + "_ref_14184", + "_ref_14185", + "sec-return-statement-runtime-semantics-evaluation", + "_ref_4714", + "_ref_14186", + "_ref_14187", + "_ref_4715", + "_ref_4716", + "_ref_4717", + "_ref_4718", + "sec-with-statement", + "prod-WithStatement", + "_ref_14188", + "_ref_14189", + "_ref_4719", + "_ref_4720", + "sec-with-statement-static-semantics-early-errors", + "_ref_14190", + "_ref_14191", + "_ref_4721", + "_ref_4722", + "_ref_14192", + "_ref_458", + "sec-with-statement-static-semantics-containsduplicatelabels", + "_ref_14193", + "_ref_14194", + "_ref_14195", + "sec-with-statement-static-semantics-containsundefinedbreaktarget", + "_ref_14196", + "_ref_14197", + "_ref_14198", + "sec-with-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_14199", + "_ref_14200", + "_ref_14201", + "sec-with-statement-static-semantics-vardeclarednames", + "_ref_14202", + "_ref_14203", + "_ref_14204", + "sec-with-statement-static-semantics-varscopeddeclarations", + "_ref_14205", + "_ref_14206", + "_ref_14207", + "sec-with-statement-runtime-semantics-evaluation", + "_ref_14208", + "_ref_14209", + "_ref_14210", + "_ref_4723", + "_ref_4724", + "_ref_4725", + "_ref_4726", + "_ref_4727", + "_ref_14211", + "_ref_4728", + "_ref_4729", + "_ref_4730", + "_ref_14212", + "_ref_4731", + "sec-switch-statement", + "prod-SwitchStatement", + "_ref_14213", + "_ref_14214", + "prod-CaseBlock", + "_ref_14215", + "_ref_14216", + "_ref_14217", + "_ref_14218", + "prod-CaseClauses", + "_ref_14219", + "_ref_14220", + "_ref_14221", + "prod-CaseClause", + "_ref_14222", + "_ref_14223", + "prod-DefaultClause", + "_ref_14224", + "sec-switch-statement-static-semantics-early-errors", + "_ref_14225", + "_ref_14226", + "_ref_14227", + "_ref_14228", + "_ref_14229", + "sec-switch-statement-static-semantics-containsduplicatelabels", + "_ref_14230", + "_ref_14231", + "_ref_14232", + "_ref_14233", + "_ref_14234", + "_ref_14235", + "_ref_14236", + "_ref_14237", + "_ref_14238", + "_ref_14239", + "_ref_14240", + "_ref_14241", + "_ref_14242", + "_ref_14243", + "_ref_14244", + "_ref_14245", + "_ref_14246", + "_ref_14247", + "_ref_14248", + "_ref_14249", + "_ref_14250", + "_ref_14251", + "sec-switch-statement-static-semantics-containsundefinedbreaktarget", + "_ref_14252", + "_ref_14253", + "_ref_14254", + "_ref_14255", + "_ref_14256", + "_ref_14257", + "_ref_14258", + "_ref_14259", + "_ref_14260", + "_ref_14261", + "_ref_14262", + "_ref_14263", + "_ref_14264", + "_ref_14265", + "_ref_14266", + "_ref_14267", + "_ref_14268", + "_ref_14269", + "_ref_14270", + "_ref_14271", + "_ref_14272", + "_ref_14273", + "sec-switch-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_14274", + "_ref_14275", + "_ref_14276", + "_ref_14277", + "_ref_14278", + "_ref_14279", + "_ref_14280", + "_ref_14281", + "_ref_14282", + "_ref_14283", + "_ref_14284", + "_ref_14285", + "_ref_14286", + "_ref_14287", + "_ref_14288", + "_ref_14289", + "_ref_14290", + "_ref_14291", + "_ref_14292", + "_ref_14293", + "_ref_14294", + "_ref_14295", + "sec-switch-statement-static-semantics-lexicallydeclarednames", + "_ref_4732", + "_ref_14296", + "_ref_14297", + "_ref_14298", + "_ref_14299", + "_ref_14300", + "_ref_4733", + "_ref_14301", + "_ref_14302", + "_ref_14303", + "_ref_14304", + "_ref_14305", + "_ref_14306", + "_ref_14307", + "_ref_14308", + "_ref_14309", + "_ref_14310", + "_ref_14311", + "_ref_4734", + "_ref_14312", + "_ref_14313", + "_ref_14314", + "_ref_4735", + "sec-switch-statement-static-semantics-lexicallyscopeddeclarations", + "_ref_4736", + "_ref_14315", + "_ref_14316", + "_ref_14317", + "_ref_14318", + "_ref_14319", + "_ref_4737", + "_ref_14320", + "_ref_14321", + "_ref_14322", + "_ref_14323", + "_ref_14324", + "_ref_14325", + "_ref_14326", + "_ref_14327", + "_ref_14328", + "_ref_14329", + "_ref_14330", + "_ref_4738", + "_ref_14331", + "_ref_14332", + "_ref_14333", + "_ref_4739", + "sec-switch-statement-static-semantics-vardeclarednames", + "_ref_14334", + "_ref_14335", + "_ref_14336", + "_ref_4740", + "_ref_14337", + "_ref_14338", + "_ref_14339", + "_ref_14340", + "_ref_14341", + "_ref_4741", + "_ref_14342", + "_ref_14343", + "_ref_14344", + "_ref_14345", + "_ref_14346", + "_ref_14347", + "_ref_14348", + "_ref_14349", + "_ref_14350", + "_ref_14351", + "_ref_14352", + "_ref_4742", + "_ref_14353", + "_ref_14354", + "_ref_14355", + "_ref_4743", + "sec-switch-statement-static-semantics-varscopeddeclarations", + "_ref_14356", + "_ref_14357", + "_ref_14358", + "_ref_4744", + "_ref_14359", + "_ref_14360", + "_ref_14361", + "_ref_14362", + "_ref_14363", + "_ref_4745", + "_ref_14364", + "_ref_14365", + "_ref_14366", + "_ref_14367", + "_ref_14368", + "_ref_14369", + "_ref_14370", + "_ref_14371", + "_ref_14372", + "_ref_14373", + "_ref_14374", + "_ref_4746", + "_ref_14375", + "_ref_14376", + "_ref_14377", + "_ref_4747", + "sec-runtime-semantics-caseblockevaluation", + "_ref_4748", + "_ref_14378", + "_ref_4749", + "_ref_14379", + "_ref_14380", + "_ref_14381", + "_ref_4750", + "_ref_4751", + "_ref_4752", + "_ref_4753", + "_ref_4754", + "_ref_14382", + "_ref_14383", + "_ref_14384", + "_ref_14385", + "_ref_4755", + "_ref_14386", + "_ref_14387", + "_ref_14388", + "_ref_4756", + "_ref_4757", + "_ref_4758", + "_ref_4759", + "_ref_14389", + "_ref_4760", + "_ref_14390", + "_ref_14391", + "_ref_14392", + "_ref_4761", + "_ref_14393", + "_ref_4762", + "_ref_4763", + "_ref_4764", + "_ref_4765", + "_ref_14394", + "_ref_4766", + "_ref_4767", + "_ref_4768", + "_ref_14395", + "_ref_14396", + "_ref_14397", + "_ref_4769", + "_ref_4770", + "_ref_4771", + "_ref_4772", + "sec-runtime-semantics-caseclauseisselected", + "sec-runtime-semantics-caseselectorevaluation", + "_ref_4773", + "_ref_14398", + "_ref_4774", + "_ref_4775", + "_ref_14399", + "_ref_14400", + "_ref_14401", + "_ref_4776", + "_ref_4777", + "_ref_14402", + "_ref_14403", + "_ref_14404", + "sec-switch-statement-runtime-semantics-evaluation", + "_ref_14405", + "_ref_14406", + "_ref_14407", + "_ref_4778", + "_ref_4779", + "_ref_4780", + "_ref_4781", + "_ref_14408", + "_ref_4782", + "_ref_14409", + "_ref_4783", + "_ref_14410", + "_ref_14411", + "_ref_4784", + "_ref_14412", + "_ref_14413", + "_ref_14414", + "_ref_4785", + "_ref_14415", + "_ref_14416", + "sec-labelled-statements", + "prod-LabelledStatement", + "_ref_14417", + "_ref_14418", + "prod-LabelledItem", + "_ref_14419", + "_ref_14420", + "_ref_14421", + "_ref_14422", + "_ref_14423", + "_ref_14424", + "sec-labelled-statements-static-semantics-early-errors", + "_ref_14425", + "_ref_459", + "sec-labelled-statements-static-semantics-containsduplicatelabels", + "_ref_14426", + "_ref_14427", + "_ref_14428", + "_ref_14429", + "_ref_14430", + "sec-labelled-statements-static-semantics-containsundefinedbreaktarget", + "_ref_14431", + "_ref_14432", + "_ref_14433", + "_ref_14434", + "_ref_14435", + "sec-labelled-statements-static-semantics-containsundefinedcontinuetarget", + "_ref_14436", + "_ref_14437", + "_ref_14438", + "_ref_14439", + "_ref_14440", + "sec-islabelledfunction", + "_ref_14441", + "_ref_14442", + "_ref_14443", + "_ref_14444", + "_ref_4786", + "sec-labelled-statements-static-semantics-lexicallydeclarednames", + "_ref_14445", + "_ref_14446", + "_ref_14447", + "_ref_14448", + "_ref_4787", + "_ref_14449", + "_ref_14450", + "sec-labelled-statements-static-semantics-lexicallyscopeddeclarations", + "_ref_14451", + "_ref_14452", + "_ref_14453", + "_ref_14454", + "_ref_4788", + "_ref_14455", + "_ref_4789", + "_ref_14456", + "sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", + "_ref_14457", + "_ref_14458", + "_ref_4790", + "sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", + "_ref_14459", + "_ref_14460", + "_ref_4791", + "sec-labelled-statements-static-semantics-toplevelvardeclarednames", + "_ref_14461", + "_ref_14462", + "_ref_14463", + "_ref_14464", + "_ref_14465", + "_ref_14466", + "_ref_14467", + "_ref_14468", + "_ref_14469", + "_ref_14470", + "sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", + "_ref_14471", + "_ref_14472", + "_ref_14473", + "_ref_14474", + "_ref_14475", + "_ref_14476", + "_ref_14477", + "_ref_14478", + "_ref_14479", + "_ref_4792", + "_ref_14480", + "sec-labelled-statements-static-semantics-vardeclarednames", + "_ref_14481", + "_ref_14482", + "_ref_14483", + "_ref_14484", + "_ref_4793", + "sec-labelled-statements-static-semantics-varscopeddeclarations", + "_ref_14485", + "_ref_14486", + "_ref_14487", + "_ref_14488", + "_ref_4794", + "sec-labelled-statements-runtime-semantics-labelledevaluation", + "_ref_14489", + "_ref_14490", + "_ref_14491", + "_ref_14492", + "_ref_4795", + "_ref_4796", + "_ref_4797", + "_ref_14493", + "_ref_14494", + "_ref_14495", + "_ref_14496", + "_ref_14497", + "_ref_14498", + "_ref_14499", + "_ref_14500", + "sec-labelled-statements-runtime-semantics-evaluation", + "_ref_14501", + "_ref_14502", + "_ref_4798", + "_ref_14503", + "sec-throw-statement", + "prod-ThrowStatement", + "_ref_14504", + "_ref_14505", + "sec-throw-statement-runtime-semantics-evaluation", + "_ref_14506", + "_ref_14507", + "_ref_4799", + "_ref_4800", + "sec-try-statement", + "prod-TryStatement", + "_ref_14508", + "_ref_14509", + "_ref_14510", + "_ref_14511", + "_ref_14512", + "_ref_14513", + "_ref_14514", + "prod-Catch", + "_ref_14515", + "_ref_14516", + "_ref_14517", + "prod-Finally", + "_ref_14518", + "prod-CatchParameter", + "_ref_14519", + "_ref_14520", + "_ref_14521", + "sec-try-statement-static-semantics-early-errors", + "_ref_14522", + "_ref_14523", + "_ref_14524", + "_ref_14525", + "_ref_14526", + "_ref_14527", + "_ref_14528", + "_ref_4801", + "_ref_460", + "sec-try-statement-static-semantics-containsduplicatelabels", + "_ref_14529", + "_ref_14530", + "_ref_14531", + "_ref_14532", + "_ref_14533", + "_ref_14534", + "_ref_14535", + "_ref_14536", + "_ref_14537", + "_ref_14538", + "_ref_14539", + "_ref_14540", + "_ref_14541", + "_ref_14542", + "_ref_14543", + "_ref_14544", + "_ref_14545", + "sec-try-statement-static-semantics-containsundefinedbreaktarget", + "_ref_14546", + "_ref_14547", + "_ref_14548", + "_ref_14549", + "_ref_14550", + "_ref_14551", + "_ref_14552", + "_ref_14553", + "_ref_14554", + "_ref_14555", + "_ref_14556", + "_ref_14557", + "_ref_14558", + "_ref_14559", + "_ref_14560", + "_ref_14561", + "_ref_14562", + "sec-try-statement-static-semantics-containsundefinedcontinuetarget", + "_ref_14563", + "_ref_14564", + "_ref_14565", + "_ref_14566", + "_ref_14567", + "_ref_14568", + "_ref_14569", + "_ref_14570", + "_ref_14571", + "_ref_14572", + "_ref_14573", + "_ref_14574", + "_ref_14575", + "_ref_14576", + "_ref_14577", + "_ref_14578", + "_ref_14579", + "sec-try-statement-static-semantics-vardeclarednames", + "_ref_14580", + "_ref_14581", + "_ref_14582", + "_ref_14583", + "_ref_14584", + "_ref_14585", + "_ref_14586", + "_ref_14587", + "_ref_14588", + "_ref_14589", + "_ref_14590", + "_ref_14591", + "_ref_14592", + "_ref_14593", + "_ref_14594", + "_ref_14595", + "_ref_14596", + "sec-try-statement-static-semantics-varscopeddeclarations", + "_ref_14597", + "_ref_14598", + "_ref_14599", + "_ref_14600", + "_ref_14601", + "_ref_14602", + "_ref_14603", + "_ref_14604", + "_ref_14605", + "_ref_14606", + "_ref_14607", + "_ref_14608", + "_ref_14609", + "_ref_14610", + "_ref_14611", + "_ref_14612", + "_ref_14613", + "sec-runtime-semantics-catchclauseevaluation", + "_ref_14614", + "_ref_14615", + "_ref_4802", + "_ref_4803", + "_ref_14616", + "_ref_4804", + "_ref_14617", + "_ref_4805", + "_ref_4806", + "_ref_4807", + "_ref_14618", + "_ref_4808", + "_ref_4809", + "_ref_14619", + "_ref_14620", + "_ref_14621", + "sec-try-statement-runtime-semantics-evaluation", + "_ref_14622", + "_ref_14623", + "_ref_14624", + "_ref_14625", + "_ref_4810", + "_ref_4811", + "_ref_14626", + "_ref_14627", + "_ref_14628", + "_ref_14629", + "_ref_4812", + "_ref_4813", + "_ref_14630", + "_ref_14631", + "_ref_14632", + "_ref_14633", + "_ref_14634", + "_ref_14635", + "_ref_4814", + "_ref_4815", + "sec-debugger-statement", + "prod-DebuggerStatement", + "sec-debugger-statement-runtime-semantics-evaluation", + "_ref_14636", + "_ref_4816", + "_ref_4817", + "_ref_4818", + "_ref_4819", + "_ref_4820", + "sec-ecmascript-language-functions-and-classes", + "_ref_461", + "_ref_462", + "sec-function-definitions", + "prod-FunctionDeclaration", + "_ref_14637", + "_ref_14638", + "_ref_14639", + "_ref_14640", + "_ref_14641", + "prod-FunctionExpression", + "_ref_14642", + "_ref_14643", + "_ref_14644", + "prod-UniqueFormalParameters", + "_ref_14645", + "prod-FormalParameters", + "_ref_14646", + "_ref_14647", + "_ref_14648", + "_ref_14649", + "_ref_14650", + "prod-FormalParameterList", + "_ref_14651", + "_ref_14652", + "_ref_14653", + "prod-FunctionRestParameter", + "_ref_14654", + "prod-FormalParameter", + "_ref_14655", + "prod-FunctionBody", + "_ref_14656", + "prod-FunctionStatementList", + "_ref_14657", + "sec-function-definitions-static-semantics-early-errors", + "_ref_14658", + "_ref_14659", + "_ref_14660", + "_ref_14661", + "_ref_14662", + "_ref_14663", + "_ref_14664", + "_ref_14665", + "_ref_14666", + "_ref_4821", + "_ref_14667", + "_ref_14668", + "_ref_14669", + "_ref_4822", + "_ref_14670", + "_ref_14671", + "_ref_14672", + "_ref_14673", + "_ref_14674", + "_ref_14675", + "_ref_14676", + "_ref_14677", + "_ref_14678", + "_ref_14679", + "_ref_14680", + "_ref_14681", + "_ref_14682", + "_ref_14683", + "_ref_14684", + "_ref_14685", + "_ref_14686", + "_ref_14687", + "_ref_14688", + "_ref_14689", + "_ref_14690", + "_ref_4823", + "_ref_14691", + "_ref_14692", + "_ref_14693", + "_ref_14694", + "_ref_14695", + "_ref_14696", + "_ref_14697", + "sec-function-definitions-static-semantics-boundnames", + "_ref_14698", + "_ref_14699", + "_ref_14700", + "_ref_14701", + "_ref_14702", + "_ref_14703", + "_ref_4824", + "_ref_14704", + "_ref_14705", + "_ref_14706", + "_ref_14707", + "_ref_14708", + "_ref_14709", + "_ref_14710", + "_ref_14711", + "sec-function-definitions-static-semantics-contains", + "_ref_14712", + "_ref_14713", + "_ref_14714", + "_ref_14715", + "_ref_14716", + "_ref_14717", + "_ref_14718", + "_ref_14719", + "sec-function-definitions-static-semantics-containsduplicatelabels", + "sec-function-definitions-static-semantics-containsexpression", + "_ref_14720", + "_ref_14721", + "_ref_14722", + "_ref_14723", + "_ref_14724", + "_ref_14725", + "_ref_14726", + "_ref_14727", + "sec-function-definitions-static-semantics-containsundefinedbreaktarget", + "sec-function-definitions-static-semantics-containsundefinedcontinuetarget", + "sec-function-definitions-static-semantics-containsusestrict", + "_ref_14728", + "_ref_4825", + "_ref_14729", + "_ref_4826", + "sec-function-definitions-static-semantics-expectedargumentcount", + "_ref_14730", + "_ref_14731", + "_ref_14732", + "_ref_14733", + "_ref_14734", + "_ref_14735", + "_ref_14736", + "_ref_14737", + "_ref_14738", + "_ref_14739", + "_ref_14740", + "_ref_14741", + "_ref_14742", + "_ref_14743", + "_ref_14744", + "sec-function-definitions-static-semantics-hasinitializer", + "_ref_14745", + "_ref_14746", + "_ref_14747", + "_ref_14748", + "sec-function-definitions-static-semantics-hasname", + "_ref_14749", + "_ref_14750", + "_ref_14751", + "_ref_14752", + "_ref_14753", + "sec-isanonymousfunctiondefinition", + "_ref_4827", + "_ref_14754", + "_ref_4828", + "_ref_14755", + "sec-function-definitions-static-semantics-isconstantdeclaration", + "_ref_14756", + "_ref_14757", + "_ref_14758", + "_ref_14759", + "_ref_14760", + "sec-function-definitions-static-semantics-isfunctiondefinition", + "_ref_14761", + "_ref_14762", + "_ref_14763", + "sec-function-definitions-static-semantics-issimpleparameterlist", + "_ref_14764", + "_ref_14765", + "_ref_14766", + "_ref_14767", + "_ref_14768", + "_ref_14769", + "_ref_14770", + "_ref_14771", + "_ref_14772", + "sec-function-definitions-static-semantics-lexicallydeclarednames", + "_ref_4829", + "_ref_14773", + "_ref_14774", + "sec-function-definitions-static-semantics-lexicallyscopeddeclarations", + "_ref_4830", + "_ref_14775", + "_ref_14776", + "sec-function-definitions-static-semantics-vardeclarednames", + "_ref_4831", + "_ref_14777", + "_ref_14778", + "sec-function-definitions-static-semantics-varscopeddeclarations", + "_ref_4832", + "_ref_14779", + "_ref_14780", + "sec-function-definitions-runtime-semantics-evaluatebody", + "_ref_4833", + "_ref_14781", + "_ref_4834", + "_ref_14782", + "sec-function-definitions-runtime-semantics-iteratorbindinginitialization", + "_ref_4835", + "_ref_4836", + "_ref_14783", + "_ref_14784", + "_ref_14785", + "_ref_14786", + "_ref_14787", + "_ref_14788", + "_ref_14789", + "_ref_14790", + "sec-function-definitions-runtime-semantics-instantiatefunctionobject", + "_ref_14791", + "_ref_14792", + "_ref_14793", + "_ref_14794", + "_ref_14795", + "_ref_4837", + "_ref_4838", + "_ref_14796", + "_ref_14797", + "_ref_4839", + "_ref_4840", + "_ref_14798", + "_ref_14799", + "_ref_14800", + "_ref_4841", + "_ref_4842", + "_ref_14801", + "_ref_14802", + "_ref_4843", + "_ref_4844", + "_ref_14803", + "_ref_4845", + "sec-function-definitions-runtime-semantics-namedevaluation", + "_ref_14804", + "_ref_14805", + "_ref_4846", + "_ref_14806", + "_ref_4847", + "_ref_4848", + "_ref_14807", + "_ref_14808", + "_ref_4849", + "_ref_4850", + "sec-function-definitions-runtime-semantics-evaluation", + "_ref_14809", + "_ref_14810", + "_ref_14811", + "_ref_4851", + "_ref_463", + "_ref_14812", + "_ref_14813", + "_ref_4852", + "_ref_14814", + "_ref_14815", + "_ref_14816", + "_ref_14817", + "_ref_14818", + "_ref_14819", + "_ref_4853", + "_ref_4854", + "_ref_14820", + "_ref_14821", + "_ref_4855", + "_ref_4856", + "_ref_14822", + "_ref_14823", + "_ref_4857", + "_ref_4858", + "_ref_14824", + "_ref_14825", + "_ref_14826", + "_ref_14827", + "_ref_14828", + "_ref_14829", + "_ref_14830", + "_ref_14831", + "_ref_14832", + "_ref_14833", + "_ref_4859", + "_ref_4860", + "sec-arrow-function-definitions", + "prod-ArrowFunction", + "_ref_14834", + "_ref_14835", + "_ref_14836", + "prod-ArrowParameters", + "_ref_14837", + "_ref_14838", + "prod-ConciseBody", + "_ref_14839", + "_ref_14840", + "prod-ExpressionBody", + "_ref_14841", + "_ref_14842", + "_ref_14843", + "prod-ArrowFormalParameters", + "_ref_14844", + "sec-arrow-function-definitions-static-semantics-early-errors", + "_ref_14845", + "_ref_14846", + "_ref_14847", + "_ref_14848", + "_ref_14849", + "_ref_14850", + "_ref_14851", + "_ref_14852", + "_ref_14853", + "_ref_14854", + "_ref_14855", + "_ref_14856", + "_ref_4861", + "_ref_14857", + "_ref_4862", + "_ref_14858", + "_ref_14859", + "sec-arrow-function-definitions-static-semantics-boundnames", + "_ref_14860", + "_ref_14861", + "sec-arrow-function-definitions-static-semantics-contains", + "_ref_14862", + "_ref_14863", + "_ref_14864", + "_ref_14865", + "_ref_14866", + "_ref_14867", + "_ref_14868", + "_ref_14869", + "_ref_14870", + "_ref_14871", + "sec-arrow-function-definitions-static-semantics-containsexpression", + "_ref_14872", + "_ref_14873", + "_ref_14874", + "sec-arrow-function-definitions-static-semantics-containsusestrict", + "_ref_14875", + "sec-arrow-function-definitions-static-semantics-expectedargumentcount", + "_ref_14876", + "_ref_14877", + "_ref_14878", + "sec-arrow-function-definitions-static-semantics-hasname", + "_ref_14879", + "_ref_14880", + "sec-arrow-function-definitions-static-semantics-issimpleparameterlist", + "_ref_14881", + "_ref_14882", + "_ref_14883", + "sec-static-semantics-coveredformalslist", + "_ref_14884", + "_ref_14885", + "_ref_14886", + "_ref_14887", + "_ref_14888", + "_ref_14889", + "_ref_14890", + "_ref_14891", + "_ref_14892", + "_ref_14893", + "_ref_14894", + "_ref_4863", + "_ref_14895", + "sec-arrow-function-definitions-static-semantics-lexicallydeclarednames", + "_ref_14896", + "_ref_4864", + "sec-arrow-function-definitions-static-semantics-lexicallyscopeddeclarations", + "_ref_14897", + "_ref_4865", + "sec-arrow-function-definitions-static-semantics-vardeclarednames", + "_ref_14898", + "_ref_4866", + "sec-arrow-function-definitions-static-semantics-varscopeddeclarations", + "_ref_14899", + "_ref_4867", + "sec-arrow-function-definitions-runtime-semantics-iteratorbindinginitialization", + "_ref_4868", + "_ref_14900", + "_ref_4869", + "_ref_4870", + "_ref_4871", + "_ref_4872", + "_ref_4873", + "_ref_4874", + "_ref_4875", + "_ref_14901", + "_ref_14902", + "_ref_14903", + "sec-arrow-function-definitions-runtime-semantics-evaluatebody", + "_ref_4876", + "_ref_14904", + "_ref_4877", + "_ref_14905", + "sec-arrow-function-definitions-runtime-semantics-namedevaluation", + "_ref_14906", + "_ref_14907", + "_ref_4878", + "_ref_14908", + "_ref_14909", + "step-arrowfunction-evaluation-functioncreate", + "_ref_4879", + "_ref_4880", + "_ref_14910", + "_ref_4881", + "_ref_14911", + "_ref_14912", + "_ref_14913", + "_ref_4882", + "_ref_464", + "_ref_4883", + "_ref_14914", + "_ref_14915", + "_ref_4884", + "_ref_14916", + "sec-arrow-function-definitions-runtime-semantics-evaluation", + "_ref_14917", + "_ref_14918", + "_ref_14919", + "_ref_14920", + "_ref_14921", + "_ref_4885", + "_ref_4886", + "sec-method-definitions", + "prod-MethodDefinition", + "_ref_14922", + "_ref_14923", + "_ref_14924", + "_ref_14925", + "_ref_14926", + "_ref_14927", + "_ref_14928", + "_ref_14929", + "_ref_14930", + "_ref_14931", + "_ref_14932", + "prod-PropertySetParameterList", + "_ref_14933", + "sec-method-definitions-static-semantics-early-errors", + "_ref_14934", + "_ref_14935", + "_ref_14936", + "_ref_14937", + "_ref_14938", + "_ref_14939", + "_ref_14940", + "_ref_14941", + "_ref_14942", + "_ref_14943", + "_ref_14944", + "_ref_14945", + "_ref_14946", + "_ref_14947", + "_ref_14948", + "sec-method-definitions-static-semantics-computedpropertycontains", + "_ref_14949", + "_ref_14950", + "_ref_14951", + "_ref_14952", + "_ref_14953", + "_ref_14954", + "_ref_14955", + "_ref_14956", + "_ref_14957", + "sec-method-definitions-static-semantics-expectedargumentcount", + "_ref_14958", + "_ref_14959", + "sec-method-definitions-static-semantics-hasdirectsuper", + "_ref_14960", + "_ref_14961", + "_ref_14962", + "_ref_14963", + "_ref_14964", + "_ref_14965", + "_ref_14966", + "_ref_14967", + "_ref_14968", + "_ref_14969", + "_ref_14970", + "_ref_14971", + "_ref_14972", + "_ref_14973", + "_ref_14974", + "_ref_14975", + "_ref_14976", + "_ref_14977", + "sec-method-definitions-static-semantics-propname", + "_ref_14978", + "_ref_14979", + "_ref_14980", + "_ref_14981", + "_ref_14982", + "_ref_14983", + "_ref_14984", + "_ref_14985", + "_ref_14986", + "sec-static-semantics-specialmethod", + "_ref_14987", + "_ref_14988", + "_ref_14989", + "_ref_14990", + "_ref_14991", + "_ref_14992", + "_ref_14993", + "_ref_14994", + "_ref_14995", + "_ref_14996", + "_ref_14997", + "sec-runtime-semantics-definemethod", + "_ref_14998", + "_ref_14999", + "_ref_15000", + "_ref_15001", + "_ref_4887", + "_ref_4888", + "_ref_4889", + "_ref_15002", + "_ref_4890", + "_ref_15003", + "_ref_15004", + "_ref_4891", + "_ref_4892", + "sec-method-definitions-runtime-semantics-propertydefinitionevaluation", + "_ref_15005", + "_ref_15006", + "_ref_15007", + "_ref_15008", + "_ref_4893", + "_ref_4894", + "_ref_15009", + "_ref_15010", + "_ref_15011", + "_ref_4895", + "_ref_4896", + "_ref_15012", + "_ref_4897", + "_ref_4898", + "_ref_15013", + "_ref_4899", + "_ref_4900", + "_ref_4901", + "_ref_15014", + "_ref_15015", + "_ref_15016", + "_ref_15017", + "_ref_4902", + "_ref_4903", + "_ref_15018", + "_ref_4904", + "_ref_4905", + "_ref_15019", + "_ref_15020", + "_ref_4906", + "_ref_4907", + "_ref_4908", + "sec-generator-function-definitions", + "prod-GeneratorMethod", + "_ref_15021", + "_ref_15022", + "_ref_15023", + "prod-GeneratorDeclaration", + "_ref_15024", + "_ref_15025", + "_ref_15026", + "_ref_15027", + "_ref_15028", + "prod-GeneratorExpression", + "_ref_15029", + "_ref_15030", + "_ref_15031", + "prod-GeneratorBody", + "_ref_15032", + "prod-YieldExpression", + "_ref_15033", + "_ref_15034", + "_ref_15035", + "_ref_15036", + "_ref_15037", + "_ref_15038", + "_ref_15039", + "_ref_15040", + "_ref_4909", + "_ref_465", + "sec-generator-function-definitions-static-semantics-early-errors", + "_ref_15041", + "_ref_15042", + "_ref_15043", + "_ref_15044", + "_ref_15045", + "_ref_15046", + "_ref_15047", + "_ref_15048", + "_ref_15049", + "_ref_15050", + "_ref_15051", + "_ref_15052", + "_ref_15053", + "_ref_15054", + "_ref_15055", + "_ref_15056", + "_ref_15057", + "_ref_15058", + "_ref_15059", + "_ref_4910", + "_ref_15060", + "_ref_15061", + "_ref_15062", + "_ref_4911", + "_ref_15063", + "_ref_15064", + "_ref_15065", + "_ref_15066", + "_ref_15067", + "_ref_15068", + "_ref_15069", + "_ref_15070", + "_ref_15071", + "_ref_15072", + "_ref_15073", + "_ref_15074", + "_ref_15075", + "_ref_15076", + "_ref_15077", + "sec-generator-function-definitions-static-semantics-boundnames", + "_ref_15078", + "_ref_15079", + "_ref_15080", + "_ref_15081", + "_ref_15082", + "_ref_15083", + "sec-generator-function-definitions-static-semantics-computedpropertycontains", + "_ref_15084", + "_ref_15085", + "_ref_15086", + "_ref_15087", + "sec-generator-function-definitions-static-semantics-contains", + "_ref_15088", + "_ref_15089", + "_ref_15090", + "_ref_15091", + "_ref_15092", + "_ref_15093", + "_ref_15094", + "_ref_15095", + "sec-generator-function-definitions-static-semantics-hasdirectsuper", + "_ref_15096", + "_ref_15097", + "_ref_15098", + "_ref_15099", + "_ref_15100", + "_ref_15101", + "_ref_15102", + "sec-generator-function-definitions-static-semantics-hasname", + "_ref_15103", + "_ref_15104", + "_ref_15105", + "_ref_15106", + "_ref_15107", + "sec-generator-function-definitions-static-semantics-isconstantdeclaration", + "_ref_15108", + "_ref_15109", + "_ref_15110", + "_ref_15111", + "_ref_15112", + "sec-generator-function-definitions-static-semantics-isfunctiondefinition", + "_ref_15113", + "_ref_15114", + "_ref_15115", + "sec-generator-function-definitions-static-semantics-propname", + "_ref_15116", + "_ref_15117", + "_ref_15118", + "_ref_15119", + "sec-generator-function-definitions-runtime-semantics-evaluatebody", + "_ref_4912", + "_ref_15120", + "_ref_4913", + "_ref_4914", + "_ref_4915", + "_ref_15121", + "_ref_4916", + "sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", + "_ref_15122", + "_ref_15123", + "_ref_15124", + "_ref_15125", + "_ref_15126", + "_ref_4917", + "_ref_4918", + "_ref_15127", + "_ref_15128", + "_ref_4919", + "_ref_4920", + "_ref_4921", + "_ref_4922", + "_ref_15129", + "_ref_15130", + "_ref_15131", + "_ref_4923", + "_ref_4924", + "_ref_15132", + "_ref_15133", + "_ref_4925", + "_ref_4926", + "_ref_4927", + "_ref_4928", + "_ref_15134", + "_ref_4929", + "sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation", + "_ref_15135", + "_ref_15136", + "_ref_15137", + "_ref_15138", + "_ref_4930", + "_ref_4931", + "_ref_15139", + "_ref_4932", + "_ref_4933", + "_ref_15140", + "_ref_15141", + "_ref_4934", + "_ref_4935", + "_ref_4936", + "_ref_4937", + "_ref_4938", + "_ref_4939", + "sec-generator-function-definitions-runtime-semantics-namedevaluation", + "_ref_15142", + "_ref_15143", + "_ref_4940", + "_ref_15144", + "_ref_4941", + "_ref_4942", + "_ref_15145", + "_ref_15146", + "_ref_4943", + "_ref_4944", + "_ref_4945", + "_ref_4946", + "sec-generator-function-definitions-runtime-semantics-evaluation", + "_ref_15147", + "_ref_15148", + "_ref_15149", + "_ref_15150", + "_ref_15151", + "_ref_15152", + "_ref_4947", + "_ref_4948", + "_ref_15153", + "_ref_15154", + "_ref_4949", + "_ref_4950", + "_ref_15155", + "_ref_15156", + "_ref_4951", + "_ref_4952", + "_ref_4953", + "_ref_4954", + "_ref_15157", + "_ref_15158", + "_ref_15159", + "_ref_15160", + "_ref_15161", + "_ref_15162", + "_ref_15163", + "_ref_15164", + "_ref_4955", + "_ref_4956", + "_ref_4957", + "_ref_4958", + "_ref_15165", + "_ref_4959", + "_ref_15166", + "_ref_4960", + "_ref_4961", + "_ref_4962", + "_ref_4963", + "_ref_15167", + "_ref_4964", + "_ref_15168", + "_ref_4965", + "_ref_4966", + "_ref_4967", + "_ref_4968", + "_ref_4969", + "_ref_4970", + "_ref_4971", + "_ref_4972", + "_ref_4973", + "_ref_4974", + "_ref_4975", + "_ref_4976", + "_ref_4977", + "_ref_4978", + "_ref_4979", + "_ref_4980", + "_ref_4981", + "_ref_4982", + "_ref_4983", + "_ref_4984", + "_ref_4985", + "_ref_4986", + "_ref_4987", + "_ref_4988", + "_ref_4989", + "_ref_4990", + "_ref_4991", + "_ref_4992", + "_ref_4993", + "_ref_4994", + "_ref_4995", + "_ref_4996", + "_ref_4997", + "_ref_4998", + "_ref_4999", + "_ref_5000", + "sec-async-generator-function-definitions", + "prod-AsyncGeneratorMethod", + "_ref_15169", + "_ref_15170", + "_ref_15171", + "_ref_15172", + "prod-AsyncGeneratorDeclaration", + "_ref_15173", + "_ref_15174", + "_ref_15175", + "_ref_15176", + "_ref_15177", + "_ref_15178", + "_ref_15179", + "prod-AsyncGeneratorExpression", + "_ref_15180", + "_ref_15181", + "_ref_15182", + "_ref_15183", + "prod-AsyncGeneratorBody", + "_ref_15184", + "_ref_15185", + "_ref_15186", + "_ref_15187", + "_ref_15188", + "_ref_5001", + "_ref_466", + "sec-async-generator-function-definitions-static-semantics-early-errors", + "_ref_15189", + "_ref_15190", + "_ref_15191", + "_ref_15192", + "_ref_15193", + "_ref_15194", + "_ref_15195", + "_ref_15196", + "_ref_15197", + "_ref_15198", + "_ref_15199", + "_ref_15200", + "_ref_15201", + "_ref_15202", + "_ref_15203", + "_ref_15204", + "_ref_15205", + "_ref_15206", + "_ref_15207", + "_ref_15208", + "_ref_15209", + "_ref_5002", + "_ref_15210", + "_ref_15211", + "_ref_15212", + "_ref_5003", + "_ref_15213", + "_ref_15214", + "_ref_15215", + "_ref_15216", + "_ref_15217", + "_ref_15218", + "_ref_15219", + "_ref_15220", + "_ref_15221", + "_ref_15222", + "_ref_15223", + "_ref_15224", + "_ref_15225", + "_ref_15226", + "_ref_15227", + "_ref_15228", + "_ref_15229", + "sec-async-generator-function-definitions-static-semantics-boundnames", + "_ref_15230", + "_ref_15231", + "_ref_15232", + "_ref_15233", + "_ref_15234", + "_ref_15235", + "sec-async-generator-function-definitions-static-semantics-computedpropertycontains", + "_ref_15236", + "_ref_15237", + "_ref_15238", + "_ref_15239", + "sec-async-generator-function-definitions-static-semantics-contains", + "_ref_15240", + "_ref_15241", + "_ref_15242", + "_ref_15243", + "_ref_15244", + "_ref_15245", + "_ref_15246", + "_ref_15247", + "sec-async-generator-function-definitions-static-semantics-hasdirectsuper", + "_ref_15248", + "_ref_15249", + "_ref_15250", + "_ref_15251", + "_ref_15252", + "_ref_15253", + "_ref_15254", + "sec-async-generator-function-definitions-static-semantics-hasname", + "_ref_15255", + "_ref_15256", + "_ref_15257", + "_ref_15258", + "_ref_15259", + "sec-async-generator-function-definitions-static-semantics-isconstantdeclaration", + "_ref_15260", + "_ref_15261", + "_ref_15262", + "_ref_15263", + "_ref_15264", + "sec-async-generator-function-definitions-static-semantics-isfunctiondefinition", + "_ref_15265", + "_ref_15266", + "_ref_15267", + "sec-async-generator-function-definitions-static-semantics-propname", + "_ref_15268", + "_ref_15269", + "_ref_15270", + "_ref_15271", + "sec-asyncgenerator-definitions-evaluatebody", + "_ref_5004", + "_ref_15272", + "_ref_5005", + "_ref_5006", + "_ref_5007", + "_ref_15273", + "_ref_5008", + "sec-asyncgenerator-definitions-instantiatefunctionobject", + "_ref_15274", + "_ref_15275", + "_ref_15276", + "_ref_15277", + "_ref_15278", + "_ref_5009", + "_ref_5010", + "_ref_15279", + "_ref_15280", + "_ref_5011", + "_ref_5012", + "_ref_5013", + "_ref_5014", + "_ref_15281", + "_ref_15282", + "_ref_15283", + "_ref_5015", + "_ref_5016", + "_ref_15284", + "_ref_15285", + "_ref_5017", + "_ref_5018", + "_ref_5019", + "_ref_5020", + "_ref_15286", + "sec-asyncgenerator-definitions-propertydefinitionevaluation", + "_ref_15287", + "_ref_15288", + "_ref_15289", + "_ref_15290", + "_ref_5021", + "_ref_5022", + "_ref_15291", + "_ref_5023", + "_ref_5024", + "_ref_15292", + "_ref_15293", + "_ref_5025", + "_ref_5026", + "_ref_5027", + "_ref_5028", + "_ref_5029", + "_ref_5030", + "sec-asyncgenerator-definitions-namedevaluation", + "_ref_15294", + "_ref_15295", + "_ref_5031", + "_ref_15296", + "_ref_5032", + "_ref_5033", + "_ref_15297", + "_ref_15298", + "_ref_5034", + "_ref_5035", + "_ref_5036", + "_ref_5037", + "sec-asyncgenerator-definitions-evaluation", + "_ref_15299", + "_ref_15300", + "_ref_15301", + "_ref_15302", + "_ref_15303", + "_ref_15304", + "_ref_5038", + "_ref_5039", + "_ref_15305", + "_ref_15306", + "_ref_5040", + "_ref_5041", + "_ref_15307", + "_ref_15308", + "_ref_5042", + "_ref_5043", + "_ref_5044", + "_ref_5045", + "_ref_15309", + "_ref_15310", + "_ref_15311", + "_ref_15312", + "_ref_15313", + "_ref_15314", + "_ref_15315", + "_ref_15316", + "sec-class-definitions", + "prod-ClassDeclaration", + "_ref_15317", + "_ref_15318", + "_ref_15319", + "prod-ClassExpression", + "_ref_15320", + "_ref_15321", + "prod-ClassTail", + "_ref_15322", + "_ref_15323", + "prod-ClassHeritage", + "_ref_15324", + "prod-ClassBody", + "_ref_15325", + "prod-ClassElementList", + "_ref_15326", + "_ref_15327", + "_ref_15328", + "prod-ClassElement", + "_ref_15329", + "_ref_15330", + "_ref_5046", + "sec-class-definitions-static-semantics-early-errors", + "_ref_15331", + "_ref_15332", + "_ref_15333", + "_ref_15334", + "_ref_15335", + "_ref_15336", + "_ref_15337", + "_ref_15338", + "_ref_15339", + "_ref_15340", + "_ref_15341", + "_ref_15342", + "_ref_15343", + "_ref_15344", + "sec-class-definitions-static-semantics-boundnames", + "_ref_15345", + "_ref_15346", + "_ref_15347", + "_ref_15348", + "sec-static-semantics-classelementkind", + "_ref_15349", + "_ref_15350", + "_ref_15351", + "sec-static-semantics-constructormethod", + "_ref_15352", + "_ref_15353", + "_ref_15354", + "_ref_15355", + "_ref_15356", + "_ref_15357", + "_ref_15358", + "_ref_15359", + "_ref_5047", + "sec-class-definitions-static-semantics-contains", + "_ref_15360", + "_ref_15361", + "_ref_15362", + "_ref_15363", + "_ref_15364", + "_ref_15365", + "_ref_15366", + "_ref_15367", + "sec-class-definitions-static-semantics-computedpropertycontains", + "_ref_15368", + "_ref_15369", + "_ref_15370", + "_ref_15371", + "sec-class-definitions-static-semantics-hasname", + "_ref_15372", + "_ref_15373", + "_ref_15374", + "sec-class-definitions-static-semantics-isconstantdeclaration", + "_ref_15375", + "_ref_15376", + "_ref_15377", + "sec-class-definitions-static-semantics-isfunctiondefinition", + "_ref_15378", + "_ref_15379", + "sec-static-semantics-isstatic", + "_ref_15380", + "_ref_15381", + "sec-static-semantics-nonconstructormethoddefinitions", + "_ref_15382", + "_ref_15383", + "_ref_5048", + "_ref_15384", + "_ref_5049", + "_ref_15385", + "_ref_15386", + "_ref_15387", + "_ref_15388", + "_ref_15389", + "sec-static-semantics-prototypepropertynamelist", + "_ref_15390", + "_ref_15391", + "_ref_5050", + "_ref_15392", + "_ref_5051", + "_ref_5052", + "_ref_15393", + "_ref_15394", + "_ref_15395", + "_ref_15396", + "_ref_15397", + "_ref_15398", + "_ref_15399", + "sec-class-definitions-static-semantics-propname", + "sec-runtime-semantics-classdefinitionevaluation", + "_ref_15400", + "_ref_15401", + "_ref_5053", + "_ref_5054", + "_ref_15402", + "_ref_5055", + "_ref_5056", + "_ref_5057", + "_ref_15403", + "_ref_5058", + "_ref_5059", + "_ref_5060", + "_ref_5061", + "_ref_5062", + "_ref_5063", + "_ref_5064", + "_ref_15404", + "_ref_15405", + "_ref_15406", + "_ref_5065", + "_ref_15407", + "_ref_5066", + "_ref_5067", + "_ref_5068", + "_ref_5069", + "_ref_5070", + "_ref_15408", + "_ref_5071", + "_ref_5072", + "_ref_15409", + "_ref_5073", + "_ref_15410", + "_ref_15411", + "_ref_5074", + "_ref_5075", + "_ref_5076", + "_ref_5077", + "sec-runtime-semantics-bindingclassdeclarationevaluation", + "_ref_15412", + "_ref_15413", + "_ref_15414", + "_ref_15415", + "_ref_15416", + "_ref_5078", + "_ref_5079", + "_ref_15417", + "_ref_15418", + "_ref_15419", + "_ref_15420", + "_ref_15421", + "_ref_467", + "sec-class-definitions-runtime-semantics-namedevaluation", + "_ref_15422", + "_ref_15423", + "_ref_5080", + "_ref_15424", + "sec-class-definitions-runtime-semantics-evaluation", + "_ref_15425", + "_ref_15426", + "_ref_15427", + "_ref_5081", + "_ref_15428", + "_ref_15429", + "_ref_15430", + "_ref_15431", + "_ref_15432", + "_ref_15433", + "_ref_15434", + "_ref_15435", + "_ref_15436", + "_ref_15437", + "sec-async-function-definitions", + "prod-AsyncFunctionDeclaration", + "_ref_15438", + "_ref_15439", + "_ref_15440", + "_ref_15441", + "_ref_15442", + "_ref_15443", + "_ref_15444", + "prod-AsyncFunctionExpression", + "_ref_15445", + "_ref_15446", + "_ref_15447", + "_ref_15448", + "_ref_15449", + "_ref_15450", + "_ref_15451", + "prod-AsyncMethod", + "_ref_15452", + "_ref_15453", + "_ref_15454", + "_ref_15455", + "prod-AsyncFunctionBody", + "_ref_15456", + "prod-AwaitExpression", + "_ref_15457", + "_ref_15458", + "_ref_15459", + "_ref_15460", + "_ref_15461", + "_ref_15462", + "_ref_15463", + "_ref_15464", + "_ref_15465", + "_ref_5082", + "_ref_15466", + "_ref_5083", + "_ref_5084", + "_ref_15467", + "_ref_5085", + "_ref_15468", + "_ref_15469", + "_ref_15470", + "_ref_15471", + "_ref_15472", + "_ref_15473", + "_ref_15474", + "_ref_15475", + "_ref_15476", + "_ref_15477", + "_ref_15478", + "_ref_15479", + "sec-async-function-definitions-static-semantics-early-errors", + "_ref_15480", + "_ref_15481", + "_ref_15482", + "_ref_15483", + "_ref_15484", + "_ref_15485", + "_ref_15486", + "_ref_15487", + "_ref_15488", + "_ref_15489", + "_ref_15490", + "_ref_15491", + "_ref_15492", + "_ref_15493", + "_ref_15494", + "_ref_15495", + "_ref_15496", + "_ref_15497", + "_ref_15498", + "_ref_15499", + "_ref_15500", + "_ref_15501", + "_ref_15502", + "_ref_15503", + "_ref_15504", + "_ref_5086", + "_ref_15505", + "_ref_15506", + "_ref_15507", + "_ref_5087", + "_ref_15508", + "_ref_15509", + "_ref_15510", + "_ref_15511", + "_ref_15512", + "_ref_15513", + "_ref_15514", + "_ref_15515", + "_ref_15516", + "_ref_15517", + "_ref_15518", + "sec-async-function-definitions-static-semantics-BoundNames", + "_ref_15519", + "_ref_15520", + "_ref_15521", + "_ref_15522", + "_ref_15523", + "_ref_15524", + "sec-async-function-definitions-static-semantics-ComputedPropertyContains", + "_ref_15525", + "_ref_15526", + "_ref_15527", + "_ref_15528", + "sec-async-function-definitions-static-semantics-Contains", + "_ref_15529", + "_ref_15530", + "_ref_15531", + "_ref_15532", + "_ref_15533", + "_ref_15534", + "_ref_15535", + "_ref_15536", + "_ref_15537", + "_ref_15538", + "sec-async-function-definitions-static-semantics-HasDirectSuper", + "_ref_15539", + "_ref_15540", + "_ref_15541", + "_ref_15542", + "_ref_15543", + "_ref_15544", + "_ref_15545", + "sec-async-function-definitions-static-semantics-HasName", + "_ref_15546", + "_ref_15547", + "_ref_15548", + "_ref_15549", + "_ref_15550", + "sec-async-function-definitions-static-semantics-IsConstantDeclaration", + "_ref_15551", + "_ref_15552", + "_ref_15553", + "_ref_15554", + "_ref_15555", + "sec-async-function-definitions-static-semantics-IsFunctionDefinition", + "_ref_15556", + "_ref_15557", + "_ref_15558", + "_ref_15559", + "_ref_15560", + "sec-async-function-definitions-static-semantics-PropName", + "_ref_15561", + "_ref_15562", + "_ref_15563", + "_ref_15564", + "sec-async-function-definitions-InstantiateFunctionObject", + "_ref_15565", + "_ref_15566", + "_ref_15567", + "_ref_15568", + "_ref_15569", + "_ref_5088", + "_ref_5089", + "_ref_15570", + "_ref_15571", + "_ref_5090", + "_ref_15572", + "_ref_15573", + "_ref_15574", + "_ref_5091", + "_ref_5092", + "_ref_15575", + "_ref_15576", + "_ref_5093", + "sec-async-function-definitions-EvaluateBody", + "_ref_5094", + "_ref_15577", + "_ref_5095", + "_ref_5096", + "_ref_5097", + "_ref_5098", + "_ref_5099", + "_ref_15578", + "_ref_5100", + "_ref_5101", + "sec-async-function-definitions-PropertyDefinitionEvaluation", + "_ref_15579", + "_ref_15580", + "_ref_15581", + "_ref_15582", + "_ref_5102", + "_ref_5103", + "_ref_15583", + "_ref_5104", + "_ref_5105", + "_ref_15584", + "_ref_15585", + "_ref_5106", + "_ref_5107", + "_ref_5108", + "sec-async-function-definitions-runtime-semantics-namedevaluation", + "_ref_15586", + "_ref_15587", + "_ref_5109", + "_ref_15588", + "_ref_5110", + "_ref_5111", + "_ref_15589", + "_ref_15590", + "_ref_5112", + "sec-async-function-definitions-runtime-semantics-evaluation", + "_ref_15591", + "_ref_15592", + "_ref_15593", + "_ref_5113", + "_ref_15594", + "_ref_15595", + "_ref_5114", + "_ref_15596", + "_ref_15597", + "_ref_15598", + "_ref_15599", + "_ref_15600", + "_ref_15601", + "_ref_5115", + "_ref_5116", + "_ref_15602", + "_ref_15603", + "_ref_5117", + "_ref_5118", + "_ref_15604", + "_ref_15605", + "_ref_5119", + "_ref_15606", + "_ref_15607", + "_ref_5120", + "_ref_5121", + "sec-async-arrow-function-definitions", + "prod-AsyncArrowFunction", + "_ref_15608", + "_ref_15609", + "_ref_15610", + "_ref_15611", + "_ref_15612", + "_ref_15613", + "_ref_15614", + "prod-AsyncConciseBody", + "_ref_15615", + "_ref_15616", + "prod-AsyncArrowBindingIdentifier", + "_ref_15617", + "_ref_15618", + "_ref_15619", + "_ref_15620", + "_ref_15621", + "_ref_15622", + "prod-AsyncArrowHead", + "_ref_15623", + "_ref_15624", + "sec-async-arrow-function-definitions-static-semantics-early-errors", + "_ref_15625", + "_ref_15626", + "_ref_15627", + "_ref_15628", + "_ref_15629", + "_ref_15630", + "_ref_15631", + "_ref_15632", + "_ref_15633", + "_ref_15634", + "_ref_15635", + "_ref_5122", + "_ref_15636", + "_ref_15637", + "_ref_15638", + "_ref_15639", + "_ref_15640", + "_ref_15641", + "_ref_15642", + "sec-async-arrow-function-definitions-static-semantics-CoveredAsyncArrowHead", + "_ref_15643", + "_ref_15644", + "_ref_15645", + "_ref_5123", + "_ref_15646", + "sec-async-arrow-function-definitions-static-semantics-BoundNames", + "_ref_15647", + "_ref_15648", + "_ref_15649", + "sec-async-arrow-function-definitions-static-semantics-Contains", + "_ref_15650", + "_ref_15651", + "_ref_15652", + "_ref_15653", + "_ref_15654", + "_ref_15655", + "_ref_15656", + "_ref_15657", + "_ref_15658", + "_ref_15659", + "_ref_15660", + "_ref_15661", + "_ref_15662", + "_ref_15663", + "sec-async-arrow-function-definitions-static-semantics-ContainsExpression", + "_ref_15664", + "sec-async-arrow-function-definitions-static-semantics-containsusestrict", + "_ref_15665", + "sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", + "_ref_15666", + "sec-async-arrow-function-definitions-static-semantics-HasName", + "_ref_15667", + "_ref_15668", + "_ref_15669", + "_ref_15670", + "sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", + "_ref_15671", + "_ref_15672", + "_ref_15673", + "_ref_15674", + "sec-async-arrow-function-definitions-static-semantics-LexicallyDeclaredNames", + "_ref_15675", + "_ref_5124", + "sec-async-arrow-function-definitions-static-semantics-LexicallyScopedDeclarations", + "_ref_15676", + "_ref_5125", + "sec-async-arrow-function-definitions-static-semantics-VarDeclaredNames", + "_ref_15677", + "_ref_5126", + "sec-async-arrow-function-definitions-static-semantics-VarScopedDeclarations", + "_ref_15678", + "_ref_5127", + "sec-async-arrow-function-definitions-IteratorBindingInitialization", + "_ref_15679", + "_ref_5128", + "_ref_5129", + "_ref_5130", + "_ref_5131", + "_ref_5132", + "_ref_5133", + "_ref_5134", + "_ref_15680", + "sec-async-arrow-function-definitions-EvaluateBody", + "_ref_5135", + "_ref_15681", + "_ref_5136", + "_ref_5137", + "_ref_5138", + "_ref_5139", + "_ref_5140", + "_ref_15682", + "_ref_5141", + "_ref_5142", + "sec-async-arrow-function-definitions-runtime-semantics-namedevaluation", + "_ref_15683", + "_ref_15684", + "_ref_5143", + "_ref_15685", + "_ref_15686", + "_ref_5144", + "_ref_5145", + "_ref_15687", + "_ref_5146", + "_ref_15688", + "_ref_15689", + "_ref_5147", + "_ref_15690", + "_ref_15691", + "_ref_15692", + "_ref_5148", + "_ref_5149", + "_ref_15693", + "_ref_5150", + "sec-async-arrow-function-definitions-runtime-semantics-evaluation", + "_ref_15694", + "_ref_15695", + "_ref_15696", + "_ref_15697", + "_ref_15698", + "_ref_15699", + "sec-tail-position-calls", + "sec-isintailposition", + "_ref_5151", + "_ref_5152", + "_ref_5153", + "_ref_15700", + "_ref_15701", + "_ref_15702", + "_ref_15703", + "_ref_15704", + "_ref_15705", + "_ref_15706", + "_ref_15707", + "_ref_15708", + "_ref_15709", + "_ref_15710", + "_ref_15711", + "_ref_15712", + "_ref_5154", + "_ref_468", + "sec-static-semantics-hascallintailposition", + "_ref_5155", + "_ref_5156", + "sec-statement-rules", + "_ref_15713", + "_ref_15714", + "_ref_15715", + "_ref_15716", + "_ref_15717", + "_ref_15718", + "_ref_15719", + "_ref_15720", + "_ref_15721", + "_ref_15722", + "_ref_15723", + "_ref_15724", + "_ref_15725", + "_ref_15726", + "_ref_15727", + "_ref_15728", + "_ref_15729", + "_ref_15730", + "_ref_15731", + "_ref_15732", + "_ref_15733", + "_ref_15734", + "_ref_15735", + "_ref_15736", + "_ref_15737", + "_ref_15738", + "_ref_15739", + "_ref_15740", + "_ref_15741", + "_ref_15742", + "_ref_15743", + "_ref_15744", + "_ref_15745", + "_ref_15746", + "_ref_15747", + "_ref_15748", + "_ref_15749", + "_ref_15750", + "_ref_15751", + "_ref_15752", + "_ref_15753", + "_ref_15754", + "_ref_15755", + "_ref_15756", + "_ref_15757", + "_ref_15758", + "_ref_15759", + "_ref_15760", + "_ref_15761", + "_ref_15762", + "_ref_15763", + "_ref_15764", + "_ref_15765", + "_ref_15766", + "_ref_15767", + "_ref_15768", + "_ref_15769", + "_ref_15770", + "_ref_15771", + "_ref_15772", + "_ref_15773", + "_ref_15774", + "_ref_15775", + "_ref_15776", + "_ref_15777", + "_ref_15778", + "_ref_15779", + "_ref_15780", + "_ref_15781", + "_ref_15782", + "_ref_15783", + "_ref_15784", + "_ref_15785", + "_ref_15786", + "_ref_15787", + "_ref_15788", + "_ref_15789", + "_ref_15790", + "_ref_15791", + "_ref_15792", + "_ref_15793", + "_ref_15794", + "_ref_15795", + "_ref_15796", + "_ref_15797", + "_ref_15798", + "_ref_15799", + "_ref_15800", + "_ref_15801", + "_ref_15802", + "_ref_15803", + "_ref_15804", + "_ref_15805", + "_ref_15806", + "_ref_15807", + "_ref_15808", + "_ref_15809", + "_ref_15810", + "_ref_15811", + "_ref_15812", + "_ref_15813", + "_ref_15814", + "_ref_15815", + "sec-expression-rules", + "_ref_5157", + "_ref_5158", + "_ref_5159", + "_ref_15816", + "_ref_15817", + "_ref_15818", + "_ref_15819", + "_ref_15820", + "_ref_15821", + "_ref_15822", + "_ref_15823", + "_ref_15824", + "_ref_15825", + "_ref_15826", + "_ref_15827", + "_ref_15828", + "_ref_15829", + "_ref_15830", + "_ref_15831", + "_ref_15832", + "_ref_15833", + "_ref_15834", + "_ref_15835", + "_ref_15836", + "_ref_15837", + "_ref_15838", + "_ref_15839", + "_ref_15840", + "_ref_15841", + "_ref_15842", + "_ref_15843", + "_ref_15844", + "_ref_15845", + "_ref_15846", + "_ref_15847", + "_ref_15848", + "_ref_15849", + "_ref_15850", + "_ref_15851", + "_ref_15852", + "_ref_15853", + "_ref_15854", + "_ref_15855", + "_ref_15856", + "_ref_15857", + "_ref_15858", + "_ref_15859", + "_ref_15860", + "_ref_15861", + "_ref_15862", + "_ref_15863", + "_ref_15864", + "_ref_15865", + "_ref_15866", + "_ref_15867", + "_ref_15868", + "_ref_15869", + "_ref_15870", + "_ref_15871", + "_ref_15872", + "_ref_15873", + "_ref_15874", + "_ref_15875", + "_ref_15876", + "_ref_15877", + "_ref_15878", + "_ref_15879", + "_ref_15880", + "_ref_15881", + "_ref_15882", + "_ref_15883", + "_ref_15884", + "_ref_15885", + "_ref_15886", + "_ref_15887", + "_ref_15888", + "_ref_15889", + "_ref_15890", + "_ref_15891", + "_ref_15892", + "_ref_15893", + "_ref_15894", + "_ref_15895", + "_ref_15896", + "_ref_15897", + "_ref_15898", + "_ref_15899", + "_ref_15900", + "_ref_15901", + "_ref_15902", + "_ref_15903", + "_ref_15904", + "_ref_15905", + "_ref_15906", + "_ref_15907", + "_ref_15908", + "_ref_15909", + "_ref_15910", + "_ref_15911", + "_ref_15912", + "_ref_15913", + "_ref_15914", + "_ref_15915", + "_ref_15916", + "_ref_15917", + "_ref_15918", + "_ref_15919", + "_ref_15920", + "_ref_15921", + "_ref_15922", + "_ref_15923", + "_ref_15924", + "_ref_15925", + "_ref_15926", + "_ref_15927", + "_ref_15928", + "_ref_15929", + "_ref_15930", + "_ref_15931", + "_ref_15932", + "_ref_15933", + "_ref_15934", + "_ref_15935", + "_ref_15936", + "_ref_15937", + "_ref_15938", + "_ref_15939", + "_ref_15940", + "_ref_15941", + "_ref_15942", + "_ref_15943", + "_ref_15944", + "_ref_15945", + "_ref_15946", + "_ref_15947", + "_ref_15948", + "_ref_15949", + "_ref_15950", + "_ref_15951", + "_ref_15952", + "_ref_15953", + "_ref_15954", + "_ref_15955", + "sec-preparefortailcall", + "_ref_5160", + "_ref_5161", + "_ref_5162", + "_ref_5163", + "_ref_5164", + "_ref_5165", + "_ref_5166", + "sec-ecmascript-language-scripts-and-modules", + "sec-scripts", + "prod-Script", + "_ref_15956", + "prod-ScriptBody", + "_ref_15957", + "sec-scripts-static-semantics-early-errors", + "_ref_15958", + "_ref_15959", + "_ref_15960", + "_ref_15961", + "_ref_15962", + "_ref_15963", + "_ref_5167", + "_ref_5168", + "_ref_5169", + "_ref_469", + "_ref_15964", + "_ref_15965", + "_ref_15966", + "_ref_5170", + "_ref_5171", + "_ref_15967", + "_ref_5172", + "_ref_470", + "_ref_15968", + "_ref_15969", + "_ref_15970", + "sec-static-semantics-isstrict", + "_ref_15971", + "_ref_15972", + "_ref_5173", + "_ref_15973", + "_ref_5174", + "sec-scripts-static-semantics-lexicallydeclarednames", + "_ref_15974", + "_ref_15975", + "_ref_15976", + "sec-scripts-static-semantics-lexicallyscopeddeclarations", + "_ref_15977", + "_ref_15978", + "sec-scripts-static-semantics-vardeclarednames", + "_ref_15979", + "_ref_15980", + "sec-scripts-static-semantics-varscopeddeclarations", + "_ref_15981", + "_ref_15982", + "sec-script-semantics-runtime-semantics-evaluation", + "_ref_5175", + "sec-script-records", + "script-record", + "_ref_471", + "table-script-records", + "_ref_5176", + "_ref_5177", + "_ref_5178", + "_ref_5179", + "_ref_5180", + "_ref_5181", + "_ref_15983", + "_ref_5182", + "_ref_5183", + "sec-parse-script", + "_ref_5184", + "_ref_15984", + "_ref_5185", + "_ref_472", + "_ref_5186", + "_ref_15985", + "_ref_5187", + "_ref_5188", + "sec-runtime-semantics-scriptevaluation", + "_ref_5189", + "_ref_5190", + "_ref_5191", + "_ref_5192", + "_ref_5193", + "_ref_5194", + "_ref_5195", + "_ref_5196", + "_ref_5197", + "_ref_5198", + "_ref_5199", + "_ref_5200", + "_ref_5201", + "sec-globaldeclarationinstantiation", + "_ref_5202", + "_ref_5203", + "_ref_15986", + "_ref_5204", + "_ref_15987", + "_ref_5205", + "_ref_5206", + "_ref_5207", + "_ref_5208", + "_ref_5209", + "_ref_5210", + "_ref_15988", + "_ref_15989", + "_ref_15990", + "_ref_5211", + "_ref_15991", + "_ref_15992", + "_ref_15993", + "_ref_15994", + "_ref_5212", + "_ref_15995", + "_ref_15996", + "_ref_15997", + "_ref_5213", + "_ref_5214", + "_ref_5215", + "_ref_5216", + "step-globaldeclarationinstantiation-web-compat-insertion-point", + "_ref_473", + "_ref_5217", + "_ref_5218", + "_ref_474", + "_ref_15998", + "_ref_15999", + "_ref_5219", + "_ref_5220", + "_ref_16000", + "_ref_5221", + "sec-modules", + "prod-Module", + "_ref_16001", + "prod-ModuleBody", + "_ref_16002", + "prod-ModuleItemList", + "_ref_16003", + "_ref_16004", + "_ref_16005", + "prod-ModuleItem", + "_ref_16006", + "_ref_16007", + "_ref_16008", + "sec-module-semantics", + "sec-module-semantics-static-semantics-early-errors", + "_ref_16009", + "_ref_16010", + "_ref_16011", + "_ref_16012", + "_ref_16013", + "_ref_16014", + "_ref_16015", + "_ref_16016", + "_ref_16017", + "_ref_16018", + "_ref_16019", + "_ref_16020", + "_ref_16021", + "_ref_16022", + "_ref_16023", + "_ref_16024", + "_ref_16025", + "_ref_16026", + "sec-module-semantics-static-semantics-containsduplicatelabels", + "_ref_16027", + "_ref_16028", + "_ref_16029", + "_ref_16030", + "_ref_16031", + "_ref_16032", + "sec-module-semantics-static-semantics-containsundefinedbreaktarget", + "_ref_16033", + "_ref_16034", + "_ref_16035", + "_ref_16036", + "_ref_16037", + "_ref_16038", + "sec-module-semantics-static-semantics-containsundefinedcontinuetarget", + "_ref_16039", + "_ref_16040", + "_ref_16041", + "_ref_16042", + "_ref_16043", + "_ref_16044", + "sec-module-semantics-static-semantics-exportedbindings", + "_ref_16045", + "_ref_16046", + "_ref_16047", + "_ref_16048", + "_ref_16049", + "_ref_16050", + "_ref_16051", + "_ref_5222", + "sec-module-semantics-static-semantics-exportednames", + "_ref_16052", + "_ref_16053", + "_ref_16054", + "_ref_16055", + "_ref_16056", + "_ref_16057", + "_ref_16058", + "_ref_16059", + "_ref_16060", + "_ref_5223", + "sec-module-semantics-static-semantics-exportentries", + "_ref_5224", + "_ref_16061", + "_ref_16062", + "_ref_16063", + "_ref_16064", + "_ref_16065", + "_ref_16066", + "_ref_5225", + "sec-module-semantics-static-semantics-importentries", + "_ref_5226", + "_ref_16067", + "_ref_16068", + "_ref_16069", + "_ref_16070", + "_ref_16071", + "_ref_16072", + "_ref_5227", + "sec-importedlocalnames", + "_ref_5228", + "_ref_475", + "_ref_5229", + "_ref_5230", + "_ref_5231", + "sec-module-semantics-static-semantics-modulerequests", + "_ref_5232", + "_ref_16073", + "_ref_16074", + "_ref_16075", + "_ref_16076", + "_ref_16077", + "_ref_16078", + "_ref_16079", + "_ref_5233", + "sec-module-semantics-static-semantics-lexicallydeclarednames", + "_ref_16080", + "_ref_16081", + "_ref_16082", + "_ref_16083", + "_ref_16084", + "_ref_16085", + "_ref_16086", + "_ref_16087", + "_ref_16088", + "_ref_16089", + "_ref_5234", + "_ref_16090", + "_ref_16091", + "_ref_16092", + "_ref_16093", + "sec-module-semantics-static-semantics-lexicallyscopeddeclarations", + "_ref_5235", + "_ref_16094", + "_ref_16095", + "_ref_16096", + "_ref_16097", + "_ref_16098", + "_ref_5236", + "sec-module-semantics-static-semantics-vardeclarednames", + "_ref_5237", + "_ref_16099", + "_ref_16100", + "_ref_16101", + "_ref_16102", + "_ref_16103", + "_ref_5238", + "_ref_16104", + "_ref_16105", + "_ref_16106", + "_ref_16107", + "_ref_5239", + "sec-module-semantics-static-semantics-varscopeddeclarations", + "_ref_5240", + "_ref_16108", + "_ref_16109", + "_ref_16110", + "_ref_16111", + "_ref_16112", + "_ref_5241", + "_ref_16113", + "_ref_16114", + "_ref_16115", + "_ref_16116", + "_ref_5242", + "sec-abstract-module-records", + "_ref_5243", + "_ref_5244", + "_ref_5245", + "_ref_476", + "_ref_477", + "table-module-record-fields", + "_ref_5246", + "table-36", + "_ref_5247", + "_ref_5248", + "_ref_5249", + "_ref_5250", + "_ref_478", + "_ref_5251", + "table-abstract-methods-of-module-records", + "table-37", + "resolvedbinding-record", + "_ref_5252", + "_ref_5253", + "sec-cyclic-module-records", + "cyclic-module-record", + "_ref_5254", + "_ref_5255", + "_ref_479", + "_ref_480", + "table-cyclic-module-fields", + "_ref_5256", + "_ref_5257", + "_ref_5258", + "_ref_5259", + "_ref_5260", + "_ref_16117", + "_ref_5261", + "_ref_481", + "_ref_482", + "table-cyclic-module-methods", + "_ref_5262", + "_ref_5263", + "_ref_5264", + "_ref_5265", + "_ref_5266", + "sec-moduledeclarationlinking", + "sec-moduledeclarationinstantiation", + "_ref_5267", + "_ref_5268", + "_ref_5269", + "_ref_5270", + "_ref_5271", + "_ref_5272", + "_ref_5273", + "_ref_5274", + "_ref_5275", + "_ref_5276", + "_ref_5277", + "sec-InnerModuleLinking", + "sec-innermoduleinstantiation", + "_ref_5278", + "_ref_5279", + "_ref_5280", + "_ref_5281", + "_ref_5282", + "_ref_5283", + "_ref_5284", + "_ref_5285", + "_ref_5286", + "_ref_5287", + "_ref_5288", + "_ref_5289", + "_ref_5290", + "_ref_5291", + "_ref_5292", + "_ref_5293", + "sec-moduleevaluation", + "_ref_5294", + "_ref_5295", + "_ref_5296", + "_ref_5297", + "_ref_5298", + "_ref_5299", + "_ref_5300", + "_ref_5301", + "_ref_5302", + "_ref_5303", + "_ref_5304", + "_ref_5305", + "_ref_5306", + "sec-innermoduleevaluation", + "_ref_5307", + "_ref_5308", + "_ref_5309", + "_ref_5310", + "_ref_5311", + "_ref_5312", + "_ref_5313", + "_ref_5314", + "_ref_5315", + "_ref_5316", + "_ref_5317", + "_ref_5318", + "_ref_5319", + "_ref_5320", + "_ref_5321", + "_ref_5322", + "_ref_5323", + "sec-example-cyclic-module-record-graphs", + "figure-module-graph-simple", + "_ref_5324", + "_ref_5325", + "_ref_5326", + "_ref_5327", + "_ref_5328", + "figure-module-graph-missing", + "_ref_5329", + "_ref_5330", + "_ref_5331", + "_ref_5332", + "figure-module-graph-cycle", + "_ref_5333", + "_ref_5334", + "_ref_5335", + "_ref_5336", + "_ref_5337", + "_ref_5338", + "_ref_5339", + "_ref_5340", + "_ref_5341", + "_ref_5342", + "sec-source-text-module-records", + "sourctextmodule-record", + "_ref_483", + "_ref_5343", + "_ref_16118", + "_ref_5344", + "_ref_5345", + "_ref_5346", + "_ref_484", + "_ref_485", + "_ref_5347", + "table-additional-fields-of-source-text-module-records", + "table-38", + "_ref_5348", + "_ref_16119", + "_ref_5349", + "_ref_5350", + "_ref_5351", + "_ref_5352", + "_ref_5353", + "_ref_5354", + "_ref_5355", + "_ref_5356", + "_ref_5357", + "_ref_5358", + "_ref_5359", + "importentry-record", + "_ref_5360", + "_ref_5361", + "_ref_486", + "table-importentry-record-fields", + "_ref_5362", + "table-39", + "_ref_16120", + "_ref_16121", + "_ref_487", + "table-import-forms-mapping-to-importentry-records", + "table-40", + "_ref_5363", + "exportentry-record", + "_ref_5364", + "_ref_5365", + "_ref_488", + "table-exportentry-records", + "_ref_5366", + "table-41", + "_ref_16122", + "_ref_16123", + "_ref_16124", + "_ref_16125", + "_ref_16126", + "_ref_16127", + "_ref_489", + "table-export-forms-mapping-to-exportentry-records", + "table-42", + "_ref_5367", + "sec-parsemodule", + "_ref_5368", + "_ref_16128", + "_ref_5369", + "_ref_490", + "_ref_5370", + "_ref_16129", + "_ref_5371", + "_ref_5372", + "_ref_5373", + "_ref_5374", + "_ref_5375", + "_ref_5376", + "_ref_5377", + "_ref_5378", + "sec-getexportednames", + "_ref_5379", + "_ref_5380", + "_ref_5381", + "_ref_5382", + "_ref_5383", + "_ref_5384", + "_ref_5385", + "_ref_5386", + "_ref_5387", + "_ref_5388", + "_ref_5389", + "_ref_5390", + "_ref_5391", + "_ref_5392", + "sec-resolveexport", + "_ref_5393", + "_ref_5394", + "_ref_5395", + "_ref_5396", + "_ref_5397", + "_ref_5398", + "_ref_5399", + "_ref_5400", + "_ref_5401", + "_ref_5402", + "_ref_5403", + "_ref_5404", + "_ref_5405", + "_ref_5406", + "_ref_5407", + "_ref_5408", + "_ref_5409", + "_ref_5410", + "_ref_5411", + "_ref_5412", + "_ref_5413", + "_ref_5414", + "_ref_5415", + "_ref_5416", + "_ref_5417", + "_ref_5418", + "_ref_5419", + "_ref_5420", + "_ref_5421", + "_ref_5422", + "_ref_5423", + "_ref_5424", + "sec-source-text-module-record-initialize-environment", + "_ref_5425", + "_ref_5426", + "_ref_5427", + "_ref_5428", + "_ref_5429", + "_ref_5430", + "_ref_5431", + "_ref_5432", + "_ref_5433", + "_ref_5434", + "_ref_5435", + "_ref_5436", + "_ref_5437", + "_ref_5438", + "_ref_5439", + "_ref_5440", + "_ref_5441", + "_ref_16130", + "_ref_16131", + "_ref_16132", + "_ref_16133", + "_ref_5442", + "_ref_5443", + "sec-source-text-module-record-execute-module", + "_ref_5444", + "_ref_5445", + "_ref_5446", + "_ref_5447", + "_ref_5448", + "_ref_5449", + "_ref_5450", + "_ref_5451", + "sec-hostresolveimportedmodule", + "_ref_5452", + "_ref_5453", + "_ref_16134", + "_ref_5454", + "_ref_5455", + "_ref_491", + "_ref_5456", + "_ref_5457", + "_ref_5458", + "_ref_492", + "_ref_5459", + "_ref_5460", + "_ref_5461", + "_ref_5462", + "_ref_5463", + "_ref_5464", + "_ref_5465", + "sec-hostimportmoduledynamically", + "_ref_5466", + "_ref_16135", + "_ref_5467", + "_ref_5468", + "_ref_5469", + "_ref_493", + "_ref_5470", + "_ref_5471", + "_ref_5472", + "_ref_5473", + "_ref_5474", + "_ref_5475", + "_ref_5476", + "_ref_5477", + "_ref_5478", + "_ref_5479", + "_ref_5480", + "_ref_5481", + "_ref_5482", + "_ref_5483", + "_ref_5484", + "_ref_5485", + "_ref_5486", + "_ref_5487", + "_ref_5488", + "sec-finishdynamicimport", + "_ref_5489", + "_ref_494", + "_ref_5490", + "_ref_5491", + "_ref_5492", + "_ref_5493", + "_ref_5494", + "_ref_5495", + "_ref_5496", + "_ref_5497", + "_ref_5498", + "_ref_5499", + "_ref_5500", + "sec-getmodulenamespace", + "_ref_5501", + "_ref_5502", + "_ref_5503", + "_ref_5504", + "_ref_5505", + "_ref_5506", + "_ref_5507", + "_ref_5508", + "sec-module-semantics-runtime-semantics-evaluation", + "_ref_5509", + "_ref_16136", + "_ref_16137", + "_ref_5510", + "_ref_5511", + "_ref_16138", + "_ref_16139", + "_ref_16140", + "_ref_5512", + "_ref_16141", + "_ref_5513", + "_ref_5514", + "_ref_16142", + "_ref_16143", + "_ref_16144", + "_ref_5515", + "sec-imports", + "prod-ImportDeclaration", + "_ref_16145", + "_ref_16146", + "_ref_16147", + "prod-ImportClause", + "_ref_16148", + "_ref_16149", + "_ref_16150", + "_ref_16151", + "_ref_16152", + "_ref_16153", + "_ref_16154", + "prod-ImportedDefaultBinding", + "_ref_16155", + "prod-NameSpaceImport", + "_ref_16156", + "prod-NamedImports", + "_ref_16157", + "_ref_16158", + "prod-FromClause", + "_ref_16159", + "prod-ImportsList", + "_ref_16160", + "_ref_16161", + "_ref_16162", + "prod-ImportSpecifier", + "_ref_16163", + "_ref_16164", + "_ref_16165", + "prod-ModuleSpecifier", + "_ref_16166", + "prod-ImportedBinding", + "_ref_16167", + "sec-imports-static-semantics-early-errors", + "_ref_16168", + "_ref_16169", + "sec-imports-static-semantics-boundnames", + "_ref_16170", + "_ref_16171", + "_ref_16172", + "_ref_16173", + "_ref_5516", + "_ref_16174", + "_ref_16175", + "_ref_16176", + "_ref_16177", + "_ref_16178", + "_ref_16179", + "_ref_16180", + "_ref_16181", + "_ref_5517", + "_ref_16182", + "_ref_16183", + "_ref_16184", + "_ref_16185", + "_ref_16186", + "_ref_16187", + "_ref_16188", + "sec-imports-static-semantics-importentries", + "_ref_16189", + "_ref_16190", + "_ref_16191", + "_ref_16192", + "_ref_16193", + "_ref_5518", + "sec-static-semantics-importentriesformodule", + "_ref_16194", + "_ref_16195", + "_ref_16196", + "_ref_16197", + "_ref_16198", + "_ref_16199", + "_ref_16200", + "_ref_16201", + "_ref_16202", + "_ref_16203", + "_ref_5519", + "_ref_5520", + "_ref_16204", + "_ref_16205", + "_ref_5521", + "_ref_5522", + "_ref_5523", + "_ref_16206", + "_ref_16207", + "_ref_16208", + "_ref_16209", + "_ref_16210", + "_ref_16211", + "_ref_5524", + "_ref_5525", + "_ref_16212", + "_ref_16213", + "_ref_16214", + "_ref_16215", + "_ref_5526", + "_ref_5527", + "sec-imports-static-semantics-modulerequests", + "_ref_16216", + "_ref_16217", + "_ref_16218", + "_ref_16219", + "_ref_5528", + "_ref_16220", + "sec-exports", + "prod-ExportDeclaration", + "_ref_16221", + "_ref_16222", + "_ref_16223", + "_ref_16224", + "_ref_16225", + "_ref_16226", + "_ref_16227", + "_ref_16228", + "_ref_16229", + "prod-ExportFromClause", + "_ref_16230", + "_ref_16231", + "prod-NamedExports", + "_ref_16232", + "_ref_16233", + "prod-ExportsList", + "_ref_16234", + "_ref_16235", + "_ref_16236", + "prod-ExportSpecifier", + "_ref_16237", + "_ref_16238", + "_ref_16239", + "sec-exports-static-semantics-early-errors", + "_ref_16240", + "_ref_16241", + "_ref_16242", + "_ref_16243", + "_ref_16244", + "_ref_16245", + "sec-exports-static-semantics-boundnames", + "_ref_16246", + "_ref_16247", + "_ref_16248", + "_ref_5529", + "_ref_16249", + "_ref_16250", + "_ref_16251", + "_ref_16252", + "_ref_16253", + "_ref_16254", + "_ref_16255", + "_ref_16256", + "_ref_16257", + "sec-exports-static-semantics-exportedbindings", + "_ref_16258", + "_ref_16259", + "_ref_5530", + "_ref_16260", + "_ref_16261", + "_ref_16262", + "_ref_16263", + "_ref_16264", + "_ref_16265", + "_ref_16266", + "_ref_16267", + "_ref_16268", + "_ref_16269", + "_ref_5531", + "_ref_16270", + "_ref_16271", + "_ref_16272", + "_ref_16273", + "_ref_16274", + "_ref_5532", + "_ref_16275", + "_ref_16276", + "_ref_16277", + "_ref_5533", + "_ref_16278", + "sec-exports-static-semantics-exportednames", + "_ref_16279", + "_ref_16280", + "_ref_16281", + "_ref_5534", + "_ref_16282", + "_ref_5535", + "_ref_16283", + "_ref_16284", + "_ref_16285", + "_ref_16286", + "_ref_16287", + "_ref_16288", + "_ref_16289", + "_ref_16290", + "_ref_16291", + "_ref_16292", + "_ref_5536", + "_ref_16293", + "_ref_16294", + "_ref_16295", + "_ref_16296", + "_ref_16297", + "_ref_5537", + "_ref_16298", + "_ref_16299", + "_ref_16300", + "_ref_5538", + "_ref_16301", + "sec-exports-static-semantics-exportentries", + "_ref_16302", + "_ref_16303", + "_ref_16304", + "_ref_16305", + "_ref_16306", + "_ref_16307", + "_ref_16308", + "_ref_5539", + "_ref_16309", + "_ref_5540", + "_ref_16310", + "_ref_5541", + "_ref_16311", + "_ref_5542", + "_ref_16312", + "_ref_16313", + "_ref_5543", + "_ref_5544", + "_ref_16314", + "_ref_16315", + "_ref_5545", + "_ref_5546", + "_ref_16316", + "_ref_5547", + "_ref_5548", + "sec-static-semantics-exportentriesformodule", + "_ref_5549", + "_ref_5550", + "_ref_16317", + "_ref_16318", + "_ref_5551", + "_ref_5552", + "_ref_5553", + "_ref_16319", + "_ref_16320", + "_ref_16321", + "_ref_16322", + "_ref_16323", + "_ref_16324", + "_ref_5554", + "_ref_5555", + "_ref_16325", + "_ref_16326", + "_ref_16327", + "_ref_16328", + "_ref_5556", + "_ref_5557", + "sec-exports-static-semantics-isconstantdeclaration", + "_ref_16329", + "_ref_16330", + "_ref_16331", + "_ref_16332", + "_ref_16333", + "sec-exports-static-semantics-lexicallyscopeddeclarations", + "_ref_16334", + "_ref_16335", + "_ref_16336", + "_ref_16337", + "_ref_5558", + "_ref_16338", + "_ref_5559", + "_ref_16339", + "_ref_16340", + "_ref_5560", + "_ref_16341", + "_ref_16342", + "_ref_5561", + "_ref_16343", + "_ref_16344", + "_ref_5562", + "_ref_16345", + "sec-exports-static-semantics-modulerequests", + "_ref_16346", + "_ref_16347", + "_ref_16348", + "_ref_16349", + "_ref_16350", + "_ref_16351", + "_ref_16352", + "_ref_16353", + "_ref_16354", + "_ref_5563", + "sec-static-semantics-referencedbindings", + "_ref_5564", + "_ref_16355", + "_ref_16356", + "_ref_16357", + "_ref_16358", + "_ref_16359", + "_ref_5565", + "_ref_16360", + "_ref_16361", + "_ref_16362", + "_ref_5566", + "_ref_16363", + "sec-exports-runtime-semantics-evaluation", + "_ref_16364", + "_ref_16365", + "_ref_16366", + "_ref_5567", + "_ref_16367", + "_ref_16368", + "_ref_16369", + "_ref_16370", + "_ref_16371", + "_ref_16372", + "_ref_16373", + "_ref_16374", + "_ref_16375", + "_ref_5568", + "_ref_5569", + "_ref_5570", + "_ref_16376", + "_ref_5571", + "_ref_16377", + "_ref_16378", + "_ref_16379", + "_ref_5572", + "_ref_5573", + "_ref_5574", + "_ref_5575", + "sec-error-handling-and-language-extensions", + "early-error", + "_ref_16380", + "_ref_5576", + "_ref_16381", + "_ref_16382", + "_ref_5577", + "_ref_16383", + "_ref_16384", + "_ref_16385", + "_ref_5578", + "_ref_495", + "_ref_5579", + "_ref_16386", + "_ref_16387", + "_ref_5580", + "_ref_5581", + "_ref_5582", + "_ref_496", + "_ref_5583", + "_ref_5584", + "sec-forbidden-extensions", + "_ref_5585", + "_ref_16388", + "_ref_16389", + "_ref_16390", + "_ref_16391", + "_ref_16392", + "_ref_16393", + "_ref_16394", + "_ref_16395", + "_ref_16396", + "_ref_16397", + "_ref_16398", + "_ref_5586", + "_ref_5587", + "_ref_5588", + "_ref_5589", + "_ref_5590", + "_ref_5591", + "_ref_5592", + "_ref_5593", + "_ref_497", + "_ref_498", + "_ref_16399", + "_ref_16400", + "_ref_5594", + "_ref_16401", + "_ref_499", + "_ref_16402", + "_ref_500", + "_ref_501", + "_ref_16403", + "_ref_502", + "_ref_503", + "_ref_504", + "_ref_5595", + "_ref_505", + "_ref_506", + "_ref_507", + "_ref_508", + "_ref_16404", + "_ref_5596", + "_ref_509", + "_ref_16405", + "sec-ecmascript-standard-built-in-objects", + "_ref_16406", + "_ref_16407", + "_ref_5597", + "_ref_5598", + "_ref_5599", + "_ref_510", + "_ref_5600", + "_ref_5601", + "_ref_5602", + "_ref_5603", + "_ref_5604", + "_ref_5605", + "_ref_5606", + "_ref_5607", + "_ref_5608", + "_ref_511", + "_ref_5609", + "_ref_5610", + "_ref_5611", + "_ref_512", + "_ref_5612", + "_ref_513", + "_ref_5613", + "_ref_5614", + "_ref_514", + "_ref_5615", + "_ref_5616", + "_ref_5617", + "_ref_5618", + "_ref_5619", + "_ref_5620", + "_ref_5621", + "_ref_5622", + "_ref_5623", + "_ref_5624", + "_ref_5625", + "_ref_5626", + "_ref_515", + "_ref_516", + "_ref_517", + "_ref_5627", + "_ref_518", + "_ref_519", + "_ref_520", + "sec-global-object", + "_ref_5628", + "_ref_5629", + "_ref_5630", + "_ref_5631", + "sec-value-properties-of-the-global-object", + "sec-globalthis", + "_ref_5632", + "_ref_5633", + "sec-value-properties-of-the-global-object-infinity", + "_ref_521", + "sec-value-properties-of-the-global-object-nan", + "_ref_522", + "sec-undefined", + "_ref_523", + "sec-function-properties-of-the-global-object", + "sec-eval-x", + "_ref_5634", + "_ref_5635", + "_ref_5636", + "_ref_5637", + "_ref_5638", + "sec-performeval", + "sec-performeval-rules-outside-constructors", + "sec-performeval-rules-outside-methods", + "sec-performeval-rules-outside-functions", + "_ref_5639", + "_ref_5640", + "_ref_5641", + "_ref_5642", + "_ref_5643", + "_ref_5644", + "_ref_5645", + "_ref_5646", + "_ref_5647", + "_ref_16408", + "_ref_5648", + "_ref_16409", + "_ref_16410", + "_ref_16411", + "_ref_16412", + "_ref_16413", + "_ref_5649", + "_ref_5650", + "_ref_5651", + "_ref_5652", + "_ref_5653", + "_ref_5654", + "_ref_5655", + "_ref_5656", + "_ref_5657", + "_ref_5658", + "_ref_5659", + "_ref_5660", + "_ref_5661", + "_ref_5662", + "_ref_5663", + "_ref_5664", + "_ref_5665", + "sec-hostensurecancompilestrings", + "_ref_5666", + "_ref_5667", + "sec-evaldeclarationinstantiation", + "_ref_5668", + "_ref_5669", + "_ref_5670", + "step-evaldeclarationinstantiation-throw-duplicate-binding", + "_ref_524", + "_ref_5671", + "_ref_5672", + "_ref_5673", + "_ref_5674", + "_ref_16414", + "_ref_16415", + "_ref_16416", + "_ref_5675", + "_ref_16417", + "_ref_16418", + "_ref_16419", + "_ref_16420", + "_ref_5676", + "step-evaldeclarationinstantiation-web-compat-insertion-point", + "_ref_525", + "_ref_5677", + "_ref_16421", + "_ref_16422", + "_ref_16423", + "_ref_5678", + "step-evaldeclarationinstantiation-post-validation", + "_ref_5679", + "_ref_5680", + "_ref_5681", + "_ref_5682", + "_ref_5683", + "_ref_5684", + "_ref_5685", + "_ref_526", + "_ref_5686", + "_ref_5687", + "_ref_5688", + "_ref_527", + "_ref_5689", + "_ref_528", + "sec-isfinite-number", + "_ref_5690", + "sec-isnan-number", + "_ref_5691", + "sec-parsefloat-string", + "_ref_5692", + "_ref_5693", + "_ref_5694", + "_ref_16424", + "_ref_529", + "_ref_16425", + "_ref_5695", + "_ref_5696", + "sec-parseint-string-radix", + "_ref_5697", + "_ref_5698", + "_ref_5699", + "_ref_5700", + "_ref_5701", + "_ref_5702", + "_ref_5703", + "_ref_5704", + "_ref_5705", + "_ref_5706", + "_ref_5707", + "_ref_5708", + "sec-uri-handling-functions", + "_ref_530", + "_ref_531", + "_ref_532", + "_ref_533", + "sec-uri-syntax-and-semantics", + "prod-uri", + "_ref_16426", + "prod-uriCharacters", + "_ref_16427", + "_ref_16428", + "prod-uriCharacter", + "_ref_16429", + "_ref_16430", + "_ref_16431", + "prod-uriReserved", + "prod-uriUnescaped", + "_ref_16432", + "_ref_16433", + "_ref_16434", + "prod-uriEscaped", + "_ref_16435", + "_ref_16436", + "prod-uriAlpha", + "prod-uriMark", + "_ref_534", + "sec-encode", + "_ref_5709", + "_ref_5710", + "_ref_5711", + "_ref_5712", + "sec-decode", + "_ref_5713", + "_ref_5714", + "_ref_5715", + "_ref_5716", + "_ref_5717", + "_ref_5718", + "_ref_535", + "table-utf-8-encodings", + "table-43", + "_ref_536", + "_ref_5719", + "sec-decodeuri-encodeduri", + "_ref_5720", + "_ref_16437", + "_ref_5721", + "sec-decodeuricomponent-encodeduricomponent", + "_ref_5722", + "_ref_5723", + "sec-encodeuri-uri", + "_ref_537", + "_ref_5724", + "_ref_16438", + "_ref_16439", + "_ref_5725", + "sec-encodeuricomponent-uricomponent", + "_ref_538", + "_ref_5726", + "_ref_16440", + "_ref_5727", + "sec-constructor-properties-of-the-global-object", + "sec-constructor-properties-of-the-global-object-array", + "_ref_539", + "sec-constructor-properties-of-the-global-object-arraybuffer", + "_ref_540", + "sec-constructor-properties-of-the-global-object-bigint", + "_ref_541", + "sec-constructor-properties-of-the-global-object-bigint64array", + "_ref_542", + "sec-constructor-properties-of-the-global-object-biguint64array", + "_ref_543", + "sec-constructor-properties-of-the-global-object-boolean", + "_ref_544", + "sec-constructor-properties-of-the-global-object-dataview", + "_ref_545", + "sec-constructor-properties-of-the-global-object-date", + "_ref_546", + "sec-constructor-properties-of-the-global-object-error", + "_ref_547", + "sec-constructor-properties-of-the-global-object-evalerror", + "_ref_548", + "sec-constructor-properties-of-the-global-object-finnalization-registry", + "_ref_549", + "sec-float32array", + "_ref_550", + "sec-float64array", + "_ref_551", + "sec-constructor-properties-of-the-global-object-function", + "_ref_552", + "sec-int8array", + "_ref_553", + "sec-int16array", + "_ref_554", + "sec-int32array", + "_ref_555", + "sec-map", + "_ref_556", + "sec-constructor-properties-of-the-global-object-number", + "_ref_557", + "sec-constructor-properties-of-the-global-object-object", + "_ref_558", + "sec-constructor-properties-of-the-global-object-promise", + "_ref_559", + "sec-constructor-properties-of-the-global-object-proxy", + "_ref_560", + "sec-constructor-properties-of-the-global-object-rangeerror", + "_ref_561", + "sec-constructor-properties-of-the-global-object-referenceerror", + "_ref_562", + "sec-constructor-properties-of-the-global-object-regexp", + "_ref_563", + "sec-set", + "_ref_564", + "sec-constructor-properties-of-the-global-object-sharedarraybuffer", + "_ref_565", + "sec-constructor-properties-of-the-global-object-string", + "_ref_566", + "sec-constructor-properties-of-the-global-object-symbol", + "_ref_567", + "sec-constructor-properties-of-the-global-object-syntaxerror", + "_ref_568", + "sec-constructor-properties-of-the-global-object-typeerror", + "_ref_569", + "sec-uint8array", + "_ref_570", + "sec-uint8clampedarray", + "_ref_571", + "sec-uint16array", + "_ref_572", + "sec-uint32array", + "_ref_573", + "sec-constructor-properties-of-the-global-object-urierror", + "_ref_574", + "sec-constructor-properties-of-the-global-object-weakmap", + "_ref_575", + "sec-constructor-properties-of-the-global-object-weakref", + "_ref_576", + "sec-constructor-properties-of-the-global-object-weakset", + "_ref_577", + "sec-other-properties-of-the-global-object", + "sec-atomics", + "_ref_578", + "sec-json", + "_ref_579", + "sec-math", + "_ref_580", + "sec-reflect", + "_ref_581", + "sec-fundamental-objects", + "sec-object-objects", + "sec-object-constructor", + "_ref_5728", + "_ref_5729", + "_ref_5730", + "_ref_5731", + "_ref_5732", + "sec-object-value", + "_ref_5733", + "_ref_5734", + "_ref_5735", + "_ref_5736", + "sec-properties-of-the-object-constructor", + "_ref_5737", + "_ref_5738", + "sec-object.assign", + "_ref_5739", + "_ref_5740", + "_ref_5741", + "_ref_5742", + "sec-object.create", + "_ref_5743", + "_ref_5744", + "_ref_5745", + "sec-object.defineproperties", + "_ref_5746", + "_ref_5747", + "sec-objectdefineproperties", + "_ref_5748", + "_ref_5749", + "_ref_5750", + "_ref_5751", + "_ref_5752", + "_ref_5753", + "_ref_5754", + "_ref_5755", + "sec-object.defineproperty", + "_ref_5756", + "_ref_5757", + "_ref_5758", + "_ref_5759", + "sec-object.entries", + "_ref_5760", + "_ref_5761", + "_ref_5762", + "sec-object.freeze", + "_ref_5763", + "_ref_5764", + "sec-object.fromentries", + "_ref_5765", + "_ref_5766", + "_ref_5767", + "_ref_5768", + "_ref_5769", + "_ref_582", + "_ref_5770", + "_ref_5771", + "sec-create-data-property-on-object-functions", + "_ref_5772", + "_ref_5773", + "_ref_5774", + "_ref_5775", + "_ref_5776", + "_ref_5777", + "sec-object.getownpropertydescriptor", + "_ref_5778", + "_ref_5779", + "_ref_5780", + "sec-object.getownpropertydescriptors", + "_ref_5781", + "_ref_5782", + "_ref_5783", + "_ref_5784", + "_ref_5785", + "sec-object.getownpropertynames", + "_ref_5786", + "sec-object.getownpropertysymbols", + "_ref_5787", + "sec-getownpropertykeys", + "_ref_5788", + "_ref_5789", + "_ref_5790", + "_ref_5791", + "_ref_5792", + "sec-object.getprototypeof", + "_ref_5793", + "sec-object.is", + "_ref_5794", + "sec-object.isextensible", + "_ref_5795", + "_ref_5796", + "sec-object.isfrozen", + "_ref_5797", + "_ref_5798", + "sec-object.issealed", + "_ref_5799", + "_ref_5800", + "sec-object.keys", + "_ref_5801", + "_ref_5802", + "_ref_5803", + "sec-object.preventextensions", + "_ref_5804", + "sec-object.prototype", + "_ref_5805", + "sec-object.seal", + "_ref_5806", + "_ref_5807", + "sec-object.setprototypeof", + "_ref_5808", + "_ref_5809", + "_ref_5810", + "sec-object.values", + "_ref_5811", + "_ref_5812", + "_ref_5813", + "sec-properties-of-the-object-prototype-object", + "_ref_583", + "_ref_5814", + "sec-object.prototype.constructor", + "_ref_5815", + "sec-object.prototype.hasownproperty", + "step-hasownproperty-topropertykey", + "_ref_5816", + "step-hasownproperty-toobject", + "_ref_5817", + "_ref_5818", + "_ref_584", + "_ref_585", + "_ref_586", + "sec-object.prototype.isprototypeof", + "step-isprototypeof-check-object", + "_ref_5819", + "step-isprototypeof-toobject", + "_ref_5820", + "_ref_5821", + "_ref_587", + "_ref_588", + "sec-object.prototype.propertyisenumerable", + "step-propertyisenumerable-topropertykey", + "_ref_5822", + "step-propertyisenumerable-toobject", + "_ref_5823", + "_ref_589", + "_ref_590", + "_ref_591", + "sec-object.prototype.tolocalestring", + "_ref_5824", + "_ref_5825", + "sec-object.prototype.tostring", + "_ref_5826", + "_ref_5827", + "_ref_5828", + "_ref_5829", + "_ref_5830", + "_ref_5831", + "_ref_5832", + "sec-object.prototype.valueof", + "_ref_5833", + "sec-properties-of-object-instances", + "_ref_5834", + "sec-function-objects", + "sec-function-constructor", + "_ref_5835", + "_ref_5836", + "_ref_5837", + "_ref_5838", + "_ref_5839", + "sec-function-p1-p2-pn-body", + "_ref_5840", + "_ref_5841", + "sec-createdynamicfunction", + "_ref_5842", + "_ref_5843", + "_ref_5844", + "_ref_5845", + "_ref_5846", + "_ref_5847", + "_ref_5848", + "_ref_5849", + "_ref_5850", + "_ref_5851", + "_ref_5852", + "_ref_16441", + "_ref_16442", + "_ref_16443", + "_ref_16444", + "_ref_16445", + "_ref_16446", + "_ref_5853", + "_ref_16447", + "_ref_16448", + "_ref_5854", + "_ref_5855", + "_ref_5856", + "_ref_5857", + "_ref_5858", + "_ref_5859", + "_ref_592", + "_ref_5860", + "_ref_5861", + "_ref_5862", + "_ref_5863", + "_ref_5864", + "_ref_5865", + "_ref_5866", + "_ref_5867", + "_ref_5868", + "_ref_5869", + "_ref_16449", + "_ref_16450", + "_ref_16451", + "_ref_16452", + "_ref_16453", + "_ref_16454", + "_ref_16455", + "_ref_5870", + "_ref_5871", + "_ref_5872", + "_ref_5873", + "_ref_5874", + "_ref_5875", + "_ref_5876", + "_ref_5877", + "_ref_5878", + "_ref_5879", + "_ref_5880", + "_ref_5881", + "table-dynamic-function-sourcetext-prefixes", + "sec-properties-of-the-function-constructor", + "_ref_5882", + "_ref_5883", + "_ref_5884", + "sec-function.length", + "_ref_5885", + "sec-function.prototype", + "_ref_5886", + "sec-properties-of-the-function-prototype-object", + "_ref_5887", + "_ref_5888", + "_ref_5889", + "_ref_5890", + "sec-function.prototype.apply", + "_ref_5891", + "_ref_5892", + "_ref_5893", + "_ref_5894", + "_ref_5895", + "step-function-proto-apply-call", + "_ref_5896", + "_ref_5897", + "_ref_5898", + "_ref_5899", + "_ref_593", + "sec-function.prototype.bind", + "_ref_5900", + "_ref_5901", + "_ref_5902", + "_ref_5903", + "_ref_5904", + "_ref_5905", + "_ref_5906", + "_ref_5907", + "_ref_5908", + "_ref_5909", + "_ref_5910", + "_ref_5911", + "_ref_5912", + "sec-function.prototype.call", + "_ref_5913", + "_ref_5914", + "step-function-proto-call-call", + "_ref_5915", + "_ref_5916", + "_ref_5917", + "_ref_5918", + "_ref_594", + "sec-function.prototype.constructor", + "_ref_5919", + "sec-function.prototype.tostring", + "_ref_595", + "_ref_5920", + "_ref_16456", + "_ref_16457", + "_ref_16458", + "_ref_5921", + "_ref_5922", + "_ref_5923", + "_ref_5924", + "_ref_5925", + "_ref_5926", + "_ref_16459", + "prod-NativeFunction", + "_ref_16460", + "_ref_16461", + "_ref_16462", + "prod-NativeFunctionAccessor", + "sec-function.prototype-@@hasinstance", + "_ref_5927", + "_ref_5928", + "_ref_5929", + "sec-function-instances", + "_ref_5930", + "_ref_596", + "_ref_597", + "_ref_598", + "sec-function-instances-length", + "_ref_5931", + "sec-function-instances-name", + "_ref_5932", + "sec-function-instances-prototype", + "_ref_5933", + "_ref_5934", + "_ref_5935", + "_ref_16463", + "_ref_16464", + "_ref_16465", + "_ref_16466", + "sec-hosthassourcetextavailable", + "_ref_5936", + "_ref_5937", + "sec-boolean-objects", + "sec-boolean-constructor", + "_ref_5938", + "_ref_5939", + "_ref_5940", + "_ref_5941", + "_ref_5942", + "sec-boolean-constructor-boolean-value", + "_ref_5943", + "_ref_5944", + "sec-properties-of-the-boolean-constructor", + "_ref_5945", + "_ref_5946", + "sec-boolean.prototype", + "_ref_5947", + "sec-properties-of-the-boolean-prototype-object", + "_ref_5948", + "_ref_5949", + "thisbooleanvalue", + "sec-thisbooleanvalue", + "_ref_5950", + "_ref_5951", + "_ref_5952", + "_ref_5953", + "sec-boolean.prototype.constructor", + "_ref_5954", + "sec-boolean.prototype.tostring", + "_ref_5955", + "sec-boolean.prototype.valueof", + "_ref_5956", + "sec-properties-of-boolean-instances", + "_ref_5957", + "sec-symbol-objects", + "sec-symbol-constructor", + "_ref_5958", + "_ref_5959", + "sec-symbol-description", + "_ref_5960", + "sec-properties-of-the-symbol-constructor", + "_ref_5961", + "_ref_5962", + "sec-symbol.asynciterator", + "_ref_5963", + "_ref_599", + "sec-symbol.for", + "_ref_5964", + "_ref_5965", + "_ref_5966", + "_ref_5967", + "_ref_5968", + "_ref_5969", + "_ref_5970", + "_ref_5971", + "_ref_600", + "table-globalsymbolregistry-record-fields", + "_ref_5972", + "table-44", + "_ref_5973", + "sec-symbol.hasinstance", + "_ref_5974", + "_ref_601", + "sec-symbol.isconcatspreadable", + "_ref_5975", + "_ref_602", + "sec-symbol.iterator", + "_ref_5976", + "_ref_603", + "sec-symbol.keyfor", + "_ref_5977", + "_ref_5978", + "_ref_604", + "_ref_5979", + "_ref_5980", + "sec-symbol.match", + "_ref_5981", + "_ref_605", + "sec-symbol.matchall", + "_ref_5982", + "_ref_606", + "sec-symbol.prototype", + "_ref_5983", + "sec-symbol.replace", + "_ref_5984", + "_ref_607", + "sec-symbol.search", + "_ref_5985", + "_ref_608", + "sec-symbol.species", + "_ref_5986", + "_ref_609", + "sec-symbol.split", + "_ref_5987", + "_ref_610", + "sec-symbol.toprimitive", + "_ref_5988", + "_ref_611", + "sec-symbol.tostringtag", + "_ref_5989", + "_ref_612", + "sec-symbol.unscopables", + "_ref_5990", + "_ref_613", + "sec-properties-of-the-symbol-prototype-object", + "_ref_5991", + "_ref_5992", + "thissymbolvalue", + "sec-thissymbolvalue", + "_ref_5993", + "_ref_5994", + "_ref_5995", + "_ref_5996", + "sec-symbol.prototype.constructor", + "_ref_5997", + "sec-symbol.prototype.description", + "_ref_5998", + "_ref_5999", + "sec-symbol.prototype.tostring", + "_ref_6000", + "_ref_6001", + "sec-symboldescriptivestring", + "_ref_6002", + "_ref_6003", + "_ref_6004", + "_ref_6005", + "_ref_6006", + "sec-symbol.prototype.valueof", + "_ref_6007", + "sec-symbol.prototype-@@toprimitive", + "_ref_6008", + "sec-symbol.prototype-@@tostringtag", + "_ref_6009", + "sec-properties-of-symbol-instances", + "_ref_6010", + "sec-error-objects", + "_ref_614", + "_ref_615", + "_ref_6011", + "_ref_6012", + "_ref_6013", + "sec-error-constructor", + "_ref_6014", + "_ref_6015", + "_ref_6016", + "_ref_6017", + "sec-error-message", + "_ref_6018", + "_ref_6019", + "_ref_6020", + "_ref_6021", + "sec-properties-of-the-error-constructor", + "_ref_6022", + "_ref_6023", + "sec-error.prototype", + "_ref_6024", + "sec-properties-of-the-error-prototype-object", + "_ref_6025", + "_ref_6026", + "sec-error.prototype.constructor", + "_ref_6027", + "sec-error.prototype.message", + "sec-error.prototype.name", + "sec-error.prototype.tostring", + "_ref_6028", + "_ref_6029", + "_ref_6030", + "_ref_6031", + "_ref_6032", + "_ref_6033", + "sec-properties-of-error-instances", + "_ref_6034", + "sec-native-error-types-used-in-this-standard", + "_ref_616", + "sec-native-error-types-used-in-this-standard-evalerror", + "_ref_6035", + "sec-native-error-types-used-in-this-standard-rangeerror", + "_ref_6036", + "sec-native-error-types-used-in-this-standard-referenceerror", + "_ref_6037", + "sec-native-error-types-used-in-this-standard-syntaxerror", + "_ref_6038", + "sec-native-error-types-used-in-this-standard-typeerror", + "_ref_6039", + "sec-native-error-types-used-in-this-standard-urierror", + "_ref_6040", + "sec-nativeerror-object-structure", + "_ref_617", + "_ref_6041", + "_ref_6042", + "_ref_618", + "sec-nativeerror-constructors", + "_ref_6043", + "_ref_6044", + "_ref_6045", + "_ref_6046", + "sec-nativeerror", + "_ref_6047", + "step-nativerror-ordinarycreatefromconstructor", + "_ref_6048", + "_ref_6049", + "_ref_6050", + "_ref_619", + "_ref_6051", + "sec-properties-of-the-nativeerror-constructors", + "_ref_6052", + "_ref_6053", + "sec-nativeerror.prototype", + "_ref_620", + "_ref_6054", + "sec-properties-of-the-nativeerror-prototype-objects", + "_ref_6055", + "_ref_6056", + "sec-nativeerror.prototype.constructor", + "_ref_6057", + "_ref_621", + "sec-nativeerror.prototype.message", + "_ref_6058", + "sec-nativeerror.prototype.name", + "_ref_6059", + "_ref_6060", + "sec-properties-of-nativeerror-instances", + "_ref_622", + "sec-aggregate-error-objects", + "sec-aggregate-error-constructor", + "_ref_6061", + "_ref_6062", + "_ref_6063", + "_ref_6064", + "sec-aggregate-error", + "_ref_6065", + "_ref_6066", + "_ref_6067", + "_ref_6068", + "_ref_6069", + "_ref_6070", + "_ref_6071", + "sec-properties-of-the-aggregate-error-constructors", + "_ref_6072", + "_ref_6073", + "sec-aggregate-error.prototype", + "_ref_6074", + "sec-properties-of-the-aggregate-error-prototype-objects", + "_ref_6075", + "_ref_6076", + "sec-aggregate-error.prototype.constructor", + "_ref_6077", + "sec-aggregate-error.prototype.message", + "sec-aggregate-error.prototype.name", + "sec-properties-of-aggregate-error-instances", + "_ref_6078", + "_ref_623", + "sec-numbers-and-dates", + "sec-number-objects", + "sec-number-constructor", + "_ref_6079", + "_ref_6080", + "_ref_6081", + "_ref_6082", + "_ref_6083", + "sec-number-constructor-number-value", + "_ref_6084", + "_ref_6085", + "_ref_6086", + "_ref_6087", + "_ref_6088", + "sec-properties-of-the-number-constructor", + "_ref_6089", + "_ref_6090", + "sec-number.epsilon", + "_ref_6091", + "_ref_6092", + "sec-number.isfinite", + "_ref_6093", + "sec-number.isinteger", + "_ref_6094", + "sec-number.isnan", + "_ref_6095", + "_ref_624", + "sec-number.issafeinteger", + "_ref_6096", + "_ref_6097", + "_ref_6098", + "sec-number.max_safe_integer", + "_ref_6099", + "_ref_6100", + "_ref_6101", + "_ref_6102", + "_ref_6103", + "sec-number.max_value", + "sec-number.min_safe_integer", + "_ref_6104", + "_ref_6105", + "_ref_6106", + "_ref_6107", + "_ref_6108", + "sec-number.min_value", + "_ref_6109", + "sec-number.nan", + "sec-number.negative_infinity", + "sec-number.parsefloat", + "_ref_6110", + "_ref_6111", + "_ref_6112", + "_ref_625", + "sec-number.parseint", + "_ref_6113", + "_ref_6114", + "_ref_6115", + "_ref_626", + "sec-number.positive_infinity", + "sec-number.prototype", + "_ref_6116", + "sec-properties-of-the-number-prototype-object", + "_ref_6117", + "_ref_6118", + "_ref_6119", + "_ref_6120", + "thisnumbervalue", + "sec-thisnumbervalue", + "_ref_6121", + "_ref_6122", + "_ref_6123", + "_ref_6124", + "_ref_6125", + "_ref_6126", + "sec-number.prototype.constructor", + "_ref_6127", + "sec-number.prototype.toexponential", + "_ref_6128", + "_ref_6129", + "_ref_6130", + "_ref_6131", + "_ref_6132", + "_ref_6133", + "_ref_6134", + "step-number-proto-toexponential-intermediate-values", + "_ref_6135", + "_ref_6136", + "_ref_6137", + "_ref_6138", + "_ref_627", + "sec-number.prototype.tofixed", + "_ref_6139", + "_ref_6140", + "_ref_6141", + "_ref_6142", + "_ref_6143", + "_ref_6144", + "_ref_6145", + "_ref_6146", + "_ref_6147", + "_ref_6148", + "_ref_6149", + "_ref_6150", + "sec-number.prototype.tolocalestring", + "_ref_6151", + "_ref_6152", + "_ref_6153", + "sec-number.prototype.toprecision", + "_ref_6154", + "_ref_6155", + "_ref_6156", + "_ref_6157", + "_ref_6158", + "_ref_6159", + "_ref_6160", + "_ref_6161", + "_ref_6162", + "_ref_6163", + "_ref_6164", + "_ref_6165", + "_ref_6166", + "_ref_6167", + "_ref_6168", + "sec-number.prototype.tostring", + "_ref_6169", + "_ref_6170", + "_ref_6171", + "_ref_6172", + "_ref_6173", + "_ref_6174", + "_ref_628", + "sec-number.prototype.valueof", + "_ref_6175", + "sec-properties-of-number-instances", + "_ref_6176", + "_ref_6177", + "sec-bigint-objects", + "sec-bigint-constructor", + "_ref_6178", + "_ref_6179", + "_ref_6180", + "_ref_6181", + "sec-bigint-constructor-number-value", + "_ref_6182", + "_ref_6183", + "_ref_6184", + "_ref_6185", + "sec-numbertobigint", + "_ref_6186", + "_ref_6187", + "sec-properties-of-the-bigint-constructor", + "_ref_6188", + "_ref_6189", + "_ref_6190", + "sec-bigint.asintn", + "_ref_6191", + "_ref_6192", + "_ref_6193", + "_ref_6194", + "_ref_6195", + "_ref_6196", + "sec-bigint.asuintn", + "_ref_6197", + "_ref_6198", + "_ref_6199", + "_ref_6200", + "sec-bigint.prototype", + "_ref_6201", + "sec-properties-of-the-bigint-prototype-object", + "_ref_6202", + "_ref_6203", + "thisbigintvalue", + "sec-thisbigintvalue", + "_ref_6204", + "_ref_6205", + "_ref_6206", + "_ref_6207", + "_ref_6208", + "sec-bigint.prototype.constructor", + "_ref_6209", + "sec-bigint.prototype.tolocalestring", + "_ref_6210", + "_ref_6211", + "sec-bigint.prototype.tostring", + "_ref_6212", + "_ref_6213", + "_ref_6214", + "_ref_6215", + "_ref_6216", + "_ref_6217", + "_ref_629", + "sec-bigint.prototype.valueof", + "_ref_6218", + "sec-bigint.prototype-@@tostringtag", + "_ref_6219", + "sec-math-object", + "_ref_6220", + "_ref_6221", + "_ref_6222", + "_ref_6223", + "_ref_6224", + "_ref_6225", + "_ref_630", + "sec-value-properties-of-the-math-object", + "sec-math.e", + "_ref_6226", + "sec-math.ln10", + "_ref_6227", + "sec-math.ln2", + "_ref_6228", + "sec-math.log10e", + "_ref_6229", + "sec-math.log2e", + "_ref_6230", + "sec-math.pi", + "_ref_6231", + "sec-math.sqrt1_2", + "_ref_6232", + "sec-math.sqrt2", + "_ref_6233", + "sec-math-@@tostringtag", + "_ref_6234", + "sec-function-properties-of-the-math-object", + "_ref_6235", + "sec-math.abs", + "_ref_6236", + "sec-math.acos", + "_ref_6237", + "_ref_6238", + "_ref_6239", + "_ref_6240", + "sec-math.acosh", + "_ref_6241", + "_ref_6242", + "_ref_6243", + "sec-math.asin", + "_ref_6244", + "_ref_6245", + "_ref_6246", + "_ref_6247", + "_ref_6248", + "sec-math.asinh", + "_ref_6249", + "_ref_6250", + "_ref_6251", + "sec-math.atan", + "_ref_6252", + "_ref_6253", + "_ref_6254", + "_ref_6255", + "_ref_6256", + "_ref_6257", + "_ref_6258", + "sec-math.atanh", + "_ref_6259", + "_ref_6260", + "_ref_6261", + "sec-math.atan2", + "_ref_6262", + "_ref_6263", + "_ref_6264", + "_ref_6265", + "_ref_6266", + "_ref_6267", + "_ref_6268", + "_ref_6269", + "_ref_6270", + "_ref_6271", + "_ref_6272", + "_ref_6273", + "_ref_6274", + "_ref_6275", + "_ref_6276", + "_ref_6277", + "_ref_6278", + "_ref_6279", + "_ref_6280", + "sec-math.cbrt", + "_ref_6281", + "_ref_6282", + "_ref_6283", + "sec-math.ceil", + "_ref_6284", + "_ref_6285", + "_ref_6286", + "_ref_6287", + "_ref_6288", + "sec-math.clz32", + "_ref_6289", + "_ref_6290", + "sec-math.cos", + "_ref_6291", + "_ref_6292", + "_ref_6293", + "sec-math.cosh", + "_ref_6294", + "_ref_6295", + "_ref_6296", + "sec-math.exp", + "_ref_6297", + "_ref_6298", + "_ref_6299", + "sec-math.expm1", + "_ref_6300", + "_ref_6301", + "_ref_6302", + "sec-math.floor", + "_ref_6303", + "_ref_6304", + "_ref_6305", + "_ref_6306", + "_ref_6307", + "sec-math.fround", + "_ref_6308", + "_ref_6309", + "_ref_6310", + "_ref_6311", + "sec-math.hypot", + "_ref_6312", + "_ref_6313", + "_ref_6314", + "sec-math.imul", + "_ref_6315", + "_ref_6316", + "_ref_6317", + "_ref_6318", + "_ref_6319", + "_ref_6320", + "_ref_6321", + "sec-math.log", + "_ref_6322", + "_ref_6323", + "_ref_6324", + "sec-math.log1p", + "_ref_6325", + "_ref_6326", + "_ref_6327", + "sec-math.log10", + "_ref_6328", + "_ref_6329", + "_ref_6330", + "sec-math.log2", + "_ref_6331", + "_ref_6332", + "_ref_6333", + "sec-math.max", + "_ref_6334", + "_ref_6335", + "_ref_6336", + "_ref_6337", + "sec-math.min", + "_ref_6338", + "_ref_6339", + "_ref_6340", + "_ref_6341", + "sec-math.pow", + "_ref_6342", + "_ref_6343", + "sec-math.random", + "_ref_6344", + "_ref_6345", + "sec-math.round", + "_ref_6346", + "_ref_6347", + "_ref_6348", + "_ref_6349", + "_ref_6350", + "sec-math.sign", + "_ref_6351", + "sec-math.sin", + "_ref_6352", + "_ref_6353", + "_ref_6354", + "sec-math.sinh", + "_ref_6355", + "_ref_6356", + "_ref_6357", + "sec-math.sqrt", + "_ref_6358", + "_ref_6359", + "_ref_6360", + "sec-math.tan", + "_ref_6361", + "_ref_6362", + "_ref_6363", + "sec-math.tanh", + "_ref_6364", + "_ref_6365", + "_ref_6366", + "sec-math.trunc", + "_ref_6367", + "_ref_6368", + "sec-date-objects", + "sec-overview-of-date-objects-and-definitions-of-abstract-operations", + "_ref_6369", + "_ref_631", + "sec-time-values-and-time-range", + "_ref_6370", + "_ref_6371", + "_ref_632", + "_ref_633", + "sec-day-number-and-time-within-day", + "_ref_6372", + "eqn-Day", + "_ref_6373", + "_ref_6374", + "_ref_6375", + "_ref_6376", + "eqn-msPerDay", + "eqn-TimeWithinDay", + "_ref_6377", + "_ref_6378", + "_ref_6379", + "_ref_6380", + "_ref_6381", + "sec-year-number", + "eqn-DaysInYear", + "_ref_6382", + "_ref_6383", + "_ref_6384", + "_ref_6385", + "_ref_6386", + "_ref_6387", + "_ref_6388", + "_ref_6389", + "_ref_6390", + "_ref_6391", + "_ref_6392", + "_ref_6393", + "eqn-DaysFromYear", + "_ref_6394", + "_ref_6395", + "_ref_6396", + "_ref_6397", + "_ref_6398", + "_ref_6399", + "_ref_6400", + "_ref_6401", + "_ref_6402", + "eqn-TimeFromYear", + "_ref_6403", + "_ref_6404", + "_ref_6405", + "eqn-YearFromTime", + "_ref_6406", + "_ref_6407", + "eqn-InLeapYear", + "_ref_6408", + "_ref_6409", + "_ref_6410", + "_ref_6411", + "sec-month-number", + "_ref_6412", + "_ref_6413", + "_ref_6414", + "eqn-MonthFromTime", + "_ref_6415", + "_ref_6416", + "_ref_6417", + "_ref_6418", + "_ref_6419", + "_ref_6420", + "_ref_6421", + "_ref_6422", + "_ref_6423", + "_ref_6424", + "_ref_6425", + "_ref_6426", + "_ref_6427", + "_ref_6428", + "_ref_6429", + "_ref_6430", + "_ref_6431", + "_ref_6432", + "_ref_6433", + "_ref_6434", + "_ref_6435", + "_ref_6436", + "_ref_6437", + "_ref_6438", + "_ref_6439", + "_ref_6440", + "_ref_6441", + "_ref_6442", + "_ref_6443", + "_ref_6444", + "_ref_6445", + "_ref_6446", + "_ref_6447", + "eqn-DayWithinYear", + "_ref_6448", + "_ref_6449", + "_ref_6450", + "_ref_6451", + "sec-date-number", + "_ref_6452", + "_ref_6453", + "_ref_6454", + "_ref_6455", + "_ref_6456", + "_ref_6457", + "_ref_6458", + "_ref_6459", + "_ref_6460", + "_ref_6461", + "_ref_6462", + "_ref_6463", + "_ref_6464", + "_ref_6465", + "_ref_6466", + "_ref_6467", + "_ref_6468", + "_ref_6469", + "_ref_6470", + "_ref_6471", + "_ref_6472", + "_ref_6473", + "_ref_6474", + "_ref_6475", + "_ref_6476", + "_ref_6477", + "_ref_6478", + "_ref_6479", + "_ref_6480", + "_ref_6481", + "_ref_6482", + "_ref_6483", + "_ref_6484", + "_ref_6485", + "_ref_6486", + "_ref_6487", + "sec-week-day", + "_ref_6488", + "_ref_6489", + "_ref_6490", + "_ref_6491", + "_ref_6492", + "sec-local-time-zone-adjustment", + "_ref_6493", + "_ref_6494", + "_ref_6495", + "_ref_6496", + "_ref_6497", + "_ref_6498", + "_ref_6499", + "_ref_6500", + "_ref_6501", + "_ref_6502", + "_ref_6503", + "_ref_6504", + "_ref_6505", + "_ref_6506", + "_ref_6507", + "_ref_6508", + "_ref_6509", + "_ref_6510", + "_ref_6511", + "sec-localtime", + "_ref_6512", + "_ref_6513", + "_ref_6514", + "sec-utc-t", + "_ref_6515", + "_ref_6516", + "_ref_6517", + "sec-hours-minutes-second-and-milliseconds", + "_ref_6518", + "eqn-HourFromTime", + "_ref_6519", + "_ref_6520", + "_ref_6521", + "_ref_6522", + "_ref_6523", + "_ref_6524", + "eqn-MinFromTime", + "_ref_6525", + "_ref_6526", + "_ref_6527", + "_ref_6528", + "_ref_6529", + "_ref_6530", + "eqn-SecFromTime", + "_ref_6531", + "_ref_6532", + "_ref_6533", + "_ref_6534", + "_ref_6535", + "_ref_6536", + "eqn-msFromTime", + "_ref_6537", + "_ref_6538", + "_ref_6539", + "_ref_6540", + "eqn-HoursPerDay", + "eqn-MinutesPerHour", + "eqn-SecondsPerMinute", + "eqn-msPerSecond", + "eqn-msPerMinute", + "_ref_6541", + "_ref_6542", + "_ref_6543", + "eqn-msPerHour", + "_ref_6544", + "_ref_6545", + "_ref_6546", + "sec-maketime", + "_ref_6547", + "_ref_6548", + "_ref_6549", + "_ref_6550", + "_ref_6551", + "_ref_6552", + "_ref_6553", + "_ref_6554", + "_ref_6555", + "_ref_6556", + "_ref_6557", + "_ref_6558", + "sec-makeday", + "_ref_6559", + "_ref_6560", + "_ref_6561", + "_ref_6562", + "_ref_6563", + "_ref_6564", + "_ref_6565", + "_ref_6566", + "_ref_6567", + "_ref_6568", + "_ref_6569", + "_ref_6570", + "_ref_6571", + "_ref_6572", + "_ref_6573", + "_ref_6574", + "_ref_6575", + "sec-makedate", + "_ref_6576", + "sec-timeclip", + "_ref_6577", + "_ref_6578", + "_ref_6579", + "_ref_6580", + "sec-date-time-string-format", + "_ref_634", + "sec-expanded-years", + "sec-extended-years", + "_ref_6581", + "_ref_6582", + "_ref_635", + "_ref_636", + "_ref_6583", + "_ref_637", + "sec-date-constructor", + "_ref_6584", + "_ref_6585", + "_ref_6586", + "_ref_6587", + "_ref_6588", + "sec-date", + "sec-date-year-month-date-hours-minutes-seconds-ms", + "sec-date-value", + "sec-date-constructor-date", + "_ref_6589", + "_ref_6590", + "_ref_6591", + "_ref_6592", + "_ref_6593", + "_ref_6594", + "_ref_6595", + "_ref_6596", + "_ref_6597", + "_ref_6598", + "_ref_638", + "_ref_6599", + "_ref_6600", + "_ref_6601", + "_ref_6602", + "_ref_6603", + "_ref_6604", + "_ref_6605", + "_ref_6606", + "_ref_6607", + "_ref_6608", + "_ref_6609", + "_ref_6610", + "_ref_6611", + "_ref_6612", + "_ref_6613", + "_ref_6614", + "_ref_6615", + "_ref_6616", + "sec-properties-of-the-date-constructor", + "_ref_6617", + "_ref_6618", + "sec-date.now", + "_ref_6619", + "sec-date.parse", + "_ref_6620", + "_ref_6621", + "_ref_6622", + "_ref_6623", + "_ref_6624", + "_ref_639", + "_ref_640", + "_ref_6625", + "_ref_6626", + "_ref_641", + "sec-date.prototype", + "_ref_6627", + "sec-date.utc", + "_ref_6628", + "_ref_6629", + "_ref_6630", + "_ref_6631", + "_ref_6632", + "_ref_6633", + "_ref_6634", + "_ref_6635", + "_ref_6636", + "_ref_6637", + "_ref_6638", + "_ref_6639", + "_ref_6640", + "_ref_6641", + "_ref_6642", + "sec-properties-of-the-date-prototype-object", + "_ref_6643", + "_ref_6644", + "_ref_6645", + "thistimevalue", + "sec-thistimevalue", + "_ref_6646", + "this-Date-object", + "this-time-value", + "_ref_6647", + "sec-date.prototype.constructor", + "_ref_6648", + "sec-date.prototype.getdate", + "_ref_6649", + "_ref_6650", + "_ref_6651", + "sec-date.prototype.getday", + "_ref_6652", + "_ref_6653", + "_ref_6654", + "sec-date.prototype.getfullyear", + "_ref_6655", + "_ref_6656", + "_ref_6657", + "sec-date.prototype.gethours", + "_ref_6658", + "_ref_6659", + "_ref_6660", + "sec-date.prototype.getmilliseconds", + "_ref_6661", + "_ref_6662", + "_ref_6663", + "sec-date.prototype.getminutes", + "_ref_6664", + "_ref_6665", + "_ref_6666", + "sec-date.prototype.getmonth", + "_ref_6667", + "_ref_6668", + "_ref_6669", + "sec-date.prototype.getseconds", + "_ref_6670", + "_ref_6671", + "_ref_6672", + "sec-date.prototype.gettime", + "_ref_6673", + "sec-date.prototype.gettimezoneoffset", + "_ref_6674", + "_ref_6675", + "_ref_6676", + "sec-date.prototype.getutcdate", + "_ref_6677", + "_ref_6678", + "sec-date.prototype.getutcday", + "_ref_6679", + "_ref_6680", + "sec-date.prototype.getutcfullyear", + "_ref_6681", + "_ref_6682", + "sec-date.prototype.getutchours", + "_ref_6683", + "_ref_6684", + "sec-date.prototype.getutcmilliseconds", + "_ref_6685", + "_ref_6686", + "sec-date.prototype.getutcminutes", + "_ref_6687", + "_ref_6688", + "sec-date.prototype.getutcmonth", + "_ref_6689", + "_ref_6690", + "sec-date.prototype.getutcseconds", + "_ref_6691", + "_ref_6692", + "sec-date.prototype.setdate", + "_ref_6693", + "_ref_6694", + "_ref_6695", + "_ref_6696", + "_ref_6697", + "_ref_6698", + "_ref_6699", + "_ref_6700", + "_ref_6701", + "_ref_6702", + "_ref_6703", + "sec-date.prototype.setfullyear", + "_ref_6704", + "_ref_6705", + "_ref_6706", + "_ref_6707", + "_ref_6708", + "_ref_6709", + "_ref_6710", + "_ref_6711", + "_ref_6712", + "_ref_6713", + "_ref_6714", + "_ref_6715", + "_ref_6716", + "sec-date.prototype.sethours", + "_ref_6717", + "_ref_6718", + "_ref_6719", + "_ref_6720", + "_ref_6721", + "_ref_6722", + "_ref_6723", + "_ref_6724", + "_ref_6725", + "_ref_6726", + "_ref_6727", + "_ref_6728", + "_ref_6729", + "_ref_6730", + "_ref_6731", + "sec-date.prototype.setmilliseconds", + "_ref_6732", + "_ref_6733", + "_ref_6734", + "_ref_6735", + "_ref_6736", + "_ref_6737", + "_ref_6738", + "_ref_6739", + "_ref_6740", + "_ref_6741", + "_ref_6742", + "_ref_6743", + "sec-date.prototype.setminutes", + "_ref_6744", + "_ref_6745", + "_ref_6746", + "_ref_6747", + "_ref_6748", + "_ref_6749", + "_ref_6750", + "_ref_6751", + "_ref_6752", + "_ref_6753", + "_ref_6754", + "_ref_6755", + "_ref_6756", + "_ref_6757", + "sec-date.prototype.setmonth", + "_ref_6758", + "_ref_6759", + "_ref_6760", + "_ref_6761", + "_ref_6762", + "_ref_6763", + "_ref_6764", + "_ref_6765", + "_ref_6766", + "_ref_6767", + "_ref_6768", + "_ref_6769", + "sec-date.prototype.setseconds", + "_ref_6770", + "_ref_6771", + "_ref_6772", + "_ref_6773", + "_ref_6774", + "_ref_6775", + "_ref_6776", + "_ref_6777", + "_ref_6778", + "_ref_6779", + "_ref_6780", + "_ref_6781", + "_ref_6782", + "sec-date.prototype.settime", + "_ref_6783", + "_ref_6784", + "_ref_6785", + "_ref_6786", + "sec-date.prototype.setutcdate", + "_ref_6787", + "_ref_6788", + "_ref_6789", + "_ref_6790", + "_ref_6791", + "_ref_6792", + "_ref_6793", + "_ref_6794", + "_ref_6795", + "sec-date.prototype.setutcfullyear", + "_ref_6796", + "_ref_6797", + "_ref_6798", + "_ref_6799", + "_ref_6800", + "_ref_6801", + "_ref_6802", + "_ref_6803", + "_ref_6804", + "_ref_6805", + "_ref_6806", + "sec-date.prototype.setutchours", + "_ref_6807", + "_ref_6808", + "_ref_6809", + "_ref_6810", + "_ref_6811", + "_ref_6812", + "_ref_6813", + "_ref_6814", + "_ref_6815", + "_ref_6816", + "_ref_6817", + "_ref_6818", + "_ref_6819", + "sec-date.prototype.setutcmilliseconds", + "_ref_6820", + "_ref_6821", + "_ref_6822", + "_ref_6823", + "_ref_6824", + "_ref_6825", + "_ref_6826", + "_ref_6827", + "_ref_6828", + "_ref_6829", + "sec-date.prototype.setutcminutes", + "_ref_6830", + "_ref_6831", + "_ref_6832", + "_ref_6833", + "_ref_6834", + "_ref_6835", + "_ref_6836", + "_ref_6837", + "_ref_6838", + "_ref_6839", + "_ref_6840", + "_ref_6841", + "sec-date.prototype.setutcmonth", + "_ref_6842", + "_ref_6843", + "_ref_6844", + "_ref_6845", + "_ref_6846", + "_ref_6847", + "_ref_6848", + "_ref_6849", + "_ref_6850", + "_ref_6851", + "sec-date.prototype.setutcseconds", + "_ref_6852", + "_ref_6853", + "_ref_6854", + "_ref_6855", + "_ref_6856", + "_ref_6857", + "_ref_6858", + "_ref_6859", + "_ref_6860", + "_ref_6861", + "_ref_6862", + "sec-date.prototype.todatestring", + "_ref_6863", + "_ref_6864", + "_ref_6865", + "_ref_6866", + "sec-date.prototype.toisostring", + "_ref_6867", + "_ref_642", + "_ref_6868", + "sec-date.prototype.tojson", + "_ref_643", + "_ref_6869", + "_ref_6870", + "_ref_6871", + "_ref_6872", + "sec-date.prototype.tolocaledatestring", + "_ref_6873", + "_ref_6874", + "sec-date.prototype.tolocalestring", + "_ref_6875", + "_ref_6876", + "sec-date.prototype.tolocaletimestring", + "_ref_6877", + "_ref_6878", + "sec-date.prototype.tostring", + "_ref_6879", + "_ref_6880", + "_ref_644", + "sec-timestring", + "_ref_6881", + "_ref_6882", + "_ref_6883", + "_ref_6884", + "_ref_6885", + "_ref_6886", + "_ref_6887", + "sec-datestring", + "_ref_6888", + "_ref_6889", + "_ref_6890", + "_ref_645", + "_ref_6891", + "_ref_646", + "_ref_6892", + "_ref_6893", + "_ref_6894", + "_ref_6895", + "_ref_6896", + "_ref_6897", + "_ref_6898", + "sec-todatestring-day-names", + "sec-todatestring-month-names", + "sec-timezoneestring", + "_ref_6899", + "_ref_6900", + "_ref_6901", + "_ref_6902", + "_ref_6903", + "_ref_6904", + "_ref_6905", + "_ref_6906", + "_ref_6907", + "_ref_6908", + "sec-todatestring", + "_ref_6909", + "_ref_6910", + "_ref_6911", + "_ref_6912", + "_ref_6913", + "_ref_6914", + "_ref_6915", + "sec-date.prototype.totimestring", + "_ref_6916", + "_ref_6917", + "_ref_6918", + "_ref_6919", + "_ref_6920", + "_ref_6921", + "sec-date.prototype.toutcstring", + "_ref_6922", + "_ref_6923", + "_ref_6924", + "_ref_647", + "_ref_6925", + "_ref_648", + "_ref_6926", + "_ref_6927", + "_ref_6928", + "_ref_6929", + "_ref_6930", + "_ref_6931", + "_ref_6932", + "_ref_6933", + "sec-date.prototype.valueof", + "_ref_6934", + "sec-date.prototype-@@toprimitive", + "_ref_6935", + "_ref_6936", + "sec-properties-of-date-instances", + "_ref_6937", + "_ref_6938", + "_ref_6939", + "sec-text-processing", + "sec-string-objects", + "sec-string-constructor", + "_ref_6940", + "_ref_6941", + "_ref_6942", + "_ref_6943", + "_ref_6944", + "sec-string-constructor-string-value", + "_ref_6945", + "_ref_6946", + "_ref_6947", + "_ref_6948", + "_ref_6949", + "sec-properties-of-the-string-constructor", + "_ref_6950", + "_ref_6951", + "sec-string.fromcharcode", + "_ref_6952", + "_ref_6953", + "_ref_6954", + "_ref_6955", + "sec-string.fromcodepoint", + "_ref_6956", + "_ref_6957", + "_ref_6958", + "_ref_6959", + "_ref_6960", + "_ref_6961", + "_ref_6962", + "_ref_6963", + "sec-string.prototype", + "_ref_6964", + "sec-string.raw", + "_ref_6965", + "_ref_6966", + "_ref_6967", + "_ref_6968", + "_ref_6969", + "_ref_6970", + "_ref_6971", + "_ref_6972", + "_ref_6973", + "_ref_6974", + "_ref_6975", + "_ref_6976", + "_ref_649", + "sec-properties-of-the-string-prototype-object", + "_ref_6977", + "_ref_6978", + "thisstringvalue", + "sec-thisstringvalue", + "_ref_6979", + "_ref_6980", + "_ref_6981", + "_ref_6982", + "sec-string.prototype.charat", + "_ref_6983", + "_ref_6984", + "_ref_6985", + "_ref_6986", + "sec-string.prototype.charcodeat", + "_ref_6987", + "_ref_6988", + "_ref_6989", + "_ref_6990", + "_ref_6991", + "sec-string.prototype.codepointat", + "_ref_6992", + "_ref_650", + "_ref_651", + "_ref_6993", + "_ref_6994", + "_ref_6995", + "_ref_6996", + "_ref_6997", + "sec-string.prototype.concat", + "_ref_6998", + "_ref_6999", + "_ref_7000", + "_ref_7001", + "sec-string.prototype.constructor", + "_ref_7002", + "sec-string.prototype.endswith", + "_ref_7003", + "_ref_7004", + "_ref_7005", + "_ref_7006", + "_ref_7007", + "_ref_7008", + "_ref_7009", + "_ref_7010", + "sec-string.prototype.includes", + "_ref_7011", + "_ref_7012", + "_ref_7013", + "_ref_7014", + "_ref_7015", + "_ref_7016", + "_ref_7017", + "_ref_7018", + "sec-string.prototype.indexof", + "_ref_7019", + "_ref_7020", + "_ref_7021", + "_ref_7022", + "_ref_7023", + "_ref_7024", + "_ref_7025", + "_ref_7026", + "sec-string.prototype.lastindexof", + "_ref_7027", + "_ref_7028", + "_ref_7029", + "_ref_7030", + "_ref_7031", + "_ref_7032", + "_ref_7033", + "_ref_7034", + "_ref_7035", + "_ref_7036", + "sec-string.prototype.localecompare", + "_ref_7037", + "_ref_7038", + "_ref_7039", + "_ref_7040", + "_ref_7041", + "_ref_652", + "_ref_7042", + "_ref_7043", + "_ref_7044", + "_ref_7045", + "sec-string.prototype.match", + "_ref_7046", + "_ref_7047", + "_ref_7048", + "_ref_7049", + "_ref_7050", + "_ref_7051", + "_ref_7052", + "_ref_7053", + "sec-string.prototype.matchall", + "_ref_7054", + "_ref_7055", + "_ref_7056", + "_ref_7057", + "_ref_7058", + "_ref_7059", + "_ref_7060", + "_ref_7061", + "_ref_7062", + "_ref_7063", + "_ref_7064", + "_ref_7065", + "sec-string.prototype.normalize", + "_ref_7066", + "_ref_7067", + "_ref_7068", + "sec-string.prototype.padend", + "_ref_7069", + "_ref_7070", + "sec-string.prototype.padstart", + "_ref_7071", + "_ref_7072", + "sec-stringpad", + "_ref_7073", + "_ref_7074", + "_ref_7075", + "_ref_7076", + "_ref_7077", + "_ref_7078", + "_ref_7079", + "sec-string.prototype.repeat", + "_ref_7080", + "_ref_7081", + "_ref_7082", + "sec-string.prototype.replace", + "_ref_7083", + "_ref_7084", + "_ref_7085", + "_ref_7086", + "_ref_7087", + "_ref_7088", + "_ref_7089", + "_ref_7090", + "_ref_7091", + "_ref_7092", + "_ref_7093", + "_ref_7094", + "_ref_7095", + "_ref_7096", + "_ref_7097", + "_ref_7098", + "_ref_7099", + "_ref_7100", + "_ref_7101", + "sec-getsubstitution", + "_ref_7102", + "_ref_7103", + "_ref_7104", + "_ref_7105", + "_ref_7106", + "_ref_7107", + "_ref_7108", + "_ref_7109", + "_ref_7110", + "_ref_7111", + "_ref_653", + "table-replacement-text-symbol-substitutions", + "table-45", + "_ref_7112", + "_ref_7113", + "_ref_7114", + "_ref_7115", + "_ref_7116", + "_ref_7117", + "sec-string.prototype.replaceall", + "_ref_7118", + "_ref_7119", + "_ref_7120", + "_ref_7121", + "_ref_7122", + "_ref_7123", + "_ref_7124", + "_ref_7125", + "_ref_7126", + "_ref_7127", + "_ref_7128", + "_ref_7129", + "_ref_7130", + "_ref_7131", + "_ref_7132", + "_ref_7133", + "_ref_7134", + "_ref_7135", + "_ref_7136", + "_ref_7137", + "_ref_7138", + "_ref_7139", + "_ref_7140", + "_ref_7141", + "_ref_7142", + "_ref_7143", + "_ref_7144", + "sec-string.prototype.search", + "_ref_7145", + "_ref_7146", + "_ref_7147", + "_ref_7148", + "_ref_7149", + "_ref_7150", + "_ref_7151", + "_ref_7152", + "sec-string.prototype.slice", + "_ref_7153", + "_ref_7154", + "_ref_7155", + "_ref_7156", + "_ref_7157", + "_ref_7158", + "_ref_7159", + "_ref_7160", + "_ref_7161", + "sec-string.prototype.split", + "_ref_7162", + "_ref_7163", + "_ref_7164", + "_ref_7165", + "_ref_7166", + "_ref_7167", + "_ref_7168", + "_ref_7169", + "_ref_7170", + "_ref_7171", + "_ref_7172", + "_ref_7173", + "_ref_7174", + "_ref_7175", + "_ref_7176", + "_ref_7177", + "_ref_7178", + "_ref_7179", + "_ref_7180", + "_ref_7181", + "_ref_7182", + "_ref_7183", + "_ref_7184", + "sec-splitmatch", + "_ref_7185", + "_ref_7186", + "_ref_7187", + "_ref_7188", + "sec-string.prototype.startswith", + "_ref_7189", + "_ref_7190", + "_ref_7191", + "_ref_7192", + "_ref_7193", + "_ref_7194", + "_ref_7195", + "_ref_7196", + "sec-string.prototype.substring", + "_ref_7197", + "_ref_7198", + "_ref_7199", + "_ref_7200", + "_ref_7201", + "_ref_7202", + "_ref_7203", + "_ref_7204", + "_ref_7205", + "sec-string.prototype.tolocalelowercase", + "_ref_654", + "_ref_7206", + "sec-string.prototype.tolocaleuppercase", + "_ref_655", + "_ref_7207", + "sec-string.prototype.tolowercase", + "_ref_656", + "_ref_7208", + "_ref_7209", + "_ref_7210", + "_ref_7211", + "sec-string.prototype.tostring", + "_ref_7212", + "sec-string.prototype.touppercase", + "_ref_657", + "sec-string.prototype.trim", + "_ref_658", + "_ref_7213", + "sec-trimstring", + "_ref_659", + "_ref_7214", + "_ref_7215", + "_ref_7216", + "_ref_16467", + "_ref_16468", + "_ref_660", + "sec-string.prototype.trimend", + "_ref_661", + "_ref_7217", + "sec-string.prototype.trimstart", + "_ref_662", + "_ref_7218", + "sec-string.prototype.valueof", + "_ref_7219", + "sec-string.prototype-@@iterator", + "_ref_663", + "_ref_7220", + "_ref_7221", + "_ref_7222", + "sec-properties-of-string-instances", + "_ref_7223", + "_ref_7224", + "sec-properties-of-string-instances-length", + "sec-string-iterator-objects", + "_ref_7225", + "sec-createstringiterator", + "_ref_7226", + "_ref_7227", + "_ref_7228", + "_ref_7229", + "sec-%stringiteratorprototype%-object", + "_ref_7230", + "_ref_7231", + "sec-%stringiteratorprototype%.next", + "_ref_7232", + "_ref_664", + "_ref_7233", + "_ref_7234", + "_ref_7235", + "_ref_7236", + "_ref_7237", + "sec-%stringiteratorprototype%-@@tostringtag", + "_ref_7238", + "sec-properties-of-string-iterator-instances", + "_ref_7239", + "_ref_665", + "table-internal-slots-of-string-iterator-instances", + "table-46", + "_ref_7240", + "sec-regexp-regular-expression-objects", + "sec-patterns", + "_ref_7241", + "_ref_16469", + "prod-Pattern", + "_ref_16470", + "prod-Disjunction", + "_ref_16471", + "_ref_16472", + "_ref_16473", + "prod-Alternative", + "_ref_16474", + "_ref_16475", + "prod-Term", + "_ref_16476", + "_ref_16477", + "_ref_16478", + "_ref_16479", + "prod-Assertion", + "_ref_16480", + "_ref_16481", + "_ref_16482", + "_ref_16483", + "prod-Quantifier", + "_ref_16484", + "_ref_16485", + "prod-QuantifierPrefix", + "_ref_16486", + "_ref_16487", + "_ref_16488", + "_ref_16489", + "prod-Atom", + "_ref_16490", + "_ref_16491", + "_ref_16492", + "_ref_16493", + "_ref_16494", + "_ref_16495", + "prod-SyntaxCharacter", + "prod-PatternCharacter", + "_ref_16496", + "_ref_16497", + "prod-AtomEscape", + "_ref_16498", + "_ref_16499", + "_ref_16500", + "_ref_16501", + "prod-CharacterEscape", + "_ref_16502", + "_ref_16503", + "_ref_16504", + "_ref_16505", + "_ref_16506", + "_ref_16507", + "prod-ControlEscape", + "prod-ControlLetter", + "prod-GroupSpecifier", + "_ref_16508", + "prod-GroupName", + "_ref_16509", + "prod-RegExpIdentifierName", + "_ref_16510", + "_ref_16511", + "_ref_16512", + "prod-RegExpIdentifierStart", + "_ref_16513", + "_ref_16514", + "_ref_16515", + "_ref_16516", + "prod-RegExpIdentifierPart", + "_ref_16517", + "_ref_16518", + "_ref_16519", + "_ref_16520", + "prod-RegExpUnicodeEscapeSequence", + "_ref_16521", + "_ref_16522", + "_ref_16523", + "_ref_16524", + "_ref_16525", + "_ref_16526", + "_ref_16527", + "prod-UnicodeLeadSurrogate", + "prod-UnicodeTrailSurrogate", + "_ref_16528", + "_ref_16529", + "_ref_16530", + "_ref_16531", + "prod-HexLeadSurrogate", + "_ref_16532", + "_ref_16533", + "prod-HexTrailSurrogate", + "_ref_16534", + "_ref_16535", + "prod-HexNonSurrogate", + "_ref_16536", + "_ref_16537", + "prod-IdentityEscape", + "_ref_16538", + "_ref_16539", + "_ref_16540", + "prod-DecimalEscape", + "_ref_16541", + "_ref_16542", + "_ref_16543", + "prod-CharacterClassEscape", + "_ref_16544", + "_ref_16545", + "prod-UnicodePropertyValueExpression", + "_ref_16546", + "_ref_16547", + "_ref_16548", + "prod-UnicodePropertyName", + "_ref_16549", + "prod-UnicodePropertyNameCharacters", + "_ref_16550", + "_ref_16551", + "prod-UnicodePropertyValue", + "_ref_16552", + "prod-LoneUnicodePropertyNameOrValue", + "_ref_16553", + "prod-UnicodePropertyValueCharacters", + "_ref_16554", + "_ref_16555", + "prod-UnicodePropertyValueCharacter", + "_ref_16556", + "_ref_16557", + "prod-UnicodePropertyNameCharacter", + "_ref_16558", + "prod-CharacterClass", + "_ref_16559", + "_ref_16560", + "prod-ClassRanges", + "_ref_16561", + "prod-NonemptyClassRanges", + "_ref_16562", + "_ref_16563", + "_ref_16564", + "_ref_16565", + "_ref_16566", + "_ref_16567", + "prod-NonemptyClassRangesNoDash", + "_ref_16568", + "_ref_16569", + "_ref_16570", + "_ref_16571", + "_ref_16572", + "_ref_16573", + "prod-ClassAtom", + "_ref_16574", + "prod-ClassAtomNoDash", + "_ref_16575", + "_ref_16576", + "prod-ClassEscape", + "_ref_16577", + "_ref_16578", + "_ref_666", + "sec-patterns-static-semantics-early-errors", + "_ref_667", + "_ref_16579", + "_ref_16580", + "_ref_16581", + "_ref_16582", + "_ref_16583", + "_ref_16584", + "_ref_16585", + "_ref_16586", + "_ref_16587", + "_ref_16588", + "_ref_16589", + "_ref_16590", + "_ref_16591", + "_ref_16592", + "_ref_16593", + "_ref_16594", + "_ref_668", + "_ref_16595", + "_ref_16596", + "_ref_16597", + "_ref_16598", + "_ref_16599", + "_ref_16600", + "_ref_16601", + "_ref_16602", + "_ref_16603", + "_ref_16604", + "_ref_16605", + "_ref_16606", + "_ref_16607", + "_ref_16608", + "_ref_16609", + "_ref_16610", + "_ref_16611", + "_ref_16612", + "_ref_16613", + "_ref_16614", + "_ref_16615", + "_ref_16616", + "_ref_16617", + "_ref_7242", + "_ref_16618", + "_ref_16619", + "_ref_16620", + "_ref_16621", + "_ref_16622", + "_ref_16623", + "_ref_16624", + "_ref_16625", + "_ref_7243", + "_ref_16626", + "_ref_16627", + "_ref_16628", + "_ref_16629", + "_ref_16630", + "_ref_7244", + "_ref_16631", + "_ref_7245", + "_ref_7246", + "_ref_7247", + "_ref_669", + "_ref_7248", + "_ref_16632", + "_ref_7249", + "_ref_16633", + "_ref_670", + "_ref_671", + "_ref_16634", + "_ref_7250", + "_ref_16635", + "_ref_7251", + "_ref_672", + "_ref_7252", + "_ref_673", + "sec-patterns-static-semantics-capturing-group-number", + "_ref_674", + "_ref_16636", + "_ref_16637", + "_ref_16638", + "_ref_16639", + "_ref_16640", + "_ref_16641", + "_ref_16642", + "_ref_16643", + "_ref_16644", + "_ref_675", + "sec-patterns-static-semantics-is-character-class", + "_ref_676", + "_ref_16645", + "_ref_16646", + "_ref_16647", + "sec-patterns-static-semantics-character-value", + "_ref_677", + "_ref_16648", + "_ref_16649", + "_ref_16650", + "_ref_678", + "table-controlescape-code-point-values", + "table-47", + "_ref_16651", + "_ref_16652", + "_ref_16653", + "_ref_16654", + "_ref_16655", + "_ref_16656", + "_ref_16657", + "_ref_16658", + "_ref_16659", + "_ref_7253", + "_ref_16660", + "_ref_16661", + "_ref_16662", + "_ref_16663", + "_ref_16664", + "_ref_16665", + "_ref_16666", + "_ref_16667", + "_ref_16668", + "_ref_16669", + "sec-static-semantics-sourcetext", + "_ref_16670", + "_ref_16671", + "_ref_16672", + "_ref_16673", + "_ref_7254", + "sec-regexp-identifier-names-static-semantics-stringvalue", + "_ref_16674", + "_ref_16675", + "_ref_16676", + "_ref_16677", + "_ref_16678", + "_ref_16679", + "_ref_7255", + "sec-pattern-semantics", + "_ref_679", + "_ref_7256", + "_ref_7257", + "_ref_16680", + "_ref_680", + "_ref_16681", + "_ref_16682", + "_ref_7258", + "_ref_16683", + "_ref_16684", + "_ref_16685", + "_ref_7259", + "_ref_7260", + "_ref_7261", + "_ref_7262", + "_ref_7263", + "_ref_7264", + "sec-notation", + "_ref_7265", + "_ref_16686", + "_ref_16687", + "_ref_16688", + "_ref_16689", + "sec-runtime-semantics-wordcharacters-abstract-operation", + "_ref_7266", + "_ref_7267", + "_ref_7268", + "_ref_7269", + "_ref_7270", + "_ref_7271", + "sec-pattern", + "_ref_16690", + "_ref_16691", + "_ref_7272", + "_ref_7273", + "_ref_7274", + "_ref_7275", + "_ref_7276", + "_ref_7277", + "_ref_7278", + "_ref_681", + "_ref_682", + "_ref_7279", + "_ref_7280", + "_ref_7281", + "_ref_7282", + "_ref_683", + "_ref_7283", + "_ref_7284", + "sec-disjunction", + "_ref_16692", + "_ref_16693", + "_ref_16694", + "_ref_16695", + "_ref_16696", + "_ref_16697", + "_ref_7285", + "_ref_7286", + "_ref_16698", + "_ref_16699", + "_ref_16700", + "_ref_16701", + "_ref_16702", + "_ref_16703", + "_ref_16704", + "_ref_16705", + "sec-alternative", + "_ref_7287", + "_ref_7288", + "_ref_16706", + "_ref_16707", + "_ref_16708", + "_ref_16709", + "_ref_7289", + "_ref_7290", + "_ref_7291", + "_ref_7292", + "_ref_7293", + "_ref_7294", + "_ref_7295", + "_ref_16710", + "_ref_16711", + "_ref_16712", + "_ref_16713", + "_ref_16714", + "_ref_16715", + "_ref_16716", + "_ref_16717", + "sec-term", + "_ref_16718", + "_ref_16719", + "_ref_16720", + "_ref_16721", + "_ref_16722", + "_ref_16723", + "_ref_16724", + "_ref_16725", + "_ref_7296", + "_ref_7297", + "_ref_7298", + "_ref_16726", + "_ref_16727", + "_ref_16728", + "_ref_16729", + "_ref_16730", + "_ref_16731", + "_ref_16732", + "_ref_16733", + "_ref_7299", + "_ref_7300", + "_ref_7301", + "sec-runtime-semantics-repeatmatcher-abstract-operation", + "_ref_7302", + "_ref_7303", + "_ref_7304", + "_ref_7305", + "_ref_7306", + "step-repeatmatcher-done", + "_ref_7307", + "_ref_7308", + "step-repeatmatcher-clear-captures", + "_ref_7309", + "_ref_16734", + "_ref_16735", + "_ref_16736", + "_ref_16737", + "_ref_16738", + "_ref_16739", + "_ref_16740", + "_ref_16741", + "_ref_16742", + "_ref_16743", + "_ref_16744", + "_ref_16745", + "_ref_16746", + "_ref_16747", + "_ref_16748", + "_ref_684", + "_ref_16749", + "_ref_16750", + "_ref_16751", + "_ref_685", + "_ref_16752", + "sec-assertion", + "_ref_7310", + "_ref_7311", + "_ref_16753", + "_ref_7312", + "_ref_7313", + "_ref_16754", + "_ref_7314", + "_ref_7315", + "_ref_7316", + "_ref_7317", + "_ref_7318", + "_ref_7319", + "_ref_7320", + "_ref_7321", + "_ref_16755", + "_ref_16756", + "_ref_7322", + "_ref_7323", + "_ref_7324", + "_ref_7325", + "_ref_16757", + "_ref_16758", + "_ref_7326", + "_ref_7327", + "_ref_7328", + "_ref_16759", + "_ref_16760", + "_ref_7329", + "_ref_7330", + "_ref_7331", + "_ref_7332", + "_ref_16761", + "_ref_16762", + "_ref_7333", + "_ref_7334", + "_ref_7335", + "sec-runtime-semantics-iswordchar-abstract-operation", + "_ref_7336", + "sec-quantifier", + "_ref_16763", + "_ref_16764", + "_ref_7337", + "_ref_7338", + "_ref_16765", + "_ref_16766", + "_ref_7339", + "_ref_7340", + "_ref_16767", + "_ref_16768", + "_ref_686", + "_ref_16769", + "_ref_16770", + "_ref_16771", + "_ref_16772", + "_ref_16773", + "_ref_16774", + "sec-atom", + "_ref_16775", + "_ref_16776", + "_ref_7341", + "_ref_16777", + "_ref_7342", + "_ref_16778", + "_ref_16779", + "_ref_16780", + "_ref_16781", + "_ref_7343", + "_ref_16782", + "_ref_16783", + "_ref_16784", + "_ref_16785", + "_ref_16786", + "_ref_16787", + "_ref_16788", + "_ref_7344", + "_ref_7345", + "_ref_7346", + "_ref_7347", + "_ref_7348", + "_ref_7349", + "_ref_7350", + "_ref_7351", + "_ref_7352", + "_ref_16789", + "_ref_16790", + "sec-runtime-semantics-charactersetmatcher-abstract-operation", + "_ref_7353", + "_ref_7354", + "_ref_7355", + "_ref_7356", + "_ref_7357", + "_ref_7358", + "sec-runtime-semantics-canonicalize-ch", + "_ref_7359", + "_ref_7360", + "_ref_16791", + "_ref_16792", + "_ref_7361", + "_ref_16793", + "_ref_16794", + "_ref_16795", + "_ref_16796", + "_ref_16797", + "_ref_16798", + "_ref_16799", + "_ref_16800", + "_ref_16801", + "sec-runtime-semantics-unicodematchproperty-p", + "_ref_7362", + "_ref_7363", + "_ref_7364", + "_ref_7365", + "_ref_687", + "_ref_688", + "_ref_7366", + "_ref_689", + "_ref_690", + "_ref_7367", + "table-nonbinary-unicode-properties", + "_ref_7368", + "_ref_7369", + "table-binary-unicode-properties", + "_ref_7370", + "_ref_7371", + "sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "_ref_7372", + "_ref_7373", + "_ref_7374", + "_ref_7375", + "_ref_7376", + "_ref_7377", + "_ref_7378", + "_ref_691", + "_ref_7379", + "_ref_7380", + "_ref_7381", + "_ref_692", + "_ref_693", + "_ref_7382", + "_ref_694", + "_ref_695", + "_ref_696", + "table-unicode-general-category-values", + "table-unicode-script-values", + "sec-atomescape", + "_ref_16802", + "_ref_16803", + "_ref_7383", + "_ref_7384", + "_ref_7385", + "_ref_16804", + "_ref_16805", + "_ref_7386", + "_ref_16806", + "_ref_16807", + "_ref_7387", + "_ref_697", + "_ref_16808", + "_ref_16809", + "_ref_16810", + "_ref_16811", + "_ref_16812", + "_ref_16813", + "_ref_7388", + "_ref_16814", + "_ref_16815", + "_ref_16816", + "_ref_16817", + "_ref_16818", + "_ref_16819", + "_ref_7389", + "sec-backreference-matcher", + "_ref_7390", + "_ref_7391", + "_ref_7392", + "_ref_7393", + "_ref_7394", + "_ref_7395", + "_ref_7396", + "_ref_7397", + "_ref_7398", + "sec-characterescape", + "_ref_16820", + "_ref_16821", + "_ref_16822", + "_ref_16823", + "_ref_16824", + "_ref_16825", + "_ref_16826", + "_ref_16827", + "sec-decimalescape", + "_ref_16828", + "_ref_16829", + "_ref_16830", + "_ref_16831", + "sec-characterclassescape", + "_ref_16832", + "_ref_16833", + "_ref_16834", + "_ref_16835", + "_ref_16836", + "_ref_16837", + "_ref_16838", + "_ref_16839", + "_ref_16840", + "_ref_7399", + "_ref_7400", + "_ref_7401", + "_ref_7402", + "_ref_698", + "_ref_16841", + "_ref_7403", + "_ref_16842", + "_ref_16843", + "_ref_7404", + "_ref_7405", + "_ref_699", + "_ref_7406", + "_ref_7407", + "_ref_7408", + "_ref_700", + "sec-characterclass", + "_ref_16844", + "_ref_16845", + "_ref_16846", + "_ref_16847", + "sec-classranges", + "_ref_16848", + "_ref_16849", + "sec-nonemptyclassranges", + "_ref_16850", + "_ref_16851", + "_ref_16852", + "_ref_16853", + "_ref_16854", + "_ref_16855", + "_ref_16856", + "_ref_16857", + "_ref_16858", + "_ref_16859", + "_ref_16860", + "_ref_16861", + "_ref_7409", + "sec-runtime-semantics-characterrange-abstract-operation", + "_ref_7410", + "_ref_7411", + "sec-nonemptyclassrangesnodash", + "_ref_16862", + "_ref_16863", + "_ref_16864", + "_ref_16865", + "_ref_16866", + "_ref_16867", + "_ref_16868", + "_ref_16869", + "_ref_16870", + "_ref_16871", + "_ref_16872", + "_ref_16873", + "_ref_7412", + "_ref_16874", + "_ref_16875", + "_ref_16876", + "_ref_16877", + "_ref_16878", + "_ref_16879", + "_ref_16880", + "_ref_16881", + "_ref_16882", + "_ref_16883", + "sec-classatom", + "_ref_16884", + "_ref_16885", + "sec-classatomnodash", + "_ref_16886", + "_ref_16887", + "_ref_16888", + "_ref_16889", + "sec-classescape", + "_ref_16890", + "_ref_16891", + "_ref_16892", + "_ref_16893", + "_ref_16894", + "_ref_16895", + "_ref_16896", + "_ref_16897", + "sec-regexp-constructor", + "_ref_7413", + "_ref_7414", + "_ref_7415", + "_ref_7416", + "sec-regexp-pattern-flags", + "_ref_7417", + "_ref_7418", + "_ref_7419", + "_ref_7420", + "_ref_7421", + "_ref_7422", + "_ref_7423", + "_ref_7424", + "_ref_7425", + "_ref_16898", + "_ref_16899", + "_ref_16900", + "sec-abstract-operations-for-the-regexp-constructor", + "sec-regexpalloc", + "_ref_7426", + "_ref_7427", + "sec-regexpinitialize", + "_ref_7428", + "_ref_7429", + "_ref_7430", + "_ref_7431", + "_ref_7432", + "_ref_7433", + "_ref_7434", + "_ref_7435", + "_ref_7436", + "_ref_16901", + "_ref_7437", + "_ref_701", + "_ref_7438", + "_ref_16902", + "_ref_7439", + "sec-parsepattern", + "_ref_7440", + "_ref_16903", + "_ref_7441", + "_ref_16904", + "_ref_7442", + "_ref_16905", + "_ref_7443", + "_ref_16906", + "sec-regexpcreate", + "_ref_7444", + "_ref_7445", + "_ref_7446", + "sec-escaperegexppattern", + "_ref_16907", + "_ref_16908", + "_ref_702", + "_ref_7447", + "_ref_16909", + "_ref_16910", + "_ref_7448", + "_ref_16911", + "_ref_7449", + "_ref_16912", + "_ref_16913", + "_ref_16914", + "sec-properties-of-the-regexp-constructor", + "_ref_7450", + "_ref_7451", + "sec-regexp.prototype", + "_ref_7452", + "sec-get-regexp-@@species", + "_ref_7453", + "_ref_7454", + "_ref_7455", + "_ref_7456", + "sec-properties-of-the-regexp-prototype-object", + "_ref_7457", + "_ref_7458", + "_ref_7459", + "sec-regexp.prototype.constructor", + "_ref_7460", + "sec-regexp.prototype.exec", + "_ref_7461", + "_ref_7462", + "_ref_7463", + "_ref_7464", + "sec-regexpexec", + "_ref_7465", + "_ref_7466", + "_ref_7467", + "_ref_7468", + "_ref_7469", + "_ref_7470", + "_ref_7471", + "_ref_7472", + "_ref_7473", + "_ref_7474", + "sec-regexpbuiltinexec", + "_ref_7475", + "_ref_7476", + "_ref_7477", + "_ref_7478", + "_ref_7479", + "_ref_7480", + "_ref_7481", + "_ref_7482", + "_ref_7483", + "_ref_7484", + "_ref_7485", + "_ref_7486", + "_ref_7487", + "_ref_703", + "_ref_7488", + "_ref_7489", + "_ref_7490", + "_ref_7491", + "_ref_7492", + "_ref_7493", + "_ref_7494", + "_ref_7495", + "_ref_7496", + "_ref_16915", + "_ref_7497", + "_ref_7498", + "_ref_7499", + "_ref_7500", + "_ref_7501", + "_ref_7502", + "_ref_7503", + "_ref_7504", + "_ref_7505", + "_ref_7506", + "_ref_7507", + "_ref_7508", + "_ref_7509", + "_ref_16916", + "_ref_16917", + "_ref_7510", + "sec-advancestringindex", + "_ref_7511", + "_ref_7512", + "_ref_7513", + "sec-get-regexp.prototype.dotAll", + "_ref_7514", + "_ref_7515", + "_ref_7516", + "_ref_7517", + "sec-get-regexp.prototype.flags", + "_ref_7518", + "_ref_7519", + "_ref_7520", + "_ref_7521", + "_ref_7522", + "_ref_7523", + "_ref_7524", + "_ref_7525", + "_ref_7526", + "_ref_7527", + "_ref_7528", + "_ref_7529", + "_ref_7530", + "_ref_7531", + "sec-get-regexp.prototype.global", + "_ref_7532", + "_ref_7533", + "_ref_7534", + "_ref_7535", + "sec-get-regexp.prototype.ignorecase", + "_ref_7536", + "_ref_7537", + "_ref_7538", + "_ref_7539", + "sec-regexp.prototype-@@match", + "_ref_7540", + "_ref_7541", + "_ref_7542", + "_ref_7543", + "_ref_7544", + "_ref_7545", + "_ref_7546", + "_ref_7547", + "_ref_7548", + "_ref_7549", + "_ref_7550", + "_ref_7551", + "_ref_7552", + "_ref_7553", + "_ref_7554", + "_ref_7555", + "_ref_7556", + "_ref_7557", + "_ref_7558", + "_ref_7559", + "_ref_7560", + "_ref_7561", + "_ref_7562", + "_ref_7563", + "_ref_7564", + "sec-regexp-prototype-matchall", + "_ref_7565", + "_ref_7566", + "_ref_7567", + "_ref_7568", + "_ref_7569", + "_ref_7570", + "_ref_7571", + "_ref_7572", + "_ref_7573", + "_ref_7574", + "_ref_7575", + "sec-get-regexp.prototype.multiline", + "_ref_7576", + "_ref_7577", + "_ref_7578", + "_ref_7579", + "sec-regexp.prototype-@@replace", + "_ref_7580", + "_ref_7581", + "_ref_7582", + "_ref_7583", + "_ref_7584", + "_ref_7585", + "_ref_7586", + "_ref_7587", + "_ref_7588", + "_ref_7589", + "_ref_7590", + "_ref_7591", + "_ref_7592", + "_ref_7593", + "_ref_7594", + "_ref_7595", + "_ref_7596", + "_ref_7597", + "_ref_7598", + "_ref_7599", + "_ref_7600", + "_ref_7601", + "_ref_7602", + "_ref_7603", + "_ref_7604", + "_ref_7605", + "_ref_7606", + "_ref_7607", + "_ref_7608", + "_ref_7609", + "_ref_7610", + "_ref_7611", + "_ref_7612", + "_ref_7613", + "_ref_7614", + "_ref_7615", + "_ref_7616", + "_ref_7617", + "_ref_7618", + "_ref_7619", + "_ref_7620", + "_ref_7621", + "_ref_7622", + "sec-regexp.prototype-@@search", + "_ref_7623", + "_ref_7624", + "_ref_7625", + "_ref_7626", + "_ref_7627", + "_ref_7628", + "_ref_7629", + "_ref_7630", + "_ref_7631", + "_ref_7632", + "sec-get-regexp.prototype.source", + "_ref_7633", + "_ref_7634", + "_ref_7635", + "_ref_7636", + "_ref_7637", + "_ref_7638", + "sec-regexp.prototype-@@split", + "_ref_7639", + "_ref_7640", + "_ref_7641", + "_ref_7642", + "_ref_7643", + "_ref_7644", + "_ref_7645", + "_ref_7646", + "_ref_7647", + "_ref_7648", + "_ref_7649", + "_ref_7650", + "_ref_7651", + "_ref_7652", + "_ref_7653", + "_ref_7654", + "_ref_7655", + "_ref_7656", + "_ref_7657", + "_ref_7658", + "_ref_7659", + "_ref_7660", + "_ref_7661", + "_ref_7662", + "_ref_7663", + "_ref_7664", + "_ref_7665", + "_ref_7666", + "_ref_7667", + "_ref_7668", + "_ref_7669", + "_ref_7670", + "_ref_7671", + "_ref_7672", + "_ref_7673", + "_ref_7674", + "_ref_7675", + "_ref_7676", + "sec-get-regexp.prototype.sticky", + "_ref_7677", + "_ref_7678", + "_ref_7679", + "_ref_7680", + "sec-regexp.prototype.test", + "_ref_7681", + "_ref_7682", + "_ref_7683", + "sec-regexp.prototype.tostring", + "_ref_7684", + "_ref_7685", + "_ref_7686", + "_ref_7687", + "_ref_7688", + "_ref_7689", + "_ref_16918", + "sec-get-regexp.prototype.unicode", + "_ref_7690", + "_ref_7691", + "_ref_7692", + "_ref_7693", + "sec-properties-of-regexp-instances", + "_ref_7694", + "_ref_7695", + "_ref_16919", + "sec-lastindex", + "_ref_7696", + "_ref_704", + "sec-regexp-string-iterator-objects", + "_ref_7697", + "sec-createregexpstringiterator", + "_ref_7698", + "_ref_7699", + "_ref_7700", + "_ref_7701", + "_ref_7702", + "_ref_7703", + "_ref_7704", + "_ref_7705", + "sec-%regexpstringiteratorprototype%-object", + "_ref_7706", + "_ref_7707", + "sec-%regexpstringiteratorprototype%.next", + "_ref_7708", + "_ref_705", + "_ref_7709", + "_ref_7710", + "_ref_7711", + "_ref_7712", + "_ref_7713", + "_ref_7714", + "_ref_7715", + "_ref_7716", + "_ref_7717", + "_ref_7718", + "_ref_7719", + "_ref_7720", + "_ref_7721", + "sec-%regexpstringiteratorprototype%-@@tostringtag", + "_ref_7722", + "sec-properties-of-regexp-string-iterator-instances", + "_ref_7723", + "_ref_706", + "table-regexp-string-iterator-instance-slots", + "_ref_7724", + "sec-indexed-collections", + "sec-array-objects", + "_ref_707", + "sec-array-constructor", + "_ref_7725", + "_ref_7726", + "_ref_7727", + "_ref_7728", + "_ref_7729", + "_ref_7730", + "_ref_7731", + "sec-array", + "sec-array-items", + "sec-array-len", + "sec-array-constructor-array", + "_ref_7732", + "_ref_7733", + "_ref_7734", + "_ref_7735", + "_ref_7736", + "_ref_7737", + "_ref_7738", + "_ref_7739", + "_ref_7740", + "_ref_7741", + "_ref_7742", + "_ref_7743", + "_ref_7744", + "_ref_7745", + "_ref_7746", + "sec-properties-of-the-array-constructor", + "_ref_7747", + "_ref_7748", + "sec-array.from", + "_ref_7749", + "_ref_7750", + "_ref_7751", + "_ref_7752", + "_ref_7753", + "_ref_7754", + "_ref_7755", + "_ref_7756", + "_ref_7757", + "_ref_7758", + "_ref_7759", + "_ref_7760", + "_ref_7761", + "_ref_7762", + "_ref_7763", + "_ref_7764", + "_ref_7765", + "_ref_7766", + "_ref_7767", + "_ref_7768", + "_ref_7769", + "_ref_7770", + "_ref_7771", + "_ref_7772", + "_ref_7773", + "_ref_7774", + "_ref_7775", + "_ref_7776", + "_ref_7777", + "_ref_7778", + "_ref_7779", + "_ref_7780", + "_ref_7781", + "_ref_7782", + "_ref_7783", + "_ref_7784", + "_ref_7785", + "_ref_7786", + "sec-array.isarray", + "_ref_7787", + "sec-array.of", + "_ref_7788", + "_ref_7789", + "_ref_7790", + "_ref_7791", + "_ref_7792", + "_ref_7793", + "_ref_7794", + "_ref_7795", + "_ref_7796", + "sec-array.prototype", + "_ref_7797", + "sec-get-array-@@species", + "_ref_7798", + "_ref_7799", + "_ref_7800", + "_ref_7801", + "sec-properties-of-the-array-prototype-object", + "_ref_7802", + "_ref_7803", + "_ref_7804", + "sec-array.prototype.concat", + "_ref_7805", + "_ref_7806", + "_ref_7807", + "_ref_7808", + "_ref_7809", + "_ref_7810", + "_ref_7811", + "_ref_7812", + "_ref_7813", + "_ref_7814", + "_ref_7815", + "_ref_7816", + "_ref_7817", + "_ref_7818", + "step-array-proto-concat-set-length", + "_ref_7819", + "_ref_7820", + "_ref_708", + "sec-isconcatspreadable", + "_ref_7821", + "_ref_7822", + "_ref_7823", + "_ref_7824", + "_ref_7825", + "sec-array.prototype.constructor", + "_ref_7826", + "sec-array.prototype.copywithin", + "_ref_7827", + "_ref_7828", + "_ref_7829", + "_ref_7830", + "_ref_7831", + "_ref_7832", + "_ref_7833", + "_ref_7834", + "_ref_7835", + "_ref_7836", + "_ref_7837", + "_ref_7838", + "_ref_7839", + "_ref_7840", + "_ref_7841", + "_ref_7842", + "_ref_7843", + "_ref_7844", + "_ref_7845", + "_ref_7846", + "_ref_7847", + "sec-array.prototype.entries", + "_ref_7848", + "_ref_7849", + "sec-array.prototype.every", + "_ref_7850", + "_ref_7851", + "_ref_7852", + "_ref_7853", + "_ref_7854", + "_ref_7855", + "_ref_7856", + "_ref_7857", + "_ref_7858", + "_ref_7859", + "sec-array.prototype.fill", + "_ref_7860", + "_ref_7861", + "_ref_7862", + "_ref_7863", + "_ref_7864", + "_ref_7865", + "_ref_7866", + "_ref_7867", + "_ref_7868", + "_ref_7869", + "_ref_7870", + "sec-array.prototype.filter", + "_ref_7871", + "_ref_7872", + "_ref_7873", + "_ref_7874", + "_ref_7875", + "_ref_7876", + "_ref_7877", + "_ref_7878", + "_ref_7879", + "_ref_7880", + "_ref_7881", + "_ref_7882", + "_ref_7883", + "_ref_7884", + "sec-array.prototype.find", + "_ref_7885", + "_ref_7886", + "_ref_7887", + "_ref_7888", + "_ref_7889", + "_ref_7890", + "_ref_7891", + "_ref_7892", + "_ref_7893", + "sec-array.prototype.findindex", + "_ref_7894", + "_ref_7895", + "_ref_7896", + "_ref_7897", + "_ref_7898", + "_ref_7899", + "_ref_7900", + "_ref_7901", + "_ref_7902", + "_ref_7903", + "sec-array.prototype.flat", + "_ref_7904", + "_ref_7905", + "_ref_7906", + "_ref_7907", + "_ref_7908", + "sec-flattenintoarray", + "_ref_7909", + "_ref_7910", + "_ref_7911", + "_ref_7912", + "_ref_7913", + "_ref_7914", + "_ref_7915", + "_ref_7916", + "_ref_7917", + "_ref_7918", + "_ref_7919", + "_ref_7920", + "_ref_7921", + "_ref_7922", + "_ref_7923", + "_ref_7924", + "_ref_7925", + "_ref_7926", + "_ref_7927", + "_ref_7928", + "sec-array.prototype.flatmap", + "_ref_7929", + "_ref_7930", + "_ref_7931", + "_ref_7932", + "_ref_7933", + "sec-array.prototype.foreach", + "_ref_7934", + "_ref_7935", + "_ref_7936", + "_ref_7937", + "_ref_7938", + "_ref_7939", + "_ref_7940", + "_ref_7941", + "_ref_7942", + "sec-array.prototype.includes", + "_ref_7943", + "_ref_7944", + "_ref_7945", + "_ref_7946", + "_ref_7947", + "_ref_7948", + "_ref_7949", + "_ref_7950", + "_ref_7951", + "_ref_7952", + "_ref_7953", + "sec-array.prototype.indexof", + "_ref_7954", + "_ref_7955", + "_ref_7956", + "_ref_7957", + "_ref_7958", + "_ref_7959", + "_ref_7960", + "_ref_7961", + "_ref_7962", + "_ref_7963", + "_ref_7964", + "_ref_7965", + "_ref_7966", + "sec-array.prototype.join", + "_ref_7967", + "_ref_7968", + "_ref_7969", + "_ref_7970", + "_ref_7971", + "_ref_7972", + "_ref_7973", + "_ref_7974", + "_ref_7975", + "sec-array.prototype.keys", + "_ref_7976", + "_ref_7977", + "sec-array.prototype.lastindexof", + "_ref_7978", + "_ref_7979", + "_ref_7980", + "_ref_7981", + "_ref_7982", + "_ref_7983", + "_ref_7984", + "_ref_7985", + "_ref_7986", + "_ref_7987", + "_ref_7988", + "_ref_7989", + "_ref_7990", + "sec-array.prototype.map", + "_ref_7991", + "_ref_7992", + "_ref_7993", + "_ref_7994", + "_ref_7995", + "_ref_7996", + "_ref_7997", + "_ref_7998", + "_ref_7999", + "_ref_8000", + "_ref_8001", + "sec-array.prototype.pop", + "_ref_8002", + "_ref_8003", + "_ref_8004", + "_ref_8005", + "_ref_8006", + "_ref_8007", + "_ref_8008", + "_ref_8009", + "_ref_8010", + "sec-array.prototype.push", + "_ref_8011", + "_ref_8012", + "_ref_8013", + "_ref_8014", + "_ref_8015", + "_ref_8016", + "_ref_8017", + "_ref_8018", + "sec-array.prototype.reduce", + "_ref_8019", + "_ref_8020", + "_ref_8021", + "_ref_8022", + "_ref_8023", + "_ref_8024", + "_ref_8025", + "_ref_8026", + "_ref_8027", + "_ref_8028", + "_ref_8029", + "_ref_8030", + "_ref_8031", + "sec-array.prototype.reduceright", + "_ref_8032", + "_ref_8033", + "_ref_8034", + "_ref_8035", + "_ref_8036", + "_ref_8037", + "_ref_8038", + "_ref_8039", + "_ref_8040", + "_ref_8041", + "_ref_8042", + "_ref_8043", + "_ref_8044", + "sec-array.prototype.reverse", + "_ref_8045", + "_ref_8046", + "_ref_8047", + "_ref_8048", + "_ref_8049", + "_ref_8050", + "_ref_8051", + "_ref_8052", + "_ref_8053", + "_ref_8054", + "_ref_8055", + "_ref_8056", + "_ref_8057", + "_ref_8058", + "_ref_8059", + "_ref_8060", + "_ref_8061", + "_ref_8062", + "sec-array.prototype.shift", + "_ref_8063", + "_ref_8064", + "_ref_8065", + "_ref_8066", + "_ref_8067", + "_ref_8068", + "_ref_8069", + "_ref_8070", + "_ref_8071", + "_ref_8072", + "_ref_8073", + "_ref_8074", + "_ref_8075", + "_ref_8076", + "_ref_8077", + "_ref_8078", + "_ref_8079", + "_ref_8080", + "sec-array.prototype.slice", + "_ref_8081", + "_ref_8082", + "_ref_8083", + "_ref_8084", + "_ref_8085", + "_ref_8086", + "_ref_8087", + "_ref_8088", + "_ref_8089", + "_ref_8090", + "_ref_8091", + "_ref_8092", + "_ref_8093", + "_ref_8094", + "_ref_8095", + "_ref_8096", + "_ref_8097", + "step-array-proto-slice-set-length", + "_ref_8098", + "_ref_8099", + "_ref_709", + "sec-array.prototype.some", + "_ref_8100", + "_ref_8101", + "_ref_8102", + "_ref_8103", + "_ref_8104", + "_ref_8105", + "_ref_8106", + "_ref_8107", + "_ref_8108", + "_ref_8109", + "sec-array.prototype.sort", + "_ref_8110", + "_ref_8111", + "_ref_8112", + "_ref_8113", + "_ref_8114", + "_ref_8115", + "_ref_710", + "_ref_8116", + "_ref_8117", + "_ref_8118", + "_ref_8119", + "_ref_8120", + "_ref_8121", + "_ref_8122", + "_ref_8123", + "_ref_8124", + "_ref_8125", + "_ref_8126", + "_ref_8127", + "_ref_8128", + "_ref_8129", + "_ref_8130", + "_ref_8131", + "_ref_8132", + "_ref_8133", + "_ref_8134", + "_ref_8135", + "_ref_8136", + "_ref_8137", + "_ref_8138", + "_ref_8139", + "_ref_8140", + "_ref_8141", + "_ref_711", + "_ref_8142", + "_ref_8143", + "_ref_8144", + "_ref_8145", + "_ref_712", + "_ref_8146", + "_ref_8147", + "_ref_8148", + "_ref_713", + "_ref_8149", + "_ref_8150", + "_ref_8151", + "_ref_8152", + "_ref_8153", + "_ref_8154", + "_ref_8155", + "_ref_8156", + "_ref_8157", + "_ref_8158", + "_ref_8159", + "_ref_8160", + "_ref_8161", + "_ref_8162", + "sec-sortcompare", + "_ref_8163", + "_ref_8164", + "step-sortcompare-tostring-x", + "_ref_8165", + "step-sortcompare-tostring-y", + "_ref_8166", + "_ref_8167", + "_ref_8168", + "_ref_8169", + "_ref_8170", + "_ref_714", + "_ref_715", + "sec-array.prototype.splice", + "_ref_8171", + "_ref_8172", + "_ref_8173", + "_ref_8174", + "_ref_8175", + "_ref_8176", + "_ref_8177", + "_ref_8178", + "_ref_8179", + "_ref_8180", + "_ref_8181", + "_ref_8182", + "_ref_8183", + "_ref_8184", + "_ref_8185", + "_ref_8186", + "_ref_8187", + "_ref_8188", + "_ref_8189", + "_ref_8190", + "_ref_8191", + "_ref_8192", + "_ref_8193", + "_ref_8194", + "_ref_8195", + "_ref_8196", + "_ref_8197", + "_ref_8198", + "_ref_8199", + "_ref_8200", + "_ref_8201", + "_ref_8202", + "_ref_8203", + "_ref_8204", + "_ref_8205", + "_ref_8206", + "_ref_8207", + "_ref_8208", + "_ref_8209", + "_ref_8210", + "_ref_8211", + "_ref_8212", + "step-array-proto-splice-set-length", + "_ref_8213", + "_ref_8214", + "_ref_716", + "sec-array.prototype.tolocalestring", + "_ref_8215", + "_ref_8216", + "_ref_8217", + "_ref_8218", + "_ref_8219", + "_ref_8220", + "_ref_8221", + "_ref_8222", + "_ref_8223", + "_ref_8224", + "_ref_8225", + "_ref_8226", + "sec-array.prototype.tostring", + "_ref_8227", + "_ref_8228", + "_ref_8229", + "_ref_8230", + "sec-array.prototype.unshift", + "_ref_8231", + "_ref_8232", + "_ref_8233", + "_ref_8234", + "_ref_8235", + "_ref_8236", + "_ref_8237", + "_ref_8238", + "_ref_8239", + "_ref_8240", + "_ref_8241", + "_ref_8242", + "_ref_8243", + "_ref_8244", + "_ref_8245", + "_ref_8246", + "sec-array.prototype.values", + "_ref_8247", + "_ref_8248", + "sec-array.prototype-@@iterator", + "_ref_8249", + "_ref_8250", + "sec-array.prototype-@@unscopables", + "_ref_8251", + "_ref_8252", + "_ref_8253", + "_ref_8254", + "_ref_8255", + "_ref_8256", + "_ref_8257", + "_ref_8258", + "_ref_8259", + "_ref_8260", + "_ref_8261", + "_ref_8262", + "_ref_8263", + "sec-properties-of-array-instances", + "_ref_8264", + "_ref_8265", + "sec-properties-of-array-instances-length", + "_ref_8266", + "_ref_8267", + "_ref_8268", + "_ref_8269", + "_ref_717", + "_ref_8270", + "_ref_718", + "sec-array-iterator-objects", + "_ref_8271", + "sec-createarrayiterator", + "_ref_8272", + "_ref_8273", + "_ref_8274", + "_ref_8275", + "_ref_8276", + "sec-%arrayiteratorprototype%-object", + "_ref_8277", + "_ref_8278", + "sec-%arrayiteratorprototype%.next", + "_ref_8279", + "_ref_719", + "_ref_8280", + "_ref_8281", + "_ref_8282", + "_ref_8283", + "_ref_8284", + "_ref_8285", + "_ref_8286", + "_ref_8287", + "_ref_8288", + "_ref_8289", + "_ref_8290", + "_ref_8291", + "_ref_8292", + "sec-%arrayiteratorprototype%-@@tostringtag", + "_ref_8293", + "sec-properties-of-array-iterator-instances", + "_ref_8294", + "_ref_720", + "table-internal-slots-of-array-iterator-instances", + "table-48", + "_ref_8295", + "_ref_8296", + "sec-typedarray-objects", + "_ref_721", + "_ref_8297", + "_ref_722", + "_ref_8298", + "_ref_723", + "table-the-typedarray-constructors", + "table-49", + "_ref_8299", + "_ref_8300", + "_ref_8301", + "_ref_8302", + "_ref_8303", + "_ref_8304", + "_ref_8305", + "_ref_8306", + "_ref_8307", + "_ref_8308", + "_ref_8309", + "_ref_8310", + "_ref_8311", + "_ref_8312", + "_ref_8313", + "_ref_8314", + "_ref_8315", + "_ref_8316", + "_ref_8317", + "_ref_8318", + "sec-%typedarray%-intrinsic-object", + "_ref_8319", + "_ref_8320", + "_ref_8321", + "_ref_8322", + "_ref_8323", + "sec-%typedarray%", + "_ref_8324", + "_ref_8325", + "_ref_8326", + "_ref_8327", + "sec-properties-of-the-%typedarray%-intrinsic-object", + "_ref_8328", + "_ref_8329", + "sec-%typedarray%.from", + "_ref_8330", + "_ref_8331", + "_ref_8332", + "_ref_8333", + "_ref_8334", + "_ref_8335", + "_ref_8336", + "_ref_8337", + "_ref_8338", + "_ref_8339", + "_ref_8340", + "_ref_8341", + "_ref_8342", + "_ref_8343", + "_ref_8344", + "_ref_8345", + "_ref_8346", + "_ref_8347", + "_ref_8348", + "_ref_8349", + "_ref_8350", + "_ref_8351", + "_ref_8352", + "_ref_8353", + "_ref_8354", + "sec-%typedarray%.of", + "_ref_8355", + "_ref_8356", + "_ref_8357", + "_ref_8358", + "_ref_8359", + "_ref_8360", + "sec-%typedarray%.prototype", + "_ref_8361", + "_ref_8362", + "sec-get-%typedarray%-@@species", + "_ref_8363", + "_ref_8364", + "_ref_8365", + "_ref_8366", + "_ref_8367", + "_ref_8368", + "sec-properties-of-the-%typedarrayprototype%-object", + "_ref_8369", + "_ref_8370", + "sec-get-%typedarray%.prototype.buffer", + "_ref_8371", + "_ref_8372", + "_ref_8373", + "_ref_8374", + "sec-get-%typedarray%.prototype.bytelength", + "_ref_8375", + "_ref_8376", + "_ref_8377", + "_ref_8378", + "_ref_8379", + "_ref_8380", + "sec-get-%typedarray%.prototype.byteoffset", + "_ref_8381", + "_ref_8382", + "_ref_8383", + "_ref_8384", + "_ref_8385", + "_ref_8386", + "sec-%typedarray%.prototype.constructor", + "_ref_8387", + "_ref_8388", + "sec-%typedarray%.prototype.copywithin", + "_ref_8389", + "_ref_724", + "_ref_8390", + "_ref_8391", + "_ref_8392", + "_ref_8393", + "_ref_8394", + "_ref_8395", + "_ref_8396", + "_ref_8397", + "_ref_8398", + "_ref_8399", + "_ref_8400", + "_ref_8401", + "_ref_725", + "_ref_8402", + "_ref_8403", + "sec-%typedarray%.prototype.entries", + "_ref_8404", + "_ref_8405", + "sec-%typedarray%.prototype.every", + "_ref_8406", + "_ref_726", + "_ref_8407", + "_ref_8408", + "_ref_8409", + "sec-%typedarray%.prototype.fill", + "_ref_8410", + "_ref_727", + "_ref_8411", + "_ref_8412", + "_ref_8413", + "_ref_8414", + "_ref_8415", + "_ref_8416", + "_ref_8417", + "_ref_8418", + "_ref_8419", + "_ref_8420", + "_ref_8421", + "_ref_8422", + "_ref_8423", + "sec-%typedarray%.prototype.filter", + "_ref_8424", + "_ref_728", + "_ref_8425", + "_ref_8426", + "_ref_8427", + "_ref_8428", + "_ref_8429", + "_ref_8430", + "_ref_8431", + "_ref_8432", + "_ref_8433", + "_ref_8434", + "_ref_8435", + "_ref_8436", + "_ref_8437", + "_ref_8438", + "sec-%typedarray%.prototype.find", + "_ref_8439", + "_ref_729", + "_ref_730", + "_ref_8440", + "_ref_8441", + "sec-%typedarray%.prototype.findindex", + "_ref_8442", + "_ref_731", + "_ref_732", + "_ref_8443", + "_ref_8444", + "sec-%typedarray%.prototype.foreach", + "_ref_8445", + "_ref_733", + "_ref_734", + "_ref_8446", + "_ref_8447", + "sec-%typedarray%.prototype.includes", + "_ref_8448", + "_ref_735", + "_ref_736", + "_ref_8449", + "_ref_8450", + "sec-%typedarray%.prototype.indexof", + "_ref_8451", + "_ref_737", + "_ref_738", + "_ref_8452", + "_ref_8453", + "sec-%typedarray%.prototype.join", + "_ref_8454", + "_ref_739", + "_ref_740", + "_ref_8455", + "_ref_8456", + "sec-%typedarray%.prototype.keys", + "_ref_8457", + "_ref_8458", + "sec-%typedarray%.prototype.lastindexof", + "_ref_8459", + "_ref_741", + "_ref_742", + "_ref_8460", + "_ref_8461", + "sec-get-%typedarray%.prototype.length", + "_ref_8462", + "_ref_8463", + "_ref_8464", + "_ref_8465", + "_ref_8466", + "_ref_8467", + "sec-%typedarray%.prototype.map", + "_ref_8468", + "_ref_743", + "_ref_8469", + "_ref_8470", + "_ref_8471", + "_ref_8472", + "_ref_8473", + "_ref_8474", + "_ref_8475", + "_ref_8476", + "_ref_8477", + "_ref_8478", + "sec-%typedarray%.prototype.reduce", + "_ref_8479", + "_ref_744", + "_ref_745", + "_ref_8480", + "_ref_8481", + "sec-%typedarray%.prototype.reduceright", + "_ref_8482", + "_ref_746", + "_ref_747", + "_ref_8483", + "_ref_8484", + "sec-%typedarray%.prototype.reverse", + "_ref_8485", + "_ref_748", + "_ref_749", + "_ref_8486", + "_ref_8487", + "sec-%typedarray%.prototype.set", + "sec-%typedarray%.prototype.set-overloaded-offset", + "_ref_8488", + "_ref_8489", + "_ref_8490", + "_ref_8491", + "_ref_8492", + "_ref_8493", + "sec-settypedarrayfromtypedarray", + "sec-%typedarray%.prototype.set-typedarray-offset", + "_ref_8494", + "_ref_8495", + "_ref_8496", + "_ref_8497", + "_ref_750", + "_ref_751", + "_ref_752", + "_ref_753", + "_ref_8498", + "_ref_8499", + "_ref_8500", + "_ref_8501", + "_ref_8502", + "_ref_8503", + "_ref_8504", + "_ref_8505", + "_ref_8506", + "_ref_8507", + "_ref_8508", + "sec-settypedarrayfromarraylike", + "sec-%typedarray%.prototype.set-array-offset", + "_ref_8509", + "_ref_8510", + "_ref_8511", + "_ref_8512", + "_ref_754", + "_ref_755", + "_ref_8513", + "_ref_8514", + "_ref_8515", + "_ref_8516", + "_ref_8517", + "_ref_8518", + "_ref_8519", + "_ref_8520", + "_ref_8521", + "sec-%typedarray%.prototype.slice", + "_ref_8522", + "_ref_756", + "_ref_8523", + "_ref_8524", + "_ref_8525", + "_ref_8526", + "_ref_8527", + "_ref_8528", + "_ref_8529", + "_ref_8530", + "_ref_8531", + "_ref_8532", + "_ref_8533", + "_ref_757", + "_ref_758", + "_ref_8534", + "_ref_8535", + "_ref_8536", + "_ref_8537", + "_ref_8538", + "_ref_8539", + "_ref_759", + "_ref_8540", + "_ref_8541", + "sec-%typedarray%.prototype.some", + "_ref_8542", + "_ref_760", + "_ref_761", + "_ref_8543", + "_ref_8544", + "sec-%typedarray%.prototype.sort", + "_ref_8545", + "_ref_762", + "_ref_8546", + "_ref_763", + "_ref_764", + "_ref_8547", + "_ref_8548", + "_ref_8549", + "_ref_8550", + "_ref_8551", + "_ref_8552", + "_ref_765", + "_ref_8553", + "_ref_8554", + "_ref_8555", + "_ref_8556", + "_ref_8557", + "_ref_8558", + "sec-%typedarray%.prototype.subarray", + "_ref_8559", + "_ref_8560", + "_ref_8561", + "_ref_8562", + "_ref_8563", + "_ref_8564", + "_ref_8565", + "_ref_8566", + "_ref_8567", + "_ref_766", + "_ref_8568", + "_ref_8569", + "_ref_8570", + "sec-%typedarray%.prototype.tolocalestring", + "_ref_8571", + "_ref_767", + "_ref_768", + "_ref_8572", + "_ref_8573", + "sec-%typedarray%.prototype.tostring", + "_ref_8574", + "_ref_8575", + "_ref_8576", + "_ref_769", + "sec-%typedarray%.prototype.values", + "_ref_8577", + "_ref_8578", + "sec-%typedarray%.prototype-@@iterator", + "_ref_8579", + "_ref_8580", + "_ref_8581", + "sec-get-%typedarray%.prototype-@@tostringtag", + "_ref_8582", + "_ref_8583", + "_ref_8584", + "_ref_8585", + "_ref_8586", + "sec-abstract-operations-for-typedarray-objects", + "typedarray-species-create", + "_ref_8587", + "_ref_8588", + "_ref_770", + "_ref_8589", + "_ref_8590", + "_ref_8591", + "typedarray-create", + "_ref_8592", + "_ref_8593", + "_ref_8594", + "_ref_8595", + "_ref_8596", + "sec-validatetypedarray", + "_ref_8597", + "_ref_8598", + "_ref_8599", + "sec-typedarray-constructors", + "_ref_8600", + "_ref_8601", + "_ref_771", + "_ref_8602", + "_ref_8603", + "sec-typedarray", + "sec-typedarray-object", + "sec-typedarray-length", + "_ref_8604", + "_ref_8605", + "_ref_772", + "_ref_8606", + "_ref_8607", + "_ref_8608", + "_ref_8609", + "_ref_8610", + "_ref_8611", + "_ref_8612", + "_ref_8613", + "_ref_8614", + "_ref_8615", + "_ref_8616", + "_ref_8617", + "_ref_8618", + "_ref_8619", + "_ref_8620", + "_ref_8621", + "_ref_8622", + "sec-allocatetypedarray", + "_ref_8623", + "_ref_773", + "_ref_8624", + "_ref_8625", + "_ref_8626", + "_ref_8627", + "_ref_8628", + "_ref_8629", + "sec-initializetypedarrayfromtypedarray", + "sec-typedarray-typedarray", + "_ref_8630", + "_ref_8631", + "_ref_8632", + "_ref_774", + "_ref_775", + "_ref_776", + "_ref_777", + "_ref_8633", + "_ref_8634", + "_ref_8635", + "_ref_8636", + "_ref_8637", + "_ref_8638", + "_ref_8639", + "_ref_8640", + "_ref_8641", + "sec-initializetypedarrayfromarraybuffer", + "sec-typedarray-buffer-byteoffset-length", + "_ref_8642", + "_ref_8643", + "_ref_8644", + "_ref_8645", + "_ref_778", + "_ref_8646", + "_ref_8647", + "_ref_8648", + "_ref_8649", + "_ref_8650", + "sec-initializetypedarrayfromlist", + "_ref_8651", + "_ref_8652", + "_ref_8653", + "_ref_8654", + "_ref_8655", + "_ref_8656", + "_ref_8657", + "_ref_8658", + "sec-initializetypedarrayfromarraylike", + "_ref_8659", + "_ref_8660", + "_ref_8661", + "_ref_8662", + "_ref_8663", + "_ref_8664", + "_ref_8665", + "sec-allocatetypedarraybuffer", + "_ref_8666", + "_ref_8667", + "_ref_8668", + "_ref_779", + "_ref_8669", + "_ref_8670", + "sec-properties-of-the-typedarray-constructors", + "_ref_8671", + "_ref_8672", + "_ref_8673", + "_ref_780", + "sec-typedarray.bytes_per_element", + "_ref_781", + "sec-typedarray.prototype", + "_ref_782", + "sec-properties-of-typedarray-prototype-objects", + "_ref_8674", + "_ref_8675", + "sec-typedarray.prototype.bytes_per_element", + "_ref_783", + "sec-typedarray.prototype.constructor", + "_ref_8676", + "sec-properties-of-typedarray-instances", + "_ref_784", + "sec-keyed-collections", + "sec-keyed-collection", + "sec-map-objects", + "_ref_8677", + "sec-map-constructor", + "_ref_8678", + "_ref_8679", + "_ref_8680", + "_ref_8681", + "sec-map-iterable", + "_ref_8682", + "_ref_8683", + "_ref_8684", + "_ref_8685", + "_ref_8686", + "_ref_8687", + "sec-add-entries-from-iterable", + "_ref_8688", + "_ref_8689", + "_ref_8690", + "_ref_8691", + "_ref_8692", + "_ref_8693", + "_ref_8694", + "_ref_8695", + "_ref_8696", + "_ref_8697", + "_ref_8698", + "_ref_8699", + "_ref_8700", + "_ref_8701", + "_ref_8702", + "_ref_8703", + "_ref_8704", + "_ref_8705", + "_ref_8706", + "_ref_8707", + "sec-properties-of-the-map-constructor", + "_ref_8708", + "_ref_8709", + "sec-map.prototype", + "_ref_8710", + "sec-get-map-@@species", + "_ref_8711", + "_ref_8712", + "_ref_8713", + "_ref_8714", + "_ref_8715", + "_ref_8716", + "sec-properties-of-the-map-prototype-object", + "_ref_8717", + "_ref_8718", + "sec-map.prototype.clear", + "_ref_8719", + "_ref_8720", + "_ref_8721", + "_ref_8722", + "_ref_8723", + "sec-map.prototype.constructor", + "_ref_8724", + "sec-map.prototype.delete", + "_ref_8725", + "_ref_8726", + "_ref_8727", + "_ref_8728", + "sec-map.prototype.entries", + "_ref_8729", + "sec-map.prototype.foreach", + "_ref_8730", + "_ref_8731", + "_ref_8732", + "_ref_8733", + "_ref_8734", + "sec-map.prototype.get", + "_ref_8735", + "_ref_8736", + "_ref_8737", + "_ref_8738", + "sec-map.prototype.has", + "_ref_8739", + "_ref_8740", + "_ref_8741", + "_ref_8742", + "sec-map.prototype.keys", + "_ref_8743", + "sec-map.prototype.set", + "_ref_8744", + "_ref_8745", + "_ref_8746", + "_ref_8747", + "_ref_8748", + "sec-get-map.prototype.size", + "_ref_8749", + "_ref_8750", + "_ref_8751", + "_ref_8752", + "_ref_8753", + "sec-map.prototype.values", + "_ref_8754", + "sec-map.prototype-@@iterator", + "_ref_8755", + "_ref_8756", + "sec-map.prototype-@@tostringtag", + "_ref_8757", + "sec-properties-of-map-instances", + "sec-map-iterator-objects", + "_ref_8758", + "sec-createmapiterator", + "_ref_8759", + "_ref_8760", + "_ref_8761", + "sec-%mapiteratorprototype%-object", + "_ref_8762", + "_ref_8763", + "sec-%mapiteratorprototype%.next", + "_ref_8764", + "_ref_785", + "_ref_8765", + "_ref_8766", + "_ref_8767", + "_ref_8768", + "_ref_8769", + "_ref_8770", + "_ref_8771", + "_ref_8772", + "sec-%mapiteratorprototype%-@@tostringtag", + "_ref_8773", + "sec-properties-of-map-iterator-instances", + "_ref_8774", + "_ref_786", + "table-internal-slots-of-map-iterator-instances", + "table-50", + "_ref_8775", + "sec-set-objects", + "_ref_8776", + "sec-set-constructor", + "_ref_8777", + "_ref_8778", + "_ref_8779", + "_ref_8780", + "sec-set-iterable", + "_ref_8781", + "_ref_8782", + "_ref_8783", + "_ref_8784", + "_ref_8785", + "_ref_8786", + "_ref_8787", + "_ref_8788", + "_ref_8789", + "_ref_8790", + "sec-properties-of-the-set-constructor", + "_ref_8791", + "_ref_8792", + "sec-set.prototype", + "_ref_8793", + "sec-get-set-@@species", + "_ref_8794", + "_ref_8795", + "_ref_8796", + "_ref_8797", + "_ref_8798", + "_ref_8799", + "sec-properties-of-the-set-prototype-object", + "_ref_8800", + "_ref_8801", + "sec-set.prototype.add", + "_ref_8802", + "_ref_8803", + "_ref_8804", + "sec-set.prototype.clear", + "_ref_8805", + "_ref_8806", + "_ref_8807", + "_ref_8808", + "sec-set.prototype.constructor", + "_ref_8809", + "sec-set.prototype.delete", + "_ref_8810", + "_ref_8811", + "_ref_8812", + "sec-set.prototype.entries", + "_ref_8813", + "sec-set.prototype.foreach", + "_ref_8814", + "_ref_8815", + "_ref_8816", + "_ref_8817", + "sec-set.prototype.has", + "_ref_8818", + "_ref_8819", + "_ref_8820", + "sec-set.prototype.keys", + "_ref_8821", + "sec-get-set.prototype.size", + "_ref_8822", + "_ref_8823", + "_ref_8824", + "_ref_8825", + "sec-set.prototype.values", + "_ref_8826", + "sec-set.prototype-@@iterator", + "_ref_8827", + "_ref_8828", + "sec-set.prototype-@@tostringtag", + "_ref_8829", + "sec-properties-of-set-instances", + "sec-set-iterator-objects", + "_ref_8830", + "_ref_8831", + "sec-createsetiterator", + "_ref_8832", + "_ref_8833", + "_ref_8834", + "sec-%setiteratorprototype%-object", + "_ref_8835", + "_ref_8836", + "sec-%setiteratorprototype%.next", + "_ref_8837", + "_ref_787", + "_ref_8838", + "_ref_8839", + "_ref_8840", + "_ref_8841", + "_ref_8842", + "_ref_8843", + "_ref_8844", + "_ref_8845", + "sec-%setiteratorprototype%-@@tostringtag", + "_ref_8846", + "sec-properties-of-set-iterator-instances", + "_ref_8847", + "_ref_788", + "table-internal-slots-of-set-iterator-instances", + "table-51", + "_ref_8848", + "sec-weakmap-objects", + "_ref_8849", + "_ref_789", + "sec-weakmap-constructor", + "_ref_8850", + "_ref_8851", + "_ref_8852", + "_ref_8853", + "sec-weakmap-iterable", + "_ref_8854", + "_ref_8855", + "_ref_8856", + "_ref_8857", + "_ref_8858", + "_ref_8859", + "sec-properties-of-the-weakmap-constructor", + "_ref_8860", + "_ref_8861", + "sec-weakmap.prototype", + "_ref_8862", + "sec-properties-of-the-weakmap-prototype-object", + "_ref_8863", + "_ref_8864", + "sec-weakmap.prototype.constructor", + "_ref_8865", + "sec-weakmap.prototype.delete", + "_ref_8866", + "_ref_8867", + "_ref_8868", + "_ref_8869", + "_ref_8870", + "sec-weakmap.prototype.get", + "_ref_8871", + "_ref_8872", + "_ref_8873", + "_ref_8874", + "_ref_8875", + "sec-weakmap.prototype.has", + "_ref_8876", + "_ref_8877", + "_ref_8878", + "_ref_8879", + "_ref_8880", + "sec-weakmap.prototype.set", + "_ref_8881", + "_ref_8882", + "_ref_8883", + "_ref_8884", + "_ref_8885", + "_ref_8886", + "sec-weakmap.prototype-@@tostringtag", + "_ref_8887", + "sec-properties-of-weakmap-instances", + "sec-weakset-objects", + "_ref_8888", + "_ref_790", + "_ref_791", + "sec-weakset-constructor", + "_ref_8889", + "_ref_8890", + "_ref_8891", + "_ref_8892", + "sec-weakset-iterable", + "_ref_8893", + "_ref_8894", + "_ref_8895", + "_ref_8896", + "_ref_8897", + "_ref_8898", + "_ref_8899", + "_ref_8900", + "_ref_8901", + "_ref_8902", + "sec-properties-of-the-weakset-constructor", + "_ref_8903", + "_ref_8904", + "sec-weakset.prototype", + "_ref_8905", + "sec-properties-of-the-weakset-prototype-object", + "_ref_8906", + "_ref_8907", + "sec-weakset.prototype.add", + "_ref_8908", + "_ref_8909", + "_ref_8910", + "_ref_8911", + "sec-weakset.prototype.constructor", + "_ref_8912", + "sec-weakset.prototype.delete", + "_ref_8913", + "_ref_8914", + "_ref_8915", + "_ref_8916", + "sec-weakset.prototype.has", + "_ref_8917", + "_ref_8918", + "_ref_8919", + "_ref_8920", + "sec-weakset.prototype-@@tostringtag", + "_ref_8921", + "sec-properties-of-weakset-instances", + "sec-structured-data", + "sec-arraybuffer-objects", + "sec-arraybuffer-notation", + "_ref_792", + "_ref_793", + "_ref_8922", + "_ref_8923", + "sec-abstract-operations-for-arraybuffer-objects", + "sec-allocatearraybuffer", + "_ref_8924", + "_ref_8925", + "_ref_8926", + "sec-isdetachedbuffer", + "_ref_8927", + "_ref_8928", + "sec-detacharraybuffer", + "_ref_8929", + "_ref_8930", + "_ref_8931", + "_ref_8932", + "_ref_8933", + "_ref_8934", + "_ref_8935", + "_ref_8936", + "sec-clonearraybuffer", + "_ref_8937", + "_ref_8938", + "_ref_8939", + "_ref_8940", + "_ref_8941", + "_ref_8942", + "_ref_8943", + "_ref_8944", + "_ref_8945", + "_ref_8946", + "sec-isunsignedelementtype", + "sec-isunclampedintegerelementtype", + "_ref_8947", + "sec-isbigintelementtype", + "sec-isnotearconfiguration", + "_ref_8948", + "_ref_8949", + "sec-rawbytestonumeric", + "sec-rawbytestonumber", + "_ref_8950", + "_ref_794", + "_ref_8951", + "_ref_8952", + "_ref_8953", + "_ref_8954", + "_ref_8955", + "_ref_8956", + "_ref_8957", + "_ref_8958", + "_ref_8959", + "_ref_8960", + "_ref_8961", + "sec-getvaluefrombuffer", + "_ref_8962", + "_ref_8963", + "_ref_8964", + "_ref_8965", + "_ref_795", + "_ref_8966", + "_ref_8967", + "_ref_8968", + "_ref_8969", + "_ref_8970", + "_ref_8971", + "_ref_8972", + "_ref_8973", + "_ref_8974", + "_ref_8975", + "_ref_8976", + "_ref_8977", + "_ref_8978", + "_ref_8979", + "sec-numerictorawbytes", + "sec-numbertorawbytes", + "_ref_8980", + "_ref_8981", + "_ref_8982", + "_ref_8983", + "_ref_8984", + "_ref_8985", + "_ref_796", + "_ref_797", + "_ref_8986", + "_ref_8987", + "_ref_8988", + "sec-setvalueinbuffer", + "_ref_8989", + "_ref_8990", + "_ref_8991", + "_ref_8992", + "_ref_8993", + "_ref_8994", + "_ref_8995", + "_ref_8996", + "_ref_798", + "_ref_8997", + "_ref_8998", + "_ref_8999", + "_ref_9000", + "_ref_9001", + "_ref_9002", + "_ref_9003", + "_ref_9004", + "_ref_9005", + "_ref_9006", + "sec-getmodifysetvalueinbuffer", + "_ref_9007", + "_ref_9008", + "_ref_9009", + "_ref_9010", + "_ref_9011", + "_ref_9012", + "_ref_9013", + "_ref_9014", + "_ref_9015", + "_ref_799", + "_ref_9016", + "_ref_9017", + "_ref_9018", + "_ref_9019", + "_ref_9020", + "_ref_9021", + "_ref_9022", + "_ref_9023", + "_ref_9024", + "_ref_9025", + "_ref_9026", + "_ref_9027", + "_ref_9028", + "sec-arraybuffer-constructor", + "_ref_9029", + "_ref_9030", + "_ref_9031", + "_ref_9032", + "sec-arraybuffer-length", + "_ref_9033", + "_ref_9034", + "sec-properties-of-the-arraybuffer-constructor", + "_ref_9035", + "_ref_9036", + "sec-arraybuffer.isview", + "_ref_9037", + "sec-arraybuffer.prototype", + "_ref_9038", + "sec-get-arraybuffer-@@species", + "_ref_9039", + "_ref_9040", + "_ref_9041", + "_ref_9042", + "sec-properties-of-the-arraybuffer-prototype-object", + "_ref_9043", + "_ref_9044", + "sec-get-arraybuffer.prototype.bytelength", + "_ref_9045", + "_ref_9046", + "_ref_9047", + "_ref_9048", + "_ref_9049", + "sec-arraybuffer.prototype.constructor", + "_ref_9050", + "sec-arraybuffer.prototype.slice", + "_ref_9051", + "_ref_9052", + "_ref_9053", + "_ref_9054", + "_ref_9055", + "_ref_9056", + "_ref_9057", + "_ref_9058", + "_ref_9059", + "_ref_9060", + "_ref_9061", + "_ref_9062", + "_ref_9063", + "_ref_9064", + "_ref_9065", + "_ref_9066", + "_ref_9067", + "_ref_9068", + "_ref_9069", + "_ref_9070", + "sec-arraybuffer.prototype-@@tostringtag", + "_ref_9071", + "sec-properties-of-the-arraybuffer-instances", + "_ref_9072", + "_ref_9073", + "sec-sharedarraybuffer-objects", + "sec-abstract-operations-for-sharedarraybuffer-objects", + "sec-allocatesharedarraybuffer", + "_ref_9074", + "_ref_9075", + "_ref_9076", + "sec-issharedarraybuffer", + "_ref_9077", + "_ref_9078", + "_ref_9079", + "_ref_9080", + "_ref_9081", + "sec-sharedarraybuffer-constructor", + "_ref_9082", + "_ref_9083", + "_ref_9084", + "_ref_9085", + "_ref_9086", + "_ref_9087", + "sec-sharedarraybuffer-length", + "_ref_9088", + "_ref_9089", + "sec-properties-of-the-sharedarraybuffer-constructor", + "_ref_9090", + "_ref_9091", + "sec-sharedarraybuffer.prototype", + "_ref_9092", + "sec-sharedarraybuffer-@@species", + "_ref_9093", + "sec-properties-of-the-sharedarraybuffer-prototype-object", + "_ref_9094", + "_ref_9095", + "sec-get-sharedarraybuffer.prototype.bytelength", + "_ref_9096", + "_ref_9097", + "_ref_9098", + "_ref_9099", + "sec-sharedarraybuffer.prototype.constructor", + "_ref_9100", + "sec-sharedarraybuffer.prototype.slice", + "_ref_9101", + "_ref_9102", + "_ref_9103", + "_ref_9104", + "_ref_9105", + "_ref_9106", + "_ref_9107", + "_ref_9108", + "_ref_9109", + "_ref_9110", + "_ref_9111", + "_ref_9112", + "_ref_9113", + "_ref_9114", + "_ref_9115", + "_ref_9116", + "_ref_9117", + "sec-sharedarraybuffer.prototype.toString", + "_ref_9118", + "sec-properties-of-the-sharedarraybuffer-instances", + "_ref_9119", + "sec-dataview-objects", + "sec-abstract-operations-for-dataview-objects", + "sec-getviewvalue", + "_ref_9120", + "_ref_9121", + "_ref_9122", + "_ref_9123", + "_ref_9124", + "_ref_800", + "_ref_9125", + "sec-setviewvalue", + "_ref_9126", + "_ref_9127", + "_ref_9128", + "_ref_9129", + "_ref_9130", + "_ref_9131", + "_ref_9132", + "_ref_9133", + "_ref_801", + "_ref_9134", + "sec-dataview-constructor", + "_ref_9135", + "_ref_9136", + "_ref_9137", + "_ref_9138", + "sec-dataview-buffer-byteoffset-bytelength", + "_ref_9139", + "_ref_9140", + "_ref_9141", + "_ref_9142", + "_ref_9143", + "_ref_9144", + "sec-properties-of-the-dataview-constructor", + "_ref_9145", + "_ref_9146", + "sec-dataview.prototype", + "_ref_9147", + "sec-properties-of-the-dataview-prototype-object", + "_ref_9148", + "_ref_9149", + "sec-get-dataview.prototype.buffer", + "_ref_9150", + "_ref_9151", + "_ref_9152", + "sec-get-dataview.prototype.bytelength", + "_ref_9153", + "_ref_9154", + "_ref_9155", + "_ref_9156", + "_ref_9157", + "sec-get-dataview.prototype.byteoffset", + "_ref_9158", + "_ref_9159", + "_ref_9160", + "_ref_9161", + "_ref_9162", + "sec-dataview.prototype.constructor", + "_ref_9163", + "sec-dataview.prototype.getbigint64", + "_ref_9164", + "sec-dataview.prototype.getbiguint64", + "_ref_9165", + "sec-dataview.prototype.getfloat32", + "_ref_9166", + "sec-dataview.prototype.getfloat64", + "_ref_9167", + "sec-dataview.prototype.getint8", + "_ref_9168", + "sec-dataview.prototype.getint16", + "_ref_9169", + "sec-dataview.prototype.getint32", + "_ref_9170", + "sec-dataview.prototype.getuint8", + "_ref_9171", + "sec-dataview.prototype.getuint16", + "_ref_9172", + "sec-dataview.prototype.getuint32", + "_ref_9173", + "sec-dataview.prototype.setbigint64", + "_ref_9174", + "sec-dataview.prototype.setbiguint64", + "_ref_9175", + "sec-dataview.prototype.setfloat32", + "_ref_9176", + "sec-dataview.prototype.setfloat64", + "_ref_9177", + "sec-dataview.prototype.setint8", + "_ref_9178", + "sec-dataview.prototype.setint16", + "_ref_9179", + "sec-dataview.prototype.setint32", + "_ref_9180", + "sec-dataview.prototype.setuint8", + "_ref_9181", + "sec-dataview.prototype.setuint16", + "_ref_9182", + "sec-dataview.prototype.setuint32", + "_ref_9183", + "sec-dataview.prototype-@@tostringtag", + "_ref_9184", + "sec-properties-of-dataview-instances", + "_ref_9185", + "_ref_9186", + "sec-atomics-object", + "_ref_9187", + "_ref_9188", + "_ref_9189", + "_ref_9190", + "_ref_9191", + "_ref_9192", + "_ref_9193", + "sec-abstract-operations-for-atomics", + "sec-validateintegertypedarray", + "sec-validatesharedintegertypedarray", + "_ref_9194", + "_ref_802", + "_ref_9195", + "_ref_9196", + "sec-validateatomicaccess", + "_ref_9197", + "_ref_9198", + "_ref_9199", + "_ref_803", + "sec-getwaiterlist", + "_ref_9200", + "_ref_9201", + "_ref_9202", + "_ref_9203", + "_ref_9204", + "_ref_9205", + "_ref_9206", + "_ref_9207", + "_ref_9208", + "_ref_9209", + "_ref_9210", + "_ref_9211", + "_ref_9212", + "_ref_9213", + "_ref_9214", + "_ref_9215", + "_ref_9216", + "_ref_9217", + "_ref_9218", + "sec-entercriticalsection", + "_ref_9219", + "_ref_9220", + "_ref_9221", + "_ref_9222", + "_ref_9223", + "_ref_9224", + "_ref_9225", + "_ref_9226", + "_ref_9227", + "_ref_9228", + "_ref_9229", + "_ref_9230", + "_ref_9231", + "_ref_9232", + "_ref_9233", + "_ref_9234", + "_ref_9235", + "_ref_9236", + "_ref_9237", + "_ref_9238", + "_ref_9239", + "_ref_9240", + "_ref_9241", + "sec-leavecriticalsection", + "_ref_9242", + "_ref_9243", + "_ref_9244", + "_ref_9245", + "_ref_9246", + "_ref_9247", + "_ref_9248", + "_ref_9249", + "_ref_9250", + "_ref_9251", + "sec-addwaiter", + "_ref_9252", + "_ref_9253", + "_ref_9254", + "_ref_9255", + "_ref_9256", + "_ref_9257", + "_ref_9258", + "sec-removewaiter", + "_ref_9259", + "_ref_9260", + "_ref_9261", + "_ref_9262", + "_ref_9263", + "_ref_9264", + "sec-removewaiters", + "_ref_9265", + "_ref_9266", + "_ref_9267", + "_ref_9268", + "_ref_9269", + "_ref_9270", + "_ref_9271", + "sec-suspendagent", + "sec-suspend", + "_ref_9272", + "_ref_9273", + "_ref_9274", + "_ref_9275", + "_ref_9276", + "_ref_9277", + "_ref_9278", + "_ref_9279", + "_ref_9280", + "_ref_9281", + "_ref_9282", + "_ref_9283", + "_ref_9284", + "_ref_9285", + "_ref_9286", + "_ref_9287", + "_ref_9288", + "_ref_9289", + "sec-notifywaiter", + "_ref_9290", + "_ref_9291", + "_ref_9292", + "_ref_9293", + "_ref_9294", + "_ref_9295", + "sec-atomicreadmodifywrite", + "_ref_9296", + "_ref_9297", + "_ref_9298", + "_ref_9299", + "_ref_9300", + "_ref_9301", + "_ref_9302", + "_ref_9303", + "_ref_9304", + "_ref_9305", + "_ref_9306", + "_ref_9307", + "_ref_804", + "_ref_9308", + "sec-bytelistbitwiseop", + "_ref_9309", + "_ref_9310", + "_ref_9311", + "_ref_9312", + "_ref_9313", + "_ref_9314", + "sec-bytelistequal", + "_ref_9315", + "_ref_9316", + "sec-atomics.add", + "_ref_805", + "_ref_9317", + "_ref_9318", + "_ref_9319", + "_ref_9320", + "_ref_9321", + "_ref_9322", + "_ref_9323", + "_ref_9324", + "_ref_9325", + "sec-atomics.and", + "_ref_9326", + "_ref_9327", + "_ref_9328", + "sec-atomics.compareexchange", + "_ref_9329", + "_ref_9330", + "_ref_9331", + "_ref_9332", + "_ref_9333", + "_ref_9334", + "_ref_9335", + "_ref_9336", + "_ref_9337", + "_ref_9338", + "_ref_9339", + "_ref_9340", + "_ref_806", + "_ref_9341", + "_ref_9342", + "_ref_9343", + "_ref_9344", + "_ref_9345", + "_ref_9346", + "sec-atomics.exchange", + "_ref_9347", + "_ref_9348", + "sec-atomics.islockfree", + "_ref_9349", + "_ref_9350", + "_ref_9351", + "_ref_9352", + "sec-atomics.load", + "sec-atomicload", + "_ref_9353", + "_ref_9354", + "_ref_9355", + "_ref_9356", + "_ref_9357", + "_ref_807", + "_ref_9358", + "sec-atomics.or", + "_ref_9359", + "_ref_9360", + "_ref_9361", + "sec-atomics.store", + "_ref_9362", + "_ref_9363", + "_ref_9364", + "_ref_9365", + "_ref_9366", + "_ref_9367", + "_ref_9368", + "_ref_9369", + "_ref_9370", + "_ref_808", + "_ref_9371", + "sec-atomics.sub", + "_ref_809", + "_ref_9372", + "_ref_9373", + "_ref_9374", + "_ref_9375", + "_ref_9376", + "_ref_9377", + "_ref_9378", + "_ref_9379", + "_ref_9380", + "sec-atomics.wait", + "_ref_9381", + "_ref_9382", + "_ref_9383", + "_ref_9384", + "_ref_9385", + "_ref_9386", + "_ref_9387", + "_ref_9388", + "_ref_9389", + "_ref_9390", + "_ref_9391", + "_ref_9392", + "_ref_810", + "_ref_9393", + "_ref_9394", + "_ref_9395", + "_ref_9396", + "_ref_9397", + "_ref_9398", + "_ref_9399", + "_ref_9400", + "sec-atomics.notify", + "_ref_9401", + "_ref_9402", + "_ref_9403", + "_ref_9404", + "_ref_9405", + "_ref_9406", + "_ref_9407", + "_ref_9408", + "_ref_9409", + "_ref_9410", + "_ref_9411", + "_ref_9412", + "_ref_9413", + "sec-atomics.xor", + "_ref_9414", + "_ref_9415", + "_ref_9416", + "sec-atomics-@@tostringtag", + "_ref_9417", + "sec-json-object", + "_ref_9418", + "_ref_9419", + "_ref_9420", + "_ref_9421", + "sec-json.parse", + "_ref_9422", + "step-json-parse-validate", + "_ref_9423", + "_ref_9424", + "_ref_9425", + "_ref_9426", + "_ref_16920", + "_ref_9427", + "_ref_9428", + "_ref_811", + "step-json-parse-assert-type", + "_ref_9429", + "_ref_16921", + "_ref_16922", + "_ref_9430", + "_ref_9431", + "_ref_9432", + "_ref_9433", + "_ref_9434", + "_ref_16923", + "_ref_812", + "_ref_813", + "sec-internalizejsonproperty", + "_ref_9435", + "_ref_9436", + "_ref_9437", + "_ref_9438", + "_ref_9439", + "_ref_9440", + "_ref_9441", + "_ref_9442", + "_ref_9443", + "_ref_9444", + "_ref_9445", + "_ref_9446", + "_ref_9447", + "_ref_9448", + "sec-json.stringify", + "_ref_9449", + "_ref_9450", + "_ref_9451", + "_ref_9452", + "_ref_9453", + "_ref_9454", + "_ref_9455", + "_ref_9456", + "_ref_9457", + "_ref_9458", + "_ref_9459", + "_ref_9460", + "_ref_9461", + "_ref_9462", + "_ref_9463", + "_ref_9464", + "_ref_9465", + "_ref_9466", + "_ref_9467", + "_ref_9468", + "_ref_9469", + "_ref_9470", + "_ref_9471", + "_ref_9472", + "_ref_9473", + "_ref_9474", + "_ref_9475", + "_ref_9476", + "_ref_9477", + "sec-serializejsonproperty", + "_ref_9478", + "_ref_9479", + "_ref_9480", + "_ref_9481", + "_ref_9482", + "_ref_9483", + "_ref_9484", + "_ref_9485", + "_ref_9486", + "_ref_9487", + "_ref_9488", + "_ref_9489", + "_ref_9490", + "_ref_9491", + "_ref_9492", + "_ref_9493", + "_ref_9494", + "_ref_9495", + "_ref_9496", + "sec-quotejsonstring", + "_ref_814", + "_ref_9497", + "_ref_815", + "_ref_9498", + "_ref_816", + "_ref_817", + "_ref_9499", + "_ref_9500", + "_ref_9501", + "_ref_9502", + "_ref_9503", + "table-json-single-character-escapes", + "sec-unicodeescape", + "_ref_9504", + "_ref_9505", + "sec-serializejsonobject", + "_ref_9506", + "_ref_9507", + "_ref_9508", + "_ref_9509", + "_ref_9510", + "_ref_9511", + "_ref_9512", + "_ref_9513", + "_ref_9514", + "_ref_9515", + "_ref_9516", + "sec-serializejsonarray", + "_ref_9517", + "_ref_9518", + "_ref_9519", + "_ref_9520", + "_ref_9521", + "_ref_9522", + "_ref_9523", + "_ref_9524", + "_ref_9525", + "_ref_818", + "sec-json-@@tostringtag", + "_ref_9526", + "sec-managing-memory", + "sec-weak-ref-objects", + "_ref_9527", + "sec-weak-ref-constructor", + "_ref_9528", + "_ref_9529", + "_ref_9530", + "_ref_9531", + "sec-weak-ref-target", + "_ref_9532", + "_ref_9533", + "_ref_9534", + "sec-properties-of-the-weak-ref-constructor", + "_ref_9535", + "_ref_9536", + "_ref_9537", + "sec-weak-ref.prototype", + "_ref_9538", + "sec-properties-of-the-weak-ref-prototype-object", + "_ref_9539", + "_ref_9540", + "_ref_9541", + "sec-weak-ref.prototype.constructor", + "_ref_9542", + "sec-weak-ref.prototype.deref", + "_ref_9543", + "_ref_9544", + "_ref_9545", + "_ref_9546", + "sec-weak-ref.prototype-@@tostringtag", + "_ref_9547", + "sec-weakref-abstract-operations", + "sec-weakrefderef", + "_ref_9548", + "_ref_9549", + "sec-properties-of-weak-ref-instances", + "_ref_9550", + "_ref_9551", + "_ref_9552", + "sec-finalization-registry-objects", + "_ref_9553", + "sec-finalization-registry-constructor", + "_ref_9554", + "_ref_9555", + "_ref_9556", + "_ref_9557", + "sec-finalization-registry-cleanup-callback", + "_ref_9558", + "_ref_9559", + "_ref_9560", + "_ref_9561", + "sec-properties-of-the-finalization-registry-constructor", + "_ref_9562", + "_ref_9563", + "_ref_9564", + "sec-finalization-registry.prototype", + "_ref_9565", + "sec-properties-of-the-finalization-registry-prototype-object", + "_ref_9566", + "_ref_9567", + "_ref_9568", + "sec-finalization-registry.prototype.constructor", + "_ref_9569", + "sec-finalization-registry.prototype.register", + "_ref_9570", + "_ref_9571", + "_ref_9572", + "_ref_9573", + "_ref_9574", + "_ref_9575", + "_ref_9576", + "sec-finalization-registry.prototype.unregister", + "_ref_9577", + "_ref_9578", + "_ref_9579", + "_ref_9580", + "sec-finalization-registry.prototype-@@tostringtag", + "_ref_9581", + "sec-properties-of-finalization-registry-instances", + "_ref_9582", + "_ref_9583", + "_ref_9584", + "sec-control-abstraction-objects", + "sec-iteration", + "sec-common-iteration-interfaces", + "sec-iterable-interface", + "_ref_819", + "table-iterable-interface-required-properties", + "table-52", + "sec-iterator-interface", + "_ref_820", + "_ref_821", + "table-iterator-interface-required-properties", + "table-53", + "table-iterator-interface-optional-properties", + "table-54", + "sec-asynciterable-interface", + "_ref_822", + "table-async-iterable", + "sec-asynciterator-interface", + "_ref_823", + "_ref_824", + "table-async-iterator-required", + "table-async-iterator-optional", + "sec-iteratorresult-interface", + "_ref_825", + "table-iteratorresult-interface-properties", + "table-55", + "_ref_9585", + "sec-%iteratorprototype%-object", + "_ref_9586", + "_ref_9587", + "sec-%iteratorprototype%-@@iterator", + "sec-asynciteratorprototype", + "_ref_9588", + "_ref_9589", + "sec-asynciteratorprototype-asynciterator", + "sec-async-from-sync-iterator-objects", + "_ref_9590", + "_ref_9591", + "sec-createasyncfromsynciterator", + "_ref_9592", + "_ref_9593", + "_ref_9594", + "_ref_9595", + "_ref_9596", + "_ref_9597", + "sec-%asyncfromsynciteratorprototype%-object", + "_ref_9598", + "_ref_9599", + "sec-%asyncfromsynciteratorprototype%.next", + "_ref_9600", + "_ref_9601", + "_ref_9602", + "_ref_9603", + "_ref_9604", + "_ref_9605", + "_ref_9606", + "_ref_9607", + "sec-%asyncfromsynciteratorprototype%.return", + "_ref_9608", + "_ref_9609", + "_ref_9610", + "_ref_9611", + "_ref_9612", + "_ref_9613", + "_ref_9614", + "_ref_9615", + "_ref_9616", + "_ref_9617", + "_ref_9618", + "_ref_9619", + "_ref_9620", + "_ref_9621", + "sec-%asyncfromsynciteratorprototype%.throw", + "_ref_826", + "_ref_9622", + "_ref_9623", + "_ref_9624", + "_ref_9625", + "_ref_9626", + "_ref_9627", + "_ref_9628", + "_ref_9629", + "_ref_9630", + "_ref_9631", + "_ref_9632", + "_ref_9633", + "_ref_9634", + "sec-async-from-sync-iterator-value-unwrap-functions", + "_ref_9635", + "_ref_9636", + "_ref_9637", + "sec-properties-of-async-from-sync-iterator-instances", + "_ref_9638", + "_ref_827", + "table-async-from-sync-iterator-internal-slots", + "_ref_9639", + "_ref_9640", + "sec-asyncfromsynciteratorcontinuation", + "_ref_9641", + "_ref_9642", + "_ref_9643", + "_ref_9644", + "_ref_9645", + "_ref_9646", + "_ref_9647", + "_ref_9648", + "_ref_828", + "_ref_9649", + "_ref_9650", + "sec-generatorfunction-objects", + "_ref_16924", + "_ref_16925", + "_ref_16926", + "_ref_9651", + "figure-2", + "sec-generatorfunction-constructor", + "_ref_9652", + "_ref_9653", + "_ref_9654", + "sec-generatorfunction", + "_ref_9655", + "_ref_9656", + "_ref_829", + "sec-properties-of-the-generatorfunction-constructor", + "_ref_9657", + "_ref_9658", + "_ref_9659", + "_ref_9660", + "sec-generatorfunction.length", + "_ref_9661", + "sec-generatorfunction.prototype", + "_ref_9662", + "sec-properties-of-the-generatorfunction-prototype-object", + "_ref_830", + "_ref_9663", + "_ref_9664", + "_ref_831", + "_ref_832", + "_ref_9665", + "sec-generatorfunction.prototype.constructor", + "_ref_9666", + "sec-generatorfunction.prototype.prototype", + "_ref_9667", + "sec-generatorfunction.prototype-@@tostringtag", + "_ref_9668", + "sec-generatorfunction-instances", + "_ref_9669", + "_ref_833", + "sec-generatorfunction-instances-length", + "_ref_834", + "sec-generatorfunction-instances-name", + "_ref_835", + "sec-generatorfunction-instances-prototype", + "_ref_9670", + "_ref_9671", + "sec-asyncgeneratorfunction-objects", + "_ref_16927", + "_ref_16928", + "_ref_16929", + "_ref_9672", + "sec-asyncgeneratorfunction-constructor", + "_ref_9673", + "_ref_9674", + "_ref_9675", + "sec-asyncgeneratorfunction", + "_ref_9676", + "_ref_9677", + "_ref_836", + "sec-properties-of-asyncgeneratorfunction", + "_ref_9678", + "_ref_9679", + "_ref_9680", + "_ref_9681", + "sec-asyncgeneratorfunction-length", + "_ref_9682", + "sec-asyncgeneratorfunction-prototype", + "_ref_9683", + "sec-properties-of-asyncgeneratorfunction-prototype", + "_ref_9684", + "_ref_9685", + "_ref_837", + "_ref_838", + "_ref_9686", + "sec-asyncgeneratorfunction-prototype-constructor", + "_ref_9687", + "sec-asyncgeneratorfunction-prototype-prototype", + "_ref_9688", + "sec-asyncgeneratorfunction-prototype-tostringtag", + "_ref_9689", + "sec-asyncgeneratorfunction-instances", + "_ref_9690", + "_ref_839", + "sec-asyncgeneratorfunction-instance-length", + "_ref_9691", + "sec-asyncgeneratorfunction-instance-name", + "_ref_840", + "sec-asyncgeneratorfunction-instance-prototype", + "_ref_9692", + "_ref_9693", + "sec-generator-objects", + "_ref_9694", + "sec-properties-of-generator-prototype", + "_ref_9695", + "_ref_9696", + "sec-generator.prototype.constructor", + "_ref_9697", + "sec-generator.prototype.next", + "_ref_9698", + "sec-generator.prototype.return", + "_ref_9699", + "_ref_9700", + "sec-generator.prototype.throw", + "_ref_9701", + "_ref_9702", + "sec-generator.prototype-@@tostringtag", + "_ref_9703", + "sec-properties-of-generator-instances", + "_ref_841", + "table-internal-slots-of-generator-instances", + "table-56", + "_ref_9704", + "sec-generator-abstract-operations", + "sec-generatorstart", + "_ref_9705", + "_ref_9706", + "_ref_9707", + "_ref_9708", + "_ref_9709", + "_ref_9710", + "_ref_9711", + "_ref_9712", + "_ref_9713", + "_ref_9714", + "_ref_9715", + "_ref_9716", + "_ref_9717", + "sec-generatorvalidate", + "_ref_9718", + "_ref_9719", + "sec-generatorresume", + "_ref_9720", + "_ref_9721", + "_ref_9722", + "_ref_9723", + "_ref_9724", + "_ref_9725", + "_ref_9726", + "_ref_9727", + "_ref_9728", + "_ref_9729", + "_ref_9730", + "sec-generatorresumeabrupt", + "_ref_9731", + "_ref_9732", + "_ref_9733", + "_ref_9734", + "_ref_9735", + "_ref_9736", + "_ref_9737", + "_ref_9738", + "_ref_9739", + "_ref_9740", + "_ref_9741", + "_ref_9742", + "sec-getgeneratorkind", + "_ref_9743", + "sec-generatoryield", + "_ref_9744", + "_ref_9745", + "_ref_9746", + "_ref_9747", + "_ref_9748", + "_ref_9749", + "_ref_9750", + "_ref_9751", + "_ref_9752", + "_ref_9753", + "_ref_9754", + "_ref_16930", + "_ref_9755", + "sec-asyncgenerator-objects", + "_ref_9756", + "sec-properties-of-asyncgenerator-prototype", + "_ref_9757", + "_ref_9758", + "sec-asyncgenerator-prototype-constructor", + "_ref_9759", + "sec-asyncgenerator-prototype-next", + "_ref_9760", + "_ref_9761", + "sec-asyncgenerator-prototype-return", + "_ref_9762", + "_ref_9763", + "sec-asyncgenerator-prototype-throw", + "_ref_9764", + "_ref_9765", + "sec-asyncgenerator-prototype-tostringtag", + "_ref_9766", + "sec-properties-of-asyncgenerator-intances", + "table-internal-slots-of-asyncgenerator-instances", + "_ref_9767", + "_ref_9768", + "sec-asyncgenerator-abstract-operations", + "sec-asyncgeneratorrequest-records", + "_ref_9769", + "_ref_9770", + "_ref_9771", + "_ref_9772", + "sec-asyncgeneratorstart", + "_ref_9773", + "_ref_9774", + "_ref_9775", + "_ref_9776", + "_ref_9777", + "_ref_9778", + "_ref_9779", + "_ref_9780", + "_ref_9781", + "_ref_9782", + "_ref_9783", + "_ref_9784", + "sec-asyncgeneratorresolve", + "_ref_9785", + "_ref_9786", + "_ref_9787", + "_ref_9788", + "_ref_9789", + "_ref_9790", + "sec-asyncgeneratorreject", + "_ref_9791", + "_ref_9792", + "_ref_9793", + "_ref_9794", + "_ref_9795", + "sec-asyncgeneratorresumenext", + "_ref_9796", + "_ref_9797", + "_ref_9798", + "_ref_9799", + "_ref_9800", + "_ref_9801", + "_ref_9802", + "_ref_842", + "_ref_9803", + "_ref_843", + "_ref_9804", + "_ref_9805", + "_ref_9806", + "_ref_9807", + "_ref_9808", + "_ref_9809", + "_ref_9810", + "_ref_9811", + "_ref_9812", + "_ref_9813", + "_ref_9814", + "_ref_9815", + "_ref_9816", + "_ref_9817", + "async-generator-resume-next-return-processor-fulfilled", + "_ref_9818", + "_ref_9819", + "_ref_844", + "_ref_9820", + "_ref_9821", + "_ref_9822", + "_ref_9823", + "_ref_9824", + "async-generator-resume-next-return-processor-rejected", + "_ref_9825", + "_ref_9826", + "_ref_845", + "_ref_9827", + "_ref_9828", + "_ref_9829", + "_ref_9830", + "_ref_9831", + "sec-asyncgeneratorenqueue", + "_ref_9832", + "_ref_9833", + "_ref_9834", + "_ref_9835", + "_ref_9836", + "_ref_9837", + "_ref_9838", + "sec-asyncgeneratoryield", + "_ref_9839", + "_ref_9840", + "_ref_9841", + "_ref_9842", + "_ref_9843", + "_ref_9844", + "_ref_9845", + "_ref_9846", + "_ref_9847", + "_ref_9848", + "_ref_9849", + "_ref_9850", + "_ref_9851", + "_ref_9852", + "_ref_9853", + "_ref_9854", + "_ref_16931", + "_ref_9855", + "sec-promise-objects", + "_ref_9856", + "_ref_9857", + "sec-promise-abstract-operations", + "sec-promisecapability-records", + "_ref_9858", + "_ref_9859", + "_ref_846", + "table-promisecapability-record-fields", + "_ref_9860", + "table-57", + "_ref_9861", + "_ref_9862", + "sec-ifabruptrejectpromise", + "_ref_9863", + "_ref_9864", + "_ref_9865", + "_ref_9866", + "_ref_9867", + "sec-promisereaction-records", + "_ref_9868", + "_ref_9869", + "_ref_9870", + "_ref_9871", + "_ref_847", + "table-promisereaction-record-fields", + "_ref_9872", + "table-58", + "_ref_9873", + "_ref_9874", + "sec-createresolvingfunctions", + "_ref_9875", + "_ref_848", + "_ref_9876", + "_ref_849", + "_ref_9877", + "_ref_9878", + "sec-promise-reject-functions", + "_ref_9879", + "_ref_9880", + "_ref_9881", + "sec-promise-resolve-functions", + "_ref_9882", + "_ref_9883", + "_ref_9884", + "_ref_9885", + "_ref_9886", + "_ref_9887", + "_ref_9888", + "_ref_9889", + "_ref_9890", + "_ref_9891", + "_ref_9892", + "_ref_9893", + "_ref_9894", + "_ref_9895", + "sec-fulfillpromise", + "_ref_9896", + "_ref_9897", + "sec-newpromisecapability", + "_ref_9898", + "_ref_9899", + "_ref_9900", + "_ref_9901", + "_ref_9902", + "_ref_9903", + "_ref_850", + "_ref_9904", + "_ref_851", + "_ref_9905", + "_ref_9906", + "_ref_9907", + "_ref_9908", + "_ref_9909", + "_ref_9910", + "_ref_9911", + "sec-getcapabilitiesexecutor-functions", + "_ref_9912", + "_ref_9913", + "_ref_9914", + "sec-ispromise", + "_ref_9915", + "sec-rejectpromise", + "_ref_9916", + "_ref_9917", + "_ref_9918", + "sec-triggerpromisereactions", + "_ref_9919", + "_ref_9920", + "_ref_9921", + "_ref_9922", + "_ref_9923", + "sec-host-promise-rejection-tracker", + "_ref_9924", + "_ref_9925", + "sec-promise-jobs", + "sec-newpromisereactionjob", + "sec-promisereactionjob", + "_ref_9926", + "_ref_9927", + "_ref_9928", + "_ref_9929", + "_ref_9930", + "_ref_9931", + "_ref_9932", + "_ref_9933", + "_ref_9934", + "_ref_9935", + "_ref_9936", + "_ref_9937", + "_ref_9938", + "_ref_9939", + "_ref_9940", + "_ref_9941", + "_ref_9942", + "_ref_9943", + "_ref_9944", + "_ref_9945", + "_ref_9946", + "_ref_9947", + "sec-newpromiseresolvethenablejob", + "sec-promiseresolvethenablejob", + "_ref_9948", + "_ref_9949", + "_ref_9950", + "_ref_9951", + "_ref_9952", + "_ref_9953", + "_ref_9954", + "_ref_9955", + "_ref_9956", + "_ref_9957", + "_ref_9958", + "_ref_9959", + "_ref_9960", + "sec-promise-constructor", + "_ref_9961", + "_ref_9962", + "_ref_9963", + "_ref_9964", + "sec-promise-executor", + "_ref_9965", + "_ref_9966", + "_ref_9967", + "_ref_9968", + "_ref_9969", + "_ref_9970", + "_ref_9971", + "_ref_9972", + "_ref_9973", + "_ref_9974", + "_ref_9975", + "sec-properties-of-the-promise-constructor", + "_ref_9976", + "_ref_9977", + "sec-promise.all", + "_ref_9978", + "_ref_9979", + "_ref_9980", + "_ref_9981", + "_ref_9982", + "_ref_9983", + "_ref_9984", + "_ref_9985", + "_ref_9986", + "_ref_9987", + "_ref_9988", + "_ref_9989", + "sec-getpromiseresolve", + "_ref_9990", + "_ref_9991", + "_ref_9992", + "_ref_9993", + "sec-performpromiseall", + "_ref_9994", + "_ref_9995", + "_ref_9996", + "_ref_9997", + "_ref_9998", + "_ref_9999", + "_ref_10000", + "_ref_10001", + "_ref_10002", + "_ref_10003", + "_ref_10004", + "_ref_10005", + "_ref_10006", + "_ref_10007", + "_ref_10008", + "_ref_10009", + "_ref_852", + "_ref_10010", + "_ref_10011", + "sec-promise.all-resolve-element-functions", + "_ref_10012", + "_ref_10013", + "_ref_10014", + "sec-promise.allsettled", + "_ref_10015", + "_ref_10016", + "_ref_10017", + "_ref_10018", + "_ref_10019", + "_ref_10020", + "_ref_10021", + "_ref_10022", + "_ref_10023", + "_ref_10024", + "_ref_10025", + "_ref_10026", + "sec-performpromiseallsettled", + "_ref_10027", + "_ref_10028", + "_ref_10029", + "_ref_10030", + "_ref_10031", + "_ref_10032", + "_ref_10033", + "_ref_10034", + "_ref_10035", + "_ref_10036", + "_ref_10037", + "_ref_10038", + "_ref_10039", + "_ref_10040", + "_ref_10041", + "_ref_10042", + "_ref_853", + "_ref_10043", + "_ref_10044", + "_ref_854", + "_ref_10045", + "_ref_10046", + "sec-promise.allsettled-resolve-element-functions", + "_ref_10047", + "_ref_10048", + "_ref_10049", + "_ref_10050", + "_ref_10051", + "_ref_10052", + "_ref_10053", + "sec-promise.allsettled-reject-element-functions", + "_ref_10054", + "_ref_10055", + "_ref_10056", + "_ref_10057", + "_ref_10058", + "_ref_10059", + "_ref_10060", + "sec-promise.any", + "_ref_10061", + "_ref_10062", + "_ref_10063", + "_ref_10064", + "_ref_10065", + "_ref_10066", + "_ref_10067", + "_ref_10068", + "_ref_10069", + "_ref_10070", + "_ref_10071", + "_ref_10072", + "sec-performpromiseany", + "_ref_10073", + "_ref_10074", + "_ref_10075", + "_ref_10076", + "_ref_10077", + "_ref_10078", + "_ref_10079", + "_ref_10080", + "_ref_10081", + "_ref_10082", + "_ref_10083", + "_ref_10084", + "_ref_10085", + "_ref_10086", + "_ref_10087", + "_ref_10088", + "_ref_10089", + "_ref_855", + "_ref_10090", + "_ref_10091", + "sec-promise.any-reject-element-functions", + "_ref_10092", + "_ref_10093", + "_ref_10094", + "_ref_10095", + "sec-promise.prototype", + "_ref_10096", + "sec-promise.race", + "_ref_10097", + "_ref_10098", + "_ref_10099", + "_ref_10100", + "_ref_10101", + "_ref_10102", + "_ref_10103", + "_ref_10104", + "_ref_10105", + "_ref_10106", + "_ref_10107", + "_ref_10108", + "sec-performpromiserace", + "_ref_10109", + "_ref_10110", + "_ref_10111", + "_ref_10112", + "_ref_10113", + "_ref_10114", + "_ref_10115", + "_ref_10116", + "_ref_10117", + "_ref_10118", + "_ref_10119", + "_ref_10120", + "_ref_10121", + "sec-promise.reject", + "_ref_10122", + "_ref_10123", + "_ref_10124", + "_ref_10125", + "sec-promise.resolve", + "_ref_10126", + "_ref_10127", + "_ref_10128", + "_ref_10129", + "_ref_10130", + "sec-promise-resolve", + "_ref_10131", + "_ref_10132", + "_ref_10133", + "_ref_10134", + "_ref_10135", + "_ref_10136", + "_ref_10137", + "_ref_10138", + "_ref_10139", + "sec-get-promise-@@species", + "_ref_10140", + "_ref_10141", + "_ref_10142", + "_ref_10143", + "sec-properties-of-the-promise-prototype-object", + "_ref_10144", + "_ref_10145", + "sec-promise.prototype.catch", + "_ref_10146", + "sec-promise.prototype.constructor", + "_ref_10147", + "sec-promise.prototype.finally", + "_ref_10148", + "_ref_10149", + "_ref_10150", + "_ref_10151", + "_ref_10152", + "_ref_10153", + "_ref_856", + "_ref_10154", + "_ref_857", + "_ref_10155", + "_ref_10156", + "sec-thenfinallyfunctions", + "_ref_10157", + "_ref_10158", + "_ref_10159", + "_ref_10160", + "_ref_10161", + "_ref_10162", + "_ref_10163", + "_ref_10164", + "_ref_10165", + "_ref_10166", + "_ref_10167", + "sec-catchfinallyfunctions", + "_ref_10168", + "_ref_10169", + "_ref_10170", + "_ref_10171", + "_ref_10172", + "_ref_10173", + "_ref_10174", + "_ref_10175", + "_ref_10176", + "_ref_10177", + "_ref_10178", + "sec-promise.prototype.then", + "_ref_10179", + "_ref_10180", + "_ref_10181", + "_ref_10182", + "_ref_10183", + "sec-performpromisethen", + "_ref_10184", + "_ref_10185", + "_ref_10186", + "_ref_10187", + "_ref_10188", + "_ref_10189", + "_ref_10190", + "_ref_10191", + "_ref_10192", + "_ref_10193", + "_ref_10194", + "_ref_10195", + "_ref_10196", + "_ref_10197", + "_ref_10198", + "sec-promise.prototype-@@tostringtag", + "_ref_10199", + "sec-properties-of-promise-instances", + "_ref_10200", + "_ref_10201", + "_ref_858", + "table-internal-slots-of-promise-instances", + "table-59", + "_ref_10202", + "_ref_10203", + "sec-async-function-objects", + "_ref_16932", + "_ref_16933", + "_ref_16934", + "_ref_16935", + "_ref_10204", + "sec-async-function-constructor", + "_ref_10205", + "_ref_10206", + "_ref_10207", + "sec-async-function-constructor-arguments", + "_ref_10208", + "_ref_10209", + "_ref_859", + "sec-async-function-constructor-properties", + "_ref_10210", + "_ref_10211", + "_ref_10212", + "_ref_10213", + "sec-async-function-constructor-length", + "_ref_10214", + "sec-async-function-constructor-prototype", + "_ref_10215", + "sec-async-function-prototype-properties", + "_ref_10216", + "_ref_10217", + "_ref_860", + "_ref_10218", + "sec-async-function-prototype-properties-constructor", + "_ref_10219", + "sec-async-function-prototype-properties-toStringTag", + "_ref_10220", + "sec-async-function-instances", + "_ref_10221", + "_ref_861", + "sec-async-function-instances-length", + "_ref_862", + "sec-async-function-instances-name", + "_ref_863", + "sec-async-functions-abstract-operations", + "sec-async-functions-abstract-operations-async-function-start", + "_ref_10222", + "_ref_10223", + "_ref_10224", + "_ref_10225", + "_ref_10226", + "_ref_10227", + "_ref_10228", + "_ref_10229", + "_ref_10230", + "_ref_10231", + "_ref_10232", + "_ref_10233", + "step-asyncfunctionstart-return-undefined", + "_ref_10234", + "_ref_10235", + "_ref_10236", + "_ref_10237", + "_ref_10238", + "_ref_10239", + "_ref_10240", + "_ref_864", + "sec-reflection", + "sec-reflect-object", + "_ref_10241", + "_ref_10242", + "_ref_10243", + "_ref_10244", + "_ref_10245", + "sec-reflect.apply", + "_ref_10246", + "_ref_10247", + "_ref_10248", + "_ref_10249", + "sec-reflect.construct", + "_ref_10250", + "_ref_10251", + "_ref_10252", + "_ref_10253", + "sec-reflect.defineproperty", + "_ref_10254", + "_ref_10255", + "_ref_10256", + "sec-reflect.deleteproperty", + "_ref_10257", + "_ref_10258", + "sec-reflect.get", + "_ref_10259", + "_ref_10260", + "sec-reflect.getownpropertydescriptor", + "_ref_10261", + "_ref_10262", + "_ref_10263", + "sec-reflect.getprototypeof", + "_ref_10264", + "sec-reflect.has", + "_ref_10265", + "_ref_10266", + "sec-reflect.isextensible", + "_ref_10267", + "sec-reflect.ownkeys", + "_ref_10268", + "_ref_10269", + "sec-reflect.preventextensions", + "_ref_10270", + "sec-reflect.set", + "_ref_10271", + "_ref_10272", + "sec-reflect.setprototypeof", + "_ref_10273", + "_ref_10274", + "sec-reflect-@@tostringtag", + "_ref_10275", + "sec-proxy-objects", + "sec-proxy-constructor", + "_ref_10276", + "_ref_10277", + "_ref_10278", + "_ref_10279", + "sec-proxy-target-handler", + "_ref_10280", + "sec-properties-of-the-proxy-constructor", + "_ref_10281", + "_ref_10282", + "sec-proxy.revocable", + "_ref_10283", + "_ref_865", + "_ref_10284", + "_ref_10285", + "_ref_10286", + "_ref_10287", + "_ref_10288", + "sec-proxy-revocation-functions", + "_ref_10289", + "_ref_10290", + "sec-module-namespace-objects", + "_ref_10291", + "_ref_10292", + "_ref_16936", + "_ref_16937", + "_ref_866", + "sec-@@tostringtag", + "_ref_10293", + "sec-memory-model", + "_ref_10294", + "_ref_10295", + "_ref_10296", + "_ref_10297", + "_ref_10298", + "sec-memory-model-fundamentals", + "_ref_10299", + "_ref_10300", + "table-readsharedmemory-fields", + "_ref_10301", + "_ref_10302", + "_ref_10303", + "_ref_10304", + "_ref_10305", + "table-writesharedmemory-fields", + "_ref_10306", + "_ref_10307", + "_ref_10308", + "_ref_10309", + "_ref_10310", + "_ref_10311", + "_ref_10312", + "table-rmwsharedmemory-fields", + "_ref_10313", + "_ref_10314", + "_ref_10315", + "_ref_10316", + "_ref_10317", + "_ref_10318", + "_ref_10319", + "_ref_10320", + "_ref_10321", + "_ref_10322", + "_ref_10323", + "_ref_10324", + "_ref_10325", + "_ref_10326", + "_ref_10327", + "_ref_10328", + "sec-agent-event-records", + "_ref_10329", + "table-agent-events-records", + "_ref_10330", + "_ref_10331", + "_ref_10332", + "_ref_10333", + "_ref_10334", + "_ref_10335", + "sec-chosen-value-records", + "_ref_10336", + "table-chosen-value-records", + "_ref_10337", + "_ref_10338", + "_ref_10339", + "_ref_10340", + "_ref_10341", + "sec-candidate-executions", + "_ref_10342", + "_ref_10343", + "table-candidate-execution-records", + "_ref_10344", + "_ref_10345", + "_ref_10346", + "_ref_10347", + "_ref_10348", + "_ref_10349", + "_ref_10350", + "_ref_10351", + "_ref_10352", + "_ref_10353", + "_ref_10354", + "_ref_10355", + "_ref_10356", + "_ref_10357", + "_ref_10358", + "_ref_10359", + "_ref_10360", + "_ref_10361", + "_ref_10362", + "_ref_10363", + "sec-abstract-operations-for-the-memory-model", + "sec-synchronizeeventset", + "sec-event-set", + "_ref_10364", + "_ref_10365", + "sec-sharedatablockeventset", + "_ref_10366", + "_ref_10367", + "_ref_10368", + "_ref_10369", + "_ref_10370", + "sec-hosteventset", + "_ref_10371", + "_ref_10372", + "_ref_10373", + "sec-composewriteeventbytes", + "_ref_10374", + "_ref_10375", + "_ref_10376", + "_ref_10377", + "_ref_10378", + "_ref_10379", + "_ref_10380", + "_ref_10381", + "_ref_10382", + "_ref_10383", + "_ref_10384", + "_ref_10385", + "_ref_10386", + "_ref_10387", + "_ref_10388", + "_ref_10389", + "sec-valueofreadevent", + "_ref_10390", + "_ref_10391", + "_ref_10392", + "_ref_10393", + "_ref_10394", + "_ref_10395", + "_ref_10396", + "_ref_10397", + "_ref_10398", + "_ref_10399", + "_ref_10400", + "sec-relations-of-candidate-executions", + "sec-agent-order", + "_ref_10401", + "_ref_10402", + "_ref_10403", + "_ref_10404", + "_ref_10405", + "_ref_10406", + "_ref_10407", + "_ref_10408", + "sec-reads-bytes-from", + "_ref_10409", + "_ref_10410", + "_ref_10411", + "_ref_10412", + "_ref_10413", + "_ref_10414", + "_ref_10415", + "_ref_10416", + "_ref_10417", + "sec-reads-from", + "_ref_10418", + "_ref_10419", + "_ref_10420", + "sec-host-synchronizes-with", + "_ref_10421", + "_ref_10422", + "_ref_10423", + "_ref_10424", + "_ref_10425", + "_ref_10426", + "_ref_10427", + "_ref_10428", + "sec-synchronizes-with", + "_ref_10429", + "_ref_10430", + "_ref_10431", + "_ref_10432", + "_ref_10433", + "_ref_10434", + "sec-happens-before", + "_ref_10435", + "_ref_10436", + "_ref_10437", + "_ref_10438", + "_ref_10439", + "sec-properties-of-valid-executions", + "sec-valid-chosen-reads", + "_ref_10440", + "_ref_10441", + "_ref_10442", + "_ref_10443", + "_ref_10444", + "_ref_10445", + "sec-coherent-reads", + "_ref_10446", + "_ref_10447", + "_ref_10448", + "_ref_10449", + "_ref_10450", + "_ref_10451", + "sec-tear-free-aligned-reads", + "_ref_10452", + "_ref_10453", + "_ref_10454", + "_ref_10455", + "_ref_10456", + "_ref_10457", + "_ref_10458", + "sec-memory-order", + "_ref_10459", + "_ref_10460", + "_ref_10461", + "_ref_10462", + "_ref_10463", + "_ref_10464", + "_ref_10465", + "_ref_10466", + "_ref_10467", + "_ref_10468", + "_ref_10469", + "_ref_10470", + "_ref_10471", + "_ref_10472", + "_ref_10473", + "_ref_10474", + "sec-valid-executions", + "_ref_10475", + "_ref_10476", + "_ref_10477", + "_ref_10478", + "_ref_10479", + "sec-races", + "_ref_10480", + "_ref_10481", + "_ref_10482", + "sec-data-races", + "_ref_10483", + "sec-data-race-freedom", + "_ref_10484", + "_ref_10485", + "sec-shared-memory-guidelines", + "_ref_10486", + "_ref_10487", + "_ref_10488", + "_ref_10489", + "_ref_10490", + "_ref_10491", + "_ref_10492", + "_ref_10493", + "_ref_10494", + "_ref_10495", + "_ref_10496", + "_ref_10497", + "_ref_10498", + "_ref_10499", + "_ref_10500", + "_ref_10501", + "_ref_10502", + "_ref_10503", + "_ref_10504", + "_ref_10505", + "_ref_10506", + "_ref_10507", + "sec-grammar-summary", + "sec-lexical-grammar", + "sec-expressions", + "_ref_16938", + "_ref_16939", + "_ref_16940", + "sec-statements", + "sec-functions-and-classes", + "_ref_16941", + "_ref_16942", + "sec-scripts-and-modules", + "sec-number-conversions", + "_ref_16943", + "_ref_867", + "sec-universal-resource-identifier-character-classes", + "sec-regular-expressions", + "_ref_16944", + "_ref_16945", + "_ref_16946", + "_ref_16947", + "sec-additional-ecmascript-features-for-web-browsers", + "_ref_10583", + "_ref_10584", + "sec-additional-syntax", + "sec-additional-syntax-numeric-literals", + "_ref_868", + "_ref_10585", + "prod-annexB-NumericLiteral", + "_ref_16948", + "_ref_16949", + "_ref_16950", + "_ref_16951", + "_ref_16952", + "_ref_16953", + "prod-annexB-LegacyOctalIntegerLiteral", + "_ref_16954", + "_ref_16955", + "_ref_16956", + "prod-annexB-DecimalIntegerLiteral", + "_ref_16957", + "_ref_16958", + "_ref_16959", + "_ref_16960", + "_ref_16961", + "prod-annexB-NonOctalDecimalIntegerLiteral", + "_ref_16962", + "_ref_16963", + "_ref_16964", + "_ref_16965", + "_ref_16966", + "prod-annexB-LegacyOctalLikeDecimalIntegerLiteral", + "_ref_16967", + "_ref_16968", + "_ref_16969", + "prod-annexB-NonOctalDigit", + "sec-additional-syntax-numeric-literals-status-semantics", + "_ref_16970", + "_ref_16971", + "_ref_16972", + "_ref_16973", + "_ref_16974", + "_ref_16975", + "_ref_16976", + "_ref_16977", + "_ref_16978", + "_ref_16979", + "_ref_16980", + "_ref_16981", + "_ref_16982", + "_ref_16983", + "_ref_16984", + "_ref_16985", + "_ref_16986", + "_ref_16987", + "_ref_16988", + "_ref_16989", + "_ref_16990", + "_ref_16991", + "_ref_16992", + "_ref_16993", + "sec-additional-syntax-string-literals", + "_ref_869", + "_ref_10586", + "prod-annexB-EscapeSequence", + "_ref_16994", + "_ref_16995", + "_ref_16996", + "_ref_16997", + "_ref_16998", + "prod-annexB-LegacyOctalEscapeSequence", + "_ref_16999", + "_ref_17000", + "_ref_17001", + "_ref_17002", + "_ref_17003", + "_ref_17004", + "_ref_17005", + "_ref_17006", + "_ref_17007", + "_ref_17008", + "prod-annexB-ZeroToThree", + "prod-annexB-FourToSeven", + "prod-annexB-NonOctalDecimalEscapeSequence", + "_ref_17009", + "_ref_17010", + "_ref_10587", + "_ref_870", + "_ref_17011", + "sec-additional-syntax-string-literals-static-semantics", + "_ref_17012", + "_ref_17013", + "_ref_17014", + "_ref_17015", + "_ref_17016", + "_ref_17017", + "_ref_17018", + "_ref_17019", + "_ref_17020", + "_ref_17021", + "_ref_17022", + "_ref_17023", + "_ref_17024", + "_ref_17025", + "_ref_17026", + "_ref_17027", + "sec-html-like-comments", + "_ref_871", + "_ref_10588", + "_ref_17028", + "prod-annexB-Comment", + "_ref_17029", + "_ref_17030", + "_ref_17031", + "_ref_17032", + "_ref_17033", + "prod-annexB-MultiLineComment", + "_ref_17034", + "_ref_17035", + "_ref_17036", + "_ref_17037", + "prod-annexB-FirstCommentLine", + "_ref_17038", + "prod-annexB-SingleLineHTMLOpenComment", + "_ref_17039", + "prod-annexB-SingleLineHTMLCloseComment", + "_ref_17040", + "_ref_17041", + "prod-annexB-SingleLineDelimitedComment", + "_ref_17042", + "prod-annexB-HTMLCloseComment", + "_ref_17043", + "_ref_17044", + "_ref_17045", + "prod-annexB-SingleLineDelimitedCommentChars", + "_ref_17046", + "_ref_17047", + "_ref_17048", + "prod-annexB-SingleLineNotAsteriskChar", + "_ref_17049", + "_ref_17050", + "prod-annexB-SingleLinePostAsteriskCommentChars", + "_ref_17051", + "_ref_17052", + "_ref_17053", + "prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", + "_ref_17054", + "_ref_17055", + "prod-annexB-WhiteSpaceSequence", + "_ref_17056", + "_ref_17057", + "prod-annexB-SingleLineDelimitedCommentSequence", + "_ref_17058", + "_ref_17059", + "_ref_17060", + "_ref_17061", + "_ref_17062", + "_ref_17063", + "sec-regular-expressions-patterns", + "_ref_872", + "_ref_10589", + "prod-annexB-Term", + "_ref_17064", + "_ref_17065", + "_ref_17066", + "_ref_17067", + "_ref_17068", + "_ref_17069", + "_ref_17070", + "_ref_17071", + "_ref_17072", + "_ref_17073", + "prod-annexB-Assertion", + "_ref_17074", + "_ref_17075", + "_ref_17076", + "_ref_17077", + "_ref_17078", + "prod-annexB-QuantifiableAssertion", + "_ref_17079", + "_ref_17080", + "prod-annexB-ExtendedAtom", + "_ref_17081", + "_ref_17082", + "_ref_17083", + "_ref_17084", + "_ref_17085", + "_ref_17086", + "prod-annexB-InvalidBracedQuantifier", + "_ref_17087", + "_ref_17088", + "_ref_17089", + "_ref_17090", + "prod-annexB-ExtendedPatternCharacter", + "_ref_17091", + "prod-annexB-AtomEscape", + "_ref_17092", + "_ref_17093", + "_ref_17094", + "_ref_17095", + "_ref_17096", + "_ref_17097", + "prod-annexB-CharacterEscape", + "_ref_17098", + "_ref_17099", + "_ref_17100", + "_ref_17101", + "_ref_17102", + "_ref_17103", + "_ref_17104", + "prod-annexB-IdentityEscape", + "_ref_17105", + "_ref_17106", + "prod-annexB-SourceCharacterIdentityEscape", + "_ref_17107", + "_ref_17108", + "prod-annexB-ClassAtomNoDash", + "_ref_17109", + "_ref_17110", + "prod-annexB-ClassEscape", + "_ref_17111", + "_ref_17112", + "_ref_17113", + "prod-annexB-ClassControlLetter", + "_ref_17114", + "sec-patterns-static-semantics-early-errors-annexb", + "_ref_873", + "_ref_17115", + "prod-annexB-NonemptyClassRanges", + "_ref_17116", + "_ref_17117", + "_ref_17118", + "_ref_17119", + "_ref_17120", + "_ref_17121", + "_ref_17122", + "_ref_17123", + "_ref_17124", + "prod-annexB-NonemptyClassRangesNoDash", + "_ref_17125", + "_ref_17126", + "_ref_17127", + "_ref_17128", + "_ref_17129", + "_ref_17130", + "_ref_17131", + "_ref_17132", + "_ref_17133", + "sec-patterns-static-semantics-is-character-class-annexb", + "_ref_874", + "sec-patterns-static-semantics-character-value-annexb", + "_ref_875", + "_ref_17134", + "_ref_17135", + "_ref_17136", + "_ref_17137", + "_ref_876", + "sec-regular-expression-patterns-semantics", + "_ref_877", + "_ref_878", + "prod-annexB-Atom", + "_ref_17138", + "_ref_17139", + "_ref_17140", + "_ref_17141", + "_ref_17142", + "_ref_879", + "_ref_17143", + "_ref_17144", + "_ref_17145", + "_ref_17146", + "_ref_17147", + "_ref_17148", + "_ref_17149", + "_ref_17150", + "_ref_17151", + "_ref_17152", + "_ref_17153", + "_ref_17154", + "_ref_17155", + "_ref_17156", + "_ref_17157", + "_ref_17158", + "_ref_880", + "_ref_17159", + "_ref_17160", + "_ref_881", + "_ref_17161", + "_ref_17162", + "_ref_17163", + "_ref_17164", + "_ref_17165", + "_ref_882", + "_ref_17166", + "_ref_17167", + "_ref_17168", + "_ref_17169", + "_ref_17170", + "_ref_10590", + "_ref_17171", + "_ref_17172", + "_ref_10591", + "_ref_883", + "_ref_17173", + "_ref_17174", + "_ref_884", + "_ref_17175", + "_ref_17176", + "_ref_17177", + "_ref_17178", + "_ref_17179", + "_ref_17180", + "_ref_10592", + "_ref_885", + "_ref_17181", + "_ref_17182", + "_ref_17183", + "_ref_17184", + "_ref_17185", + "_ref_17186", + "_ref_10593", + "_ref_886", + "_ref_17187", + "_ref_17188", + "_ref_887", + "sec-runtime-semantics-characterrangeorunion-abstract-operation", + "_ref_10594", + "sec-additional-built-in-properties", + "_ref_10595", + "sec-additional-properties-of-the-global-object", + "_ref_888", + "_ref_889", + "table-additional-well-known-intrinsic-objects", + "table-60", + "_ref_10596", + "_ref_890", + "_ref_10597", + "_ref_891", + "sec-escape-string", + "_ref_10598", + "_ref_10599", + "_ref_10600", + "_ref_10601", + "_ref_10602", + "_ref_10603", + "_ref_10604", + "sec-unescape-string", + "_ref_10605", + "_ref_10606", + "_ref_10607", + "_ref_10608", + "_ref_17189", + "_ref_10609", + "_ref_10610", + "_ref_10611", + "_ref_10612", + "sec-additional-properties-of-the-object.prototype-object", + "sec-object.prototype.__proto__", + "_ref_10613", + "sec-get-object.prototype.__proto__", + "_ref_10614", + "sec-set-object.prototype.__proto__", + "_ref_10615", + "_ref_10616", + "_ref_10617", + "sec-object.prototype.__defineGetter__", + "_ref_10618", + "_ref_10619", + "_ref_10620", + "_ref_10621", + "sec-object.prototype.__defineSetter__", + "_ref_10622", + "_ref_10623", + "_ref_10624", + "_ref_10625", + "sec-object.prototype.__lookupGetter__", + "_ref_10626", + "_ref_10627", + "_ref_10628", + "sec-object.prototype.__lookupSetter__", + "_ref_10629", + "_ref_10630", + "_ref_10631", + "sec-additional-properties-of-the-string.prototype-object", + "sec-string.prototype.substr", + "_ref_10632", + "_ref_10633", + "_ref_10634", + "_ref_10635", + "_ref_10636", + "_ref_10637", + "_ref_10638", + "sec-string.prototype.anchor", + "_ref_10639", + "sec-createhtml", + "_ref_10640", + "_ref_10641", + "_ref_10642", + "_ref_10643", + "_ref_10644", + "_ref_10645", + "_ref_10646", + "_ref_10647", + "sec-string.prototype.big", + "_ref_10648", + "sec-string.prototype.blink", + "_ref_10649", + "sec-string.prototype.bold", + "_ref_10650", + "sec-string.prototype.fixed", + "_ref_10651", + "sec-string.prototype.fontcolor", + "_ref_10652", + "sec-string.prototype.fontsize", + "_ref_10653", + "sec-string.prototype.italics", + "_ref_10654", + "sec-string.prototype.link", + "_ref_10655", + "sec-string.prototype.small", + "_ref_10656", + "sec-string.prototype.strike", + "_ref_10657", + "sec-string.prototype.sub", + "_ref_10658", + "sec-string.prototype.sup", + "_ref_10659", + "String.prototype.trimleft", + "_ref_10660", + "String.prototype.trimright", + "_ref_10661", + "sec-additional-properties-of-the-date.prototype-object", + "sec-date.prototype.getyear", + "_ref_10662", + "_ref_10663", + "_ref_10664", + "sec-date.prototype.setyear", + "_ref_10665", + "_ref_10666", + "_ref_10667", + "_ref_10668", + "_ref_10669", + "_ref_10670", + "_ref_10671", + "_ref_10672", + "_ref_10673", + "_ref_10674", + "_ref_10675", + "_ref_10676", + "_ref_10677", + "_ref_10678", + "_ref_10679", + "sec-date.prototype.togmtstring", + "_ref_10680", + "_ref_10681", + "sec-additional-properties-of-the-regexp.prototype-object", + "sec-regexp.prototype.compile", + "_ref_10682", + "_ref_10683", + "_ref_10684", + "sec-other-additional-features", + "sec-__proto__-property-names-in-object-initializers", + "_ref_892", + "_ref_17190", + "_ref_17191", + "_ref_17192", + "_ref_17193", + "_ref_893", + "prod-annexB-ObjectLiteral", + "_ref_17194", + "_ref_17195", + "_ref_17196", + "prod-annexB-PropertyDefinition", + "_ref_17197", + "_ref_17198", + "_ref_10685", + "_ref_17199", + "_ref_894", + "_ref_17200", + "_ref_17201", + "_ref_17202", + "_ref_17203", + "_ref_17204", + "_ref_10686", + "_ref_17205", + "_ref_10687", + "_ref_17206", + "_ref_17207", + "_ref_17208", + "_ref_10688", + "_ref_10689", + "_ref_10690", + "_ref_10691", + "_ref_10692", + "_ref_10693", + "sec-labelled-function-declarations", + "_ref_17209", + "_ref_17210", + "_ref_17211", + "_ref_10694", + "_ref_17212", + "_ref_17213", + "_ref_17214", + "_ref_895", + "prod-annexB-LabelledItem", + "_ref_17215", + "_ref_10695", + "_ref_17216", + "_ref_17217", + "_ref_17218", + "_ref_17219", + "_ref_10696", + "sec-block-level-function-declarations-web-legacy-compatibility-semantics", + "_ref_17220", + "_ref_17221", + "_ref_17222", + "_ref_17223", + "_ref_17224", + "_ref_17225", + "_ref_17226", + "_ref_17227", + "_ref_17228", + "_ref_17229", + "_ref_17230", + "_ref_17231", + "_ref_17232", + "_ref_17233", + "_ref_17234", + "_ref_17235", + "_ref_17236", + "_ref_17237", + "_ref_17238", + "_ref_17239", + "_ref_17240", + "_ref_17241", + "_ref_17242", + "_ref_17243", + "_ref_17244", + "_ref_17245", + "_ref_17246", + "_ref_17247", + "_ref_17248", + "_ref_896", + "_ref_897", + "_ref_898", + "_ref_899", + "_ref_900", + "_ref_901", + "_ref_902", + "_ref_17249", + "_ref_10697", + "sec-web-compat-functiondeclarationinstantiation", + "_ref_10698", + "_ref_903", + "_ref_17250", + "_ref_17251", + "_ref_17252", + "_ref_17253", + "_ref_17254", + "_ref_17255", + "_ref_17256", + "_ref_17257", + "_ref_17258", + "_ref_17259", + "_ref_17260", + "_ref_17261", + "_ref_904", + "_ref_10699", + "_ref_10700", + "_ref_10701", + "sec-web-compat-globaldeclarationinstantiation", + "_ref_10702", + "_ref_905", + "_ref_10703", + "_ref_17262", + "_ref_17263", + "_ref_17264", + "_ref_17265", + "_ref_17266", + "_ref_17267", + "_ref_17268", + "_ref_17269", + "_ref_17270", + "_ref_17271", + "_ref_17272", + "_ref_17273", + "_ref_906", + "_ref_10704", + "_ref_10705", + "_ref_10706", + "sec-web-compat-evaldeclarationinstantiation", + "_ref_10707", + "_ref_907", + "_ref_10708", + "_ref_17274", + "_ref_17275", + "_ref_17276", + "_ref_17277", + "_ref_17278", + "_ref_17279", + "_ref_17280", + "_ref_17281", + "_ref_17282", + "_ref_10709", + "_ref_10710", + "step-evaldeclarationinstantiation-web-compat-bindingexists", + "_ref_10711", + "_ref_10712", + "_ref_17283", + "_ref_17284", + "_ref_908", + "_ref_10713", + "_ref_10714", + "_ref_10715", + "sec-block-duplicates-allowed-static-semantics", + "_ref_909", + "prod-annexB-Block", + "_ref_17285", + "_ref_17286", + "_ref_10716", + "_ref_17287", + "_ref_17288", + "sec-switch-duplicates-allowed-static-semantics", + "_ref_910", + "prod-annexB-SwitchStatement", + "_ref_17289", + "_ref_17290", + "_ref_17291", + "_ref_10717", + "_ref_17292", + "_ref_17293", + "sec-web-compat-blockdeclarationinstantiation", + "_ref_10718", + "_ref_911", + "_ref_10719", + "_ref_912", + "_ref_10720", + "_ref_17294", + "sec-functiondeclarations-in-ifstatement-statement-clauses", + "_ref_17295", + "_ref_913", + "prod-annexB-IfStatement", + "_ref_17296", + "_ref_17297", + "_ref_17298", + "_ref_17299", + "_ref_17300", + "_ref_17301", + "_ref_17302", + "_ref_17303", + "_ref_17304", + "_ref_17305", + "_ref_17306", + "_ref_10721", + "_ref_17307", + "_ref_17308", + "_ref_17309", + "_ref_17310", + "_ref_914", + "sec-variablestatements-in-catch-blocks", + "_ref_915", + "prod-annexB-Catch", + "_ref_17311", + "_ref_17312", + "_ref_17313", + "_ref_17314", + "_ref_17315", + "_ref_17316", + "_ref_17317", + "_ref_17318", + "prod-annexB-CatchParameter", + "_ref_17319", + "_ref_17320", + "_ref_17321", + "_ref_17322", + "_ref_17323", + "_ref_17324", + "_ref_10722", + "_ref_17325", + "_ref_17326", + "_ref_916", + "_ref_917", + "_ref_10723", + "_ref_17327", + "_ref_918", + "_ref_10724", + "_ref_17328", + "sec-initializers-in-forin-statement-heads", + "_ref_17329", + "_ref_919", + "prod-annexB-IterationStatement", + "_ref_17330", + "_ref_17331", + "_ref_17332", + "_ref_17333", + "_ref_10725", + "_ref_10726", + "_ref_920", + "_ref_17334", + "_ref_17335", + "_ref_17336", + "_ref_17337", + "_ref_17338", + "_ref_10727", + "_ref_921", + "_ref_17339", + "_ref_17340", + "_ref_17341", + "_ref_17342", + "_ref_17343", + "_ref_10728", + "_ref_922", + "_ref_17344", + "_ref_17345", + "_ref_17346", + "_ref_17347", + "_ref_17348", + "_ref_10729", + "_ref_923", + "prod-annexB-BindingIdentifier", + "_ref_17349", + "_ref_10730", + "_ref_924", + "_ref_17350", + "_ref_17351", + "_ref_17352", + "_ref_17353", + "_ref_17354", + "_ref_17355", + "_ref_10731", + "_ref_925", + "_ref_17356", + "_ref_17357", + "_ref_17358", + "_ref_17359", + "_ref_10732", + "_ref_17360", + "_ref_17361", + "_ref_10733", + "_ref_926", + "_ref_17362", + "_ref_17363", + "_ref_17364", + "_ref_17365", + "_ref_17366", + "_ref_10734", + "_ref_10735", + "_ref_17367", + "_ref_17368", + "_ref_17369", + "_ref_10736", + "_ref_10737", + "_ref_10738", + "_ref_17370", + "_ref_10739", + "_ref_17371", + "_ref_17372", + "sec-IsHTMLDDA-internal-slot", + "_ref_10740", + "_ref_927", + "_ref_928", + "_ref_10741", + "_ref_929", + "_ref_10742", + "_ref_10743", + "sec-IsHTMLDDA-internal-slot-to-boolean", + "_ref_930", + "_ref_10744", + "sec-IsHTMLDDA-internal-slot-aec", + "_ref_931", + "_ref_932", + "_ref_10745", + "_ref_10746", + "_ref_10747", + "_ref_10748", + "sec-IsHTMLDDA-internal-slot-typeof", + "_ref_933", + "_ref_934", + "_ref_10749", + "sec-strict-mode-of-ecmascript", + "_ref_10508", + "_ref_935", + "_ref_10509", + "_ref_936", + "_ref_17373", + "_ref_17374", + "_ref_10510", + "_ref_17375", + "_ref_937", + "_ref_938", + "_ref_939", + "_ref_10511", + "_ref_10512", + "_ref_17376", + "_ref_940", + "_ref_17377", + "_ref_10513", + "_ref_10514", + "_ref_941", + "_ref_17378", + "_ref_17379", + "_ref_942", + "_ref_17380", + "_ref_943", + "_ref_17381", + "_ref_944", + "_ref_945", + "_ref_10515", + "_ref_946", + "_ref_947", + "_ref_948", + "_ref_949", + "_ref_17382", + "_ref_10516", + "_ref_950", + "_ref_951", + "_ref_10517", + "_ref_10518", + "_ref_952", + "_ref_953", + "_ref_954", + "_ref_10519", + "_ref_17383", + "_ref_955", + "_ref_10520", + "_ref_956", + "_ref_10521", + "_ref_17384", + "_ref_17385", + "_ref_957", + "_ref_17386", + "_ref_10522", + "_ref_17387", + "_ref_958", + "_ref_17388", + "_ref_17389", + "_ref_10523", + "_ref_10524", + "_ref_959", + "_ref_960", + "sec-host-layering-points", + "_ref_961", + "_ref_10525", + "sec-host-hooks-summary", + "_ref_10526", + "_ref_10527", + "_ref_10528", + "_ref_10529", + "_ref_10530", + "_ref_10531", + "_ref_10532", + "_ref_10533", + "_ref_10534", + "_ref_10535", + "_ref_10536", + "_ref_10537", + "sec-host-defined-fields-summary", + "_ref_10538", + "_ref_962", + "_ref_963", + "_ref_964", + "_ref_965", + "_ref_966", + "_ref_967", + "sec-host-defined-objects-summary", + "_ref_10539", + "_ref_968", + "sec-host-running-jobs", + "_ref_10540", + "_ref_969", + "sec-host-internal-methods-of-exotic-objects", + "_ref_970", + "_ref_10541", + "sec-host-built-in-objects-and-methods", + "_ref_971", + "sec-corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact", + "_ref_972", + "_ref_973", + "_ref_10542", + "_ref_974", + "_ref_10543", + "_ref_10544", + "_ref_975", + "_ref_10545", + "_ref_10546", + "_ref_10547", + "_ref_976", + "_ref_977", + "_ref_978", + "_ref_979", + "_ref_10548", + "_ref_980", + "_ref_981", + "_ref_982", + "_ref_983", + "_ref_984", + "_ref_985", + "_ref_10549", + "_ref_10550", + "_ref_10551", + "_ref_10552", + "sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions", + "_ref_986", + "_ref_10553", + "_ref_987", + "_ref_10554", + "_ref_17390", + "_ref_17391", + "_ref_988", + "_ref_10555", + "_ref_10556", + "_ref_989", + "_ref_990", + "_ref_17392", + "_ref_17393", + "_ref_17394", + "_ref_991", + "_ref_992", + "_ref_10557", + "_ref_993", + "_ref_10558", + "_ref_17395", + "_ref_10559", + "_ref_994", + "_ref_17396", + "_ref_17397", + "_ref_17398", + "_ref_17399", + "_ref_17400", + "_ref_995", + "_ref_17401", + "_ref_17402", + "_ref_17403", + "_ref_996", + "_ref_17404", + "_ref_17405", + "_ref_17406", + "_ref_17407", + "_ref_997", + "_ref_17408", + "_ref_17409", + "_ref_998", + "_ref_17410", + "_ref_17411", + "_ref_999", + "_ref_17412", + "_ref_10560", + "_ref_17413", + "_ref_10561", + "_ref_1000", + "_ref_17414", + "_ref_17415", + "_ref_17416", + "_ref_17417", + "_ref_17418", + "_ref_1001", + "_ref_17419", + "_ref_17420", + "_ref_17421", + "_ref_17422", + "_ref_1002", + "_ref_17423", + "_ref_17424", + "_ref_17425", + "_ref_17426", + "_ref_1003", + "_ref_10562", + "_ref_17427", + "_ref_17428", + "_ref_17429", + "_ref_17430", + "_ref_17431", + "_ref_1004", + "_ref_1005", + "_ref_17432", + "_ref_17433", + "_ref_17434", + "_ref_1006", + "_ref_17435", + "_ref_17436", + "_ref_17437", + "_ref_17438", + "_ref_17439", + "_ref_17440", + "_ref_17441", + "_ref_17442", + "_ref_17443", + "_ref_17444", + "_ref_1007", + "_ref_17445", + "_ref_10563", + "_ref_1008", + "_ref_10564", + "_ref_1009", + "_ref_10565", + "_ref_1010", + "_ref_10566", + "_ref_1011", + "_ref_10567", + "_ref_1012", + "_ref_10568", + "_ref_1013", + "_ref_10569", + "_ref_1014", + "_ref_10570", + "_ref_1015", + "_ref_10571", + "_ref_1016", + "_ref_10572", + "_ref_1017", + "_ref_10573", + "_ref_1018", + "_ref_10574", + "_ref_1019", + "_ref_1020", + "_ref_10575", + "_ref_10576", + "_ref_10577", + "_ref_1021", + "_ref_10578", + "_ref_1022", + "_ref_1023", + "_ref_1024", + "_ref_1025", + "_ref_1026", + "_ref_1027", + "_ref_10579", + "_ref_1028", + "_ref_10580", + "_ref_1029", + "_ref_1030", + "_ref_1031", + "sec-colophon", + "sec-bibliography", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/filter-effects-2.json b/tr/ids/filter-effects-2.json index 453b561117c7..31a348d5a3d1 100644 --- a/tr/ids/filter-effects-2.json +++ b/tr/ids/filter-effects-2.json @@ -46,14 +46,13 @@ "mix-blend-mode", "priv-sec", "acknowledgments", - "conformance", - "document-conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conform-classes", - "conform-responsible", - "conform-partial", - "conform-future-proofing", - "conform-testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/font-metrics-api-1.json b/tr/ids/font-metrics-api-1.json index 0ef4be92c831..f0d866d8610b 100644 --- a/tr/ids/font-metrics-api-1.json +++ b/tr/ids/font-metrics-api-1.json @@ -133,14 +133,13 @@ "ref-for-font②", "ref-for-dom-font-name", "ref-for-dom-font-glyphsrendered", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", - "cr-exit-criteria", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/gpuweb.json b/tr/ids/gpuweb.json index 8d669f49e873..60e556631356 100644 --- a/tr/ids/gpuweb.json +++ b/tr/ids/gpuweb.json @@ -73,6 +73,7 @@ "security-computation-resources", "security-privacy", "security-machine-limits", + "ref-for-limit-default", "security-machine-artifacts", "security-machine-performance", "fundamentals", @@ -265,24 +266,28 @@ "ref-for-usage-scopes⑤", "ref-for-gpucommandencoder②", "ref-for-dom-gpucommandencoder-copybuffertotexture", - "ref-for-gpucomputepassencoder①", + "ref-for-dom-gpucomputepassencoder-dispatch①", + "ref-for-dom-gpucomputepassencoder-dispatchindirect", + "ref-for-gpubindgroup①", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup", - "ref-for-gpurenderpassencoder②", - "ref-for-usage-scopes⑥", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup①", - "ref-for-gpupipelinelayout", + "issue-04152442", + "ref-for-gpu-command", + "ref-for-usage-scope-validation", + "ref-for-dom-gpuprogrammablepassencoder-setbindgroup②", "ref-for-dom-gpurenderencoderbase-setvertexbuffer", "ref-for-dom-gpurenderencoderbase-setindexbuffer", "ref-for-dictdef-gpurenderpassdescriptor", "ref-for-dom-gpucommandencoder-beginrenderpass①", + "ref-for-usage-scopes⑥", "ref-for-usage-scopes⑦", - "ref-for-dom-gpucommandencoder-finish", "usage-scope-validation", "ref-for-internal-usage④", "ref-for-subresource⑧", "ref-for-usage-scopes⑧", - "ref-for-gpuvalidationerror", "ref-for-compatible-usage-list③", + "ref-for-dom-gpucommandencoder-finish", + "ref-for-gpuvalidationerror", "core-internal-objects", "adapters", "adapter", @@ -297,14 +302,14 @@ "ref-for-invalid⑤", "ref-for-adapter④", "dom-adapter-features-slot", - "ref-for-list", + "ref-for-ordered-set", "ref-for-enumdef-gpufeaturename", "ref-for-feature", "dom-adapter-limits-slot", - "ref-for-dictdef-gpulimits", + "ref-for-supported-limits", "ref-for-limit-better", "ref-for-limit-better①", - "ref-for-dictdef-gpulimits①", + "ref-for-supported-limits①", "ref-for-adapter⑤", "ref-for-gpuadapter②", "devices", @@ -324,27 +329,32 @@ "ref-for-adapter⑦", "ref-for-adapter⑧", "dom-device-features-slot", - "ref-for-list①", + "ref-for-ordered-set①", "ref-for-enumdef-gpufeaturename①", "ref-for-feature①", "ref-for-adapter⑨", "dom-device-limits-slot", - "ref-for-dictdef-gpulimits②", + "ref-for-supported-limits②", "ref-for-limit-better②", "ref-for-adapter①⓪", + "issue-4cac1424", + "ref-for-device⑦", "a-new-device", "ref-for-adapter①①", "ref-for-dictdef-gpudevicedescriptor", "ref-for-dom-device-adapter-slot", "ref-for-dom-device-features-slot", + "ref-for-ordered-set②", "ref-for-dom-gpudevicedescriptor-features", "ref-for-dom-device-limits-slot", + "ref-for-supported-limits③", "ref-for-dom-gpudevicedescriptor-limits", - "ref-for-device⑦", + "ref-for-dom-device-limits-slot①", + "ref-for-device⑧", "ref-for-gpudevice⑤", "optional-capabilities", "ref-for-adapter①②", - "ref-for-device⑧", + "ref-for-device⑨", "capabilities", "ref-for-capabilities", "ref-for-feature②", @@ -355,23 +365,26 @@ "ref-for-dom-gpuadapter-requestdevice", "limits", "limit", + "supported-limits", "ref-for-adapter①③", - "ref-for-device⑨", + "ref-for-supported-limits④", + "ref-for-device①⓪", + "ref-for-dom-gpudevicedescriptor-limits①", + "ref-for-supported-limits⑤", "limit-better", "ref-for-limit-better③", - "limit-baseline", + "limit-default", "ref-for-adapter①④", "ref-for-limit-better④", - "ref-for-dictdef-gpulimits③", - "ref-for-dictdef-gpulimits④", + "ref-for-dom-gpudevicedescriptor-limits②", "ref-for-limit-better⑤", - "ref-for-limit-baseline", - "dom-gpulimits-maxbindgroups", + "ref-for-limit-default①", + "dom-supported-limits-maxbindgroups", "ref-for-typedefdef-gpusize32", "ref-for-gpubindgrouplayout", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts", - "ref-for-gpupipelinelayout①", - "dom-gpulimits-maxdynamicuniformbuffersperpipelinelayout", + "ref-for-gpupipelinelayout", + "dom-supported-limits-maxdynamicuniformbuffersperpipelinelayout", "ref-for-typedefdef-gpusize32①", "ref-for-dom-gpubindgrouplayoutdescriptor-entries", "ref-for-abstract-opdef-layout-entry-binding-type", @@ -379,8 +392,8 @@ "ref-for-dom-gpubindgrouplayoutentry-buffer", "ref-for-dom-gpubufferbindinglayout-hasdynamicoffset", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts①", - "ref-for-gpupipelinelayout②", - "dom-gpulimits-maxdynamicstoragebuffersperpipelinelayout", + "ref-for-gpupipelinelayout①", + "dom-supported-limits-maxdynamicstoragebuffersperpipelinelayout", "ref-for-typedefdef-gpusize32②", "ref-for-dom-gpubindgrouplayoutdescriptor-entries①", "ref-for-abstract-opdef-layout-entry-binding-type①", @@ -388,16 +401,16 @@ "ref-for-dom-gpubindgrouplayoutentry-buffer①", "ref-for-dom-gpubufferbindinglayout-hasdynamicoffset①", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts②", - "ref-for-gpupipelinelayout③", - "dom-gpulimits-maxsampledtexturespershaderstage", + "ref-for-gpupipelinelayout②", + "dom-supported-limits-maxsampledtexturespershaderstage", "ref-for-typedefdef-gpusize32③", "ref-for-gpushaderstage", "ref-for-dom-gpubindgrouplayoutdescriptor-entries②", "ref-for-dom-gpubindgrouplayoutentry-texture", "ref-for-dom-gpubindgrouplayoutentry-visibility", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts③", - "ref-for-gpupipelinelayout④", - "dom-gpulimits-maxsamplerspershaderstage", + "ref-for-gpupipelinelayout③", + "dom-supported-limits-maxsamplerspershaderstage", "ref-for-typedefdef-gpusize32④", "ref-for-gpushaderstage①", "ref-for-dom-gpubindgrouplayoutdescriptor-entries③", @@ -405,8 +418,8 @@ "ref-for-dom-gpubindgrouplayoutentry-sampler", "ref-for-dom-gpubindgrouplayoutentry-visibility①", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts④", - "ref-for-gpupipelinelayout⑤", - "dom-gpulimits-maxstoragebufferspershaderstage", + "ref-for-gpupipelinelayout④", + "dom-supported-limits-maxstoragebufferspershaderstage", "ref-for-typedefdef-gpusize32⑤", "ref-for-gpushaderstage②", "ref-for-dom-gpubindgrouplayoutdescriptor-entries④", @@ -414,8 +427,8 @@ "ref-for-dom-gpubufferbindingtype-storage①", "ref-for-dom-gpubindgrouplayoutentry-visibility②", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts⑤", - "ref-for-gpupipelinelayout⑥", - "dom-gpulimits-maxstoragetexturespershaderstage", + "ref-for-gpupipelinelayout⑤", + "dom-supported-limits-maxstoragetexturespershaderstage", "ref-for-typedefdef-gpusize32⑥", "ref-for-gpushaderstage③", "ref-for-dom-gpubindgrouplayoutdescriptor-entries⑤", @@ -423,8 +436,8 @@ "ref-for-dom-gpubindgrouplayoutentry-storagetexture", "ref-for-dom-gpubindgrouplayoutentry-visibility③", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts⑥", - "ref-for-gpupipelinelayout⑦", - "dom-gpulimits-maxuniformbufferspershaderstage", + "ref-for-gpupipelinelayout⑥", + "dom-supported-limits-maxuniformbufferspershaderstage", "ref-for-typedefdef-gpusize32⑦", "ref-for-gpushaderstage④", "ref-for-dom-gpubindgrouplayoutdescriptor-entries⑥", @@ -432,65 +445,65 @@ "ref-for-dom-gpubufferbindingtype-uniform②", "ref-for-dom-gpubindgrouplayoutentry-visibility④", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts⑦", - "ref-for-gpupipelinelayout⑧", - "dom-gpulimits-maxuniformbufferbindingsize", + "ref-for-gpupipelinelayout⑦", + "dom-supported-limits-maxuniformbufferbindingsize", "ref-for-typedefdef-gpusize32⑧", "ref-for-dictdef-gpubufferbinding①", "ref-for-dom-gpubufferbinding-size", "ref-for-abstract-opdef-layout-entry-binding-type④", "ref-for-dom-gpubufferbindingtype-uniform③", - "dom-gpulimits-maxstoragebufferbindingsize", + "dom-supported-limits-maxstoragebufferbindingsize", "ref-for-typedefdef-gpusize32⑨", "ref-for-dictdef-gpubufferbinding②", "ref-for-dom-gpubufferbinding-size①", "ref-for-abstract-opdef-layout-entry-binding-type⑤", "ref-for-dom-gpubufferbindingtype-storage②", - "ref-for-dom-gpubufferbindingtype-readonly-storage", - "dom-gpulimits-maxvertexbuffers", + "ref-for-dom-gpubufferbindingtype-read-only-storage", + "dom-supported-limits-maxvertexbuffers", "ref-for-typedefdef-gpusize32①⓪", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers", "ref-for-gpurenderpipeline①", - "dom-gpulimits-maxvertexattributes", + "dom-supported-limits-maxvertexattributes", "ref-for-typedefdef-gpusize32①①", "ref-for-dom-gpuvertexbufferlayoutdescriptor-attributes", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers①", "ref-for-gpurenderpipeline②", - "dom-gpulimits-maxvertexarraystride", + "dom-supported-limits-maxvertexbufferarraystride", "ref-for-typedefdef-gpusize32①②", "ref-for-dom-gpuvertexbufferlayoutdescriptor-arraystride", "ref-for-gpurenderpipeline③", - "gpulimits", - "dictdef-gpulimits", - "ref-for-dictdef-gpulimits⑤", + "gpu-adapterlimits", + "gpuadapterlimits", + "ref-for-gpuadapterlimits", "ref-for-limit①", - "ref-for-dom-gpudevicedescriptor-limits①", - "ref-for-dictdef-gpulimits⑥", + "ref-for-dom-gpuadapter-limits", + "ref-for-gpuadapterlimits①", "ref-for-typedefdef-gpusize32①③", - "ref-for-dom-gpulimits-maxbindgroups", + "dom-gpuadapterlimits-maxbindgroups", "ref-for-typedefdef-gpusize32①④", - "ref-for-dom-gpulimits-maxdynamicuniformbuffersperpipelinelayout", + "dom-gpuadapterlimits-maxdynamicuniformbuffersperpipelinelayout", "ref-for-typedefdef-gpusize32①⑤", - "ref-for-dom-gpulimits-maxdynamicstoragebuffersperpipelinelayout", + "dom-gpuadapterlimits-maxdynamicstoragebuffersperpipelinelayout", "ref-for-typedefdef-gpusize32①⑥", - "ref-for-dom-gpulimits-maxsampledtexturespershaderstage", + "dom-gpuadapterlimits-maxsampledtexturespershaderstage", "ref-for-typedefdef-gpusize32①⑦", - "ref-for-dom-gpulimits-maxsamplerspershaderstage", + "dom-gpuadapterlimits-maxsamplerspershaderstage", "ref-for-typedefdef-gpusize32①⑧", - "ref-for-dom-gpulimits-maxstoragebufferspershaderstage", + "dom-gpuadapterlimits-maxstoragebufferspershaderstage", "ref-for-typedefdef-gpusize32①⑨", - "ref-for-dom-gpulimits-maxstoragetexturespershaderstage", + "dom-gpuadapterlimits-maxstoragetexturespershaderstage", "ref-for-typedefdef-gpusize32②⓪", - "ref-for-dom-gpulimits-maxuniformbufferspershaderstage", + "dom-gpuadapterlimits-maxuniformbufferspershaderstage", "ref-for-typedefdef-gpusize32②①", - "ref-for-dom-gpulimits-maxuniformbufferbindingsize", + "dom-gpuadapterlimits-maxuniformbufferbindingsize", "ref-for-typedefdef-gpusize32②②", - "ref-for-dom-gpulimits-maxstoragebufferbindingsize", + "dom-gpuadapterlimits-maxstoragebufferbindingsize", "ref-for-typedefdef-gpusize32②③", - "ref-for-dom-gpulimits-maxvertexbuffers", + "dom-gpuadapterlimits-maxvertexbuffers", "ref-for-typedefdef-gpusize32②④", - "ref-for-dom-gpulimits-maxvertexattributes", + "dom-gpuadapterlimits-maxvertexattributes", "ref-for-typedefdef-gpusize32②⑤", - "ref-for-dom-gpulimits-maxvertexarraystride", + "dom-gpuadapterlimits-maxvertexbufferarraystride", "gpu-adapterfeatures", "gpuadapterfeatures", "ref-for-gpuadapterfeatures", @@ -554,7 +567,7 @@ "ref-for-adapter①⑧", "dom-gpupowerpreference-low-power", "dom-gpupowerpreference-high-performance", - "ref-for-device①⓪", + "ref-for-device①①", "gpu-adapter", "gpuadapter", "ref-for-gpuadapter⑦", @@ -569,6 +582,9 @@ "ref-for-SameObject②", "ref-for-gpuadapterfeatures②", "ref-for-dom-gpuadapter-features", + "ref-for-SameObject③", + "ref-for-gpuadapterlimits②", + "ref-for-dom-gpuadapter-limits①", "ref-for-idl-promise②", "ref-for-gpudevice⑥", "ref-for-dom-gpuadapter-requestdevice①", @@ -581,6 +597,10 @@ "ref-for-gpuadapterfeatures③", "ref-for-dom-gpuadapter-adapter-slot", "ref-for-dom-adapter-features-slot", + "dom-gpuadapter-limits", + "ref-for-gpuadapterlimits③", + "ref-for-dom-gpuadapter-adapter-slot①", + "ref-for-dom-adapter-limits-slot", "ref-for-gpuadapter①①", "dom-gpuadapter-adapter-slot", "ref-for-adapter②⓪", @@ -588,7 +608,7 @@ "ref-for-gpuadapter①②", "ref-for-gpuadapter①③", "dom-gpuadapter-requestdevice", - "ref-for-device①①", + "ref-for-device①②", "ref-for-adapter②②", "ref-for-gpuadapter①④", "ref-for-dom-gpuadapter-requestdevice②", @@ -597,17 +617,20 @@ "ref-for-idl-promise③", "ref-for-gpudevice⑧", "ref-for-a-new-promise①", + "ref-for-dom-gpuadapter-adapter-slot②", "ref-for-device-timeline③", "ref-for-reject", - "ref-for-operationerror", - "ref-for-enumdef-gpufeaturename④", + "ref-for-exceptiondef-typeerror", "ref-for-dom-gpudevicedescriptor-features①", "ref-for-dom-adapter-features-slot①", - "ref-for-dictdef-gpulimits⑦", - "ref-for-dom-gpudevicedescriptor-limits②", + "ref-for-dom-gpudevicedescriptor-limits③", + "ref-for-supported-limits⑥", + "ref-for-reject①", + "ref-for-operationerror", + "ref-for-supported-limits⑦", + "ref-for-dom-gpudevicedescriptor-limits④", "ref-for-limit-better⑥", - "ref-for-dom-adapter-limits-slot", - "ref-for-dom-gpuadapter-adapter-slot①", + "ref-for-dom-adapter-limits-slot①", "ref-for-resolve③", "ref-for-resolve④", "ref-for-gpudevice⑨", @@ -618,22 +641,26 @@ "ref-for-dictdef-gpudevicedescriptor③", "ref-for-dictdef-gpuobjectdescriptorbase①", "ref-for-idl-sequence", - "ref-for-enumdef-gpufeaturename⑤", + "ref-for-enumdef-gpufeaturename④", "ref-for-dom-gpudevicedescriptor-features②", - "ref-for-dictdef-gpulimits⑧", - "ref-for-dom-gpudevicedescriptor-limits③", + "ref-for-idl-record", + "ref-for-idl-DOMString②", + "ref-for-typedefdef-gpusize32②⑥", + "ref-for-dom-gpudevicedescriptor-limits⑤", "ref-for-dictdef-gpudevicedescriptor④", "dom-gpudevicedescriptor-features", + "ref-for-enumdef-gpufeaturename⑤", "ref-for-enumdef-gpufeaturename⑥", - "ref-for-enumdef-gpufeaturename⑦", "ref-for-feature⑤", "dom-gpudevicedescriptor-limits", - "ref-for-dictdef-gpulimits⑨", + "ref-for-idl-DOMString③", + "ref-for-typedefdef-gpusize32②⑦", "ref-for-limit③", + "ref-for-supported-limits⑧", "gpufeaturename", "enumdef-gpufeaturename", + "ref-for-enumdef-gpufeaturename⑦", "ref-for-enumdef-gpufeaturename⑧", - "ref-for-enumdef-gpufeaturename⑨", "ref-for-dom-gpufeaturename-depth-clamping", "ref-for-dom-gpufeaturename-depth24unorm-stencil8", "ref-for-dom-gpufeaturename-depth32float-stencil8", @@ -643,7 +670,7 @@ "gpu-device", "gpudevice", "ref-for-gpudevice①⓪", - "ref-for-device①②", + "ref-for-device①③", "ref-for-gpudevice①①", "ref-for-webgpu-interface②", "ref-for-gpudevice①②", @@ -652,15 +679,15 @@ "ref-for-serializable", "ref-for-gpudevice①③", "ref-for-eventtarget", - "ref-for-SameObject③", + "ref-for-SameObject④", "ref-for-gpuadapter①⑤", "ref-for-dom-gpudevice-adapter", "ref-for-idl-frozen-array", - "ref-for-enumdef-gpufeaturename①⓪", + "ref-for-enumdef-gpufeaturename⑨", "ref-for-dom-gpudevice-features", "ref-for-idl-object", "ref-for-dom-gpudevice-limits", - "ref-for-SameObject④", + "ref-for-SameObject⑤", "ref-for-gpuqueue②", "ref-for-dom-gpudevice-defaultqueue", "ref-for-gpubuffer⑤", @@ -679,11 +706,11 @@ "ref-for-dom-gpudevice-createbindgrouplayout", "ref-for-dictdef-gpubindgrouplayoutdescriptor", "ref-for-dom-gpudevice-createbindgrouplayout-descriptor-descriptor", - "ref-for-gpupipelinelayout⑨", + "ref-for-gpupipelinelayout⑧", "ref-for-dom-gpudevice-createpipelinelayout", "ref-for-dictdef-gpupipelinelayoutdescriptor", "ref-for-dom-gpudevice-createpipelinelayout-descriptor-descriptor", - "ref-for-gpubindgroup①", + "ref-for-gpubindgroup②", "ref-for-dom-gpudevice-createbindgroup", "ref-for-dictdef-gpubindgroupdescriptor", "ref-for-dom-gpudevice-createbindgroup-descriptor-descriptor", @@ -728,18 +755,20 @@ "ref-for-gpuadapter①⑥", "ref-for-gpuadapter①⑦", "dom-gpudevice-features", + "ref-for-enumdef-gpufeaturename①⓪", "ref-for-enumdef-gpufeaturename①①", - "ref-for-enumdef-gpufeaturename①②", + "issue-414eeb44", + "ref-for-gpuadapterfeatures④", "dom-gpudevice-limits", "ref-for-idl-object①", - "ref-for-dictdef-gpulimits①⓪", + "issue-3d55cca7", "dom-gpudevice-defaultqueue", "ref-for-gpuqueue③", "ref-for-gpuqueue④", "ref-for-gpudevice①⑥", "dom-gpudevice-device-slot", - "ref-for-device①③", "ref-for-device①④", + "ref-for-device①⑤", "ref-for-gpudevice①⑦", "ref-for-gpudevice①⑧", "ref-for-gpudevice①⑨", @@ -812,11 +841,11 @@ "issue-56e3380f", "ref-for-dom-gpubuffer-mapping-slot", "dom-gpubuffer-mapping_range-slot", - "ref-for-list②", + "ref-for-list", "ref-for-number", "ref-for-gpubuffer①⑦", "dom-gpubuffer-mapped_ranges-slot", - "ref-for-list③", + "ref-for-list①", "ref-for-idl-ArrayBuffer⑤", "ref-for-idl-ArrayBuffer⑥", "ref-for-dom-gpubuffer-getmappedrange①", @@ -1074,7 +1103,7 @@ "ref-for-gpubuffer⑤③", "ref-for-dom-gpubuffer-state-slot①①", "ref-for-buffer-state-mapping-pending③", - "ref-for-reject①", + "ref-for-reject②", "ref-for-dom-gpubuffer-mapping-slot⑨", "ref-for-aborterror", "ref-for-dom-gpubuffer-mapping-slot①⓪", @@ -1128,7 +1157,7 @@ "ref-for-typedefdef-gpuintegercoordinate", "ref-for-gputexture⑧", "dom-gputexture-samplecount-slot", - "ref-for-typedefdef-gpusize32②⑥", + "ref-for-typedefdef-gpusize32②⑧", "ref-for-gputexture⑨", "dom-gputexture-dimension-slot", "ref-for-enumdef-gputexturedimension", @@ -1146,7 +1175,7 @@ "dom-gputexturedescriptor-size", "ref-for-typedefdef-gpuintegercoordinate①", "dom-gputexturedescriptor-miplevelcount", - "ref-for-typedefdef-gpusize32②⑦", + "ref-for-typedefdef-gpusize32②⑨", "dom-gputexturedescriptor-samplecount", "ref-for-enumdef-gputexturedimension①", "dom-gputexturedescriptor-dimension", @@ -1348,7 +1377,7 @@ "dom-gputextureformat-depth32float-stencil8", "ref-for-dom-gputextureformat-depth24plus①", "ref-for-dom-gputextureformat-depth24plus-stencil8①", - "issue-0f067005", + "issue-3e90b303", "ref-for-dom-gputextureformat-stencil8①", "issue-2189d2cb", "ref-for-dom-gputextureformat-rgb9e5ufloat", @@ -1480,7 +1509,7 @@ "bind-group-layout", "gpubindgrouplayout", "ref-for-gpubindgrouplayout③", - "ref-for-gpubindgroup②", + "ref-for-gpubindgroup③", "ref-for-serializable⑤", "ref-for-gpubindgrouplayout④", "ref-for-gpubindgrouplayout⑤", @@ -1569,7 +1598,7 @@ "ref-for-internal-usage-constant①", "ref-for-dom-gpubufferbindingtype-storage③", "ref-for-internal-usage-storage②", - "ref-for-dom-gpubufferbindingtype-readonly-storage①", + "ref-for-dom-gpubufferbindingtype-read-only-storage①", "ref-for-internal-usage-storage-read①", "ref-for-dom-gpubindgrouplayoutentry-sampler③", "ref-for-gpusampler①⑥", @@ -1593,9 +1622,9 @@ "ref-for-internal-usage-constant⑨", "ref-for-dom-gpubindgrouplayoutentry-storagetexture③", "ref-for-gputextureview①⓪", - "ref-for-dom-gpustoragetextureaccess-readonly", + "ref-for-dom-gpustoragetextureaccess-read-only", "ref-for-internal-usage-storage-read②", - "ref-for-dom-gpustoragetextureaccess-writeonly", + "ref-for-dom-gpustoragetextureaccess-write-only", "ref-for-internal-usage-storage-write①", "abstract-opdef-layout-entry-binding-type", "ref-for-dictdef-gpubindgrouplayoutentry①②", @@ -1614,7 +1643,7 @@ "enumdef-gpubufferbindingtype", "dom-gpubufferbindingtype-uniform", "dom-gpubufferbindingtype-storage", - "dom-gpubufferbindingtype-readonly-storage", + "dom-gpubufferbindingtype-read-only-storage", "dictdef-gpubufferbindinglayout", "ref-for-enumdef-gpubufferbindingtype", "ref-for-dom-gpubufferbindinglayout-type①", @@ -1663,8 +1692,8 @@ "dom-gputexturebindinglayout-multisampled", "ref-for-idl-boolean⑦", "enumdef-gpustoragetextureaccess", - "dom-gpustoragetextureaccess-readonly", - "dom-gpustoragetextureaccess-writeonly", + "dom-gpustoragetextureaccess-read-only", + "dom-gpustoragetextureaccess-write-only", "dictdef-gpustoragetexturebindinglayout", "ref-for-enumdef-gpustoragetextureaccess", "ref-for-dom-gpustoragetexturebindinglayout-access①", @@ -1686,12 +1715,12 @@ "ref-for-gpubindgrouplayout⑧", "dom-gpubindgrouplayout-entrymap-slot", "ref-for-ordered-map", - "ref-for-typedefdef-gpusize32②⑧", + "ref-for-typedefdef-gpusize32③⓪", "ref-for-dictdef-gpubindgrouplayoutentry①③", "ref-for-dictdef-gpubindgrouplayoutentry①④", "ref-for-gpubindgrouplayout⑨", "dom-gpubindgrouplayout-dynamicoffsetcount-slot", - "ref-for-typedefdef-gpusize32②⑨", + "ref-for-typedefdef-gpusize32③①", "ref-for-gpubindgrouplayout①⓪", "dom-gpudevice-createbindgrouplayout", "ref-for-gpubindgrouplayout①①", @@ -1701,35 +1730,37 @@ "ref-for-gpubindgrouplayout①②", "ref-for-gpubindgrouplayout①③", "ref-for-gpubindgrouplayout①④", + "ref-for-dom-gpudevice-device-slot②", + "ref-for-dom-device-limits-slot②", "ref-for-device-timeline⑤", "ref-for-valid③", "ref-for-gpudevice②⑦", "ref-for-dom-gpubindgrouplayoutentry-binding①", "ref-for-abstract-opdef-layout-entry-binding-type⑥", "ref-for-dom-gpubufferbindingtype-uniform⑤", - "ref-for-dom-gpulimits-maxuniformbufferspershaderstage①", + "ref-for-dom-supported-limits-maxuniformbufferspershaderstage", "ref-for-abstract-opdef-layout-entry-binding-type⑦", "ref-for-dom-gpubufferbindingtype-storage④", - "ref-for-dom-gpulimits-maxstoragebufferspershaderstage①", + "ref-for-dom-supported-limits-maxstoragebufferspershaderstage", "ref-for-binding-member③", "ref-for-dom-gpubindgrouplayoutentry-texture⑥", - "ref-for-dom-gpulimits-maxsampledtexturespershaderstage①", + "ref-for-dom-supported-limits-maxsampledtexturespershaderstage", "ref-for-binding-member④", "ref-for-dom-gpubindgrouplayoutentry-storagetexture⑥", - "ref-for-dom-gpulimits-maxstoragetexturespershaderstage①", + "ref-for-dom-supported-limits-maxstoragetexturespershaderstage", "ref-for-binding-member⑤", "ref-for-dom-gpubindgrouplayoutentry-sampler⑥", - "ref-for-dom-gpulimits-maxsamplerspershaderstage①", + "ref-for-dom-supported-limits-maxsamplerspershaderstage", "ref-for-abstract-opdef-layout-entry-binding-type⑧", "ref-for-dom-gpubufferbindingtype-uniform⑥", "ref-for-dom-gpubindgrouplayoutentry-buffer⑦", "ref-for-dom-gpubufferbindinglayout-hasdynamicoffset③", - "ref-for-dom-gpulimits-maxdynamicuniformbuffersperpipelinelayout①", + "ref-for-dom-supported-limits-maxdynamicuniformbuffersperpipelinelayout", "ref-for-abstract-opdef-layout-entry-binding-type⑨", "ref-for-dom-gpubufferbindingtype-storage⑤", "ref-for-dom-gpubindgrouplayoutentry-buffer⑧", "ref-for-dom-gpubufferbindinglayout-hasdynamicoffset④", - "ref-for-dom-gpulimits-maxdynamicstoragebuffersperpipelinelayout①", + "ref-for-dom-supported-limits-maxdynamicstoragebuffersperpipelinelayout", "ref-for-dictdef-gpubindgrouplayoutentry①⑤", "ref-for-dom-gpubindgrouplayoutdescriptor-entries⑦", "ref-for-dom-gpubindgrouplayoutentry-buffer⑨", @@ -1739,8 +1770,8 @@ "ref-for-dom-gpubindgrouplayoutentry-visibility⑥", "ref-for-dom-gpushaderstage-vertex", "ref-for-abstract-opdef-layout-entry-binding-type①⓪", - "ref-for-dom-gpubufferbindingtype-readonly-storage②", - "ref-for-dom-gpustoragetextureaccess-writeonly①", + "ref-for-dom-gpubufferbindingtype-read-only-storage②", + "ref-for-dom-gpustoragetextureaccess-write-only①", "ref-for-dom-gputexturebindinglayout-multisampled①", "ref-for-dom-gputexturebindinglayout-viewdimension①", "ref-for-dom-gputextureviewdimension-2d①", @@ -1770,12 +1801,12 @@ "ref-for-group-equivalent", "gpu-bind-group", "gpubindgroup", - "ref-for-gpubindgroup③", "ref-for-gpubindgroup④", "ref-for-gpubindgroup⑤", + "ref-for-gpubindgroup⑥", "ref-for-gpuobjectbase①⓪", "bind-group-creation", - "ref-for-gpubindgroup⑥", + "ref-for-gpubindgroup⑦", "ref-for-dom-gpudevice-createbindgroup①", "dictdef-gpubindgroupdescriptor", "ref-for-dictdef-gpuobjectdescriptorbase⑦", @@ -1785,7 +1816,7 @@ "ref-for-dictdef-gpubindgroupentry①", "dom-gpubindgroupdescriptor-entries", "ref-for-dictdef-gpubindgroupentry②", - "ref-for-gpubindgroup⑦", + "ref-for-gpubindgroup⑧", "ref-for-gpusampler①⑦", "ref-for-gputextureview①①", "ref-for-dictdef-gpubufferbinding⑤", @@ -1804,30 +1835,33 @@ "dom-gpubufferbinding-size", "ref-for-dom-gpubufferbinding-size②", "ref-for-dom-gpubufferbinding-offset", - "ref-for-gpubindgroup⑧", + "ref-for-gpubindgroup⑨", "dom-gpubindgroup-layout-slot", "ref-for-gpubindgrouplayout①⑦", "ref-for-gpubindgrouplayout①⑧", - "ref-for-gpubindgroup⑨", + "ref-for-gpubindgroup①⓪", "dom-gpubindgroup-entries-slot", "ref-for-dictdef-gpubindgroupentry③", "ref-for-dictdef-gpubindgroupentry④", - "ref-for-gpubindgroup①⓪", + "ref-for-gpubindgroup①①", "dom-gpubindgroup-usedresources-slot", "ref-for-ordered-map①", "ref-for-subresource⑨", - "ref-for-list④", + "ref-for-list②", "ref-for-internal-usage⑥", "ref-for-subresource①⓪", "ref-for-internal-usage⑦", "dom-gpudevice-createbindgroup", - "ref-for-gpubindgroup①①", + "ref-for-gpubindgroup①②", "ref-for-gpudevice②⑧", "ref-for-dom-gpudevice-createbindgroup②", "dom-gpudevice-createbindgroup-descriptor-descriptor", - "ref-for-gpubindgroup①②", "ref-for-gpubindgroup①③", "ref-for-gpubindgroup①④", + "ref-for-gpubindgroup①⑤", + "ref-for-dom-gpudevice-device-slot③", + "ref-for-dom-device-limits-slot③", + "ref-for-dom-supported-limits-maxuniformbufferbindingsize", "ref-for-device-timeline⑥", "ref-for-valid④", "ref-for-gpudevice②⑨", @@ -1904,17 +1938,17 @@ "ref-for-dom-gpubufferdescriptor-usage⑨", "ref-for-dom-gpubufferusage-uniform①", "ref-for-dom-gpubufferbinding-size⑤", - "ref-for-dom-gpulimits-maxuniformbufferbindingsize①", + "ref-for-dom-supported-limits-maxuniformbufferbindingsize①", "issue-c31fef38", "ref-for-dom-gpubufferbinding-size⑥", "ref-for-dom-gpubufferbinding-size⑦", "ref-for-dom-gpubufferbindingtype-storage⑥", - "ref-for-dom-gpubufferbindingtype-readonly-storage③", + "ref-for-dom-gpubufferbindingtype-read-only-storage③", "ref-for-dom-gpubufferbinding-buffer②", "ref-for-dom-gpubufferdescriptor-usage①⓪", "ref-for-dom-gpubufferusage-storage②", "ref-for-dom-gpubufferbinding-size⑧", - "ref-for-dom-gpulimits-maxstoragebufferbindingsize①", + "ref-for-dom-supported-limits-maxstoragebufferbindingsize", "issue-0155324d", "ref-for-gpuvalidationerror③", "ref-for-invalid①⓪", @@ -1931,24 +1965,24 @@ "issue-ebdddb0f", "pipeline-layout", "gpupipelinelayout", - "ref-for-gpupipelinelayout①⓪", - "ref-for-gpubindgroup①⑤", - "ref-for-dom-gpuprogrammablepassencoder-setbindgroup②", + "ref-for-gpupipelinelayout⑨", + "ref-for-gpubindgroup①⑥", + "ref-for-dom-gpuprogrammablepassencoder-setbindgroup③", "ref-for-dom-gpurenderencoderbase-setpipeline", "ref-for-dom-gpucomputepassencoder-setpipeline", - "ref-for-gpubindgroup①⑥", + "ref-for-gpubindgroup①⑦", "ref-for-gpubindgrouplayout①⑨", "ref-for-serializable⑥", + "ref-for-gpupipelinelayout①⓪", "ref-for-gpupipelinelayout①①", - "ref-for-gpupipelinelayout①②", "ref-for-gpuobjectbase①①", - "ref-for-gpupipelinelayout①③", + "ref-for-gpupipelinelayout①②", "dom-gpupipelinelayout-bindgrouplayouts-slot", - "ref-for-list⑤", + "ref-for-list③", "ref-for-gpubindgrouplayout②⓪", "ref-for-gpubindgrouplayout②①", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts⑧", - "ref-for-gpupipelinelayout①④", + "ref-for-gpupipelinelayout①③", "ref-for-gpurenderpipeline⑥", "ref-for-gpucomputepipeline③", "example-79731c41", @@ -1956,21 +1990,21 @@ "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot", "ref-for-gpucomputepipeline⑤", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot①", - "ref-for-dom-gpuprogrammablepassencoder-setbindgroup③", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup④", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑤", - "ref-for-dom-gpucomputepassencoder-setpipeline①", - "ref-for-dom-gpucomputepassencoder-dispatch①", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑥", - "ref-for-dom-gpucomputepassencoder-setpipeline②", + "ref-for-dom-gpucomputepassencoder-setpipeline①", "ref-for-dom-gpucomputepassencoder-dispatch②", + "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑦", + "ref-for-dom-gpucomputepassencoder-setpipeline②", + "ref-for-dom-gpucomputepassencoder-dispatch③", "ref-for-gpubindgrouplayout②②", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot②", - "ref-for-gpubindgroup①⑦", + "ref-for-gpubindgroup①⑧", "issue-cc2b6d99", - "ref-for-gpupipelinelayout①⑤", + "ref-for-gpupipelinelayout①④", "pipeline-layout-creation", - "ref-for-gpupipelinelayout①⑥", + "ref-for-gpupipelinelayout①⑤", "ref-for-dom-gpudevice-createpipelinelayout①", "dictdef-gpupipelinelayoutdescriptor", "ref-for-dictdef-gpuobjectdescriptorbase⑧", @@ -1978,27 +2012,29 @@ "ref-for-gpubindgrouplayout②③", "dom-gpupipelinelayoutdescriptor-bindgrouplayouts", "dom-gpudevice-createpipelinelayout", - "ref-for-gpupipelinelayout①⑦", + "ref-for-gpupipelinelayout①⑥", "ref-for-gpudevice③⓪", "ref-for-dom-gpudevice-createpipelinelayout②", "dom-gpudevice-createpipelinelayout-descriptor-descriptor", + "ref-for-gpupipelinelayout①⑦", "ref-for-gpupipelinelayout①⑧", - "ref-for-gpupipelinelayout①⑨", "ref-for-valid⑤", "ref-for-gpudevice③①", - "ref-for-dom-gpulimits-maxbindgroups①", + "ref-for-dom-gpudevice-device-slot④", + "ref-for-dom-device-limits-slot④", + "ref-for-dom-supported-limits-maxbindgroups", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts⑨", "ref-for-gpubindgrouplayout②④", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts①⓪", "ref-for-abstract-opdef-valid-to-use-with⑤", "ref-for-gpuvalidationerror④", "ref-for-invalid①①", + "ref-for-gpupipelinelayout①⑨", "ref-for-gpupipelinelayout②⓪", - "ref-for-gpupipelinelayout②①", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot③", "ref-for-dom-gpupipelinelayoutdescriptor-bindgrouplayouts①①", "issue-4997f40b", - "ref-for-gpupipelinelayout②②", + "ref-for-gpupipelinelayout②①", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot④", "ref-for-gpubindgrouplayout②⑤", "ref-for-group-equivalent①", @@ -2011,7 +2047,7 @@ "dom-gpucompilationmessagetype-info", "ref-for-serializable⑦", "gpucompilationmessage", - "ref-for-idl-DOMString②", + "ref-for-idl-DOMString④", "dom-gpucompilationmessage-message", "ref-for-enumdef-gpucompilationmessagetype", "dom-gpucompilationmessage-type", @@ -2072,7 +2108,7 @@ "pipeline-base", "dictdef-gpupipelinedescriptorbase", "ref-for-dictdef-gpuobjectdescriptorbase①⓪", - "ref-for-gpupipelinelayout②③", + "ref-for-gpupipelinelayout②②", "dom-gpupipelinedescriptorbase-layout", "gpupipelinebase", "ref-for-gpubindgrouplayout②⑥", @@ -2091,7 +2127,9 @@ "dom-gpupipelinebase-getbindgrouplayout-index-index", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot⑤", "ref-for-gpubindgrouplayout②⑨", - "ref-for-dom-gpulimits-maxbindgroups②", + "ref-for-dom-gpuobjectbase-device-slot③", + "ref-for-dom-device-limits-slot⑤", + "ref-for-dom-supported-limits-maxbindgroups①", "ref-for-exceptiondef-rangeerror", "ref-for-valid⑥", "ref-for-gpubindgrouplayout③⓪", @@ -2107,8 +2145,8 @@ "default-pipeline-layout", "ref-for-gpupipelinebase④", "ref-for-dom-gpupipelinedescriptorbase-layout", - "ref-for-dom-device-limits-slot①", - "ref-for-dom-gpulimits-maxbindgroups③", + "ref-for-dom-device-limits-slot⑥", + "ref-for-dom-supported-limits-maxbindgroups②", "ref-for-dictdef-gpubindgrouplayoutdescriptor①", "ref-for-dom-gpubindgrouplayoutdescriptor-entries①①", "ref-for-dictdef-gpuprogrammablestagedescriptor", @@ -2130,7 +2168,7 @@ "ref-for-dom-gpubufferbindinglayout-minbindingsize④", "issue-8f1d69f0", "ref-for-dom-gpubufferbindinglayout-type③", - "ref-for-dom-gpubufferbindingtype-readonly-storage④", + "ref-for-dom-gpubufferbindingtype-read-only-storage④", "ref-for-dom-gpubufferbindinglayout-type④", "ref-for-dom-gpubufferbindingtype-storage⑦", "ref-for-dom-gpubindgrouplayoutentry-buffer①⑥", @@ -2143,9 +2181,9 @@ "ref-for-dom-gpustoragetexturebindinglayout-format④", "ref-for-dom-gpustoragetexturebindinglayout-viewdimension③", "ref-for-dom-gpustoragetexturebindinglayout-access②", - "ref-for-dom-gpustoragetextureaccess-readonly①", + "ref-for-dom-gpustoragetextureaccess-read-only①", "ref-for-dom-gpustoragetexturebindinglayout-access③", - "ref-for-dom-gpustoragetextureaccess-writeonly②", + "ref-for-dom-gpustoragetextureaccess-write-only②", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①①", "ref-for-dom-gpubindgrouplayoutentry-binding⑤", "ref-for-dom-gpubindgrouplayoutentry-visibility⑧", @@ -2175,7 +2213,7 @@ "abstract-opdef-validating-gpuprogrammablestagedescriptor", "ref-for-gpushaderstage⑥", "ref-for-dictdef-gpuprogrammablestagedescriptor③", - "ref-for-gpupipelinelayout②④", + "ref-for-gpupipelinelayout②③", "ref-for-dom-gpuprogrammablestagedescriptor-module①", "ref-for-valid⑦", "ref-for-gpushadermodule①⑤", @@ -2183,10 +2221,17 @@ "ref-for-dom-gpuprogrammablestagedescriptor-entrypoint①", "ref-for-statically-used", "ref-for-abstract-opdef-validating-shader-binding", + "ref-for-statically-used①", + "ref-for-dictdef-gpubindgrouplayoutentry①⑨", + "ref-for-dictdef-gpubindgrouplayoutentry②⓪", + "ref-for-dom-gputexturebindinglayout-sampletype⑥", + "ref-for-dom-gputexturesampletype-unfilterable-float①", + "ref-for-dom-gpusamplerbindinglayout-type③", + "ref-for-dom-gpusamplerbindingtype-filtering②", "abstract-opdef-validating-shader-binding", - "ref-for-gpupipelinelayout②⑤", + "ref-for-gpupipelinelayout②④", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slot⑦", - "ref-for-dictdef-gpubindgrouplayoutentry①⑨", + "ref-for-dictdef-gpubindgrouplayoutentry②①", "ref-for-dom-gpubindgrouplayoutentry-binding⑥", "ref-for-binding-member⑦", "ref-for-dom-gpubindgrouplayoutentry-buffer②⓪", @@ -2194,7 +2239,7 @@ "ref-for-dom-gpubufferbindinglayout-type⑤", "ref-for-dom-gpubufferbindingtype-uniform⑧", "ref-for-dom-gpubufferbindingtype-storage⑧", - "ref-for-dom-gpubufferbindingtype-readonly-storage⑤", + "ref-for-dom-gpubufferbindingtype-read-only-storage⑤", "ref-for-dom-gpubindgrouplayoutentry-buffer②②", "ref-for-dom-gpubufferbindinglayout-minbindingsize⑧", "ref-for-dom-gpubindgrouplayoutentry-buffer②③", @@ -2203,38 +2248,37 @@ "ref-for-dom-gpubufferbindinglayout-minbindingsize①⓪", "ref-for-dom-gpubindgrouplayoutentry-sampler①①", "ref-for-dom-gpubindgrouplayoutentry-sampler①②", - "ref-for-dom-gpusamplerbindinglayout-type③", - "ref-for-dom-gpusamplerbindingtype-filtering②", + "ref-for-dom-gpusamplerbindinglayout-type④", + "ref-for-dom-gpusamplerbindingtype-filtering③", "ref-for-dom-gpusamplerbindingtype-non-filtering②", "ref-for-dom-gpusamplerbindingtype-comparison③", "ref-for-dom-gpubindgrouplayoutentry-texture①③", "ref-for-dom-gpubindgrouplayoutentry-texture①④", "ref-for-dom-gputexturebindinglayout-multisampled④", "ref-for-dom-gpubindgrouplayoutentry-texture①⑤", - "ref-for-dom-gputexturebindinglayout-sampletype⑥", + "ref-for-dom-gputexturebindinglayout-sampletype⑦", "ref-for-dom-gpubindgrouplayoutentry-texture①⑥", "ref-for-dom-gputexturebindinglayout-viewdimension④", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①②", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①③", "ref-for-dom-gpustoragetexturebindinglayout-access④", - "ref-for-dom-gpustoragetextureaccess-readonly②", - "ref-for-dom-gpustoragetextureaccess-writeonly③", + "ref-for-dom-gpustoragetextureaccess-read-only②", + "ref-for-dom-gpustoragetextureaccess-write-only③", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①④", "ref-for-dom-gpustoragetexturebindinglayout-format⑤", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①⑤", "ref-for-dom-gpustoragetexturebindinglayout-viewdimension④", - "issue-d53dd649", "statically-used", "compute-pipeline", "gpucomputepipeline", "ref-for-gpucomputepipeline⑦", "ref-for-pipeline⑤", - "ref-for-gpucomputepassencoder②", - "ref-for-gpupipelinelayout②⑥", + "ref-for-gpucomputepassencoder①", + "ref-for-gpupipelinelayout②⑤", "ref-for-dom-gpubindgrouplayoutentry-buffer②⑤", "ref-for-dom-gpubufferbindingtype-storage⑨", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①⑥", - "ref-for-dom-gpustoragetextureaccess-writeonly④", + "ref-for-dom-gpustoragetextureaccess-write-only④", "ref-for-pipeline⑥", "ref-for-serializable①②", "ref-for-gpucomputepipeline⑧", @@ -2287,10 +2331,10 @@ "gpurenderpipeline", "ref-for-gpurenderpipeline⑧", "ref-for-pipeline⑦", - "ref-for-gpurenderpassencoder③", + "ref-for-gpurenderpassencoder②", "ref-for-gpurenderbundleencoder①", "ref-for-pipeline⑧", - "ref-for-gpupipelinelayout②⑦", + "ref-for-gpupipelinelayout②⑥", "ref-for-dictdef-gpuvertexstatedescriptor", "ref-for-dictdef-gpucolorstatedescriptor", "ref-for-dictdef-gpudepthstencilstatedescriptor", @@ -2300,7 +2344,7 @@ "ref-for-dom-gpubufferbindingtype-storage①⓪", "ref-for-dom-gpubindgrouplayoutentry-storagetexture①⑦", "ref-for-dom-gpustoragetexturebindinglayout-access⑤", - "ref-for-dom-gpustoragetextureaccess-writeonly⑤", + "ref-for-dom-gpustoragetextureaccess-write-only⑤", "ref-for-dictdef-gpucolorstatedescriptor①", "ref-for-dictdef-gpudepthstencilstatedescriptor①", "ref-for-pipeline①⓪", @@ -2342,7 +2386,7 @@ "dom-gpurenderpipelinedescriptor-depthstencilstate", "ref-for-dictdef-gpuvertexstatedescriptor②", "dom-gpurenderpipelinedescriptor-vertexstate", - "ref-for-typedefdef-gpusize32③⓪", + "ref-for-typedefdef-gpusize32③②", "dom-gpurenderpipelinedescriptor-samplecount", "ref-for-typedefdef-gpusamplemask", "dom-gpurenderpipelinedescriptor-samplemask", @@ -2382,7 +2426,7 @@ "ref-for-final-sample-mask", "rasterization-mask", "shader-output-mask", - "ref-for-statically-used①", + "ref-for-statically-used②", "ref-for-dom-gpurenderpipelinedescriptor-alphatocoverageenabled①", "ref-for-shader-output-mask①", "ref-for-alpha-to-coverage-mask", @@ -2400,44 +2444,17 @@ "ref-for-gpudevice③⑦", "ref-for-dom-gpupipelinedescriptorbase-layout③", "ref-for-abstract-opdef-valid-to-use-with⑦", - "ref-for-abstract-opdef-validating-gpuprogrammablestagedescriptor①", - "ref-for-dom-gpushaderstage-vertex①", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstage①", - "ref-for-dom-gpupipelinedescriptorbase-layout④", - "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage①", - "ref-for-abstract-opdef-validating-gpuprogrammablestagedescriptor②", - "ref-for-dom-gpushaderstage-fragment", - "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage②", - "ref-for-dom-gpupipelinedescriptorbase-layout⑤", - "ref-for-dom-gpurenderpipelinedescriptor-colorstates③", - "ref-for-dom-gpurenderpipelinedescriptor-colorstates④", - "ref-for-abstract-opdef-validating-gpucolorstatedescriptor", - "ref-for-abstract-opdef-validating-gpuvertexstatedescriptor", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstate①", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstage②", - "ref-for-dom-gpurenderpipelinedescriptor-alphatocoverageenabled②", - "ref-for-dom-gpurenderpipelinedescriptor-samplecount②", - "ref-for-statically-used②", - "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage③", - "ref-for-dom-gpurenderpipelinedescriptor-alphatocoverageenabled③", - "ref-for-dom-gpurenderpipelinedescriptor-primitivetopology①", - "ref-for-dom-gpuprimitivetopology-line-strip", - "ref-for-dom-gpuprimitivetopology-triangle-strip", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstate②", - "ref-for-dom-gpuvertexstatedescriptor-indexformat", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstate③", - "ref-for-dom-gpuvertexstatedescriptor-indexformat①", + "ref-for-abstract-opdef-validating-gpurenderpipelinedescriptor", + "ref-for-dom-device-features-slot①", "ref-for-gpuvalidationerror⑥", "ref-for-invalid①④", "ref-for-dom-gpurenderpipeline-descriptor-slot", - "ref-for-dom-gpurenderpipelinedescriptor-primitivetopology②", - "ref-for-dom-gpuprimitivetopology-line-strip①", - "ref-for-dom-gpuprimitivetopology-triangle-strip①", + "ref-for-dom-gpurenderpipelinedescriptor-primitivetopology①", + "ref-for-dom-gpuprimitivetopology-line-strip", + "ref-for-dom-gpuprimitivetopology-triangle-strip", "ref-for-dom-gpurenderpipeline-strip_index_format-slot", - "ref-for-dom-gpurenderpipelinedescriptor-vertexstate④", - "ref-for-dom-gpuvertexstatedescriptor-indexformat②", - "issue-dc62d842", - "issue-d766b2b6", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstate①", + "ref-for-dom-gpuvertexstatedescriptor-indexformat", "issue-22c6f42f", "dom-gpudevice-createreadyrenderpipeline", "ref-for-gpurenderpipeline①⑦", @@ -2457,6 +2474,49 @@ "ref-for-gpurenderpipeline②①", "ref-for-dom-gpudevice-createrenderpipeline③", "ref-for-resolve⑥", + "abstract-opdef-validating-gpurenderpipelinedescriptor", + "ref-for-dictdef-gpurenderpipelinedescriptor⑤", + "ref-for-list④", + "ref-for-enumdef-gpufeaturename①②", + "ref-for-abstract-opdef-validating-gpuprogrammablestagedescriptor①", + "ref-for-dom-gpushaderstage-vertex①", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstage①", + "ref-for-dom-gpupipelinedescriptorbase-layout④", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage①", + "ref-for-abstract-opdef-validating-gpuprogrammablestagedescriptor②", + "ref-for-dom-gpushaderstage-fragment", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage②", + "ref-for-dom-gpupipelinedescriptorbase-layout⑤", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage③", + "ref-for-dom-gpurenderpipelinedescriptor-colorstates③", + "ref-for-dom-gpurenderpipelinedescriptor-colorstates④", + "ref-for-dom-gpurenderpipelinedescriptor-colorstates⑤", + "ref-for-abstract-opdef-validating-gpucolorstatedescriptor", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage④", + "ref-for-abstract-opdef-validating-gpurasterizationstatedescriptor", + "ref-for-dom-gpurenderpipelinedescriptor-rasterizationstate①", + "ref-for-dom-gpurenderpipelinedescriptor-depthstencilstate①", + "ref-for-abstract-opdef-validating-gpudepthstencilstatedescriptor", + "ref-for-dom-gpurenderpipelinedescriptor-depthstencilstate②", + "ref-for-abstract-opdef-validating-gpuvertexstatedescriptor", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstate②", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstage②", + "ref-for-dom-gpurenderpipelinedescriptor-alphatocoverageenabled②", + "ref-for-dom-gpurenderpipelinedescriptor-samplecount②", + "ref-for-statically-used③", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentstage⑤", + "ref-for-dom-gpurenderpipelinedescriptor-alphatocoverageenabled③", + "ref-for-dom-gpurenderpipelinedescriptor-primitivetopology②", + "ref-for-dom-gpuprimitivetopology-line-strip①", + "ref-for-dom-gpuprimitivetopology-triangle-strip①", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstate③", + "ref-for-dom-gpuvertexstatedescriptor-indexformat①", + "ref-for-dom-gpurenderpipelinedescriptor-vertexstate④", + "ref-for-dom-gpuvertexstatedescriptor-indexformat②", + "issue-d8620104", + "issue-3e1e1014", + "issue-8cb8079c", + "issue-dc62d842", "primitive-topology", "enumdef-gpuprimitivetopology", "dom-gpuprimitivetopology-point-list", @@ -2480,7 +2540,6 @@ "dom-gpurasterizationstatedescriptor-depthbiasclamp", "abstract-opdef-validating-gpurasterizationstatedescriptor", "ref-for-dom-gpurasterizationstatedescriptor-clampdepth", - "ref-for-dom-device-features-slot①", "ref-for-list-contain", "ref-for-dom-gpufeaturename-depth-clamping①", "enumdef-gpufrontface", @@ -2547,11 +2606,13 @@ "dom-gpublendoperation-max", "abstract-opdef-validating-gpucolorstatedescriptor", "ref-for-dictdef-gpucolorstatedescriptor④", + "ref-for-dictdef-gpuprogrammablestagedescriptor⑦", "ref-for-dom-gpucolorstatedescriptor-format", "ref-for-dom-gputextureusage-render_attachment②", "ref-for-dom-gpucolorstatedescriptor-blend", "ref-for-dom-gpucolorstatedescriptor-format①", "ref-for-dom-gpucolorstatedescriptor-writemask", + "ref-for-dom-gpucolorstatedescriptor-format②", "depth-stencil-state", "dictdef-gpudepthstencilstatedescriptor", "ref-for-enumdef-gputextureformat①④", @@ -2586,6 +2647,17 @@ "dom-gpustenciloperation-decrement-clamp", "dom-gpustenciloperation-increment-wrap", "dom-gpustenciloperation-decrement-wrap", + "abstract-opdef-validating-gpudepthstencilstatedescriptor", + "ref-for-dictdef-gpudepthstencilstatedescriptor⑤", + "ref-for-dom-gpudepthstencilstatedescriptor-format", + "ref-for-dom-gpudepthstencilstatedescriptor-depthwriteenabled", + "ref-for-dom-gpudepthstencilstatedescriptor-depthcompare", + "ref-for-dom-gpucomparefunction-always①", + "ref-for-dom-gpudepthstencilstatedescriptor-format①", + "ref-for-dom-gpudepthstencilstatedescriptor-stencilfront", + "ref-for-dom-gpudepthstencilstatedescriptor-stencilback", + "ref-for-dom-gpudepthstencilstatedescriptor-format②", + "issue-793a8564", "vertex-state", "enumdef-gpuindexformat", "dom-gpuindexformat-uint16", @@ -2593,7 +2665,7 @@ "ref-for-dom-gpuprimitivetopology-line-strip②", "ref-for-dom-gpuprimitivetopology-triangle-strip②", "primitive-restart-value", - "ref-for-dictdef-gpurenderpipelinedescriptor⑤", + "ref-for-dictdef-gpurenderpipelinedescriptor⑥", "ref-for-dom-gpuvertexstatedescriptor-indexformat③", "ref-for-primitive-restart-value", "ref-for-dom-gpuindexformat-uint16", @@ -2663,35 +2735,43 @@ "ref-for-typedefdef-gpuindex32③", "dom-gpuvertexattributedescriptor-shaderlocation", "abstract-opdef-validating-gpuvertexbufferlayoutdescriptor", + "ref-for-gpudevice③⑨", "ref-for-dictdef-gpuvertexbufferlayoutdescriptor①", - "ref-for-dictdef-gpuprogrammablestagedescriptor⑦", + "ref-for-dictdef-gpuprogrammablestagedescriptor⑧", "ref-for-dom-gpuvertexbufferlayoutdescriptor-arraystride②", - "ref-for-dom-gpulimits-maxvertexarraystride①", + "ref-for-dom-gpudevice-device-slot⑤", + "ref-for-dom-device-limits-slot⑦", + "ref-for-dom-supported-limits-maxvertexbufferarraystride", "ref-for-dom-gpuvertexbufferlayoutdescriptor-attributes②", "ref-for-dom-gpuvertexattributedescriptor-offset①", "ref-for-dom-gpuvertexattributedescriptor-format①", "ref-for-dom-gpuvertexbufferlayoutdescriptor-arraystride③", "ref-for-dom-gpuprogrammablestagedescriptor-module③", - "ref-for-statically-used③", + "ref-for-statically-used④", "ref-for-dom-gpuprogrammablestagedescriptor-entrypoint②", "ref-for-dom-gpuvertexbufferlayoutdescriptor-attributes③", "ref-for-dom-gpuvertexattributedescriptor-format②", "ref-for-dom-gpuvertexattributedescriptor-shaderlocation①", "abstract-opdef-validating-gpuvertexstatedescriptor", + "ref-for-gpudevice④⓪", "ref-for-dictdef-gpuvertexstatedescriptor④", - "ref-for-dictdef-gpuprogrammablestagedescriptor⑧", + "ref-for-dictdef-gpuprogrammablestagedescriptor⑨", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers②", - "ref-for-dom-gpulimits-maxvertexbuffers①", + "ref-for-dom-gpudevice-device-slot⑥", + "ref-for-dom-device-limits-slot⑧", + "ref-for-dom-supported-limits-maxvertexbuffers", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers③", "ref-for-abstract-opdef-validating-gpuvertexbufferlayoutdescriptor", "ref-for-dom-gpuvertexbufferlayoutdescriptor-attributes④", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers④", - "ref-for-dom-gpulimits-maxvertexattributes①", + "ref-for-dom-gpudevice-device-slot⑦", + "ref-for-dom-device-limits-slot⑨", + "ref-for-dom-supported-limits-maxvertexattributes", "ref-for-dictdef-gpuvertexattributedescriptor②", "ref-for-dom-gpuvertexstatedescriptor-vertexbuffers⑤", "ref-for-dom-gpuvertexattributedescriptor-shaderlocation②", "command-buffers", - "ref-for-gpu-command", + "ref-for-gpu-command①", "ref-for-gpuqueue⑤", "gpu-command", "command-buffer", @@ -2715,10 +2795,10 @@ "ref-for-dom-gpucommandencoderdescriptor-measureexecutiontime②", "ref-for-gpucommandbuffer⑥", "dom-gpucommandbuffer-command_list-slot", - "ref-for-list⑥", - "ref-for-gpu-command①", - "ref-for-list⑦", + "ref-for-list⑤", "ref-for-gpu-command②", + "ref-for-list⑥", + "ref-for-gpu-command③", "ref-for-queue-timeline⑨", "command-buffer-creation", "dictdef-gpucommandbufferdescriptor", @@ -2727,11 +2807,11 @@ "command-encoder", "gpucommandencoder", "ref-for-gpucommandencoder④", - "ref-for-gpurenderpassencoder④", + "ref-for-gpurenderpassencoder③", "ref-for-dom-gpucommandencoder-beginrenderpass②", "ref-for-dictdef-gpurenderpassdescriptor①", "ref-for-dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", - "ref-for-gpucomputepassencoder③", + "ref-for-gpucomputepassencoder②", "ref-for-dom-gpucommandencoder-begincomputepass", "ref-for-dictdef-gpucomputepassdescriptor", "ref-for-dom-gpucommandencoder-begincomputepass-descriptor-descriptor", @@ -2785,15 +2865,15 @@ "ref-for-dom-gpucommandencoder-writetimestamp", "ref-for-gpuqueryset①", "ref-for-dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryset", - "ref-for-typedefdef-gpusize32③①", + "ref-for-typedefdef-gpusize32③③", "ref-for-dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefined①⑥", "ref-for-dom-gpucommandencoder-resolvequeryset", "ref-for-gpuqueryset②", "ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset", - "ref-for-typedefdef-gpusize32③②", + "ref-for-typedefdef-gpusize32③④", "ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-firstquery", - "ref-for-typedefdef-gpusize32③③", + "ref-for-typedefdef-gpusize32③⑤", "ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-querycount", "ref-for-gpubuffer⑤⑦", "ref-for-dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination", @@ -2807,10 +2887,10 @@ "ref-for-gpuobjectbase①⑥", "ref-for-gpucommandencoder⑥", "dom-gpucommandencoder-command_list-slot", - "ref-for-list⑧", - "ref-for-gpu-command③", - "ref-for-list⑨", + "ref-for-list⑦", "ref-for-gpu-command④", + "ref-for-list⑧", + "ref-for-gpu-command⑤", "ref-for-queue-timeline①⓪", "ref-for-gpucommandbuffer⑧", "dom-gpucommandencoder-state-slot", @@ -2829,26 +2909,26 @@ "ref-for-dom-encoder-state-open①", "ref-for-gpucommandencoder①⓪", "ref-for-valid①⓪", - "ref-for-gpurenderpassencoder⑤", - "ref-for-gpucomputepassencoder④", + "ref-for-gpurenderpassencoder④", + "ref-for-gpucomputepassencoder③", "dom-encoder-state-encoding-a-render-pass", "ref-for-gpucommandencoder①①", - "ref-for-gpurenderpassencoder⑥", + "ref-for-gpurenderpassencoder⑤", "ref-for-dom-gpucommandencoder-state-slot①", "ref-for-dom-encoder-state-encoding-a-render-pass", "ref-for-dom-gpucommandencoder-beginrenderpass③", "ref-for-dom-gpurenderpassencoder-endpass", - "ref-for-gpurenderpassencoder⑦", + "ref-for-gpurenderpassencoder⑥", "ref-for-dom-gpucommandencoder-state-slot②", "ref-for-dom-encoder-state-open②", "dom-encoder-state-encoding-a-compute-pass", "ref-for-gpucommandencoder①②", - "ref-for-gpucomputepassencoder⑤", + "ref-for-gpucomputepassencoder④", "ref-for-dom-gpucommandencoder-state-slot③", "ref-for-dom-encoder-state-encoding-a-compute-pass", "ref-for-dom-gpucommandencoder-begincomputepass①", "ref-for-dom-gpucomputepassencoder-endpass", - "ref-for-gpucomputepassencoder⑥", + "ref-for-gpucomputepassencoder⑤", "ref-for-dom-gpucommandencoder-state-slot④", "ref-for-dom-encoder-state-open③", "dom-encoder-state-closed", @@ -2867,7 +2947,7 @@ "ref-for-idl-boolean①②", "dom-gpudevice-createcommandencoder", "ref-for-gpucommandencoder①⑤", - "ref-for-gpudevice③⑨", + "ref-for-gpudevice④①", "ref-for-dom-gpudevice-createcommandencoder①", "dom-gpudevice-createcommandencoder-descriptor-descriptor", "ref-for-gpucommandencoder①⑥", @@ -2879,8 +2959,8 @@ "ref-for-gpucommandencoder①⑧", "ref-for-dom-gpucommandencoder-beginrenderpass④", "dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", + "ref-for-gpurenderpassencoder⑦", "ref-for-gpurenderpassencoder⑧", - "ref-for-gpurenderpassencoder⑨", "ref-for-device-timeline①①", "ref-for-dom-gpucommandencoder-state-slot⑥", "ref-for-dom-encoder-state-open④", @@ -2905,7 +2985,7 @@ "ref-for-gpucommandencoder①⑨", "ref-for-dom-gpucommandencoder-begincomputepass②", "dom-gpucommandencoder-begincomputepass-descriptor-descriptor", - "ref-for-gpucomputepassencoder⑦", + "ref-for-gpucomputepassencoder⑥", "ref-for-device-timeline①②", "ref-for-dom-gpucommandencoder-state-slot⑧", "ref-for-dom-encoder-state-open⑤", @@ -2917,9 +2997,9 @@ "ref-for-dictdef-gputexturedatalayout", "ref-for-typedefdef-gpusize64①⑥", "dom-gputexturedatalayout-offset", - "ref-for-typedefdef-gpusize32③④", + "ref-for-typedefdef-gpusize32③⑥", "ref-for-dom-gputexturedatalayout-bytesperrow", - "ref-for-typedefdef-gpusize32③⑤", + "ref-for-typedefdef-gpusize32③⑦", "ref-for-dom-gputexturedatalayout-rowsperimage", "ref-for-dictdef-gputexturedatalayout①", "images", @@ -2940,12 +3020,12 @@ "ref-for-texel-block⑧", "issue-bde58058", "dom-gputexturedatalayout-bytesperrow", - "ref-for-typedefdef-gpusize32③⑥", + "ref-for-typedefdef-gpusize32③⑧", "ref-for-block-row", "ref-for-block-row①", "ref-for-block-row②", "dom-gputexturedatalayout-rowsperimage", - "ref-for-typedefdef-gpusize32③⑦", + "ref-for-typedefdef-gpusize32③⑨", "ref-for-block-row③", "ref-for-images②", "ref-for-texture⑤", @@ -3086,15 +3166,16 @@ "ref-for-extent3d-width②", "ref-for-extent3d-height②", "ref-for-dom-gputexturedatalayout-bytesperrow③", - "ref-for-dom-gputexturedatalayout-rowsperimage②", - "ref-for-dom-gputexturedatalayout-bytesperrow④", "ref-for-extent3d-depth③", + "ref-for-dom-gputexturedatalayout-bytesperrow④", + "ref-for-dom-gputexturedatalayout-rowsperimage②", "ref-for-dom-gputexturedatalayout-bytesperrow⑤", "ref-for-dom-gputexturedatalayout-rowsperimage③", + "ref-for-extent3d-depth④", "ref-for-dom-gputexturedatalayout-bytesperrow⑥", "ref-for-dom-gputexturedatalayout-rowsperimage④", - "ref-for-extent3d-depth④", "ref-for-extent3d-depth⑤", + "ref-for-extent3d-depth⑥", "ref-for-dom-gputexturedatalayout-bytesperrow⑦", "ref-for-dom-gputexturedatalayout-offset", "valid-texture-copy-range", @@ -3110,7 +3191,7 @@ "ref-for-dom-gputexturecopyview-texture⑨", "ref-for-dom-gputexturedimension-1d②", "ref-for-extent3d-height③", - "ref-for-extent3d-depth⑥", + "ref-for-extent3d-depth⑦", "ref-for-dom-gputexture-dimension-slot①", "ref-for-dom-gputexturecopyview-texture①⓪", "ref-for-dom-gputexturedimension-2d③", @@ -3122,10 +3203,10 @@ "ref-for-extent3d-height④", "ref-for-dom-gputexturecopyview-origin⑤", "ref-for-origin3d-z", - "ref-for-extent3d-depth⑦", + "ref-for-extent3d-depth⑧", "ref-for-extent3d-width④", "ref-for-extent3d-height⑤", - "ref-for-extent3d-depth⑧", + "ref-for-extent3d-depth⑨", "ref-for-texturecopyview-subresource-size③", "ref-for-extent3d-width⑤", "ref-for-extent3d-height⑥", @@ -3260,7 +3341,7 @@ "ref-for-dom-gputexturecopyview-texture③②", "ref-for-dom-gputexture-dimension-slot②", "ref-for-dom-gputexturedimension-2d④", - "ref-for-extent3d-depth⑨", + "ref-for-extent3d-depth①⓪", "ref-for-array-layer③", "ref-for-dom-gputexturecopyview-origin⑥", "ref-for-origin3d-z①", @@ -3365,7 +3446,7 @@ "ref-for-dom-gpucommandencoder-state-slot①⑨", "ref-for-dom-encoder-state-open①⑤", "ref-for-usage-scopes⑨", - "ref-for-usage-scope-validation", + "ref-for-usage-scope-validation①", "ref-for-dom-gpucommandencoder-state-slot②⓪", "ref-for-dom-encoder-state-closed①", "ref-for-dom-gpucommandbuffer-command_list-slot", @@ -3374,10 +3455,10 @@ "programmable-passes", "gpuprogrammablepassencoder", "ref-for-idl-undefined②⑥", - "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑦", + "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑧", "ref-for-typedefdef-gpuindex32④", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsets-index", - "ref-for-gpubindgroup①⑧", + "ref-for-gpubindgroup①⑨", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsets-bindgroup", "ref-for-idl-sequence⑦", "ref-for-typedefdef-gpubufferdynamicoffset", @@ -3386,13 +3467,13 @@ "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength", "ref-for-typedefdef-gpuindex32⑤", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-index", - "ref-for-gpubindgroup①⑨", + "ref-for-gpubindgroup②⓪", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-bindgroup", "ref-for-idl-Uint32Array", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdata", "ref-for-typedefdef-gpusize64②⓪", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatastart", - "ref-for-typedefdef-gpusize32③⑧", + "ref-for-typedefdef-gpusize32④⓪", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength", "ref-for-idl-undefined②⑧", "ref-for-dom-gpuprogrammablepassencoder-pushdebuggroup", @@ -3414,22 +3495,24 @@ "dom-gpuprogrammablepassencoder-bind_groups-slot", "ref-for-ordered-map②", "ref-for-typedefdef-gpuindex32⑥", - "ref-for-gpubindgroup②⓪", "ref-for-gpubindgroup②①", + "ref-for-gpubindgroup②②", "programmable-passes-bind-groups", "dom-gpuprogrammablepassencoder-setbindgroup", - "ref-for-gpubindgroup②②", + "ref-for-gpubindgroup②③", "ref-for-gpuprogrammablepassencoder②", - "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑧", + "ref-for-dom-gpuprogrammablepassencoder-setbindgroup⑨", "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsets-index", "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsets-bindgroup", "issue-5fe954ed", "ref-for-idl-undefined③①", "ref-for-device-timeline①⑦", - "ref-for-dom-gpuobjectbase-device-slot③", + "ref-for-dom-gpuobjectbase-device-slot④", "ref-for-invalid②⓪", "ref-for-abstract-opdef-valid-to-use-with①③", - "ref-for-dom-gpulimits-maxbindgroups④", + "ref-for-dom-gpuobjectbase-device-slot⑤", + "ref-for-dom-device-limits-slot①⓪", + "ref-for-dom-supported-limits-maxbindgroups③", "ref-for-dom-gpubindgroup-layout-slot①", "ref-for-dom-gpubindgrouplayout-dynamicoffsetcount-slot①", "ref-for-abstract-opdef-iterate-over-each-dynamic-binding-offset", @@ -3438,7 +3521,7 @@ "ref-for-dom-gpubuffer-size-slot①①", "ref-for-dom-gpuprogrammablepassencoder-bind_groups-slot", "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength", - "ref-for-gpubindgroup②③", + "ref-for-gpubindgroup②④", "ref-for-idl-Uint32Array①", "ref-for-gpuprogrammablepassencoder③", "ref-for-dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength①", @@ -3451,10 +3534,12 @@ "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength", "ref-for-idl-undefined③②", "ref-for-device-timeline①⑧", - "ref-for-dom-gpuobjectbase-device-slot④", + "ref-for-dom-gpuobjectbase-device-slot⑥", "ref-for-invalid②①", "ref-for-abstract-opdef-valid-to-use-with①④", - "ref-for-dom-gpulimits-maxbindgroups⑤", + "ref-for-dom-gpuobjectbase-device-slot⑦", + "ref-for-dom-device-limits-slot①①", + "ref-for-dom-supported-limits-maxbindgroups④", "ref-for-dom-gpubindgroup-layout-slot②", "ref-for-dom-gpubindgrouplayout-dynamicoffsetcount-slot②", "ref-for-abstract-opdef-iterate-over-each-dynamic-binding-offset①", @@ -3463,11 +3548,11 @@ "ref-for-dom-gpubuffer-size-slot①②", "ref-for-dom-gpuprogrammablepassencoder-bind_groups-slot①", "abstract-opdef-iterate-over-each-dynamic-binding-offset", - "ref-for-gpubindgroup②④", + "ref-for-gpubindgroup②⑤", "ref-for-dom-gpubindgroup-layout-slot③", "ref-for-dictdef-gpubindgroupentry⑦", "ref-for-dom-gpubindgroup-entries-slot①", - "ref-for-dictdef-gpubindgrouplayoutentry②⓪", + "ref-for-dictdef-gpubindgrouplayoutentry②②", "ref-for-dom-gpubindgrouplayout-entrymap-slot⑤", "ref-for-dom-gpubindgroupentry-binding①", "ref-for-dom-gpubindgrouplayoutentry-buffer②⑧", @@ -3515,21 +3600,21 @@ "compute-passes", "compute-pass-encoder", "gpucomputepassencoder", - "ref-for-gpucomputepassencoder⑧", + "ref-for-gpucomputepassencoder⑦", "ref-for-idl-undefined③⑥", "ref-for-dom-gpucomputepassencoder-setpipeline④", "ref-for-gpucomputepipeline②⓪", "ref-for-dom-gpucomputepassencoder-setpipeline-pipeline-pipeline", "ref-for-idl-undefined③⑦", - "ref-for-dom-gpucomputepassencoder-dispatch③", - "ref-for-typedefdef-gpusize32③⑨", + "ref-for-dom-gpucomputepassencoder-dispatch④", + "ref-for-typedefdef-gpusize32④①", "ref-for-dom-gpucomputepassencoder-dispatch-x-y-z-x", - "ref-for-typedefdef-gpusize32④⓪", + "ref-for-typedefdef-gpusize32④②", "ref-for-dom-gpucomputepassencoder-dispatch-x-y-z-y", - "ref-for-typedefdef-gpusize32④①", + "ref-for-typedefdef-gpusize32④③", "ref-for-dom-gpucomputepassencoder-dispatch-x-y-z-z", "ref-for-idl-undefined③⑧", - "ref-for-dom-gpucomputepassencoder-dispatchindirect", + "ref-for-dom-gpucomputepassencoder-dispatchindirect①", "ref-for-gpubuffer⑥⑦", "ref-for-dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-typedefdef-gpusize64②①", @@ -3538,7 +3623,7 @@ "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsquery", "ref-for-gpuqueryset③", "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", - "ref-for-typedefdef-gpusize32④②", + "ref-for-typedefdef-gpusize32④④", "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", "ref-for-idl-undefined④⓪", "ref-for-dom-gpucomputepassencoder-endpipelinestatisticsquery", @@ -3546,15 +3631,15 @@ "ref-for-dom-gpucomputepassencoder-writetimestamp", "ref-for-gpuqueryset④", "ref-for-dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryset", - "ref-for-typedefdef-gpusize32④③", + "ref-for-typedefdef-gpusize32④⑤", "ref-for-dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefined④②", "ref-for-dom-gpucomputepassencoder-endpass①", - "ref-for-gpucomputepassencoder⑨", + "ref-for-gpucomputepassencoder⑧", "ref-for-gpuobjectbase①⑦", - "ref-for-gpucomputepassencoder①⓪", + "ref-for-gpucomputepassencoder⑨", "ref-for-gpuprogrammablepassencoder①①", - "ref-for-gpucomputepassencoder①①", + "ref-for-gpucomputepassencoder①⓪", "dom-gpucomputepassencoder-pipeline-slot", "ref-for-gpucomputepipeline②①", "ref-for-gpucomputepipeline②②", @@ -3564,33 +3649,33 @@ "compute-pass-encoder-dispatch", "dom-gpucomputepassencoder-setpipeline", "ref-for-gpucomputepipeline②③", - "ref-for-gpucomputepassencoder①②", + "ref-for-gpucomputepassencoder①①", "ref-for-dom-gpucomputepassencoder-setpipeline⑤", "dom-gpucomputepassencoder-setpipeline-pipeline-pipeline", "ref-for-idl-undefined④③", "ref-for-device-timeline②①", - "ref-for-dom-gpuobjectbase-device-slot⑤", + "ref-for-dom-gpuobjectbase-device-slot⑧", "ref-for-invalid②②", "ref-for-abstract-opdef-valid-to-use-with①⑤", "ref-for-dom-gpucomputepassencoder-pipeline-slot", "dom-gpucomputepassencoder-dispatch", "ref-for-gpucomputepipeline②④", - "ref-for-gpucomputepassencoder①③", - "ref-for-dom-gpucomputepassencoder-dispatch④", + "ref-for-gpucomputepassencoder①②", + "ref-for-dom-gpucomputepassencoder-dispatch⑤", "dom-gpucomputepassencoder-dispatch-x-y-z-x", "dom-gpucomputepassencoder-dispatch-x-y-z-y", "dom-gpucomputepassencoder-dispatch-x-y-z-z", "ref-for-idl-undefined④④", "ref-for-device-timeline②②", - "ref-for-dom-gpuobjectbase-device-slot⑥", + "ref-for-dom-gpuobjectbase-device-slot⑨", "ref-for-invalid②③", "ref-for-abstract-opdef-validate-encoder-bind-groups", "ref-for-dom-gpucomputepassencoder-pipeline-slot①", "ref-for-list-append①", - "ref-for-gpu-command⑤", + "ref-for-gpu-command⑥", "ref-for-dom-gpuprogrammablepassencoder-command_encoder-slot", "ref-for-dom-gpucommandencoder-command_list-slot①", - "ref-for-gpucomputepassencoder①④", + "ref-for-gpucomputepassencoder①③", "ref-for-queue-timeline①①", "ref-for-dom-gpucomputepassencoder-pipeline-slot②", "ref-for-dom-gpuprogrammablepassencoder-bind_groups-slot③", @@ -3598,15 +3683,15 @@ "ref-for-gpucomputepipeline②⑤", "ref-for-gpubuffer⑥⑧", "indirect-dispatch-parameters", - "ref-for-dom-gpucomputepassencoder-dispatch⑤", - "ref-for-gpucomputepassencoder①⑤", - "ref-for-dom-gpucomputepassencoder-dispatchindirect①", + "ref-for-dom-gpucomputepassencoder-dispatch⑥", + "ref-for-gpucomputepassencoder①④", + "ref-for-dom-gpucomputepassencoder-dispatchindirect②", "dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-indirect-dispatch-parameters", "dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefined④⑤", "ref-for-device-timeline②③", - "ref-for-dom-gpuobjectbase-device-slot⑦", + "ref-for-dom-gpuobjectbase-device-slot①⓪", "ref-for-invalid②④", "ref-for-abstract-opdef-validate-encoder-bind-groups①", "ref-for-dom-gpucomputepassencoder-pipeline-slot③", @@ -3619,7 +3704,7 @@ "ref-for-dom-gpubufferusage-indirect②", "compute-pass-encoder-queries", "dom-gpucomputepassencoder-beginpipelinestatisticsquery", - "ref-for-gpucomputepassencoder①⑥", + "ref-for-gpucomputepassencoder①⑤", "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsquery①", "dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", "dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", @@ -3627,12 +3712,12 @@ "issue-96906e82", "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsquery②", "dom-gpucomputepassencoder-endpipelinestatisticsquery", - "ref-for-gpucomputepassencoder①⑦", + "ref-for-gpucomputepassencoder①⑥", "ref-for-idl-undefined④⑦", "issue-1efb03e5", "ref-for-dom-gpucomputepassencoder-endpipelinestatisticsquery①", "dom-gpucomputepassencoder-writetimestamp", - "ref-for-gpucomputepassencoder①⑧", + "ref-for-gpucomputepassencoder①⑦", "ref-for-dom-gpucomputepassencoder-writetimestamp①", "dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryset", "dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryindex", @@ -3649,7 +3734,7 @@ "ref-for-dom-gpucomputepassencoder-endpass②", "ref-for-dom-gpucomputepassencoder-endpass③", "dom-gpucomputepassencoder-endpass", - "ref-for-gpucomputepassencoder①⑨", + "ref-for-gpucomputepassencoder①⑧", "ref-for-idl-undefined④⑨", "ref-for-device-timeline②④", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slot③", @@ -3685,25 +3770,25 @@ "ref-for-dom-gpurenderencoderbase-setvertexbuffer-slot-buffer-offset-size-size", "ref-for-idl-undefined⑤③", "ref-for-dom-gpurenderencoderbase-draw", - "ref-for-typedefdef-gpusize32④④", + "ref-for-typedefdef-gpusize32④⑥", "ref-for-dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-vertexcount", - "ref-for-typedefdef-gpusize32④⑤", + "ref-for-typedefdef-gpusize32④⑦", "ref-for-dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-instancecount", - "ref-for-typedefdef-gpusize32④⑥", + "ref-for-typedefdef-gpusize32④⑧", "ref-for-dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", - "ref-for-typedefdef-gpusize32④⑦", + "ref-for-typedefdef-gpusize32④⑨", "ref-for-dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "ref-for-idl-undefined⑤④", "ref-for-dom-gpurenderencoderbase-drawindexed", - "ref-for-typedefdef-gpusize32④⑧", + "ref-for-typedefdef-gpusize32⑤⓪", "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-indexcount", - "ref-for-typedefdef-gpusize32④⑨", + "ref-for-typedefdef-gpusize32⑤①", "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-instancecount", - "ref-for-typedefdef-gpusize32⑤⓪", + "ref-for-typedefdef-gpusize32⑤②", "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstindex", "ref-for-typedefdef-gpusignedoffset32", "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", - "ref-for-typedefdef-gpusize32⑤①", + "ref-for-typedefdef-gpusize32⑤③", "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "ref-for-idl-undefined⑤⑤", "ref-for-dom-gpurenderencoderbase-drawindirect", @@ -3717,7 +3802,7 @@ "ref-for-dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-typedefdef-gpusize64②⑦", "ref-for-dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", - "ref-for-gpurenderpassencoder①⓪", + "ref-for-gpurenderpassencoder⑨", "ref-for-idl-undefined⑤⑦", "ref-for-dom-gpurenderpassencoder-setviewport", "ref-for-idl-float④", @@ -3752,7 +3837,7 @@ "ref-for-dom-gpurenderpassencoder-setstencilreference-reference-reference", "ref-for-idl-undefined⑥①", "ref-for-dom-gpurenderpassencoder-beginocclusionquery", - "ref-for-typedefdef-gpusize32⑤②", + "ref-for-typedefdef-gpusize32⑤④", "ref-for-dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "ref-for-idl-undefined⑥②", "ref-for-dom-gpurenderpassencoder-endocclusionquery", @@ -3760,7 +3845,7 @@ "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery", "ref-for-gpuqueryset⑤", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", - "ref-for-typedefdef-gpusize32⑤③", + "ref-for-typedefdef-gpusize32⑤⑤", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", "ref-for-idl-undefined⑥④", "ref-for-dom-gpurenderpassencoder-endpipelinestatisticsquery", @@ -3768,7 +3853,7 @@ "ref-for-dom-gpurenderpassencoder-writetimestamp", "ref-for-gpuqueryset⑥", "ref-for-dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryset", - "ref-for-typedefdef-gpusize32⑤④", + "ref-for-typedefdef-gpusize32⑤⑥", "ref-for-dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefined⑥⑥", "ref-for-dom-gpurenderpassencoder-executebundles", @@ -3777,11 +3862,11 @@ "ref-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "ref-for-idl-undefined⑥⑦", "ref-for-dom-gpurenderpassencoder-endpass①", - "ref-for-gpurenderpassencoder①①", + "ref-for-gpurenderpassencoder①⓪", "ref-for-gpuobjectbase①⑧", - "ref-for-gpurenderpassencoder①②", + "ref-for-gpurenderpassencoder①①", "ref-for-gpuprogrammablepassencoder①②", - "ref-for-gpurenderpassencoder①③", + "ref-for-gpurenderpassencoder①②", "ref-for-gpurenderencoderbase", "ref-for-gpurenderencoderbase①", "dom-gpurenderencoderbase-pipeline-slot", @@ -3796,9 +3881,9 @@ "ref-for-ordered-map③", "ref-for-gpubuffer⑦④", "ref-for-gpubuffer⑦⑤", - "ref-for-gpurenderpassencoder①④", + "ref-for-gpurenderpassencoder①③", "dom-gpurenderpassencoder-attachment_size-slot", - "ref-for-gpurenderpassencoder①⑤", + "ref-for-gpurenderpassencoder①④", "render-pass-encoder-creation", "dictdef-gpurenderpassdescriptor", "ref-for-dictdef-gpuobjectdescriptorbase①④", @@ -3975,7 +4060,7 @@ "dom-gpurenderencoderbase-setpipeline-pipeline-pipeline", "ref-for-idl-undefined⑥⑧", "ref-for-device-timeline②⑤", - "ref-for-dom-gpuobjectbase-device-slot⑧", + "ref-for-dom-gpuobjectbase-device-slot①①", "ref-for-invalid②⑤", "ref-for-abstract-opdef-valid-to-use-with①⑧", "issue-fda752b5", @@ -3990,7 +4075,7 @@ "ref-for-dom-gpubuffer-size-slot①④", "ref-for-idl-undefined⑥⑨", "ref-for-device-timeline②⑥", - "ref-for-dom-gpuobjectbase-device-slot⑨", + "ref-for-dom-gpuobjectbase-device-slot①②", "ref-for-invalid②⑥", "ref-for-abstract-opdef-valid-to-use-with①⑨", "ref-for-dom-gpubuffer-usage-slot①①", @@ -4010,12 +4095,14 @@ "ref-for-dom-gpubuffer-size-slot①⑥", "ref-for-idl-undefined⑦⓪", "ref-for-device-timeline②⑦", - "ref-for-dom-gpuobjectbase-device-slot①⓪", + "ref-for-dom-gpuobjectbase-device-slot①③", "ref-for-invalid②⑦", "ref-for-abstract-opdef-valid-to-use-with②⓪", "ref-for-dom-gpubuffer-usage-slot①②", "ref-for-dom-gpubufferusage-vertex①", - "ref-for-dom-gpulimits-maxvertexbuffers②", + "ref-for-dom-gpuobjectbase-device-slot①④", + "ref-for-dom-device-limits-slot①②", + "ref-for-dom-supported-limits-maxvertexbuffers①", "ref-for-dom-gpubuffer-size-slot①⑦", "ref-for-usage-scopes①②", "ref-for-internal-usage-input③", @@ -4029,7 +4116,7 @@ "dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "ref-for-idl-undefined⑦①", "ref-for-device-timeline②⑧", - "ref-for-dom-gpuobjectbase-device-slot①①", + "ref-for-dom-gpuobjectbase-device-slot①⑤", "ref-for-invalid②⑧", "ref-for-abstract-opdef-valid-to-draw", "dom-gpurenderencoderbase-drawindexed", @@ -4042,7 +4129,7 @@ "dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "ref-for-idl-undefined⑦②", "ref-for-device-timeline②⑨", - "ref-for-dom-gpuobjectbase-device-slot①②", + "ref-for-dom-gpuobjectbase-device-slot①⑥", "ref-for-invalid②⑨", "ref-for-abstract-opdef-valid-to-draw-indexed", "dom-gpurenderencoderbase-drawindirect", @@ -4056,7 +4143,7 @@ "dom-gpurenderencoderbase-drawindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefined⑦③", "ref-for-device-timeline③⓪", - "ref-for-dom-gpuobjectbase-device-slot①③", + "ref-for-dom-gpuobjectbase-device-slot①⑦", "ref-for-invalid③⓪", "ref-for-abstract-opdef-valid-to-draw①", "ref-for-abstract-opdef-valid-to-use-with②①", @@ -4077,7 +4164,7 @@ "dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefined⑦④", "ref-for-device-timeline③①", - "ref-for-dom-gpuobjectbase-device-slot①④", + "ref-for-dom-gpuobjectbase-device-slot①⑧", "ref-for-invalid③①", "ref-for-abstract-opdef-valid-to-draw-indexed①", "ref-for-abstract-opdef-valid-to-use-with②②", @@ -4105,9 +4192,9 @@ "ref-for-dom-gpurenderpipeline-strip_index_format-slot①", "ref-for-dom-gpurenderencoderbase-index_format-slot①", "render-pass-encoder-rasterization-state", - "ref-for-gpurenderpassencoder①⑥", + "ref-for-gpurenderpassencoder①⑤", "dom-gpurenderpassencoder-setviewport", - "ref-for-gpurenderpassencoder①⑦", + "ref-for-gpurenderpassencoder①⑥", "ref-for-dom-gpurenderpassencoder-setviewport①", "dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-x", "dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-y", @@ -4121,7 +4208,7 @@ "ref-for-dom-gpurenderpassencoder-attachment_size-slot①", "issue-688fe37b", "dom-gpurenderpassencoder-setscissorrect", - "ref-for-gpurenderpassencoder①⑧", + "ref-for-gpurenderpassencoder①⑦", "ref-for-dom-gpurenderpassencoder-setscissorrect①", "dom-gpurenderpassencoder-setscissorrect-x-y-width-height-x", "dom-gpurenderpassencoder-setscissorrect-x-y-width-height-y", @@ -4135,30 +4222,30 @@ "ref-for-dom-gpublendfactor-blend-color", "ref-for-dom-gpublendfactor-one-minus-blend-color", "ref-for-enumdef-gpublendfactor②", - "ref-for-gpurenderpassencoder①⑨", + "ref-for-gpurenderpassencoder①⑧", "ref-for-dom-gpurenderpassencoder-setblendcolor②", "dom-gpurenderpassencoder-setblendcolor-color-color", "dom-gpurenderpassencoder-setstencilreference", "ref-for-dom-gpustenciloperation-replace", "ref-for-enumdef-gpustenciloperation③", - "ref-for-gpurenderpassencoder②⓪", + "ref-for-gpurenderpassencoder①⑨", "ref-for-dom-gpurenderpassencoder-setstencilreference①", "dom-gpurenderpassencoder-setstencilreference-reference-reference", "render-pass-encoder-queries", "dom-gpurenderpassencoder-beginocclusionquery", - "ref-for-gpurenderpassencoder②①", + "ref-for-gpurenderpassencoder②⓪", "ref-for-dom-gpurenderpassencoder-beginocclusionquery①", "dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "ref-for-idl-undefined⑦⑦", "issue-c6598a34", "ref-for-dom-gpurenderpassencoder-beginocclusionquery②", "dom-gpurenderpassencoder-endocclusionquery", - "ref-for-gpurenderpassencoder②②", + "ref-for-gpurenderpassencoder②①", "ref-for-idl-undefined⑦⑧", "issue-d8380c9e", "ref-for-dom-gpurenderpassencoder-endocclusionquery①", "dom-gpurenderpassencoder-beginpipelinestatisticsquery", - "ref-for-gpurenderpassencoder②③", + "ref-for-gpurenderpassencoder②②", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery①", "dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", "dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", @@ -4166,12 +4253,12 @@ "issue-96906e82①", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery②", "dom-gpurenderpassencoder-endpipelinestatisticsquery", - "ref-for-gpurenderpassencoder②④", + "ref-for-gpurenderpassencoder②③", "ref-for-idl-undefined⑧⓪", "issue-1efb03e5①", "ref-for-dom-gpurenderpassencoder-endpipelinestatisticsquery①", "dom-gpurenderpassencoder-writetimestamp", - "ref-for-gpurenderpassencoder②⑤", + "ref-for-gpurenderpassencoder②④", "ref-for-dom-gpurenderpassencoder-writetimestamp①", "dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryset", "dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryindex", @@ -4190,7 +4277,7 @@ "ref-for-gpurenderbundle③", "ref-for-gpurenderbundle④", "ref-for-gpurenderbundle⑤", - "ref-for-gpurenderpassencoder②⑥", + "ref-for-gpurenderpassencoder②⑤", "ref-for-dom-gpurenderpassencoder-executebundles①", "dom-gpurenderpassencoder-executebundles-bundles-bundles", "ref-for-idl-undefined⑧②", @@ -4200,7 +4287,7 @@ "ref-for-dom-gpurenderpassencoder-endpass②", "ref-for-dom-gpurenderpassencoder-endpass③", "dom-gpurenderpassencoder-endpass", - "ref-for-gpurenderpassencoder②⑦", + "ref-for-gpurenderpassencoder②⑥", "ref-for-idl-undefined⑧③", "ref-for-device-timeline③④", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slot④", @@ -4229,7 +4316,7 @@ "ref-for-gpurenderencoderbase①①", "dom-gpudevice-createrenderbundleencoder", "ref-for-gpurenderbundleencoder⑤", - "ref-for-gpudevice④⓪", + "ref-for-gpudevice④②", "ref-for-dom-gpudevice-createrenderbundleencoder①", "dom-gpudevice-createrenderbundleencoder-descriptor-descriptor", "ref-for-gpurenderbundleencoder⑥", @@ -4244,7 +4331,7 @@ "dom-gpurenderbundleencoderdescriptor-colorformats", "ref-for-enumdef-gputextureformat①⑦", "dom-gpurenderbundleencoderdescriptor-depthstencilformat", - "ref-for-typedefdef-gpusize32⑤⑤", + "ref-for-typedefdef-gpusize32⑤⑦", "dom-gpurenderbundleencoderdescriptor-samplecount", "render-bundle-finalization", "dom-gpurenderbundleencoder-finish", @@ -4362,7 +4449,7 @@ "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-copysize", "ref-for-idl-undefined⑨①", "ref-for-operationerror⑥", - "ref-for-extent3d-depth①⓪", + "ref-for-extent3d-depth①①", "ref-for-dom-gputexturecopyview-texture③⑨", "ref-for-dom-gputexture-format-slot②②", "ref-for-dom-gputextureformat-rgba8unorm", @@ -4412,7 +4499,7 @@ "ref-for-dictdef-gpuobjectdescriptorbase①⑦", "ref-for-enumdef-gpuquerytype", "ref-for-dom-gpuquerysetdescriptor-type③", - "ref-for-typedefdef-gpusize32⑤⑥", + "ref-for-typedefdef-gpusize32⑤⑧", "ref-for-dom-gpuquerysetdescriptor-count③", "ref-for-idl-sequence①②", "ref-for-enumdef-gpupipelinestatisticname", @@ -4421,20 +4508,20 @@ "ref-for-enumdef-gpuquerytype①", "ref-for-gpuqueryset①③", "dom-gpuquerysetdescriptor-count", - "ref-for-typedefdef-gpusize32⑤⑦", + "ref-for-typedefdef-gpusize32⑤⑨", "ref-for-gpuqueryset①④", "dom-gpuquerysetdescriptor-pipelinestatistics", "ref-for-enumdef-gpupipelinestatisticname①", "ref-for-enumdef-gpupipelinestatisticname②", "dom-gpudevice-createqueryset", "ref-for-gpuqueryset①⑤", - "ref-for-gpudevice④①", + "ref-for-gpudevice④③", "ref-for-dom-gpudevice-createqueryset①", "dom-gpudevice-createqueryset-descriptor-descriptor", "ref-for-gpuqueryset①⑥", "ref-for-gpuqueryset①⑦", "ref-for-valid①④", - "ref-for-gpudevice④②", + "ref-for-gpudevice④④", "ref-for-dom-gpuquerysetdescriptor-type④", "ref-for-dom-gpuquerytype-pipeline-statistics", "ref-for-dom-gpufeaturename-pipeline-statistics-query①", @@ -4472,14 +4559,14 @@ "ref-for-dom-gpuquerysetdescriptor-pipelinestatistics②", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsquery③", "ref-for-dom-gpurenderpassencoder-endpipelinestatisticsquery②", - "ref-for-gpucomputepassencoder②⓪", - "ref-for-gpurenderpassencoder②⑧", + "ref-for-gpucomputepassencoder①⑨", + "ref-for-gpurenderpassencoder②⑦", "ref-for-dom-gpufeaturename-pipeline-statistics-query②", "timestamp", "ref-for-gpuqueryset②⓪", "ref-for-dom-gpurenderpassencoder-writetimestamp③", - "ref-for-gpucomputepassencoder②①", - "ref-for-gpurenderpassencoder②⑨", + "ref-for-gpucomputepassencoder②⓪", + "ref-for-gpurenderpassencoder②⑧", "ref-for-gpucommandencoder④②", "ref-for-typedefdef-gpusize64③②", "ref-for-gpubuffer⑧①", @@ -4508,7 +4595,7 @@ "ref-for-device-timeline③⑥", "ref-for-dom-gpuswapchaindescriptor-device", "ref-for-valid①⑤", - "ref-for-gpudevice④③", + "ref-for-gpudevice④⑤", "ref-for-supported-swap-chain-formats", "ref-for-list-contain①", "ref-for-dom-gpuswapchaindescriptor-format", @@ -4524,7 +4611,7 @@ "ref-for-gpuswapchain④", "ref-for-supported-swap-chain-formats①", "supported-swap-chain-formats", - "ref-for-ordered-set", + "ref-for-ordered-set③", "ref-for-enumdef-gputextureformat②②", "ref-for-dictdef-gpuswapchaindescriptor①", "ref-for-dom-gpuswapchaindescriptor-format①", @@ -4536,7 +4623,7 @@ "ref-for-dom-gputextureformat-rgba8unorm-srgb①", "dictdef-gpuswapchaindescriptor", "ref-for-dictdef-gpuobjectdescriptorbase①⑧", - "ref-for-gpudevice④④", + "ref-for-gpudevice④⑥", "dom-gpuswapchaindescriptor-device", "ref-for-enumdef-gputextureformat②③", "dom-gpuswapchaindescriptor-format", @@ -4560,9 +4647,9 @@ "errors-and-debugging", "fatal-errors", "gpudevicelostinfo", - "ref-for-idl-DOMString③", + "ref-for-idl-DOMString⑤", "dom-gpudevicelostinfo-message", - "ref-for-gpudevice④⑤", + "ref-for-gpudevice④⑦", "ref-for-idl-promise②④", "ref-for-gpudevicelostinfo", "dom-gpudevice-lost", @@ -4574,14 +4661,14 @@ "dom-gpuoutofmemoryerror-gpuoutofmemoryerror", "gpuvalidationerror", "dom-gpuvalidationerror-gpuvalidationerror", - "ref-for-idl-DOMString④", + "ref-for-idl-DOMString⑥", "dom-gpuvalidationerror-gpuvalidationerror-message-message", - "ref-for-idl-DOMString⑤", + "ref-for-idl-DOMString⑦", "dom-gpuvalidationerror-message", "ref-for-gpuoutofmemoryerror", "ref-for-gpuvalidationerror⑧", "typedefdef-gpuerror", - "ref-for-gpudevice④⑥", + "ref-for-gpudevice④⑧", "ref-for-idl-undefined⑨⑥", "ref-for-dom-gpudevice-pusherrorscope", "ref-for-enumdef-gpuerrorfilter", @@ -4599,18 +4686,18 @@ "gpuuncapturederrorevent", "ref-for-event", "dom-gpuuncapturederrorevent-gpuuncapturederrorevent", - "ref-for-idl-DOMString⑥", + "ref-for-idl-DOMString⑧", "dom-gpuuncapturederrorevent-gpuuncapturederrorevent-type-gpuuncapturederroreventinitdict-type", "ref-for-dictdef-gpuuncapturederroreventinit", "dom-gpuuncapturederrorevent-gpuuncapturederrorevent-type-gpuuncapturederroreventinitdict-gpuuncapturederroreventinitdict", - "ref-for-SameObject⑤", + "ref-for-SameObject⑥", "ref-for-typedefdef-gpuerror①", "dom-gpuuncapturederrorevent-error", "dictdef-gpuuncapturederroreventinit", "ref-for-dictdef-eventinit", "ref-for-typedefdef-gpuerror②", "dom-gpuuncapturederroreventinit-error", - "ref-for-gpudevice④⑦", + "ref-for-gpudevice④⑨", "ref-for-Exposed⑤", "ref-for-eventhandler", "dom-gpudevice-onuncapturederror", @@ -4797,95 +4884,95 @@ "ref-for-dom-gputexturesampletype-float②", "ref-for-dom-gputextureusage-storage③", "ref-for-dom-gputextureusage-storage④", - "ref-for-dom-gpustoragetextureaccess-readonly③", - "ref-for-dom-gpustoragetextureaccess-writeonly⑥", + "ref-for-dom-gpustoragetextureaccess-read-only③", + "ref-for-dom-gpustoragetextureaccess-write-only⑥", "ref-for-enumdef-gputexturesampletype③", "ref-for-dom-gputextureusage-render_attachment⑥", "ref-for-dom-gputextureusage-storage⑤", "ref-for-dom-gputextureformat-r8unorm", "ref-for-dom-gputexturesampletype-float③", - "ref-for-dom-gputexturesampletype-unfilterable-float①", + "ref-for-dom-gputexturesampletype-unfilterable-float②", "ref-for-dom-gputextureformat-r8snorm", "ref-for-dom-gputexturesampletype-float④", - "ref-for-dom-gputexturesampletype-unfilterable-float②", + "ref-for-dom-gputexturesampletype-unfilterable-float③", "ref-for-dom-gputextureformat-r8uint", "ref-for-dom-gputexturesampletype-uint①", "ref-for-dom-gputextureformat-r8sint", "ref-for-dom-gputexturesampletype-sint①", "ref-for-dom-gputextureformat-rg8unorm①", "ref-for-dom-gputexturesampletype-float⑤", - "ref-for-dom-gputexturesampletype-unfilterable-float③", + "ref-for-dom-gputexturesampletype-unfilterable-float④", "ref-for-dom-gputextureformat-rg8snorm", "ref-for-dom-gputexturesampletype-float⑥", - "ref-for-dom-gputexturesampletype-unfilterable-float④", + "ref-for-dom-gputexturesampletype-unfilterable-float⑤", "ref-for-dom-gputextureformat-rg8uint", "ref-for-dom-gputexturesampletype-uint②", "ref-for-dom-gputextureformat-rg8sint", "ref-for-dom-gputexturesampletype-sint②", "ref-for-dom-gputextureformat-rgba8unorm②", "ref-for-dom-gputexturesampletype-float⑦", - "ref-for-dom-gputexturesampletype-unfilterable-float⑤", + "ref-for-dom-gputexturesampletype-unfilterable-float⑥", "ref-for-dom-gputextureformat-rgba8unorm-srgb②", "ref-for-dom-gputexturesampletype-float⑧", - "ref-for-dom-gputexturesampletype-unfilterable-float⑥", + "ref-for-dom-gputexturesampletype-unfilterable-float⑦", "ref-for-dom-gputextureformat-rgba8snorm", "ref-for-dom-gputexturesampletype-float⑨", - "ref-for-dom-gputexturesampletype-unfilterable-float⑦", + "ref-for-dom-gputexturesampletype-unfilterable-float⑧", "ref-for-dom-gputextureformat-rgba8uint", "ref-for-dom-gputexturesampletype-uint③", "ref-for-dom-gputextureformat-rgba8sint", "ref-for-dom-gputexturesampletype-sint③", "ref-for-dom-gputextureformat-bgra8unorm②", "ref-for-dom-gputexturesampletype-float①⓪", - "ref-for-dom-gputexturesampletype-unfilterable-float⑧", + "ref-for-dom-gputexturesampletype-unfilterable-float⑨", "ref-for-dom-gputextureformat-bgra8unorm-srgb②", "ref-for-dom-gputexturesampletype-float①①", - "ref-for-dom-gputexturesampletype-unfilterable-float⑨", + "ref-for-dom-gputexturesampletype-unfilterable-float①⓪", "ref-for-dom-gputextureformat-r16uint", "ref-for-dom-gputexturesampletype-uint④", "ref-for-dom-gputextureformat-r16sint", "ref-for-dom-gputexturesampletype-sint④", "ref-for-dom-gputextureformat-r16float", "ref-for-dom-gputexturesampletype-float①②", - "ref-for-dom-gputexturesampletype-unfilterable-float①⓪", + "ref-for-dom-gputexturesampletype-unfilterable-float①①", "ref-for-dom-gputextureformat-rg16uint", "ref-for-dom-gputexturesampletype-uint⑤", "ref-for-dom-gputextureformat-rg16sint", "ref-for-dom-gputexturesampletype-sint⑤", "ref-for-dom-gputextureformat-rg16float①", "ref-for-dom-gputexturesampletype-float①③", - "ref-for-dom-gputexturesampletype-unfilterable-float①①", + "ref-for-dom-gputexturesampletype-unfilterable-float①②", "ref-for-dom-gputextureformat-rgba16uint", "ref-for-dom-gputexturesampletype-uint⑥", "ref-for-dom-gputextureformat-rgba16sint", "ref-for-dom-gputexturesampletype-sint⑥", "ref-for-dom-gputextureformat-rgba16float①", "ref-for-dom-gputexturesampletype-float①④", - "ref-for-dom-gputexturesampletype-unfilterable-float①②", + "ref-for-dom-gputexturesampletype-unfilterable-float①③", "ref-for-dom-gputextureformat-r32uint", "ref-for-dom-gputexturesampletype-uint⑦", "ref-for-dom-gputextureformat-r32sint", "ref-for-dom-gputexturesampletype-sint⑦", "ref-for-dom-gputextureformat-r32float", - "ref-for-dom-gputexturesampletype-unfilterable-float①③", + "ref-for-dom-gputexturesampletype-unfilterable-float①④", "ref-for-dom-gputextureformat-rg32uint", "ref-for-dom-gputexturesampletype-uint⑧", "ref-for-dom-gputextureformat-rg32sint", "ref-for-dom-gputexturesampletype-sint⑧", "ref-for-dom-gputextureformat-rg32float", - "ref-for-dom-gputexturesampletype-unfilterable-float①④", + "ref-for-dom-gputexturesampletype-unfilterable-float①⑤", "ref-for-dom-gputextureformat-rgba32uint", "ref-for-dom-gputexturesampletype-uint⑨", "ref-for-dom-gputextureformat-rgba32sint", "ref-for-dom-gputexturesampletype-sint⑨", "ref-for-dom-gputextureformat-rgba32float①", - "ref-for-dom-gputexturesampletype-unfilterable-float①⑤", + "ref-for-dom-gputexturesampletype-unfilterable-float①⑥", "ref-for-dom-gputextureformat-rgb10a2unorm①", "ref-for-dom-gputexturesampletype-float①⑤", - "ref-for-dom-gputexturesampletype-unfilterable-float①⑥", + "ref-for-dom-gputexturesampletype-unfilterable-float①⑦", "ref-for-dom-gputextureformat-rg11b10ufloat", "ref-for-dom-gputexturesampletype-float①⑥", - "ref-for-dom-gputexturesampletype-unfilterable-float①⑦", + "ref-for-dom-gputexturesampletype-unfilterable-float①⑧", "depth-formats", "ref-for-dom-gputextureusage-copy_src③", "ref-for-dom-gputextureusage-copy_dst④", @@ -4922,10 +5009,10 @@ "ref-for-feature①⑥", "ref-for-dom-gputextureformat-rgb9e5ufloat①", "ref-for-dom-gputexturesampletype-float①⑧", - "ref-for-dom-gputexturesampletype-unfilterable-float①⑧", + "ref-for-dom-gputexturesampletype-unfilterable-float①⑨", "ref-for-dom-gputextureformat-bc1-rgba-unorm①", "ref-for-dom-gputexturesampletype-float①⑨", - "ref-for-dom-gputexturesampletype-unfilterable-float①⑨", + "ref-for-dom-gputexturesampletype-unfilterable-float②⓪", "ref-for-dom-gpufeaturename-texture-compression-bc②", "ref-for-dom-gputextureformat-bc1-rgba-unorm-srgb①", "ref-for-dom-gputextureformat-bc2-rgba-unorm①", @@ -4968,9 +5055,10 @@ "term-for-list-contain", "term-for-list", "term-for-ordered-map", + "term-for-ordered-set", "term-for-stack-pop", "term-for-stack-push", - "term-for-ordered-set", + "term-for-ordered-set①", "term-for-list-size", "term-for-stack", "term-for-cross-origin-isolated", @@ -4989,6 +5077,7 @@ "term-for-idl-promise", "term-for-exceptiondef-rangeerror", "term-for-SameObject", + "term-for-exceptiondef-typeerror", "term-for-idl-USVString", "term-for-idl-Uint32Array", "term-for-a-new-promise", @@ -4999,6 +5088,7 @@ "term-for-dfn-get-buffer-source-copy", "term-for-idl-long", "term-for-idl-object", + "term-for-idl-record", "term-for-reject", "term-for-resolve", "term-for-idl-sequence", diff --git a/tr/ids/html.json b/tr/ids/html.json index c66cc199124b..686d708a2b64 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -678,6 +678,7 @@ "referrer-policy-no-referrer-when-downgrade", "referrer-policy-origin-when-cross-origin", "referrer-policy-unsafe-url", + "default-referrer-policy", "a-priori-authenticated-url", "mark-paint-timing", "report-long-tasks", @@ -5358,7 +5359,7 @@ "standard-metadata-names:attr-meta-content-5", "standard-metadata-names:converted-to-ascii-lowercase", "standard-metadata-names:referrer-policy-no-referrer", - "standard-metadata-names:referrer-policy-no-referrer-when-downgrade", + "standard-metadata-names:default-referrer-policy", "standard-metadata-names:referrer-policy-unsafe-url", "standard-metadata-names:referrer-policy-origin-when-cross-origin", "standard-metadata-names:referrer-policy-3", diff --git a/tr/ids/mediacapture-streams.json b/tr/ids/mediacapture-streams.json index 40eb45c1c25b..6b350913fbb4 100644 --- a/tr/ids/mediacapture-streams.json +++ b/tr/ids/mediacapture-streams.json @@ -187,9 +187,9 @@ "ref-for-dom-mediastream-id-4", "dom-mediastream-id", "dom-mediastream-active", - "ref-for-stream-active-1", + "ref-for-dom-mediastream-active-2", "ref-for-dom-mediastream-40", - "ref-for-stream-active-2", + "ref-for-stream-active-1", "dom-mediastream-onaddtrack", "ref-for-dom-mediastream-addtrack-2", "dom-mediastream-onremovetrack", @@ -284,21 +284,21 @@ "ref-for-dom-mediadevices-getusermedia-6", "ref-for-dom-mediadeviceinfo-deviceid-2", "ref-for-dfn-deviceslivemap-2", + "ref-for-idl-def-MediaStreamTrackState.live-1", "ref-for-track-muted-2", "ref-for-track-enabled-2", "ref-for-dom-mediadevices-getusermedia-7", - "ref-for-track-muted-3", "ref-for-track-enabled-3", - "ref-for-track-muted-4", + "ref-for-track-muted-3", "ref-for-track-enabled-4", + "ref-for-track-muted-4", "ref-for-track-muted-5", - "ref-for-track-muted-6", "ref-for-ends-nostop-1", "issue-container-generatedID-1", "h-note-1", "ref-for-dom-mediastreamtrack-46", "ref-for-dom-mediastreamtrack-47", - "ref-for-track-muted-7", + "ref-for-track-muted-6", "ref-for-track-enabled-5", "ref-for-dom-mediastreamtrack-48", "ref-for-dom-mediastreamtrack-49", @@ -314,19 +314,19 @@ "ends-nostop", "ref-for-dom-mediastreamtrack-stop-3", "ref-for-dom-mediastreamtrack-readystate-3", - "ref-for-dom-mediastreamtrackstate-ended-1", + "ref-for-idl-def-MediaStreamTrackState.ended-1", "ref-for-dom-mediastreamtrack-readystate-4", - "ref-for-dom-mediastreamtrackstate-ended-2", + "ref-for-idl-def-MediaStreamTrackState.ended-2", "ref-for-track-ended-6", "ref-for-source-stopped-2", "ref-for-dom-mediastreamtrack-55", - "ref-for-idl-def-MediaStreamTrackState.ended-1", + "ref-for-event-mediastreamtrack-ended-1", "dfn-device-permission-revocation-algorithm", - "ref-for-idl-def-MediaStreamTrackState.live-1", + "ref-for-idl-def-MediaStreamTrackState.live-2", "ref-for-dfn-deviceid-1", "ref-for-ends-nostop-2", "media-flow", - "ref-for-idl-def-MediaStreamTrackState.live-2", + "ref-for-idl-def-MediaStreamTrackState.live-3", "ref-for-dom-mediastreamtrack-56", "track-muted", "ref-for-dom-mediastreamtrack-57", @@ -336,6 +336,7 @@ "ref-for-event-mediastreamtrack-unmute-1", "ref-for-dom-mediastreamtrack-59", "ref-for-set-track-muted-1", + "ref-for-set-track-muted-2", "set-track-muted", "ref-for-dom-mediastreamtrack-60", "ref-for-dom-mediastreamtrack-muted-2", @@ -421,7 +422,7 @@ "ref-for-track-enabled-7", "ref-for-dom-mediastreamtrack-muted-5", "dom-mediastreamtrack-muted", - "ref-for-dom-mediastreamtrack-muted-6", + "ref-for-track-muted-7", "dom-mediastreamtrack-onmute", "ref-for-event-mediastreamtrack-mute-3", "dom-mediastreamtrack-onunmute", @@ -430,7 +431,7 @@ "ref-for-dom-mediastreamtrackstate-2", "dom-mediastreamtrack-readystate", "dom-mediastreamtrack-onended", - "ref-for-idl-def-MediaStreamTrackState.ended-2", + "ref-for-event-mediastreamtrack-ended-2", "methods-0", "dom-mediastreamtrack-clone", "ref-for-dom-mediastreamtrack-71", @@ -441,12 +442,12 @@ "dom-mediastreamtrack-stop", "ref-for-dom-mediastreamtrack-73", "ref-for-dom-mediastreamtrack-readystate-7", - "ref-for-dom-mediastreamtrackstate-ended-3", + "ref-for-idl-def-MediaStreamTrackState.ended-3", "ref-for-track-ended-8", "ref-for-source-stopped-3", "ref-for-dom-mediastreamtrack-74", "ref-for-dom-mediastreamtrack-readystate-8", - "ref-for-dom-mediastreamtrackstate-ended-4", + "ref-for-idl-def-MediaStreamTrackState.ended-4", "dom-mediastreamtrack-getcapabilities", "ref-for-dom-mediastreamtrack-75", "ref-for-dfn-constrainable-object-2", @@ -454,19 +455,23 @@ "dom-mediastreamtrack-getsettings", "ref-for-dom-mediastreamtrack-76", "ref-for-dom-mediastreamtrack-77", + "ref-for-dom-mediastreamtrack-getsettings-2", + "ref-for-dom-mediastreamtrack-78", + "ref-for-dom-mediastreamtrack-79", "ref-for-dom-mediastreamtrack-readystate-9", + "ref-for-idl-def-MediaStreamTrackState.ended-5", "ref-for-dom-mediatracksettings-2", "ref-for-list-of-inherent-constrainable-track-properties-1", "dom-mediastreamtrack-applyconstraints", - "ref-for-dom-mediastreamtrack-78", + "ref-for-dom-mediastreamtrack-80", "ref-for-dom-mediastreamtrack-applyconstraints-2", - "ref-for-dom-mediastreamtrack-79", + "ref-for-dom-mediastreamtrack-81", "ref-for-dom-mediastreamtrack-readystate-10", - "ref-for-dom-mediastreamtrackstate-ended-5", + "ref-for-idl-def-MediaStreamTrackState.ended-6", "ref-for-dfn-resolve-1", "ref-for-dfn-applyconstraints-template-method-1", "ref-for-dfn-selectsettings-1", - "ref-for-dom-mediastreamtrack-80", + "ref-for-dom-mediastreamtrack-82", "ref-for-dfn-settings-dictionary-1", "ref-for-dom-mediatracksettings-3", "ref-for-dfn-applyconstraints-algorithm-1", @@ -474,11 +479,11 @@ "webidl-297015978", "idl-def-mediastreamtrackstate", "ref-for-dom-mediastreamtrackstate-3", - "ref-for-idl-def-MediaStreamTrackState.live-3", - "dom-mediastreamtrackstate-ended", + "ref-for-idl-def-MediaStreamTrackState.live-4", + "ref-for-idl-def-MediaStreamTrackState.ended-7", "dom-mediastreamtrackstate", "idl-def-MediaStreamTrackState.live", - "ref-for-idl-def-MediaStreamTrackState.live-4", + "ref-for-idl-def-MediaStreamTrackState.live-5", "ref-for-dom-mediastreamtrack-enabled-5", "idl-def-MediaStreamTrackState.ended", "ref-for-track-ended-9", @@ -488,11 +493,12 @@ "dom-mediatracksupportedconstraints", "ref-for-dom-mediatracksupportedconstraints-1", "ref-for-dfn-capabilities-2", - "ref-for-dom-mediastreamtrack-81", + "ref-for-dom-mediastreamtrack-83", "ref-for-dom-mediatracksupportedconstraints-2", "issue-container-generatedID-3", "h-note-3", - "ref-for-dom-mediastreamtrack-82", + "ref-for-dom-mediastreamtrack-84", + "ref-for-dom-mediadevices-1", "ref-for-dom-mediadevices-getusermedia-8", "webidl-1918094735", "idl-def-mediatracksupportedconstraints", @@ -549,7 +555,7 @@ "dom-mediatrackcapabilities", "ref-for-dom-mediatrackcapabilities-2", "ref-for-dfn-capabilities-3", - "ref-for-dom-mediastreamtrack-83", + "ref-for-dom-mediastreamtrack-85", "webidl-1135231111", "idl-def-mediatrackcapabilities", "ref-for-dom-mediatrackcapabilities-3", @@ -719,7 +725,7 @@ "dom-mediatracksettings", "ref-for-dom-mediatracksettings-4", "ref-for-dfn-settings-2", - "ref-for-dom-mediastreamtrack-84", + "ref-for-dom-mediastreamtrack-86", "webidl-1407576612", "idl-def-mediatracksettings", "ref-for-dom-mediatracksettings-5", @@ -772,13 +778,13 @@ "dom-mediatracksettings-groupid", "constrainable-properties", "x4-3-8-constrainable-properties", - "ref-for-dom-mediastreamtrack-85", + "ref-for-dom-mediastreamtrack-87", "def-constraint-deviceId", "dfn-deviceid", - "ref-for-dom-mediastreamtrack-86", + "ref-for-dom-mediastreamtrack-88", "ref-for-dom-mediadeviceinfo-1", "ref-for-dom-mediadeviceinfo-deviceid-3", - "ref-for-dom-mediastreamtrack-87", + "ref-for-dom-mediastreamtrack-89", "ref-for-dom-mediastreamtrack-getcapabilities-3", "ref-for-dom-mediadevices-getusermedia-9", "ref-for-dom-mediastreamtrack-applyconstraints-3", @@ -786,15 +792,15 @@ "ref-for-dom-mediadevices-getusermedia-10", "def-constraint-groupId", "dfn-groupid", - "ref-for-dom-mediastreamtrack-88", + "ref-for-dom-mediastreamtrack-90", "ref-for-dom-mediadeviceinfo-2", "ref-for-dom-mediadeviceinfo-groupid-1", - "ref-for-dom-mediastreamtrack-89", + "ref-for-dom-mediastreamtrack-91", "ref-for-dom-mediastreamtrack-getcapabilities-4", "ref-for-dom-mediadevices-getusermedia-11", "ref-for-dom-mediastreamtrack-applyconstraints-4", "ref-for-dom-constraintset-2", - "ref-for-dom-mediastreamtrack-90", + "ref-for-dom-mediastreamtrack-92", "def-constraint-width", "dfn-width", "ref-for-dom-constrainulong-11", @@ -817,6 +823,15 @@ "ref-for-dom-constraindomstring-10", "ref-for-dom-videoresizemodeenum-1", "ref-for-dom-constrainablepattern-getconstraints-2", + "ref-for-dfn-width-1", + "ref-for-dfn-height-1", + "ref-for-dfn-aspectratio-1", + "ref-for-dfn-primary-orientation-1", + "ref-for-dom-mediastreamtrack-getsettings-3", + "dfn-primary-orientation", + "issue-container-generatedID-4", + "h-note-4", + "ref-for-dfn-primary-orientation-2", "webidl-1048699732", "idl-def-videofacingmodeenum", "ref-for-dom-videofacingmodeenum-2", @@ -841,7 +856,7 @@ "dom-videoresizemodeenum", "idl-def-VideoResizeModeEnum.user", "idl-def-VideoResizeModeEnum.right", - "ref-for-dom-mediastreamtrack-91", + "ref-for-dom-mediastreamtrack-93", "def-constraint-sampleRate", "dfn-samplerate", "ref-for-dom-constrainulong-13", @@ -874,7 +889,7 @@ "ref-for-track-set-22", "ref-for-dom-mediastream-53", "dfn-fire-a-track-event", - "ref-for-dom-mediastreamtrack-92", + "ref-for-dom-mediastreamtrack-94", "ref-for-dom-mediastreamtrackevent-3", "ref-for-dom-mediastreamtrackevent-track-1", "webidl-1754772952", @@ -884,30 +899,30 @@ "ref-for-dom-mediastreamtrackevent-constructor-1", "ref-for-dom-mediastreamtrackeventinit-1", "idl-def-mediastreamtrackevent-track", - "ref-for-dom-mediastreamtrack-93", + "ref-for-dom-mediastreamtrack-95", "ref-for-dom-mediastreamtrackevent-track-2", "constructors-1", "dom-mediastreamtrackevent-constructor", "ref-for-dom-mediastreamtrackevent-4", "attributes-2", "ref-for-dom-mediastreamtrackevent-track-3", - "ref-for-dom-mediastreamtrack-94", + "ref-for-dom-mediastreamtrack-96", "dom-mediastreamtrackevent-track", - "ref-for-dom-mediastreamtrack-95", + "ref-for-dom-mediastreamtrack-97", "webidl-1488799090", "idl-def-mediastreamtrackeventinit", "ref-for-dom-mediastreamtrackeventinit-2", "idl-def-mediastreamtrackeventinit-track", - "ref-for-dom-mediastreamtrack-96", + "ref-for-dom-mediastreamtrack-98", "ref-for-dom-mediastreamtrackeventinit-track-1", "dictionary-mediastreamtrackeventinit-members", "dom-mediastreamtrackeventinit", "dom-mediastreamtrackeventinit-track", - "ref-for-dom-mediastreamtrack-97", + "ref-for-dom-mediastreamtrack-99", "the-model-sources-sinks-constraints-and-settings", "x5-the-model-sources-sinks-constraints-and-settings", - "issue-container-generatedID-4", - "h-note-4", + "issue-container-generatedID-5", + "h-note-5", "ref-for-dom-mediastream-54", "ref-for-dfn-settings-3", "ref-for-dfn-capabilities-4", @@ -933,21 +948,21 @@ "ref-for-dom-mediastream-60", "ref-for-dom-mediastream-61", "ref-for-dom-mediastream-62", - "ref-for-dom-mediastreamtrack-98", + "ref-for-dom-mediastreamtrack-100", "ref-for-dom-mediastream-63", "ref-for-dom-mediastream-64", "ref-for-track-set-23", "dfn-ended-video-playback", "ref-for-dom-mediastream-65", "ref-for-stream-inactive-1", - "ref-for-stream-active-3", + "ref-for-stream-active-2", "ref-for-dom-mediastream-66", - "ref-for-stream-active-4", + "ref-for-stream-active-3", "ref-for-stream-inactive-2", - "ref-for-stream-active-5", - "issue-container-generatedID-5", - "h-note-5", - "ref-for-dom-mediastreamtrack-99", + "ref-for-stream-active-4", + "issue-container-generatedID-6", + "h-note-6", + "ref-for-dom-mediastreamtrack-101", "ref-for-dom-mediastream-67", "dfn-ended-audio-playback", "ref-for-dom-mediastream-68", @@ -957,9 +972,9 @@ "ref-for-stream-audible-2", "ref-for-stream-inaudible-2", "ref-for-stream-audible-3", - "issue-container-generatedID-6", - "h-note-6", - "ref-for-dom-mediastreamtrack-100", + "issue-container-generatedID-7", + "h-note-7", + "ref-for-dom-mediastreamtrack-102", "ref-for-dom-mediastream-70", "ref-for-dom-mediastream-71", "ref-for-dom-mediastream-72", @@ -971,8 +986,8 @@ "ref-for-dom-mediastream-78", "ref-for-dom-mediastream-79", "ref-for-dom-mediastream-80", - "issue-container-generatedID-7", - "h-note-7", + "issue-container-generatedID-8", + "h-note-8", "ref-for-dom-mediastream-81", "ref-for-dom-mediastream-82", "error-handling", @@ -990,8 +1005,8 @@ "x7-1-1-constructors", "dom-overconstrainederror", "ref-for-dom-overconstrainederror-2", - "issue-container-generatedID-8", - "h-note-8", + "issue-container-generatedID-9", + "h-note-9", "attributes", "x7-1-2-attributes", "dom-overconstrainederror-constraint", @@ -1000,20 +1015,20 @@ "ref-for-dom-mediastream-83", "event-mediastream-addtrack", "ref-for-dom-mediastreamtrackevent-5", - "ref-for-dom-mediastreamtrack-101", + "ref-for-dom-mediastreamtrack-103", "ref-for-dom-mediastream-84", "event-mediastream-removetrack", "ref-for-dom-mediastreamtrackevent-6", - "ref-for-dom-mediastreamtrack-102", + "ref-for-dom-mediastreamtrack-104", "ref-for-dom-mediastream-85", - "ref-for-dom-mediastreamtrack-103", + "ref-for-dom-mediastreamtrack-105", "event-mediastreamtrack-mute", - "ref-for-dom-mediastreamtrack-104", + "ref-for-dom-mediastreamtrack-106", "event-mediastreamtrack-unmute", - "ref-for-dom-mediastreamtrack-105", + "ref-for-dom-mediastreamtrack-107", "event-mediastreamtrack-ended", - "ref-for-dom-mediastreamtrack-106", - "ref-for-dom-mediadevices-1", + "ref-for-dom-mediastreamtrack-108", + "ref-for-dom-mediadevices-2", "event-mediadevices-devicechange", "ref-for-dom-mediadevices-enumeratedevices-1", "enumerating-devices", @@ -1025,7 +1040,7 @@ "idl-def-navigator-partial-1", "ref-for-dom-navigator-1", "idl-def-navigator-mediadevices", - "ref-for-dom-mediadevices-2", + "ref-for-dom-mediadevices-3", "ref-for-dom-navigator-mediadevices-1", "attributes-3", "dom-navigator-mediadevices", @@ -1034,15 +1049,17 @@ "ref-for-dom-navigator-2", "mediadevices", "x9-2-mediadevices", - "ref-for-dom-mediadevices-3", + "ref-for-dom-mediadevices-4", "dom-mediadevices", "dfn-deviceslivemap", "dfn-devicesaccessiblemap", "dfn-kindsaccessiblemap", "dfn-storeddevicelist", "dfn-canexposedeviceinfo", + "ref-for-dom-mediadevices-5", "ref-for-dom-mediadevices-getusermedia-12", "ref-for-dfn-kindsaccessiblemap-1", + "ref-for-dom-mediadevices-6", "ref-for-dom-mediadevices-getusermedia-13", "ref-for-dfn-deviceslivemap-3", "ref-for-dfn-devicesaccessiblemap-2", @@ -1061,25 +1078,25 @@ "ref-for-device-information-can-be-exposed-1", "ref-for-dfn-storeddevicelist-1", "ref-for-dom-mediadevices-enumeratedevices-2", - "issue-container-generatedID-9", - "h-note-9", + "issue-container-generatedID-10", + "h-note-10", "ref-for-dom-mediadevices-enumeratedevices-3", "ref-for-event-mediadevices-devicechange-1", "ref-for-dom-mediadevices-enumeratedevices-4", "ref-for-dom-mediadevicekind-4", "ref-for-dfn-storeddevicelist-2", "ref-for-event-mediadevices-devicechange-2", - "ref-for-dom-mediadevices-4", + "ref-for-dom-mediadevices-7", "ref-for-dfn-device-change-notification-steps-1", "ref-for-device-enumeration-can-proceed-2", "ref-for-device-information-can-be-exposed-2", "ref-for-device-enumeration-can-proceed-3", "ref-for-dfn-device-change-notification-steps-2", - "issue-container-generatedID-10", - "h-note-10", + "issue-container-generatedID-11", + "h-note-11", "webidl-2019836602", "idl-def-mediadevices", - "ref-for-dom-mediadevices-5", + "ref-for-dom-mediadevices-8", "idl-def-mediadevices-ondevicechange", "ref-for-dom-mediadevices-ondevicechange-1", "idl-def-mediadevices-enumeratedevices", @@ -1110,9 +1127,10 @@ "ref-for-creating-a-device-info-object-3", "ref-for-dfn-storeddevicelist-5", "ref-for-dfn-resolve-3", + "ref-for-dom-mediadevices-getusermedia-16", "access-control-model", "x9-2-1-access-control-model", - "ref-for-dom-mediadevices-getusermedia-16", + "ref-for-dom-mediadevices-getusermedia-17", "ref-for-dom-mediadeviceinfo-8", "ref-for-dom-mediadeviceinfo-kind-1", "ref-for-dom-mediadeviceinfo-deviceid-4", @@ -1146,7 +1164,7 @@ "device-enumeration-can-proceed", "ref-for-device-information-can-be-exposed-5", "device-information-can-be-exposed", - "ref-for-dom-mediastreamtrack-107", + "ref-for-dom-mediastreamtrack-109", "ref-for-dfn-canexposedeviceinfo-1", "set-device-information-exposure-0", "x9-2-3-set-device-information-exposure", @@ -1154,8 +1172,8 @@ "ref-for-dfn-canexposedeviceinfo-2", "ref-for-dfn-storeddevicelist-6", "ref-for-dfn-canexposedeviceinfo-3", - "issue-container-generatedID-11", - "h-note-11", + "issue-container-generatedID-12", + "h-note-12", "exposure-decision-algorithm-for-devices-other-than-camera-and-microphone", "x9-2-4-exposure-decision-algorithm-for-devices-other-than-camera-and-microphone", "device-exposure-decision-non-camera-microphone", @@ -1179,7 +1197,7 @@ "def-mediadeviceinfo-deviceId", "dom-mediadeviceinfo-deviceid", "ref-for-dom-mediadeviceinfo-kind-7", - "ref-for-dom-mediastreamtrack-108", + "ref-for-dom-mediastreamtrack-110", "ref-for-stored-permissions-1", "ref-for-stored-permissions-2", "ref-for-dom-mediadeviceinfo-deviceid-11", @@ -1218,7 +1236,7 @@ "ref-for-dom-mediastream-86", "ref-for-dom-mediastreamtrack-kind-8", "ref-for-dom-mediastreamtrack-getcapabilities-5", - "ref-for-dom-mediastreamtrack-109", + "ref-for-dom-mediastreamtrack-111", "ref-for-dom-mediastream-87", "ref-for-dom-mediadeviceinfo-deviceid-13", "ref-for-dom-mediadeviceinfo-13", @@ -1227,13 +1245,13 @@ "local-content", "x10-obtaining-local-multimedia-content", "ref-for-dom-navigator-3", - "ref-for-dom-mediadevices-6", + "ref-for-dom-mediadevices-9", "ref-for-dom-mediastream-88", "legacy-interface-extensions", "x10-1-legacy-interface-extensions", - "issue-container-generatedID-12", - "h-note-12", - "ref-for-dom-mediadevices-7", + "issue-container-generatedID-13", + "h-note-13", + "ref-for-dom-mediadevices-10", "webidl-453757607", "idl-def-navigator-partial-2", "ref-for-dom-navigator-4", @@ -1246,23 +1264,23 @@ "dom-navigator-getusermedia", "ref-for-dom-mediastreamconstraints-2", "ref-for-dom-mediastream-89", - "ref-for-dom-mediadevices-getusermedia-17", - "ref-for-dom-navigator-mediadevices-4", "ref-for-dom-mediadevices-getusermedia-18", + "ref-for-dom-navigator-mediadevices-4", + "ref-for-dom-mediadevices-getusermedia-19", "ref-for-dom-navigator-mediadevices-5", "ref-for-dom-navigator-getusermedia-2", - "ref-for-dom-mediadevices-getusermedia-19", + "ref-for-dom-mediadevices-getusermedia-20", "ref-for-dfn-fulfill-2", "ref-for-dfn-reject-2", "mediadevices-interface-extensions", "x10-2-mediadevices-interface-extensions", - "ref-for-dom-mediadevices-8", - "issue-container-generatedID-13", - "h-note-13", + "ref-for-dom-mediadevices-11", + "issue-container-generatedID-14", + "h-note-14", "ref-for-dom-navigator-getusermedia-3", "ref-for-dom-navigator-5", - "ref-for-dom-mediadevices-getusermedia-20", - "ref-for-dom-mediadevices-9", + "ref-for-dom-mediadevices-getusermedia-21", + "ref-for-dom-mediadevices-12", "ref-for-dom-navigator-getusermedia-4", "ref-for-dom-navigator-6", "ref-for-dom-navigator-7", @@ -1270,13 +1288,13 @@ "ref-for-dom-mediadevices-getsupportedconstraints-1", "webidl-823932458", "idl-def-mediadevices-partial-1", - "ref-for-dom-mediadevices-10", + "ref-for-dom-mediadevices-13", "idl-def-mediadevices-getsupportedconstraints", "ref-for-dom-mediatracksupportedconstraints-5", "ref-for-dom-mediadevices-getsupportedconstraints-2", "idl-def-mediadevices-getusermedia-constraints", "ref-for-dom-mediastream-90", - "ref-for-dom-mediadevices-getusermedia-21", + "ref-for-dom-mediadevices-getusermedia-22", "ref-for-dom-mediastreamconstraints-3", "methods-5", "dom-mediadevices-getsupportedconstraints", @@ -1288,7 +1306,7 @@ "ref-for-dfn-reject-4", "ref-for-dfn-reject-5", "ref-for-dfn-reject-6", - "ref-for-dom-mediastreamtrack-110", + "ref-for-dom-mediastreamtrack-112", "ref-for-dfn-video-2", "ref-for-dfn-audio-3", "ref-for-dfn-required-constraints-5", @@ -1297,17 +1315,17 @@ "ref-for-dfn-selectsettings-2", "ref-for-dfn-required-constraints-6", "ref-for-dfn-selectsettings-3", - "ref-for-dom-mediastreamtrack-111", + "ref-for-dom-mediastreamtrack-113", "ref-for-dom-mediastream-92", - "issue-container-generatedID-14", - "h-note-14", + "issue-container-generatedID-15", + "h-note-15", "ref-for-dfn-video-3", "ref-for-dfn-audio-4", "ref-for-dfn-same-permission-1", - "ref-for-dom-mediastreamtrack-112", - "dfn-same-permission", - "ref-for-dom-mediastreamtrack-113", "ref-for-dom-mediastreamtrack-114", + "dfn-same-permission", + "ref-for-dom-mediastreamtrack-115", + "ref-for-dom-mediastreamtrack-116", "ref-for-dfn-fitness-distance-1", "ref-for-dfn-selectsettings-4", "ref-for-dfn-reject-8", @@ -1320,12 +1338,12 @@ "ref-for-dfn-reject-10", "ref-for-device-information-can-be-exposed-6", "ref-for-dfn-reject-11", - "issue-container-generatedID-15", - "h-note-15", + "issue-container-generatedID-16", + "h-note-16", "dfn-allowed-required-constraints-for-device-selection", - "ref-for-dfn-width-1", - "ref-for-dfn-height-1", - "ref-for-dfn-aspectratio-1", + "ref-for-dfn-width-2", + "ref-for-dfn-height-2", + "ref-for-dfn-aspectratio-2", "ref-for-dfn-framerate-1", "ref-for-dfn-facingmode-1", "ref-for-dfn-resizemode-1", @@ -1342,9 +1360,9 @@ "x10-3-mediastreamconstraints", "ref-for-dom-mediastreamconstraints-5", "dom-mediastreamconstraints", - "ref-for-dom-mediastreamtrack-115", + "ref-for-dom-mediastreamtrack-117", "ref-for-dom-mediastream-93", - "ref-for-dom-mediadevices-getusermedia-22", + "ref-for-dom-mediadevices-getusermedia-23", "webidl-2044375472", "idl-def-mediastreamconstraints", "ref-for-dom-mediastreamconstraints-6", @@ -1393,18 +1411,18 @@ "implementation-suggestions", "x10-6-implementation-suggestions", "resource-reservation", - "ref-for-dom-mediadevices-getusermedia-23", "ref-for-dom-mediadevices-getusermedia-24", - "ref-for-dfn-required-constraints-7", "ref-for-dom-mediadevices-getusermedia-25", + "ref-for-dfn-required-constraints-7", + "ref-for-dom-mediadevices-getusermedia-26", "ref-for-stored-permissions-3", "stored-permissions", "handling-devices", "ref-for-dom-mediastream-102", - "ref-for-dom-mediadevices-getusermedia-26", "ref-for-dom-mediadevices-getusermedia-27", "ref-for-dom-mediadevices-getusermedia-28", "ref-for-dom-mediadevices-getusermedia-29", + "ref-for-dom-mediadevices-getusermedia-30", "generating-deviceids", "ref-for-dom-mediadeviceinfo-deviceid-14", "muting-devices", @@ -1424,14 +1442,14 @@ "ref-for-dom-constraints-advanced-2", "ref-for-dfn-optional-basic-constraints-1", "ref-for-dfn-resolve-5", - "issue-container-generatedID-16", - "h-note-16", + "issue-container-generatedID-17", + "h-note-17", "example-1", "ref-for-dfn-reject-13", "ref-for-dfn-resolve-6", "example-2", "example-3", - "ref-for-dom-mediastreamtrack-getsettings-2", + "ref-for-dom-mediastreamtrack-getsettings-4", "interface-definition", "x11-1-interface-definition", "dom-constrainablepattern", @@ -1459,8 +1477,8 @@ "methods-6", "dom-constrainablepattern-getcapabilities", "ref-for-dfn-capabilities-0-1", - "issue-container-generatedID-17", - "h-note-17", + "issue-container-generatedID-18", + "h-note-18", "ref-for-dom-constrainablepattern-getsettings-2", "ref-for-dom-constrainablepattern-getconstraints-4", "dom-constrainablepattern-getconstraints", @@ -1500,15 +1518,15 @@ "ref-for-dfn-selectsettings-7", "ref-for-dfn-required-constraints-9", "ref-for-dfn-selectsettings-8", - "issue-container-generatedID-18", - "h-note-18", "issue-container-generatedID-19", "h-note-19", + "issue-container-generatedID-20", + "h-note-20", "ref-for-dom-constrainablepattern-8", "ref-for-dfn-settings-0-3", "ref-for-dom-mediastreamtrack-applyconstraints-7", "ref-for-dom-constraints-8", - "ref-for-dom-mediastreamtrack-116", + "ref-for-dom-mediastreamtrack-118", "example-4", "example-5", "example-6", @@ -1622,7 +1640,7 @@ "settings", "x11-4-settings", "dom-settings", - "ref-for-dom-mediastreamtrack-117", + "ref-for-dom-mediastreamtrack-119", "example-12", "ref-for-dom-mediatracksettings-7", "webidl-1939026694", @@ -1654,14 +1672,14 @@ "permissions-policy-integration", "dfn-camera", "dfn-microphone", - "issue-container-generatedID-20", - "h-note-20", - "ref-for-dom-mediadevices-getusermedia-30", + "issue-container-generatedID-21", + "h-note-21", "ref-for-dom-mediadevices-getusermedia-31", + "ref-for-dom-mediadevices-getusermedia-32", "ref-for-dom-mediadevices-enumeratedevices-10", "privacy-indicator-requirements", "x14-privacy-indicator-requirements", - "ref-for-dom-mediadevices-getusermedia-32", + "ref-for-dom-mediadevices-getusermedia-33", "ref-for-dfn-kindsaccessiblemap-4", "ref-for-dfn-devicesaccessiblemap-6", "ref-for-dfn-kindsaccessiblemap-5", @@ -1675,26 +1693,26 @@ "x15-privacy-and-security-considerations", "ref-for-dom-mediadeviceinfo-deviceid-15", "ref-for-event-mediadevices-devicechange-4", - "issue-container-generatedID-21", - "h-note-21", + "issue-container-generatedID-22", + "h-note-22", "extensibility", "x16-extensibility", "defining-a-new-media-type-beyond-the-existing-audio-and-video-types", "x16-1-defining-a-new-media-type-beyond-the-existing-audio-and-video-types", "ref-for-dom-mediastream-103", "ref-for-dom-mediastreamtrack-kind-9", - "ref-for-dom-mediastreamtrack-118", + "ref-for-dom-mediastreamtrack-120", "ref-for-dom-mediastream-104", "ref-for-stream-audible-4", "ref-for-dom-mediadevicekind-8", "ref-for-dom-mediastreamtrack-getcapabilities-6", - "ref-for-dom-mediadevices-getusermedia-33", + "ref-for-dom-mediadevices-getusermedia-34", "ref-for-dom-mediastreamconstraints-8", "ref-for-dom-mediastreamtrack-kind-10", "ref-for-dfn-source-1", "ref-for-dfn-consumer-2", "ref-for-dom-mediastreamtrack-label-4", - "ref-for-dom-mediastreamtrack-119", + "ref-for-dom-mediastreamtrack-121", "ref-for-dfn-consumer-3", "ref-for-dom-mediastreamtrackstate-4", "defining-a-new-constrainable-property", @@ -1705,13 +1723,13 @@ "ref-for-dom-mediatracksettings-8", "ref-for-dom-mediastreamconstraints-9", "ref-for-dom-mediastream-105", - "ref-for-dom-mediastreamtrack-120", + "ref-for-dom-mediastreamtrack-122", "defining-new-consumers-of-mediastreams-and-mediastreamtracks", "x16-3-defining-new-consumers-of-mediastreams-and-mediastreamtracks", "ref-for-dom-mediastream-106", - "ref-for-dom-mediastreamtrack-121", - "ref-for-dom-mediastreamtrack-122", "ref-for-dom-mediastreamtrack-123", + "ref-for-dom-mediastreamtrack-124", + "ref-for-dom-mediastreamtrack-125", "acknowledgements", "a-acknowledgements", "references", @@ -1722,6 +1740,7 @@ "bib-dom", "bib-ecma-262", "bib-html", + "bib-infra", "bib-permissions", "bib-permissions-policy", "bib-rfc2119", @@ -1729,12 +1748,12 @@ "bib-rfc8174", "bib-webaudio", "bib-webidl", + "bib-webrtc", "informative-references", "b-2-informative-references", "bib-image-capture", "bib-mediacapture-fromelement", "bib-mediastream-recording", - "bib-webrtc", "back-to-top", "dfn-panel-for-dfn-user-agent", "dfn-panel-for-dfn-fulfill", @@ -1798,7 +1817,6 @@ "dfn-panel-for-dom-mediastreamtrack-getconstraints", "dfn-panel-for-dom-mediastreamtrack-getsettings", "dfn-panel-for-dom-mediastreamtrack-applyconstraints", - "dfn-panel-for-dom-mediastreamtrackstate-ended", "dfn-panel-for-dom-mediastreamtrackstate", "dfn-panel-for-idl-def-MediaStreamTrackState.live", "dfn-panel-for-idl-def-MediaStreamTrackState.ended", @@ -1876,6 +1894,7 @@ "dfn-panel-for-dfn-aspectratio", "dfn-panel-for-dfn-facingmode", "dfn-panel-for-dfn-resizemode", + "dfn-panel-for-dfn-primary-orientation", "dfn-panel-for-dom-videofacingmodeenum", "dfn-panel-for-dom-videofacingmodeenum-user", "dfn-panel-for-dom-videofacingmodeenum-environment", @@ -1906,6 +1925,7 @@ "dfn-panel-for-event-mediastream-removetrack", "dfn-panel-for-event-mediastreamtrack-mute", "dfn-panel-for-event-mediastreamtrack-unmute", + "dfn-panel-for-event-mediastreamtrack-ended", "dfn-panel-for-event-mediadevices-devicechange", "dfn-panel-for-dom-navigator", "dfn-panel-for-dom-navigator-mediadevices", diff --git a/tr/ids/screen-fold.json b/tr/ids/screen-fold.json index c9df8cfbca2c..8d6755ed6255 100644 --- a/tr/ids/screen-fold.json +++ b/tr/ids/screen-fold.json @@ -1,7 +1,7 @@ { "spec": { "title": "The Screen Fold API", - "url": "https://w3c.github.io/screen-fold/" + "url": "https://www.w3.org/TR/screen-fold/" }, "ids": [ "initialUserConfig", diff --git a/tr/ids/scroll-animations-1.json b/tr/ids/scroll-animations-1.json index 61a5404a53ab..dadc01b533de 100644 --- a/tr/ids/scroll-animations-1.json +++ b/tr/ids/scroll-animations-1.json @@ -495,13 +495,13 @@ "ref-for-scrolltimeline①②", "ref-for-dom-animationframeprovider-requestanimationframe", "appendix-a-considerations-for-security-and-privacy", - "conformance", - "conventions", + "w3c-conformance", + "w3c-conventions", "example-ae2b6bc0", - "conformance-classes", - "partial", - "conform-future-proofing", - "testing", + "w3c-conformance-classes", + "w3c-partial", + "w3c-conform-future-proofing", + "w3c-testing", "index", "index-defined-here", "index-defined-elsewhere", diff --git a/tr/ids/tc39-atomics-wait-async.json b/tr/ids/tc39-atomics-wait-async.json new file mode 100644 index 000000000000..fd3cde17907b --- /dev/null +++ b/tr/ids/tc39-atomics-wait-async.json @@ -0,0 +1,130 @@ +{ + "spec": { + "title": "Atomics.waitAsync", + "url": "https://tc39.es/proposal-atomics-wait-async/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "intro", + "sec-semantics", + "sec-hostresolveinagent", + "sec-getwaiterlist", + "_ref_0", + "table-waiterrecord", + "_ref_2", + "_ref_1", + "table-waiterlist", + "_ref_3", + "_ref_4", + "_ref_5", + "_ref_6", + "_ref_7", + "sec-entercriticalsection", + "_ref_8", + "_ref_9", + "_ref_10", + "_ref_11", + "_ref_12", + "_ref_13", + "_ref_14", + "_ref_15", + "sec-leavecriticalsection", + "_ref_16", + "_ref_17", + "_ref_18", + "_ref_19", + "sec-triggertimeout", + "_ref_20", + "_ref_21", + "_ref_22", + "_ref_23", + "_ref_24", + "_ref_25", + "sec-addwaiter", + "_ref_26", + "_ref_27", + "_ref_28", + "_ref_29", + "_ref_30", + "_ref_31", + "sec-removewaiter", + "_ref_32", + "_ref_33", + "_ref_34", + "sec-suspend", + "_ref_35", + "_ref_36", + "_ref_37", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_41", + "_ref_42", + "_ref_43", + "_ref_44", + "sec-notifywaiter", + "_ref_45", + "_ref_46", + "_ref_47", + "_ref_48", + "sec-dowait", + "_ref_49", + "_ref_50", + "_ref_51", + "_ref_52", + "_ref_53", + "_ref_54", + "_ref_55", + "_ref_56", + "_ref_57", + "_ref_58", + "_ref_59", + "_ref_60", + "_ref_61", + "_ref_62", + "_ref_63", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "_ref_68", + "_ref_69", + "_ref_70", + "_ref_71", + "sec-atomics.wait", + "_ref_72", + "_ref_73", + "_ref_74", + "_ref_75", + "_ref_76", + "_ref_77", + "_ref_78", + "_ref_79", + "_ref_80", + "_ref_81", + "_ref_82", + "_ref_83", + "_ref_84", + "_ref_85", + "_ref_86", + "_ref_87", + "atomics.waitasync", + "_ref_88", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-class-fields.json b/tr/ids/tc39-class-fields.json new file mode 100644 index 000000000000..896cc30dad18 --- /dev/null +++ b/tr/ids/tc39-class-fields.json @@ -0,0 +1,628 @@ +{ + "spec": { + "title": "Public and private instance fields proposal", + "url": "https://tc39.es/proposal-class-fields/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "sec-intro", + "sec-syntax", + "sec-lexical-grammar", + "prod-PrivateIdentifier", + "prod-CommonToken", + "_ref_257", + "sec-new-syntax", + "prod-FieldDefinition", + "_ref_258", + "_ref_259", + "prod-ClassElementName", + "_ref_260", + "sec-updated-syntax", + "prod-ClassElement", + "_ref_261", + "_ref_262", + "_ref_263", + "prod-MemberExpression", + "_ref_264", + "_ref_265", + "_ref_266", + "_ref_267", + "_ref_268", + "_ref_269", + "_ref_270", + "prod-CallExpression", + "_ref_271", + "_ref_272", + "_ref_273", + "_ref_274", + "_ref_275", + "_ref_276", + "_ref_277", + "prod-OptionalChain", + "_ref_278", + "_ref_279", + "_ref_280", + "_ref_281", + "_ref_282", + "_ref_283", + "_ref_284", + "sec-static-semantics-early-errors", + "_ref_285", + "_ref_286", + "_ref_287", + "_ref_288", + "_ref_289", + "_ref_290", + "prod-ClassBody", + "_ref_291", + "_ref_2", + "_ref_292", + "_ref_293", + "_ref_294", + "_ref_295", + "_ref_296", + "prod-UnaryExpression", + "_ref_297", + "_ref_298", + "_ref_299", + "prod-PrimaryExpression", + "_ref_300", + "_ref_301", + "_ref_302", + "_ref_303", + "_ref_304", + "_ref_305", + "_ref_306", + "_ref_307", + "_ref_308", + "_ref_309", + "_ref_310", + "_ref_311", + "prod-ScriptBody", + "_ref_3", + "prod-ModuleBody", + "_ref_4", + "_ref_312", + "sec-all-private-identifiers-valid", + "sec-all-private-names-valid", + "_ref_313", + "_ref_314", + "_ref_315", + "_ref_316", + "_ref_317", + "_ref_318", + "_ref_319", + "_ref_320", + "_ref_321", + "_ref_322", + "_ref_323", + "_ref_324", + "_ref_5", + "_ref_325", + "_ref_6", + "_ref_326", + "sec-internal-algorithms", + "static-semantics-propname", + "_ref_327", + "_ref_328", + "_ref_329", + "_ref_330", + "sec-runtime-semantics-evaluate-name", + "_ref_331", + "_ref_332", + "static-semantics-class-element-evaluation", + "_ref_333", + "_ref_334", + "_ref_335", + "_ref_336", + "runtime-semantics-class-field-definition-evaluation", + "_ref_337", + "_ref_338", + "_ref_339", + "_ref_7", + "_ref_340", + "prod-FormalParameters", + "_ref_8", + "_ref_341", + "_ref_9", + "_ref_10", + "_ref_342", + "runtime-semantics-class-public-field-definition-evaluation", + "prod-Initializer", + "_ref_11", + "_ref_12", + "_ref_13", + "sec-setfunctionname", + "_ref_14", + "_ref_15", + "_ref_16", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_20", + "sec-define-field", + "_ref_21", + "_ref_22", + "_ref_23", + "_ref_24", + "_ref_25", + "_ref_26", + "_ref_27", + "_ref_28", + "initialize-public-instance-fields", + "sec-private-names-static-semantics-stringvalue", + "_ref_343", + "_ref_344", + "_ref_29", + "sec-private-bound-identifiers", + "sec-private-bound-names", + "_ref_345", + "_ref_346", + "_ref_30", + "_ref_347", + "_ref_348", + "_ref_349", + "_ref_350", + "_ref_351", + "prod-ClassElementList", + "_ref_352", + "_ref_31", + "_ref_353", + "_ref_354", + "_ref_355", + "_ref_32", + "_ref_356", + "_ref_33", + "_ref_357", + "_ref_358", + "_ref_34", + "_ref_359", + "sec-static-semantics-contains-arguments", + "prod-IdentifierReference", + "prod-FunctionDeclaration", + "_ref_360", + "_ref_361", + "prod-FunctionExpression", + "_ref_362", + "prod-MethodDefinition", + "_ref_363", + "prod-GeneratorMethod", + "_ref_364", + "prod-GeneratorDeclaration", + "_ref_365", + "_ref_366", + "prod-GeneratorExpression", + "_ref_367", + "_ref_368", + "prod-AsyncMethod", + "_ref_369", + "prod-AsyncFunctionDeclaration", + "_ref_370", + "_ref_371", + "prod-AsyncFunctionExpression", + "_ref_372", + "_ref_373", + "class-definitions", + "static-semantics-is-static", + "_ref_374", + "runtime-semantics-class-definition-evaluation", + "prod-ClassTail", + "_ref_375", + "_ref_35", + "_ref_36", + "_ref_376", + "_ref_37", + "_ref_377", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_41", + "_ref_42", + "_ref_43", + "_ref_378", + "_ref_379", + "_ref_380", + "_ref_381", + "_ref_44", + "_ref_45", + "_ref_46", + "_ref_382", + "_ref_383", + "_ref_384", + "_ref_47", + "[[construct]]", + "_ref_48", + "_ref_49", + "_ref_50", + "_ref_51", + "_ref_52", + "_ref_53", + "_ref_54", + "_ref_55", + "_ref_56", + "_ref_57", + "the-super-keyword", + "sec-super-keyword-runtime-semantics-evaluation", + "prod-SuperCall", + "_ref_58", + "_ref_59", + "_ref_60", + "_ref_61", + "_ref_62", + "sec-delete-operator", + "sec-delete-operator-runtime-semantics-evaluation", + "_ref_385", + "_ref_386", + "_ref_63", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "_ref_387", + "sec-createdynamicfunction", + "_ref_68", + "_ref_388", + "_ref_389", + "_ref_390", + "_ref_69", + "_ref_70", + "_ref_71", + "prod-UniqueFormalParameters", + "_ref_391", + "_ref_392", + "_ref_393", + "_ref_72", + "_ref_73", + "_ref_74", + "_ref_75", + "_ref_76", + "_ref_77", + "_ref_78", + "_ref_79", + "_ref_80", + "_ref_81", + "sec-eval-x", + "sec-performeval", + "_ref_82", + "_ref_83", + "_ref_394", + "_ref_395", + "_ref_84", + "_ref_85", + "_ref_86", + "_ref_87", + "_ref_88", + "_ref_89", + "_ref_90", + "_ref_91", + "_ref_92", + "sec-performeval-rules-in-initializer", + "_ref_396", + "_ref_93", + "sec-evaldeclarationinstantiation", + "_ref_94", + "_ref_397", + "_ref_398", + "_ref_399", + "_ref_95", + "sec-moduledeclarationenvironmentsetup", + "_ref_96", + "_ref_97", + "_ref_98", + "_ref_99", + "sec-functiondeclarationinstantiation", + "_ref_100", + "_ref_101", + "_ref_400", + "_ref_401", + "_ref_402", + "_ref_403", + "_ref_102", + "_ref_103", + "_ref_104", + "_ref_105", + "_ref_106", + "_ref_404", + "sec-blockdeclarationinstantiation", + "_ref_405", + "_ref_406", + "_ref_407", + "_ref_408", + "sec-arrow-function-definitions-runtime-semantics-evaluation", + "prod-ArrowFunction", + "_ref_409", + "_ref_107", + "_ref_410", + "_ref_411", + "_ref_108", + "_ref_412", + "_ref_109", + "_ref_110", + "_ref_413", + "_ref_414", + "_ref_111", + "_ref_112", + "_ref_415", + "_ref_113", + "_ref_114", + "_ref_115", + "prod-AsyncGeneratorExpression", + "_ref_416", + "_ref_417", + "_ref_116", + "_ref_418", + "_ref_117", + "_ref_118", + "_ref_419", + "_ref_420", + "_ref_119", + "_ref_120", + "_ref_421", + "_ref_121", + "_ref_122", + "_ref_123", + "_ref_422", + "_ref_423", + "_ref_124", + "_ref_424", + "_ref_425", + "_ref_426", + "_ref_125", + "_ref_126", + "_ref_427", + "_ref_127", + "prod-AsyncArrowFunction", + "_ref_428", + "_ref_128", + "_ref_429", + "_ref_129", + "sec-runtime-semantics-definemethod", + "_ref_430", + "_ref_130", + "_ref_431", + "_ref_131", + "_ref_432", + "_ref_132", + "sec-method-definitions-runtime-semantics-propertydefinitionevaluation", + "_ref_133", + "_ref_433", + "_ref_134", + "_ref_135", + "_ref_136", + "_ref_137", + "_ref_138", + "_ref_434", + "_ref_139", + "_ref_140", + "_ref_141", + "_ref_142", + "_ref_435", + "_ref_143", + "_ref_436", + "_ref_144", + "_ref_437", + "_ref_145", + "_ref_146", + "_ref_147", + "_ref_148", + "_ref_149", + "prod-AsyncGeneratorMethod", + "_ref_438", + "_ref_150", + "_ref_439", + "_ref_151", + "_ref_440", + "_ref_152", + "_ref_153", + "_ref_154", + "_ref_155", + "_ref_156", + "_ref_441", + "_ref_157", + "_ref_442", + "_ref_158", + "_ref_443", + "_ref_159", + "_ref_160", + "_ref_161", + "sec-private-names", + "_ref_162", + "_ref_163", + "_ref_164", + "private-record", + "_ref_165", + "_ref_166", + "_ref_167", + "sec-notational-conventions", + "sec-newprivatename", + "_ref_168", + "sec-privatefieldfind", + "_ref_169", + "sec-privatefieldadd", + "_ref_170", + "_ref_171", + "_ref_172", + "sec-privatefieldget", + "_ref_173", + "_ref_174", + "_ref_175", + "sec-privatefieldset", + "_ref_176", + "_ref_177", + "_ref_178", + "sec-private-references-runtime-semantics-evaluation", + "_ref_444", + "_ref_445", + "_ref_446", + "_ref_179", + "_ref_180", + "_ref_447", + "_ref_181", + "_ref_448", + "_ref_449", + "_ref_450", + "_ref_182", + "_ref_183", + "_ref_451", + "_ref_184", + "sec-private-references-runtime-semantics-chainevaluation", + "_ref_452", + "_ref_185", + "_ref_453", + "_ref_186", + "_ref_454", + "_ref_455", + "_ref_456", + "_ref_187", + "_ref_188", + "_ref_457", + "_ref_189", + "sec-reference-specification-type", + "_ref_190", + "_ref_191", + "_ref_192", + "sec-getvalue", + "_ref_193", + "_ref_194", + "_ref_195", + "_ref_196", + "_ref_197", + "_ref_198", + "sec-putvalue", + "_ref_199", + "_ref_200", + "_ref_201", + "_ref_202", + "_ref_203", + "_ref_204", + "_ref_205", + "_ref_206", + "_ref_207", + "sec-makeprivatereference", + "_ref_208", + "_ref_209", + "_ref_210", + "_ref_211", + "sec-lexically-scoped-private-identifiers", + "sec-lexically-scoped-private-names", + "sec-execution-contexts", + "table-23", + "_ref_212", + "_ref_213", + "_ref_458", + "sec-ecmascript-function-objects", + "_ref_0", + "table-27", + "sec-functioninitialize", + "_ref_214", + "sec-functioncreate", + "_ref_215", + "_ref_216", + "sec-generatorfunctioncreate", + "_ref_217", + "_ref_218", + "sec-asyncgeneratorfunctioncreate", + "_ref_219", + "_ref_220", + "sec-async-functions-abstract-operations-async-function-create", + "_ref_221", + "_ref_222", + "sec-runtime-semantics-scriptevaluation", + "_ref_223", + "_ref_224", + "_ref_225", + "_ref_226", + "_ref_227", + "sec-prepareforordinarycall", + "_ref_228", + "_ref_229", + "_ref_230", + "sec-function-definitions-runtime-semantics-instantiatefunctionobject", + "_ref_459", + "_ref_460", + "_ref_231", + "_ref_461", + "_ref_232", + "_ref_233", + "_ref_462", + "_ref_234", + "_ref_463", + "_ref_235", + "_ref_236", + "_ref_464", + "sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", + "_ref_465", + "_ref_466", + "_ref_237", + "_ref_467", + "_ref_238", + "_ref_239", + "_ref_240", + "_ref_468", + "_ref_241", + "_ref_469", + "_ref_242", + "_ref_243", + "_ref_244", + "_ref_470", + "sec-asyncgenerator-definitions-instantiatefunctionobject", + "prod-AsyncGeneratorDeclaration", + "_ref_471", + "_ref_472", + "_ref_245", + "_ref_473", + "_ref_246", + "_ref_247", + "_ref_248", + "_ref_474", + "_ref_475", + "_ref_249", + "_ref_476", + "_ref_250", + "_ref_251", + "_ref_252", + "_ref_477", + "sec-async-function-definitions-InstantiateFunctionObject", + "_ref_478", + "_ref_479", + "_ref_253", + "_ref_480", + "_ref_254", + "_ref_481", + "_ref_482", + "_ref_255", + "_ref_483", + "_ref_256", + "sec-automatic-semicolon-insertion", + "sec-rules-of-automatic-semicolon-insertion", + "prod-asi-rules-UpdateExpression", + "prod-asi-rules-ContinueStatement", + "prod-asi-rules-BreakStatement", + "prod-asi-rules-ReturnStatement", + "prod-asi-rules-ThrowStatement", + "prod-asi-rules-ArrowFunction", + "prod-asi-rules-YieldExpression", + "_ref_1", + "sec-examples-of-automatic-semicolon-insertion", + "sec-hazards-of-automatic-semicolon-insertion", + "sec-asi-hazards-in-statement-lists", + "sec-asi-hazards-in-class-bodies", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-import-assertions.json b/tr/ids/tc39-import-assertions.json new file mode 100644 index 000000000000..b46de7274f89 --- /dev/null +++ b/tr/ids/tc39-import-assertions.json @@ -0,0 +1,153 @@ +{ + "spec": { + "title": "import assertions", + "url": "https://tc39.es/proposal-import-assertions/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "intro", + "sec-syntax", + "prod-ImportDeclaration", + "_ref_68", + "_ref_69", + "prod-ExportDeclaration", + "_ref_70", + "prod-AssertClause", + "_ref_71", + "prod-AssertEntries", + "_ref_72", + "_ref_73", + "_ref_74", + "prod-AssertionKey", + "prod-ImportCall", + "sec-semantics", + "_ref_75", + "_ref_76", + "sec-import-calls", + "sec-import-call-runtime-semantics-evaluation", + "_ref_5", + "_ref_6", + "_ref_7", + "_ref_8", + "_ref_9", + "_ref_10", + "_ref_11", + "_ref_12", + "_ref_13", + "_ref_14", + "_ref_15", + "_ref_16", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_20", + "_ref_21", + "_ref_22", + "_ref_23", + "_ref_24", + "_ref_25", + "sec-hostresolveimportedmodule", + "_ref_26", + "_ref_0", + "_ref_1", + "sec-hostimportmoduledynamically", + "_ref_27", + "_ref_2", + "_ref_28", + "_ref_29", + "_ref_30", + "_ref_31", + "_ref_32", + "_ref_33", + "_ref_34", + "_ref_35", + "_ref_36", + "_ref_37", + "_ref_38", + "sec-finishdynamicimport", + "_ref_39", + "_ref_3", + "_ref_40", + "_ref_41", + "_ref_42", + "_ref_43", + "_ref_44", + "_ref_45", + "sec-hostgetsupportedimportassertions", + "sec-assert-clause-early-errors", + "_ref_77", + "_ref_46", + "_ref_78", + "sec-assert-clause-to-assertions", + "_ref_79", + "_ref_47", + "_ref_80", + "_ref_81", + "_ref_48", + "_ref_82", + "_ref_83", + "_ref_84", + "_ref_49", + "_ref_85", + "_ref_50", + "_ref_86", + "_ref_51", + "_ref_87", + "sec-assertion-key-string-value", + "sec-modulerequest-record", + "table-cyclic-module-fields", + "_ref_52", + "table-cyclic-module-fields", + "_ref_53", + "importentry-record", + "_ref_54", + "_ref_4", + "table-39", + "_ref_55", + "_ref_56", + "_ref_88", + "_ref_57", + "_ref_89", + "sec-static-semantics-modulerequests", + "_ref_58", + "_ref_90", + "_ref_59", + "_ref_91", + "_ref_60", + "prod-Module", + "prod-ModuleItemList", + "_ref_92", + "_ref_93", + "_ref_94", + "_ref_95", + "_ref_96", + "_ref_97", + "prod-ModuleItem", + "_ref_61", + "_ref_98", + "_ref_62", + "_ref_99", + "_ref_63", + "sec-host-integration", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-private-methods.json b/tr/ids/tc39-private-methods.json new file mode 100644 index 000000000000..c883d8422fdd --- /dev/null +++ b/tr/ids/tc39-private-methods.json @@ -0,0 +1,219 @@ +{ + "spec": { + "title": "Private Methods and Accessors Proposal", + "url": "https://tc39.es/proposal-private-methods/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "sec-intro", + "sec-syntax", + "sec-updated-syntax", + "prod-MethodDefinition", + "_ref_95", + "_ref_96", + "_ref_97", + "_ref_98", + "_ref_99", + "_ref_100", + "prod-GeneratorMethod", + "_ref_101", + "prod-AsyncMethod", + "_ref_102", + "prod-AsyncGeneratorMethod", + "_ref_103", + "sec-static-semantics-early-errors", + "prod-ClassBody", + "_ref_0", + "_ref_104", + "prod-PropertyDefinition", + "_ref_105", + "_ref_1", + "_ref_106", + "prod-ClassElement", + "_ref_107", + "_ref_2", + "_ref_108", + "sec-internal-algorithms", + "static-semantics-propname", + "prod-FieldDefinition", + "_ref_109", + "_ref_110", + "prod-ClassElementName", + "sec-runtime-semantics-evaluate-name", + "initialize-instance-elements", + "_ref_3", + "sec-private-bound-identifiers", + "_ref_111", + "_ref_112", + "_ref_4", + "_ref_113", + "_ref_114", + "_ref_115", + "_ref_116", + "_ref_117", + "_ref_118", + "_ref_119", + "_ref_5", + "_ref_120", + "_ref_121", + "_ref_6", + "_ref_122", + "_ref_123", + "_ref_7", + "_ref_124", + "_ref_125", + "_ref_8", + "_ref_126", + "runtime-semantics-class-definition-evaluation", + "prod-ClassTail", + "_ref_127", + "_ref_9", + "_ref_10", + "_ref_128", + "_ref_11", + "_ref_129", + "_ref_12", + "_ref_13", + "_ref_14", + "_ref_15", + "_ref_16", + "_ref_130", + "_ref_131", + "_ref_132", + "_ref_133", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_134", + "_ref_135", + "_ref_136", + "_ref_20", + "_ref_21", + "_ref_22", + "_ref_23", + "_ref_137", + "_ref_24", + "sec-define-ordinary-method", + "_ref_25", + "_ref_26", + "_ref_27", + "sec-method-definitions-runtime-semantics-classelementevaluation", + "_ref_138", + "_ref_28", + "_ref_139", + "_ref_29", + "_ref_140", + "_ref_30", + "_ref_141", + "_ref_142", + "_ref_143", + "_ref_31", + "_ref_32", + "_ref_33", + "_ref_34", + "_ref_144", + "_ref_145", + "_ref_35", + "_ref_146", + "prod-FormalParameters", + "_ref_36", + "_ref_37", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_147", + "_ref_148", + "_ref_41", + "_ref_149", + "_ref_42", + "_ref_43", + "_ref_44", + "_ref_45", + "_ref_46", + "_ref_150", + "_ref_151", + "_ref_47", + "_ref_152", + "_ref_48", + "_ref_49", + "_ref_50", + "_ref_51", + "_ref_52", + "_ref_53", + "_ref_54", + "_ref_153", + "_ref_154", + "_ref_55", + "_ref_155", + "_ref_56", + "_ref_57", + "_ref_58", + "_ref_59", + "_ref_60", + "_ref_156", + "_ref_157", + "_ref_61", + "_ref_158", + "_ref_62", + "_ref_63", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "the-super-keyword", + "sec-super-keyword-runtime-semantics-evaluation", + "prod-SuperCall", + "_ref_68", + "_ref_69", + "_ref_70", + "_ref_71", + "_ref_72", + "[[construct]]", + "_ref_73", + "_ref_74", + "_ref_75", + "_ref_76", + "_ref_77", + "_ref_78", + "_ref_79", + "_ref_80", + "_ref_81", + "_ref_82", + "sec-private-names", + "_ref_83", + "_ref_84", + "private-name-record", + "_ref_85", + "_ref_86", + "sec-privatebrandcheck", + "sec-privatebrandcontains", + "_ref_87", + "sec-privatebrandadd", + "_ref_88", + "sec-privatefieldget", + "_ref_89", + "_ref_90", + "_ref_91", + "sec-privatefieldset", + "_ref_92", + "_ref_93", + "_ref_94", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-regexp-match-indices.json b/tr/ids/tc39-regexp-match-indices.json new file mode 100644 index 000000000000..72f488a5b76b --- /dev/null +++ b/tr/ids/tc39-regexp-match-indices.json @@ -0,0 +1,92 @@ +{ + "spec": { + "title": "RegExp Match Indices", + "url": "https://tc39.es/proposal-regexp-match-indices/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "metadata-block", + "sec-text-processing", + "sec-regexp-regular-expression-objects", + "sec-pattern-semantics", + "sec-notation", + "prod-Atom", + "sec-atom", + "_ref_45", + "_ref_46", + "sec-atomescape", + "sec-backreference-matcher", + "_ref_2", + "_ref_3", + "sec-regexp-abstract-operations", + "sec-match-records", + "_ref_0", + "table-match-record", + "_ref_4", + "sec-properties-of-the-regexp-prototype-object", + "sec-regexp.prototype.exec", + "sec-regexpbuiltinexec", + "_ref_5", + "_ref_6", + "_ref_7", + "_ref_8", + "_ref_9", + "_ref_10", + "_ref_11", + "_ref_12", + "_ref_1", + "_ref_13", + "_ref_14", + "_ref_15", + "_ref_16", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_20", + "_ref_21", + "_ref_22", + "_ref_23", + "_ref_24", + "_ref_25", + "_ref_26", + "_ref_27", + "_ref_28", + "_ref_29", + "_ref_30", + "sec-getstringindex", + "_ref_31", + "sec-getmatchstring", + "_ref_32", + "_ref_33", + "sec-getmatchindicesarray", + "_ref_34", + "_ref_35", + "_ref_36", + "sec-makeindicesarray", + "_ref_37", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_41", + "_ref_42", + "_ref_43", + "_ref_44", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-relative-indexing-method.json b/tr/ids/tc39-relative-indexing-method.json new file mode 100644 index 000000000000..4ec761b33eae --- /dev/null +++ b/tr/ids/tc39-relative-indexing-method.json @@ -0,0 +1,63 @@ +{ + "spec": { + "title": "Relative Indexing Method", + "url": "https://tc39.es/proposal-relative-indexing-method/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "intro", + "sec-array-prototype-additions", + "sec-array.prototype.at", + "_ref_0", + "_ref_1", + "_ref_2", + "_ref_3", + "_ref_4", + "sec-array.prototype-modifications", + "sec-array.prototype-@@unscopables-modification", + "_ref_5", + "_ref_6", + "_ref_7", + "_ref_8", + "_ref_9", + "_ref_10", + "_ref_11", + "_ref_12", + "_ref_13", + "_ref_14", + "_ref_15", + "sec-string-prototype-additions", + "sec-string.prototype.at", + "_ref_16", + "_ref_17", + "_ref_18", + "sec-%typedarray.prototype%-additions", + "sec-%typedarray%.prototype.at", + "_ref_19", + "_ref_20", + "_ref_21", + "_ref_22", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-static-class-features.json b/tr/ids/tc39-static-class-features.json new file mode 100644 index 000000000000..81138ca36f5d --- /dev/null +++ b/tr/ids/tc39-static-class-features.json @@ -0,0 +1,59 @@ +{ + "spec": { + "title": "Static class features", + "url": "https://tc39.es/proposal-static-class-features/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "sec-intro", + "sec-syntax", + "prod-ClassElement", + "sec-static-semantics-early-errors", + "prod-ClassBody", + "_ref_13", + "sec-algorithms", + "sec-method-definitions-runtime-semantics-classelementevaluation", + "runtime-semantics-class-definition-evaluation", + "prod-ClassTail", + "_ref_14", + "_ref_0", + "_ref_1", + "_ref_15", + "_ref_16", + "_ref_2", + "_ref_3", + "_ref_4", + "_ref_5", + "_ref_6", + "_ref_17", + "_ref_18", + "_ref_7", + "_ref_8", + "_ref_9", + "_ref_19", + "_ref_20", + "_ref_21", + "_ref_10", + "_ref_11", + "_ref_12", + "_ref_22", + "_ref_23", + "sec-copyright-and-software-license", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/tc39-top-level-await.json b/tr/ids/tc39-top-level-await.json new file mode 100644 index 000000000000..1d3f39f01461 --- /dev/null +++ b/tr/ids/tc39-top-level-await.json @@ -0,0 +1,217 @@ +{ + "spec": { + "title": "Top-Level Await", + "url": "https://tc39.es/proposal-top-level-await/" + }, + "ids": [ + "menu-search-biblio", + "menu-toggle", + "menu-spacer", + "menu", + "menu-search", + "menu-search-box", + "menu-search-results", + "menu-pins", + "menu-pins-list", + "menu-toc", + "spec-container", + "introduction", + "_ref_10", + "sec-async-functions-abstract-operations-async-function-start", + "_ref_11", + "_ref_12", + "_ref_13", + "_ref_14", + "_ref_15", + "_ref_16", + "sec-asyncblockstart", + "_ref_17", + "_ref_18", + "_ref_19", + "_ref_20", + "sec-abstract-module-records", + "table-36", + "_ref_21", + "table-37", + "resolvedbinding-record", + "_ref_22", + "sec-cyclic-module-records", + "cyclic-module-record", + "_ref_23", + "_ref_24", + "_ref_0", + "_ref_1", + "table-cyclic-module-fields", + "_ref_25", + "_ref_2", + "_ref_3", + "table-cyclic-module-methods", + "_ref_26", + "_ref_27", + "sec-moduledeclarationlinking", + "sec-moduledeclarationinstantiation", + "_ref_28", + "_ref_29", + "_ref_30", + "_ref_31", + "_ref_32", + "_ref_33", + "sec-InnerModuleLinking", + "sec-innermoduleinstantiation", + "_ref_34", + "_ref_35", + "_ref_36", + "_ref_37", + "_ref_38", + "_ref_39", + "_ref_40", + "_ref_41", + "sec-moduleevaluation", + "_ref_42", + "_ref_43", + "_ref_44", + "_ref_45", + "_ref_46", + "_ref_47", + "_ref_48", + "_ref_49", + "_ref_50", + "_ref_51", + "sec-innermoduleevaluation", + "_ref_52", + "_ref_53", + "_ref_54", + "_ref_55", + "_ref_56", + "_ref_57", + "_ref_58", + "_ref_59", + "_ref_60", + "_ref_61", + "_ref_62", + "_ref_63", + "sec-execute-async-module", + "_ref_64", + "_ref_65", + "_ref_66", + "_ref_67", + "_ref_68", + "_ref_69", + "_ref_70", + "sec-getasynccycleroot", + "sec-asyncmodulexecutionfulfilled", + "_ref_71", + "_ref_72", + "_ref_73", + "_ref_74", + "_ref_75", + "_ref_76", + "sec-AsyncModuleExecutionRejected", + "_ref_77", + "_ref_78", + "_ref_79", + "sec-example-cyclic-module-record-graphs", + "figure-module-graph-simple", + "_ref_80", + "_ref_81", + "figure-module-graph-missing", + "_ref_82", + "_ref_83", + "_ref_84", + "_ref_85", + "figure-module-graph-cycle", + "_ref_86", + "_ref_87", + "_ref_88", + "_ref_89", + "_ref_90", + "_ref_91", + "_ref_92", + "_ref_93", + "_ref_94", + "_ref_95", + "figure-module-graph-cycle-async", + "_ref_96", + "_ref_97", + "_ref_98", + "_ref_99", + "_ref_100", + "_ref_101", + "_ref_102", + "_ref_4", + "table-module-graph-cycle-async-fields-1", + "_ref_103", + "_ref_5", + "table-module-graph-cycle-async-fields-2", + "_ref_104", + "_ref_105", + "_ref_6", + "table-module-graph-cycle-async-fields-3", + "_ref_106", + "_ref_7", + "table-module-graph-cycle-async-fields-4", + "_ref_107", + "_ref_108", + "_ref_8", + "table-module-graph-cycle-async-fields-5", + "_ref_109", + "_ref_9", + "table-module-graph-cycle-async-fields-6", + "sec-source-text-module-records", + "sec-parsemodule", + "_ref_118", + "_ref_119", + "_ref_110", + "sec-source-text-module-record-execute-module", + "_ref_111", + "_ref_112", + "_ref_113", + "_ref_114", + "_ref_115", + "_ref_116", + "_ref_117", + "sec-modules", + "prod-Module", + "_ref_120", + "prod-ModuleBody", + "_ref_121", + "prod-ModuleItemList", + "_ref_122", + "_ref_123", + "_ref_124", + "prod-ModuleItem", + "_ref_125", + "sec-async-function-definitions", + "sec-async-function-definitions", + "prod-AsyncFunctionDeclaration", + "_ref_126", + "_ref_127", + "prod-AsyncFunctionExpression", + "_ref_128", + "_ref_129", + "prod-AsyncMethod", + "_ref_130", + "prod-AsyncFunctionBody", + "prod-AwaitExpression", + "_ref_131", + "_ref_132", + "_ref_133", + "_ref_134", + "_ref_135", + "_ref_136", + "_ref_137", + "_ref_138", + "_ref_139", + "_ref_140", + "sec-imports", + "prod-ImportedBinding", + "sec-exports", + "prod-ExportDeclaration", + "references-pane-container", + "references-pane-spacer", + "references-pane", + "references-pane-close", + "references-pane-table-container", + "references-pane-table" + ] +} \ No newline at end of file diff --git a/tr/ids/webauthn-2.json b/tr/ids/webauthn-2.json index 388eafe43f35..426a54ee8809 100644 --- a/tr/ids/webauthn-2.json +++ b/tr/ids/webauthn-2.json @@ -145,7 +145,7 @@ "ref-for-credential-public-key", "ref-for-credential-public-key①", "ref-for-credential-id", - "example-63e26a24", + "example-85f4c521", "sctn-sample-registration-with-platform-authenticator", "ref-for-webauthn-relying-party④", "ref-for-public-key-credential⑧", @@ -875,6 +875,9 @@ "ref-for-dom-userverificationrequirement-discouraged", "ref-for-dom-userverificationrequirement-required", "ref-for-dom-userverificationrequirement-preferred", + "ref-for-dom-publickeycredentialcreationoptions-user①", + "ref-for-dom-publickeycredentialuserentity-id①", + "ref-for-exceptiondef-typeerror", "ref-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin", "ref-for-concept-origin-opaque①", "ref-for-idl-DOMException②", @@ -1057,7 +1060,7 @@ "CreateCred-InvokeAuthnrMakeCred", "ref-for-authenticatormakecredential④", "ref-for-dom-publickeycredentialcreationoptions-rp⑥", - "ref-for-dom-publickeycredentialcreationoptions-user①", + "ref-for-dom-publickeycredentialcreationoptions-user②", "ref-for-set-append", "ref-for-client-device①③", "ref-for-list-remove③", @@ -1654,7 +1657,7 @@ "ref-for-dictdef-publickeycredentialrpentity", "ref-for-dom-publickeycredentialcreationoptions-rp⑦", "ref-for-dictdef-publickeycredentialuserentity", - "ref-for-dom-publickeycredentialcreationoptions-user②", + "ref-for-dom-publickeycredentialcreationoptions-user③", "ref-for-BufferSource②", "ref-for-dom-publickeycredentialcreationoptions-challenge①", "ref-for-idl-sequence①", @@ -1687,7 +1690,7 @@ "ref-for-relying-party⑨⑧", "ref-for-dom-publickeycredentialentity-name①", "ref-for-dom-publickeycredentialuserentity-displayname①", - "ref-for-dom-publickeycredentialuserentity-id①", + "ref-for-dom-publickeycredentialuserentity-id②", "dom-publickeycredentialcreationoptions-challenge", "ref-for-BufferSource③", "ref-for-attestation-object⑦", @@ -1734,15 +1737,17 @@ "ref-for-relying-party①⓪②", "ref-for-relying-party①⓪③", "ref-for-dom-publickeycredentialentity-name③", + "ref-for-relying-party①⓪④", "ref-for-client③⓪", "ref-for-dom-publickeycredentialentity-name④", "ref-for-authenticatormakecredential⑥", "ref-for-dictdef-publickeycredentialuserentity②", "ref-for-human-palatability③", "ref-for-dom-publickeycredentialuserentity-displayname②", - "ref-for-relying-party①⓪④", "ref-for-relying-party①⓪⑤", + "ref-for-relying-party①⓪⑥", "ref-for-dom-publickeycredentialentity-name⑤", + "ref-for-relying-party①⓪⑦", "ref-for-client③①", "ref-for-dom-publickeycredentialentity-name⑥", "ref-for-authenticatormakecredential⑦", @@ -1754,14 +1759,14 @@ "dictionary-rp-credential-params", "dictdef-publickeycredentialrpentity", "ref-for-dictdef-publickeycredentialrpentity③", - "ref-for-relying-party①⓪⑥", + "ref-for-relying-party①⓪⑧", "ref-for-dictdef-publickeycredentialrpentity④", "ref-for-dictdef-publickeycredentialentity③", "ref-for-idl-DOMString①⓪", "ref-for-dom-publickeycredentialrpentity-id⑦", "dom-publickeycredentialrpentity-id", "ref-for-idl-DOMString①①", - "ref-for-relying-party①⓪⑦", + "ref-for-relying-party①⓪⑨", "ref-for-rp-id②②", "dictionary-user-credential-params", "dictdef-publickeycredentialuserentity", @@ -1769,7 +1774,7 @@ "ref-for-dictdef-publickeycredentialuserentity④", "ref-for-dictdef-publickeycredentialentity④", "ref-for-BufferSource④", - "ref-for-dom-publickeycredentialuserentity-id②", + "ref-for-dom-publickeycredentialuserentity-id③", "ref-for-idl-DOMString①②", "ref-for-dom-publickeycredentialuserentity-displayname③", "dom-publickeycredentialuserentity-id", @@ -1777,22 +1782,23 @@ "ref-for-user-handle⑥", "ref-for-user-handle⑦", "ref-for-byte-sequence②", - "ref-for-dom-publickeycredentialuserentity-id③", + "ref-for-dom-publickeycredentialuserentity-id④", "ref-for-dom-publickeycredentialuserentity-displayname④", "ref-for-dom-publickeycredentialentity-name⑨", "ref-for-user-handle⑧", "ref-for-user-handle⑨", + "ref-for-user-handle①⓪", "ref-for-non-discoverable-credential②", "ref-for-discoverable-credential②", - "ref-for-user-handle①⓪", - "ref-for-relying-party①⓪⑧", "ref-for-user-handle①①", + "ref-for-relying-party①①⓪", "dom-publickeycredentialuserentity-displayname", "ref-for-idl-DOMString①③", "ref-for-human-palatability④", - "ref-for-relying-party①⓪⑨", - "ref-for-relying-party①①⓪", + "ref-for-relying-party①①①", + "ref-for-relying-party①①②", "ref-for-dom-publickeycredentialuserentity-displayname⑤", + "ref-for-relying-party①①③", "ref-for-client③③", "ref-for-dom-publickeycredentialuserentity-displayname⑥", "ref-for-authenticatormakecredential⑧", @@ -1823,7 +1829,7 @@ "ref-for-map-exists①", "dom-authenticatorselectioncriteria-residentkey", "ref-for-idl-DOMString①⑧", - "ref-for-relying-party①①①", + "ref-for-relying-party①①④", "ref-for-client-side-discoverable-credential⑥", "ref-for-enumdef-residentkeyrequirement", "ref-for-client-platform③①", @@ -1836,12 +1842,12 @@ "dom-authenticatorselectioncriteria-requireresidentkey", "ref-for-idl-boolean②", "ref-for-discoverable-credential③", - "ref-for-relying-party①①②", + "ref-for-relying-party①①⑤", "ref-for-dom-authenticatorselectioncriteria-residentkey④", "ref-for-dom-residentkeyrequirement-required③", "dom-authenticatorselectioncriteria-userverification", "ref-for-idl-DOMString①⑨", - "ref-for-relying-party①①③", + "ref-for-relying-party①①⑥", "ref-for-user-verification①⑧", "ref-for-dom-credentialscontainer-create①②", "ref-for-enumdef-userverificationrequirement", @@ -1851,7 +1857,7 @@ "enumdef-authenticatorattachment", "ref-for-authenticator⑧⑨", "ref-for-authenticator-attachment-modality①", - "ref-for-relying-party①①④", + "ref-for-relying-party①①⑦", "ref-for-authenticator-attachment-modality②", "ref-for-dom-credentialscontainer-create①③", "ref-for-enumdef-authenticatorattachment①", @@ -1864,14 +1870,14 @@ "ref-for-cross-platform-attachment", "ref-for-authenticator-attachment-modality③", "ref-for-dom-publickeycredential-create-slot③", - "ref-for-relying-party①①⑤", + "ref-for-relying-party①①⑧", "ref-for-roaming-credential", "ref-for-client-device①⑥", "ref-for-platform-credential", "ref-for-client-device①⑦", "ref-for-dom-publickeycredential-discoverfromexternalsource-slot③", "ref-for-authenticator-attachment-modality④", - "ref-for-relying-party①①⑥", + "ref-for-relying-party①①⑨", "ref-for-public-key-credential③②", "ref-for-client③⑤", "enum-residentKeyRequirement", @@ -1881,32 +1887,32 @@ "ref-for-dom-residentkeyrequirement-preferred②", "ref-for-dom-residentkeyrequirement-required④", "ref-for-enumdef-residentkeyrequirement③", - "ref-for-relying-party①①⑦", + "ref-for-relying-party①②⓪", "ref-for-client-side-discoverable-credential⑦", "ref-for-resident-credential①", "ref-for-resident-key②", "dom-residentkeyrequirement-discouraged", - "ref-for-relying-party①①⑧", + "ref-for-relying-party①②①", "ref-for-server-side-credential⑤", "ref-for-client-side-discoverable-credential⑧", - "ref-for-relying-party①①⑨", + "ref-for-relying-party①②②", "ref-for-server-side-credential⑥", "ref-for-credprops①", "ref-for-dom-credentialpropertiesoutput-rk", "ref-for-server-side-credential⑦", "ref-for-user-handle①②", "dom-residentkeyrequirement-preferred", - "ref-for-relying-party①②⓪", + "ref-for-relying-party①②③", "ref-for-client-side-discoverable-credential⑨", "ref-for-server-side-credential⑧", "ref-for-user-verification①⑨", "ref-for-client-side-discoverable-credential①⓪", "ref-for-dom-authenticatorselectioncriteria-userverification④", "dom-residentkeyrequirement-required", - "ref-for-relying-party①②①", + "ref-for-relying-party①②④", "ref-for-client-side-discoverable-credential①①", "ref-for-client-side-discoverable-credential①②", - "ref-for-relying-party①②②", + "ref-for-relying-party①②⑤", "ref-for-client-side-discoverable-credential①③", "ref-for-credprops②", "ref-for-dom-publickeycredentialcreationoptions-authenticatorselection①⓪", @@ -1931,36 +1937,36 @@ "ref-for-dom-attestationconveyancepreference-enterprise①", "ref-for-enumdef-attestationconveyancepreference③", "dom-attestationconveyancepreference-none", - "ref-for-relying-party①②③", + "ref-for-relying-party①②⑥", "ref-for-authenticator⑨①", "ref-for-attestation⑧", "ref-for-user-consent①②", - "ref-for-relying-party①②④", + "ref-for-relying-party①②⑦", "ref-for-attestation-ca", "ref-for-anonymization-ca①", "dom-attestationconveyancepreference-indirect", - "ref-for-relying-party①②⑤", + "ref-for-relying-party①②⑧", "ref-for-attestation⑨", "ref-for-attestation-statement⑦", "ref-for-attestation-statement⑧", "ref-for-attestation-statement⑨", "ref-for-attestation-statement①⓪", "ref-for-anonymization-ca②", - "ref-for-relying-party①②⑥", - "ref-for-relying-party①②⑦", + "ref-for-relying-party①②⑨", + "ref-for-relying-party①③⓪", "ref-for-attestation-statement①①", "ref-for-self-attestation⑤", "dom-attestationconveyancepreference-direct", - "ref-for-relying-party①②⑧", + "ref-for-relying-party①③①", "ref-for-attestation-statement①②", "ref-for-authenticator⑨②", "dom-attestationconveyancepreference-enterprise", - "ref-for-relying-party①②⑨", + "ref-for-relying-party①③②", "ref-for-attestation-statement①③", "ref-for-rp-id②③", "ref-for-aaguid⑤", "ref-for-attestation-statement①④", - "ref-for-relying-party①③⓪", + "ref-for-relying-party①③③", "dictionary-assertion-options", "dictdef-publickeycredentialrequestoptions", "ref-for-dictdef-publickeycredentialrequestoptions②", @@ -2000,7 +2006,7 @@ "ref-for-public-key-credential③③", "dom-publickeycredentialrequestoptions-userverification", "ref-for-idl-DOMString②①", - "ref-for-relying-party①③①", + "ref-for-relying-party①③④", "ref-for-user-verification②⓪", "ref-for-dom-credentialscontainer-get②⓪", "ref-for-enumdef-userverificationrequirement①", @@ -2055,7 +2061,7 @@ "ref-for-cbor⑤", "ref-for-authenticator-extension-input", "ref-for-webauthn-extensions④", - "ref-for-relying-party①③②", + "ref-for-relying-party①③⑤", "ref-for-client③⑦", "ref-for-authenticator⑨④", "iface-authentication-extensions-authenticator-outputs", @@ -2095,7 +2101,7 @@ "ref-for-idl-DOMString②⑦", "dom-collectedclientdata-challenge", "ref-for-idl-DOMString②⑧", - "ref-for-relying-party①③③", + "ref-for-relying-party①③⑥", "dom-collectedclientdata-origin", "ref-for-idl-DOMString②⑨", "ref-for-concept-origin①①", @@ -2105,7 +2111,7 @@ "dom-collectedclientdata-tokenbinding", "ref-for-dictdef-tokenbinding①", "ref-for-section-1②", - "ref-for-relying-party①③④", + "ref-for-relying-party①③⑦", "dom-tokenbinding-status", "ref-for-idl-DOMString③⓪", "ref-for-enumdef-tokenbindingstatus", @@ -2113,9 +2119,9 @@ "ref-for-dom-collectedclientdata-tokenbinding③", "ref-for-map-exists⑤", "dom-tokenbindingstatus-supported", - "ref-for-relying-party①③⑤", + "ref-for-relying-party①③⑧", "dom-tokenbindingstatus-present", - "ref-for-relying-party①③⑥", + "ref-for-relying-party①③⑨", "ref-for-dom-tokenbinding-id①", "ref-for-enumdef-tokenbindingstatus①", "dom-tokenbinding-id", @@ -2124,7 +2130,7 @@ "ref-for-dom-tokenbindingstatus-present①", "ref-for-base64url-encoding⑤", "ref-for-section-3.2②", - "ref-for-relying-party①③⑦", + "ref-for-relying-party①④⓪", "ref-for-section-3.2③", "ref-for-client-platform③⑤", "ref-for-dictdef-collectedclientdata④", @@ -2210,10 +2216,10 @@ "ref-for-enumdef-authenticatortransport②", "ref-for-client-platform③⑦", "ref-for-dom-authenticatorattestationresponse-gettransports①", - "ref-for-relying-party①③⑧", + "ref-for-relying-party①④①", "ref-for-dom-authenticatorattestationresponse-gettransports②", "ref-for-dictdef-publickeycredentialdescriptor①⓪", - "ref-for-relying-party①③⑨", + "ref-for-relying-party①④②", "ref-for-dom-publickeycredentialdescriptor-transports⑨", "enum-transport", "enumdef-authenticatortransport", @@ -2226,7 +2232,7 @@ "ref-for-authenticator⑨⑤", "ref-for-client④⓪", "ref-for-webauthn-relying-party②⓪", - "ref-for-relying-party①④⓪", + "ref-for-relying-party①④③", "ref-for-public-key-credential③⑨", "ref-for-dom-authenticatorattestationresponse-gettransports③", "dom-authenticatortransport-usb", @@ -2261,17 +2267,17 @@ "ref-for-user-verification②①", "ref-for-enumdef-userverificationrequirement③", "dom-userverificationrequirement-required", - "ref-for-relying-party①④①", + "ref-for-relying-party①④④", "ref-for-user-verification②②", "ref-for-uv", "ref-for-flags", "dom-userverificationrequirement-preferred", - "ref-for-relying-party①④②", + "ref-for-relying-party①④⑤", "ref-for-user-verification②③", "ref-for-uv①", "ref-for-flags①", "dom-userverificationrequirement-discouraged", - "ref-for-relying-party①④③", + "ref-for-relying-party①④⑥", "ref-for-user-verification②④", "sctn-permissions-policy", "ref-for-policy-controlled-feature", @@ -2298,7 +2304,7 @@ "ref-for-the-iframe-element③", "ref-for-publickey-credentials-get-feature", "ref-for-attr-iframe-allow①", - "ref-for-relying-party①④④", + "ref-for-relying-party①④⑦", "ref-for-ui-redressing", "sctn-authenticator-model", "authenticator-model", @@ -2310,16 +2316,16 @@ "ref-for-responses", "ref-for-webauthn-relying-party②②", "ref-for-client-device②⓪", - "ref-for-relying-party①④⑤", - "ref-for-relying-party①④⑥", + "ref-for-relying-party①④⑧", + "ref-for-relying-party①④⑨", "authenticator-credentials-map", "ref-for-ordered-map⑥", "ref-for-public-key-credential-source-rpid", "ref-for-public-key-credential-source-userhandle", "ref-for-public-key-credential-source②②", - "ref-for-relying-party①④⑦", + "ref-for-relying-party①⑤⓪", "ref-for-webauthn-signature①", - "ref-for-relying-party①④⑧", + "ref-for-relying-party①⑤①", "ref-for-client-data②", "ref-for-authenticator-data①②", "ref-for-client-data③", @@ -2361,7 +2367,7 @@ "ref-for-authenticator①⓪⑤", "ref-for-webauthn-relying-party②③", "ref-for-client-data⑥", - "ref-for-relying-party①④⑨", + "ref-for-relying-party①⑤②", "ref-for-authenticator-data①④", "ref-for-authenticator-data①⑤", "ref-for-client-platform④⓪", @@ -2463,23 +2469,23 @@ "ref-for-webauthn-relying-party②④", "ref-for-authenticator-data②⑥", "ref-for-signature-counter④", - "ref-for-relying-party①⑤⓪", - "ref-for-relying-party①⑤①", + "ref-for-relying-party①⑤③", + "ref-for-relying-party①⑤④", "ref-for-signature-counter⑤", "ref-for-authenticatorgetassertion①⓪", "ref-for-authenticatormakecredential①①", "ref-for-authenticatorgetassertion①①", "ref-for-authenticatorgetassertion①②", - "ref-for-relying-party①⑤②", + "ref-for-relying-party①⑤⑤", "ref-for-signature-counter⑥", "ref-for-signcount①", "ref-for-authenticator-data②⑦", "ref-for-signcount②", "ref-for-signature-counter⑦", - "ref-for-relying-party①⑤③", + "ref-for-relying-party①⑤⑥", "ref-for-signature-counter⑧", "ref-for-signature-counter⑨", - "ref-for-relying-party①⑤④", + "ref-for-relying-party①⑤⑦", "ref-for-signature-counter①⓪", "ref-for-signature-counter①①", "sctn-fido-u2f-sig-format-compat", @@ -2561,7 +2567,7 @@ "ref-for-authenticator①①①", "ref-for-af⑤", "ref-for-af⑥", - "ref-for-relying-party①⑤⑤", + "ref-for-relying-party①⑤⑧", "ref-for-credential-storage-modality②", "ref-for-platform-authenticators①④", "ref-for-roaming-authenticators①⓪", @@ -2652,7 +2658,7 @@ "ref-for-credential-id②⓪", "ref-for-public-key-credential-source②④", "ref-for-credential-id②①", - "ref-for-relying-party①⑤⑥", + "ref-for-relying-party①⑤⑨", "ref-for-authenticator①②②", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials①①", "ref-for-dom-credentialscontainer-get②③", @@ -2661,10 +2667,10 @@ "ref-for-authenticator①②④", "ref-for-credential-private-key①④", "ref-for-credential-private-key①⑤", - "ref-for-relying-party①⑤⑦", + "ref-for-relying-party①⑥⓪", "ref-for-authenticator①②⑤", "ref-for-concept-credential⑦", - "ref-for-relying-party①⑤⑧", + "ref-for-relying-party①⑥①", "ref-for-authenticator①②⑥", "ref-for-authenticator①②⑦", "ref-for-authenticator①②⑧", @@ -2715,13 +2721,13 @@ "ref-for-af①⑨", "ref-for-user-verification③③", "ref-for-authenticator①③⑨", - "ref-for-relying-party①⑤⑨", + "ref-for-relying-party①⑥②", "ref-for-authenticator①④⓪", "ref-for-user-verification③④", "ref-for-uv③", "ref-for-flags①④", - "ref-for-relying-party①⑥⓪", - "ref-for-relying-party①⑥①", + "ref-for-relying-party①⑥③", + "ref-for-relying-party①⑥④", "ref-for-uv④", "ref-for-af②⓪", "ref-for-registration①③", @@ -2747,11 +2753,11 @@ "sctn-op-make-cred", "authenticatormakecredential", "ref-for-collectedclientdata-hash-of-the-serialized-client-data⑧", - "ref-for-relying-party①⑥②", + "ref-for-relying-party①⑥⑤", "ref-for-dictdef-publickeycredentialrpentity⑤", "ref-for-dictdef-publickeycredentialuserentity⑤", "ref-for-user-handle①④", - "ref-for-relying-party①⑥③", + "ref-for-relying-party①⑥⑥", "ref-for-effective-resident-key-requirement-for-credential-creation", "ref-for-client⑤②", "ref-for-test-of-user-presence⑧", @@ -2759,16 +2765,16 @@ "ref-for-client⑤③", "ref-for-enumdef-publickeycredentialtype⑧", "ref-for-typedefdef-cosealgorithmidentifier①⓪", - "ref-for-relying-party①⑥④", + "ref-for-relying-party①⑥⑦", "ref-for-authenticator①④③", "ref-for-dictdef-publickeycredentialdescriptor①①", - "ref-for-relying-party①⑥⑤", + "ref-for-relying-party①⑥⑧", "ref-for-cbor⑨", "ref-for-ordered-map⑦", "ref-for-extension-identifier④", "ref-for-authenticator-extension-input①", "ref-for-client⑤④", - "ref-for-relying-party①⑥⑥", + "ref-for-relying-party①⑥⑨", "ref-for-authenticator-session②", "ref-for-authenticatorcancel①①", "ref-for-authenticator①④④", @@ -2794,7 +2800,7 @@ "ref-for-bound-credential①⓪", "ref-for-authenticator①④⑤", "ref-for-client⑤⑤", - "ref-for-relying-party①⑥⑦", + "ref-for-relying-party①⑦⓪", "ref-for-authenticator①④⑥", "ref-for-authenticator①④⑦", "ref-for-dom-publickeycredentialdescriptor-id④", @@ -2822,7 +2828,7 @@ "ref-for-user-consent①⑨", "ref-for-enumdef-publickeycredentialtype①⓪", "ref-for-list-item⑦", - "ref-for-dom-publickeycredentialuserentity-id④", + "ref-for-dom-publickeycredentialuserentity-id⑤", "ref-for-public-key-credential-source②⑦", "ref-for-public-key-credential-source-type①", "ref-for-dom-publickeycredentialtype-public-key④", @@ -2864,14 +2870,14 @@ "ref-for-collectedclientdata-hash-of-the-serialized-client-data⑨", "ref-for-list③", "ref-for-dictdef-publickeycredentialdescriptor①②", - "ref-for-relying-party①⑥⑧", + "ref-for-relying-party①⑦①", "ref-for-test-of-user-presence①①", "ref-for-effective-user-verification-requirement-for-assertion", "ref-for-cbor①⓪", "ref-for-ordered-map⑧", "ref-for-extension-identifier⑥", "ref-for-authenticator-extension-input③", - "ref-for-relying-party①⑥⑨", + "ref-for-relying-party①⑦②", "ref-for-authenticator-session③", "ref-for-authenticatorcancel①②", "ref-for-authenticator①④⑨", @@ -2928,7 +2934,7 @@ "ref-for-assertioncreationdata-userhandleresult④", "ref-for-authenticator①⑤③", "ref-for-public-key-credential④⑧", - "ref-for-relying-party①⑦⓪", + "ref-for-relying-party①⑦③", "sctn-op-cancel", "authenticatorcancel", "ref-for-authenticator-session④", @@ -2938,24 +2944,32 @@ "ref-for-authenticatormakecredential①④", "ref-for-authenticatorgetassertion①④", "sctn-strings", - "ref-for-relying-party①⑦①", + "ref-for-relying-party①⑦④", "ref-for-dom-publickeycredentialentity-name①②", "ref-for-dom-publickeycredentialuserentity-displayname①①", "ref-for-dictdef-publickeycredentialuserentity⑥", + "sctn-strings-truncation", "ref-for-authenticator①⑤④", "ref-for-Grapheme_Cluster_Boundaries", "ref-for-Grapheme_Cluster_Boundaries①", "fig-stringTruncation", "ref-for-conforming-user-agent④", - "ref-for-relying-party①⑦②", - "ref-for-relying-party①⑦③", + "ref-for-relying-party①⑦⑤", + "ref-for-relying-party①⑦⑥", "ref-for-Grapheme_Cluster_Boundaries②", "ref-for-Grapheme_Cluster_Boundaries③", "ref-for-authenticator①⑤⑤", - "sctn-attestation", + "sctn-strings-langdir", "ref-for-authenticator①⑤⑥", - "ref-for-attestation①②", + "ref-for-section-2.1", + "ref-for-section-2.1①", + "ref-for-section-2.1②", + "ref-for-section-2.1③", + "ref-for-section-2.1④", + "sctn-attestation", "ref-for-authenticator①⑤⑦", + "ref-for-attestation①②", + "ref-for-authenticator①⑤⑧", "ref-for-credential-public-key②③", "ref-for-attestation-statement①⑥", "ref-for-webauthn-relying-party②⑤", @@ -2963,25 +2977,25 @@ "ref-for-attestation-private-key①", "ref-for-credential-public-key②④", "ref-for-attestation-public-key", - "ref-for-relying-party①⑦④", + "ref-for-relying-party①⑦⑦", "ref-for-attestation-key-pair②", "ref-for-self-attestation⑥", "ref-for-credential-public-key②⑤", "ref-for-credential-private-key①⑦", "ref-for-none", - "ref-for-authenticator①⑤⑧", + "ref-for-authenticator①⑤⑨", "ref-for-public-key-credential④⑨", "attestation-object", "ref-for-attestation-object①①", "ref-for-authenticator-data③③", "ref-for-attested-credential-data⑨", "ref-for-attestation-statement①⑧", - "ref-for-authenticator①⑤⑨", + "ref-for-authenticator①⑥⓪", "ref-for-self-attestation⑦", "ref-for-none①", - "ref-for-relying-party①⑦⑤", - "ref-for-authenticator①⑥⓪", - "ref-for-relying-party①⑦⑥", + "ref-for-relying-party①⑦⑧", + "ref-for-authenticator①⑥①", + "ref-for-relying-party①⑦⑨", "fig-attStructs", "ref-for-attestation-object①②", "ref-for-authenticator-data③④", @@ -2992,19 +3006,19 @@ "ref-for-attestation-object①③", "attestation-statement", "ref-for-public-key-credential⑤⓪", - "ref-for-authenticator①⑥①", + "ref-for-authenticator①⑥②", "ref-for-attestation-signature⑥", "ref-for-self-attestation⑧", "ref-for-credential-private-key①⑧", "ref-for-attestation-statement②⓪", - "ref-for-relying-party①⑦⑦", + "ref-for-relying-party①⑧⓪", "ref-for-attestation①③", "attestation-statement-format", - "ref-for-authenticator①⑥②", + "ref-for-authenticator①⑥③", "ref-for-attestation-statement-format④", "attestation-type", "ref-for-attestation-statement②①", - "ref-for-relying-party①⑦⑧", + "ref-for-relying-party①⑧①", "ref-for-attestation-statement②②", "ref-for-attestation-type", "ref-for-attestation-statement-format⑤", @@ -3016,15 +3030,15 @@ "ref-for-attestation-statement-format⑦", "ref-for-attestation①⑤", "ref-for-attestation-statement②③", - "ref-for-authenticator①⑥③", "ref-for-authenticator①⑥④", + "ref-for-authenticator①⑥⑤", "ref-for-attestation-type④", "ref-for-attestation-statement-format⑧", - "ref-for-relying-party①⑦⑨", + "ref-for-relying-party①⑧②", "ref-for-attestation-type⑤", - "ref-for-relying-party①⑧⓪", - "ref-for-authenticator①⑥⑤", + "ref-for-relying-party①⑧③", "ref-for-authenticator①⑥⑥", + "ref-for-authenticator①⑥⑦", "sctn-attested-credential-data", "attested-credential-data", "ref-for-authenticator-data③⑤", @@ -3057,7 +3071,7 @@ "example-8dfabc00", "sctn-attestation-formats", "ref-for-attestation-statement-format⑨", - "ref-for-authenticator①⑥⑦", + "ref-for-authenticator①⑥⑧", "ref-for-attestation-statement-format①⓪", "ref-for-attestation-statement-format-identifier", "ref-for-attestation-type⑥", @@ -3086,8 +3100,8 @@ "ref-for-attestation-type⑧", "ref-for-attestation-statement②⑧", "ref-for-attestation-type⑨", - "ref-for-authenticator①⑥⑧", - "ref-for-relying-party①⑧①", + "ref-for-authenticator①⑥⑨", + "ref-for-relying-party①⑧④", "ref-for-attestation-statement②⑨", "ref-for-verification-procedure", "ref-for-dom-credentialscontainer-create①⑥", @@ -3099,12 +3113,12 @@ "ref-for-attestation-type①①", "ref-for-self-attestation①⓪", "ref-for-none②", - "ref-for-relying-party①⑧②", + "ref-for-relying-party①⑧⑤", "ref-for-verification-procedure②", "ref-for-attestation-trust-path①", "ref-for-attestation-type①②", "ref-for-attestation①⑥", - "ref-for-relying-party①⑧③", + "ref-for-relying-party①⑧⑥", "basic-attestation", "basic", "ref-for-attestation-key-pair③", @@ -3120,23 +3134,23 @@ "ref-for-attestation-private-key②", "attestation-ca", "attca", - "ref-for-authenticator①⑥⑨", - "ref-for-attestation-ca①", "ref-for-authenticator①⑦⓪", - "ref-for-attestation-ca②", + "ref-for-attestation-ca①", "ref-for-authenticator①⑦①", + "ref-for-attestation-ca②", "ref-for-authenticator①⑦②", + "ref-for-authenticator①⑦③", "ref-for-public-key-credential⑤②", - "ref-for-relying-party①⑧④", + "ref-for-relying-party①⑧⑦", "ref-for-attestation-certificate③", "anonymization-ca", "anonca", - "ref-for-authenticator①⑦③", + "ref-for-authenticator①⑦④", "ref-for-anonymization-ca③", "ref-for-concept-credential⑧", "ref-for-attestation-certificate④", "ref-for-attestation-statement③①", - "ref-for-relying-party①⑧⑤", + "ref-for-relying-party①⑧⑧", "ref-for-attestation-statement③②", "ref-for-attestation①⑦", "ref-for-attestation-type①③", @@ -3152,13 +3166,13 @@ "ref-for-attestation-statement-format①③", "ref-for-authenticator-data③⑧", "ref-for-collectedclientdata-hash-of-the-serialized-client-data①③", - "ref-for-authenticator①⑦④", + "ref-for-authenticator①⑦⑤", "ref-for-signing-procedure①", "ref-for-attestation-statement-format-identifier①", "ref-for-attestation-object①⑥", "sctn-signature-attestation-types", - "ref-for-authenticator①⑦⑤", "ref-for-authenticator①⑦⑥", + "ref-for-authenticator①⑦⑦", "sctn-rp-operations", "ref-for-webauthn-relying-party②⑥", "ref-for-registration-ceremony③", @@ -3167,24 +3181,24 @@ "ref-for-dictdef-publickeycredentialcreationoptions④", "ref-for-dictdef-publickeycredentialrequestoptions⑤", "ref-for-ceremony⑧", - "ref-for-relying-party①⑧⑥", + "ref-for-relying-party①⑧⑨", "ref-for-dom-credentialscontainer-create①⑦", "ref-for-dom-credentialscontainer-get②④", - "ref-for-relying-party①⑧⑦", + "ref-for-relying-party①⑨⓪", "ref-for-publickeycredential①⑥", "ref-for-authenticatorattestationresponse⑤", "ref-for-authenticatorassertionresponse⑤", - "ref-for-relying-party①⑧⑧", - "ref-for-relying-party①⑧⑨", + "ref-for-relying-party①⑨①", + "ref-for-relying-party①⑨②", "sctn-registering-a-new-credential", "ref-for-registration-ceremony④", - "ref-for-relying-party①⑨⓪", + "ref-for-relying-party①⑨③", "ref-for-dictdef-publickeycredentialcreationoptions⑤", - "ref-for-relying-party①⑨①", + "ref-for-relying-party①⑨④", "ref-for-dom-credentialscontainer-create①⑧", "ref-for-dom-credentialcreationoptions-publickey④", "ref-for-invalidstateerror④", - "ref-for-authenticator①⑦⑦", + "ref-for-authenticator①⑦⑧", "ref-for-dom-publickeycredential-response③", "ref-for-authenticatorattestationresponse⑥", "ref-for-dom-publickeycredential-getclientextensionresults①", @@ -3197,7 +3211,7 @@ "ref-for-dom-collectedclientdata-challenge⑥", "ref-for-dom-publickeycredentialcreationoptions-challenge②", "ref-for-dom-collectedclientdata-origin⑦", - "ref-for-relying-party①⑨②", + "ref-for-relying-party①⑨⑤", "ref-for-concept-origin①②", "ref-for-dom-collectedclientdata-tokenbinding④", "ref-for-dom-tokenbinding-status②", @@ -3214,7 +3228,7 @@ "ref-for-authenticator-data③⑨", "ref-for-rpidhash②", "ref-for-rp-id③②", - "ref-for-relying-party①⑨③", + "ref-for-relying-party①⑨⑥", "ref-for-concept-user-present④", "ref-for-flags①⑥", "ref-for-user-verification③⑨", @@ -3229,20 +3243,20 @@ "ref-for-authdataextensions⑦", "ref-for-client-extension-input①", "ref-for-dom-publickeycredentialcreationoptions-extensions④", - "ref-for-relying-party①⑨④", + "ref-for-relying-party①⑨⑦", "ref-for-dom-publickeycredentialcreationoptions-extensions⑤", - "ref-for-relying-party①⑨⑤", + "ref-for-relying-party①⑨⑧", "ref-for-client-platform④①", "ref-for-authenticator-extension②", "ref-for-client-extension②", "ref-for-authenticator-extension-output④", "ref-for-client-extension-output⑦", "ref-for-dom-publickeycredentialcreationoptions-extensions⑥", - "ref-for-relying-party①⑨⑥", - "ref-for-relying-party①⑨⑦", + "ref-for-relying-party①⑨⑨", + "ref-for-relying-party②⓪⓪", "ref-for-client⑤⑥", - "ref-for-authenticator①⑦⑧", - "ref-for-relying-party①⑨⑧", + "ref-for-authenticator①⑦⑨", + "ref-for-relying-party②⓪①", "ref-for-attestation-statement③④", "ref-for-attestation-signature⑧", "ref-for-attestation-statement-format①④", @@ -3254,20 +3268,20 @@ "ref-for-verification-procedure⑤", "ref-for-none③", "ref-for-none④", - "ref-for-relying-party①⑨⑨", + "ref-for-relying-party②⓪②", "ref-for-self-attestation①②", "ref-for-self-attestation①③", - "ref-for-relying-party②⓪⓪", + "ref-for-relying-party②⓪③", "ref-for-attestation-trust-path②", "ref-for-verification-procedure⑥", "ref-for-credentialid③", - "ref-for-relying-party②⓪①", + "ref-for-relying-party②⓪④", "ref-for-registration-ceremony⑤", - "ref-for-dom-publickeycredentialcreationoptions-user③", + "ref-for-dom-publickeycredentialcreationoptions-user④", "ref-for-credentialid④", "ref-for-credentialpublickey⑥", "ref-for-attestedcredentialdata⑧", - "ref-for-relying-party②⓪②", + "ref-for-relying-party②⓪⑤", "ref-for-credentialid⑤", "ref-for-signature-counter②②", "ref-for-signcount③", @@ -3278,24 +3292,24 @@ "ref-for-dom-publickeycredentialrequestoptions-allowcredentials①②", "ref-for-dom-credentialscontainer-get②⑤", "ref-for-client⑤⑦", - "ref-for-authenticator①⑦⑨", - "ref-for-relying-party②⓪③", + "ref-for-authenticator①⑧⓪", + "ref-for-relying-party②⓪⑥", "ref-for-registration-ceremony⑥", - "ref-for-relying-party②⓪④", + "ref-for-relying-party②⓪⑦", "ref-for-credential-id②⑦", "ref-for-self-attestation①④", - "ref-for-relying-party②⓪⑤", + "ref-for-relying-party②⓪⑧", "ref-for-public-key-credential⑤③", - "ref-for-authenticator①⑧⓪", + "ref-for-authenticator①⑧①", "ref-for-attestation-object①⑦", - "ref-for-relying-party②⓪⑥", - "ref-for-relying-party②⓪⑦", - "ref-for-relying-party②⓪⑧", + "ref-for-relying-party②⓪⑨", + "ref-for-relying-party②①⓪", + "ref-for-relying-party②①①", "sctn-verifying-assertion", "ref-for-authentication-ceremony⑨", - "ref-for-relying-party②⓪⑨", + "ref-for-relying-party②①②", "ref-for-dictdef-publickeycredentialrequestoptions⑥", - "ref-for-relying-party②①⓪", + "ref-for-relying-party②①③", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials①③", "ref-for-dom-publickeycredentialdescriptor-transports①①", "ref-for-list-item⑨", @@ -3333,7 +3347,7 @@ "ref-for-dom-collectedclientdata-challenge⑦", "ref-for-dom-publickeycredentialrequestoptions-challenge③", "ref-for-dom-collectedclientdata-origin⑧", - "ref-for-relying-party②①①", + "ref-for-relying-party②①④", "ref-for-concept-origin①③", "ref-for-dom-collectedclientdata-tokenbinding⑥", "ref-for-dom-tokenbinding-status③", @@ -3346,7 +3360,7 @@ "rp-op-verifying-assertion-step-rpid-hash", "ref-for-rpidhash③", "ref-for-rp-id③③", - "ref-for-relying-party②①②", + "ref-for-relying-party②①⑤", "ref-for-appid①", "ref-for-concept-user-present⑤", "ref-for-flags①⑧", @@ -3358,30 +3372,30 @@ "ref-for-authdataextensions⑧", "ref-for-client-extension-input②", "ref-for-dom-publickeycredentialrequestoptions-extensions④", - "ref-for-relying-party②①③", + "ref-for-relying-party②①⑥", "ref-for-dom-publickeycredentialrequestoptions-extensions⑤", - "ref-for-relying-party②①④", + "ref-for-relying-party②①⑦", "ref-for-client-platform④②", "ref-for-authenticator-extension③", "ref-for-client-extension③", "ref-for-authenticator-extension-output⑥", "ref-for-client-extension-output⑨", "ref-for-dom-publickeycredentialrequestoptions-extensions⑥", - "ref-for-relying-party②①⑤", - "ref-for-relying-party②①⑥", + "ref-for-relying-party②①⑧", + "ref-for-relying-party②①⑨", "ref-for-client⑤⑧", - "ref-for-authenticator①⑧①", - "ref-for-relying-party②①⑦", + "ref-for-authenticator①⑧②", + "ref-for-relying-party②②⓪", "ref-for-signature-counter②③", "ref-for-dom-credential-id④", "ref-for-signcount④", "ref-for-signcount⑤", "ref-for-signcount⑥", "ref-for-credential-private-key②⓪", - "ref-for-relying-party②①⑧", - "ref-for-relying-party②①⑨", + "ref-for-relying-party②②①", + "ref-for-relying-party②②②", "ref-for-authentication-ceremony①②", - "ref-for-relying-party②②⓪", + "ref-for-relying-party②②③", "ref-for-authentication-ceremony①③", "ref-for-authentication-ceremony①④", "sctn-defined-attestation-formats", @@ -3390,7 +3404,7 @@ "ref-for-attestation-statement-format①⑥", "ref-for-webauthn-extensions⑥", "sctn-packed-attestation", - "ref-for-authenticator①⑧②", + "ref-for-authenticator①⑧③", "ref-for-basic①", "ref-for-self", "ref-for-attca①", @@ -3437,7 +3451,7 @@ "sctn-tpm-cert-requirements", "ref-for-attestation-certificate⑥", "sctn-android-key-attestation", - "ref-for-authenticator①⑧③", + "ref-for-authenticator①⑧④", "ref-for-platform-authenticators②③", "ref-for-authenticator-data-for-the-attestation②", "ref-for-webauthn-relying-party②⑧", @@ -3461,7 +3475,7 @@ "ref-for-attestation-certificate⑧", "android-key-attestation-certificate-extension-data", "sctn-android-safetynet-attestation", - "ref-for-authenticator①⑧④", + "ref-for-authenticator①⑧⑤", "ref-for-platform-authenticators②④", "ref-for-authenticator-data④⓪", "ref-for-basic⑦", @@ -3502,11 +3516,11 @@ "ref-for-attca⑨", "ref-for-attestation-trust-path⑧", "sctn-none-attestation", - "ref-for-authenticator①⑧⑤", + "ref-for-authenticator①⑧⑥", "ref-for-attestation-statement③⑤", "ref-for-webauthn-relying-party②⑨", - "ref-for-authenticator①⑧⑥", "ref-for-authenticator①⑧⑦", + "ref-for-authenticator①⑧⑧", "ref-for-attestation①⑨", "ref-for-none⑤", "ref-for-attestation-type②①", @@ -3537,7 +3551,7 @@ "ref-for-authentication-assertion①②", "ref-for-webauthn-relying-party③⓪", "ref-for-webauthn-authenticator⑥", - "ref-for-relying-party②②①", + "ref-for-relying-party②②④", "ref-for-client-extension-input③", "ref-for-dom-credentialscontainer-get②⑧", "ref-for-authentication-extension④", @@ -3579,8 +3593,8 @@ "ref-for-authenticator-extension-output⑧", "ref-for-client-extension-output①①", "ref-for-webauthn-extensions⑦", - "ref-for-relying-party②②②", - "ref-for-relying-party②②③", + "ref-for-relying-party②②⑤", + "ref-for-relying-party②②⑥", "ref-for-authenticator-extension-input⑧", "ref-for-client-extension-input⑤", "ref-for-webauthn-extensions⑧", @@ -3595,15 +3609,15 @@ "ref-for-cbor①⑤", "ref-for-cbor①⑥", "ref-for-ctap2-canonical-cbor-encoding-form⑤", - "ref-for-authenticator①⑧⑧", - "ref-for-cbor①⑦", "ref-for-authenticator①⑧⑨", + "ref-for-cbor①⑦", + "ref-for-authenticator①⑨⓪", "ref-for-client⑥③", "ref-for-cbor①⑧", "ref-for-authenticator-extension-output①⓪", "ref-for-client-extension-output①③", "ref-for-sec-arraybuffer-constructor①①", - "ref-for-relying-party②②④", + "ref-for-relying-party②②⑦", "ref-for-webauthn-extensions⑨", "sctn-extension-id", "extension-identifier", @@ -3626,7 +3640,7 @@ "ref-for-client-extension-output①⑤", "ref-for-webauthn-relying-party③①", "ref-for-authenticator-extension-output①②", - "ref-for-relying-party②②⑤", + "ref-for-relying-party②②⑧", "ref-for-client-extension-output①⑥", "ref-for-authenticator-extension⑧", "ref-for-authenticator-extension-output①③", @@ -3638,7 +3652,7 @@ "ref-for-cbor②①", "authenticator-extension-input", "ref-for-authenticator-extension⑨", - "ref-for-relying-party②②⑥", + "ref-for-relying-party②②⑨", "ref-for-client-extension-input⑧", "ref-for-dom-publickeycredentialcreationoptions-extensions⑦", "ref-for-dom-credentialscontainer-create②④", @@ -3649,8 +3663,8 @@ "example-5335c503", "ref-for-client-extension-input①⓪", "ref-for-client-extension-input①①", - "ref-for-relying-party②②⑦", - "ref-for-relying-party②②⑧", + "ref-for-relying-party②③⓪", + "ref-for-relying-party②③①", "ref-for-authenticator-extension-input①②", "ref-for-authenticator-extension-input①③", "ref-for-client-extension-input①②", @@ -3707,12 +3721,12 @@ "appid", "ref-for-webauthn-relying-party③③", "ref-for-assertion③", - "ref-for-relying-party②②⑨", + "ref-for-relying-party②③②", "ref-for-scope①⑥", "ref-for-scope①⑦", "ref-for-rp-id③⑥", "ref-for-dom-authenticationextensionsclientinputs-appid", - "ref-for-relying-party②③⓪", + "ref-for-relying-party②③③", "ref-for-authentication①②", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials①⑥", "ref-for-dom-credentialscontainer-get③③", @@ -3729,8 +3743,8 @@ "ref-for-rpidhash④", "ref-for-rp-id③⑧", "ref-for-dom-authenticationextensionsclientinputs-appid②", - "ref-for-relying-party②③①", - "ref-for-relying-party②③②", + "ref-for-relying-party②③④", + "ref-for-relying-party②③⑤", "ref-for-rp-id③⑨", "ref-for-rp-id④⓪", "ref-for-authentication-extension⑧", @@ -3747,7 +3761,7 @@ "ref-for-rp-id④①", "ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid②", "ref-for-host-same-site①", - "ref-for-relying-party②③③", + "ref-for-relying-party②③⑥", "ref-for-rpidhash⑤", "ref-for-rp-id④②", "ref-for-dictdef-authenticationextensionsclientoutputs⑤", @@ -3755,7 +3769,7 @@ "dom-authenticationextensionsclientoutputs-appid", "sctn-appid-exclude-extension", "ref-for-webauthn-relying-party③④", - "ref-for-relying-party②③④", + "ref-for-relying-party②③⑦", "ref-for-dom-publickeycredentialcreationoptions-excludecredentials⑤", "ref-for-client-platform④④", "ref-for-dom-publickeycredentialcreationoptions-excludecredentials⑥", @@ -3781,7 +3795,7 @@ "ref-for-user-consent②②", "ref-for-invalidstateerror⑤", "ref-for-user-consent②③", - "ref-for-relying-party②③⑤", + "ref-for-relying-party②③⑧", "ref-for-dictdef-authenticationextensionsclientoutputs⑥", "ref-for-idl-boolean⑥", "dom-authenticationextensionsclientoutputs-appidexclude", @@ -3789,7 +3803,7 @@ "user-verification-method", "ref-for-registration-extension⑨", "ref-for-authentication-extension⑨", - "ref-for-relying-party②③⑥", + "ref-for-relying-party②③⑨", "ref-for-dictdef-authenticationextensionsclientinputs⑧", "ref-for-idl-boolean⑦", "dom-authenticationextensionsclientinputs-uvm", @@ -3802,7 +3816,7 @@ "ref-for-dictdef-authenticationextensionsclientoutputs⑦", "ref-for-typedefdef-uvmentries", "dom-authenticationextensionsclientoutputs-uvm", - "ref-for-authenticator①⑨⓪", + "ref-for-authenticator①⑨①", "ref-for-authenticator-extension-output①⑦", "ref-for-user-verification-methods", "ref-for-key-protection-types", @@ -3821,7 +3835,7 @@ "ref-for-credentialpropertiesoutput-resident-key-credential-property", "ref-for-credentialpropertiesoutput-client-side-discoverable-credential-property", "ref-for-registration-extension①①", - "ref-for-relying-party②③⑦", + "ref-for-relying-party②④⓪", "ref-for-dictdef-authenticationextensionsclientinputs⑨", "ref-for-idl-boolean⑧", "dom-authenticationextensionsclientinputs-credprops", @@ -3849,12 +3863,12 @@ "ref-for-dom-credentialpropertiesoutput-rk④", "ref-for-discoverable-credential⑤", "ref-for-server-side-credential①①", - "ref-for-authenticator①⑨①", + "ref-for-authenticator①⑨②", "ref-for-discoverable-credential⑥", "ref-for-client-platform④⑤", "ref-for-client-platform④⑥", "ref-for-dom-credentialpropertiesoutput-rk⑤", - "ref-for-relying-party②③⑧", + "ref-for-relying-party②④①", "ref-for-client-platform④⑦", "ref-for-dom-credentialpropertiesoutput-rk⑥", "ref-for-dom-credentialpropertiesoutput-rk⑦", @@ -3864,13 +3878,13 @@ "ref-for-client-extension⑧", "ref-for-registration-extension①②", "ref-for-authentication-extension①⓪", - "ref-for-relying-party②③⑨", - "ref-for-authenticator①⑨②", - "ref-for-relying-party②④⓪", - "ref-for-relying-party②④①", "ref-for-relying-party②④②", - "ref-for-registration-extension①③", + "ref-for-authenticator①⑨③", "ref-for-relying-party②④③", + "ref-for-relying-party②④④", + "ref-for-relying-party②④⑤", + "ref-for-registration-extension①③", + "ref-for-relying-party②④⑥", "ref-for-registration-extension①④", "ref-for-authentication-extension①①", "ref-for-large-blob", @@ -3895,11 +3909,11 @@ "ref-for-registration-extension①⑥", "dom-authenticationextensionslargeblobinputs-read", "ref-for-idl-boolean①②", - "ref-for-relying-party②④④", + "ref-for-relying-party②④⑦", "ref-for-authentication-extension①③", "dom-authenticationextensionslargeblobinputs-write", "ref-for-BufferSource①①", - "ref-for-relying-party②④⑤", + "ref-for-relying-party②④⑧", "ref-for-authentication-extension①④", "ref-for-registration-extension①⑦", "ref-for-dom-authenticationextensionslargeblobinputs-read①", @@ -3942,7 +3956,7 @@ "ref-for-idl-DOMException②⑥", "ref-for-notsupportederror⑥", "ref-for-dom-authenticationextensionslargeblobinputs-write④", - "ref-for-authenticator①⑨③", + "ref-for-authenticator①⑨④", "ref-for-dom-authenticationextensionslargebloboutputs-written", "ref-for-dictdef-authenticationextensionsclientoutputs①⓪", "ref-for-dictdef-authenticationextensionslargebloboutputs①", @@ -3964,9 +3978,9 @@ "dom-authenticationextensionslargebloboutputs-written", "ref-for-idl-boolean①⑥", "ref-for-dom-authenticationextensionslargeblobinputs-write⑤", - "ref-for-authenticator①⑨④", + "ref-for-authenticator①⑨⑤", "ref-for-largeblob", - "ref-for-relying-party②④⑥", + "ref-for-relying-party②④⑨", "sctn-automation", "ref-for-web-application④", "ref-for-dfn-extension-command", @@ -4285,7 +4299,7 @@ "ref-for-client-extension①⓪", "ref-for-registration-extension②①", "ref-for-authentication-extension①⑧", - "ref-for-relying-party②④⑦", + "ref-for-relying-party②⑤⓪", "sctn-security-considerations", "ref-for-web-authentication-api①⑤", "ref-for-registration①④", @@ -4293,21 +4307,21 @@ "ref-for-ceremony⑨", "ref-for-webauthn-authenticator⑦", "ref-for-webauthn-relying-party④⓪", - "ref-for-relying-party②④⑧", + "ref-for-relying-party②⑤①", "ref-for-web-application⑥", "ref-for-webauthn-client⑦", - "ref-for-authenticator①⑨⑤", - "ref-for-relying-party②④⑨", "ref-for-authenticator①⑨⑥", - "ref-for-attestation②①", - "ref-for-relying-party②⑤⓪", + "ref-for-relying-party②⑤②", "ref-for-authenticator①⑨⑦", + "ref-for-attestation②①", + "ref-for-relying-party②⑤③", "ref-for-authenticator①⑨⑧", + "ref-for-authenticator①⑨⑨", "ref-for-client⑥⑦", - "ref-for-relying-party②⑤①", + "ref-for-relying-party②⑤④", "sctn-credentialIdSecurity", "ref-for-credential-id③①", - "ref-for-authenticator①⑨⑨", + "ref-for-authenticator②⓪⓪", "ref-for-credential-id③②", "ref-for-credential-id③③", "ref-for-webauthn-relying-party④①", @@ -4319,37 +4333,37 @@ "ref-for-roaming-authenticators②①", "ref-for-client⑥⑧", "ref-for-client⑥⑨", - "ref-for-authenticator②⓪⓪", + "ref-for-authenticator②⓪①", "ref-for-af②①", "ref-for-af②②", "ref-for-roaming-authenticators②②", - "ref-for-authenticator②⓪①", "ref-for-authenticator②⓪②", "ref-for-authenticator②⓪③", + "ref-for-authenticator②⓪④", "ref-for-concept-user-present⑥", "ref-for-client⑦⓪", - "ref-for-authenticator②⓪④", + "ref-for-authenticator②⓪⑤", "ref-for-client⑦①", "ref-for-scope①⑧", "ref-for-concept-credential①⓪", "ref-for-client⑦②", - "ref-for-authenticator②⓪⑤", + "ref-for-authenticator②⓪⑥", "ref-for-client⑦③", "ref-for-scope①⑨", - "ref-for-authenticator②⓪⑥", - "ref-for-relying-party②⑤②", + "ref-for-authenticator②⓪⑦", + "ref-for-relying-party②⑤⑤", "ref-for-authentication-assertion①③", - "ref-for-relying-party②⑤③", + "ref-for-relying-party②⑤⑥", "ref-for-authentication-assertion①④", - "ref-for-authenticator②⓪⑦", + "ref-for-authenticator②⓪⑧", "ref-for-client⑦④", "ref-for-client⑦⑤", - "ref-for-authenticator②⓪⑧", - "ref-for-scope②⓪", "ref-for-authenticator②⓪⑨", + "ref-for-scope②⓪", + "ref-for-authenticator②①⓪", "ref-for-af②③", "sctn-security-considerations-authenticator", - "ref-for-authenticator②①⓪", + "ref-for-authenticator②①①", "sctn-attestation-security-considerations", "sctn-cert-hierarchy", "ref-for-webauthn-authenticator⑧", @@ -4360,7 +4374,7 @@ "ref-for-attestation-key-pair⑥", "ref-for-webauthn-authenticator①①", "ref-for-attestation-public-key①", - "ref-for-authenticator②①①", + "ref-for-authenticator②①②", "ref-for-attestation-certificate⑨", "ref-for-webauthn-relying-party④②", "ref-for-webauthn-authenticator①②", @@ -4370,66 +4384,66 @@ "ref-for-attestation-certificate①①", "ref-for-webauthn-authenticator①③", "ref-for-webauthn-authenticator①④", - "ref-for-relying-party②⑤④", + "ref-for-relying-party②⑤⑦", "ref-for-attestation-statement③⑥", "ref-for-webauthn-authenticator①⑤", - "ref-for-relying-party②⑤⑤", + "ref-for-relying-party②⑤⑧", "sctn-security-considerations-client", "ref-for-client⑦⑥", "sctn-security-considerations-rp", - "ref-for-relying-party②⑤⑥", + "ref-for-relying-party②⑤⑨", "sctn-rp-benefits", "ref-for-webauthn-relying-party④③", - "ref-for-relying-party②⑤⑦", - "ref-for-authenticator②①②", + "ref-for-relying-party②⑥⓪", "ref-for-authenticator②①③", "ref-for-authenticator②①④", - "ref-for-relying-party②⑤⑧", - "ref-for-relying-party②⑤⑨", "ref-for-authenticator②①⑤", - "ref-for-attestation-statement③⑦", + "ref-for-relying-party②⑥①", + "ref-for-relying-party②⑥②", "ref-for-authenticator②①⑥", + "ref-for-attestation-statement③⑦", + "ref-for-authenticator②①⑦", "ref-for-authentication-ceremony①⑤", "ref-for-page-186", "ref-for-registration-ceremony⑨", - "ref-for-relying-party②⑥⓪", + "ref-for-relying-party②⑥③", "ref-for-user-verification④④", - "ref-for-authenticator②①⑦", - "ref-for-relying-party②⑥①", - "ref-for-relying-party②⑥②", + "ref-for-authenticator②①⑧", + "ref-for-relying-party②⑥④", + "ref-for-relying-party②⑥⑤", "sctn-seccons-visibility", "ref-for-the-iframe-element④", "ui-redressing", - "ref-for-relying-party②⑥③", - "ref-for-relying-party②⑥④", + "ref-for-relying-party②⑥⑥", + "ref-for-relying-party②⑥⑦", "ref-for-client-platform④⑧", "ref-for-ui-redressing①", - "ref-for-relying-party②⑥⑤", - "ref-for-relying-party②⑥⑥", + "ref-for-relying-party②⑥⑧", + "ref-for-relying-party②⑥⑨", "sctn-cryptographic-challenges", "ref-for-dictdef-publickeycredentialcreationoptions⑥", "ref-for-dom-publickeycredentialcreationoptions-challenge③", "ref-for-dictdef-publickeycredentialrequestoptions⑦", "ref-for-dom-publickeycredentialrequestoptions-challenge④", - "ref-for-relying-party②⑥⑦", + "ref-for-relying-party②⑦⓪", "ref-for-dom-collectedclientdata-challenge⑧", "sctn-attestation-limitations", "ref-for-attestation-statement③⑧", "ref-for-webauthn-relying-party④④", - "ref-for-authenticator②①⑧", "ref-for-authenticator②①⑨", + "ref-for-authenticator②②⓪", "ref-for-credential-private-key②①", "ref-for-attestation-statement③⑨", - "ref-for-relying-party②⑥⑧", + "ref-for-relying-party②⑦①", "ref-for-attestation-object①⑧", - "ref-for-authenticator②②⓪", + "ref-for-authenticator②②①", "ref-for-page-186①", - "ref-for-relying-party②⑥⑨", - "ref-for-relying-party②⑦⓪", + "ref-for-relying-party②⑦②", + "ref-for-relying-party②⑦③", "ref-for-attestation-object①⑨", "ref-for-page-186②", "ref-for-registration-ceremony①⓪", - "ref-for-authenticator②②①", + "ref-for-authenticator②②②", "ref-for-credential-private-key②②", "ref-for-authentication-ceremony①⑥", "ref-for-public-key-credential⑤⑧", @@ -4441,74 +4455,74 @@ "ref-for-credential-public-key③⑤", "ref-for-authentication-assertion①⑤", "ref-for-scope②①", - "ref-for-relying-party②⑦①", - "ref-for-relying-party②⑦②", + "ref-for-relying-party②⑦④", + "ref-for-relying-party②⑦⑤", "ref-for-credential-public-key③⑥", "ref-for-authentication-ceremony①⑦", - "ref-for-relying-party②⑦③", + "ref-for-relying-party②⑦⑥", "ref-for-attestation-type②③", "ref-for-self-attestation①⑦", "ref-for-none⑦", - "ref-for-relying-party②⑦④", - "ref-for-authenticator②②②", + "ref-for-relying-party②⑦⑦", "ref-for-authenticator②②③", "ref-for-authenticator②②④", - "ref-for-relying-party②⑦⑤", "ref-for-authenticator②②⑤", + "ref-for-relying-party②⑦⑧", + "ref-for-authenticator②②⑥", "ref-for-page-186⑤", "ref-for-page-186⑥", "sctn-revoked-attestation-certificates", "ref-for-attestation-certificate①②", - "ref-for-relying-party②⑦⑥", - "ref-for-relying-party②⑦⑦", + "ref-for-relying-party②⑦⑨", + "ref-for-relying-party②⑧⓪", "ref-for-self-attestation①⑧", "ref-for-public-key-credential⑤⑨", "ref-for-attestation-certificate①③", - "ref-for-relying-party②⑦⑧", + "ref-for-relying-party②⑧①", "ref-for-registration①⑤", "ref-for-public-key-credential⑥⓪", "ref-for-registration①⑥", - "ref-for-authenticator②②⑥", + "ref-for-authenticator②②⑦", "sctn-credential-loss-key-mobility", "ref-for-credential-private-key②③", - "ref-for-authenticator②②⑦", - "ref-for-credential-private-key②④", "ref-for-authenticator②②⑧", + "ref-for-credential-private-key②④", "ref-for-authenticator②②⑨", + "ref-for-authenticator②③⓪", "ref-for-public-key-credential⑥①", "ref-for-bound-credential①②", - "ref-for-authenticator②③⓪", + "ref-for-authenticator②③①", "ref-for-public-key-credential⑥②", - "ref-for-relying-party②⑦⑨", + "ref-for-relying-party②⑧②", "ref-for-public-key-credential⑥③", "ref-for-platform-credential②", "ref-for-client-device④④", "ref-for-roaming-credential①", "ref-for-client-device④⑤", - "ref-for-relying-party②⑧⓪", + "ref-for-relying-party②⑧③", "ref-for-public-key-credential⑥④", - "ref-for-relying-party②⑧①", + "ref-for-relying-party②⑧④", "ref-for-dom-publickeycredentialcreationoptions-excludecredentials②", - "ref-for-dom-publickeycredentialcreationoptions-user④", - "ref-for-dom-publickeycredentialuserentity-id⑤", + "ref-for-dom-publickeycredentialcreationoptions-user⑤", + "ref-for-dom-publickeycredentialuserentity-id⑥", "ref-for-public-key-credential⑥⑤", "ref-for-bound-credential①③", - "ref-for-authenticator②③①", + "ref-for-authenticator②③②", "sctn-unprotected-account-detection", - "ref-for-relying-party②⑧②", + "ref-for-relying-party②⑧⑤", "ref-for-authentication-ceremony①⑧", "ref-for-list-empty", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials①⑨", "ref-for-server-side-credential①③", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⓪", "ref-for-authentication-ceremony①⑨", - "ref-for-relying-party②⑧③", + "ref-for-relying-party②⑧⑥", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②①", "ref-for-assertion⑥", "sctn-privacy-considerations", - "ref-for-authenticator②③②", + "ref-for-authenticator②③③", "ref-for-client⑦⑦", - "ref-for-relying-party②⑧④", + "ref-for-relying-party②⑧⑦", "sctn-privacy-attacks", "ref-for-web-authentication-api①⑥", "ref-for-web-authentication-api①⑦", @@ -4517,74 +4531,74 @@ "ref-for-webauthn-relying-party④⑤", "ref-for-credential-private-key②⑤", "ref-for-client⑦⑧", - "ref-for-authenticator②③③", - "ref-for-relying-party②⑧⑤", + "ref-for-authenticator②③④", + "ref-for-relying-party②⑧⑧", "ref-for-user-handle①⑤", - "ref-for-relying-party②⑧⑥", + "ref-for-relying-party②⑧⑨", "ref-for-client⑦⑨", - "ref-for-authenticator②③④", "ref-for-authenticator②③⑤", + "ref-for-authenticator②③⑥", "ref-for-user-verification④⑤", - "ref-for-relying-party②⑧⑦", + "ref-for-relying-party②⑨⓪", "ref-for-platform-authenticators②⑧", "ref-for-client⑧⓪", - "ref-for-authenticator②③⑥", + "ref-for-authenticator②③⑦", "ref-for-attestation-statement④①", - "ref-for-relying-party②⑧⑧", + "ref-for-relying-party②⑨①", "ref-for-registration①⑦", "ref-for-client⑧①", - "ref-for-authenticator②③⑦", "ref-for-authenticator②③⑧", - "ref-for-client⑧②", "ref-for-authenticator②③⑨", - "ref-for-relying-party②⑧⑨", - "ref-for-relying-party②⑨⓪", - "ref-for-relying-party②⑨①", + "ref-for-client⑧②", + "ref-for-authenticator②④⓪", + "ref-for-relying-party②⑨②", + "ref-for-relying-party②⑨③", + "ref-for-relying-party②⑨④", "sctn-non-correlatable-credentials", "ref-for-public-key-credential⑥⑥", "ref-for-credential-id③⑤", "ref-for-credential-public-key③⑧", "ref-for-webauthn-relying-party④⑥", - "ref-for-relying-party②⑨②", + "ref-for-relying-party②⑨⑤", "ref-for-credential-id③⑥", "ref-for-credential-public-key③⑨", "ref-for-credential-key-pair⑤", "ref-for-public-key-credential⑥⑦", "ref-for-scope②②", - "ref-for-relying-party②⑨③", + "ref-for-relying-party②⑨⑥", "ref-for-client⑧③", - "ref-for-relying-party②⑨④", - "ref-for-relying-party②⑨⑤", + "ref-for-relying-party②⑨⑦", + "ref-for-relying-party②⑨⑧", "ref-for-client⑧④", "ref-for-client⑧⑤", "ref-for-public-key-credential⑥⑧", - "ref-for-relying-party②⑨⑥", + "ref-for-relying-party②⑨⑨", "ref-for-user-consent②⑥", - "ref-for-relying-party②⑨⑦", + "ref-for-relying-party③⓪⓪", "ref-for-public-key-credential⑥⑨", - "ref-for-authenticator②④⓪", + "ref-for-authenticator②④①", "ref-for-credential-id③⑦", "ref-for-credential-public-key④⓪", "ref-for-public-key-credential⑦⓪", - "ref-for-relying-party②⑨⑧", - "ref-for-authenticator②④①", - "ref-for-attestation-certificate①④", + "ref-for-relying-party③⓪①", "ref-for-authenticator②④②", + "ref-for-attestation-certificate①④", "ref-for-authenticator②④③", - "ref-for-relying-party②⑨⑨", "ref-for-authenticator②④④", + "ref-for-relying-party③⓪②", + "ref-for-authenticator②④⑤", "ref-for-client-side-discoverable-public-key-credential-source⑧", "ref-for-user-handle①⑥", - "ref-for-relying-party③⓪⓪", + "ref-for-relying-party③⓪③", "ref-for-public-key-credential⑦①", "ref-for-authentication①④", - "ref-for-relying-party③⓪①", - "ref-for-relying-party③⓪②", + "ref-for-relying-party③⓪④", + "ref-for-relying-party③⓪⑤", "sctn-biometric-privacy", "ref-for-biometric-recognition④", "ref-for-biometric-authenticator①", "ref-for-biometric-recognition⑤", - "ref-for-authenticator②④⑤", + "ref-for-authenticator②④⑥", "ref-for-platform-authenticators②⑨", "ref-for-client⑧⑥", "ref-for-webauthn-relying-party④⑦", @@ -4592,40 +4606,40 @@ "ref-for-registration①⑧", "ref-for-authentication①⑤", "ref-for-public-key-credential⑦②", - "ref-for-relying-party③⓪③", - "ref-for-relying-party③⓪④", - "ref-for-relying-party③⓪⑤", "ref-for-relying-party③⓪⑥", + "ref-for-relying-party③⓪⑦", + "ref-for-relying-party③⓪⑧", + "ref-for-relying-party③⓪⑨", "ref-for-biometric-recognition⑥", "ref-for-biometric-authenticator②", "ref-for-user-verification④⑦", "ref-for-uv⑥", "ref-for-flags②⓪", "ref-for-assertion⑦", - "ref-for-relying-party③⓪⑦", + "ref-for-relying-party③①⓪", "sctn-privacy-considerations-authenticator", - "ref-for-authenticator②④⑥", + "ref-for-authenticator②④⑦", "sctn-attestation-privacy", "ref-for-attestation-certificate①⑤", "ref-for-attestation-key-pair⑦", "ref-for-webauthn-authenticator①⑥", - "ref-for-authenticator②④⑦", "ref-for-authenticator②④⑧", + "ref-for-authenticator②④⑨", "ref-for-attestation-certificate①⑥", "ref-for-basic-attestation①", "ref-for-batch-attestation", "ref-for-attestation-certificate①⑦", "ref-for-attestation-private-key⑥", - "ref-for-authenticator②④⑨", - "ref-for-attestation-private-key⑦", "ref-for-authenticator②⑤⓪", + "ref-for-attestation-private-key⑦", + "ref-for-authenticator②⑤①", "ref-for-attestation-certificate①⑧", "ref-for-webauthn-authenticator①⑦", "ref-for-attestation-key-pair⑧", "ref-for-attestation-certificate①⑨", "ref-for-concept-credential①①", "ref-for-anonymization-ca⑥", - "ref-for-authenticator②⑤①", + "ref-for-authenticator②⑤②", "ref-for-attestation-private-key⑧", "ref-for-attestation-certificate②⓪", "ref-for-anonymization-ca⑦", @@ -4636,24 +4650,24 @@ "ref-for-attestation-ca③", "ref-for-anonymization-ca⑨", "sctn-pii-privacy", - "ref-for-authenticator②⑤②", + "ref-for-authenticator②⑤③", "ref-for-client⑧⑦", "ref-for-client⑧⑧", "ref-for-concept-credential①③", "ref-for-authentication-ceremony②⓪", - "ref-for-authenticator②⑤③", - "ref-for-user-verification④⑧", "ref-for-authenticator②⑤④", - "ref-for-user-verification④⑨", + "ref-for-user-verification④⑧", "ref-for-authenticator②⑤⑤", - "ref-for-concept-user-verified⑥", + "ref-for-user-verification④⑨", "ref-for-authenticator②⑤⑥", + "ref-for-concept-user-verified⑥", + "ref-for-authenticator②⑤⑦", "ref-for-user-verification⑤⓪", "ref-for-user-handle①⑦", - "ref-for-dom-publickeycredentialuserentity-id⑥", + "ref-for-dom-publickeycredentialuserentity-id⑦", "ref-for-dictdef-publickeycredentialuserentity⑦", - "ref-for-authenticator②⑤⑦", "ref-for-authenticator②⑤⑧", + "ref-for-authenticator②⑤⑨", "sctn-privacy-considerations-client", "ref-for-client⑧⑨", "sctn-make-credential-privacy", @@ -4661,19 +4675,19 @@ "ref-for-dom-publickeycredential-create-slot①②", "ref-for-webauthn-relying-party④⑧", "ref-for-public-key-credential⑦③", - "ref-for-relying-party③⓪⑧", + "ref-for-relying-party③①①", "ref-for-dom-publickeycredentialcreationoptions-excludecredentials③", "ref-for-bound-credential①④", - "ref-for-authenticator②⑤⑨", "ref-for-authenticator②⑥⓪", "ref-for-authenticator②⑥①", "ref-for-authenticator②⑥②", - "ref-for-relying-party③⓪⑨", - "ref-for-public-key-credential⑦④", "ref-for-authenticator②⑥③", + "ref-for-relying-party③①②", + "ref-for-public-key-credential⑦④", "ref-for-authenticator②⑥④", + "ref-for-authenticator②⑥⑤", "ref-for-platform-authenticators③⓪", - "ref-for-relying-party③①⓪", + "ref-for-relying-party③①③", "ref-for-ceremony①⓪", "ref-for-public-key-credential⑦⑤", "ref-for-dom-publickeycredentialcreationoptions-excludecredentials④", @@ -4683,16 +4697,16 @@ "ref-for-dom-publickeycredential-discoverfromexternalsource-slot①②", "ref-for-webauthn-relying-party④⑨", "ref-for-public-key-credential⑦⑥", - "ref-for-relying-party③①①", + "ref-for-relying-party③①④", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②②", "ref-for-public-key-credential⑦⑦", "ref-for-public-key-credential⑦⑧", "ref-for-user-consent③⓪", - "ref-for-relying-party③①②", + "ref-for-relying-party③①⑤", "ref-for-public-key-credential⑦⑨", "ref-for-user-consent③①", "ref-for-authentication-ceremony②①", - "ref-for-relying-party③①③", + "ref-for-relying-party③①⑥", "ref-for-ceremony①①", "ref-for-public-key-credential⑧⓪", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②③", @@ -4704,50 +4718,50 @@ "ref-for-platform-credential③", "ref-for-platform-credential④", "sctn-privacy-considerations-rp", - "ref-for-relying-party③①④", + "ref-for-relying-party③①⑦", "sctn-user-handle-privacy", "ref-for-user-handle①⑧", - "ref-for-relying-party③①⑤", + "ref-for-relying-party③①⑧", "ref-for-user-handle①⑨", "ref-for-page-258", "ref-for-page-258①", - "ref-for-relying-party③①⑥", + "ref-for-relying-party③①⑨", "ref-for-user-handle②⓪", "sctn-username-enumeration", "ref-for-registration-ceremony①①", "ref-for-authentication-ceremony②②", "ref-for-webauthn-relying-party⑤⓪", - "ref-for-relying-party③①⑦", + "ref-for-relying-party③②⓪", "ref-for-authentication①⑥", "ref-for-ceremony①②", - "ref-for-relying-party③①⑧", - "ref-for-authentication-ceremony②③", - "ref-for-relying-party③①⑨", - "ref-for-relying-party③②⓪", "ref-for-relying-party③②①", - "ref-for-registration-ceremony①②", + "ref-for-authentication-ceremony②③", "ref-for-relying-party③②②", "ref-for-relying-party③②③", - "ref-for-registration-ceremony①③", "ref-for-relying-party③②④", - "ref-for-registration-ceremony①④", + "ref-for-registration-ceremony①②", "ref-for-relying-party③②⑤", "ref-for-relying-party③②⑥", + "ref-for-registration-ceremony①③", "ref-for-relying-party③②⑦", + "ref-for-registration-ceremony①④", + "ref-for-relying-party③②⑧", + "ref-for-relying-party③②⑨", + "ref-for-relying-party③③⓪", "ref-for-registration-ceremony①⑤", "ref-for-authentication-ceremony②④", "ref-for-authentication-ceremony②⑤", "ref-for-dom-credentialscontainer-get③④", "ref-for-dictdef-publickeycredentialrequestoptions⑧", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②④", - "ref-for-relying-party③②⑧", + "ref-for-relying-party③③①", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⑤", "ref-for-authenticatorassertionresponse⑦", - "ref-for-authenticator②⑥⑤", + "ref-for-authenticator②⑥⑥", "ref-for-authentication-ceremony②⑥", "ref-for-ceremony①③", "sctn-credential-id-privacy-leak", - "ref-for-relying-party③②⑨", + "ref-for-relying-party③③②", "ref-for-authentication-ceremony②⑦", "ref-for-list-empty①", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⑥", @@ -4755,22 +4769,22 @@ "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⑦", "ref-for-credential-id③⑧", "ref-for-credential-id③⑨", - "ref-for-relying-party③③⓪", + "ref-for-relying-party③③③", "ref-for-credential-id④⓪", - "ref-for-authenticator②⑥⑥", "ref-for-authenticator②⑥⑦", - "ref-for-relying-party③③①", + "ref-for-authenticator②⑥⑧", + "ref-for-relying-party③③④", "ref-for-credential-id④①", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⑧", "ref-for-credential-id④②", - "ref-for-authenticator②⑥⑧", - "ref-for-relying-party③③②", + "ref-for-authenticator②⑥⑨", + "ref-for-relying-party③③⑤", "ref-for-authentication-ceremony②⑧", "ref-for-credential-id④③", "ref-for-client-side-discoverable-credential①⑧", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials②⑨", "ref-for-dom-publickeycredentialrequestoptions-allowcredentials③⓪", - "ref-for-relying-party③③③", + "ref-for-relying-party③③⑥", "ref-for-credential-id④④", "sctn-acknowledgements", "ref-for-registration①⑨", @@ -4778,6 +4792,7 @@ "index", "index-defined-here", "index-defined-elsewhere", + "term-for-section-2.1", "term-for-credential", "term-for-dictdef-credentialcreationoptions", "term-for-dictdef-credentialrequestoptions", @@ -4925,6 +4940,7 @@ "term-for-SameObject", "term-for-SecureContext", "term-for-securityerror", + "term-for-exceptiondef-typeerror", "term-for-idl-USVString", "term-for-unknownerror", "term-for-idl-boolean", @@ -4937,6 +4953,7 @@ "term-for-host-same-site", "references", "normative", + "biblio-bcp47", "biblio-credential-management-1", "biblio-dom4", "biblio-ecmascript", diff --git a/tr/ids/webrtc.json b/tr/ids/webrtc.json index a81ec0a8ea19..524b5861c15c 100644 --- a/tr/ids/webrtc.json +++ b/tr/ids/webrtc.json @@ -11,6 +11,8 @@ "title", "abstract", "sotd", + "ref-for-dom-rtcpeerconnectioniceerroreventinit-1", + "ref-for-dom-rtcpeerconnectioniceerrorevent-1", "w3c_process_revision", "toc", "table-of-contents", @@ -21,6 +23,7 @@ "dfn-user-agent", "terminology", "x3-terminology", + "dfn-serializable-objects", "dfn-media-description", "dfn-media-transport", "dfn-generation", @@ -502,8 +505,8 @@ "h-note-6", "ref-for-dom-rtcicetransport-18", "ref-for-dom-rtcpeerconnection-27", - "set-the-rtcsessiondescription", - "x4-4-1-5-set-the-rtcsessiondescription", + "set-the-session-description", + "x4-4-1-5-set-the-session-description", "set-local-description", "ref-for-dom-rtcpeerconnection-28", "ref-for-set-description-1", @@ -512,7 +515,7 @@ "ref-for-set-description-2", "set-description", "ref-for-dom-rtcpeerconnection-30", - "ref-for-dom-rtcsessiondescription-type-1", + "ref-for-dom-rtcsessiondescriptioninit-type-1", "ref-for-dom-rtcsdptype-rollback-1", "ref-for-dfn-signaling-state-3", "ref-for-dom-rtcsignalingstate-stable-7", @@ -524,7 +527,7 @@ "ref-for-dfn-sender-1", "ref-for-dfn-sendencodings-1", "ref-for-dfn-isclosed-9", - "ref-for-dom-rtcsessiondescription-type-2", + "ref-for-dom-rtcsessiondescriptioninit-type-2", "ref-for-dfn-signaling-state-4", "ref-for-dfn-reject-7", "ref-for-dfn-reject-8", @@ -749,10 +752,11 @@ "ref-for-dfn-stopped-0-3", "ref-for-dfn-stop-the-rtcrtptransceiver-1", "ref-for-dom-rtcsdptype-rollback-3", + "ref-for-dfn-pendinglocaldescription-7", + "ref-for-dfn-pendingremotedescription-7", "ref-for-transceivers-set-7", "ref-for-dfn-associated-4", "ref-for-dfn-media-description-18", - "ref-for-dom-rtcsessiondescription-7", "ref-for-dfn-jsepmid-4", "ref-for-dfn-mid-3", "ref-for-dfn-sender-15", @@ -773,12 +777,11 @@ "ref-for-dfn-laststablestateassociatedremotemediastreams-2", "ref-for-process-remote-tracks-2", "ref-for-dfn-currentdirection-3", - "ref-for-dom-rtcsessiondescription-8", "ref-for-dom-rtcpeerconnection-addtrack-2", "ref-for-dfn-stop-the-rtcrtptransceiver-2", "ref-for-transceivers-set-8", - "ref-for-dfn-pendinglocaldescription-7", - "ref-for-dfn-pendingremotedescription-7", + "ref-for-dfn-pendinglocaldescription-8", + "ref-for-dfn-pendingremotedescription-8", "ref-for-dfn-signaling-state-13", "ref-for-dom-rtcsignalingstate-stable-11", "ref-for-dom-rtcsdptype-answer-9", @@ -886,25 +889,25 @@ "ref-for-dom-peerconnection-setlocaldescription-4", "ref-for-dom-rtclocalsessiondescriptioninit-1", "idl-def-rtcpeerconnection-localdescription", - "ref-for-dom-rtcsessiondescription-9", + "ref-for-dom-rtcsessiondescription-7", "ref-for-dom-peerconnection-localdescription-1", "idl-def-rtcpeerconnection-currentlocaldescription", - "ref-for-dom-rtcsessiondescription-10", + "ref-for-dom-rtcsessiondescription-8", "ref-for-dom-peerconnection-currentlocaldesc-4", "idl-def-rtcpeerconnection-pendinglocaldescription", - "ref-for-dom-rtcsessiondescription-11", + "ref-for-dom-rtcsessiondescription-9", "ref-for-dom-peerconnection-pendinglocaldesc-1", "idl-def-rtcpeerconnection-setremotedescription-description", "ref-for-dom-peerconnection-setremotedescription-3", "ref-for-dom-rtcsessiondescriptioninit-3", "idl-def-rtcpeerconnection-remotedescription", - "ref-for-dom-rtcsessiondescription-12", + "ref-for-dom-rtcsessiondescription-10", "ref-for-dom-peerconnection-remotedescription-1", "idl-def-rtcpeerconnection-currentremotedescription", - "ref-for-dom-rtcsessiondescription-13", + "ref-for-dom-rtcsessiondescription-11", "ref-for-dom-peerconnection-currentremotedesc-1", "idl-def-rtcpeerconnection-pendingremotedescription", - "ref-for-dom-rtcsessiondescription-14", + "ref-for-dom-rtcsessiondescription-12", "ref-for-dom-peerconnection-pendingremotedesc-1", "idl-def-rtcpeerconnection-addicecandidate-candidate", "ref-for-dom-peerconnection-addicecandidate-3", @@ -970,47 +973,49 @@ "ref-for-dom-rtcpeerconnectionerrorcallback-5", "attributes-1", "dom-peerconnection-localdescription", - "ref-for-dom-rtcsessiondescription-15", + "ref-for-dom-rtcsessiondescription-13", "ref-for-dom-peerconnection-localdescription-2", - "ref-for-dfn-pendinglocaldescription-8", + "ref-for-dfn-pendinglocaldescription-9", "ref-for-dfn-currentlocaldescription-6", "ref-for-dfn-currentlocaldescription-7", "ref-for-dom-rtcsessiondescription-sdp-1", - "ref-for-dfn-pendinglocaldescription-9", + "ref-for-dfn-pendinglocaldescription-10", "ref-for-dom-rtcsessiondescription-sdp-2", + "ref-for-dom-rtcsessiondescriptioninit-sdp-1", "ref-for-dom-peerconnection-setlocaldescription-5", "dom-peerconnection-currentlocaldesc", - "ref-for-dom-rtcsessiondescription-16", + "ref-for-dom-rtcsessiondescription-14", "ref-for-dom-peerconnection-currentlocaldesc-5", "ref-for-dfn-currentlocaldescription-8", "ref-for-dom-rtcpeerconnection-33", "ref-for-dfn-ice-agent-12", "dom-peerconnection-pendinglocaldesc", - "ref-for-dom-rtcsessiondescription-17", + "ref-for-dom-rtcsessiondescription-15", "ref-for-dom-peerconnection-pendinglocaldesc-2", - "ref-for-dfn-pendinglocaldescription-10", + "ref-for-dfn-pendinglocaldescription-11", "ref-for-dfn-ice-agent-13", "ref-for-dom-rtcpeerconnection-34", "dom-peerconnection-remotedescription", - "ref-for-dom-rtcsessiondescription-18", + "ref-for-dom-rtcsessiondescription-16", "ref-for-dom-peerconnection-remotedescription-2", - "ref-for-dfn-pendingremotedescription-8", + "ref-for-dfn-pendingremotedescription-9", "ref-for-dfn-currentremotedescription-5", "ref-for-dfn-currentremotedescription-6", "ref-for-dom-rtcsessiondescription-sdp-3", - "ref-for-dfn-pendingremotedescription-9", + "ref-for-dfn-pendingremotedescription-10", "ref-for-dom-rtcsessiondescription-sdp-4", + "ref-for-dom-rtcsessiondescriptioninit-sdp-2", "ref-for-dom-peerconnection-setremotedescription-4", "dom-peerconnection-currentremotedesc", - "ref-for-dom-rtcsessiondescription-19", + "ref-for-dom-rtcsessiondescription-17", "ref-for-dom-peerconnection-currentremotedesc-2", "ref-for-dfn-currentremotedescription-7", "ref-for-dom-rtcpeerconnection-35", "ref-for-dom-peerconnection-addicecandidate-4", "dom-peerconnection-pendingremotedesc", - "ref-for-dom-rtcsessiondescription-20", + "ref-for-dom-rtcsessiondescription-18", "ref-for-dom-peerconnection-pendingremotedesc-2", - "ref-for-dfn-pendingremotedescription-10", + "ref-for-dfn-pendingremotedescription-11", "ref-for-dom-peerconnection-addicecandidate-5", "ref-for-dom-rtcpeerconnection-36", "dom-peerconnection-signaling-state", @@ -1129,9 +1134,9 @@ "issue-container-generatedID-11", "h-note-11", "ref-for-dom-rtcsessiondescriptioninit-5", - "ref-for-dom-rtcsessiondescriptioninit-type-1", + "ref-for-dom-rtcsessiondescriptioninit-type-3", "ref-for-dom-rtcsdptype-offer-10", - "ref-for-dom-rtcsessiondescriptioninit-sdp-1", + "ref-for-dom-rtcsessiondescriptioninit-sdp-3", "ref-for-dfn-lastcreatedoffer-3", "ref-for-dfn-resolve-2", "dom-rtcpeerconnection-createanswer", @@ -1148,7 +1153,7 @@ "ref-for-dom-rtcconfiguration-certificates-11", "ref-for-dom-rtcpeerconnection-46", "ref-for-dom-rtcpeerconnection-47", - "ref-for-dom-rtcsessiondescription-type-3", + "ref-for-dom-rtcsessiondescriptioninit-type-4", "ref-for-dom-rtcsdptype-pranswer-9", "ref-for-dom-rtcpeerconnection-48", "ref-for-dfn-isclosed-13", @@ -1205,9 +1210,9 @@ "ref-for-dom-rtcrtpsender-8", "ref-for-dom-rtcrtpsendparameters-encodings-2", "ref-for-dom-rtcsessiondescriptioninit-6", - "ref-for-dom-rtcsessiondescriptioninit-type-2", + "ref-for-dom-rtcsessiondescriptioninit-type-5", "ref-for-dom-rtcsdptype-answer-10", - "ref-for-dom-rtcsessiondescriptioninit-sdp-2", + "ref-for-dom-rtcsessiondescriptioninit-sdp-4", "ref-for-dfn-lastcreatedanswer-3", "ref-for-dfn-resolve-3", "dom-peerconnection-setlocaldescription", @@ -1222,10 +1227,10 @@ "ref-for-dom-rtcpeerconnection-createoffer-9", "ref-for-dom-rtcpeerconnection-createanswer-4", "ref-for-dom-rtcpeerconnection-52", - "ref-for-dom-rtcsessiondescription-sdp-5", + "ref-for-dom-rtcsessiondescriptioninit-sdp-5", "ref-for-dfn-chain-3", "ref-for-dfn-operations-chain-5", - "ref-for-dom-rtcsessiondescription-type-4", + "ref-for-dom-rtcsessiondescriptioninit-type-6", "ref-for-dom-rtcsdptype-offer-11", "ref-for-dfn-signaling-state-19", "ref-for-dom-rtcsignalingstate-stable-14", @@ -1250,7 +1255,7 @@ "ref-for-dfn-answerer-s-system-state-2", "ref-for-dfn-creating-an-answer-3", "ref-for-set-local-description-2", - "ref-for-dom-rtcsessiondescription-sdp-6", + "ref-for-dom-rtcsessiondescriptioninit-sdp-6", "ref-for-set-local-description-3", "issue-container-generatedID-13", "h-note-13", @@ -1262,7 +1267,7 @@ "ref-for-dom-rtcpeerconnection-54", "ref-for-dfn-chain-4", "ref-for-dfn-operations-chain-6", - "ref-for-dom-rtcsessiondescriptioninit-type-3", + "ref-for-dom-rtcsessiondescriptioninit-type-7", "ref-for-dom-rtcsdptype-offer-14", "ref-for-dfn-signaling-state-20", "ref-for-set-local-description-4", @@ -1317,9 +1322,9 @@ "ref-for-dfn-reject-26", "ref-for-dfn-administratively-prohibited-2", "ref-for-dfn-isclosed-16", - "ref-for-dfn-pendingremotedescription-11", - "ref-for-dfn-generation-4", "ref-for-dfn-pendingremotedescription-12", + "ref-for-dfn-generation-4", + "ref-for-dfn-pendingremotedescription-13", "ref-for-dfn-currentremotedescription-8", "ref-for-dfn-generation-5", "ref-for-dfn-currentremotedescription-9", @@ -1338,7 +1343,7 @@ "ref-for-dom-rtcpeerconnection-57", "ref-for-dfn-localicecredentialstoreplace-5", "ref-for-dfn-currentlocaldescription-9", - "ref-for-dfn-pendinglocaldescription-11", + "ref-for-dfn-pendinglocaldescription-12", "ref-for-dfn-update-the-negotiation-needed-flag-3", "dom-rtcpeerconnection-getconfiguration", "ref-for-dom-rtcconfiguration-10", @@ -1500,7 +1505,7 @@ "ref-for-dom-rtcsdptype-1", "ref-for-dom-rtcsessiondescriptioninit-10", "ref-for-dom-rtclocalsessiondescriptioninit-4", - "ref-for-dom-rtcsessiondescription-21", + "ref-for-dom-rtcsessiondescription-19", "webidl-1811335178", "idl-def-rtcsdptype", "ref-for-dom-rtcsdptype-2", @@ -1525,25 +1530,25 @@ "rtcsessiondescription-class", "x4-6-2-rtcsessiondescription-class", "dom-rtcsessiondescription", - "ref-for-dom-rtcsessiondescription-22", + "ref-for-dom-rtcsessiondescription-20", "ref-for-dom-rtcpeerconnection-74", "webidl-845405358", "idl-def-rtcsessiondescription", - "ref-for-dom-rtcsessiondescription-23", + "ref-for-dom-rtcsessiondescription-21", "idl-def-rtcsessiondescription-constructor-descriptioninitdict", "ref-for-dom-rtcsessiondescription-constructor-1", "ref-for-dom-rtcsessiondescriptioninit-11", "idl-def-rtcsessiondescription-type", "ref-for-dom-rtcsdptype-7", - "ref-for-dom-rtcsessiondescription-type-5", + "ref-for-dom-rtcsessiondescription-type-1", "idl-def-rtcsessiondescription-sdp", - "ref-for-dom-rtcsessiondescription-sdp-7", + "ref-for-dom-rtcsessiondescription-sdp-5", "idl-def-rtcsessiondescription-tojson", "ref-for-dom-rtcsessiondescription-tojson-1", "constructors-1", "dom-rtcsessiondescription-constructor", "dom-sessiondescription", - "ref-for-dom-rtcsessiondescription-24", + "ref-for-dom-rtcsessiondescription-22", "attributes-3", "dom-rtcsessiondescription-type", "ref-for-dom-rtcsdptype-8", @@ -1555,15 +1560,15 @@ "ref-for-dom-rtcsessiondescriptioninit-12", "idl-def-rtcsessiondescriptioninit-type", "ref-for-dom-rtcsdptype-9", - "ref-for-dom-rtcsessiondescriptioninit-type-4", + "ref-for-dom-rtcsessiondescriptioninit-type-8", "idl-def-rtcsessiondescriptioninit-sdp", - "ref-for-dom-rtcsessiondescriptioninit-sdp-3", + "ref-for-dom-rtcsessiondescriptioninit-sdp-7", "dictionary-rtcsessiondescriptioninit-members", "dom-rtcsessiondescriptioninit", "dom-rtcsessiondescriptioninit-type", "ref-for-dom-rtcsdptype-10", "dom-rtcsessiondescriptioninit-sdp", - "ref-for-dom-rtcsessiondescription-type-6", + "ref-for-dom-rtcsessiondescriptioninit-type-9", "ref-for-dom-rtcsdptype-rollback-7", "webidl-648942176", "idl-def-rtclocalsessiondescriptioninit", @@ -1581,7 +1586,7 @@ "ref-for-dom-rtcpeerconnection-75", "ref-for-dfn-signaling-state-22", "dom-rtclocalsessiondescriptioninit-sdp", - "ref-for-dom-rtcsessiondescription-type-7", + "ref-for-dom-rtclocalsessiondescriptioninit-type-2", "ref-for-dom-rtcsdptype-rollback-8", "session-negotiation-model", "x4-7-session-negotiation-model", @@ -1596,7 +1601,6 @@ "ref-for-dfn-update-the-negotiation-needed-flag-5", "clearing-negotiation-needed", "x4-7-2-clearing-negotiation-needed", - "ref-for-dom-rtcsessiondescription-25", "ref-for-dom-rtcsdptype-answer-17", "ref-for-set-description-3", "ref-for-dom-rtcrtptransceiver-15", @@ -1966,13 +1970,13 @@ "x4-8-3-rtcpeerconnectioniceerrorevent", "dom-rtcpeerconnectioniceerrorevent", "ref-for-dom-rtcpeerconnection-83", - "ref-for-dom-rtcpeerconnectioniceerrorevent-1", + "ref-for-dom-rtcpeerconnectioniceerrorevent-2", "webidl-67994594", "idl-def-rtcpeerconnectioniceerrorevent", - "ref-for-dom-rtcpeerconnectioniceerrorevent-2", + "ref-for-dom-rtcpeerconnectioniceerrorevent-3", "idl-def-rtcpeerconnectioniceerrorevent-constructor-type-eventinitdict", "ref-for-dom-rtcpeerconnectioniceerrorevent-constructor-1", - "ref-for-dom-rtcpeerconnectioniceerroreventinit-1", + "ref-for-dom-rtcpeerconnectioniceerroreventinit-2", "idl-def-rtcpeerconnectioniceerrorevent-address", "ref-for-dom-rtcpeerconnectioniceerrorevent-address-1", "idl-def-rtcpeerconnectioniceerrorevent-port", @@ -2005,7 +2009,7 @@ "ref-for-dom-rtcpeerconnectioniceerrorevent-errortext-3", "webidl-1875303700", "idl-def-rtcpeerconnectioniceerroreventinit", - "ref-for-dom-rtcpeerconnectioniceerroreventinit-2", + "ref-for-dom-rtcpeerconnectioniceerroreventinit-3", "idl-def-rtcpeerconnectioniceerroreventinit-address", "ref-for-dom-rtcpeerconnectioniceerroreventinit-address-1", "idl-def-rtcpeerconnectioniceerroreventinit-port", @@ -2289,6 +2293,7 @@ "ref-for-dfn-isclosed-23", "ref-for-dfn-collectsenders-3", "ref-for-set-description-5", + "ref-for-dom-rtcsessiondescriptioninit-type-10", "ref-for-dom-rtcsdptype-rollback-9", "ref-for-dfn-sendertrack-2", "ref-for-dfn-sendertrack-3", @@ -2308,7 +2313,6 @@ "ref-for-dom-rtcpeerconnection-createoffer-17", "ref-for-dfn-media-description-28", "ref-for-dom-rtptransceiver-mid-2", - "ref-for-dom-rtcsessiondescription-26", "ref-for-set-description-6", "ref-for-dom-rtcrtptransceiverinit-sendencodings-1", "ref-for-dom-rtcrtptransceiverinit-streams-1", @@ -2522,6 +2526,11 @@ "dom-rtcrtpsender-getcapabilities", "ref-for-dom-rtcrtpsender-getcapabilities-6", "ref-for-dom-rtcrtpsender-getcapabilities-7", + "issue-container-generatedID-34", + "h-note-34", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-1", + "ref-for-dom-rtcpeerconnection-createoffer-19", + "ref-for-dom-rtcpeerconnection-createanswer-7", "dom-rtcrtpsender-setparameters", "ref-for-dom-rtcrtpsender-setparameters-5", "ref-for-dom-rtcrtpsender-track-6", @@ -2612,8 +2621,8 @@ "ref-for-dfn-isclosed-25", "ref-for-dfn-sendertrack-6", "ref-for-dfn-resolve-12", - "issue-container-generatedID-34", - "h-note-34", + "issue-container-generatedID-35", + "h-note-35", "dom-rtcrtpsender-setstreams", "ref-for-dom-rtcrtpsender-setstreams-2", "ref-for-dom-rtcrtpsender-44", @@ -2726,8 +2735,8 @@ "ref-for-dom-rtcrtpencodingparameters-maxbitrate-4", "ref-for-dom-rtcrtpencodingparameters-maxbitrate-5", "ref-for-dom-rtcrtpencodingparameters-maxbitrate-6", - "issue-container-generatedID-35", - "h-note-35", + "issue-container-generatedID-36", + "h-note-36", "dom-rtcrtpencodingparameters-scaleresolutiondownby", "ref-for-dom-rtcrtpencodingparameters-scaleresolutiondownby-12", "rtcrtcpparameters", @@ -2766,8 +2775,8 @@ "ref-for-dfn-read-only-parameter-10", "dom-rtcrtpheaderextensionparameters-encrypted", "ref-for-dfn-read-only-parameter-11", - "issue-container-generatedID-36", - "h-note-36", + "issue-container-generatedID-37", + "h-note-37", "ref-for-dom-rtcrtpheaderextensionparameters-5", "ref-for-dom-rtcrtpsender-47", "ref-for-dom-rtcrtpreceiver-21", @@ -2931,6 +2940,11 @@ "dom-rtcrtpreceiver-getcapabilities", "ref-for-dom-rtcrtpreceiver-getcapabilities-6", "ref-for-dom-rtcrtpreceiver-getcapabilities-7", + "issue-container-generatedID-38", + "h-note-38", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-2", + "ref-for-dom-rtcpeerconnection-createoffer-20", + "ref-for-dom-rtcpeerconnection-createanswer-8", "dom-rtcrtpreceiver-getparameters", "ref-for-dom-rtcrtpreceiver-getparameters-5", "ref-for-dom-rtcrtpreceiver-28", @@ -2940,8 +2954,8 @@ "ref-for-dom-rtcrtpparameters-headerextensions-9", "ref-for-dom-rtcrtpparameters-codecs-5", "ref-for-dfn-receivecodecs-5", - "issue-container-generatedID-37", - "h-note-37", + "issue-container-generatedID-39", + "h-note-39", "ref-for-dom-rtcrtpreceiver-getparameters-7", "ref-for-dom-rtcrtpreceiver-getparameters-8", "ref-for-dom-rtcrtpparameters-rtcp-4", @@ -2970,12 +2984,12 @@ "ref-for-dom-rtcrtpsynchronizationsource-4", "ref-for-dom-rtcrtpcontributingsource-4", "ref-for-dom-rtcrtpreceiver-33", - "issue-container-generatedID-38", - "h-note-38", + "issue-container-generatedID-40", + "h-note-40", "ref-for-dom-rtcrtpreceiver-getsynchronizationsources-2", "ref-for-dom-rtcrtpreceiver-getcontributingsources-2", - "issue-container-generatedID-39", - "h-note-39", + "issue-container-generatedID-41", + "h-note-41", "ref-for-dom-rtcrtpsynchronizationsource-5", "ref-for-dom-rtcrtpcontributingsource-5", "ref-for-dom-rtcrtpreceiver-34", @@ -3016,8 +3030,8 @@ "ref-for-dfn-media-stream-identification-tag-3", "ref-for-dfn-media-description-31", "ref-for-dfn-media-description-32", - "issue-container-generatedID-40", - "h-note-40", + "issue-container-generatedID-42", + "h-note-42", "ref-for-dom-rtcrtptransceiver-54", "ref-for-dfn-check-if-negotiation-is-needed-2", "dfn-transceiver-kind", @@ -3039,8 +3053,8 @@ "dfn-preferredcodecs", "dfn-jsepmid", "dfn-mid", - "issue-container-generatedID-41", - "h-note-41", + "issue-container-generatedID-43", + "h-note-43", "ref-for-dom-rtcdtlstransport-17", "ref-for-dom-rtcicetransport-25", "ref-for-set-description-7", @@ -3064,7 +3078,7 @@ "idl-def-rtcrtptransceiver-stop", "ref-for-dom-rtcrtptransceiver-stop-2", "idl-def-rtcrtptransceiver-setcodecpreferences-codecs", - "ref-for-dom-rtcrtptransceiver-setcodecpreferences-1", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-3", "ref-for-dom-rtcrtpcodeccapability-6", "attributes-11", "dom-rtptransceiver-mid", @@ -3085,10 +3099,10 @@ "ref-for-dfn-receiver-23", "dom-rtcrtptransceiver-direction", "ref-for-dom-rtcrtptransceiverdirection-11", - "ref-for-dom-rtcpeerconnection-createoffer-19", - "ref-for-dom-rtcpeerconnection-createanswer-7", - "ref-for-dom-rtcpeerconnection-createoffer-20", - "ref-for-dom-rtcpeerconnection-createanswer-8", + "ref-for-dom-rtcpeerconnection-createoffer-21", + "ref-for-dom-rtcpeerconnection-createanswer-9", + "ref-for-dom-rtcpeerconnection-createoffer-22", + "ref-for-dom-rtcpeerconnection-createanswer-10", "ref-for-dfn-media-description-33", "ref-for-dom-rtcrtptransceiver-58", "ref-for-dfn-stopping-3", @@ -3120,22 +3134,22 @@ "ref-for-dom-rtcrtptransceiver-61", "ref-for-dom-rtcpeerconnection-113", "dfn-stopping-0", - "ref-for-dom-rtcpeerconnection-createoffer-21", + "ref-for-dom-rtcpeerconnection-createoffer-23", "ref-for-dfn-media-description-34", "ref-for-dfn-stopping-0-3", "ref-for-dfn-stopped-10", "ref-for-dfn-stopping-0-4", "ref-for-dfn-stopped-11", - "ref-for-dom-rtcpeerconnection-createanswer-9", + "ref-for-dom-rtcpeerconnection-createanswer-11", "dfn-stopped", - "ref-for-dom-rtcpeerconnection-createoffer-22", - "ref-for-dom-rtcpeerconnection-createanswer-10", + "ref-for-dom-rtcpeerconnection-createoffer-24", + "ref-for-dom-rtcpeerconnection-createanswer-12", "ref-for-dfn-media-description-35", "ref-for-dfn-stopping-0-5", "ref-for-dfn-stopped-12", "ref-for-dom-peerconnection-setremotedescription-9", - "issue-container-generatedID-42", - "h-note-42", + "issue-container-generatedID-44", + "h-note-44", "ref-for-dfn-stopping-0-6", "ref-for-dfn-stopped-13", "ref-for-dom-rtcrtptransceiver-stop-4", @@ -3161,28 +3175,28 @@ "ref-for-dfn-receptive-3", "ref-for-dfn-currentdirection-7", "dom-rtcrtptransceiver-setcodecpreferences", - "ref-for-dom-rtcrtptransceiver-setcodecpreferences-2", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-4", "ref-for-dfn-user-agent-9", - "ref-for-dom-rtcpeerconnection-createoffer-23", - "ref-for-dom-rtcpeerconnection-createanswer-11", + "ref-for-dom-rtcpeerconnection-createoffer-25", + "ref-for-dom-rtcpeerconnection-createanswer-13", "ref-for-dfn-user-agent-10", "ref-for-dom-rtcrtptransceiver-63", - "ref-for-dom-rtcpeerconnection-createoffer-24", - "ref-for-dom-rtcpeerconnection-createanswer-12", + "ref-for-dom-rtcpeerconnection-createoffer-26", + "ref-for-dom-rtcpeerconnection-createanswer-14", "ref-for-dom-rtcrtptransceiver-64", - "issue-container-generatedID-43", - "h-note-43", - "ref-for-dom-rtcrtptransceiver-setcodecpreferences-3", + "issue-container-generatedID-45", + "h-note-45", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-5", "ref-for-dom-rtcrtpsender-54", "ref-for-dom-rtcrtpsender-getcapabilities-8", "ref-for-dom-rtcrtpreceiver-42", "ref-for-dom-rtcrtpreceiver-getcapabilities-8", "ref-for-dom-rtcrtptransceiver-65", "ref-for-dom-rtcrtpcodeccapability-7", - "issue-container-generatedID-44", - "h-note-44", - "ref-for-dom-rtcpeerconnection-createanswer-13", - "ref-for-dom-rtcrtptransceiver-setcodecpreferences-4", + "issue-container-generatedID-46", + "h-note-46", + "ref-for-dom-rtcpeerconnection-createanswer-15", + "ref-for-dom-rtcrtptransceiver-setcodecpreferences-6", "ref-for-dfn-user-agent-11", "ref-for-dom-rtcrtptransceiver-66", "ref-for-dfn-preferredcodecs-5", @@ -3201,8 +3215,8 @@ "ref-for-dom-rtcrtpreceiver-getcapabilities-10", "ref-for-dom-rtcrtpparameters-codecs-9", "ref-for-dfn-preferredcodecs-6", - "issue-container-generatedID-45", - "h-note-45", + "issue-container-generatedID-47", + "h-note-47", "simulcast-functionality", "x5-4-1-simulcast-functionality", "ref-for-dom-rtcpeerconnection-addtransceiver-8", @@ -3222,7 +3236,6 @@ "ref-for-dom-rtcpeerconnection-116", "ref-for-dfn-simulcast-envelope-3", "ref-for-dom-rtcrtptransceiver-68", - "ref-for-dom-rtcsessiondescription-27", "ref-for-dom-rtcrtpencodingparameters-active-7", "ref-for-dom-rtcrtpsender-setparameters-15", "ref-for-dfn-simulcast-envelope-4", @@ -3231,18 +3244,18 @@ "ref-for-dom-rtcrtpencodingparameters-active-9", "ref-for-dom-rtcrtpsender-setparameters-17", "ref-for-dom-rtcrtpencodingparameters-maxbitrate-7", - "issue-container-generatedID-46", - "h-note-46", + "issue-container-generatedID-48", + "h-note-48", "ref-for-dom-rtcrtpencodingparameters-maxbitrate-8", - "ref-for-dom-rtcpeerconnection-createoffer-25", - "ref-for-dom-rtcpeerconnection-createanswer-14", + "ref-for-dom-rtcpeerconnection-createoffer-27", + "ref-for-dom-rtcpeerconnection-createanswer-16", "ref-for-dom-rtcpeerconnection-addtransceiver-10", "ref-for-dom-peerconnection-setremotedescription-11", "ref-for-dom-rtcrtpreceiver-45", "ref-for-dom-rtcrtptransceiver-receiver-6", "ref-for-dom-rtcrtpreceiver-getparameters-9", - "issue-container-generatedID-47", - "h-note-47", + "issue-container-generatedID-49", + "h-note-49", "ref-for-dom-rtcrtpreceiver-46", "ref-for-dom-rtcrtpreceiver-47", "ref-for-dom-rtcrtpreceiver-48", @@ -3271,8 +3284,8 @@ "ref-for-dom-icetransport-component-1", "ref-for-dom-rtcrtptransceiver-69", "ref-for-dom-rtcrtptransceiver-70", - "issue-container-generatedID-48", - "h-note-48", + "issue-container-generatedID-50", + "h-note-50", "ref-for-dom-rtcrtptransceiver-71", "ref-for-dom-rtcdtlstransport-22", "ref-for-dom-rtcdtlstransport-state-1", @@ -3371,8 +3384,8 @@ "ref-for-dom-icetransport-component-2", "ref-for-dom-rtcrtptransceiver-72", "ref-for-dom-rtcrtptransceiver-73", - "issue-container-generatedID-49", - "h-note-49", + "issue-container-generatedID-51", + "h-note-51", "ref-for-dom-rtcrtptransceiver-74", "ref-for-dom-rtcicetransport-32", "ref-for-dom-icetransport-state-1", @@ -3404,8 +3417,8 @@ "ref-for-event-icecandidate-4", "ref-for-dom-rtcpeerconnectioniceevent-6", "ref-for-dfn-generation-10", - "issue-container-generatedID-50", - "h-note-50", + "issue-container-generatedID-52", + "h-note-52", "ref-for-dfn-generation-11", "ref-for-dfn-icegathererstate-2", "ref-for-dom-rtcicegathererstate-complete-2", @@ -3417,7 +3430,7 @@ "ref-for-dom-rtcpeerconnection-119", "ref-for-dfn-ice-agent-30", "ref-for-dfn-isclosed-30", - "ref-for-dfn-pendinglocaldescription-12", + "ref-for-dfn-pendinglocaldescription-13", "ref-for-dfn-currentlocaldescription-13", "ref-for-dfn-generation-12", "ref-for-dfn-surface-the-candidate-2", @@ -3431,9 +3444,9 @@ "dfn-surface-the-candidate", "ref-for-dfn-isclosed-31", "ref-for-dom-rtcicetransport-39", - "ref-for-dfn-pendinglocaldescription-13", - "ref-for-dfn-generation-13", "ref-for-dfn-pendinglocaldescription-14", + "ref-for-dfn-generation-13", + "ref-for-dfn-pendinglocaldescription-15", "ref-for-dfn-currentlocaldescription-14", "ref-for-dfn-generation-14", "ref-for-dfn-currentlocaldescription-15", @@ -3551,8 +3564,8 @@ "dom-rtcicetransport-getremotecandidates", "ref-for-dom-rtcicetransport-51", "ref-for-dom-peerconnection-addicecandidate-13", - "issue-container-generatedID-51", - "h-note-51", + "issue-container-generatedID-53", + "h-note-53", "ref-for-dom-rtcicetransport-getremotecandidates-2", "ref-for-dom-peerconnection-addicecandidate-14", "dom-rtcicetransport-getselectedcandidatepair", @@ -3650,8 +3663,8 @@ "ref-for-dom-rtcicetransportstate-failed-5", "dom-rtcicetransportstate-closed", "ref-for-dom-rtcicetransport-65", - "issue-container-generatedID-52", - "h-note-52", + "issue-container-generatedID-54", + "h-note-54", "ref-for-dom-rtcicetransportstate-checking-5", "ref-for-dom-rtcicetransportstate-completed-5", "ref-for-dom-rtcicetransportstate-connected-4", @@ -3833,8 +3846,8 @@ "ref-for-dfn-datachannelid-1", "ref-for-dom-rtcdatachannelinit-id-1", "ref-for-dfn-negotiated-2", - "issue-container-generatedID-53", - "h-note-53", + "issue-container-generatedID-55", + "h-note-55", "ref-for-dom-rtcdatachannelinit-id-2", "ref-for-dfn-negotiated-3", "ref-for-dfn-datachannelid-2", @@ -3849,8 +3862,8 @@ "ref-for-dfn-datachannelid-5", "ref-for-dfn-datachannelid-6", "ref-for-dom-rtcdatachannel-10", - "issue-container-generatedID-54", - "h-note-54", + "issue-container-generatedID-56", + "h-note-56", "ref-for-dfn-datachannelid-7", "ref-for-dfn-rtcsctptransport-connected-1", "ref-for-dfn-sctptransport-6", @@ -3898,8 +3911,8 @@ "ref-for-dfn-unable-to-create-an-rtcdatachannel-1", "ref-for-announce-datachannel-open-1", "ref-for-event-sctptransport-statechange-1", - "issue-container-generatedID-55", - "h-note-55", + "issue-container-generatedID-57", + "h-note-57", "ref-for-announce-datachannel-open-2", "webidl-1410933428", "idl-def-rtcsctptransport", @@ -3929,8 +3942,8 @@ "dom-rtcsctptransport-maxchannels", "ref-for-dom-rtcdatachannel-15", "ref-for-dfn-maxchannels-4", - "issue-container-generatedID-56", - "h-note-56", + "issue-container-generatedID-58", + "h-note-58", "ref-for-idl-def-RTCSctpTransportState.connected-2", "dom-rtcsctptransport-onstatechange", "ref-for-event-sctptransport-statechange-2", @@ -4035,8 +4048,8 @@ "ref-for-dfn-readystate-5", "ref-for-dom-rtcdatachannelstate-open-2", "ref-for-event-datachannel-open-2", - "issue-container-generatedID-57", - "h-note-57", + "issue-container-generatedID-59", + "h-note-59", "ref-for-event-datachannel-2", "ref-for-event-datachannel-open-3", "ref-for-event-datachannel-3", @@ -4249,16 +4262,16 @@ "ref-for-dom-rtcdatachannel-56", "ref-for-dfn-readystate-15", "ref-for-dom-rtcdatachannelstate-open-5", - "issue-container-generatedID-58", - "h-note-58", + "issue-container-generatedID-60", + "h-note-60", "ref-for-dfn-data-transport-20", - "issue-container-generatedID-59", - "h-note-59", + "issue-container-generatedID-61", + "h-note-61", "ref-for-dom-rtcsctptransport-maxmessagesize-2", "ref-for-dom-rtcsctptransport-15", "ref-for-dfn-data-transport-21", - "issue-container-generatedID-60", - "h-note-60", + "issue-container-generatedID-62", + "h-note-62", "ref-for-dom-rtcdatachannel-onerror-2", "ref-for-dfn-bufferedamount-4", "webidl-1532613945", @@ -4286,8 +4299,8 @@ "ref-for-dom-rtcdatachannel-57", "ref-for-dom-rtcdatachannel-58", "ref-for-dom-rtcdatachannel-id-6", - "issue-container-generatedID-61", - "h-note-61", + "issue-container-generatedID-63", + "h-note-63", "dom-rtcdatachannelinit-id", "ref-for-dom-rtcdatachannelinit-negotiated-7", "ref-for-dom-rtcdatachannelinit-negotiated-8", @@ -4578,8 +4591,8 @@ "ref-for-dom-rtcstats-16", "ref-for-dom-rtcstats-17", "ref-for-dom-rtcstatsreport-12", - "issue-container-generatedID-62", - "h-note-62", + "issue-container-generatedID-64", + "h-note-64", "the-stats-selection-algorithm", "x8-5-the-stats-selection-algorithm", "dfn-stats-selection-algorithm", @@ -4602,16 +4615,16 @@ "ref-for-dom-rtcrtpreceiver-60", "ref-for-dom-rtcpeerconnection-138", "ref-for-dom-rtcpeerconnection-139", - "issue-container-generatedID-63", - "h-note-63", + "issue-container-generatedID-65", + "h-note-65", "ref-for-dom-rtcpeerconnection-140", "mediastream", "mediastream-network-use", "id", "x9-2-1-id", "ref-for-dom-rtcpeerconnection-141", - "issue-container-generatedID-64", - "h-note-64", + "issue-container-generatedID-66", + "h-note-66", "ref-for-dom-rtcpeerconnection-142", "mediastreamtrack", "mediastreamtrack-network-use", @@ -4706,8 +4719,8 @@ "x11-1-1-constructors", "dom-rtcerror-constructor", "ref-for-dom-rtcerror-6", - "issue-container-generatedID-65", - "h-note-65", + "issue-container-generatedID-67", + "h-note-67", "ref-for-dom-rtcerror-7", "attributes", "x11-1-2-attributes", @@ -4866,7 +4879,7 @@ "ref-for-dom-rtcpeerconnection-147", "ref-for-dom-peerconnection-connection-state-3", "event-icecandidateerror", - "ref-for-dom-rtcpeerconnectioniceerrorevent-3", + "ref-for-dom-rtcpeerconnectioniceerrorevent-4", "event-datachannel", "ref-for-dom-rtcdatachannelevent-7", "ref-for-dom-rtcdatachannel-74", @@ -4992,6 +5005,7 @@ "bib-xhr", "back-to-top", "dfn-panel-for-dfn-user-agent", + "dfn-panel-for-dfn-serializable-objects", "dfn-panel-for-dfn-media-description", "dfn-panel-for-dfn-media-transport", "dfn-panel-for-dfn-generation", diff --git a/tr/ids/webxrlayers-1.json b/tr/ids/webxrlayers-1.json new file mode 100644 index 000000000000..f3fc0d36814c --- /dev/null +++ b/tr/ids/webxrlayers-1.json @@ -0,0 +1,1931 @@ +{ + "spec": { + "title": "WebXR Layers API Level 1", + "url": "https://www.w3.org/TR/webxrlayers-1/" + }, + "ids": [ + "toc-nav", + "toc-jump", + "toc-toggle", + "title", + "subtitle", + "abstract", + "sotd", + "sotd_patent", + "w3c_process_revision", + "toc", + "contents", + "intro", + "issue-f8fc5b4f", + "terminology", + "applicationflow", + "ref-for-xrprojectionlayer", + "ref-for-dom-xrpermissiondescriptor-requiredfeatures", + "ref-for-dom-xrpermissiondescriptor-optionalfeatures", + "ref-for-dom-xrsystem-requestsession", + "ref-for-xrwebglbinding", + "ref-for-xrmediabinding", + "ref-for-dictdef-xrrenderstateinit", + "ref-for-dom-xrsession-updaterenderstate", + "ref-for-dom-xrsession-requestanimationframe", + "initialization", + "ref-for-xrprojectionlayer①", + "ref-for-feature-descriptor", + "feature-descriptor-layers", + "ref-for-feature-descriptor①", + "ref-for-xrprojectionlayer②", + "ref-for-feature-descriptor②", + "example-3a50cd84", + "ref-for-dom-xrsessionmode-immersive-vr", + "ref-for-dom-xrsessionmode-immersive-ar", + "ref-for-dom-xrsessionmode-inline", + "ref-for-feature-descriptor-layers", + "ref-for-feature-descriptor③", + "ref-for-feature-requirements", + "ref-for-active-immersive-session", + "ref-for-dom-permissions-request", + "ref-for-feature-descriptor-layers①", + "xrlayertypes", + "monovsstereo", + "ref-for-xrsubimage", + "ref-for-xrsubimage①", + "ref-for-xr-compositor", + "xrlayerlayouttype", + "ref-for-enumdef-xrlayerlayout", + "enumdef-xrlayerlayout", + "ref-for-dom-xrlayerlayout-default", + "ref-for-dom-xrlayerlayout-mono", + "ref-for-dom-xrlayerlayout-stereo", + "ref-for-dom-xrlayerlayout-stereo-left-right", + "ref-for-dom-xrlayerlayout-stereo-top-bottom", + "dom-xrlayerlayout-default", + "ref-for-xrsession-list-of-views", + "dom-xrlayerlayout-mono", + "dom-xrlayerlayout-stereo", + "dom-xrlayerlayout-stereo-left-right", + "dom-xrlayerlayout-stereo-top-bottom", + "ref-for-xrcompositionlayer", + "ref-for-dom-xrlayerlayout-default①", + "ref-for-dom-xrlayerlayout-stereo①", + "ref-for-enumdef-xrlayerlayout①", + "ref-for-dom-xrtexturetype-texture-array", + "ref-for-dom-xrlayerlayout-stereo-left-right①", + "ref-for-dom-xrlayerlayout-stereo-top-bottom①", + "ref-for-dom-xrlayerlayout-default②", + "ref-for-dom-xrlayerlayout-stereo②", + "xrcompositionlayertype", + "ref-for-Exposed", + "xrcompositionlayer", + "ref-for-xrlayer", + "ref-for-enumdef-xrlayerlayout②", + "ref-for-dom-xrcompositionlayer-layout", + "ref-for-idl-boolean", + "ref-for-dom-xrcompositionlayer-blendtexturesourcealpha", + "ref-for-idl-boolean①", + "ref-for-dom-xrcompositionlayer-chromaticaberrationcorrection", + "ref-for-idl-float", + "ref-for-dom-xrcompositionlayer-fixedfoveation", + "ref-for-idl-boolean②", + "ref-for-dom-xrcompositionlayer-needsredraw", + "ref-for-idl-undefined", + "dom-xrcompositionlayer-destroy", + "dom-xrcompositionlayer-layout", + "dom-xrcompositionlayer-blendtexturesourcealpha", + "dom-xrcompositionlayer-chromaticaberrationcorrection", + "ref-for-xr-compositor①", + "dom-xrcompositionlayer-fixedfoveation", + "ref-for-xr-compositor②", + "ref-for-dom-xrcompositionlayer-fixedfoveation①", + "ref-for-xr-compositor③", + "dom-xrcompositionlayer-needsredraw", + "ref-for-xrcompositionlayer①", + "ref-for-xr-animation-frame", + "ref-for-the-underlying-resources-of-a-layer-are-lost", + "ref-for-xr-compositor④", + "ref-for-xr-animation-frame①", + "the-underlying-resources-of-a-layer-are-lost", + "ref-for-xrcompositionlayer②", + "ref-for-dom-xrcompositionlayer-needsredraw①", + "ref-for-xrprojectionlayer③", + "ref-for-queue-a-task", + "ref-for-concept-event-fire", + "ref-for-eventdef-xrlayer-redraw", + "ref-for-dom-xrcompositionlayer-destroy", + "intialize-a-composition-layer", + "ref-for-xrsession", + "ref-for-WebGLRenderingContext", + "ref-for-WebGL2RenderingContext", + "ref-for-this", + "ref-for-xrcompositionlayer-session", + "ref-for-this①", + "ref-for-xrcompositionlayer-context", + "ref-for-this②", + "ref-for-dom-xrcompositionlayer-blendtexturesourcealpha①", + "ref-for-this③", + "ref-for-dom-xrcompositionlayer-chromaticaberrationcorrection①", + "ref-for-this④", + "ref-for-dom-xrcompositionlayer-chromaticaberrationcorrection②", + "ref-for-this⑤", + "ref-for-dom-xrcompositionlayer-chromaticaberrationcorrection③", + "ref-for-this⑥", + "ref-for-dom-xrcompositionlayer-fixedfoveation②", + "ref-for-this⑦", + "ref-for-dom-xrcompositionlayer-fixedfoveation③", + "ref-for-this⑧", + "ref-for-dom-xrcompositionlayer-fixedfoveation④", + "ref-for-dom-xrcompositionlayer-destroy①", + "ref-for-this⑨", + "ref-for-colortextures", + "ref-for-this①⓪", + "ref-for-depthstenciltextures", + "ref-for-xrcompositionlayer③", + "xrcompositionlayer-context", + "ref-for-WebGLRenderingContext①", + "ref-for-WebGL2RenderingContext①", + "xrcompositionlayer-media", + "ref-for-htmlvideoelement", + "ref-for-xrcompositionlayer④", + "xrcompositionlayer-session", + "ref-for-xrsession①", + "setting-the-space-on-a-layer", + "ref-for-xrspace", + "ref-for-xrcompositionlayer⑤", + "ref-for-exceptiondef-typeerror", + "ref-for-xrspace-session", + "ref-for-xrcompositionlayer-session①", + "ref-for-exceptiondef-typeerror①", + "ref-for-xrcompositionlayer⑥", + "xrcompositionlayer-isstatic", + "ref-for-dom-xrcompositionlayer-needsredraw②", + "ref-for-xrcompositionlayer-isstatic", + "ref-for-xrcompositionlayer⑦", + "ref-for-dom-xrsession-requestanimationframe①", + "ref-for-xr-compositor⑤", + "ref-for-xr-compositor⑥", + "ref-for-xrframe", + "ref-for-dom-xrsession-requestanimationframe②", + "ref-for-xr-compositor⑦", + "ref-for-xrframe①", + "ref-for-dom-xrwebglsubimage-colortexture", + "ref-for-xrcompositionlayer⑧", + "ref-for-xr-compositor⑧", + "ref-for-xrframe②", + "xrprojectionlayertype", + "ref-for-xrprojectionlayer④", + "ref-for-Exposed①", + "xrprojectionlayer", + "ref-for-xrcompositionlayer⑨", + "ref-for-idl-boolean③", + "ref-for-dom-xrprojectionlayer-ignoredepthvalues", + "dom-xrprojectionlayer-ignoredepthvalues", + "ref-for-xr-compositor⑨", + "ref-for-xr-compositor①⓪", + "xrquadlayertype", + "ref-for-xrquadlayer", + "ref-for-xr-compositor①①", + "ref-for-Exposed②", + "xrquadlayer", + "ref-for-xrcompositionlayer①⓪", + "ref-for-xrspace①", + "ref-for-dom-xrquadlayer-space", + "ref-for-xrrigidtransform", + "ref-for-dom-xrquadlayer-transform", + "ref-for-idl-float①", + "ref-for-dom-xrquadlayer-width", + "ref-for-idl-float②", + "ref-for-dom-xrquadlayer-height", + "ref-for-eventhandler", + "ref-for-dom-xrquadlayer-onredraw", + "dom-xrquadlayer-transform", + "dom-xrquadlayer-space", + "ref-for-dom-xrquadlayer-transform①", + "ref-for-dom-xrquadlayer-space①", + "ref-for-dom-xrquadlayer-space②", + "ref-for-setting-the-space-on-a-layer", + "dom-xrquadlayer-width", + "dom-xrquadlayer-height", + "initialize-a-quad-layer", + "ref-for-xrquadlayer①", + "ref-for-dictdef-xrquadlayerinit", + "ref-for-dom-xrquadlayer-width①", + "ref-for-dom-xrquadlayerinit-width", + "ref-for-dom-xrquadlayer-height①", + "ref-for-dom-xrquadlayerinit-height", + "ref-for-dom-xrquadlayer-space③", + "ref-for-dom-xrlayerinit-space", + "ref-for-dom-xrquadlayer-transform②", + "ref-for-dom-xrquadlayerinit-transform", + "ref-for-dom-xrquadlayer-transform③", + "ref-for-new", + "ref-for-xrrigidtransform①", + "ref-for-concept-relevant-realm", + "ref-for-dom-xrrigidtransform-position", + "ref-for-dom-xrrigidtransform-orientation", + "ref-for-dom-xrquadlayerinit-transform①", + "ref-for-dom-xrquadlayer-transform④", + "ref-for-new①", + "ref-for-xrrigidtransform②", + "ref-for-concept-relevant-realm①", + "ref-for-dictdef-dompointinit", + "ref-for-xrcompositionlayer-isstatic①", + "ref-for-dom-xrlayerinit-isstatic", + "dom-xrquadlayer-onredraw", + "ref-for-eventdef-xrlayer-redraw①", + "xrcylinderayertype", + "ref-for-xrcylinderlayer", + "ref-for-xr-compositor①②", + "ref-for-Exposed③", + "xrcylinderlayer", + "ref-for-xrcompositionlayer①①", + "ref-for-xrspace②", + "ref-for-dom-xrcylinderlayer-space", + "ref-for-xrrigidtransform③", + "ref-for-dom-xrcylinderlayer-transform", + "ref-for-idl-float③", + "ref-for-dom-xrcylinderlayer-radius", + "ref-for-idl-float④", + "ref-for-dom-xrcylinderlayer-centralangle", + "ref-for-idl-float⑤", + "ref-for-dom-xrcylinderlayer-aspectratio", + "ref-for-eventhandler①", + "ref-for-dom-xrcylinderlayer-onredraw", + "dom-xrcylinderlayer-transform", + "dom-xrcylinderlayer-space", + "ref-for-dom-xrcylinderlayer-transform①", + "ref-for-dom-xrcylinderlayer-space①", + "ref-for-dom-xrcylinderlayer-space②", + "ref-for-setting-the-space-on-a-layer①", + "dom-xrcylinderlayer-radius", + "dom-xrcylinderlayer-centralangle", + "dom-xrcylinderlayer-aspectratio", + "initialize-a-cylinder-layer", + "ref-for-xrcylinderlayer①", + "ref-for-dictdef-xrcylinderlayerinit", + "ref-for-dom-xrcylinderlayer-radius①", + "ref-for-dom-xrcylinderlayerinit-radius", + "ref-for-dom-xrcylinderlayer-centralangle①", + "ref-for-dom-xrcylinderlayerinit-centralangle", + "ref-for-dom-xrcylinderlayer-aspectratio①", + "ref-for-dom-xrcylinderlayerinit-aspectratio", + "ref-for-dom-xrcylinderlayer-space③", + "ref-for-dom-xrlayerinit-space①", + "ref-for-dom-xrcylinderlayer-transform②", + "ref-for-dom-xrcylinderlayerinit-transform", + "ref-for-dom-xrcylinderlayer-transform③", + "ref-for-new②", + "ref-for-xrrigidtransform④", + "ref-for-concept-relevant-realm②", + "ref-for-dom-xrrigidtransform-position①", + "ref-for-dom-xrrigidtransform-orientation①", + "ref-for-dom-xrcylinderlayerinit-transform①", + "ref-for-dom-xrcylinderlayer-transform④", + "ref-for-new③", + "ref-for-xrrigidtransform⑤", + "ref-for-concept-relevant-realm③", + "ref-for-dictdef-dompointinit①", + "ref-for-xrcompositionlayer-isstatic②", + "ref-for-dom-xrlayerinit-isstatic①", + "dom-xrcylinderlayer-onredraw", + "ref-for-eventdef-xrlayer-redraw②", + "xrequirectlayertype", + "ref-for-xrequirectlayer", + "ref-for-xr-compositor①③", + "issue-9b6533f8", + "ref-for-Exposed④", + "xrequirectlayer", + "ref-for-xrcompositionlayer①②", + "ref-for-xrspace③", + "dom-xrequirectlayer-space", + "ref-for-xrrigidtransform⑥", + "ref-for-dom-xrequirectlayer-transform", + "ref-for-idl-float⑥", + "ref-for-dom-xrequirectlayer-radius", + "ref-for-idl-float⑦", + "ref-for-dom-xrequirectlayer-centralhorizontalangle", + "ref-for-idl-float⑧", + "ref-for-dom-xrequirectlayer-upperverticalangle", + "ref-for-idl-float⑨", + "ref-for-dom-xrequirectlayer-lowerverticalangle", + "ref-for-eventhandler②", + "ref-for-dom-xrequirectlayer-onredraw", + "dom-xrequirectlayer-transform", + "ref-for-dom-xrequirectlayer-space", + "ref-for-dom-xrequirectlayer-transform①", + "ref-for-dom-xrequirectlayer-space①", + "dom-xrequirectlayer-radius", + "ref-for-dom-xrequirectlayer-radius①", + "dom-xrequirectlayer-centralhorizontalangle", + "dom-xrequirectlayer-upperverticalangle", + "dom-xrequirectlayer-lowerverticalangle", + "ref-for-dom-xrequirectlayer-centralhorizontalangle①", + "ref-for-dom-xrequirectlayer-upperverticalangle①", + "ref-for-dom-xrequirectlayer-lowerverticalangle①", + "ref-for-xrspace④", + "ref-for-dom-xrequirectlayer-space②", + "ref-for-xrspace⑤", + "ref-for-xrequirectlayer①", + "ref-for-dom-xrlayerinit-space②", + "ref-for-xrreferencespace", + "ref-for-exceptiondef-typeerror②", + "ref-for-dom-xrlayerinit-space③", + "ref-for-xrreferencespace-type", + "ref-for-dom-xrreferencespacetype-viewer", + "ref-for-exceptiondef-typeerror③", + "ref-for-setting-the-space-on-a-layer②", + "initialize-a-equirect-layer", + "ref-for-xrequirectlayer②", + "ref-for-dictdef-xrequirectlayerinit", + "ref-for-dom-xrequirectlayer-radius②", + "ref-for-dom-xrequirectlayerinit-radius", + "ref-for-dom-xrequirectlayer-centralhorizontalangle②", + "ref-for-dom-xrequirectlayerinit-centralhorizontalangle", + "ref-for-dom-xrequirectlayer-upperverticalangle②", + "ref-for-dom-xrequirectlayerinit-upperverticalangle", + "ref-for-dom-xrequirectlayer-lowerverticalangle②", + "ref-for-dom-xrequirectlayerinit-lowerverticalangle", + "ref-for-dom-xrequirectlayer-space③", + "ref-for-dom-xrlayerinit-space④", + "ref-for-dom-xrequirectlayer-transform②", + "ref-for-dom-xrequirectlayerinit-transform", + "ref-for-dom-xrequirectlayer-transform③", + "ref-for-new④", + "ref-for-xrrigidtransform⑦", + "ref-for-concept-relevant-realm④", + "ref-for-dom-xrrigidtransform-position②", + "ref-for-dom-xrrigidtransform-orientation②", + "ref-for-dom-xrequirectlayerinit-transform①", + "ref-for-dom-xrequirectlayer-transform④", + "ref-for-new⑤", + "ref-for-xrrigidtransform⑧", + "ref-for-concept-relevant-realm⑤", + "ref-for-xrcompositionlayer-isstatic③", + "ref-for-dom-xrlayerinit-isstatic②", + "dom-xrequirectlayer-onredraw", + "ref-for-eventdef-xrlayer-redraw③", + "xcubelayertype", + "ref-for-xrcubelayer", + "ref-for-xr-compositor①④", + "issue-9b6533f8①", + "ref-for-Exposed⑤", + "xrcubelayer", + "ref-for-xrcompositionlayer①③", + "ref-for-xrspace⑥", + "ref-for-dom-xrcubelayer-space", + "ref-for-dompointreadonly", + "ref-for-dom-xrcubelayer-orientation", + "ref-for-eventhandler③", + "ref-for-dom-xrcubelayer-onredraw", + "dom-xrcubelayer-orientation", + "dom-xrcubelayer-space", + "ref-for-dom-xrcubelayer-orientation①", + "ref-for-dom-xrcubelayer-space①", + "ref-for-xrcubelayer①", + "ref-for-dom-xrcubelayer-space②", + "ref-for-xrspace⑦", + "ref-for-dom-xrcubelayer-space③", + "ref-for-xrspace⑧", + "ref-for-xrcubelayer②", + "ref-for-dom-xrlayerinit-space⑤", + "ref-for-xrreferencespace①", + "ref-for-exceptiondef-typeerror④", + "ref-for-dom-xrlayerinit-space⑥", + "ref-for-xrreferencespace-type①", + "ref-for-dom-xrreferencespacetype-viewer①", + "ref-for-exceptiondef-typeerror⑤", + "ref-for-setting-the-space-on-a-layer③", + "dom-xrcubelayer-onredraw", + "ref-for-eventdef-xrlayer-redraw④", + "spaces", + "ref-for-xrprojectionlayer⑤", + "ref-for-xrwebgllayer", + "ref-for-xrspace⑨", + "ref-for-xrcubelayer③", + "ref-for-xrequirectlayer③", + "ref-for-xrreferencespace②", + "ref-for-dom-xrreferencespacetype-viewer②", + "ref-for-xrquadlayer②", + "ref-for-xrcylinderlayer②", + "ref-for-xrspace①⓪", + "ref-for-dom-xrreferencespacetype-viewer③", + "ref-for-xrquadlayer③", + "ref-for-dom-xrreferencespacetype-viewer④", + "ref-for-xrquadlayer④", + "ref-for-xrcylinderlayer③", + "ref-for-dom-xrreferencespacetype-local", + "ref-for-dom-xrreferencespacetype-unbounded", + "ref-for-xrquadlayer⑤", + "ref-for-xrcylinderlayer④", + "ref-for-dom-xrreferencespacetype-local①", + "ref-for-dom-xrreferencespacetype-local-floor", + "ref-for-dom-xrreferencespacetype-unbounded①", + "ref-for-dom-xrreferencespacetype-bounded-floor", + "ref-for-xrequirectlayer④", + "ref-for-xrcubelayer④", + "ref-for-dom-xrreferencespacetype-local②", + "rendering", + "xrsubimagetype", + "ref-for-xrsubimage②", + "ref-for-Exposed⑥", + "xrsubimage", + "ref-for-SameObject", + "ref-for-xrviewport", + "ref-for-dom-xrsubimage-viewport", + "dom-xrsubimage-viewport", + "ref-for-xrviewport①", + "xrwebglsubimagetype", + "ref-for-xrwebglsubimage", + "ref-for-Exposed⑦", + "xrwebglsubimage", + "ref-for-xrsubimage③", + "ref-for-SameObject①", + "ref-for-WebGLTexture", + "ref-for-dom-xrwebglsubimage-colortexture①", + "ref-for-SameObject②", + "ref-for-WebGLTexture①", + "ref-for-dom-xrwebglsubimage-depthstenciltexture", + "ref-for-idl-unsigned-long", + "ref-for-dom-xrwebglsubimage-imageindex", + "ref-for-idl-unsigned-long①", + "ref-for-dom-xrwebglsubimage-texturewidth", + "ref-for-idl-unsigned-long②", + "ref-for-dom-xrwebglsubimage-textureheight", + "dom-xrwebglsubimage-colortexture", + "ref-for-opaque-texture", + "ref-for-xrcompositionlayer①④", + "dom-xrwebglsubimage-depthstenciltexture", + "ref-for-opaque-texture①", + "ref-for-xrcompositionlayer①⑤", + "dom-xrwebglsubimage-imageindex", + "ref-for-dom-xrtexturetype-texture-array①", + "dom-xrwebglsubimage-texturewidth", + "dom-xrwebglsubimage-textureheight", + "xrtexturetype", + "ref-for-enumdef-xrtexturetype", + "enumdef-xrtexturetype", + "ref-for-dom-xrtexturetype-texture", + "ref-for-dom-xrtexturetype-texture-array②", + "dom-xrtexturetype-texture", + "ref-for-xrwebglsubimage①", + "ref-for-5.14", + "dom-xrtexturetype-texture-array", + "ref-for-xrwebglsubimage②", + "ref-for-3.7", + "gpulayer", + "xrgpulayeroverview", + "ref-for-xrwebglbinding①", + "ref-for-WebGLRenderingContext②", + "ref-for-xrwebglbinding②", + "ref-for-xrsession②", + "ref-for-xrwebglbinding③", + "ref-for-xrwebglbinding④", + "ref-for-xrcompositionlayer①⑥", + "ref-for-xrwebglbinding⑤", + "ref-for-xrsession③", + "ref-for-xrprojectionlayer⑥", + "ref-for-xrsession④", + "xropaquetextures", + "ref-for-xrwebglbinding⑥", + "opaque-texture", + "ref-for-opaque-texture②", + "ref-for-WebGLTexture②", + "ref-for-opaque-texture③", + "ref-for-dom-xrsession-requestanimationframe③", + "ref-for-opaque-texture④", + "ref-for-dom-xrwebglbinding-getsubimage", + "ref-for-dom-xrwebglbinding-getviewsubimage", + "ref-for-xr-compositor①⑤", + "ref-for-opaque-texture⑤", + "ref-for-dom-xrsession-requestanimationframe④", + "ref-for-5.8", + "ref-for-opaque-texture⑥", + "ref-for-3.7.6", + "ref-for-3.7.6①", + "ref-for-5.14.8", + "ref-for-opaque-texture⑦", + "ref-for-WebGLRenderingContextBase", + "ref-for-opaque-texture⑧", + "ref-for-allocate-color-textures", + "ref-for-allocate-depth-textures", + "ref-for-dom-xrwebglbinding-getsubimage①", + "ref-for-dom-xrwebglbinding-getviewsubimage①", + "ref-for-opaque-texture⑨", + "xrprojectionlayerinittype", + "ref-for-dictdef-xrprojectionlayerinit", + "ref-for-xrprojectionlayer⑦", + "dictdef-xrprojectionlayerinit", + "ref-for-enumdef-xrtexturetype①", + "ref-for-dom-xrprojectionlayerinit-texturetype", + "ref-for-5.1", + "ref-for-dom-xrprojectionlayerinit-colorformat", + "ref-for-5.1①", + "ref-for-dom-xrprojectionlayerinit-depthformat", + "ref-for-idl-double", + "ref-for-dom-xrprojectionlayerinit-scalefactor", + "dom-xrprojectionlayerinit-texturetype", + "dom-xrprojectionlayerinit-colorformat", + "list-of-color-formats-for-projection-layers", + "ref-for-xr-compositor①⑥", + "ref-for-5.14①", + "ref-for-5.14②", + "ref-for-srgb_ext", + "ref-for-ext_srgb", + "ref-for-5.14.14", + "ref-for-srgb_alpha_ext", + "ref-for-ext_srgb①", + "ref-for-5.14.14①", + "ref-for-5.14③", + "ref-for-5.14④", + "ref-for-5.14⑤", + "ref-for-5.14⑥", + "dom-xrprojectionlayerinit-depthformat", + "ref-for-dom-xrprojectionlayerinit-depthformat①", + "list-of-depth-formats-for-projection-layers", + "ref-for-xr-compositor①⑦", + "ref-for-webgl_depth_texture", + "ref-for-5.14.14②", + "ref-for-depth_component", + "ref-for-depth_stencil", + "ref-for-5.14⑦", + "ref-for-5.14⑧", + "dom-xrprojectionlayerinit-scalefactor", + "ref-for-recommended-webgl-framebuffer-resolution", + "xrlayerinittype", + "ref-for-dictdef-xrlayerinit", + "ref-for-xrquadlayer⑥", + "ref-for-xrcylinderlayer⑤", + "ref-for-xrequirectlayer⑤", + "ref-for-xrcubelayer⑤", + "dictdef-xrlayerinit", + "ref-for-xrspace①①", + "ref-for-dom-xrlayerinit-space⑦", + "ref-for-5.1②", + "ref-for-dom-xrlayerinit-colorformat", + "ref-for-5.1③", + "ref-for-dom-xrlayerinit-depthformat", + "ref-for-idl-unsigned-long③", + "ref-for-dom-xrlayerinit-viewpixelwidth", + "ref-for-idl-unsigned-long④", + "ref-for-dom-xrlayerinit-viewpixelheight", + "ref-for-enumdef-xrlayerlayout③", + "ref-for-dom-xrlayerinit-layout", + "ref-for-idl-boolean④", + "dom-xrlayerinit-isstatic", + "dom-xrlayerinit-space", + "dom-xrlayerinit-colorformat", + "list-of-color-formats-for-non-projection-layers", + "ref-for-xr-compositor①⑧", + "ref-for-5.14⑨", + "ref-for-5.14①⓪", + "ref-for-srgb_ext①", + "ref-for-ext_srgb②", + "ref-for-5.14.14③", + "ref-for-srgb_alpha_ext①", + "ref-for-ext_srgb③", + "ref-for-5.14.14④", + "ref-for-5.14①①", + "ref-for-5.14①②", + "ref-for-5.14①③", + "ref-for-5.14①④", + "ref-for-webgl_compressed_texture_etc", + "ref-for-5.14.14⑤", + "ref-for-compressed_rgb8_etc2", + "ref-for-compressed_rgb8_punchthrough_alpha1_etc2", + "ref-for-compressed_rgba8_etc2_eac", + "ref-for-compressed_srgb8_etc2", + "ref-for-compressed_srgb8_punchthrough_alpha1_etc2", + "ref-for-compressed_srgb8_alpha8_etc2_eac", + "ref-for-webgl_compressed_texture_astc", + "ref-for-5.14.14⑥", + "ref-for-5.14.14⑦", + "dom-xrlayerinit-depthformat", + "ref-for-dom-xrlayerinit-depthformat①", + "list-of-depth-formats-for-non-projection-layers", + "ref-for-xr-compositor①⑨", + "ref-for-webgl_depth_texture①", + "ref-for-5.14.14⑧", + "ref-for-depth_component①", + "ref-for-depth_stencil①", + "ref-for-5.14①⑤", + "ref-for-5.14①⑥", + "dom-xrlayerinit-viewpixelwidth", + "dom-xrlayerinit-viewpixelheight", + "ref-for-xrcompositionlayer①⑦", + "dom-xrlayerinit-layout", + "xrquadlayerinit", + "ref-for-dictdef-xrquadlayerinit①", + "ref-for-xrquadlayer⑦", + "dictdef-xrquadlayerinit", + "ref-for-dictdef-xrlayerinit①", + "ref-for-enumdef-xrtexturetype②", + "dom-xrquadlayerinit-texturetype", + "ref-for-xrrigidtransform⑨", + "dom-xrquadlayerinit-transform", + "ref-for-idl-float①⓪", + "dom-xrquadlayerinit-width", + "ref-for-idl-float①①", + "dom-xrquadlayerinit-height", + "xrcylinderlayerinit", + "ref-for-dictdef-xrcylinderlayerinit①", + "ref-for-xrcylinderlayer⑥", + "dictdef-xrcylinderlayerinit", + "ref-for-dictdef-xrlayerinit②", + "ref-for-enumdef-xrtexturetype③", + "dom-xrcylinderlayerinit-texturetype", + "ref-for-xrrigidtransform①⓪", + "dom-xrcylinderlayerinit-transform", + "ref-for-idl-float①②", + "dom-xrcylinderlayerinit-radius", + "ref-for-idl-float①③", + "dom-xrcylinderlayerinit-centralangle", + "ref-for-idl-float①④", + "dom-xrcylinderlayerinit-aspectratio", + "ref-for-dom-xrcylinderlayerinit-centralangle①", + "xrequirectlayerinit", + "ref-for-dictdef-xrequirectlayerinit①", + "ref-for-xrequirectlayer⑥", + "dictdef-xrequirectlayerinit", + "ref-for-dictdef-xrlayerinit③", + "ref-for-enumdef-xrtexturetype④", + "dom-xrequirectlayerinit-texturetype", + "ref-for-xrrigidtransform①①", + "dom-xrequirectlayerinit-transform", + "ref-for-idl-float①⑤", + "dom-xrequirectlayerinit-radius", + "ref-for-idl-float①⑥", + "dom-xrequirectlayerinit-centralhorizontalangle", + "ref-for-idl-float①⑦", + "dom-xrequirectlayerinit-upperverticalangle", + "ref-for-idl-float①⑧", + "dom-xrequirectlayerinit-lowerverticalangle", + "ref-for-dom-xrequirectlayerinit-centralhorizontalangle①", + "ref-for-dom-xrequirectlayerinit-upperverticalangle①", + "ref-for-dom-xrequirectlayerinit-lowerverticalangle①", + "xrcubelayerinit", + "ref-for-dictdef-xrcubelayerinit", + "ref-for-xrcubelayer⑥", + "dictdef-xrcubelayerinit", + "ref-for-dictdef-xrlayerinit④", + "ref-for-dompointreadonly①", + "dom-xrcubelayerinit-orientation", + "XRWebGLBindingtype", + "ref-for-xrwebglbinding⑦", + "ref-for-Exposed⑧", + "xrwebglbinding", + "ref-for-dom-xrwebglbinding-xrwebglbinding", + "ref-for-xrsession⑤", + "dom-xrwebglbinding-xrwebglbinding-session-context-session", + "ref-for-typedefdef-xrwebglrenderingcontext", + "dom-xrwebglbinding-xrwebglbinding-session-context-context", + "ref-for-idl-double①", + "dom-xrwebglbinding-nativeprojectionscalefactor", + "ref-for-xrprojectionlayer⑧", + "ref-for-dom-xrwebglbinding-createprojectionlayer", + "ref-for-dictdef-xrprojectionlayerinit①", + "dom-xrwebglbinding-createprojectionlayer-init-init", + "ref-for-xrquadlayer⑧", + "ref-for-dom-xrwebglbinding-createquadlayer", + "ref-for-dictdef-xrquadlayerinit②", + "dom-xrwebglbinding-createquadlayer-init-init", + "ref-for-xrcylinderlayer⑦", + "ref-for-dom-xrwebglbinding-createcylinderlayer", + "ref-for-dictdef-xrcylinderlayerinit②", + "dom-xrwebglbinding-createcylinderlayer-init-init", + "ref-for-xrequirectlayer⑦", + "ref-for-dom-xrwebglbinding-createequirectlayer", + "ref-for-dictdef-xrequirectlayerinit②", + "dom-xrwebglbinding-createequirectlayer-init-init", + "ref-for-xrcubelayer⑦", + "ref-for-dom-xrwebglbinding-createcubelayer", + "ref-for-dictdef-xrcubelayerinit①", + "dom-xrwebglbinding-createcubelayer-init-init", + "ref-for-xrwebglsubimage③", + "ref-for-dom-xrwebglbinding-getsubimage②", + "ref-for-xrcompositionlayer①⑧", + "dom-xrwebglbinding-getsubimage-layer-frame-eye-layer", + "ref-for-xrframe③", + "dom-xrwebglbinding-getsubimage-layer-frame-eye-frame", + "ref-for-enumdef-xreye", + "dom-xrwebglbinding-getsubimage-layer-frame-eye-eye", + "ref-for-xrwebglsubimage④", + "ref-for-dom-xrwebglbinding-getviewsubimage②", + "ref-for-xrprojectionlayer⑨", + "dom-xrwebglbinding-getviewsubimage-layer-view-layer", + "ref-for-xrview", + "dom-xrwebglbinding-getviewsubimage-layer-view-view", + "issue-2325a847", + "ref-for-xrwebglbinding⑧", + "xrwebglbinding-context", + "ref-for-typedefdef-xrwebglrenderingcontext①", + "ref-for-WebGLRenderingContext③", + "ref-for-WebGL2RenderingContext②", + "ref-for-xrwebglbinding⑨", + "xrwebglbinding-session", + "ref-for-xrsession⑥", + "ref-for-xrwebglbinding①⓪", + "ref-for-xrwebglbinding①①", + "ref-for-xrwebglbinding①②", + "ref-for-xrwebglbinding-session", + "ref-for-xrwebglbinding-context", + "ref-for-xrwebglsubimage⑤", + "ref-for-xrwebglbinding①③", + "ref-for-xrcompositionlayer①⑨", + "ref-for-xrwebglbinding①④", + "colortextures", + "ref-for-WebGLTexture③", + "depthstenciltextures", + "ref-for-opaque-texture①⓪", + "ref-for-xrprojectionlayer①⓪", + "ref-for-xrwebglbinding①⑤", + "xrprojectionlayer-colortextures-for-secondary-views", + "ref-for-opaque-texture①①", + "xrprojectionlayer-depthstenciltextures-for-secondary-views", + "ref-for-opaque-texture①②", + "ref-for-secondary-view", + "dom-xrwebglbinding-xrwebglbinding", + "ref-for-new⑥", + "ref-for-xrwebglbinding①⑥", + "ref-for-concept-relevant-realm⑥", + "ref-for-ended", + "ref-for-invalidstateerror", + "ref-for-invalidstateerror①", + "ref-for-immersive-session", + "ref-for-invalidstateerror②", + "ref-for-xr-compatible", + "ref-for-invalidstateerror③", + "ref-for-xrwebglbinding-context①", + "ref-for-xrwebglbinding-session①", + "ref-for-dom-xrwebglbinding-nativeprojectionscalefactor", + "ref-for-recommended-webgl-framebuffer-resolution①", + "ref-for-native-webgl-framebuffer-resolution", + "issue-c5f51eda", + "ref-for-dom-xrlayerlayout-stereo-left-right②", + "determine-the-layout-attribute", + "ref-for-enumdef-xrtexturetype⑤", + "ref-for-typedefdef-xrwebglrenderingcontext②", + "ref-for-enumdef-xrlayerlayout④", + "ref-for-WebGL2RenderingContext③", + "ref-for-dom-xrtexturetype-texture-array③", + "ref-for-exceptiondef-typeerror⑥", + "ref-for-dom-xrtexturetype-texture-array④", + "ref-for-view", + "ref-for-xrsession-list-of-views①", + "ref-for-notsupportederror", + "ref-for-dom-xrlayerlayout-mono①", + "ref-for-dom-xrlayerlayout-default③", + "ref-for-xrsession-list-of-views②", + "ref-for-dom-xrlayerlayout-mono②", + "ref-for-dom-xrtexturetype-texture-array⑤", + "ref-for-dom-xrlayerlayout-default④", + "ref-for-dom-xrlayerlayout-stereo③", + "ref-for-dom-xrlayerlayout-stereo-left-right③", + "ref-for-dom-xrlayerlayout-stereo-left-right④", + "ref-for-dom-xrlayerlayout-stereo-top-bottom②", + "ref-for-dom-xrlayerlayout-stereo-top-bottom③", + "determine-the-maximum-scalefactor", + "ref-for-xrsession⑦", + "ref-for-typedefdef-xrwebglrenderingcontext③", + "ref-for-enumdef-xrlayerlayout⑤", + "ref-for-xrsession-list-of-views③", + "ref-for-secondary-view①", + "ref-for-xrsession-list-of-views④", + "ref-for-secondary-view②", + "ref-for-dom-xrlayerlayout-stereo-left-right⑤", + "ref-for-dom-xrlayerlayout-stereo-top-bottom④", + "ref-for-WebGLTexture④", + "allocate-color-textures-for-projection-layers", + "ref-for-xrprojectionlayer①①", + "ref-for-enumdef-xrtexturetype⑥", + "ref-for-5.1④", + "ref-for-new⑦", + "ref-for-concept-relevant-realm⑦", + "ref-for-xrcompositionlayer-context①", + "ref-for-xrcompositionlayer-session②", + "ref-for-xrsession-list-of-views⑤", + "ref-for-secondary-view③", + "ref-for-xrsession-list-of-views⑥", + "ref-for-secondary-view④", + "ref-for-list-of-color-formats-for-projection-layers", + "ref-for-notsupportederror①", + "ref-for-dom-xrcompositionlayer-layout①", + "ref-for-dom-xrlayerlayout-mono③", + "ref-for-dom-xrlayerlayout-default⑤", + "ref-for-dom-xrtexturetype-texture-array⑥", + "ref-for-view①", + "ref-for-xrsession-list-of-views⑦", + "ref-for-secondary-view⑤", + "ref-for-notsupportederror②", + "ref-for-new⑧", + "ref-for-opaque-texture①③", + "ref-for-concept-relevant-realm⑧", + "ref-for-3.7①", + "ref-for-xrsession-list-of-views⑧", + "ref-for-secondary-view⑥", + "ref-for-new⑨", + "ref-for-opaque-texture①④", + "ref-for-concept-relevant-realm⑨", + "ref-for-5.14①⑦", + "ref-for-view②", + "ref-for-xrsession-list-of-views⑨", + "ref-for-secondary-view⑦", + "ref-for-notsupportederror③", + "ref-for-dom-xrcompositionlayer-layout②", + "ref-for-dom-xrlayerlayout-stereo-left-right⑥", + "ref-for-new①⓪", + "ref-for-concept-relevant-realm①⓪", + "ref-for-dom-xrcompositionlayer-layout③", + "ref-for-dom-xrlayerlayout-stereo-top-bottom⑤", + "ref-for-new①①", + "ref-for-concept-relevant-realm①①", + "allocate-depth-textures-for-projection-layers", + "ref-for-xrprojectionlayer①②", + "ref-for-enumdef-xrtexturetype⑦", + "ref-for-5.1⑤", + "ref-for-new①②", + "ref-for-concept-relevant-realm①②", + "ref-for-xrcompositionlayer-context②", + "ref-for-xrcompositionlayer-session③", + "ref-for-list-of-depth-formats-for-projection-layers", + "ref-for-notsupportederror④", + "ref-for-xrsession-list-of-views①⓪", + "ref-for-secondary-view⑧", + "ref-for-xrsession-list-of-views①①", + "ref-for-secondary-view⑨", + "ref-for-dom-xrcompositionlayer-layout④", + "ref-for-dom-xrlayerlayout-mono④", + "ref-for-dom-xrlayerlayout-default⑥", + "ref-for-dom-xrtexturetype-texture-array⑦", + "ref-for-new①③", + "ref-for-opaque-texture①⑤", + "ref-for-concept-relevant-realm①③", + "ref-for-3.7②", + "ref-for-xrsession-list-of-views①②", + "ref-for-secondary-view①⓪", + "ref-for-new①④", + "ref-for-opaque-texture①⑥", + "ref-for-concept-relevant-realm①④", + "ref-for-5.14①⑧", + "ref-for-view③", + "ref-for-xrsession-list-of-views①③", + "ref-for-secondary-view①①", + "ref-for-notsupportederror⑤", + "ref-for-dom-xrcompositionlayer-layout⑤", + "ref-for-dom-xrlayerlayout-stereo-left-right⑦", + "ref-for-new①⑤", + "ref-for-opaque-texture①⑦", + "ref-for-concept-relevant-realm①⑤", + "ref-for-dom-xrcompositionlayer-layout⑥", + "ref-for-dom-xrlayerlayout-stereo-top-bottom⑥", + "ref-for-new①⑥", + "ref-for-opaque-texture①⑧", + "ref-for-concept-relevant-realm①⑥", + "allocate-the-color-textures-for-the-secondary-views", + "ref-for-xrprojectionlayer①③", + "ref-for-enumdef-xrtexturetype⑧", + "ref-for-5.1⑥", + "ref-for-xrcompositionlayer-context③", + "ref-for-xrcompositionlayer-session④", + "ref-for-new①⑦", + "ref-for-concept-relevant-realm①⑦", + "ref-for-list-of-color-formats-for-projection-layers①", + "ref-for-notsupportederror⑥", + "ref-for-xrsession-list-of-views①④", + "ref-for-secondary-view①②", + "ref-for-dom-xrtexturetype-texture-array⑧", + "ref-for-new①⑧", + "ref-for-opaque-texture①⑨", + "ref-for-concept-relevant-realm①⑧", + "ref-for-3.7③", + "ref-for-new①⑨", + "ref-for-opaque-texture②⓪", + "ref-for-concept-relevant-realm①⑨", + "ref-for-5.14①⑨", + "allocate-the-depth-textures-for-the-secondary-views", + "ref-for-xrprojectionlayer①④", + "ref-for-enumdef-xrtexturetype⑨", + "ref-for-5.1⑦", + "ref-for-xrcompositionlayer-context④", + "ref-for-xrcompositionlayer-session⑤", + "ref-for-list-of-depth-formats-for-projection-layers①", + "ref-for-notsupportederror⑦", + "ref-for-new②⓪", + "ref-for-concept-relevant-realm②⓪", + "ref-for-xrsession-list-of-views①⑤", + "ref-for-secondary-view①③", + "ref-for-dom-xrtexturetype-texture-array⑨", + "ref-for-new②①", + "ref-for-opaque-texture②①", + "ref-for-concept-relevant-realm②①", + "ref-for-3.7④", + "ref-for-new②②", + "ref-for-opaque-texture②②", + "ref-for-concept-relevant-realm②②", + "ref-for-5.14②⓪", + "issue-72d3b5f4", + "allocate-color-textures", + "ref-for-xrcompositionlayer②⓪", + "ref-for-enumdef-xrtexturetype①⓪", + "ref-for-dictdef-xrlayerinit⑤", + "ref-for-new②③", + "ref-for-concept-relevant-realm②③", + "ref-for-xrcompositionlayer-context⑤", + "ref-for-dom-xrlayerinit-colorformat①", + "ref-for-list-of-color-formats-for-non-projection-layers", + "ref-for-notsupportederror⑧", + "ref-for-dom-xrcompositionlayer-layout⑦", + "ref-for-dom-xrlayerlayout-mono⑤", + "ref-for-dom-xrtexturetype-texture-array①⓪", + "ref-for-new②④", + "ref-for-opaque-texture②③", + "ref-for-concept-relevant-realm②④", + "ref-for-3.7⑤", + "ref-for-dom-xrlayerinit-colorformat②", + "ref-for-dom-xrlayerinit-viewpixelwidth①", + "ref-for-dom-xrlayerinit-viewpixelheight①", + "ref-for-new②⑤", + "ref-for-opaque-texture②④", + "ref-for-concept-relevant-realm②⑤", + "ref-for-5.14②①", + "ref-for-dom-xrlayerinit-colorformat③", + "ref-for-dom-xrlayerinit-viewpixelwidth②", + "ref-for-dom-xrlayerinit-viewpixelheight②", + "ref-for-dom-xrcompositionlayer-layout⑧", + "ref-for-dom-xrlayerlayout-stereo④", + "ref-for-dom-xrtexturetype-texture-array①①", + "ref-for-new②⑥", + "ref-for-opaque-texture②⑤", + "ref-for-concept-relevant-realm②⑥", + "ref-for-3.7⑥", + "ref-for-dom-xrlayerinit-colorformat④", + "ref-for-dom-xrlayerinit-viewpixelwidth③", + "ref-for-dom-xrlayerinit-viewpixelheight③", + "ref-for-new②⑦", + "ref-for-opaque-texture②⑥", + "ref-for-concept-relevant-realm②⑦", + "ref-for-5.14②②", + "ref-for-dom-xrlayerinit-colorformat⑤", + "ref-for-dom-xrlayerinit-viewpixelwidth④", + "ref-for-dom-xrlayerinit-viewpixelheight④", + "ref-for-dom-xrcompositionlayer-layout⑨", + "ref-for-dom-xrlayerlayout-stereo-left-right⑧", + "ref-for-new②⑧", + "ref-for-opaque-texture②⑦", + "ref-for-concept-relevant-realm②⑧", + "ref-for-dom-xrlayerinit-colorformat⑥", + "ref-for-dom-xrlayerinit-viewpixelwidth⑤", + "ref-for-dom-xrlayerinit-viewpixelheight⑤", + "ref-for-dom-xrcompositionlayer-layout①⓪", + "ref-for-dom-xrlayerlayout-stereo-top-bottom⑦", + "ref-for-new②⑨", + "ref-for-opaque-texture②⑧", + "ref-for-concept-relevant-realm②⑨", + "ref-for-dom-xrlayerinit-colorformat⑦", + "ref-for-dom-xrlayerinit-viewpixelwidth⑥", + "ref-for-dom-xrlayerinit-viewpixelheight⑥", + "allocate-depth-textures", + "ref-for-xrcompositionlayer②①", + "ref-for-enumdef-xrtexturetype①①", + "ref-for-dictdef-xrlayerinit⑥", + "ref-for-new③⓪", + "ref-for-concept-relevant-realm③⓪", + "ref-for-xrcompositionlayer-context⑥", + "ref-for-dom-xrlayerinit-depthformat②", + "ref-for-dom-xrlayerinit-depthformat③", + "ref-for-list-of-depth-formats-for-non-projection-layers", + "ref-for-notsupportederror⑨", + "ref-for-dom-xrcompositionlayer-layout①①", + "ref-for-dom-xrlayerlayout-mono⑥", + "ref-for-dom-xrtexturetype-texture-array①②", + "ref-for-new③①", + "ref-for-opaque-texture②⑨", + "ref-for-concept-relevant-realm③①", + "ref-for-3.7⑦", + "ref-for-dom-xrlayerinit-depthformat④", + "ref-for-dom-xrlayerinit-viewpixelwidth⑦", + "ref-for-dom-xrlayerinit-viewpixelheight⑦", + "ref-for-new③②", + "ref-for-opaque-texture③⓪", + "ref-for-concept-relevant-realm③②", + "ref-for-5.14②③", + "ref-for-dom-xrlayerinit-depthformat⑤", + "ref-for-dom-xrlayerinit-viewpixelwidth⑧", + "ref-for-dom-xrlayerinit-viewpixelheight⑧", + "ref-for-dom-xrcompositionlayer-layout①②", + "ref-for-dom-xrlayerlayout-stereo⑤", + "ref-for-dom-xrtexturetype-texture-array①③", + "ref-for-new③③", + "ref-for-opaque-texture③①", + "ref-for-concept-relevant-realm③③", + "ref-for-3.7⑧", + "ref-for-dom-xrlayerinit-depthformat⑥", + "ref-for-dom-xrlayerinit-viewpixelwidth⑨", + "ref-for-dom-xrlayerinit-viewpixelheight⑨", + "ref-for-new③④", + "ref-for-opaque-texture③②", + "ref-for-concept-relevant-realm③④", + "ref-for-5.14②④", + "ref-for-dom-xrlayerinit-depthformat⑦", + "ref-for-dom-xrlayerinit-viewpixelwidth①⓪", + "ref-for-dom-xrlayerinit-viewpixelheight①⓪", + "ref-for-dom-xrcompositionlayer-layout①③", + "ref-for-dom-xrlayerlayout-stereo-left-right⑨", + "ref-for-new③⑤", + "ref-for-opaque-texture③③", + "ref-for-concept-relevant-realm③⑤", + "ref-for-dom-xrlayerinit-depthformat⑧", + "ref-for-dom-xrlayerinit-viewpixelwidth①①", + "ref-for-dom-xrlayerinit-viewpixelheight①①", + "ref-for-dom-xrcompositionlayer-layout①④", + "ref-for-dom-xrlayerlayout-stereo-top-bottom⑧", + "ref-for-new③⑥", + "ref-for-opaque-texture③④", + "ref-for-concept-relevant-realm③⑥", + "ref-for-dom-xrlayerinit-depthformat⑨", + "ref-for-dom-xrlayerinit-viewpixelwidth①②", + "ref-for-dom-xrlayerinit-viewpixelheight①②", + "dom-xrwebglbinding-createprojectionlayer", + "ref-for-xrprojectionlayer①⑤", + "ref-for-this①①", + "ref-for-xrwebglbinding-session②", + "ref-for-this①②", + "ref-for-xrwebglbinding-context②", + "ref-for-new③⑦", + "ref-for-xrprojectionlayer①⑥", + "ref-for-concept-relevant-realm③⑦", + "ref-for-this①③", + "ref-for-ended①", + "ref-for-invalidstateerror④", + "ref-for-invalidstateerror⑤", + "ref-for-intialize-a-composition-layer", + "ref-for-xrcompositionlayer-isstatic④", + "ref-for-dom-xrprojectionlayer-ignoredepthvalues①", + "ref-for-dom-xrprojectionlayerinit-depthformat②", + "ref-for-xr-compositor②⓪", + "ref-for-dom-xrprojectionlayer-ignoredepthvalues②", + "ref-for-dom-xrprojectionlayer-ignoredepthvalues③", + "ref-for-determine-the-layout-attribute", + "ref-for-dom-xrprojectionlayerinit-texturetype①", + "ref-for-dom-xrlayerlayout-default⑦", + "ref-for-determine-the-maximum-scalefactor", + "ref-for-dom-xrprojectionlayerinit-scalefactor①", + "ref-for-dom-xrprojectionlayerinit-scalefactor②", + "ref-for-dom-xrcompositionlayer-layout①⑤", + "ref-for-dom-xrcompositionlayer-needsredraw③", + "ref-for-colortextures①", + "ref-for-allocate-color-textures-for-projection-layers", + "ref-for-dom-xrprojectionlayerinit-texturetype②", + "ref-for-dom-xrprojectionlayerinit-colorformat①", + "ref-for-dom-xrprojectionlayerinit-scalefactor③", + "ref-for-depthstenciltextures①", + "ref-for-allocate-depth-textures-for-projection-layers", + "ref-for-dom-xrprojectionlayerinit-texturetype③", + "ref-for-dom-xrprojectionlayerinit-depthformat③", + "ref-for-dom-xrprojectionlayerinit-scalefactor④", + "ref-for-xrprojectionlayer-colortextures-for-secondary-views", + "ref-for-secondary-view-secondary-views", + "ref-for-xrprojectionlayer-colortextures-for-secondary-views①", + "ref-for-allocate-the-color-textures-for-the-secondary-views", + "ref-for-dom-xrprojectionlayerinit-texturetype④", + "ref-for-dom-xrprojectionlayerinit-colorformat②", + "ref-for-dom-xrprojectionlayerinit-scalefactor⑤", + "ref-for-xrprojectionlayer-colortextures-for-secondary-views②", + "ref-for-xrprojectionlayer-depthstenciltextures-for-secondary-views", + "ref-for-secondary-view-secondary-views①", + "ref-for-xrprojectionlayer-depthstenciltextures-for-secondary-views①", + "ref-for-allocate-the-depth-textures-for-the-secondary-views", + "ref-for-dom-xrprojectionlayerinit-texturetype⑤", + "ref-for-dom-xrprojectionlayerinit-depthformat④", + "ref-for-dom-xrprojectionlayerinit-scalefactor⑥", + "ref-for-xrprojectionlayer-depthstenciltextures-for-secondary-views②", + "ref-for-xr-device", + "ref-for-operationerror", + "dom-xrwebglbinding-createquadlayer", + "ref-for-xrquadlayer⑨", + "ref-for-this①④", + "ref-for-xrwebglbinding-session③", + "ref-for-feature-descriptor-layers②", + "ref-for-notsupportederror①⓪", + "ref-for-this①⑤", + "ref-for-xrwebglbinding-context③", + "ref-for-ended②", + "ref-for-invalidstateerror⑥", + "ref-for-invalidstateerror⑦", + "ref-for-dom-xrlayerlayout-default⑧", + "ref-for-exceptiondef-typeerror⑦", + "ref-for-new③⑧", + "ref-for-xrquadlayer①⓪", + "ref-for-concept-relevant-realm③⑧", + "ref-for-this①⑥", + "ref-for-intialize-a-composition-layer①", + "ref-for-initialize-a-quad-layer", + "ref-for-determine-the-layout-attribute①", + "ref-for-dom-xrquadlayerinit-texturetype", + "ref-for-dom-xrlayerinit-layout①", + "ref-for-dom-xrcompositionlayer-layout①⑥", + "ref-for-dom-xrcompositionlayer-needsredraw④", + "ref-for-colortextures②", + "ref-for-allocate-color-textures①", + "ref-for-dom-xrquadlayerinit-texturetype①", + "ref-for-depthstenciltextures②", + "ref-for-allocate-depth-textures①", + "ref-for-dom-xrquadlayerinit-texturetype②", + "ref-for-xr-device①", + "ref-for-operationerror①", + "dom-xrwebglbinding-createcylinderlayer", + "ref-for-xrcylinderlayer⑧", + "ref-for-this①⑦", + "ref-for-xrwebglbinding-session④", + "ref-for-feature-descriptor-layers③", + "ref-for-notsupportederror①①", + "ref-for-this①⑧", + "ref-for-xrwebglbinding-context④", + "ref-for-ended③", + "ref-for-invalidstateerror⑧", + "ref-for-invalidstateerror⑨", + "ref-for-dom-xrlayerlayout-default⑨", + "ref-for-exceptiondef-typeerror⑧", + "ref-for-new③⑨", + "ref-for-xrcylinderlayer⑨", + "ref-for-concept-relevant-realm③⑨", + "ref-for-this①⑨", + "ref-for-intialize-a-composition-layer②", + "ref-for-initialize-a-cylinder-layer", + "ref-for-determine-the-layout-attribute②", + "ref-for-dom-xrcylinderlayerinit-texturetype", + "ref-for-dom-xrlayerinit-layout②", + "ref-for-dom-xrcompositionlayer-layout①⑦", + "ref-for-dom-xrcompositionlayer-needsredraw⑤", + "ref-for-colortextures③", + "ref-for-allocate-color-textures②", + "ref-for-dom-xrcylinderlayerinit-texturetype①", + "ref-for-depthstenciltextures③", + "ref-for-allocate-depth-textures②", + "ref-for-dom-xrcylinderlayerinit-texturetype②", + "ref-for-xr-device②", + "ref-for-operationerror②", + "dom-xrwebglbinding-createequirectlayer", + "ref-for-xrequirectlayer⑧", + "ref-for-this②⓪", + "ref-for-xrwebglbinding-session⑤", + "ref-for-feature-descriptor-layers④", + "ref-for-notsupportederror①②", + "ref-for-this②①", + "ref-for-xrwebglbinding-context⑤", + "ref-for-ended④", + "ref-for-invalidstateerror①⓪", + "ref-for-invalidstateerror①①", + "ref-for-dom-xrlayerlayout-default①⓪", + "ref-for-exceptiondef-typeerror⑨", + "ref-for-dom-xrlayerinit-space⑧", + "ref-for-xrreferencespace③", + "ref-for-exceptiondef-typeerror①⓪", + "ref-for-dom-xrlayerinit-space⑨", + "ref-for-xrreferencespace-type②", + "ref-for-dom-xrreferencespacetype-viewer⑤", + "ref-for-exceptiondef-typeerror①①", + "ref-for-new④⓪", + "ref-for-xrequirectlayer⑨", + "ref-for-concept-relevant-realm④⓪", + "ref-for-this②②", + "ref-for-intialize-a-composition-layer③", + "ref-for-initialize-a-equirect-layer", + "ref-for-determine-the-layout-attribute③", + "ref-for-dom-xrcylinderlayerinit-texturetype③", + "ref-for-dom-xrlayerinit-layout③", + "ref-for-dom-xrcompositionlayer-layout①⑧", + "ref-for-dom-xrcompositionlayer-needsredraw⑥", + "ref-for-colortextures④", + "ref-for-allocate-color-textures③", + "ref-for-dom-xrcylinderlayerinit-texturetype④", + "ref-for-depthstenciltextures④", + "ref-for-allocate-depth-textures③", + "ref-for-dom-xrcylinderlayerinit-texturetype⑤", + "ref-for-xr-device③", + "ref-for-operationerror③", + "dom-xrwebglbinding-createcubelayer", + "ref-for-xrcubelayer⑧", + "ref-for-this②③", + "ref-for-xrwebglbinding-session⑥", + "ref-for-feature-descriptor-layers⑤", + "ref-for-notsupportederror①③", + "ref-for-this②④", + "ref-for-xrwebglbinding-context⑥", + "ref-for-ended⑤", + "ref-for-invalidstateerror①②", + "ref-for-WebGL2RenderingContext④", + "ref-for-invalidstateerror①③", + "ref-for-invalidstateerror①④", + "ref-for-dom-xrlayerinit-space①⓪", + "ref-for-xrreferencespace④", + "ref-for-exceptiondef-typeerror①②", + "ref-for-dom-xrlayerinit-space①①", + "ref-for-xrreferencespace-type③", + "ref-for-dom-xrreferencespacetype-viewer⑥", + "ref-for-exceptiondef-typeerror①③", + "ref-for-new④①", + "ref-for-xrcubelayer⑨", + "ref-for-concept-relevant-realm④①", + "ref-for-this②⑤", + "ref-for-intialize-a-composition-layer④", + "ref-for-dom-xrcubelayer-space④", + "ref-for-dom-xrlayerinit-space①②", + "ref-for-xrcompositionlayer-isstatic⑤", + "ref-for-dom-xrlayerinit-isstatic③", + "ref-for-dom-xrcubelayer-orientation②", + "ref-for-dom-xrcubelayerinit-orientation", + "ref-for-dom-xrcubelayer-orientation③", + "ref-for-dom-dompointreadonly-frompoint", + "ref-for-dom-xrcubelayerinit-orientation①", + "ref-for-dom-xrcubelayer-orientation④", + "ref-for-new④②", + "ref-for-dompointreadonly②", + "ref-for-concept-relevant-realm④②", + "ref-for-this②⑥", + "ref-for-dom-xrlayerinit-layout④", + "ref-for-dom-xrcompositionlayer-needsredraw⑦", + "ref-for-dom-xrlayerlayout-default①①", + "ref-for-dom-xrlayerlayout-stereo-left-right①⓪", + "ref-for-dom-xrlayerlayout-stereo-top-bottom⑨", + "ref-for-exceptiondef-typeerror①④", + "ref-for-colortextures⑤", + "ref-for-new④③", + "ref-for-concept-relevant-realm④③", + "ref-for-xrcubelayer①⓪", + "ref-for-colortextures⑥", + "ref-for-dom-xrlayerlayout-mono⑦", + "ref-for-colortextures⑦", + "ref-for-new④④", + "ref-for-opaque-texture③⑤", + "ref-for-concept-relevant-realm④④", + "ref-for-xrcubelayer①①", + "ref-for-5.14②⑤", + "ref-for-dom-xrlayerinit-colorformat⑧", + "ref-for-dom-xrlayerinit-viewpixelwidth①③", + "ref-for-dom-xrlayerinit-viewpixelheight①③", + "ref-for-colortextures⑧", + "ref-for-new④⑤", + "ref-for-opaque-texture③⑥", + "ref-for-concept-relevant-realm④⑤", + "ref-for-xrcubelayer①②", + "ref-for-5.14②⑥", + "ref-for-dom-xrlayerinit-colorformat⑨", + "ref-for-dom-xrlayerinit-viewpixelwidth①④", + "ref-for-dom-xrlayerinit-viewpixelheight①④", + "ref-for-depthstenciltextures⑤", + "ref-for-new④⑥", + "ref-for-concept-relevant-realm④⑥", + "ref-for-xrcubelayer①③", + "ref-for-dom-xrlayerinit-depthformat①⓪", + "ref-for-depthstenciltextures⑥", + "ref-for-WebGL2RenderingContext⑤", + "ref-for-webgl_depth_texture②", + "ref-for-5.14.14⑨", + "ref-for-exceptiondef-typeerror①⑤", + "ref-for-dom-xrlayerlayout-mono⑧", + "ref-for-depthstenciltextures⑦", + "ref-for-new④⑦", + "ref-for-opaque-texture③⑦", + "ref-for-concept-relevant-realm④⑦", + "ref-for-xrcubelayer①④", + "ref-for-5.14②⑦", + "ref-for-dom-xrlayerinit-depthformat①①", + "ref-for-dom-xrlayerinit-viewpixelwidth①⑤", + "ref-for-dom-xrlayerinit-viewpixelheight①⑤", + "ref-for-depthstenciltextures⑧", + "ref-for-new④⑧", + "ref-for-opaque-texture③⑧", + "ref-for-concept-relevant-realm④⑧", + "ref-for-xrcubelayer①⑤", + "ref-for-5.14②⑧", + "ref-for-dom-xrlayerinit-depthformat①②", + "ref-for-dom-xrlayerinit-viewpixelwidth①⑥", + "ref-for-dom-xrlayerinit-viewpixelheight①⑥", + "ref-for-xr-device④", + "ref-for-operationerror④", + "issue-0072179b", + "issue-ec6c3781", + "issue-61920327", + "ref-for-dom-xrcubelayer-orientation⑤", + "validate-the-state-of-the-xrwebglsubimage-creation-function", + "ref-for-xrwebglbinding①⑦", + "ref-for-xrcompositionlayer②②", + "ref-for-xrframe④", + "ref-for-dom-xrframe-session", + "ref-for-xrcompositionlayer-session⑥", + "ref-for-xrframe-active", + "ref-for-xrframe-animationframe", + "ref-for-xrwebglbinding-session⑦", + "ref-for-xrcompositionlayer-session⑦", + "ref-for-xrwebglbinding-context⑦", + "ref-for-xrcompositionlayer-context⑦", + "ref-for-colortextures⑨", + "ref-for-xrcompositionlayer-isstatic⑥", + "ref-for-dom-xrcompositionlayer-needsredraw⑧", + "initialize-the-viewport", + "ref-for-xrviewport②", + "ref-for-opaque-texture③⑨", + "ref-for-enumdef-xrlayerlayout⑥", + "ref-for-dom-xrviewport-x", + "ref-for-dom-xrviewport-y", + "ref-for-dom-xrviewport-width", + "ref-for-dom-xrviewport-height", + "ref-for-dom-xrlayerlayout-stereo-left-right①①", + "ref-for-dom-xrviewport-x①", + "ref-for-dom-xrviewport-width①", + "ref-for-dom-xrlayerlayout-stereo-top-bottom①⓪", + "ref-for-dom-xrviewport-y①", + "ref-for-dom-xrviewport-height①", + "dom-xrwebglbinding-getsubimage", + "ref-for-dom-xreye-none", + "ref-for-xrwebglsubimage⑥", + "ref-for-xrwebglbinding①⑧", + "ref-for-dom-xrwebglbinding-getsubimage③", + "ref-for-xrwebglsubimage⑦", + "ref-for-new④⑨", + "ref-for-xrwebglsubimage⑧", + "ref-for-concept-relevant-realm④⑨", + "ref-for-this②⑦", + "ref-for-dom-xrsubimage-viewport①", + "ref-for-new⑤⓪", + "ref-for-xrviewport③", + "ref-for-concept-relevant-realm⑤⓪", + "ref-for-this②⑧", + "ref-for-xrprojectionlayer①⑦", + "ref-for-exceptiondef-typeerror①⑥", + "ref-for-dom-xrcompositionlayer-layout①⑨", + "ref-for-dom-xrlayerlayout-default①②", + "ref-for-exceptiondef-typeerror①⑦", + "ref-for-dom-xrcompositionlayer-layout②⓪", + "ref-for-dom-xrlayerlayout-stereo⑥", + "ref-for-dom-xreye-none①", + "ref-for-exceptiondef-typeerror①⑧", + "ref-for-dom-xreye-right", + "ref-for-validate-the-state-of-the-xrwebglsubimage-creation-function", + "ref-for-invalidstateerror①⑤", + "ref-for-dom-xrwebglsubimage-colortexture②", + "ref-for-dom-xrtexturetype-texture-array①④", + "ref-for-dom-xrwebglsubimage-colortexture③", + "ref-for-colortextures①⓪", + "ref-for-dom-xrwebglsubimage-imageindex①", + "ref-for-dom-xrwebglsubimage-colortexture④", + "ref-for-colortextures①①", + "ref-for-dom-xrwebglsubimage-depthstenciltexture①", + "ref-for-depthstenciltextures⑨", + "ref-for-dom-xrtexturetype-texture-array①⑤", + "ref-for-dom-xrwebglsubimage-depthstenciltexture②", + "ref-for-depthstenciltextures①⓪", + "ref-for-dom-xrwebglsubimage-depthstenciltexture③", + "ref-for-depthstenciltextures①①", + "ref-for-dom-xrwebglsubimage-texturewidth①", + "ref-for-dom-xrwebglsubimage-colortexture⑤", + "ref-for-dom-xrwebglsubimage-textureheight①", + "ref-for-dom-xrwebglsubimage-colortexture⑥", + "ref-for-dom-xreye-right①", + "ref-for-dom-xreye-none②", + "ref-for-dom-xrcompositionlayer-layout②①", + "ref-for-dom-xrlayerlayout-stereo-left-right①②", + "ref-for-dom-xrlayerlayout-stereo-top-bottom①①", + "ref-for-initialize-the-viewport", + "ref-for-dom-xrsubimage-viewport②", + "ref-for-dom-xrwebglsubimage-colortexture⑦", + "ref-for-dom-xrcompositionlayer-layout②②", + "ref-for-queue-a-task①", + "ref-for-dom-xrcompositionlayer-needsredraw⑨", + "dom-xrwebglbinding-getviewsubimage", + "ref-for-xrwebglsubimage⑨", + "ref-for-xrwebglbinding①⑨", + "ref-for-dom-xrwebglbinding-getviewsubimage③", + "ref-for-xrwebglsubimage①⓪", + "ref-for-new⑤①", + "ref-for-xrwebglsubimage①①", + "ref-for-concept-relevant-realm⑤①", + "ref-for-this②⑨", + "ref-for-dom-xrsubimage-viewport③", + "ref-for-new⑤②", + "ref-for-xrviewport④", + "ref-for-concept-relevant-realm⑤②", + "ref-for-this③⓪", + "ref-for-dom-xrwebglbinding-getsubimage-layer-frame-eye-frame", + "ref-for-this③①", + "ref-for-xrwebglbinding-session⑧", + "ref-for-validate-the-state-of-the-xrwebglsubimage-creation-function①", + "ref-for-invalidstateerror①⑥", + "ref-for-view-active", + "ref-for-invalidstateerror①⑦", + "ref-for-secondary-view①④", + "ref-for-xrsession-list-of-views①⑥", + "ref-for-view④", + "ref-for-xrsession-list-of-views①⑦", + "ref-for-primary-view", + "ref-for-view⑤", + "ref-for-xrsession-list-of-views①⑧", + "ref-for-secondary-view①⑤", + "ref-for-dom-xrwebglsubimage-colortexture⑧", + "ref-for-secondary-view①⑥", + "ref-for-xrsession-list-of-views①⑨", + "ref-for-dom-xrwebglsubimage-colortexture⑨", + "ref-for-xrprojectionlayer-colortextures-for-secondary-views③", + "ref-for-dom-xrwebglsubimage-imageindex②", + "ref-for-dom-xrtexturetype-texture-array①⑥", + "ref-for-dom-xrwebglsubimage-colortexture①⓪", + "ref-for-colortextures①②", + "ref-for-dom-xrwebglsubimage-imageindex③", + "ref-for-dom-xrwebglsubimage-colortexture①①", + "ref-for-colortextures①③", + "ref-for-dom-xrwebglsubimage-imageindex④", + "ref-for-dom-xrwebglsubimage-depthstenciltexture④", + "ref-for-depthstenciltextures①②", + "ref-for-dom-xrwebglsubimage-depthstenciltexture⑤", + "ref-for-secondary-view①⑦", + "ref-for-xrsession-list-of-views②⓪", + "ref-for-dom-xrwebglsubimage-colortexture①②", + "ref-for-xrprojectionlayer-depthstenciltextures-for-secondary-views③", + "ref-for-dom-xrtexturetype-texture-array①⑦", + "ref-for-dom-xrwebglsubimage-depthstenciltexture⑥", + "ref-for-depthstenciltextures①③", + "ref-for-dom-xrwebglsubimage-depthstenciltexture⑦", + "ref-for-depthstenciltextures①④", + "ref-for-dom-xrwebglsubimage-texturewidth②", + "ref-for-dom-xrwebglsubimage-colortexture①③", + "ref-for-dom-xrwebglsubimage-textureheight②", + "ref-for-dom-xrwebglsubimage-colortexture①④", + "ref-for-initialize-the-viewport①", + "ref-for-dom-xrsubimage-viewport④", + "ref-for-dom-xrwebglsubimage-colortexture①⑤", + "ref-for-dom-xrcompositionlayer-layout②③", + "ref-for-xrsession-list-of-views②①", + "ref-for-dom-xrcompositionlayer-needsredraw①⓪", + "ref-for-xrlayer①", + "ref-for-dom-xrrenderstate-layers", + "ref-for-immersive-xr-device", + "ref-for-xr-animation-frame②", + "ref-for-xr-animation-frame③", + "ref-for-xrlayer②", + "ref-for-dom-xrrenderstate-layers①", + "ref-for-xr-animation-frame④", + "ref-for-xrlayer③", + "ref-for-xrwebgllayer①", + "ref-for-5.14.11", + "ref-for-5.14.11①", + "ref-for-5.14.11②", + "ref-for-opaque-framebuffer", + "ref-for-WebGLRenderingContext④", + "ref-for-xrwebgllayer②", + "ref-for-xrlayer④", + "ref-for-xrcompositionlayer②③", + "ref-for-dom-xrwebglbinding-getsubimage④", + "ref-for-dom-xrwebglbinding-getviewsubimage④", + "ref-for-dom-xrwebglsubimage-colortexture①⑥", + "ref-for-opaque-framebuffer①", + "ref-for-dom-xrwebglsubimage-colortexture①⑦", + "ref-for-immersive-xr-device①", + "videolayer", + "xrmedialayerinittype", + "ref-for-dictdef-xrmedialayerinit", + "ref-for-xrcompositionlayer②④", + "dictdef-xrmedialayerinit", + "ref-for-xrspace①②", + "ref-for-dom-xrmedialayerinit-space", + "ref-for-enumdef-xrlayerlayout⑦", + "ref-for-dom-xrmedialayerinit-layout", + "ref-for-idl-boolean⑤", + "ref-for-dom-xrmedialayerinit-invertstereo", + "dom-xrmedialayerinit-space", + "dom-xrmedialayerinit-layout", + "ref-for-xrcompositionlayer②⑤", + "dom-xrmedialayerinit-invertstereo", + "xrmediaquadlayerinittype", + "ref-for-dictdef-xrmediaquadlayerinit", + "ref-for-xrquadlayer①①", + "dictdef-xrmediaquadlayerinit", + "ref-for-dictdef-xrmedialayerinit①", + "ref-for-xrrigidtransform①②", + "dom-xrmediaquadlayerinit-transform", + "ref-for-idl-float①⑨", + "dom-xrmediaquadlayerinit-width", + "ref-for-idl-float②⓪", + "dom-xrmediaquadlayerinit-height", + "xrmediacylinderlayerinittype", + "ref-for-dictdef-xrmediacylinderlayerinit", + "ref-for-xrcylinderlayer①⓪", + "dictdef-xrmediacylinderlayerinit", + "ref-for-dictdef-xrmedialayerinit②", + "ref-for-xrrigidtransform①③", + "dom-xrmediacylinderlayerinit-transform", + "ref-for-idl-float②①", + "dom-xrmediacylinderlayerinit-radius", + "ref-for-idl-float②②", + "dom-xrmediacylinderlayerinit-centralangle", + "ref-for-idl-float②③", + "dom-xrmediacylinderlayerinit-aspectratio", + "xrmediaequirectlayerinittype", + "ref-for-dictdef-xrmediaequirectlayerinit", + "ref-for-xrequirectlayer①⓪", + "dictdef-xrmediaequirectlayerinit", + "ref-for-dictdef-xrmedialayerinit③", + "ref-for-xrrigidtransform①④", + "dom-xrmediaequirectlayerinit-transform", + "ref-for-idl-float②④", + "dom-xrmediaequirectlayerinit-radius", + "ref-for-idl-float②⑤", + "dom-xrmediaequirectlayerinit-centralhorizontalangle", + "ref-for-idl-float②⑥", + "dom-xrmediaequirectlayerinit-upperverticalangle", + "ref-for-idl-float②⑦", + "dom-xrmediaequirectlayerinit-lowerverticalangle", + "xrmediabindingtype", + "ref-for-xrmediabinding①", + "ref-for-htmlvideoelement①", + "ref-for-Exposed⑨", + "xrmediabinding", + "ref-for-dom-xrmediabinding-xrmediabinding", + "ref-for-xrsession⑧", + "dom-xrmediabinding-xrmediabinding-session-session", + "ref-for-xrquadlayer①②", + "ref-for-dom-xrmediabinding-createquadlayer", + "ref-for-htmlvideoelement②", + "dom-xrmediabinding-createquadlayer-video-init-video", + "ref-for-dictdef-xrmediaquadlayerinit①", + "dom-xrmediabinding-createquadlayer-video-init-init", + "ref-for-xrcylinderlayer①①", + "ref-for-dom-xrmediabinding-createcylinderlayer", + "ref-for-htmlvideoelement③", + "dom-xrmediabinding-createcylinderlayer-video-init-video", + "ref-for-dictdef-xrmediacylinderlayerinit①", + "dom-xrmediabinding-createcylinderlayer-video-init-init", + "ref-for-xrequirectlayer①①", + "ref-for-dom-xrmediabinding-createequirectlayer", + "ref-for-htmlvideoelement④", + "dom-xrmediabinding-createequirectlayer-video-init-video", + "ref-for-dictdef-xrmediaequirectlayerinit①", + "dom-xrmediabinding-createequirectlayer-video-init-init", + "issue-2325a847①", + "ref-for-xrmediabinding②", + "xrmediabinding-session", + "ref-for-xrsession⑨", + "ref-for-xrmediabinding③", + "ref-for-xrmediabinding④", + "ref-for-xrmediabinding⑤", + "ref-for-htmlvideoelement⑤", + "ref-for-xrcompositionlayer-media", + "ref-for-dom-xrsession-renderstate", + "ref-for-xr-device⑤", + "issue-fe682fc5", + "ref-for-xrcompositionlayer②⑥", + "ref-for-htmlvideoelement⑥", + "ref-for-check-the-usability-of-the-image-argument", + "issue-da8fb26d", + "dom-xrmediabinding-xrmediabinding", + "ref-for-ended⑥", + "ref-for-invalidstateerror①⑧", + "ref-for-immersive-session①", + "ref-for-invalidstateerror①⑨", + "ref-for-new⑤③", + "ref-for-xrmediabinding⑥", + "ref-for-concept-relevant-realm⑤③", + "ref-for-xrmediabinding-session", + "calculate-the-aspect-ratio", + "ref-for-htmlvideoelement⑦", + "ref-for-enumdef-xrlayerlayout⑧", + "ref-for-dom-video-videowidth", + "ref-for-dom-video-videoheight", + "ref-for-dom-xrlayerlayout-stereo-left-right①③", + "ref-for-dom-xrlayerlayout-stereo-top-bottom①②", + "dom-xrmediabinding-createquadlayer", + "ref-for-xrquadlayer①③", + "ref-for-this③②", + "ref-for-xrmediabinding-session①", + "ref-for-feature-descriptor-layers⑥", + "ref-for-notsupportederror①④", + "ref-for-ended⑦", + "ref-for-invalidstateerror②⓪", + "ref-for-dom-xrmedialayerinit-layout①", + "ref-for-dom-xrlayerlayout-default①③", + "ref-for-exceptiondef-typeerror①⑨", + "ref-for-new⑤④", + "ref-for-xrquadlayer①④", + "ref-for-concept-relevant-realm⑤④", + "ref-for-this③③", + "ref-for-intialize-a-composition-layer⑤", + "ref-for-xrcompositionlayer-media①", + "ref-for-dom-xrcompositionlayer-needsredraw①①", + "ref-for-calculate-the-aspect-ratio", + "ref-for-dom-xrmedialayerinit-layout②", + "ref-for-dom-xrmediaquadlayerinit-width", + "ref-for-dom-xrmediaquadlayerinit-height", + "ref-for-dom-xrmediaquadlayerinit-width①", + "ref-for-dom-xrmediaquadlayerinit-height①", + "ref-for-dom-xrmediaquadlayerinit-height②", + "ref-for-dom-xrmediaquadlayerinit-width②", + "ref-for-dom-xrmediaquadlayerinit-width③", + "ref-for-dom-xrmediaquadlayerinit-width④", + "ref-for-dom-xrmediaquadlayerinit-height③", + "ref-for-initialize-a-quad-layer①", + "ref-for-xr-device⑥", + "ref-for-operationerror⑤", + "dom-xrmediabinding-createcylinderlayer", + "ref-for-xrcylinderlayer①②", + "ref-for-this③④", + "ref-for-xrmediabinding-session②", + "ref-for-feature-descriptor-layers⑦", + "ref-for-notsupportederror①⑤", + "ref-for-ended⑧", + "ref-for-invalidstateerror②①", + "ref-for-dom-xrmedialayerinit-layout③", + "ref-for-dom-xrlayerlayout-default①④", + "ref-for-exceptiondef-typeerror②⓪", + "ref-for-new⑤⑤", + "ref-for-xrcylinderlayer①③", + "ref-for-concept-relevant-realm⑤⑤", + "ref-for-this③⑤", + "ref-for-intialize-a-composition-layer⑥", + "ref-for-xrcompositionlayer-media②", + "ref-for-dom-xrcompositionlayer-needsredraw①②", + "ref-for-calculate-the-aspect-ratio①", + "ref-for-dom-xrmedialayerinit-layout④", + "ref-for-dom-xrmediacylinderlayerinit-aspectratio", + "ref-for-dom-xrmediacylinderlayerinit-aspectratio①", + "ref-for-initialize-a-cylinder-layer①", + "ref-for-xr-device⑦", + "ref-for-operationerror⑥", + "dom-xrmediabinding-createequirectlayer", + "ref-for-xrequirectlayer①②", + "ref-for-this③⑥", + "ref-for-xrmediabinding-session③", + "ref-for-feature-descriptor-layers⑧", + "ref-for-notsupportederror①⑥", + "ref-for-ended⑨", + "ref-for-invalidstateerror②②", + "ref-for-dom-xrmedialayerinit-layout⑤", + "ref-for-dom-xrlayerlayout-default①⑤", + "ref-for-exceptiondef-typeerror②①", + "ref-for-dom-xrlayerinit-space①③", + "ref-for-xrreferencespace⑤", + "ref-for-invalidstateerror②③", + "ref-for-dom-xrlayerinit-space①④", + "ref-for-xrreferencespace-type④", + "ref-for-dom-xrreferencespacetype-viewer⑦", + "ref-for-invalidstateerror②④", + "ref-for-new⑤⑥", + "ref-for-xrequirectlayer①③", + "ref-for-concept-relevant-realm⑤⑥", + "ref-for-this③⑦", + "ref-for-intialize-a-composition-layer⑦", + "ref-for-xrcompositionlayer-media③", + "ref-for-dom-xrcompositionlayer-needsredraw①③", + "ref-for-initialize-a-equirect-layer①", + "ref-for-xr-device⑧", + "ref-for-operationerror⑦", + "issue-d024c1a8", + "ref-for-xrequirectlayer①④", + "events", + "xrlayerevent-interface", + "ref-for-xrlayerevent", + "ref-for-xrlayer⑤", + "ref-for-SecureContext", + "ref-for-Exposed①⓪", + "xrlayerevent", + "ref-for-event", + "dom-xrlayerevent-xrlayerevent", + "ref-for-idl-DOMString", + "dom-xrlayerevent-xrlayerevent-type-eventinitdict-type", + "ref-for-dictdef-xrlayereventinit", + "dom-xrlayerevent-xrlayerevent-type-eventinitdict-eventinitdict", + "ref-for-SameObject③", + "ref-for-xrlayer⑥", + "ref-for-dom-xrlayerevent-layer", + "dictdef-xrlayereventinit", + "ref-for-dictdef-eventinit", + "ref-for-xrlayer⑦", + "dom-xrlayereventinit-layer", + "dom-xrlayerevent-layer", + "ref-for-xrlayer⑧", + "event-types", + "eventdef-xrlayer-redraw", + "ref-for-xrlayer⑨", + "ref-for-the-underlying-resources-of-a-layer-are-lost①", + "ref-for-xr-compositor②①", + "ref-for-xr-animation-frame⑤", + "ref-for-xrlayerevent①", + "webxrintegration", + "xrrenderstatechanges", + "ref-for-dictdef-xrrenderstateinit①", + "ref-for-xrrenderstate", + "ref-for-dom-xrrenderstateinit-layers", + "ref-for-xrlayer①⓪", + "ref-for-SecureContext①", + "ref-for-Exposed①①", + "ref-for-xrrenderstate①", + "ref-for-idl-frozen-array", + "ref-for-xrlayer①①", + "ref-for-dom-xrrenderstate-layers②", + "dom-xrrenderstate-layers", + "ref-for-xrlayer①②", + "ref-for-xr-compositor②②", + "ref-for-dom-xrrenderstateinit-layers①", + "ref-for-xr-compositor②③", + "ref-for-porterduffcompositingoperators_srcover", + "ref-for-xr-compositor②④", + "ref-for-layers-initialize-the-render-state", + "ref-for-xrrenderstate②", + "ref-for-xrsession①⓪", + "layers-initialize-the-render-state", + "ref-for-layers-initialize-the-render-state①", + "ref-for-dom-xrrenderstate-layers③", + "ref-for-new⑤⑦", + "ref-for-concept-relevant-realm⑤⑦", + "updaterenderstatechanges", + "ref-for-layers-update-the-pending-layers-state", + "layers-update-the-pending-layers-state", + "ref-for-xrsession①①", + "ref-for-dictdef-xrrenderstateinit②", + "ref-for-dom-xrrenderstateinit-baselayer", + "ref-for-dom-xrrenderstateinit-layers②", + "ref-for-notsupportederror①⑦", + "ref-for-active-render-state", + "ref-for-dom-xrrenderstateinit-baselayer①", + "ref-for-pending-render-state", + "ref-for-pending-render-state①", + "ref-for-dom-xrrenderstate-layers④", + "ref-for-dom-xrrenderstateinit-layers③", + "ref-for-feature-descriptor-layers⑨", + "ref-for-dom-xrrenderstateinit-layers④", + "ref-for-notsupportederror①⑧", + "ref-for-pending-render-state②", + "ref-for-dom-xrrenderstateinit-layers⑤", + "ref-for-exceptiondef-typeerror②②", + "ref-for-dom-xrrenderstateinit-layers⑥", + "ref-for-xrcompositionlayer②⑦", + "ref-for-xrcompositionlayer-session⑧", + "ref-for-exceptiondef-typeerror②③", + "ref-for-xrwebgllayer③", + "ref-for-xrwebgllayer-session", + "ref-for-exceptiondef-typeerror②④", + "ref-for-pending-render-state③", + "ref-for-dom-xrrenderstate-baselayer", + "ref-for-pending-render-state④", + "ref-for-dom-xrrenderstate-layers⑤", + "ref-for-dom-xrrenderstateinit-layers⑦", + "xrcompositorchanges", + "ref-for-xr-compositor②⑤", + "ref-for-xrlayer①③", + "ref-for-dom-xrrenderstate-layers⑥", + "ref-for-xr-compositor②⑥", + "ref-for-xr-compositor②⑦", + "ref-for-view⑥", + "ref-for-enumdef-xreye①", + "ref-for-dom-xreye-none③", + "ref-for-xrcompositionlayer②⑧", + "ref-for-xrprojectionlayer①⑧", + "ref-for-dom-xrcompositionlayer-layout②④", + "ref-for-dom-xrlayerlayout-mono⑨", + "ref-for-xr-compositor②⑧", + "ref-for-view⑦", + "ref-for-enumdef-xreye②", + "ref-for-dom-xreye-left", + "xrviewchanges", + "ref-for-view⑧", + "animationframeschanges", + "ref-for-check-the-layers-state", + "check-the-layers-state", + "ref-for-dom-xrsession-renderstate①", + "ref-for-dom-xrrenderstate-baselayer①", + "ref-for-dom-xrrenderstateinit-layers⑧", + "security", + "xrcompositiontiming", + "back-to-top", + "index", + "index-defined-here", + "index-defined-elsewhere", + "term-for-porterduffcompositingoperators_srcover", + "term-for-event", + "term-for-dictdef-eventinit", + "term-for-concept-event-fire", + "term-for-dictdef-dompointinit", + "term-for-dompointreadonly", + "term-for-dom-dompointreadonly-frompoint", + "term-for-eventhandler", + "term-for-htmlvideoelement", + "term-for-check-the-usability-of-the-image-argument", + "term-for-queue-a-task", + "term-for-concept-relevant-realm", + "term-for-dom-video-videoheight", + "term-for-dom-video-videowidth", + "term-for-dom-permissions-request", + "term-for-5.14", + "term-for-5.14①", + "term-for-5.14②", + "term-for-5.14③", + "term-for-5.14④", + "term-for-5.14⑤", + "term-for-3.7", + "term-for-WebGL2RenderingContext", + "term-for-3.7.6", + "term-for-3.7.6①", + "term-for-5.1", + "term-for-WebGLRenderingContextBase", + "term-for-5.14⑥", + "term-for-5.14⑦", + "term-for-5.14⑧", + "term-for-5.14⑨", + "term-for-WebGLRenderingContext", + "term-for-5.8", + "term-for-WebGLTexture", + "term-for-5.14.11", + "term-for-5.14.8", + "term-for-5.14.11①", + "term-for-5.14.11②", + "term-for-5.14.14", + "term-for-idl-DOMString", + "term-for-Exposed", + "term-for-idl-frozen-array", + "term-for-invalidstateerror", + "term-for-notsupportederror", + "term-for-operationerror", + "term-for-SameObject", + "term-for-SecureContext", + "term-for-exceptiondef-typeerror", + "term-for-idl-boolean", + "term-for-idl-double", + "term-for-idl-float", + "term-for-new", + "term-for-this", + "term-for-idl-undefined", + "term-for-idl-unsigned-long", + "term-for-dom-xrreferencespacetype-bounded-floor", + "term-for-dom-xrsessionmode-immersive-vr", + "term-for-dom-xrsessionmode-inline", + "term-for-dom-xreye-left", + "term-for-dom-xrreferencespacetype-local", + "term-for-dom-xrreferencespacetype-local-floor", + "term-for-dom-xreye-none", + "term-for-dom-xreye-right", + "term-for-dom-xrreferencespacetype-unbounded", + "term-for-dom-xrreferencespacetype-viewer", + "term-for-enumdef-xreye", + "term-for-xrframe", + "term-for-xrlayer", + "term-for-xrreferencespace", + "term-for-xrrenderstate", + "term-for-dictdef-xrrenderstateinit", + "term-for-xrrigidtransform", + "term-for-xrsession", + "term-for-xrspace", + "term-for-xrview", + "term-for-xrviewport", + "term-for-xrwebgllayer", + "term-for-typedefdef-xrwebglrenderingcontext", + "term-for-view-active", + "term-for-active-immersive-session", + "term-for-active-render-state", + "term-for-xrframe-animationframe", + "term-for-dom-xrrenderstateinit-baselayer", + "term-for-ended", + "term-for-feature-descriptor", + "term-for-feature-requirements", + "term-for-dom-xrviewport-height", + "term-for-immersive-session", + "term-for-immersive-xr-device", + "term-for-dom-xrrenderstateinit-layers", + "term-for-xrsession-list-of-views", + "term-for-native-webgl-framebuffer-resolution", + "term-for-opaque-framebuffer", + "term-for-dom-xrpermissiondescriptor-optionalfeatures", + "term-for-dom-xrrigidtransform-orientation", + "term-for-pending-render-state", + "term-for-dom-xrrigidtransform-position", + "term-for-primary-view", + "term-for-recommended-webgl-framebuffer-resolution", + "term-for-dom-xrsession-renderstate", + "term-for-dom-xrsession-requestanimationframe", + "term-for-dom-xrsystem-requestsession", + "term-for-dom-xrpermissiondescriptor-requiredfeatures", + "term-for-secondary-view", + "term-for-secondary-view-secondary-views", + "term-for-xrwebgllayer-session", + "term-for-xrreferencespace-type", + "term-for-dom-xrsession-updaterenderstate", + "term-for-view", + "term-for-dom-xrviewport-width", + "term-for-dom-xrviewport-x", + "term-for-xr-animation-frame", + "term-for-xr-compatible", + "term-for-xr-compositor", + "term-for-xr-device", + "term-for-dom-xrviewport-y", + "term-for-dom-xrsessionmode-immersive-ar", + "references", + "normative", + "biblio-compositing-1", + "biblio-dom", + "biblio-geometry-1", + "biblio-html", + "biblio-webgl-2", + "biblio-webidl", + "biblio-webxr", + "biblio-webxr-ar-module-1", + "informative", + "biblio-permissions-request", + "idl-index", + "issues-index" + ] +} \ No newline at end of file diff --git a/tr/index.html b/tr/index.html index 127568c67bc9..68111b26bf87 100644 --- a/tr/index.html +++ b/tr/index.html @@ -21,7 +21,7 @@

Reffy crawl

-

December 14, 2020

+

December 21, 2020

Reffy is a spec exploration tool. It crawls a list of specifications to study the WebIDL content, the links that they contain, and the references that these specifications contain.

@@ -336,7 +336,7 @@

Spec info

+
+

Atomics.waitAsync

+
+

Spec info

+ +
+
+

Potential issue(s)

+
    +
  • No normative references found
  • +
+
+
+

Known dependencies on this specification

+

No normative reference to this spec from other specs.

+

No informative reference to this spec from other specs.

+
+

Audio Output Devices API

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -386,7 +410,7 @@

Known dependencies on this specification

Background Fetch

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -413,7 +437,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -427,7 +451,7 @@

    Known dependencies on this specification

Badging API

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -449,7 +473,7 @@

Known dependencies on this specification

Battery Status API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for WebIDL names: @@ -469,7 +493,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -481,7 +505,7 @@

Known dependencies on this specification

Beacon

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -505,7 +529,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -519,7 +543,7 @@

    Known dependencies on this specification

Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -541,16 +565,21 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -599,7 +628,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -618,7 +647,7 @@

    Known dependencies on this specification

Clear Site Data

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -639,7 +668,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -647,7 +676,7 @@

Known dependencies on this specification

Client Hints Infrastructure

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -670,7 +699,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -684,7 +713,7 @@

    Known dependencies on this specification

Clipboard API and events

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -709,7 +738,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -723,17 +752,17 @@

    Known dependencies on this specification

Compatibility Standard

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -748,7 +777,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -759,7 +788,7 @@

Known dependencies on this specification

Compositing and Blending Level 1

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -784,7 +813,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

No informative reference to this spec from other specs.

Compositing and Blending Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -830,7 +859,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -841,7 +870,7 @@

    Known dependencies on this specification

Compression Streams

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -863,7 +892,7 @@

Known dependencies on this specification

Console Standard

-
+

Spec info

-
+

Potential issue(s)

This specification looks good!

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -889,7 +918,7 @@

    Known dependencies on this specification

Constructable Stylesheet Objects

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSStyleSheet, MediaList, void
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -913,7 +942,7 @@

Known dependencies on this specification

Contact Picker API

-
+

Spec info

-
+

Potential issue(s)

  • Unknown [Exposed] names used: SecureContext
  • @@ -934,7 +963,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -942,7 +971,7 @@

Known dependencies on this specification

Content Index

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -971,7 +1000,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -979,7 +1008,7 @@

Known dependencies on this specification

Content Security Policy Level 3

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -999,7 +1028,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -1033,7 +1062,7 @@

    Known dependencies on this specification

Content Security Policy: Embedded Enforcement

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -1054,7 +1083,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1062,7 +1091,7 @@

Known dependencies on this specification

ContentEditable

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -1086,17 +1115,17 @@

Known dependencies on this specification