diff --git a/tr/dfns/gpuweb.json b/tr/dfns/gpuweb.json index 6de0a08150f2..a7bda407c405 100644 --- a/tr/dfns/gpuweb.json +++ b/tr/dfns/gpuweb.json @@ -3744,6 +3744,24 @@ }, "definedIn": "pre" }, + { + "id": "abstract-opdef-maximum-miplevel-count", + "href": "https://gpuweb.github.io/gpuweb/#abstract-opdef-maximum-miplevel-count", + "linkingText": [ + "maximum mipLevel count" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "texture-creation", + "title": "Texture Creation", + "number": "6.1.1" + }, + "definedIn": "prose" + }, { "id": "dom-gpudevice-createtexture", "href": "https://gpuweb.github.io/gpuweb/#dom-gpudevice-createtexture", @@ -5563,6 +5581,24 @@ }, "definedIn": "pre" }, + { + "id": "renderable-format", + "href": "https://gpuweb.github.io/gpuweb/#renderable-format", + "linkingText": [ + "renderable format" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "texture-formats", + "title": "Texture Formats", + "number": "6.3" + }, + "definedIn": "prose" + }, { "id": "color-renderable-format", "href": "https://gpuweb.github.io/gpuweb/#color-renderable-format", @@ -7835,178 +7871,196 @@ "definedIn": "heading" }, { - "id": "enumdef-gpucompilationmessagetype", - "href": "https://gpuweb.github.io/gpuweb/#enumdef-gpucompilationmessagetype", + "id": "dictdef-gpushadermoduledescriptor", + "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpushadermoduledescriptor", "linkingText": [ - "GPUCompilationMessageType" + "GPUShaderModuleDescriptor" ], "localLinkingText": [], - "type": "enum", + "type": "dictionary", "for": [], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-creation", + "title": "Shader Module Creation", + "number": "9.1.1" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessagetype-error", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-error", + "id": "dom-gpushadermoduledescriptor-code", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpushadermoduledescriptor-code", "linkingText": [ - "\"error\"" + "code" ], "localLinkingText": [], - "type": "enum-value", + "type": "dict-member", "for": [ - "GPUCompilationMessageType" + "GPUShaderModuleDescriptor" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-creation", + "title": "Shader Module Creation", + "number": "9.1.1" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessagetype-warning", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-warning", + "id": "dom-gpushadermoduledescriptor-sourcemap", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpushadermoduledescriptor-sourcemap", "linkingText": [ - "\"warning\"" + "sourceMap" ], "localLinkingText": [], - "type": "enum-value", + "type": "dict-member", "for": [ - "GPUCompilationMessageType" + "GPUShaderModuleDescriptor" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-creation", + "title": "Shader Module Creation", + "number": "9.1.1" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessagetype-info", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-info", + "id": "dom-gpudevice-createshadermodule", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpudevice-createshadermodule", "linkingText": [ - "\"info\"" + "createShaderModule(descriptor)" ], "localLinkingText": [], - "type": "enum-value", + "type": "method", "for": [ - "GPUCompilationMessageType" + "GPUDevice" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-creation", + "title": "Shader Module Creation", + "number": "9.1.1" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "gpucompilationmessage", - "href": "https://gpuweb.github.io/gpuweb/#gpucompilationmessage", + "id": "dom-gpudevice-createshadermodule-descriptor-descriptor", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpudevice-createshadermodule-descriptor-descriptor", "linkingText": [ - "GPUCompilationMessage" + "descriptor" ], "localLinkingText": [], - "type": "interface", + "type": "argument", + "for": [ + "GPUDevice/createShaderModule(descriptor)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shader-module-creation", + "title": "Shader Module Creation", + "number": "9.1.1" + }, + "definedIn": "table" + }, + { + "id": "enumdef-gpucompilationmessagetype", + "href": "https://gpuweb.github.io/gpuweb/#enumdef-gpucompilationmessagetype", + "linkingText": [ + "GPUCompilationMessageType" + ], + "localLinkingText": [], + "type": "enum", "for": [], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessage-message", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-message", + "id": "dom-gpucompilationmessagetype-error", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-error", "linkingText": [ - "message" + "\"error\"" ], "localLinkingText": [], - "type": "attribute", + "type": "enum-value", "for": [ - "GPUCompilationMessage" + "GPUCompilationMessageType" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessage-type", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-type", + "id": "dom-gpucompilationmessagetype-warning", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-warning", "linkingText": [ - "type" + "\"warning\"" ], "localLinkingText": [], - "type": "attribute", + "type": "enum-value", "for": [ - "GPUCompilationMessage" + "GPUCompilationMessageType" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessage-linenum", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-linenum", + "id": "dom-gpucompilationmessagetype-info", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessagetype-info", "linkingText": [ - "lineNum" + "\"info\"" ], "localLinkingText": [], - "type": "attribute", + "type": "enum-value", "for": [ - "GPUCompilationMessage" + "GPUCompilationMessageType" ], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, { - "id": "dom-gpucompilationmessage-linepos", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-linepos", + "id": "gpucompilationmessage", + "href": "https://gpuweb.github.io/gpuweb/#gpucompilationmessage", "linkingText": [ - "linePos" - ], - "localLinkingText": [], - "type": "attribute", - "for": [ "GPUCompilationMessage" ], + "localLinkingText": [], + "type": "interface", + "for": [], "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, @@ -8022,9 +8076,9 @@ "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, @@ -8042,109 +8096,131 @@ "access": "public", "informative": false, "heading": { - "id": "shader-module", - "title": "GPUShaderModule", - "number": "9.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "pre" }, { - "id": "dictdef-gpushadermoduledescriptor", - "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpushadermoduledescriptor", + "id": "dom-gpucompilationmessage-message", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-message", "linkingText": [ - "GPUShaderModuleDescriptor" + "message" ], "localLinkingText": [], - "type": "dictionary", - "for": [], + "type": "attribute", + "for": [ + "GPUCompilationMessage" + ], "access": "public", "informative": false, "heading": { - "id": "shader-module-creation", - "title": "Shader Module Creation", - "number": "9.1.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-gpushadermoduledescriptor-code", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpushadermoduledescriptor-code", + "id": "dom-gpucompilationmessage-type", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-type", "linkingText": [ - "code" + "type" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPUShaderModuleDescriptor" + "GPUCompilationMessage" ], "access": "public", "informative": false, "heading": { - "id": "shader-module-creation", - "title": "Shader Module Creation", - "number": "9.1.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-gpushadermoduledescriptor-sourcemap", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpushadermoduledescriptor-sourcemap", + "id": "dom-gpucompilationmessage-linenum", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-linenum", "linkingText": [ - "sourceMap" + "lineNum" ], "localLinkingText": [], - "type": "dict-member", + "type": "attribute", "for": [ - "GPUShaderModuleDescriptor" + "GPUCompilationMessage" ], "access": "public", "informative": false, "heading": { - "id": "shader-module-creation", - "title": "Shader Module Creation", - "number": "9.1.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-gpudevice-createshadermodule", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpudevice-createshadermodule", + "id": "dom-gpucompilationmessage-linepos", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-linepos", "linkingText": [ - "createShaderModule(descriptor)" + "linePos" ], "localLinkingText": [], - "type": "method", + "type": "attribute", "for": [ - "GPUDevice" + "GPUCompilationMessage" ], "access": "public", "informative": false, "heading": { - "id": "shader-module-creation", - "title": "Shader Module Creation", - "number": "9.1.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, "definedIn": "dt" }, { - "id": "dom-gpudevice-createshadermodule-descriptor-descriptor", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpudevice-createshadermodule-descriptor-descriptor", + "id": "dom-gpucompilationmessage-offset", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-offset", "linkingText": [ - "descriptor" + "offset" ], "localLinkingText": [], - "type": "argument", + "type": "attribute", "for": [ - "GPUDevice/createShaderModule(descriptor)" + "GPUCompilationMessage" ], "access": "public", "informative": false, "heading": { - "id": "shader-module-creation", - "title": "Shader Module Creation", - "number": "9.1.1" + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" }, - "definedIn": "table" + "definedIn": "dt" + }, + { + "id": "dom-gpucompilationmessage-length", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpucompilationmessage-length", + "linkingText": [ + "length" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "GPUCompilationMessage" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shader-module-compilation-information", + "title": "Shader Module Compilation Information", + "number": "9.1.2" + }, + "definedIn": "dt" }, { "id": "dom-gpushadermodule-compilationinfo", @@ -12292,7 +12368,7 @@ "title": "GPUImageCopyTexture", "number": "12.3.3" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "dom-gpuimagecopytexture-miplevel", @@ -12312,7 +12388,7 @@ "title": "GPUImageCopyTexture", "number": "12.3.3" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "dom-gpuimagecopytexture-origin", @@ -12332,7 +12408,7 @@ "title": "GPUImageCopyTexture", "number": "12.3.3" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "dom-gpuimagecopytexture-aspect", @@ -12352,7 +12428,7 @@ "title": "GPUImageCopyTexture", "number": "12.3.3" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "abstract-opdef-validating-gpuimagecopytexture", @@ -12373,10 +12449,10 @@ "definedIn": "prose" }, { - "id": "dictdef-gpuimagecopyimagebitmap", - "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpuimagecopyimagebitmap", + "id": "dictdef-gpuimagecopyexternalimage", + "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpuimagecopyexternalimage", "linkingText": [ - "GPUImageCopyImageBitmap" + "GPUImageCopyExternalImage" ], "localLinkingText": [], "type": "dictionary", @@ -12384,51 +12460,51 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", + "id": "gpu-image-copy-external-image", + "title": "GPUImageCopyExternalImage", "number": "12.3.4" }, "definedIn": "heading" }, { - "id": "dom-gpuimagecopyimagebitmap-imagebitmap", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuimagecopyimagebitmap-imagebitmap", + "id": "dom-gpuimagecopyexternalimage-source", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuimagecopyexternalimage-source", "linkingText": [ - "imageBitmap" + "source" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPUImageCopyImageBitmap" + "GPUImageCopyExternalImage" ], "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", + "id": "gpu-image-copy-external-image", + "title": "GPUImageCopyExternalImage", "number": "12.3.4" }, - "definedIn": "pre" + "definedIn": "dt" }, { - "id": "dom-gpuimagecopyimagebitmap-origin", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuimagecopyimagebitmap-origin", + "id": "dom-gpuimagecopyexternalimage-origin", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuimagecopyexternalimage-origin", "linkingText": [ "origin" ], "localLinkingText": [], "type": "dict-member", "for": [ - "GPUImageCopyImageBitmap" + "GPUImageCopyExternalImage" ], "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", + "id": "gpu-image-copy-external-image", + "title": "GPUImageCopyExternalImage", "number": "12.3.4" }, - "definedIn": "pre" + "definedIn": "dt" }, { "id": "dom-gpucommandencoder-copybuffertobuffer", @@ -12444,9 +12520,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "dt" }, @@ -12464,9 +12540,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "table" }, @@ -12484,9 +12560,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "table" }, @@ -12504,9 +12580,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "table" }, @@ -12524,9 +12600,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "table" }, @@ -12544,9 +12620,9 @@ "access": "public", "informative": false, "heading": { - "id": "gpu-image-copy-image-bitmap-copy", - "title": "GPUImageCopyImageBitmap", - "number": "12.3.4" + "id": "buffer-copies", + "title": "Buffer Copies", + "number": "12.3.5" }, "definedIn": "table" }, @@ -12562,9 +12638,9 @@ "access": "private", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "prose" }, @@ -12580,9 +12656,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "prose" }, @@ -12598,9 +12674,9 @@ "access": "private", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "prose" }, @@ -12618,9 +12694,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "dt" }, @@ -12638,9 +12714,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12658,9 +12734,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12678,9 +12754,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12698,9 +12774,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "dt" }, @@ -12718,9 +12794,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12738,9 +12814,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12758,9 +12834,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12778,9 +12854,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "dt" }, @@ -12798,9 +12874,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12818,9 +12894,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12838,9 +12914,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "table" }, @@ -12856,9 +12932,9 @@ "access": "public", "informative": false, "heading": { - "id": "copy-between-buffer-texture", - "title": "Copy Between Buffer and Texture", - "number": "12.3.5" + "id": "image-copies", + "title": "Image Copies", + "number": "12.3.6" }, "definedIn": "prose" }, @@ -16419,10 +16495,10 @@ "definedIn": "table" }, { - "id": "dom-gpuqueue-copyimagebitmaptotexture", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyimagebitmaptotexture", + "id": "dom-gpuqueue-copyexternalimagetotexture", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture", "linkingText": [ - "copyImageBitmapToTexture(source, destination, copySize)" + "copyExternalImageToTexture(source, destination, copySize)" ], "localLinkingText": [], "type": "method", @@ -16438,15 +16514,15 @@ "definedIn": "dt" }, { - "id": "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-source", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-source", + "id": "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", "linkingText": [ "source" ], "localLinkingText": [], "type": "argument", "for": [ - "GPUQueue/copyImageBitmapToTexture(source, destination, copySize)" + "GPUQueue/copyExternalImageToTexture(source, destination, copySize)" ], "access": "public", "informative": false, @@ -16457,15 +16533,15 @@ "definedIn": "table" }, { - "id": "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-destination", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-destination", + "id": "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination", "linkingText": [ "destination" ], "localLinkingText": [], "type": "argument", "for": [ - "GPUQueue/copyImageBitmapToTexture(source, destination, copySize)" + "GPUQueue/copyExternalImageToTexture(source, destination, copySize)" ], "access": "public", "informative": false, @@ -16476,15 +16552,15 @@ "definedIn": "table" }, { - "id": "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-copysize", - "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-copysize", + "id": "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize", "linkingText": [ "copySize" ], "localLinkingText": [], "type": "argument", "for": [ - "GPUQueue/copyImageBitmapToTexture(source, destination, copySize)" + "GPUQueue/copyExternalImageToTexture(source, destination, copySize)" ], "access": "public", "informative": false, diff --git a/tr/dfns/html-aria.json b/tr/dfns/html-aria.json index 098f68164861..2cd8f69daca1 100644 --- a/tr/dfns/html-aria.json +++ b/tr/dfns/html-aria.json @@ -40,24 +40,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-html-accessibility-api-mappings", - "href": "https://www.w3.org/TR/html-aria/#dfn-html-accessibility-api-mappings", - "linkingText": [ - "HTML Accessibility API Mappings" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "author-requirements-for-use-of-aria-in-html", - "title": "Author requirements for use of ARIA in HTML", - "number": "1" - }, - "definedIn": "prose" - }, { "id": "dfn-any-role", "href": "https://www.w3.org/TR/html-aria/#dfn-any-role", diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 8794461c60f5..500cc4f6d909 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -14878,6 +14878,312 @@ }, "definedIn": "prose" }, + { + "id": "'font-kerning'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'font-kerning'", + "linkingText": [ + "'font-kerning'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'font-stretch'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'font-stretch'", + "linkingText": [ + "'font-stretch'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'font-variant-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'font-variant-caps'", + "linkingText": [ + "'font-variant-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'small-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'small-caps'", + "linkingText": [ + "'small-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'all-small-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'all-small-caps'", + "linkingText": [ + "'all-small-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'petite-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'petite-caps'", + "linkingText": [ + "'petite-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'all-petite-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'all-petite-caps'", + "linkingText": [ + "'all-petite-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'unicase'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'unicase'", + "linkingText": [ + "'unicase'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'titling-caps'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'titling-caps'", + "linkingText": [ + "'titling-caps'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'ultra-condensed'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'ultra-condensed'", + "linkingText": [ + "'ultra-condensed'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'extra-condensed'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'extra-condensed'", + "linkingText": [ + "'extra-condensed'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'condensed'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'condensed'", + "linkingText": [ + "'condensed'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'semi-condensed'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'semi-condensed'", + "linkingText": [ + "'semi-condensed'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'semi-expanded'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'semi-expanded'", + "linkingText": [ + "'semi-expanded'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'expanded'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'expanded'", + "linkingText": [ + "'expanded'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'extra-expanded'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'extra-expanded'", + "linkingText": [ + "'extra-expanded'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'ultra-expanded'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'ultra-expanded'", + "linkingText": [ + "'ultra-expanded'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "'grid-auto-columns'", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'grid-auto-columns'", @@ -15148,6 +15454,60 @@ }, "definedIn": "prose" }, + { + "id": "css-list-item", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#css-list-item", + "linkingText": [ + "list item" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'counter-reset'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'counter-reset'", + "linkingText": [ + "'counter-reset'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "'counter-set'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'counter-set'", + "linkingText": [ + "'counter-set'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "'list-style-type'", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'list-style-type'", @@ -15562,6 +15922,24 @@ }, "definedIn": "prose" }, + { + "id": "'word-spacing'", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'word-spacing'", + "linkingText": [ + "'word-spacing'" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "'direction'", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#'direction'", @@ -19002,6 +19380,24 @@ }, "definedIn": "prose" }, + { + "id": "svg-text-rendering", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#svg-text-rendering", + "linkingText": [ + "SVG text-rendering" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "filter-value-list", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-value-list", @@ -52529,6 +52925,24 @@ }, "definedIn": "prose" }, + { + "id": "previously-focused-element", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#previously-focused-element", + "linkingText": [ + "previously focused element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-dialog-element", + "title": "The dialog element", + "number": "4.11.4" + }, + "definedIn": "prose" + }, { "id": "dom-dialog-open", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-dialog-open", @@ -54543,6 +54957,78 @@ }, "definedIn": "pre" }, + { + "id": "canvasfontkerning", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontkerning", + "linkingText": [ + "CanvasFontKerning" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, + { + "id": "canvasfontstretch", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontstretch", + "linkingText": [ + "CanvasFontStretch" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, + { + "id": "canvasfontvariantcaps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontvariantcaps", + "linkingText": [ + "CanvasFontVariantCaps" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, + { + "id": "canvastextrendering", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvastextrendering", + "linkingText": [ + "CanvasTextRendering" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, { "id": "canvaspathdrawingstyles", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvaspathdrawingstyles", @@ -55325,6 +55811,126 @@ }, "definedIn": "prose" }, + { + "id": "dom-context-2d-textletterspacing", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textletterspacing", + "linkingText": [ + "textLetterSpacing" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-context-2d-textwordspacing", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textwordspacing", + "linkingText": [ + "textWordSpacing" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-context-2d-fontkerning", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontkerning", + "linkingText": [ + "fontKerning" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-context-2d-fontstretch", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch", + "linkingText": [ + "fontStretch" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-context-2d-fontvariantcaps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps", + "linkingText": [ + "fontVariantCaps" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-context-2d-textrendering", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textrendering", + "linkingText": [ + "textRendering" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "CanvasTextDrawingStyles" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "prose" + }, { "id": "dom-context-2d-textalign-start", "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textalign-start", @@ -55605,6 +56211,466 @@ }, "definedIn": "dt" }, + { + "id": "dom-context-2d-fontkerning-auto", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontkerning-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontKerning" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontkerning-normal", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontkerning-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontKerning" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontkerning-none", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontkerning-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontKerning" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-ultra-condensed", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-ultra-condensed", + "linkingText": [ + "ultra-condensed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-extra-condensed", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-extra-condensed", + "linkingText": [ + "extra-condensed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-condensed", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-condensed", + "linkingText": [ + "condensed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-semi-condensed", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-semi-condensed", + "linkingText": [ + "semi-condensed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-normal", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-semi-expanded", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-semi-expanded", + "linkingText": [ + "semi-expanded" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-expanded", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-expanded", + "linkingText": [ + "expanded" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-extra-expanded", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-extra-expanded", + "linkingText": [ + "extra-expanded" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontstretch-ultra-expanded", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontstretch-ultra-expanded", + "linkingText": [ + "ultra-expanded" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontStretch" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-normal", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-small-caps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-small-caps", + "linkingText": [ + "small-caps" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-all-small-caps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-all-small-caps", + "linkingText": [ + "all-small-caps" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-petite-caps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-petite-caps", + "linkingText": [ + "petite-caps" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-all-petite-caps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-all-petite-caps", + "linkingText": [ + "all-petite-caps" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-unicase", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-unicase", + "linkingText": [ + "unicase" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-fontvariantcaps-titling-caps", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fontvariantcaps-titling-caps", + "linkingText": [ + "titling-caps" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasFontVariantCaps" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-textrendering-auto", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textrendering-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasTextRendering" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-textrendering-optimizespeed", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textrendering-optimizespeed", + "linkingText": [ + "optimizeSpeed" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasTextRendering" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-textrendering-optimizelegibility", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textrendering-optimizelegibility", + "linkingText": [ + "optimizeLegibility" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasTextRendering" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, + { + "id": "dom-context-2d-textrendering-geometricprecision", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-textrendering-geometricprecision", + "linkingText": [ + "geometricPrecision" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "CanvasTextRendering" + ], + "access": "public", + "informative": false, + "heading": { + "id": "text-styles", + "title": "Text styles", + "number": "4.12.5.1.4" + }, + "definedIn": "dt" + }, { "id": "text-preparation-algorithm", "href": "https://html.spec.whatwg.org/multipage/canvas.html#text-preparation-algorithm", diff --git a/tr/dfns/manifest-app-info.json b/tr/dfns/manifest-app-info.json new file mode 100644 index 000000000000..3f71a921300d --- /dev/null +++ b/tr/dfns/manifest-app-info.json @@ -0,0 +1,188 @@ +{ + "spec": { + "title": "Web App Manifest - Application Information", + "url": "https://www.w3.org/TR/manifest-app-info/" + }, + "dfns": [ + { + "id": "dfn-object", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-object", + "linkingText": [ + "object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "supplementary-manifest-members", + "title": "Supplementary manifest members", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-array", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-array", + "linkingText": [ + "array" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "supplementary-manifest-members", + "title": "Supplementary manifest members", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-string", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-string", + "linkingText": [ + "string" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "supplementary-manifest-members", + "title": "Supplementary manifest members", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-categories", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-categories", + "linkingText": [ + "categories" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "categories-member", + "title": "categories member", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-description", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-description", + "linkingText": [ + "description" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "description-member", + "title": "description member", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-iarc_rating_id", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-iarc_rating_id", + "linkingText": [ + "iarc_rating_id" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "iarc_rating_id-member", + "title": "iarc_rating_id member", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-screenshots", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-screenshots", + "linkingText": [ + "screenshots" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "screenshots-member", + "title": "screenshots member", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-screenshots-object", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-screenshots-object", + "linkingText": [ + "screenshots object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "screenshot-object-and-its-members", + "title": "Screenshot object and its members", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-label", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-label", + "linkingText": [ + "label" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "label-member", + "title": "label member", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-platform", + "href": "https://www.w3.org/TR/manifest-app-info/#dfn-platform", + "linkingText": [ + "platform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "platform-member", + "title": "platform member", + "number": "3.2" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/notifications.json b/tr/dfns/notifications.json index 50ccb9420d05..0a75e7899760 100644 --- a/tr/dfns/notifications.json +++ b/tr/dfns/notifications.json @@ -206,7 +206,7 @@ "id": "renotify-preference-flag", "href": "https://notifications.spec.whatwg.org/#renotify-preference-flag", "linkingText": [ - "renotify preference flag" + "renotify preference" ], "localLinkingText": [], "type": "dfn", @@ -226,7 +226,7 @@ "id": "silent-preference-flag", "href": "https://notifications.spec.whatwg.org/#silent-preference-flag", "linkingText": [ - "silent preference flag" + "silent preference" ], "localLinkingText": [], "type": "dfn", @@ -246,7 +246,7 @@ "id": "require-interaction-preference-flag", "href": "https://notifications.spec.whatwg.org/#require-interaction-preference-flag", "linkingText": [ - "require interaction preference flag" + "require interaction preference" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/payment-handler.json b/tr/dfns/payment-handler.json index 66ec4c3d2198..bf0475bfcdc6 100644 --- a/tr/dfns/payment-handler.json +++ b/tr/dfns/payment-handler.json @@ -62,10 +62,11 @@ "id": "dom-serviceworkerregistration-paymentmanager", "href": "https://www.w3.org/TR/payment-handler/#dom-serviceworkerregistration-paymentmanager", "linkingText": [ - "ServiceWorkerRegistration.paymentManager", "paymentManager" ], - "localLinkingText": [], + "localLinkingText": [ + "ServiceWorkerRegistration.paymentManager" + ], "type": "attribute", "for": [ "ServiceWorkerRegistration" @@ -101,10 +102,11 @@ "id": "dom-paymentmanager-instruments", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmanager-instruments", "linkingText": [ - "PaymentManager.instruments", "instruments" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentManager.instruments" + ], "type": "attribute", "for": [ "PaymentManager" @@ -122,10 +124,11 @@ "id": "dom-paymentmanager-userhint", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmanager-userhint", "linkingText": [ - "PaymentManager.userHint", "userHint" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentManager.userHint" + ], "type": "attribute", "for": [ "PaymentManager" @@ -139,6 +142,129 @@ }, "definedIn": "heading" }, + { + "id": "dom-paymentmanager-enabledelegations", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmanager-enabledelegations", + "linkingText": [ + "enableDelegations()", + "enableDelegations(delegations)" + ], + "localLinkingText": [ + "PaymentManager.enableDelegations", + "PaymentManager.enableDelegations()", + "enableDelegations" + ], + "type": "method", + "for": [ + "PaymentManager" + ], + "access": "public", + "informative": false, + "heading": { + "id": "enabledelegations-method", + "title": "enableDelegations() method", + "number": "3.2.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdelegation", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation", + "linkingText": [ + "PaymentDelegation" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdelegation-enum", + "title": "PaymentDelegation enum", + "number": "3.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentdelegation-shippingaddress", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation-shippingaddress", + "linkingText": [ + "shippingAddress" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentDelegation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdelegation-enum", + "title": "PaymentDelegation enum", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdelegation-payername", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation-payername", + "linkingText": [ + "payerName" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentDelegation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdelegation-enum", + "title": "PaymentDelegation enum", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdelegation-payerphone", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation-payerphone", + "linkingText": [ + "payerPhone" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentDelegation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdelegation-enum", + "title": "PaymentDelegation enum", + "number": "3.3" + }, + "definedIn": "dt" + }, + { + "id": "dom-paymentdelegation-payeremail", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation-payeremail", + "linkingText": [ + "payerEmail" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "PaymentDelegation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentdelegation-enum", + "title": "PaymentDelegation enum", + "number": "3.3" + }, + "definedIn": "dt" + }, { "id": "dom-paymentinstruments", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments", @@ -153,7 +279,7 @@ "heading": { "id": "paymentinstruments-interface", "title": "PaymentInstruments interface", - "number": "3.3" + "number": "3.4" }, "definedIn": "heading" }, @@ -171,7 +297,7 @@ "heading": { "id": "paymentinstruments-interface", "title": "PaymentInstruments interface", - "number": "3.3" + "number": "3.4" }, "definedIn": "prose" }, @@ -179,12 +305,14 @@ "id": "dom-paymentinstruments-delete", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-delete", "linkingText": [ - "PaymentInstruments.delete()", - "PaymentInstruments.delete", "delete()", + "delete(instrumentKey)" + ], + "localLinkingText": [ + "PaymentInstruments.delete", + "PaymentInstruments.delete()", "delete" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -194,7 +322,7 @@ "heading": { "id": "delete-method", "title": "delete() method", - "number": "3.3.1" + "number": "3.4.1" }, "definedIn": "heading" }, @@ -202,12 +330,14 @@ "id": "dom-paymentinstruments-get", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-get", "linkingText": [ - "PaymentInstruments.get()", - "PaymentInstruments.get", "get()", + "get(instrumentKey)" + ], + "localLinkingText": [ + "PaymentInstruments.get", + "PaymentInstruments.get()", "get" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -217,7 +347,7 @@ "heading": { "id": "get-method", "title": "get() method", - "number": "3.3.2" + "number": "3.4.2" }, "definedIn": "heading" }, @@ -225,12 +355,13 @@ "id": "dom-paymentinstruments-keys", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-keys", "linkingText": [ - "PaymentInstruments.keys()", + "keys()" + ], + "localLinkingText": [ "PaymentInstruments.keys", - "keys()", + "PaymentInstruments.keys()", "keys" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -240,7 +371,7 @@ "heading": { "id": "keys-method", "title": "keys() method", - "number": "3.3.3" + "number": "3.4.3" }, "definedIn": "heading" }, @@ -258,7 +389,7 @@ "heading": { "id": "keys-method", "title": "keys() method", - "number": "3.3.3" + "number": "3.4.3" }, "definedIn": "prose" }, @@ -266,12 +397,14 @@ "id": "dom-paymentinstruments-has", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-has", "linkingText": [ - "PaymentInstruments.has()", - "PaymentInstruments.has", "has()", + "has(instrumentKey)" + ], + "localLinkingText": [ + "PaymentInstruments.has", + "PaymentInstruments.has()", "has" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -281,7 +414,7 @@ "heading": { "id": "has-method", "title": "has() method", - "number": "3.3.4" + "number": "3.4.4" }, "definedIn": "heading" }, @@ -289,12 +422,14 @@ "id": "dom-paymentinstruments-set", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-set", "linkingText": [ - "PaymentInstruments.set()", - "PaymentInstruments.set", "set()", + "set(instrumentKey, details)" + ], + "localLinkingText": [ + "PaymentInstruments.set", + "PaymentInstruments.set()", "set" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -304,7 +439,7 @@ "heading": { "id": "set-method", "title": "set() method", - "number": "3.3.5" + "number": "3.4.5" }, "definedIn": "heading" }, @@ -312,12 +447,13 @@ "id": "dom-paymentinstruments-clear", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-clear", "linkingText": [ - "PaymentInstruments.clear()", + "clear()" + ], + "localLinkingText": [ "PaymentInstruments.clear", - "clear()", + "PaymentInstruments.clear()", "clear" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentInstruments" @@ -327,7 +463,7 @@ "heading": { "id": "clear-method", "title": "clear() method", - "number": "3.3.6" + "number": "3.4.6" }, "definedIn": "heading" }, @@ -345,7 +481,7 @@ "heading": { "id": "paymentinstrument-dictionary", "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, "definedIn": "heading" }, @@ -365,7 +501,7 @@ "heading": { "id": "paymentinstrument-dictionary", "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, "definedIn": "dt" }, @@ -385,7 +521,7 @@ "heading": { "id": "paymentinstrument-dictionary", "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, "definedIn": "dt" }, @@ -405,7 +541,7 @@ "heading": { "id": "paymentinstrument-dictionary", "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, "definedIn": "dt" }, @@ -425,7 +561,7 @@ "heading": { "id": "paymentinstrument-dictionary", "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, "definedIn": "dt" }, @@ -443,7 +579,7 @@ "heading": { "id": "imageobject-dictionary", "title": "ImageObject dictionary", - "number": "3.3.8" + "number": "3.4.8" }, "definedIn": "heading" }, @@ -463,7 +599,7 @@ "heading": { "id": "imageobject-dictionary", "title": "ImageObject dictionary", - "number": "3.3.8" + "number": "3.4.8" }, "definedIn": "dt" }, @@ -483,7 +619,7 @@ "heading": { "id": "imageobject-dictionary", "title": "ImageObject dictionary", - "number": "3.3.8" + "number": "3.4.8" }, "definedIn": "dt" }, @@ -503,7 +639,7 @@ "heading": { "id": "imageobject-dictionary", "title": "ImageObject dictionary", - "number": "3.3.8" + "number": "3.4.8" }, "definedIn": "dt" }, @@ -521,7 +657,7 @@ "heading": { "id": "convert-image-objects", "title": "Convert image objects", - "number": "3.3.9" + "number": "3.4.9" }, "definedIn": "heading" }, @@ -529,10 +665,11 @@ "id": "dom-serviceworkerglobalscope-oncanmakepayment", "href": "https://www.w3.org/TR/payment-handler/#dom-serviceworkerglobalscope-oncanmakepayment", "linkingText": [ - "ServiceWorkerGlobalScope.oncanmakepayment", "oncanmakepayment" ], - "localLinkingText": [], + "localLinkingText": [ + "ServiceWorkerGlobalScope.oncanmakepayment" + ], "type": "attribute", "for": [ "ServiceWorkerGlobalScope" @@ -568,12 +705,15 @@ "id": "dom-canmakepaymentevent-constructor", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-constructor", "linkingText": [ - "CanMakePaymentEvent.constructor()", - "CanMakePaymentEvent.constructor", "constructor()", + "constructor(type)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [ + "CanMakePaymentEvent.constructor", + "CanMakePaymentEvent.constructor()", "constructor" ], - "localLinkingText": [], "type": "constructor", "for": [ "CanMakePaymentEvent" @@ -591,10 +731,11 @@ "id": "dom-canmakepaymentevent-toporigin", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-toporigin", "linkingText": [ - "CanMakePaymentEvent.topOrigin", "topOrigin" ], - "localLinkingText": [], + "localLinkingText": [ + "CanMakePaymentEvent.topOrigin" + ], "type": "attribute", "for": [ "CanMakePaymentEvent" @@ -612,10 +753,11 @@ "id": "dom-canmakepaymentevent-paymentrequestorigin", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-paymentrequestorigin", "linkingText": [ - "CanMakePaymentEvent.paymentRequestOrigin", "paymentRequestOrigin" ], - "localLinkingText": [], + "localLinkingText": [ + "CanMakePaymentEvent.paymentRequestOrigin" + ], "type": "attribute", "for": [ "CanMakePaymentEvent" @@ -633,10 +775,11 @@ "id": "dom-canmakepaymentevent-methoddata", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-methoddata", "linkingText": [ - "CanMakePaymentEvent.methodData", "methodData" ], - "localLinkingText": [], + "localLinkingText": [ + "CanMakePaymentEvent.methodData" + ], "type": "attribute", "for": [ "CanMakePaymentEvent" @@ -672,12 +815,14 @@ "id": "dom-canmakepaymentevent-respondwith", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-respondwith", "linkingText": [ - "CanMakePaymentEvent.respondWith()", - "CanMakePaymentEvent.respondWith", "respondWith()", + "respondWith(canMakePaymentResponse)" + ], + "localLinkingText": [ + "CanMakePaymentEvent.respondWith", + "CanMakePaymentEvent.respondWith()", "respondWith" ], - "localLinkingText": [], "type": "method", "for": [ "CanMakePaymentEvent" @@ -791,10 +936,11 @@ "id": "dom-serviceworkerglobalscope-onpaymentrequest", "href": "https://www.w3.org/TR/payment-handler/#dom-serviceworkerglobalscope-onpaymentrequest", "linkingText": [ - "ServiceWorkerGlobalScope.onpaymentrequest", "onpaymentrequest" ], - "localLinkingText": [], + "localLinkingText": [ + "ServiceWorkerGlobalScope.onpaymentrequest" + ], "type": "attribute", "for": [ "ServiceWorkerGlobalScope" @@ -809,10 +955,10 @@ "definedIn": "heading" }, { - "id": "dom-paymentmethodchangeresponse", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmethodchangeresponse", + "id": "dom-paymentrequestdetailsupdate", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate", "linkingText": [ - "PaymentMethodChangeResponse" + "PaymentRequestDetailsUpdate" ], "localLinkingText": [], "type": "dictionary", @@ -820,22 +966,22 @@ "access": "public", "informative": false, "heading": { - "id": "the-paymentmethodchangeresponse", - "title": "The PaymentMethodChangeResponse", + "id": "the-paymentrequestdetailsupdate", + "title": "The PaymentRequestDetailsUpdate", "number": "5.2" }, "definedIn": "heading" }, { - "id": "dom-paymentmethodchangeresponse-error", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmethodchangeresponse-error", + "id": "dom-paymentrequestdetailsupdate-error", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-error", "linkingText": [ "error" ], "localLinkingText": [], "type": "dict-member", "for": [ - "PaymentMethodChangeResponse" + "PaymentRequestDetailsUpdate" ], "access": "public", "informative": false, @@ -847,15 +993,15 @@ "definedIn": "heading" }, { - "id": "dom-paymentmethodchangeresponse-total", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmethodchangeresponse-total", + "id": "dom-paymentrequestdetailsupdate-total", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-total", "linkingText": [ "total" ], "localLinkingText": [], "type": "dict-member", "for": [ - "PaymentMethodChangeResponse" + "PaymentRequestDetailsUpdate" ], "access": "public", "informative": false, @@ -867,15 +1013,15 @@ "definedIn": "heading" }, { - "id": "dom-paymentmethodchangeresponse-modifiers", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmethodchangeresponse-modifiers", + "id": "dom-paymentrequestdetailsupdate-modifiers", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-modifiers", "linkingText": [ "modifiers" ], "localLinkingText": [], "type": "dict-member", "for": [ - "PaymentMethodChangeResponse" + "PaymentRequestDetailsUpdate" ], "access": "public", "informative": false, @@ -887,22 +1033,62 @@ "definedIn": "heading" }, { - "id": "dom-paymentmethodchangeresponse-paymentmethoderrors", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmethodchangeresponse-paymentmethoderrors", + "id": "dom-paymentrequestdetailsupdate-shippingoptions", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-shippingoptions", + "linkingText": [ + "shippingOptions" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentRequestDetailsUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shippingoptions-member", + "title": "shippingOptions member", + "number": "5.2.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestdetailsupdate-paymentmethoderrors", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-paymentmethoderrors", "linkingText": [ "paymentMethodErrors" ], "localLinkingText": [], "type": "dict-member", "for": [ - "PaymentMethodChangeResponse" + "PaymentRequestDetailsUpdate" ], "access": "public", "informative": false, "heading": { "id": "paymentmethoderrors-member", "title": "paymentMethodErrors member", - "number": "5.2.4" + "number": "5.2.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestdetailsupdate-shippingaddresserrors", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate-shippingaddresserrors", + "linkingText": [ + "shippingAddressErrors" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentRequestDetailsUpdate" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shippingaddresserrors-member", + "title": "shippingAddressErrors member", + "number": "5.2.6" }, "definedIn": "heading" }, @@ -928,12 +1114,15 @@ "id": "dom-paymentrequestevent-constructor", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-constructor", "linkingText": [ - "PaymentRequestEvent.constructor()", - "PaymentRequestEvent.constructor", "constructor()", + "constructor(type)", + "constructor(type, eventInitDict)" + ], + "localLinkingText": [ + "PaymentRequestEvent.constructor", + "PaymentRequestEvent.constructor()", "constructor" ], - "localLinkingText": [], "type": "constructor", "for": [ "PaymentRequestEvent" @@ -951,10 +1140,11 @@ "id": "dom-paymentrequestevent-toporigin", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-toporigin", "linkingText": [ - "PaymentRequestEvent.topOrigin", "topOrigin" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.topOrigin" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -972,10 +1162,11 @@ "id": "dom-paymentrequestevent-paymentrequestorigin", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-paymentrequestorigin", "linkingText": [ - "PaymentRequestEvent.paymentRequestOrigin", "paymentRequestOrigin" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.paymentRequestOrigin" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -993,10 +1184,11 @@ "id": "dom-paymentrequestevent-paymentrequestid", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-paymentrequestid", "linkingText": [ - "PaymentRequestEvent.paymentRequestId", "paymentRequestId" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.paymentRequestId" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1014,10 +1206,11 @@ "id": "dom-paymentrequestevent-methoddata", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-methoddata", "linkingText": [ - "PaymentRequestEvent.methodData", "methodData" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.methodData" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1035,10 +1228,11 @@ "id": "dom-paymentrequestevent-total", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-total", "linkingText": [ - "PaymentRequestEvent.total", "total" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.total" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1056,10 +1250,11 @@ "id": "dom-paymentrequestevent-modifiers", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-modifiers", "linkingText": [ - "PaymentRequestEvent.modifiers", "modifiers" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.modifiers" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1077,10 +1272,11 @@ "id": "dom-paymentrequestevent-instrumentkey", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-instrumentkey", "linkingText": [ - "PaymentRequestEvent.instrumentKey", "instrumentKey" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.instrumentKey" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1098,10 +1294,11 @@ "id": "dom-paymentrequestevent-requestbillingaddress", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-requestbillingaddress", "linkingText": [ - "PaymentRequestEvent.requestBillingAddress", "requestBillingAddress" ], - "localLinkingText": [], + "localLinkingText": [ + "PaymentRequestEvent.requestBillingAddress" + ], "type": "attribute", "for": [ "PaymentRequestEvent" @@ -1115,16 +1312,62 @@ }, "definedIn": "heading" }, + { + "id": "dom-paymentrequestevent-paymentoptions", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-paymentoptions", + "linkingText": [ + "paymentOptions" + ], + "localLinkingText": [ + "PaymentRequestEvent.paymentOptions" + ], + "type": "attribute", + "for": [ + "PaymentRequestEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentoptions-attribute", + "title": "paymentOptions attribute", + "number": "5.3.9" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestevent-shippingoptions", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-shippingoptions", + "linkingText": [ + "shippingOptions" + ], + "localLinkingText": [ + "PaymentRequestEvent.shippingOptions" + ], + "type": "attribute", + "for": [ + "PaymentRequestEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shippingoptions-attribute", + "title": "shippingOptions attribute", + "number": "5.3.10" + }, + "definedIn": "heading" + }, { "id": "dom-paymentrequestevent-openwindow", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-openwindow", "linkingText": [ - "PaymentRequestEvent.openWindow()", - "PaymentRequestEvent.openWindow", "openWindow()", + "openWindow(url)" + ], + "localLinkingText": [ + "PaymentRequestEvent.openWindow", + "PaymentRequestEvent.openWindow()", "openWindow" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentRequestEvent" @@ -1134,7 +1377,7 @@ "heading": { "id": "openwindow-method", "title": "openWindow() method", - "number": "5.3.9" + "number": "5.3.11" }, "definedIn": "heading" }, @@ -1144,11 +1387,13 @@ "linkingText": [ "changePaymentMethod(methodName, methodDetails)", "changePaymentMethod()", - "PaymentRequestEvent.changePaymentMethod()", + "changePaymentMethod(methodName)" + ], + "localLinkingText": [ "PaymentRequestEvent.changePaymentMethod", + "PaymentRequestEvent.changePaymentMethod()", "changePaymentMethod" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentRequestEvent" @@ -1158,21 +1403,22 @@ "heading": { "id": "changepaymentmethod-method", "title": "changePaymentMethod() method", - "number": "5.3.10" + "number": "5.3.12" }, "definedIn": "heading" }, { - "id": "dom-paymentrequestevent-respondwith", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-respondwith", + "id": "dom-paymentrequestevent-changeshippingaddress", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-changeshippingaddress", "linkingText": [ - "respondWith(handlerResponsePromise)", - "respondWith()", - "PaymentRequestEvent.respondWith()", - "PaymentRequestEvent.respondWith", - "respondWith" + "changeShippingAddress(shippingAddress)", + "changeShippingAddress()" + ], + "localLinkingText": [ + "PaymentRequestEvent.changeShippingAddress", + "PaymentRequestEvent.changeShippingAddress()", + "changeShippingAddress" ], - "localLinkingText": [], "type": "method", "for": [ "PaymentRequestEvent" @@ -1180,27 +1426,77 @@ "access": "public", "informative": false, "heading": { - "id": "respondwith-method-0", - "title": "respondWith() method", - "number": "5.3.11" + "id": "changeshippingaddress-method", + "title": "changeShippingAddress() method", + "number": "5.3.13" }, "definedIn": "heading" }, { - "id": "dom-paymentrequesteventinit", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequesteventinit", + "id": "dom-paymentrequestevent-changeshippingoption", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-changeshippingoption", "linkingText": [ - "PaymentRequestEventInit" + "changeShippingOption(shippingOption)", + "changeShippingOption()" ], - "localLinkingText": [], - "type": "dictionary", - "for": [], - "access": "public", - "informative": false, - "heading": { + "localLinkingText": [ + "PaymentRequestEvent.changeShippingOption", + "PaymentRequestEvent.changeShippingOption()", + "changeShippingOption" + ], + "type": "method", + "for": [ + "PaymentRequestEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "changeshippingoption-method", + "title": "changeShippingOption() method", + "number": "5.3.14" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequestevent-respondwith", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-respondwith", + "linkingText": [ + "respondWith(handlerResponsePromise)", + "respondWith()" + ], + "localLinkingText": [ + "PaymentRequestEvent.respondWith", + "PaymentRequestEvent.respondWith()", + "respondWith" + ], + "type": "method", + "for": [ + "PaymentRequestEvent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "respondwith-method-0", + "title": "respondWith() method", + "number": "5.3.15" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymentrequesteventinit", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequesteventinit", + "linkingText": [ + "PaymentRequestEventInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "heading" }, @@ -1220,7 +1516,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1240,7 +1536,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1260,7 +1556,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1280,7 +1576,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1300,7 +1596,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1320,7 +1616,7 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1340,7 +1636,47 @@ "heading": { "id": "paymentrequesteventinit-dictionary", "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" + }, + "definedIn": "prose" + }, + { + "id": "dom-paymentrequesteventinit-paymentoptions", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequesteventinit-paymentoptions", + "linkingText": [ + "paymentOptions" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentRequestEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequesteventinit-dictionary", + "title": "PaymentRequestEventInit dictionary", + "number": "5.3.16" + }, + "definedIn": "prose" + }, + { + "id": "dom-paymentrequesteventinit-shippingoptions", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequesteventinit-shippingoptions", + "linkingText": [ + "shippingOptions" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentRequestEventInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "paymentrequesteventinit-dictionary", + "title": "PaymentRequestEventInit dictionary", + "number": "5.3.16" }, "definedIn": "prose" }, @@ -1358,7 +1694,7 @@ "heading": { "id": "methoddata-population-algorithm", "title": "MethodData Population Algorithm", - "number": "5.3.13" + "number": "5.3.17" }, "definedIn": "heading" }, @@ -1376,7 +1712,7 @@ "heading": { "id": "modifiers-population-algorithm", "title": "Modifiers Population Algorithm", - "number": "5.3.14" + "number": "5.3.18" }, "definedIn": "heading" }, @@ -1387,9 +1723,9 @@ "[[windowClient]]" ], "localLinkingText": [], - "type": "dfn", + "type": "idl", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "internal-slots", @@ -1423,9 +1759,9 @@ "[[fetchedImage]]" ], "localLinkingText": [], - "type": "dfn", + "type": "idl", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "internal-slots", @@ -1441,9 +1777,9 @@ "[[respondWithCalled]]" ], "localLinkingText": [], - "type": "dfn", + "type": "idl", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "internal-slots", @@ -1583,6 +1919,106 @@ }, "definedIn": "prose" }, + { + "id": "dom-paymenthandlerresponse-payername", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse-payername", + "linkingText": [ + "payerName" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentHandlerResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "payername-attribute", + "title": "payerName attribute", + "number": "7.1.3" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymenthandlerresponse-payeremail", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse-payeremail", + "linkingText": [ + "payerEmail" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentHandlerResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "payeremail-attribute", + "title": "payerEmail attribute", + "number": "7.1.4" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymenthandlerresponse-payerphone", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse-payerphone", + "linkingText": [ + "payerPhone" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentHandlerResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "payerphone-attribute", + "title": "payerPhone attribute", + "number": "7.1.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymenthandlerresponse-shippingaddress", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse-shippingaddress", + "linkingText": [ + "shippingAddress" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentHandlerResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shippingaddress-attribute", + "title": "shippingAddress attribute", + "number": "7.1.6" + }, + "definedIn": "heading" + }, + { + "id": "dom-paymenthandlerresponse-shippingoption", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse-shippingoption", + "linkingText": [ + "shippingOption" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "PaymentHandlerResponse" + ], + "access": "public", + "informative": false, + "heading": { + "id": "shippingoption-attribute", + "title": "shippingOption attribute", + "number": "7.1.7" + }, + "definedIn": "heading" + }, { "id": "dfn-change-payment-method-algorithm", "href": "https://www.w3.org/TR/payment-handler/#dfn-change-payment-method-algorithm", @@ -1601,6 +2037,24 @@ }, "definedIn": "heading" }, + { + "id": "dfn-change-payment-details-algorithm", + "href": "https://www.w3.org/TR/payment-handler/#dfn-change-payment-details-algorithm", + "linkingText": [ + "Change Payment Details Algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "change-payment-details-algorithm", + "title": "Change Payment Details Algorithm", + "number": "7.3" + }, + "definedIn": "heading" + }, { "id": "dfn-respond-to-paymentrequest-algorithm", "href": "https://www.w3.org/TR/payment-handler/#dfn-respond-to-paymentrequest-algorithm", @@ -1615,7 +2069,7 @@ "heading": { "id": "respond-to-paymentrequest-algorithm", "title": "Respond to PaymentRequest Algorithm", - "number": "7.3" + "number": "7.4" }, "definedIn": "heading" }, @@ -1739,6 +2193,23 @@ }, "definedIn": "prose" }, + { + "id": "dfn-paymentdetailsbase", + "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentdetailsbase", + "linkingText": [ + "paymentDetailsBase" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "10. Dependencies" + }, + "definedIn": "prose" + }, { "id": "dfn-paymentmethoddata", "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentmethoddata", @@ -1774,10 +2245,10 @@ "definedIn": "prose" }, { - "id": "dfn-paymentmethodchangeevent", - "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentmethodchangeevent", + "id": "dfn-paymentshippingoption", + "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentshippingoption", "linkingText": [ - "PaymentMethodChangeEvent" + "PaymentShippingOption" ], "localLinkingText": [], "type": "dfn", @@ -1791,10 +2262,10 @@ "definedIn": "prose" }, { - "id": "dfn-id", - "href": "https://www.w3.org/TR/payment-handler/#dfn-id", + "id": "dfn-addressinit", + "href": "https://www.w3.org/TR/payment-handler/#dfn-addressinit", "linkingText": [ - "ID" + "AddressInit" ], "localLinkingText": [], "type": "dfn", @@ -1808,10 +2279,10 @@ "definedIn": "prose" }, { - "id": "dfn-canmakepayment", - "href": "https://www.w3.org/TR/payment-handler/#dfn-canmakepayment", + "id": "dfn-addresserrors", + "href": "https://www.w3.org/TR/payment-handler/#dfn-addresserrors", "linkingText": [ - "canMakePayment()" + "AddressErrors" ], "localLinkingText": [], "type": "dfn", @@ -1825,10 +2296,10 @@ "definedIn": "prose" }, { - "id": "dfn-show", - "href": "https://www.w3.org/TR/payment-handler/#dfn-show", + "id": "dfn-paymentmethodchangeevent", + "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentmethodchangeevent", "linkingText": [ - "show()" + "PaymentMethodChangeEvent" ], "localLinkingText": [], "type": "dfn", @@ -1842,10 +2313,10 @@ "definedIn": "prose" }, { - "id": "dfn-updatewith-detailspromise", - "href": "https://www.w3.org/TR/payment-handler/#dfn-updatewith-detailspromise", + "id": "dfn-paymentrequestupdateevent", + "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentrequestupdateevent", "linkingText": [ - "updateWith(detailsPromise)" + "PaymentRequestUpdateEvent" ], "localLinkingText": [], "type": "dfn", @@ -1859,10 +2330,10 @@ "definedIn": "prose" }, { - "id": "dfn-user-accepts-the-payment-request-algorithm", - "href": "https://www.w3.org/TR/payment-handler/#dfn-user-accepts-the-payment-request-algorithm", + "id": "dfn-id", + "href": "https://www.w3.org/TR/payment-handler/#dfn-id", "linkingText": [ - "user accepts the payment request algorithm" + "ID" ], "localLinkingText": [], "type": "dfn", @@ -1876,10 +2347,10 @@ "definedIn": "prose" }, { - "id": "dfn-payment-method-changed-algorithm", - "href": "https://www.w3.org/TR/payment-handler/#dfn-payment-method-changed-algorithm", + "id": "dfn-canmakepayment", + "href": "https://www.w3.org/TR/payment-handler/#dfn-canmakepayment", "linkingText": [ - "payment method changed algorithm" + "canMakePayment()" ], "localLinkingText": [], "type": "dfn", @@ -1893,10 +2364,10 @@ "definedIn": "prose" }, { - "id": "dfn-json-serializable", - "href": "https://www.w3.org/TR/payment-handler/#dfn-json-serializable", + "id": "dfn-show", + "href": "https://www.w3.org/TR/payment-handler/#dfn-show", "linkingText": [ - "JSON-serializable" + "show()" ], "localLinkingText": [], "type": "dfn", @@ -1910,10 +2381,10 @@ "definedIn": "prose" }, { - "id": "dfn-promise", - "href": "https://www.w3.org/TR/payment-handler/#dfn-promise", + "id": "dfn-updatewith-detailspromise", + "href": "https://www.w3.org/TR/payment-handler/#dfn-updatewith-detailspromise", "linkingText": [ - "Promise" + "updateWith(detailsPromise)" ], "localLinkingText": [], "type": "dfn", @@ -1927,10 +2398,10 @@ "definedIn": "prose" }, { - "id": "dfn-internal-slot", - "href": "https://www.w3.org/TR/payment-handler/#dfn-internal-slot", + "id": "dfn-user-accepts-the-payment-request-algorithm", + "href": "https://www.w3.org/TR/payment-handler/#dfn-user-accepts-the-payment-request-algorithm", "linkingText": [ - "internal slot" + "user accepts the payment request algorithm" ], "localLinkingText": [], "type": "dfn", @@ -1944,10 +2415,10 @@ "definedIn": "prose" }, { - "id": "dfn-typeerror", - "href": "https://www.w3.org/TR/payment-handler/#dfn-typeerror", + "id": "dfn-payment-method-changed-algorithm", + "href": "https://www.w3.org/TR/payment-handler/#dfn-payment-method-changed-algorithm", "linkingText": [ - "TypeError" + "payment method changed algorithm" ], "localLinkingText": [], "type": "dfn", @@ -1961,10 +2432,10 @@ "definedIn": "prose" }, { - "id": "dfn-json-stringify", - "href": "https://www.w3.org/TR/payment-handler/#dfn-json-stringify", + "id": "dfn-paymentrequest-updated-algorithm", + "href": "https://www.w3.org/TR/payment-handler/#dfn-paymentrequest-updated-algorithm", "linkingText": [ - "JSON.stringify" + "PaymentRequest updated algorithm" ], "localLinkingText": [], "type": "dfn", @@ -1978,11 +2449,10 @@ "definedIn": "prose" }, { - "id": "dfn-payment-method-identifiers", - "href": "https://www.w3.org/TR/payment-handler/#dfn-payment-method-identifiers", + "id": "dfn-json-serializable", + "href": "https://www.w3.org/TR/payment-handler/#dfn-json-serializable", "linkingText": [ - "payment method identifiers", - "payment method identifier" + "JSON-serializable" ], "localLinkingText": [], "type": "dfn", @@ -1996,11 +2466,10 @@ "definedIn": "prose" }, { - "id": "dfn-standardized-payment-method-identifiers", - "href": "https://www.w3.org/TR/payment-handler/#dfn-standardized-payment-method-identifiers", + "id": "dfn-internal-slot", + "href": "https://www.w3.org/TR/payment-handler/#dfn-internal-slot", "linkingText": [ - "standardized payment method identifiers", - "standardized payment method identifier" + "internal slot" ], "localLinkingText": [], "type": "dfn", @@ -2014,11 +2483,10 @@ "definedIn": "prose" }, { - "id": "dfn-url-based-payment-method-identifiers", - "href": "https://www.w3.org/TR/payment-handler/#dfn-url-based-payment-method-identifiers", + "id": "dfn-json-stringify", + "href": "https://www.w3.org/TR/payment-handler/#dfn-json-stringify", "linkingText": [ - "URL-based payment method identifiers", - "URL-based payment method identifier" + "JSON.stringify" ], "localLinkingText": [], "type": "dfn", @@ -2153,366 +2621,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-global-object", - "href": "https://www.w3.org/TR/payment-handler/#dfn-global-object", - "linkingText": [ - "global object" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-top-level-browsing-context", - "href": "https://www.w3.org/TR/payment-handler/#dfn-top-level-browsing-context", - "linkingText": [ - "top-level browsing context" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-structured-clone", - "href": "https://www.w3.org/TR/payment-handler/#dfn-structured-clone", - "linkingText": [ - "structured clone" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-event-handler", - "href": "https://www.w3.org/TR/payment-handler/#dfn-event-handler", - "linkingText": [ - "event handler" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-event-handler-event-type", - "href": "https://www.w3.org/TR/payment-handler/#dfn-event-handler-event-type", - "linkingText": [ - "event handler event type" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-trusted-event", - "href": "https://www.w3.org/TR/payment-handler/#dfn-trusted-event", - "linkingText": [ - "trusted event" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-user-interaction-task-source", - "href": "https://www.w3.org/TR/payment-handler/#dfn-user-interaction-task-source", - "linkingText": [ - "user interaction task source" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-origins", - "href": "https://www.w3.org/TR/payment-handler/#dfn-origins", - "linkingText": [ - "origins", - "origin" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-fulfillment", - "href": "https://www.w3.org/TR/payment-handler/#dfn-fulfillment", - "linkingText": [ - "fulfillment" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-rejection", - "href": "https://www.w3.org/TR/payment-handler/#dfn-rejection", - "linkingText": [ - "rejection" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-fires", - "href": "https://www.w3.org/TR/payment-handler/#dfn-fires", - "linkingText": [ - "fires" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-dispatch-flag", - "href": "https://www.w3.org/TR/payment-handler/#dfn-dispatch-flag", - "linkingText": [ - "dispatch flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-stop-propagation-flag", - "href": "https://www.w3.org/TR/payment-handler/#dfn-stop-propagation-flag", - "linkingText": [ - "stop propagation flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-istrusted", - "href": "https://www.w3.org/TR/payment-handler/#dfn-istrusted", - "linkingText": [ - "isTrusted" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-stop-immediate-propagation-flag", - "href": "https://www.w3.org/TR/payment-handler/#dfn-stop-immediate-propagation-flag", - "linkingText": [ - "stop immediate propagation flag" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-throws", - "href": "https://www.w3.org/TR/payment-handler/#dfn-throws", - "linkingText": [ - "throws", - "throw" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-converting", - "href": "https://www.w3.org/TR/payment-handler/#dfn-converting", - "linkingText": [ - "converting", - "converting an ECMAScript value to a dictionary" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-domexception", - "href": "https://www.w3.org/TR/payment-handler/#dfn-domexception", - "linkingText": [ - "DOMException" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-invalidstateerror", - "href": "https://www.w3.org/TR/payment-handler/#dfn-invalidstateerror", - "linkingText": [ - "InvalidStateError" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-notallowederror", - "href": "https://www.w3.org/TR/payment-handler/#dfn-notallowederror", - "linkingText": [ - "NotAllowedError" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, - { - "id": "dfn-operationerror", - "href": "https://www.w3.org/TR/payment-handler/#dfn-operationerror", - "linkingText": [ - "OperationError" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "dependencies", - "title": "10. Dependencies" - }, - "definedIn": "prose" - }, { "id": "dfn-service-worker", "href": "https://www.w3.org/TR/payment-handler/#dfn-service-worker", @@ -2734,6 +2842,40 @@ }, "definedIn": "prose" }, + { + "id": "dfn-extendableevent", + "href": "https://www.w3.org/TR/payment-handler/#dfn-extendableevent", + "linkingText": [ + "ExtendableEvent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "10. Dependencies" + }, + "definedIn": "prose" + }, + { + "id": "dfn-extendableeventinit", + "href": "https://www.w3.org/TR/payment-handler/#dfn-extendableeventinit", + "linkingText": [ + "ExtendableEventInit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "title": "10. Dependencies" + }, + "definedIn": "prose" + }, { "id": "dfn-scope-url", "href": "https://www.w3.org/TR/payment-handler/#dfn-scope-url", diff --git a/tr/dfns/tracking-dnt.json b/tr/dfns/tracking-dnt.json new file mode 100644 index 000000000000..536040f07a52 --- /dev/null +++ b/tr/dfns/tracking-dnt.json @@ -0,0 +1,2020 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "dfns": [ + { + "id": "dfn-referrals", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-referrals", + "linkingText": [ + "referrals" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-web-analytics", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-web-analytics", + "linkingText": [ + "web analytics" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-audience-segmentation", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-audience-segmentation", + "linkingText": [ + "audience segmentation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-personalization", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-personalization", + "linkingText": [ + "personalization" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-targeted-advertising", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-targeted-advertising", + "linkingText": [ + "targeted advertising" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "introduction", + "title": "Introduction", + "number": "1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-client", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-client", + "linkingText": [ + "client" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-server", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-server", + "linkingText": [ + "server" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-origin-server", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-origin-server", + "linkingText": [ + "origin server" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-agent", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-user-agent", + "linkingText": [ + "user agent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-sender", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-sender", + "linkingText": [ + "sender" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-recipient", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-recipient", + "linkingText": [ + "recipient" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-request", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-request", + "linkingText": [ + "request" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-response", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-response", + "linkingText": [ + "response" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-message", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-message", + "linkingText": [ + "message" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-intermediary", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-intermediary", + "linkingText": [ + "intermediary" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-proxy", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-proxy", + "linkingText": [ + "proxy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-cache", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-cache", + "linkingText": [ + "cache" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-uri-host", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-uri-host", + "linkingText": [ + "uri-host" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-authority", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-authority", + "linkingText": [ + "authority" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-header-field", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-header-field", + "linkingText": [ + "header field" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-target-resource", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-target-resource", + "linkingText": [ + "target resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-resource", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-resource", + "linkingText": [ + "resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-representation", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-representation", + "linkingText": [ + "representation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.http", + "title": "HTTP", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-active-document", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-active-document", + "linkingText": [ + "active document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-document-domain", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-document-domain", + "linkingText": [ + "document.domain" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-effective-script-origin", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-effective-script-origin", + "linkingText": [ + "effective script origin" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-responsible-document", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-responsible-document", + "linkingText": [ + "responsible document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-browsing-context", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-browsing-context", + "linkingText": [ + "browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-nested-browsing-context", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-nested-browsing-context", + "linkingText": [ + "nested browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-top-level-browsing-context", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-top-level-browsing-context", + "linkingText": [ + "top-level browsing context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.html", + "title": "HTML", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-tracking", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tracking", + "linkingText": [ + "Tracking" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.activity", + "title": "Activity", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-context", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-context", + "linkingText": [ + "context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.activity", + "title": "Activity", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-network-interaction", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-network-interaction", + "linkingText": [ + "network interaction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.activity", + "title": "Activity", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-action", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-user-action", + "linkingText": [ + "user action" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.activity", + "title": "Activity", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-activity", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-user-activity", + "linkingText": [ + "User activity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.activity", + "title": "Activity", + "number": "2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-user", + "linkingText": [ + "user" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-party", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-party", + "linkingText": [ + "party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-first-party", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-first-party", + "linkingText": [ + "first party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-third-party", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-third-party", + "linkingText": [ + "third party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-service-provider", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-service-provider", + "linkingText": [ + "service provider" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-contractee", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-contractee", + "linkingText": [ + "contractee" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.participants", + "title": "Participants", + "number": "2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-collects", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-collects", + "linkingText": [ + "collects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.data", + "title": "Data", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-uses", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-uses", + "linkingText": [ + "uses" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.data", + "title": "Data", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-shares", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-shares", + "linkingText": [ + "shares" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.data", + "title": "Data", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-permanently-de-identified", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-permanently-de-identified", + "linkingText": [ + "permanently de-identified" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology.data", + "title": "Data", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-throw", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-throw", + "linkingText": [ + "throw" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-domexception", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-domexception", + "linkingText": [ + "DOMexception" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-exceptions", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-exceptions", + "linkingText": [ + "exceptions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-promise-objects", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-promise-objects", + "linkingText": [ + "Promise objects" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-promise-call", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-promise-call", + "linkingText": [ + "promise-call" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-resolve-promise", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-resolve-promise", + "linkingText": [ + "resolve promise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-reject-promise", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-reject-promise", + "linkingText": [ + "reject promise" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-upon-fulfillment", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-upon-fulfillment", + "linkingText": [ + "upon fulfillment" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-upon-rejection", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-upon-rejection", + "linkingText": [ + "upon rejection" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "notation", + "title": "Formal Syntax", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-unset", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-unset", + "linkingText": [ + "unset" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-dnt-1", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-dnt-1", + "linkingText": [ + "DNT:1" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-dnt-0", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-dnt-0", + "linkingText": [ + "DNT:0" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-enabled", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-enabled", + "linkingText": [ + "enabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-not-enabled", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-not-enabled", + "linkingText": [ + "not enabled" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-extensions", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-extensions", + "linkingText": [ + "extensions" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-add-ons", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-add-ons", + "linkingText": [ + "add-ons" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-plug-ins", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-plug-ins", + "linkingText": [ + "plug-ins" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "determining", + "title": "Determining User Preference", + "number": "4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-dnt", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-dnt", + "linkingText": [ + "DNT" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dnt-header-field", + "title": "DNT Header Field for HTTP Requests", + "number": "5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-navigator-donottrack", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-navigator-donottrack", + "linkingText": [ + "navigator.donottrack", + "donottrack" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "navigator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "js-dom", + "title": "JavaScript Property to Detect Preference", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-navigator", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-navigator", + "linkingText": [ + "Navigator" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "js-dom", + "title": "JavaScript Property to Detect Preference", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-user-granted-exception", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-user-granted-exception", + "linkingText": [ + "user-granted exception" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-overview", + "title": "Overview", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-site-domain", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-site-domain", + "linkingText": [ + "site domain" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-scope", + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-target-domain", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-target-domain", + "linkingText": [ + "target domain" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-scope", + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-script-domain", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-script-domain", + "linkingText": [ + "script domain" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-scope", + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-site-specific", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-site-specific", + "linkingText": [ + "site-specific" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-scope", + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-web-wide", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-web-wide", + "linkingText": [ + "web-wide" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-scope", + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-navigator-storetrackingexception", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-navigator-storetrackingexception", + "linkingText": [ + "navigator.storetrackingexception", + "navigator.storetrackingexception()", + "storetrackingexception()", + "storetrackingexception" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "navigator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-trackingexdata", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata", + "linkingText": [ + "TrackingExData" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-trackingexresult", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult", + "linkingText": [ + "TrackingExResult" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-trackingexdata-site", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-site", + "linkingText": [ + "site" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexdata-targets", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-targets", + "linkingText": [ + "targets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexdata-name", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexdata-explanation", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-explanation", + "linkingText": [ + "explanation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexdata-details", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-details", + "linkingText": [ + "details" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexdata-maxage", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-maxage", + "linkingText": [ + "maxAge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-trackingexresult-issitewide", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult-issitewide", + "linkingText": [ + "isSiteWide" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexresult" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + }, + { + "id": "dom-navigator-removetrackingexception", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-navigator-removetrackingexception", + "linkingText": [ + "navigator.removetrackingexception", + "navigator.removetrackingexception()", + "removetrackingexception()", + "removetrackingexception" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "navigator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-cancel", + "title": "API to Remove a Tracking Exception", + "number": "6.6.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-navigator-trackingexceptionexists", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-navigator-trackingexceptionexists", + "linkingText": [ + "navigator.trackingexceptionexists", + "navigator.trackingexceptionexists()", + "trackingexceptionexists()", + "trackingexceptionexists" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "navigator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-confirm", + "title": "API to Confirm a Tracking Exception", + "number": "6.6.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-targets", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-targets", + "linkingText": [ + "targets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-confirm", + "title": "API to Confirm a Tracking Exception", + "number": "6.6.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-tracking-status-value", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tracking-status-value", + "linkingText": [ + "tracking status value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-defn", + "title": "Definition", + "number": "7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-tsv", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tsv", + "linkingText": [ + "TSV" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-defn", + "title": "Definition", + "number": "7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-designated-resource", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-designated-resource", + "linkingText": [ + "designated resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-defn", + "title": "Definition", + "number": "7.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-generatedID", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-generatedID", + "linkingText": [ + "!" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-!", + "title": "Under Construction (!)", + "number": "7.2.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-generatedID-0", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-generatedID-0", + "linkingText": [ + "?" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-?", + "title": "Dynamic (?)", + "number": "7.2.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-g", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-g", + "linkingText": [ + "G" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-G", + "title": "Gateway (G)", + "number": "7.2.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-n", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-n", + "linkingText": [ + "N" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-N", + "title": "Not Tracking (N)", + "number": "7.2.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-t", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-t", + "linkingText": [ + "T" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-T", + "title": "Tracking (T)", + "number": "7.2.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-c", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-c", + "linkingText": [ + "C" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-C", + "title": "Consent (C)", + "number": "7.2.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-p", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-p", + "linkingText": [ + "P" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-P", + "title": "Potential Consent (P)", + "number": "7.2.8" + }, + "definedIn": "prose" + }, + { + "id": "dfn-d", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-d", + "linkingText": [ + "D" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-D", + "title": "Disregarding (D)", + "number": "7.2.9" + }, + "definedIn": "prose" + }, + { + "id": "dfn-u", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-u", + "linkingText": [ + "U" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV-U", + "title": "Updated (U)", + "number": "7.2.10" + }, + "definedIn": "prose" + }, + { + "id": "dfn-tsv-extension", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tsv-extension", + "linkingText": [ + "TSV-extension" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "TSV.extension", + "title": "Extensions to the Tracking Status Value", + "number": "7.2.11" + }, + "definedIn": "prose" + }, + { + "id": "dfn-tk", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tk", + "linkingText": [ + "Tk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "Tk-header-defn", + "title": "Definition", + "number": "7.3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-status-id", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-status-id", + "linkingText": [ + "status-id" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "referring-status-id", + "title": "Referring to a Request-specific Tracking Status Resource", + "number": "7.3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-site-wide-tracking-status-resource", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-site-wide-tracking-status-resource", + "linkingText": [ + "site-wide tracking status resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "site-wide-status-resource", + "title": "Site-wide Tracking Status", + "number": "7.4.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-tracking-status-resource-space", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-tracking-status-resource-space", + "linkingText": [ + "tracking status resource space" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "request-specific-status-resource", + "title": "Request-specific Tracking Status", + "number": "7.4.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-application-tracking-status-json", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-application-tracking-status-json", + "linkingText": [ + "application/tracking-status+json" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "status-representation", + "title": "Tracking Status Representation", + "number": "7.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-status-object", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-status-object", + "linkingText": [ + "status object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.status-object", + "title": "Status Object", + "number": "7.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-compliance", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-compliance", + "linkingText": [ + "compliance" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.compliance", + "title": "Compliance Property", + "number": "7.5.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-qualifiers", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-qualifiers", + "linkingText": [ + "qualifiers" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.qualifiers", + "title": "Qualifiers Property", + "number": "7.5.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-controller", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-controller", + "linkingText": [ + "controller" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.controller", + "title": "Controller Property", + "number": "7.5.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-same-party", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-same-party", + "linkingText": [ + "same-party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.same-party", + "title": "Same-party Property", + "number": "7.5.6" + }, + "definedIn": "prose" + }, + { + "id": "dfn-audit", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-audit", + "linkingText": [ + "audit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.audit", + "title": "Audit Property", + "number": "7.5.7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-policy", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-policy", + "linkingText": [ + "policy" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.policy", + "title": "Policy Property", + "number": "7.5.8" + }, + "definedIn": "prose" + }, + { + "id": "dfn-config", + "href": "https://www.w3.org/TR/tracking-dnt/#dfn-config", + "linkingText": [ + "config" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rep.config", + "title": "Config Property", + "number": "7.5.9" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/ua-client-hints.json b/tr/dfns/ua-client-hints.json index dfcaf4e9d28c..bdb7ec5ff613 100644 --- a/tr/dfns/ua-client-hints.json +++ b/tr/dfns/ua-client-hints.json @@ -584,6 +584,84 @@ }, "definedIn": "pre" }, + { + "id": "dictdef-ualowentropyjson", + "href": "https://wicg.github.io/ua-client-hints/#dictdef-ualowentropyjson", + "linkingText": [ + "UALowEntropyJSON" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "interface", + "title": "Interface", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-ualowentropyjson-brands", + "href": "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-brands", + "linkingText": [ + "brands" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UALowEntropyJSON" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface", + "title": "Interface", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-ualowentropyjson-mobile", + "href": "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-mobile", + "linkingText": [ + "mobile" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UALowEntropyJSON" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface", + "title": "Interface", + "number": "4" + }, + "definedIn": "pre" + }, + { + "id": "dom-ualowentropyjson-platform", + "href": "https://wicg.github.io/ua-client-hints/#dom-ualowentropyjson-platform", + "linkingText": [ + "platform" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "UALowEntropyJSON" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface", + "title": "Interface", + "number": "4" + }, + "definedIn": "pre" + }, { "id": "navigatoruadata", "href": "https://wicg.github.io/ua-client-hints/#navigatoruadata", @@ -702,6 +780,26 @@ }, "definedIn": "pre" }, + { + "id": "dom-navigatoruadata-tojson", + "href": "https://wicg.github.io/ua-client-hints/#dom-navigatoruadata-tojson", + "linkingText": [ + "toJSON()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "NavigatorUAData" + ], + "access": "public", + "informative": false, + "heading": { + "id": "interface", + "title": "Interface", + "number": "4" + }, + "definedIn": "pre" + }, { "id": "navigatorua", "href": "https://wicg.github.io/ua-client-hints/#navigatorua", @@ -873,6 +971,26 @@ "number": "4.1.5" }, "definedIn": "prose" + }, + { + "id": "dom-navigatorua-tojson", + "href": "https://wicg.github.io/ua-client-hints/#dom-navigatorua-tojson", + "linkingText": [ + "toJSON()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "NavigatorUA" + ], + "access": "public", + "informative": false, + "heading": { + "id": "toJSON", + "title": "toJSON method", + "number": "4.1.6" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/web-bluetooth.json b/tr/dfns/web-bluetooth.json index 01f69520300f..6a3a03b7a594 100644 --- a/tr/dfns/web-bluetooth.json +++ b/tr/dfns/web-bluetooth.json @@ -62,6 +62,82 @@ }, "definedIn": "pre" }, + { + "id": "dictdef-bluetoothmanufacturerdatafilterinit", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothmanufacturerdatafilterinit", + "linkingText": [ + "BluetoothManufacturerDataFilterInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-discovery", + "title": "Device Discovery", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dom-bluetoothmanufacturerdatafilterinit-companyidentifier", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothmanufacturerdatafilterinit-companyidentifier", + "linkingText": [ + "companyIdentifier" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "BluetoothManufacturerDataFilterInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "device-discovery", + "title": "Device Discovery", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-bluetoothservicedatafilterinit", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothservicedatafilterinit", + "linkingText": [ + "BluetoothServiceDataFilterInit" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-discovery", + "title": "Device Discovery", + "number": "3" + }, + "definedIn": "pre" + }, + { + "id": "dom-bluetoothservicedatafilterinit-service", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothservicedatafilterinit-service", + "linkingText": [ + "service" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "BluetoothServiceDataFilterInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "device-discovery", + "title": "Device Discovery", + "number": "3" + }, + "definedIn": "pre" + }, { "id": "dictdef-bluetoothlescanfilterinit", "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothlescanfilterinit", diff --git a/tr/dfns/webcodecs.json b/tr/dfns/webcodecs.json index 5b16903728f4..ff1c449bbc16 100644 --- a/tr/dfns/webcodecs.json +++ b/tr/dfns/webcodecs.json @@ -1,12 +1,12 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "dfns": [ { "id": "codec", - "href": "https://w3c.github.io/webcodecs/#codec", + "href": "https://www.w3.org/TR/webcodecs/#codec", "linkingText": [ "Codec" ], @@ -24,7 +24,7 @@ }, { "id": "internal-pending-output", - "href": "https://w3c.github.io/webcodecs/#internal-pending-output", + "href": "https://www.w3.org/TR/webcodecs/#internal-pending-output", "linkingText": [ "Internal Pending Output" ], @@ -42,7 +42,7 @@ }, { "id": "system-resources", - "href": "https://w3c.github.io/webcodecs/#system-resources", + "href": "https://www.w3.org/TR/webcodecs/#system-resources", "linkingText": [ "system resources" ], @@ -60,7 +60,7 @@ }, { "id": "control-thread", - "href": "https://w3c.github.io/webcodecs/#control-thread", + "href": "https://www.w3.org/TR/webcodecs/#control-thread", "linkingText": [ "control thread" ], @@ -78,7 +78,7 @@ }, { "id": "codec-thread", - "href": "https://w3c.github.io/webcodecs/#codec-thread", + "href": "https://www.w3.org/TR/webcodecs/#codec-thread", "linkingText": [ "codec thread" ], @@ -96,7 +96,7 @@ }, { "id": "control-message-queue", - "href": "https://w3c.github.io/webcodecs/#control-message-queue", + "href": "https://www.w3.org/TR/webcodecs/#control-message-queue", "linkingText": [ "control message queue" ], @@ -114,7 +114,7 @@ }, { "id": "control-messages", - "href": "https://w3c.github.io/webcodecs/#control-messages", + "href": "https://www.w3.org/TR/webcodecs/#control-messages", "linkingText": [ "control messages" ], @@ -132,7 +132,7 @@ }, { "id": "enqueues-a-control-message", - "href": "https://w3c.github.io/webcodecs/#enqueues-a-control-message", + "href": "https://www.w3.org/TR/webcodecs/#enqueues-a-control-message", "linkingText": [ "Enqueues a control message", "Queue a control message" @@ -151,7 +151,7 @@ }, { "id": "running-a-control-message", - "href": "https://w3c.github.io/webcodecs/#running-a-control-message", + "href": "https://www.w3.org/TR/webcodecs/#running-a-control-message", "linkingText": [ "running a control message", "control message steps" @@ -170,7 +170,7 @@ }, { "id": "injected-state", - "href": "https://w3c.github.io/webcodecs/#injected-state", + "href": "https://www.w3.org/TR/webcodecs/#injected-state", "linkingText": [ "injected state" ], @@ -188,7 +188,7 @@ }, { "id": "reset-the-control-message-queue", - "href": "https://w3c.github.io/webcodecs/#reset-the-control-message-queue", + "href": "https://www.w3.org/TR/webcodecs/#reset-the-control-message-queue", "linkingText": [ "Reset the control message queue" ], @@ -206,7 +206,7 @@ }, { "id": "codec-processing-loop", - "href": "https://w3c.github.io/webcodecs/#codec-processing-loop", + "href": "https://www.w3.org/TR/webcodecs/#codec-processing-loop", "linkingText": [ "codec processing loop" ], @@ -224,7 +224,7 @@ }, { "id": "audiodecoder", - "href": "https://w3c.github.io/webcodecs/#audiodecoder", + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder", "linkingText": [ "AudioDecoder" ], @@ -242,7 +242,7 @@ }, { "id": "dom-audiodecoder-audiodecoder-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-audiodecoder-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-audiodecoder-init-init", "linkingText": [ "init" ], @@ -263,7 +263,7 @@ }, { "id": "dom-audiodecoder-configure-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-configure-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-configure-config-config", "linkingText": [ "config" ], @@ -283,7 +283,7 @@ }, { "id": "dom-audiodecoder-decode-chunk-chunk", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-decode-chunk-chunk", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decode-chunk-chunk", "linkingText": [ "chunk" ], @@ -303,7 +303,7 @@ }, { "id": "dom-audiodecoder-isconfigsupported-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-isconfigsupported-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-isconfigsupported-config-config", "linkingText": [ "config" ], @@ -323,7 +323,7 @@ }, { "id": "dictdef-audiodecoderinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecoderinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderinit", "linkingText": [ "AudioDecoderInit" ], @@ -341,7 +341,7 @@ }, { "id": "dom-audiodecoderinit-output", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderinit-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderinit-output", "linkingText": [ "output" ], @@ -361,7 +361,7 @@ }, { "id": "dom-audiodecoderinit-error", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderinit-error", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderinit-error", "linkingText": [ "error" ], @@ -381,7 +381,7 @@ }, { "id": "callbackdef-audioframeoutputcallback", - "href": "https://w3c.github.io/webcodecs/#callbackdef-audioframeoutputcallback", + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-audioframeoutputcallback", "linkingText": [ "AudioFrameOutputCallback" ], @@ -399,7 +399,7 @@ }, { "id": "dom-audioframeoutputcallback-output", - "href": "https://w3c.github.io/webcodecs/#dom-audioframeoutputcallback-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframeoutputcallback-output", "linkingText": [ "output" ], @@ -419,7 +419,7 @@ }, { "id": "dom-audiodecoder-codec-implementation-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-codec-implementation-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-codec-implementation-slot", "linkingText": [ "[[codec implementation]]" ], @@ -439,7 +439,7 @@ }, { "id": "dom-audiodecoder-output-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-output-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-output-callback-slot", "linkingText": [ "[[output callback]]" ], @@ -459,7 +459,7 @@ }, { "id": "dom-audiodecoder-error-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-error-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-error-callback-slot", "linkingText": [ "[[error callback]]" ], @@ -479,7 +479,7 @@ }, { "id": "dom-audiodecoder-audiodecoder", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-audiodecoder", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-audiodecoder", "linkingText": [ "AudioDecoder(init)", "constructor(init)" @@ -500,7 +500,7 @@ }, { "id": "dom-audiodecoder-state", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-state", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-state", "linkingText": [ "state" ], @@ -520,7 +520,7 @@ }, { "id": "dom-audiodecoder-decodequeuesize", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-decodequeuesize", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decodequeuesize", "linkingText": [ "decodeQueueSize" ], @@ -540,7 +540,7 @@ }, { "id": "dom-audiodecoder-configure", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-configure", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-configure", "linkingText": [ "configure(config)" ], @@ -560,7 +560,7 @@ }, { "id": "dom-audiodecoder-decode", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-decode", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-decode", "linkingText": [ "decode(chunk)" ], @@ -580,7 +580,7 @@ }, { "id": "dom-audiodecoder-flush", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-flush", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-flush", "linkingText": [ "flush()" ], @@ -600,7 +600,7 @@ }, { "id": "dom-audiodecoder-reset", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-reset", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-reset", "linkingText": [ "reset()" ], @@ -620,7 +620,7 @@ }, { "id": "dom-audiodecoder-close", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-close", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-close", "linkingText": [ "close()" ], @@ -640,7 +640,7 @@ }, { "id": "dom-audiodecoder-isconfigsupported", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoder-isconfigsupported", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoder-isconfigsupported", "linkingText": [ "isConfigSupported(config)" ], @@ -660,7 +660,7 @@ }, { "id": "output-audioframes", - "href": "https://w3c.github.io/webcodecs/#output-audioframes", + "href": "https://www.w3.org/TR/webcodecs/#output-audioframes", "linkingText": [ "Output AudioFrames" ], @@ -678,7 +678,7 @@ }, { "id": "reset-audiodecoder", - "href": "https://w3c.github.io/webcodecs/#reset-audiodecoder", + "href": "https://www.w3.org/TR/webcodecs/#reset-audiodecoder", "linkingText": [ "Reset AudioDecoder" ], @@ -696,7 +696,7 @@ }, { "id": "close-audiodecoder", - "href": "https://w3c.github.io/webcodecs/#close-audiodecoder", + "href": "https://www.w3.org/TR/webcodecs/#close-audiodecoder", "linkingText": [ "Close AudioDecoder" ], @@ -714,7 +714,7 @@ }, { "id": "videodecoder", - "href": "https://w3c.github.io/webcodecs/#videodecoder", + "href": "https://www.w3.org/TR/webcodecs/#videodecoder", "linkingText": [ "VideoDecoder" ], @@ -732,7 +732,7 @@ }, { "id": "dom-videodecoder-videodecoder-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-videodecoder-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-videodecoder-init-init", "linkingText": [ "init" ], @@ -753,7 +753,7 @@ }, { "id": "dom-videodecoder-configure-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-configure-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-configure-config-config", "linkingText": [ "config" ], @@ -773,7 +773,7 @@ }, { "id": "dom-videodecoder-decode-chunk-chunk", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-decode-chunk-chunk", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decode-chunk-chunk", "linkingText": [ "chunk" ], @@ -793,7 +793,7 @@ }, { "id": "dom-videodecoder-isconfigsupported-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-isconfigsupported-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-isconfigsupported-config-config", "linkingText": [ "config" ], @@ -813,7 +813,7 @@ }, { "id": "dictdef-videodecoderinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecoderinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderinit", "linkingText": [ "VideoDecoderInit" ], @@ -831,7 +831,7 @@ }, { "id": "dom-videodecoderinit-output", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderinit-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderinit-output", "linkingText": [ "output" ], @@ -851,7 +851,7 @@ }, { "id": "dom-videodecoderinit-error", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderinit-error", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderinit-error", "linkingText": [ "error" ], @@ -871,7 +871,7 @@ }, { "id": "callbackdef-videoframeoutputcallback", - "href": "https://w3c.github.io/webcodecs/#callbackdef-videoframeoutputcallback", + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-videoframeoutputcallback", "linkingText": [ "VideoFrameOutputCallback" ], @@ -889,7 +889,7 @@ }, { "id": "dom-videoframeoutputcallback-output", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeoutputcallback-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeoutputcallback-output", "linkingText": [ "output" ], @@ -909,7 +909,7 @@ }, { "id": "dom-videodecoder-codec-implementation-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-codec-implementation-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-codec-implementation-slot", "linkingText": [ "[[codec implementation]]" ], @@ -929,7 +929,7 @@ }, { "id": "dom-videodecoder-output-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-output-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-output-callback-slot", "linkingText": [ "[[output callback]]" ], @@ -949,7 +949,7 @@ }, { "id": "dom-videodecoder-error-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-error-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-error-callback-slot", "linkingText": [ "[[error callback]]" ], @@ -969,7 +969,7 @@ }, { "id": "dom-videodecoder-videodecoder", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-videodecoder", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-videodecoder", "linkingText": [ "VideoDecoder(init)", "constructor(init)" @@ -990,7 +990,7 @@ }, { "id": "dom-videodecoder-state", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-state", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-state", "linkingText": [ "state" ], @@ -1010,7 +1010,7 @@ }, { "id": "dom-videodecoder-decodequeuesize", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-decodequeuesize", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decodequeuesize", "linkingText": [ "decodeQueueSize" ], @@ -1030,7 +1030,7 @@ }, { "id": "dom-videodecoder-configure", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-configure", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-configure", "linkingText": [ "configure(config)" ], @@ -1050,7 +1050,7 @@ }, { "id": "dom-videodecoder-decode", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-decode", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-decode", "linkingText": [ "decode(chunk)" ], @@ -1070,7 +1070,7 @@ }, { "id": "dom-videodecoder-flush", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-flush", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-flush", "linkingText": [ "flush()" ], @@ -1090,7 +1090,7 @@ }, { "id": "dom-videodecoder-reset", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-reset", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-reset", "linkingText": [ "reset()" ], @@ -1110,7 +1110,7 @@ }, { "id": "dom-videodecoder-close", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-close", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-close", "linkingText": [ "close()" ], @@ -1130,7 +1130,7 @@ }, { "id": "dom-videodecoder-isconfigsupported", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoder-isconfigsupported", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoder-isconfigsupported", "linkingText": [ "isConfigSupported(config)" ], @@ -1150,7 +1150,7 @@ }, { "id": "output-videoframes", - "href": "https://w3c.github.io/webcodecs/#output-videoframes", + "href": "https://www.w3.org/TR/webcodecs/#output-videoframes", "linkingText": [ "Output VideoFrames" ], @@ -1168,7 +1168,7 @@ }, { "id": "reset-videodecoder", - "href": "https://w3c.github.io/webcodecs/#reset-videodecoder", + "href": "https://www.w3.org/TR/webcodecs/#reset-videodecoder", "linkingText": [ "Reset VideoDecoder" ], @@ -1186,7 +1186,7 @@ }, { "id": "close-videodecoder", - "href": "https://w3c.github.io/webcodecs/#close-videodecoder", + "href": "https://www.w3.org/TR/webcodecs/#close-videodecoder", "linkingText": [ "Close VideoDecoder" ], @@ -1204,7 +1204,7 @@ }, { "id": "audioencoder", - "href": "https://w3c.github.io/webcodecs/#audioencoder", + "href": "https://www.w3.org/TR/webcodecs/#audioencoder", "linkingText": [ "AudioEncoder" ], @@ -1222,7 +1222,7 @@ }, { "id": "dom-audioencoder-audioencoder-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-audioencoder-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-audioencoder-init-init", "linkingText": [ "init" ], @@ -1243,7 +1243,7 @@ }, { "id": "dom-audioencoder-configure-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-configure-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-configure-config-config", "linkingText": [ "config" ], @@ -1263,7 +1263,7 @@ }, { "id": "dom-audioencoder-encode-frame-frame", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-encode-frame-frame", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encode-frame-frame", "linkingText": [ "frame" ], @@ -1283,7 +1283,7 @@ }, { "id": "dom-audioencoder-isconfigsupported-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-isconfigsupported-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-isconfigsupported-config-config", "linkingText": [ "config" ], @@ -1303,7 +1303,7 @@ }, { "id": "dictdef-audioencoderinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencoderinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderinit", "linkingText": [ "AudioEncoderInit" ], @@ -1321,7 +1321,7 @@ }, { "id": "dom-audioencoderinit-output", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderinit-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderinit-output", "linkingText": [ "output" ], @@ -1341,7 +1341,7 @@ }, { "id": "dom-audioencoderinit-error", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderinit-error", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderinit-error", "linkingText": [ "error" ], @@ -1361,7 +1361,7 @@ }, { "id": "callbackdef-encodedaudiochunkoutputcallback", - "href": "https://w3c.github.io/webcodecs/#callbackdef-encodedaudiochunkoutputcallback", + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-encodedaudiochunkoutputcallback", "linkingText": [ "EncodedAudioChunkOutputCallback" ], @@ -1379,7 +1379,7 @@ }, { "id": "dom-encodedaudiochunkoutputcallback-output", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunkoutputcallback-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkoutputcallback-output", "linkingText": [ "output" ], @@ -1399,7 +1399,7 @@ }, { "id": "dom-audioencoder-codec-implementation-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-codec-implementation-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-codec-implementation-slot", "linkingText": [ "[[codec implementation]]" ], @@ -1419,7 +1419,7 @@ }, { "id": "dom-audioencoder-output-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-output-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-output-callback-slot", "linkingText": [ "[[output callback]]" ], @@ -1439,7 +1439,7 @@ }, { "id": "dom-audioencoder-error-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-error-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-error-callback-slot", "linkingText": [ "[[error callback]]" ], @@ -1459,7 +1459,7 @@ }, { "id": "dom-audioencoder-audioencoder", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-audioencoder", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-audioencoder", "linkingText": [ "AudioEncoder(init)", "constructor(init)" @@ -1480,7 +1480,7 @@ }, { "id": "dom-audioencoder-state", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-state", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-state", "linkingText": [ "state" ], @@ -1500,7 +1500,7 @@ }, { "id": "dom-audioencoder-encodequeuesize", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-encodequeuesize", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encodequeuesize", "linkingText": [ "encodeQueueSize" ], @@ -1520,7 +1520,7 @@ }, { "id": "dom-audioencoder-configure", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-configure", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-configure", "linkingText": [ "configure(config)" ], @@ -1540,7 +1540,7 @@ }, { "id": "dom-audioencoder-encode", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-encode", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-encode", "linkingText": [ "encode(frame)" ], @@ -1560,7 +1560,7 @@ }, { "id": "dom-audioencoder-flush", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-flush", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-flush", "linkingText": [ "flush()" ], @@ -1580,7 +1580,7 @@ }, { "id": "dom-audioencoder-reset", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-reset", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-reset", "linkingText": [ "reset()" ], @@ -1600,7 +1600,7 @@ }, { "id": "dom-audioencoder-close", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-close", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-close", "linkingText": [ "close()" ], @@ -1620,7 +1620,7 @@ }, { "id": "dom-audioencoder-isconfigsupported", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoder-isconfigsupported", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoder-isconfigsupported", "linkingText": [ "isConfigSupported(config)" ], @@ -1640,7 +1640,7 @@ }, { "id": "output-encodedaudiochunks", - "href": "https://w3c.github.io/webcodecs/#output-encodedaudiochunks", + "href": "https://www.w3.org/TR/webcodecs/#output-encodedaudiochunks", "linkingText": [ "Output EncodedAudioChunks" ], @@ -1658,7 +1658,7 @@ }, { "id": "reset-audioencoder", - "href": "https://w3c.github.io/webcodecs/#reset-audioencoder", + "href": "https://www.w3.org/TR/webcodecs/#reset-audioencoder", "linkingText": [ "Reset AudioEncoder" ], @@ -1676,7 +1676,7 @@ }, { "id": "close-audioencoder", - "href": "https://w3c.github.io/webcodecs/#close-audioencoder", + "href": "https://www.w3.org/TR/webcodecs/#close-audioencoder", "linkingText": [ "Close AudioEncoder" ], @@ -1694,7 +1694,7 @@ }, { "id": "videoencoder", - "href": "https://w3c.github.io/webcodecs/#videoencoder", + "href": "https://www.w3.org/TR/webcodecs/#videoencoder", "linkingText": [ "VideoEncoder" ], @@ -1712,7 +1712,7 @@ }, { "id": "dom-videoencoder-videoencoder-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-videoencoder-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-videoencoder-init-init", "linkingText": [ "init" ], @@ -1733,7 +1733,7 @@ }, { "id": "dom-videoencoder-configure-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-configure-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-configure-config-config", "linkingText": [ "config" ], @@ -1753,7 +1753,7 @@ }, { "id": "dom-videoencoder-encode-frame-options-frame", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-encode-frame-options-frame", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encode-frame-options-frame", "linkingText": [ "frame" ], @@ -1774,7 +1774,7 @@ }, { "id": "dom-videoencoder-encode-frame-options-options", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-encode-frame-options-options", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encode-frame-options-options", "linkingText": [ "options" ], @@ -1795,7 +1795,7 @@ }, { "id": "dom-videoencoder-isconfigsupported-config-config", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-isconfigsupported-config-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-isconfigsupported-config-config", "linkingText": [ "config" ], @@ -1815,7 +1815,7 @@ }, { "id": "dictdef-videoencoderinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderinit", "linkingText": [ "VideoEncoderInit" ], @@ -1833,7 +1833,7 @@ }, { "id": "dom-videoencoderinit-output", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderinit-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderinit-output", "linkingText": [ "output" ], @@ -1853,7 +1853,7 @@ }, { "id": "dom-videoencoderinit-error", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderinit-error", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderinit-error", "linkingText": [ "error" ], @@ -1873,7 +1873,7 @@ }, { "id": "callbackdef-encodedvideochunkoutputcallback", - "href": "https://w3c.github.io/webcodecs/#callbackdef-encodedvideochunkoutputcallback", + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-encodedvideochunkoutputcallback", "linkingText": [ "EncodedVideoChunkOutputCallback" ], @@ -1891,7 +1891,7 @@ }, { "id": "dom-encodedvideochunkoutputcallback-output", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkoutputcallback-output", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkoutputcallback-output", "linkingText": [ "output" ], @@ -1911,7 +1911,7 @@ }, { "id": "dom-encodedvideochunkoutputcallback-output_config", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkoutputcallback-output_config", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkoutputcallback-output_config", "linkingText": [ "output_config" ], @@ -1931,7 +1931,7 @@ }, { "id": "dom-videoencoder-codec-implementation-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-codec-implementation-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-codec-implementation-slot", "linkingText": [ "[[codec implementation]]" ], @@ -1951,7 +1951,7 @@ }, { "id": "dom-videoencoder-output-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-output-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-output-callback-slot", "linkingText": [ "[[output callback]]" ], @@ -1971,7 +1971,7 @@ }, { "id": "dom-videoencoder-error-callback-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-error-callback-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-error-callback-slot", "linkingText": [ "[[error callback]]" ], @@ -1991,7 +1991,7 @@ }, { "id": "dom-videoencoder-active-encoder-config-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-active-encoder-config-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-active-encoder-config-slot", "linkingText": [ "[[active encoder config]]" ], @@ -2011,7 +2011,7 @@ }, { "id": "dom-videoencoder-active-output-config-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-active-output-config-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-active-output-config-slot", "linkingText": [ "[[active output config]]" ], @@ -2031,7 +2031,7 @@ }, { "id": "dom-videoencoder-videoencoder", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-videoencoder", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-videoencoder", "linkingText": [ "VideoEncoder(init)", "constructor(init)" @@ -2052,7 +2052,7 @@ }, { "id": "dom-videoencoder-state", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-state", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-state", "linkingText": [ "state" ], @@ -2072,7 +2072,7 @@ }, { "id": "dom-videoencoder-encodequeuesize", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-encodequeuesize", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encodequeuesize", "linkingText": [ "encodeQueueSize" ], @@ -2092,7 +2092,7 @@ }, { "id": "dom-videoencoder-configure", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-configure", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-configure", "linkingText": [ "configure(config)" ], @@ -2112,7 +2112,7 @@ }, { "id": "dom-videoencoder-encode", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-encode", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-encode", "linkingText": [ "encode(frame, options)", "encode(frame)" @@ -2133,7 +2133,7 @@ }, { "id": "dom-videoencoder-flush", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-flush", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-flush", "linkingText": [ "flush()" ], @@ -2153,7 +2153,7 @@ }, { "id": "dom-videoencoder-reset", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-reset", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-reset", "linkingText": [ "reset()" ], @@ -2173,7 +2173,7 @@ }, { "id": "dom-videoencoder-close", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-close", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-close", "linkingText": [ "close()" ], @@ -2193,7 +2193,7 @@ }, { "id": "dom-videoencoder-isconfigsupported", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoder-isconfigsupported", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoder-isconfigsupported", "linkingText": [ "isConfigSupported(config)" ], @@ -2213,7 +2213,7 @@ }, { "id": "output-encodedvideochunks", - "href": "https://w3c.github.io/webcodecs/#output-encodedvideochunks", + "href": "https://www.w3.org/TR/webcodecs/#output-encodedvideochunks", "linkingText": [ "Output EncodedVideoChunks" ], @@ -2231,7 +2231,7 @@ }, { "id": "reset-videoencoder", - "href": "https://w3c.github.io/webcodecs/#reset-videoencoder", + "href": "https://www.w3.org/TR/webcodecs/#reset-videoencoder", "linkingText": [ "Reset VideoEncoder" ], @@ -2249,7 +2249,7 @@ }, { "id": "close-videoencoder", - "href": "https://w3c.github.io/webcodecs/#close-videoencoder", + "href": "https://www.w3.org/TR/webcodecs/#close-videoencoder", "linkingText": [ "Close VideoEncoder" ], @@ -2267,7 +2267,7 @@ }, { "id": "check-configuration-support", - "href": "https://w3c.github.io/webcodecs/#check-configuration-support", + "href": "https://www.w3.org/TR/webcodecs/#check-configuration-support", "linkingText": [ "Check Configuration Support" ], @@ -2285,7 +2285,7 @@ }, { "id": "clone-configuration", - "href": "https://w3c.github.io/webcodecs/#clone-configuration", + "href": "https://www.w3.org/TR/webcodecs/#clone-configuration", "linkingText": [ "Clone Configuration" ], @@ -2303,7 +2303,7 @@ }, { "id": "dictdef-audiodecodersupport", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecodersupport", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecodersupport", "linkingText": [ "AudioDecoderSupport" ], @@ -2321,7 +2321,7 @@ }, { "id": "dom-audiodecodersupport-supported", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecodersupport-supported", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecodersupport-supported", "linkingText": [ "supported" ], @@ -2341,7 +2341,7 @@ }, { "id": "dom-audiodecodersupport-config", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecodersupport-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecodersupport-config", "linkingText": [ "config" ], @@ -2361,7 +2361,7 @@ }, { "id": "dictdef-videodecodersupport", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecodersupport", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecodersupport", "linkingText": [ "VideoDecoderSupport" ], @@ -2379,7 +2379,7 @@ }, { "id": "dom-videodecodersupport-supported", - "href": "https://w3c.github.io/webcodecs/#dom-videodecodersupport-supported", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecodersupport-supported", "linkingText": [ "supported" ], @@ -2399,7 +2399,7 @@ }, { "id": "dom-videodecodersupport-config", - "href": "https://w3c.github.io/webcodecs/#dom-videodecodersupport-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecodersupport-config", "linkingText": [ "config" ], @@ -2419,7 +2419,7 @@ }, { "id": "dictdef-audioencodersupport", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencodersupport", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencodersupport", "linkingText": [ "AudioEncoderSupport" ], @@ -2437,7 +2437,7 @@ }, { "id": "dom-audioencodersupport-supported", - "href": "https://w3c.github.io/webcodecs/#dom-audioencodersupport-supported", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencodersupport-supported", "linkingText": [ "supported" ], @@ -2457,7 +2457,7 @@ }, { "id": "dom-audioencodersupport-config", - "href": "https://w3c.github.io/webcodecs/#dom-audioencodersupport-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencodersupport-config", "linkingText": [ "config" ], @@ -2477,7 +2477,7 @@ }, { "id": "dictdef-videoencodersupport", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencodersupport", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencodersupport", "linkingText": [ "VideoEncoderSupport" ], @@ -2495,7 +2495,7 @@ }, { "id": "dom-videoencodersupport-supported", - "href": "https://w3c.github.io/webcodecs/#dom-videoencodersupport-supported", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencodersupport-supported", "linkingText": [ "supported" ], @@ -2515,7 +2515,7 @@ }, { "id": "dom-videoencodersupport-config", - "href": "https://w3c.github.io/webcodecs/#dom-videoencodersupport-config", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencodersupport-config", "linkingText": [ "config" ], @@ -2535,7 +2535,7 @@ }, { "id": "codec-string", - "href": "https://w3c.github.io/webcodecs/#codec-string", + "href": "https://www.w3.org/TR/webcodecs/#codec-string", "linkingText": [ "Codec String" ], @@ -2553,7 +2553,7 @@ }, { "id": "valid-codec-string", - "href": "https://w3c.github.io/webcodecs/#valid-codec-string", + "href": "https://www.w3.org/TR/webcodecs/#valid-codec-string", "linkingText": [ "valid codec string" ], @@ -2571,7 +2571,7 @@ }, { "id": "dictdef-audiodecoderconfig", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderconfig", "linkingText": [ "AudioDecoderConfig" ], @@ -2589,7 +2589,7 @@ }, { "id": "valid-audiodecoderconfig", - "href": "https://w3c.github.io/webcodecs/#valid-audiodecoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#valid-audiodecoderconfig", "linkingText": [ "valid AudioDecoderConfig" ], @@ -2607,7 +2607,7 @@ }, { "id": "dom-audiodecoderconfig-codec", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderconfig-codec", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-codec", "linkingText": [ "codec" ], @@ -2627,7 +2627,7 @@ }, { "id": "dom-audiodecoderconfig-samplerate", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderconfig-samplerate", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-samplerate", "linkingText": [ "sampleRate" ], @@ -2647,7 +2647,7 @@ }, { "id": "dom-audiodecoderconfig-numberofchannels", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderconfig-numberofchannels", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-numberofchannels", "linkingText": [ "numberOfChannels" ], @@ -2667,7 +2667,7 @@ }, { "id": "dom-audiodecoderconfig-description", - "href": "https://w3c.github.io/webcodecs/#dom-audiodecoderconfig-description", + "href": "https://www.w3.org/TR/webcodecs/#dom-audiodecoderconfig-description", "linkingText": [ "description" ], @@ -2687,7 +2687,7 @@ }, { "id": "dictdef-videodecoderconfig", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderconfig", "linkingText": [ "VideoDecoderConfig" ], @@ -2705,7 +2705,7 @@ }, { "id": "valid-videodecoderconfig", - "href": "https://w3c.github.io/webcodecs/#valid-videodecoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#valid-videodecoderconfig", "linkingText": [ "valid VideoDecoderConfig" ], @@ -2723,7 +2723,7 @@ }, { "id": "dom-videodecoderconfig-codec", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-codec", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codec", "linkingText": [ "codec" ], @@ -2743,7 +2743,7 @@ }, { "id": "dom-videodecoderconfig-description", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-description", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-description", "linkingText": [ "description" ], @@ -2763,7 +2763,7 @@ }, { "id": "dom-videodecoderconfig-codedwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-codedwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codedwidth", "linkingText": [ "codedWidth" ], @@ -2783,7 +2783,7 @@ }, { "id": "dom-videodecoderconfig-codedheight", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-codedheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-codedheight", "linkingText": [ "codedHeight" ], @@ -2803,7 +2803,7 @@ }, { "id": "dom-videodecoderconfig-cropleft", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-cropleft", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-cropleft", "linkingText": [ "cropLeft" ], @@ -2823,7 +2823,7 @@ }, { "id": "dom-videodecoderconfig-croptop", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-croptop", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-croptop", "linkingText": [ "cropTop" ], @@ -2843,7 +2843,7 @@ }, { "id": "dom-videodecoderconfig-cropwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-cropwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-cropwidth", "linkingText": [ "cropWidth" ], @@ -2863,7 +2863,7 @@ }, { "id": "dom-videodecoderconfig-cropheight", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-cropheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-cropheight", "linkingText": [ "cropHeight" ], @@ -2883,7 +2883,7 @@ }, { "id": "dom-videodecoderconfig-displaywidth", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-displaywidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-displaywidth", "linkingText": [ "displayWidth" ], @@ -2903,7 +2903,7 @@ }, { "id": "dom-videodecoderconfig-displayheight", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-displayheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-displayheight", "linkingText": [ "displayHeight" ], @@ -2923,7 +2923,7 @@ }, { "id": "dom-videodecoderconfig-hardwareacceleration", - "href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-hardwareacceleration", + "href": "https://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-hardwareacceleration", "linkingText": [ "hardwareAcceleration" ], @@ -2943,7 +2943,7 @@ }, { "id": "dictdef-audioencoderconfig", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderconfig", "linkingText": [ "AudioEncoderConfig" ], @@ -2961,7 +2961,7 @@ }, { "id": "valid-audioencoderconfig", - "href": "https://w3c.github.io/webcodecs/#valid-audioencoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#valid-audioencoderconfig", "linkingText": [ "valid AudioEncoderConfig" ], @@ -2979,7 +2979,7 @@ }, { "id": "dom-audioencoderconfig-codec", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderconfig-codec", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-codec", "linkingText": [ "codec" ], @@ -2999,7 +2999,7 @@ }, { "id": "dom-audioencoderconfig-samplerate", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderconfig-samplerate", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-samplerate", "linkingText": [ "sampleRate" ], @@ -3019,7 +3019,7 @@ }, { "id": "dom-audioencoderconfig-numberofchannels", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderconfig-numberofchannels", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-numberofchannels", "linkingText": [ "numberOfChannels" ], @@ -3039,7 +3039,7 @@ }, { "id": "dom-audioencoderconfig-bitrate", - "href": "https://w3c.github.io/webcodecs/#dom-audioencoderconfig-bitrate", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioencoderconfig-bitrate", "linkingText": [ "bitrate" ], @@ -3059,7 +3059,7 @@ }, { "id": "dictdef-videoencoderconfig", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderconfig", "linkingText": [ "VideoEncoderConfig" ], @@ -3077,7 +3077,7 @@ }, { "id": "valid-videoencoderconfig", - "href": "https://w3c.github.io/webcodecs/#valid-videoencoderconfig", + "href": "https://www.w3.org/TR/webcodecs/#valid-videoencoderconfig", "linkingText": [ "valid VideoEncoderConfig" ], @@ -3095,7 +3095,7 @@ }, { "id": "dom-videoencoderconfig-codec", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-codec", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-codec", "linkingText": [ "codec" ], @@ -3115,7 +3115,7 @@ }, { "id": "dom-videoencoderconfig-bitrate", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-bitrate", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-bitrate", "linkingText": [ "bitrate" ], @@ -3135,7 +3135,7 @@ }, { "id": "dom-videoencoderconfig-width", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-width", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-width", "linkingText": [ "width" ], @@ -3155,7 +3155,7 @@ }, { "id": "dom-videoencoderconfig-height", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-height", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-height", "linkingText": [ "height" ], @@ -3175,7 +3175,7 @@ }, { "id": "dom-videoencoderconfig-displaywidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-displaywidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-displaywidth", "linkingText": [ "displayWidth" ], @@ -3195,7 +3195,7 @@ }, { "id": "dom-videoencoderconfig-displayheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-displayheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-displayheight", "linkingText": [ "displayHeight" ], @@ -3215,7 +3215,7 @@ }, { "id": "dom-videoencoderconfig-hardwareacceleration", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderconfig-hardwareacceleration", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderconfig-hardwareacceleration", "linkingText": [ "hardwareAcceleration" ], @@ -3235,7 +3235,7 @@ }, { "id": "enumdef-hardwareacceleration", - "href": "https://w3c.github.io/webcodecs/#enumdef-hardwareacceleration", + "href": "https://www.w3.org/TR/webcodecs/#enumdef-hardwareacceleration", "linkingText": [ "HardwareAcceleration" ], @@ -3253,7 +3253,7 @@ }, { "id": "dom-hardwareacceleration-allow", - "href": "https://w3c.github.io/webcodecs/#dom-hardwareacceleration-allow", + "href": "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-allow", "linkingText": [ "\"allow\"", "allow" @@ -3274,7 +3274,7 @@ }, { "id": "dom-hardwareacceleration-deny", - "href": "https://w3c.github.io/webcodecs/#dom-hardwareacceleration-deny", + "href": "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-deny", "linkingText": [ "\"deny\"", "deny" @@ -3295,7 +3295,7 @@ }, { "id": "dom-hardwareacceleration-require", - "href": "https://w3c.github.io/webcodecs/#dom-hardwareacceleration-require", + "href": "https://www.w3.org/TR/webcodecs/#dom-hardwareacceleration-require", "linkingText": [ "\"require\"", "require" @@ -3316,7 +3316,7 @@ }, { "id": "equal-dictionaries", - "href": "https://w3c.github.io/webcodecs/#equal-dictionaries", + "href": "https://www.w3.org/TR/webcodecs/#equal-dictionaries", "linkingText": [ "equal dictionaries" ], @@ -3334,7 +3334,7 @@ }, { "id": "dictdef-videoencoderencodeoptions", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderencodeoptions", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderencodeoptions", "linkingText": [ "VideoEncoderEncodeOptions" ], @@ -3352,7 +3352,7 @@ }, { "id": "dom-videoencoderencodeoptions-keyframe", - "href": "https://w3c.github.io/webcodecs/#dom-videoencoderencodeoptions-keyframe", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderencodeoptions-keyframe", "linkingText": [ "keyFrame" ], @@ -3372,7 +3372,7 @@ }, { "id": "enumdef-codecstate", - "href": "https://w3c.github.io/webcodecs/#enumdef-codecstate", + "href": "https://www.w3.org/TR/webcodecs/#enumdef-codecstate", "linkingText": [ "CodecState" ], @@ -3390,7 +3390,7 @@ }, { "id": "dom-codecstate-unconfigured", - "href": "https://w3c.github.io/webcodecs/#dom-codecstate-unconfigured", + "href": "https://www.w3.org/TR/webcodecs/#dom-codecstate-unconfigured", "linkingText": [ "\"unconfigured\"", "unconfigured" @@ -3411,7 +3411,7 @@ }, { "id": "dom-codecstate-configured", - "href": "https://w3c.github.io/webcodecs/#dom-codecstate-configured", + "href": "https://www.w3.org/TR/webcodecs/#dom-codecstate-configured", "linkingText": [ "\"configured\"", "configured" @@ -3432,7 +3432,7 @@ }, { "id": "dom-codecstate-closed", - "href": "https://w3c.github.io/webcodecs/#dom-codecstate-closed", + "href": "https://www.w3.org/TR/webcodecs/#dom-codecstate-closed", "linkingText": [ "\"closed\"", "closed" @@ -3453,7 +3453,7 @@ }, { "id": "callbackdef-webcodecserrorcallback", - "href": "https://w3c.github.io/webcodecs/#callbackdef-webcodecserrorcallback", + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-webcodecserrorcallback", "linkingText": [ "WebCodecsErrorCallback" ], @@ -3471,7 +3471,7 @@ }, { "id": "dom-webcodecserrorcallback-error", - "href": "https://w3c.github.io/webcodecs/#dom-webcodecserrorcallback-error", + "href": "https://www.w3.org/TR/webcodecs/#dom-webcodecserrorcallback-error", "linkingText": [ "error" ], @@ -3491,7 +3491,7 @@ }, { "id": "encodedaudiochunk", - "href": "https://w3c.github.io/webcodecs/#encodedaudiochunk", + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk", "linkingText": [ "EncodedAudioChunk" ], @@ -3509,7 +3509,7 @@ }, { "id": "dom-encodedaudiochunk-encodedaudiochunk-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk-init-init", "linkingText": [ "init" ], @@ -3530,7 +3530,7 @@ }, { "id": "dictdef-encodedaudiochunkinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-encodedaudiochunkinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-encodedaudiochunkinit", "linkingText": [ "EncodedAudioChunkInit" ], @@ -3548,7 +3548,7 @@ }, { "id": "dom-encodedaudiochunkinit-type", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunkinit-type", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-type", "linkingText": [ "type" ], @@ -3568,7 +3568,7 @@ }, { "id": "dom-encodedaudiochunkinit-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunkinit-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-timestamp", "linkingText": [ "timestamp" ], @@ -3588,7 +3588,7 @@ }, { "id": "dom-encodedaudiochunkinit-data", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunkinit-data", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunkinit-data", "linkingText": [ "data" ], @@ -3608,7 +3608,7 @@ }, { "id": "enumdef-encodedaudiochunktype", - "href": "https://w3c.github.io/webcodecs/#enumdef-encodedaudiochunktype", + "href": "https://www.w3.org/TR/webcodecs/#enumdef-encodedaudiochunktype", "linkingText": [ "EncodedAudioChunkType" ], @@ -3626,7 +3626,7 @@ }, { "id": "dom-encodedaudiochunktype-key", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunktype-key", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunktype-key", "linkingText": [ "\"key\"" ], @@ -3646,7 +3646,7 @@ }, { "id": "dom-encodedaudiochunktype-delta", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunktype-delta", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunktype-delta", "linkingText": [ "\"delta\"" ], @@ -3666,7 +3666,7 @@ }, { "id": "dom-encodedaudiochunk-encodedaudiochunk", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-encodedaudiochunk", "linkingText": [ "EncodedAudioChunk(init)", "constructor(init)" @@ -3687,7 +3687,7 @@ }, { "id": "dom-encodedaudiochunk-type", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-type", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-type", "linkingText": [ "type" ], @@ -3707,7 +3707,7 @@ }, { "id": "dom-encodedaudiochunk-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-timestamp", "linkingText": [ "timestamp" ], @@ -3727,7 +3727,7 @@ }, { "id": "dom-encodedaudiochunk-data", - "href": "https://w3c.github.io/webcodecs/#dom-encodedaudiochunk-data", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedaudiochunk-data", "linkingText": [ "data" ], @@ -3747,7 +3747,7 @@ }, { "id": "encodedvideochunk", - "href": "https://w3c.github.io/webcodecs/#encodedvideochunk", + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk", "linkingText": [ "EncodedVideoChunk" ], @@ -3765,7 +3765,7 @@ }, { "id": "dom-encodedvideochunk-encodedvideochunk-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-encodedvideochunk-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-encodedvideochunk-init-init", "linkingText": [ "init" ], @@ -3786,7 +3786,7 @@ }, { "id": "dictdef-encodedvideochunkinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-encodedvideochunkinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-encodedvideochunkinit", "linkingText": [ "EncodedVideoChunkInit" ], @@ -3804,7 +3804,7 @@ }, { "id": "dom-encodedvideochunkinit-type", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkinit-type", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-type", "linkingText": [ "type" ], @@ -3824,7 +3824,7 @@ }, { "id": "dom-encodedvideochunkinit-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkinit-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-timestamp", "linkingText": [ "timestamp" ], @@ -3844,7 +3844,7 @@ }, { "id": "dom-encodedvideochunkinit-duration", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkinit-duration", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-duration", "linkingText": [ "duration" ], @@ -3864,7 +3864,7 @@ }, { "id": "dom-encodedvideochunkinit-data", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunkinit-data", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunkinit-data", "linkingText": [ "data" ], @@ -3884,7 +3884,7 @@ }, { "id": "enumdef-encodedvideochunktype", - "href": "https://w3c.github.io/webcodecs/#enumdef-encodedvideochunktype", + "href": "https://www.w3.org/TR/webcodecs/#enumdef-encodedvideochunktype", "linkingText": [ "EncodedVideoChunkType" ], @@ -3902,7 +3902,7 @@ }, { "id": "dom-encodedvideochunktype-key", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunktype-key", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunktype-key", "linkingText": [ "\"key\"" ], @@ -3922,7 +3922,7 @@ }, { "id": "dom-encodedvideochunktype-delta", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunktype-delta", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunktype-delta", "linkingText": [ "\"delta\"" ], @@ -3942,7 +3942,7 @@ }, { "id": "dom-encodedvideochunk-encodedvideochunk", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-encodedvideochunk", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-encodedvideochunk", "linkingText": [ "EncodedVideoChunk(init)", "constructor(init)" @@ -3963,7 +3963,7 @@ }, { "id": "dom-encodedvideochunk-type", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-type", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-type", "linkingText": [ "type" ], @@ -3983,7 +3983,7 @@ }, { "id": "dom-encodedvideochunk-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-timestamp", "linkingText": [ "timestamp" ], @@ -4003,7 +4003,7 @@ }, { "id": "dom-encodedvideochunk-duration", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-duration", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-duration", "linkingText": [ "duration" ], @@ -4023,7 +4023,7 @@ }, { "id": "dom-encodedvideochunk-data", - "href": "https://w3c.github.io/webcodecs/#dom-encodedvideochunk-data", + "href": "https://www.w3.org/TR/webcodecs/#dom-encodedvideochunk-data", "linkingText": [ "data" ], @@ -4043,7 +4043,7 @@ }, { "id": "audioframe", - "href": "https://w3c.github.io/webcodecs/#audioframe", + "href": "https://www.w3.org/TR/webcodecs/#audioframe", "linkingText": [ "AudioFrame" ], @@ -4061,7 +4061,7 @@ }, { "id": "dom-audioframe-audioframe-init-init", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-audioframe-init-init", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-audioframe-init-init", "linkingText": [ "init" ], @@ -4082,7 +4082,7 @@ }, { "id": "dictdef-audioframeinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioframeinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioframeinit", "linkingText": [ "AudioFrameInit" ], @@ -4100,7 +4100,7 @@ }, { "id": "dom-audioframeinit-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-audioframeinit-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframeinit-timestamp", "linkingText": [ "timestamp" ], @@ -4120,7 +4120,7 @@ }, { "id": "dom-audioframeinit-buffer", - "href": "https://w3c.github.io/webcodecs/#dom-audioframeinit-buffer", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframeinit-buffer", "linkingText": [ "buffer" ], @@ -4140,7 +4140,7 @@ }, { "id": "dom-audioframe-detached-slot", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-detached-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-detached-slot", "linkingText": [ "[[detached]]" ], @@ -4160,7 +4160,7 @@ }, { "id": "dom-audioframe-audioframe", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-audioframe", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-audioframe", "linkingText": [ "AudioFrame(init)", "constructor(init)" @@ -4181,7 +4181,7 @@ }, { "id": "dom-audioframe-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-timestamp", "linkingText": [ "timestamp" ], @@ -4201,7 +4201,7 @@ }, { "id": "dom-audioframe-buffer", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-buffer", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-buffer", "linkingText": [ "buffer" ], @@ -4221,7 +4221,7 @@ }, { "id": "dom-audioframe-close", - "href": "https://w3c.github.io/webcodecs/#dom-audioframe-close", + "href": "https://www.w3.org/TR/webcodecs/#dom-audioframe-close", "linkingText": [ "close()" ], @@ -4241,7 +4241,7 @@ }, { "id": "videoframe", - "href": "https://w3c.github.io/webcodecs/#videoframe", + "href": "https://www.w3.org/TR/webcodecs/#videoframe", "linkingText": [ "VideoFrame" ], @@ -4259,7 +4259,7 @@ }, { "id": "dom-videoframe-videoframe-imagebitmap-frameinit-imagebitmap", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-imagebitmap-frameinit-imagebitmap", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-imagebitmap-frameinit-imagebitmap", "linkingText": [ "imageBitmap" ], @@ -4282,7 +4282,7 @@ }, { "id": "dom-videoframe-videoframe-imagebitmap-frameinit-frameinit", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-imagebitmap-frameinit-frameinit", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-imagebitmap-frameinit-frameinit", "linkingText": [ "frameInit" ], @@ -4305,7 +4305,7 @@ }, { "id": "dom-videoframe-videoframe-pixelformat-planes-frameinit-pixelformat", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-pixelformat", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-pixelformat", "linkingText": [ "pixelFormat" ], @@ -4328,7 +4328,7 @@ }, { "id": "dom-videoframe-videoframe-pixelformat-planes-frameinit-planes", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-planes", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-planes", "linkingText": [ "planes" ], @@ -4351,7 +4351,7 @@ }, { "id": "dom-videoframe-videoframe-pixelformat-planes-frameinit-frameinit", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-frameinit", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit-frameinit", "linkingText": [ "frameInit" ], @@ -4374,7 +4374,7 @@ }, { "id": "dom-videoframe-createimagebitmap-options-options", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-createimagebitmap-options-options", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-createimagebitmap-options-options", "linkingText": [ "options" ], @@ -4395,7 +4395,7 @@ }, { "id": "dictdef-videoframeinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoframeinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoframeinit", "linkingText": [ "VideoFrameInit" ], @@ -4413,7 +4413,7 @@ }, { "id": "dom-videoframeinit-codedwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-codedwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-codedwidth", "linkingText": [ "codedWidth" ], @@ -4433,7 +4433,7 @@ }, { "id": "dom-videoframeinit-codedheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-codedheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-codedheight", "linkingText": [ "codedHeight" ], @@ -4453,7 +4453,7 @@ }, { "id": "dom-videoframeinit-cropleft", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-cropleft", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-cropleft", "linkingText": [ "cropLeft" ], @@ -4473,7 +4473,7 @@ }, { "id": "dom-videoframeinit-croptop", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-croptop", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-croptop", "linkingText": [ "cropTop" ], @@ -4493,7 +4493,7 @@ }, { "id": "dom-videoframeinit-cropwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-cropwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-cropwidth", "linkingText": [ "cropWidth" ], @@ -4513,7 +4513,7 @@ }, { "id": "dom-videoframeinit-cropheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-cropheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-cropheight", "linkingText": [ "cropHeight" ], @@ -4533,7 +4533,7 @@ }, { "id": "dom-videoframeinit-displaywidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-displaywidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-displaywidth", "linkingText": [ "displayWidth" ], @@ -4553,7 +4553,7 @@ }, { "id": "dom-videoframeinit-displayheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-displayheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-displayheight", "linkingText": [ "displayHeight" ], @@ -4573,7 +4573,7 @@ }, { "id": "dom-videoframeinit-duration", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-duration", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-duration", "linkingText": [ "duration" ], @@ -4593,7 +4593,7 @@ }, { "id": "dom-videoframeinit-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-videoframeinit-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframeinit-timestamp", "linkingText": [ "timestamp" ], @@ -4613,7 +4613,7 @@ }, { "id": "dom-videoframe-detached-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-detached-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-detached-slot", "linkingText": [ "[[detached]]" ], @@ -4633,7 +4633,7 @@ }, { "id": "dom-videoframe-format-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-format-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-format-slot", "linkingText": [ "[[format]]" ], @@ -4653,7 +4653,7 @@ }, { "id": "dom-videoframe-planes-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-planes-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-planes-slot", "linkingText": [ "[[planes]]" ], @@ -4673,7 +4673,7 @@ }, { "id": "dom-videoframe-coded-width-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-coded-width-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-coded-width-slot", "linkingText": [ "[[coded width]]" ], @@ -4693,7 +4693,7 @@ }, { "id": "dom-videoframe-coded-height-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-coded-height-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-coded-height-slot", "linkingText": [ "[[coded height]]" ], @@ -4713,7 +4713,7 @@ }, { "id": "dom-videoframe-crop-left-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-crop-left-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-crop-left-slot", "linkingText": [ "[[crop left]]" ], @@ -4733,7 +4733,7 @@ }, { "id": "dom-videoframe-crop-top-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-crop-top-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-crop-top-slot", "linkingText": [ "[[crop top]]" ], @@ -4753,7 +4753,7 @@ }, { "id": "dom-videoframe-crop-width-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-crop-width-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-crop-width-slot", "linkingText": [ "[[crop width]]" ], @@ -4773,7 +4773,7 @@ }, { "id": "dom-videoframe-crop-height-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-crop-height-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-crop-height-slot", "linkingText": [ "[[crop height]]" ], @@ -4793,7 +4793,7 @@ }, { "id": "dom-videoframe-display-width-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-display-width-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-width-slot", "linkingText": [ "[[display width]]" ], @@ -4813,7 +4813,7 @@ }, { "id": "dom-videoframe-display-height-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-display-height-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-display-height-slot", "linkingText": [ "[[display height]]" ], @@ -4833,7 +4833,7 @@ }, { "id": "dom-videoframe-duration-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-duration-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-duration-slot", "linkingText": [ "[[duration]]" ], @@ -4853,7 +4853,7 @@ }, { "id": "dom-videoframe-timestamp-slot", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-timestamp-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-timestamp-slot", "linkingText": [ "[[timestamp]]" ], @@ -4873,7 +4873,7 @@ }, { "id": "dom-videoframe-videoframe", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe", "linkingText": [ "VideoFrame(imageBitmap, frameInit)", "constructor(imageBitmap, frameInit)", @@ -4896,7 +4896,7 @@ }, { "id": "dom-videoframe-videoframe-pixelformat-planes-frameinit", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-videoframe-pixelformat-planes-frameinit", "linkingText": [ "VideoFrame(pixelFormat, planes, frameInit)", "constructor(pixelFormat, planes, frameInit)", @@ -4919,7 +4919,7 @@ }, { "id": "dom-videoframe-format", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-format", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-format", "linkingText": [ "format" ], @@ -4939,7 +4939,7 @@ }, { "id": "dom-videoframe-planes", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-planes", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-planes", "linkingText": [ "planes" ], @@ -4959,7 +4959,7 @@ }, { "id": "dom-videoframe-codedwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-codedwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-codedwidth", "linkingText": [ "codedWidth" ], @@ -4979,7 +4979,7 @@ }, { "id": "dom-videoframe-codedheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-codedheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-codedheight", "linkingText": [ "codedHeight" ], @@ -4999,7 +4999,7 @@ }, { "id": "dom-videoframe-cropleft", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-cropleft", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-cropleft", "linkingText": [ "cropLeft" ], @@ -5019,7 +5019,7 @@ }, { "id": "dom-videoframe-croptop", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-croptop", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-croptop", "linkingText": [ "cropTop" ], @@ -5039,7 +5039,7 @@ }, { "id": "dom-videoframe-cropwidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-cropwidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-cropwidth", "linkingText": [ "cropWidth" ], @@ -5059,7 +5059,7 @@ }, { "id": "dom-videoframe-cropheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-cropheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-cropheight", "linkingText": [ "cropHeight" ], @@ -5079,7 +5079,7 @@ }, { "id": "dom-videoframe-displaywidth", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-displaywidth", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-displaywidth", "linkingText": [ "displayWidth" ], @@ -5099,7 +5099,7 @@ }, { "id": "dom-videoframe-displayheight", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-displayheight", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-displayheight", "linkingText": [ "displayHeight" ], @@ -5119,7 +5119,7 @@ }, { "id": "dom-videoframe-timestamp", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-timestamp", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-timestamp", "linkingText": [ "timestamp" ], @@ -5139,7 +5139,7 @@ }, { "id": "dom-videoframe-duration", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-duration", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-duration", "linkingText": [ "duration" ], @@ -5159,7 +5159,7 @@ }, { "id": "dom-videoframe-destroy", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-destroy", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-destroy", "linkingText": [ "destroy()" ], @@ -5179,7 +5179,7 @@ }, { "id": "dom-videoframe-clone", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-clone", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-clone", "linkingText": [ "clone()" ], @@ -5199,7 +5199,7 @@ }, { "id": "dom-videoframe-createimagebitmap", - "href": "https://w3c.github.io/webcodecs/#dom-videoframe-createimagebitmap", + "href": "https://www.w3.org/TR/webcodecs/#dom-videoframe-createimagebitmap", "linkingText": [ "createImageBitmap(options)", "createImageBitmap()" @@ -5220,7 +5220,7 @@ }, { "id": "valid-videoframeinit", - "href": "https://w3c.github.io/webcodecs/#valid-videoframeinit", + "href": "https://www.w3.org/TR/webcodecs/#valid-videoframeinit", "linkingText": [ "valid VideoFrameInit" ], @@ -5238,7 +5238,7 @@ }, { "id": "plane", - "href": "https://w3c.github.io/webcodecs/#plane", + "href": "https://www.w3.org/TR/webcodecs/#plane", "linkingText": [ "Plane" ], @@ -5256,7 +5256,7 @@ }, { "id": "dom-plane-readinto-dst-dst", - "href": "https://w3c.github.io/webcodecs/#dom-plane-readinto-dst-dst", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-readinto-dst-dst", "linkingText": [ "dst" ], @@ -5276,7 +5276,7 @@ }, { "id": "dictdef-planeinit", - "href": "https://w3c.github.io/webcodecs/#dictdef-planeinit", + "href": "https://www.w3.org/TR/webcodecs/#dictdef-planeinit", "linkingText": [ "PlaneInit" ], @@ -5294,7 +5294,7 @@ }, { "id": "dom-planeinit-src", - "href": "https://w3c.github.io/webcodecs/#dom-planeinit-src", + "href": "https://www.w3.org/TR/webcodecs/#dom-planeinit-src", "linkingText": [ "src" ], @@ -5314,7 +5314,7 @@ }, { "id": "dom-planeinit-stride", - "href": "https://w3c.github.io/webcodecs/#dom-planeinit-stride", + "href": "https://www.w3.org/TR/webcodecs/#dom-planeinit-stride", "linkingText": [ "stride" ], @@ -5334,7 +5334,7 @@ }, { "id": "dom-planeinit-rows", - "href": "https://w3c.github.io/webcodecs/#dom-planeinit-rows", + "href": "https://www.w3.org/TR/webcodecs/#dom-planeinit-rows", "linkingText": [ "rows" ], @@ -5354,7 +5354,7 @@ }, { "id": "dom-plane-parent-frame-slot", - "href": "https://w3c.github.io/webcodecs/#dom-plane-parent-frame-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-parent-frame-slot", "linkingText": [ "[[parent frame]]" ], @@ -5374,7 +5374,7 @@ }, { "id": "dom-plane-plane-buffer-slot", - "href": "https://w3c.github.io/webcodecs/#dom-plane-plane-buffer-slot", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-plane-buffer-slot", "linkingText": [ "[[plane buffer]]" ], @@ -5394,7 +5394,7 @@ }, { "id": "dom-plane-stride", - "href": "https://w3c.github.io/webcodecs/#dom-plane-stride", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-stride", "linkingText": [ "stride" ], @@ -5414,7 +5414,7 @@ }, { "id": "dom-plane-rows", - "href": "https://w3c.github.io/webcodecs/#dom-plane-rows", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-rows", "linkingText": [ "rows" ], @@ -5434,7 +5434,7 @@ }, { "id": "dom-plane-length", - "href": "https://w3c.github.io/webcodecs/#dom-plane-length", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-length", "linkingText": [ "length" ], @@ -5454,7 +5454,7 @@ }, { "id": "dom-plane-readinto", - "href": "https://w3c.github.io/webcodecs/#dom-plane-readinto", + "href": "https://www.w3.org/TR/webcodecs/#dom-plane-readinto", "linkingText": [ "readInto(dst)" ], @@ -5474,7 +5474,7 @@ }, { "id": "enumdef-pixelformat", - "href": "https://w3c.github.io/webcodecs/#enumdef-pixelformat", + "href": "https://www.w3.org/TR/webcodecs/#enumdef-pixelformat", "linkingText": [ "PixelFormat" ], @@ -5492,7 +5492,7 @@ }, { "id": "dom-pixelformat-i420", - "href": "https://w3c.github.io/webcodecs/#dom-pixelformat-i420", + "href": "https://www.w3.org/TR/webcodecs/#dom-pixelformat-i420", "linkingText": [ "\"I420\"", "I420" @@ -5513,7 +5513,7 @@ }, { "id": "clone-frame", - "href": "https://w3c.github.io/webcodecs/#clone-frame", + "href": "https://www.w3.org/TR/webcodecs/#clone-frame", "linkingText": [ "Clone Frame" ], diff --git a/tr/dfns/webrtc-encoded-transform.json b/tr/dfns/webrtc-encoded-transform.json index 4d668530ffa4..3de8b1f2604b 100644 --- a/tr/dfns/webrtc-encoded-transform.json +++ b/tr/dfns/webrtc-encoded-transform.json @@ -62,26 +62,6 @@ }, "definedIn": "pre" }, - { - "id": "dom-rtcconfiguration-encodedinsertablestreams", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcconfiguration-encodedinsertablestreams", - "linkingText": [ - "encodedInsertableStreams" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "RTCConfiguration" - ], - "access": "public", - "informative": false, - "heading": { - "id": "specification", - "title": "Specification", - "number": "3" - }, - "definedIn": "pre" - }, { "id": "typedefdef-rtcrtptransform", "href": "https://w3c.github.io/webrtc-encoded-transform/#typedefdef-rtcrtptransform", @@ -100,46 +80,6 @@ }, "definedIn": "pre" }, - { - "id": "dom-rtcrtpreceiver-createencodedstreams", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpreceiver-createencodedstreams", - "linkingText": [ - "createEncodedStreams()" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "RTCRtpReceiver" - ], - "access": "public", - "informative": false, - "heading": { - "id": "specification", - "title": "Specification", - "number": "3" - }, - "definedIn": "pre" - }, - { - "id": "dom-rtcrtpsender-createencodedstreams", - "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsender-createencodedstreams", - "linkingText": [ - "createEncodedStreams()" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "RTCRtpSender" - ], - "access": "public", - "informative": false, - "heading": { - "id": "stream-creation", - "title": "Stream creation", - "number": "3.1.1" - }, - "definedIn": "prose" - }, { "id": "readencodeddata", "href": "https://w3c.github.io/webrtc-encoded-transform/#readencodeddata", diff --git a/tr/dfns/webtransport.json b/tr/dfns/webtransport.json index 51016f1016af..28bf11237fc7 100644 --- a/tr/dfns/webtransport.json +++ b/tr/dfns/webtransport.json @@ -261,10 +261,28 @@ "definedIn": "dt" }, { - "id": "readdatagrams", - "href": "https://w3c.github.io/webtransport/#readdatagrams", + "id": "pulldatagrams", + "href": "https://w3c.github.io/webtransport/#pulldatagrams", "linkingText": [ - "readDatagrams" + "pullDatagrams" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "datagrams-transport-procedures", + "title": "Procedures", + "number": "6.2" + }, + "definedIn": "prose" + }, + { + "id": "receivedatagrams", + "href": "https://w3c.github.io/webtransport/#receivedatagrams", + "linkingText": [ + "receiveDatagrams" ], "localLinkingText": [], "type": "dfn", @@ -332,6 +350,46 @@ }, "definedIn": "prose" }, + { + "id": "datagramduplexstream-readable", + "href": "https://w3c.github.io/webtransport/#datagramduplexstream-readable", + "linkingText": [ + "[[Readable]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "DatagramDuplexStream" + ], + "access": "private", + "informative": false, + "heading": { + "id": "datagramduplexstream-internal-slots", + "title": "Internal slots", + "number": "7.1" + }, + "definedIn": "table" + }, + { + "id": "datagramduplexstream-writable", + "href": "https://w3c.github.io/webtransport/#datagramduplexstream-writable", + "linkingText": [ + "[[Writable]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "DatagramDuplexStream" + ], + "access": "private", + "informative": false, + "heading": { + "id": "datagramduplexstream-internal-slots", + "title": "Internal slots", + "number": "7.1" + }, + "definedIn": "table" + }, { "id": "datagramduplexstream-create", "href": "https://w3c.github.io/webtransport/#datagramduplexstream-create", @@ -347,9 +405,9 @@ "access": "public", "informative": false, "heading": { - "id": "duplex-stream", - "title": "DatagramDuplexStream Interface", - "number": "7" + "id": "datagramduplexstream-internal-slots", + "title": "Internal slots", + "number": "7.1" }, "definedIn": "prose" }, @@ -367,9 +425,9 @@ "access": "public", "informative": false, "heading": { - "id": "duplex-stream", - "title": "DatagramDuplexStream Interface", - "number": "7" + "id": "datagramduplexstream-internal-slots", + "title": "Internal slots", + "number": "7.1" }, "definedIn": "prose" }, @@ -387,9 +445,9 @@ "access": "public", "informative": false, "heading": { - "id": "duplex-stream", - "title": "DatagramDuplexStream Interface", - "number": "7" + "id": "datagramduplexstream-internal-slots", + "title": "Internal slots", + "number": "7.1" }, "definedIn": "prose" }, @@ -409,7 +467,7 @@ "heading": { "id": "duplex-stream-attributes", "title": "Attributes", - "number": "7.1" + "number": "7.2" }, "definedIn": "dt" }, @@ -429,7 +487,7 @@ "heading": { "id": "duplex-stream-attributes", "title": "Attributes", - "number": "7.1" + "number": "7.2" }, "definedIn": "dt" }, @@ -681,6 +739,86 @@ }, "definedIn": "table" }, + { + "id": "webtransport-incomingdatagramsqueue", + "href": "https://w3c.github.io/webtransport/#webtransport-incomingdatagramsqueue", + "linkingText": [ + "[[IncomingDatagramsQueue]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WebTransport" + ], + "access": "private", + "informative": false, + "heading": { + "id": "webtransport-internal-slots", + "title": "Internal slots", + "number": "8.1" + }, + "definedIn": "table" + }, + { + "id": "webtransport-incomingdatagramspullpromise", + "href": "https://w3c.github.io/webtransport/#webtransport-incomingdatagramspullpromise", + "linkingText": [ + "[[IncomingDatagramsPullPromise]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WebTransport" + ], + "access": "private", + "informative": false, + "heading": { + "id": "webtransport-internal-slots", + "title": "Internal slots", + "number": "8.1" + }, + "definedIn": "table" + }, + { + "id": "webtransport-incomingdatagramshighwatermark", + "href": "https://w3c.github.io/webtransport/#webtransport-incomingdatagramshighwatermark", + "linkingText": [ + "[[IncomingDatagramsHighWaterMark]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WebTransport" + ], + "access": "private", + "informative": false, + "heading": { + "id": "webtransport-internal-slots", + "title": "Internal slots", + "number": "8.1" + }, + "definedIn": "table" + }, + { + "id": "webtransport-incomingdatagramsexpirationduration", + "href": "https://w3c.github.io/webtransport/#webtransport-incomingdatagramsexpirationduration", + "linkingText": [ + "[[IncomingDatagramsExpirationDuration]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "WebTransport" + ], + "access": "private", + "informative": false, + "heading": { + "id": "webtransport-internal-slots", + "title": "Internal slots", + "number": "8.1" + }, + "definedIn": "table" + }, { "id": "webtransport-outgoingdatagramsqueue", "href": "https://w3c.github.io/webtransport/#webtransport-outgoingdatagramsqueue", diff --git a/tr/diff.md b/tr/diff.md index 7f29c9b191a9..2d504cd20e38 100644 --- a/tr/diff.md +++ b/tr/diff.md @@ -1,54 +1,103 @@ -% Diff between report from "April 26, 2021" and reference report from "April 19, 2021" +% Diff between report from "May 03, 2021" and reference report from "April 26, 2021" % Reffy -% April 26, 2021 +% May 03, 2021 -## Background Fetch +## Client Hints Infrastructure -- Initial URL: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) +- Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/background-fetch/](https://wicg.github.io/background-fetch/) +- Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) +- Missing references for links: *INS* https://www.w3.org/TR/permissions-policy/ + + +## Constructable Stylesheet Objects + +- Initial URL: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) - Unknown WebIDL names used: *DEL* void -## CSS Text Module Level 3 +## CSS Layout API Level 1 + +- Initial URL: [https://www.w3.org/TR/css-layout-api-1/](https://www.w3.org/TR/css-layout-api-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.css-houdini.org/css-layout-api-1/](https://drafts.css-houdini.org/css-layout-api-1/) +- Invalid WebIDL content found: *INS* false / *DEL* true +- Obsolete WebIDL constructs found: *INS* false +- Unknown WebIDL names used: *INS* CSS, void + + +## CSS Typed OM Level 1 -- Initial URL: [https://www.w3.org/TR/css-text-3/](https://www.w3.org/TR/css-text-3/) +- Initial URL: [https://www.w3.org/TR/css-typed-om-1/](https://www.w3.org/TR/css-typed-om-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://drafts.csswg.org/css-text-3/](https://drafts.csswg.org/css-text-3/) -- Missing references for links: *DEL* https://www.w3.org/TR/css-writing-modes/, https://www.w3.org/TR/css-fonts/ +- Editor's Draft: [https://drafts.css-houdini.org/css-typed-om-1/](https://drafts.css-houdini.org/css-typed-om-1/) +- Unknown [Exposed] names used: *DEL* LayoutWorklet -## Fetch Standard +## Image Resource -- Initial URL: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Initial URL: [https://www.w3.org/TR/image-resource/](https://www.w3.org/TR/image-resource/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) -- Inconsistent references for links: *INS* https://www.w3.org/TR/resource-timing-2/ +- Editor's Draft: [https://w3c.github.io/image-resource/](https://w3c.github.io/image-resource/) +- Missing references for links: *INS* https://www.w3.org/TR/wai-aria/ -## File API +## Payment Handler API -- Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) +- Initial URL: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) +- Editor's Draft: [https://w3c.github.io/payment-handler/](https://w3c.github.io/payment-handler/) - Unknown WebIDL names used: *DEL* void -- Missing references for links: *DEL* https://www.w3.org/TR/svg2/ -- Inconsistent references for links: *DEL* https://w3c.github.io/FileAPI/ -## Frame Timing +## Resize Observer -- Initial URL: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) +- Initial URL: [https://www.w3.org/TR/resize-observer-1/](https://www.w3.org/TR/resize-observer-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) -- Spec does not reference WebIDL normatively: *INS* false / *DEL* true +- Editor's Draft: [https://drafts.csswg.org/resize-observer/](https://drafts.csswg.org/resize-observer/) +- Invalid WebIDL content found: *INS* false / *DEL* true +- Obsolete WebIDL constructs found: *INS* false +- Unknown WebIDL names used: *INS* void -## SVG Animations +## Scalable Vector Graphics (SVG) 1.1 (Second Edition) -- Initial URL: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) +- Initial URL: [https://www.w3.org/TR/SVG11/](https://www.w3.org/TR/SVG11/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://svgwg.org/specs/animations/](https://svgwg.org/specs/animations/) -- Unknown WebIDL names used: *DEL* void +- Editor's Draft: [https://svgwg.org/svg2-draft/](https://svgwg.org/svg2-draft/) +- This specification was not in the reference crawl report. + + +## Tracking Preference Expression (DNT) + +- Initial URL: [https://www.w3.org/TR/tracking-dnt/](https://www.w3.org/TR/tracking-dnt/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/dnt/drafts/tracking-dnt.html](https://w3c.github.io/dnt/drafts/tracking-dnt.html) +- This specification was not in the reference crawl report. + + +## Web App Manifest - Application Information + +- Initial URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/manifest-app-info/](https://w3c.github.io/manifest-app-info/) +- This specification was not in the reference crawl report. + + +## WebCodecs + +- Initial URL: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) +- This specification was not in the reference crawl report. + + +## WebCodecs + +- Initial URL: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) +- Crawled URL: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) +- This specification is not in the new crawl report. diff --git a/tr/diffnew.md b/tr/diffnew.md index cd1e4bf04513..949300b8b40c 100644 --- a/tr/diffnew.md +++ b/tr/diffnew.md @@ -1,20 +1,72 @@ -% Diff between report from "April 26, 2021" and reference report from "April 19, 2021" +% Diff between report from "May 03, 2021" and reference report from "April 26, 2021" % Reffy -% April 26, 2021 +% May 03, 2021 -## Fetch Standard +## Client Hints Infrastructure -- Initial URL: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) +- Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://fetch.spec.whatwg.org/](https://fetch.spec.whatwg.org/) -- Inconsistent references for links: *INS* https://www.w3.org/TR/resource-timing-2/ +- Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) +- Missing references for links: *INS* https://www.w3.org/TR/permissions-policy/ -## Frame Timing +## CSS Layout API Level 1 -- Initial URL: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) +- Initial URL: [https://www.w3.org/TR/css-layout-api-1/](https://www.w3.org/TR/css-layout-api-1/) - Crawled URL: [undefined](undefined) -- Editor's Draft: [https://wicg.github.io/frame-timing/](https://wicg.github.io/frame-timing/) -- Spec does not reference WebIDL normatively: *INS* false / *DEL* true +- Editor's Draft: [https://drafts.css-houdini.org/css-layout-api-1/](https://drafts.css-houdini.org/css-layout-api-1/) +- Invalid WebIDL content found: *INS* false / *DEL* true +- Obsolete WebIDL constructs found: *INS* false +- Unknown WebIDL names used: *INS* CSS, void + + +## Image Resource + +- Initial URL: [https://www.w3.org/TR/image-resource/](https://www.w3.org/TR/image-resource/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/image-resource/](https://w3c.github.io/image-resource/) +- Missing references for links: *INS* https://www.w3.org/TR/wai-aria/ + + +## Resize Observer + +- Initial URL: [https://www.w3.org/TR/resize-observer-1/](https://www.w3.org/TR/resize-observer-1/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://drafts.csswg.org/resize-observer/](https://drafts.csswg.org/resize-observer/) +- Invalid WebIDL content found: *INS* false / *DEL* true +- Obsolete WebIDL constructs found: *INS* false +- Unknown WebIDL names used: *INS* void + + +## Scalable Vector Graphics (SVG) 1.1 (Second Edition) + +- Initial URL: [https://www.w3.org/TR/SVG11/](https://www.w3.org/TR/SVG11/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://svgwg.org/svg2-draft/](https://svgwg.org/svg2-draft/) +- This specification was not in the reference crawl report. + + +## Tracking Preference Expression (DNT) + +- Initial URL: [https://www.w3.org/TR/tracking-dnt/](https://www.w3.org/TR/tracking-dnt/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/dnt/drafts/tracking-dnt.html](https://w3c.github.io/dnt/drafts/tracking-dnt.html) +- This specification was not in the reference crawl report. + + +## Web App Manifest - Application Information + +- Initial URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/manifest-app-info/](https://w3c.github.io/manifest-app-info/) +- This specification was not in the reference crawl report. + + +## WebCodecs + +- Initial URL: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) +- Crawled URL: [undefined](undefined) +- Editor's Draft: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) +- This specification was not in the reference crawl report. diff --git a/tr/headings/FileAPI.json b/tr/headings/FileAPI.json index 793a346ea210..3bb282b1d16c 100644 --- a/tr/headings/FileAPI.json +++ b/tr/headings/FileAPI.json @@ -12,7 +12,7 @@ { "id": "profile-and-date", "level": 2, - "title": "W3C Working Draft, 22 April 2021" + "title": "W3C Working Draft, 27 April 2021" }, { "id": "abstract", diff --git a/tr/headings/SVG11.json b/tr/headings/SVG11.json new file mode 100644 index 000000000000..79d49238c7bd --- /dev/null +++ b/tr/headings/SVG11.json @@ -0,0 +1,3669 @@ +{ + "spec": { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "url": "https://www.w3.org/TR/SVG11/" + }, + "headings": [ + { + "id": "pagetitle", + "level": 1, + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)" + }, + { + "id": "pagesubtitle", + "level": 2, + "title": "W3C Recommendation 16 August 2011" + }, + { + "id": "abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "status", + "level": 2, + "title": "Status of this document" + }, + { + "id": "AvailableLanguages", + "level": 3, + "title": "Available languages" + }, + { + "id": "minitoc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "Acknowledgments", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "AboutSVG", + "level": 2, + "title": "About SVG", + "number": "1.1" + }, + { + "id": "MIMEType", + "level": 2, + "title": "SVG MIME type, file name extension and Macintosh file type", + "number": "1.2" + }, + { + "id": "NamespaceAndDTDIdentifiers", + "level": 2, + "title": "SVG Namespace, Public Identifier and System Identifier", + "number": "1.3" + }, + { + "id": "W3CCompatibility", + "level": 2, + "title": "Compatibility with Other Standards Efforts", + "number": "1.4" + }, + { + "id": "Terminology", + "level": 2, + "title": "Terminology", + "number": "1.5" + }, + { + "id": "Definitions", + "level": 2, + "title": "Definitions", + "number": "1.6" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Intro", + "level": 2, + "title": "Introduction", + "number": "I.1" + }, + { + "id": "Scalable", + "level": 3, + "title": "Scalable" + }, + { + "id": "Vector", + "level": 3, + "title": "Vector" + }, + { + "id": "Graphics", + "level": 3, + "title": "Graphics" + }, + { + "id": "XML", + "level": 3, + "title": "XML" + }, + { + "id": "Namespace", + "level": 3, + "title": "Namespace" + }, + { + "id": "Stylable", + "level": 3, + "title": "Stylable" + }, + { + "id": "Concepts", + "level": 2, + "title": "Important SVG concepts", + "number": "2.2" + }, + { + "id": "GraphicalObjects", + "level": 3, + "title": "Graphical Objects" + }, + { + "id": "Symbols", + "level": 3, + "title": "Symbols" + }, + { + "id": "RasterEffects", + "level": 3, + "title": "Raster Effects" + }, + { + "id": "Fonts", + "level": 3, + "title": "Fonts" + }, + { + "id": "SVG11FeatureStrings", + "level": 3, + "title": "SVG 1.1 feature strings", + "number": "O.2" + }, + { + "id": "UsageOptions", + "level": 2, + "title": "Options for using SVG in Web pages", + "number": "2.3" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "PaintersModel", + "level": 2, + "title": "The painters model", + "number": "3.2" + }, + { + "id": "RenderingOrder", + "level": 2, + "title": "Rendering Order", + "number": "3.3" + }, + { + "id": "Grouping", + "level": 2, + "title": "How groups are rendered", + "number": "3.4" + }, + { + "id": "Elements", + "level": 2, + "title": "How elements are rendered", + "number": "3.5" + }, + { + "id": "TypesOfGraphicsElements", + "level": 2, + "title": "Types of graphics elements", + "number": "3.6" + }, + { + "id": "PaintingShapesAndText", + "level": 3, + "title": "Painting shapes and text", + "number": "3.6.1" + }, + { + "id": "PaintingRasterImages", + "level": 3, + "title": "Painting raster images", + "number": "3.6.2" + }, + { + "id": "FilteringPaintRegions", + "level": 2, + "title": "Filtering painted regions", + "number": "3.7" + }, + { + "id": "ClippingMaskingObjectOpacity", + "level": 2, + "title": "Clipping, masking and object opacity", + "number": "3.8" + }, + { + "id": "ParentCompositing", + "level": 2, + "title": "Parent Compositing", + "number": "3.9" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "syntax", + "level": 2, + "title": "Syntax", + "number": "4.1" + }, + { + "id": "BasicDataTypes", + "level": 2, + "title": "Basic data types", + "number": "4.2" + }, + { + "id": "Precision", + "level": 2, + "title": "Real number precision", + "number": "4.3" + }, + { + "id": "ColorKeywords", + "level": 2, + "title": "Recognized color keyword names", + "number": "4.4" + }, + { + "id": "BasicDOMInterfaces", + "level": 2, + "title": "Basic DOM interfaces", + "number": "4.5" + }, + { + "id": "InterfaceSVGElement", + "level": 3, + "title": "Interface SVGElement", + "number": "4.5.1" + }, + { + "id": "InterfaceSVGAnimatedBoolean", + "level": 3, + "title": "Interface SVGAnimatedBoolean", + "number": "4.5.2" + }, + { + "id": "InterfaceSVGAnimatedString", + "level": 3, + "title": "Interface SVGAnimatedString", + "number": "4.5.3" + }, + { + "id": "InterfaceSVGStringList", + "level": 3, + "title": "Interface SVGStringList", + "number": "4.5.4" + }, + { + "id": "InterfaceSVGAnimatedEnumeration", + "level": 3, + "title": "Interface SVGAnimatedEnumeration", + "number": "4.5.5" + }, + { + "id": "InterfaceSVGAnimatedInteger", + "level": 3, + "title": "Interface SVGAnimatedInteger", + "number": "4.5.6" + }, + { + "id": "InterfaceSVGNumber", + "level": 3, + "title": "Interface SVGNumber", + "number": "4.5.7" + }, + { + "id": "InterfaceSVGAnimatedNumber", + "level": 3, + "title": "Interface SVGAnimatedNumber", + "number": "4.5.8" + }, + { + "id": "InterfaceSVGNumberList", + "level": 3, + "title": "Interface SVGNumberList", + "number": "4.5.9" + }, + { + "id": "InterfaceSVGAnimatedNumberList", + "level": 3, + "title": "Interface SVGAnimatedNumberList", + "number": "4.5.10" + }, + { + "id": "InterfaceSVGLength", + "level": 3, + "title": "Interface SVGLength", + "number": "4.5.11" + }, + { + "id": "InterfaceSVGAnimatedLength", + "level": 3, + "title": "Interface SVGAnimatedLength", + "number": "4.5.12" + }, + { + "id": "InterfaceSVGLengthList", + "level": 3, + "title": "Interface SVGLengthList", + "number": "4.5.13" + }, + { + "id": "InterfaceSVGAnimatedLengthList", + "level": 3, + "title": "Interface SVGAnimatedLengthList", + "number": "4.5.14" + }, + { + "id": "InterfaceSVGAngle", + "level": 3, + "title": "Interface SVGAngle", + "number": "4.5.15" + }, + { + "id": "InterfaceSVGAnimatedAngle", + "level": 3, + "title": "Interface SVGAnimatedAngle", + "number": "4.5.16" + }, + { + "id": "InterfaceSVGColor", + "level": 3, + "title": "Interface SVGColor", + "number": "4.5.17" + }, + { + "id": "InterfaceSVGICCColor", + "level": 3, + "title": "Interface SVGICCColor", + "number": "4.5.18" + }, + { + "id": "InterfaceSVGRect", + "level": 3, + "title": "Interface SVGRect", + "number": "4.5.19" + }, + { + "id": "InterfaceSVGAnimatedRect", + "level": 3, + "title": "Interface SVGAnimatedRect", + "number": "4.5.20" + }, + { + "id": "InterfaceSVGUnitTypes", + "level": 3, + "title": "Interface SVGUnitTypes", + "number": "4.5.21" + }, + { + "id": "InterfaceSVGStylable", + "level": 3, + "title": "Interface SVGStylable", + "number": "4.5.22" + }, + { + "id": "InterfaceSVGLocatable", + "level": 3, + "title": "Interface SVGLocatable", + "number": "4.5.23" + }, + { + "id": "InterfaceSVGTransformable", + "level": 3, + "title": "Interface SVGTransformable", + "number": "4.5.24" + }, + { + "id": "InterfaceSVGTests", + "level": 3, + "title": "Interface SVGTests", + "number": "4.5.25" + }, + { + "id": "InterfaceSVGLangSpace", + "level": 3, + "title": "Interface SVGLangSpace", + "number": "4.5.26" + }, + { + "id": "InterfaceSVGExternalResourcesRequired", + "level": 3, + "title": "Interface SVGExternalResourcesRequired", + "number": "4.5.27" + }, + { + "id": "InterfaceSVGFitToViewBox", + "level": 3, + "title": "Interface SVGFitToViewBox", + "number": "4.5.28" + }, + { + "id": "InterfaceSVGZoomAndPan", + "level": 3, + "title": "Interface SVGZoomAndPan", + "number": "4.5.29" + }, + { + "id": "InterfaceSVGViewSpec", + "level": 3, + "title": "Interface SVGViewSpec", + "number": "4.5.30" + }, + { + "id": "InterfaceSVGURIReference", + "level": 3, + "title": "Interface SVGURIReference", + "number": "4.5.31" + }, + { + "id": "InterfaceSVGCSSRule", + "level": 3, + "title": "Interface SVGCSSRule", + "number": "4.5.32" + }, + { + "id": "InterfaceSVGRenderingIntent", + "level": 3, + "title": "Interface SVGRenderingIntent", + "number": "4.5.33" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "NewDocument", + "level": 2, + "title": "Defining an SVG document fragment: the ā€˜svgā€™ element", + "number": "5.1" + }, + { + "id": "NewDocumentOverview", + "level": 3, + "title": "Overview", + "number": "5.1.1" + }, + { + "id": "SVGElement", + "level": 3, + "title": "The ā€˜svgā€™ element", + "number": "5.1.2" + }, + { + "id": "Groups", + "level": 2, + "title": "Grouping: the ā€˜gā€™ element", + "number": "5.2" + }, + { + "id": "GroupsOverview", + "level": 3, + "title": "Overview", + "number": "5.2.1" + }, + { + "id": "GElement", + "level": 3, + "title": "The ā€˜gā€™ element", + "number": "5.2.2" + }, + { + "id": "Head", + "level": 2, + "title": "Defining content for reuse, and the ā€˜defsā€™ element", + "number": "5.3" + }, + { + "id": "Overview", + "level": 3, + "title": "Overview", + "number": "5.3.1" + }, + { + "id": "DefsElement", + "level": 3, + "title": "The ā€˜defsā€™ element", + "number": "5.3.2" + }, + { + "id": "DescriptionAndTitleElements", + "level": 2, + "title": "The ā€˜descā€™ and ā€˜titleā€™ elements", + "number": "5.4" + }, + { + "id": "SymbolElement", + "level": 2, + "title": "The ā€˜symbolā€™ element", + "number": "5.5" + }, + { + "id": "UseElement", + "level": 2, + "title": "The ā€˜useā€™ element", + "number": "5.6" + }, + { + "id": "ImageElement", + "level": 2, + "title": "The ā€˜imageā€™ element", + "number": "5.7" + }, + { + "id": "SVG11FeatureStrings", + "level": 2, + "title": "SVG 1.1 feature strings", + "number": "O.2" + }, + { + "id": "ConditionalProcessingOverview", + "level": 3, + "title": "Conditional processing overview", + "number": "5.8.1" + }, + { + "id": "SwitchElement", + "level": 3, + "title": "The ā€˜switchā€™ element", + "number": "5.8.2" + }, + { + "id": "ConditionalProcessingRequiredFeaturesAttribute", + "level": 3, + "title": "The ā€˜requiredFeaturesā€™ attribute", + "number": "5.8.3" + }, + { + "id": "ConditionalProcessingRequiredExtensionsAttribute", + "level": 3, + "title": "The ā€˜requiredExtensionsā€™ attribute", + "number": "5.8.4" + }, + { + "id": "ConditionalProcessingSystemLanguageAttribute", + "level": 3, + "title": "The ā€˜systemLanguageā€™ attribute", + "number": "5.8.5" + }, + { + "id": "ApplicabilityOfTestAttributes", + "level": 3, + "title": "Applicability of test attributes", + "number": "5.8.6" + }, + { + "id": "SVG11FeatureStrings", + "level": 2, + "title": "SVG 1.1 feature strings", + "number": "O.2" + }, + { + "id": "CommonAttributes", + "level": 2, + "title": "Common attributes", + "number": "15.7.2" + }, + { + "id": "Core.attrib", + "level": 3, + "title": "Attributes common to all elements: ā€˜idā€™ and ā€˜xml:baseā€™", + "number": "5.10.1" + }, + { + "id": "LangSpaceAttrs", + "level": 3, + "title": "The ā€˜xml:langā€™ and ā€˜xml:spaceā€™ attributes", + "number": "5.10.2" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGDocument", + "level": 3, + "title": "Interface SVGDocument", + "number": "5.11.1" + }, + { + "id": "InterfaceSVGSVGElement", + "level": 3, + "title": "Interface SVGSVGElement", + "number": "5.11.2" + }, + { + "id": "InterfaceSVGGElement", + "level": 3, + "title": "Interface SVGGElement", + "number": "5.11.3" + }, + { + "id": "InterfaceSVGDefsElement", + "level": 3, + "title": "Interface SVGDefsElement", + "number": "5.11.4" + }, + { + "id": "InterfaceSVGDescElement", + "level": 3, + "title": "Interface SVGDescElement", + "number": "5.11.5" + }, + { + "id": "InterfaceSVGTitleElement", + "level": 3, + "title": "Interface SVGTitleElement", + "number": "5.11.6" + }, + { + "id": "InterfaceSVGSymbolElement", + "level": 3, + "title": "Interface SVGSymbolElement", + "number": "5.11.7" + }, + { + "id": "InterfaceSVGUseElement", + "level": 3, + "title": "Interface SVGUseElement", + "number": "5.11.8" + }, + { + "id": "InterfaceSVGElementInstance", + "level": 3, + "title": "Interface SVGElementInstance", + "number": "5.11.9" + }, + { + "id": "InterfaceSVGElementInstanceList", + "level": 3, + "title": "Interface SVGElementInstanceList", + "number": "5.11.10" + }, + { + "id": "InterfaceSVGImageElement", + "level": 3, + "title": "Interface SVGImageElement", + "number": "5.11.11" + }, + { + "id": "InterfaceSVGSwitchElement", + "level": 3, + "title": "Interface SVGSwitchElement", + "number": "5.11.12" + }, + { + "id": "InterfaceGetSVGDocument", + "level": 3, + "title": "Interface GetSVGDocument", + "number": "5.11.13" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "SVGStylingProperties", + "level": 2, + "title": "SVG's styling properties", + "number": "6.1" + }, + { + "id": "StylingScenarios", + "level": 2, + "title": "Usage scenarios for styling", + "number": "6.2" + }, + { + "id": "AlternativesForStyling", + "level": 2, + "title": "Alternative ways to specify styling properties", + "number": "6.3" + }, + { + "id": "UsingPresentationAttributes", + "level": 2, + "title": "Specifying properties using the presentation attributes", + "number": "6.4" + }, + { + "id": "StylingWithXSL", + "level": 2, + "title": "Styling with XSL", + "number": "6.5" + }, + { + "id": "StylingWithCSS", + "level": 2, + "title": "Styling with CSS", + "number": "6.6" + }, + { + "id": "CaseSensitivity", + "level": 2, + "title": "Case sensitivity of property names and values", + "number": "6.7" + }, + { + "id": "SVGUseOfCSS", + "level": 2, + "title": "Facilities from CSS and XSL used by SVG", + "number": "6.8" + }, + { + "id": "ReferencingExternalStyleSheets", + "level": 2, + "title": "Referencing external style sheets", + "number": "6.9" + }, + { + "id": "StyleElement", + "level": 2, + "title": "The ā€˜styleā€™ element", + "number": "6.10" + }, + { + "id": "ClassAttribute", + "level": 2, + "title": "The ā€˜classā€™ attribute", + "number": "6.11" + }, + { + "id": "StyleAttribute", + "level": 2, + "title": "The ā€˜styleā€™ attribute", + "number": "6.12" + }, + { + "id": "DefaultStyleSheetLanguage", + "level": 2, + "title": "Specifying the default style sheet language", + "number": "6.13" + }, + { + "id": "Inheritance", + "level": 2, + "title": "Inheritance", + "number": "19.2.11" + }, + { + "id": "Scope", + "level": 2, + "title": "The scope/range of styles", + "number": "6.15" + }, + { + "id": "UAStyleSheet", + "level": 2, + "title": "User agent style sheet", + "number": "6.16" + }, + { + "id": "AuralStyleSheets", + "level": 2, + "title": "Aural style sheets", + "number": "6.17" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGStyleElement", + "level": 3, + "title": "Interface SVGStyleElement", + "number": "6.18.1" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "ViewportSpace", + "level": 2, + "title": "The initial viewport", + "number": "7.2" + }, + { + "id": "InitialCoordinateSystem", + "level": 2, + "title": "The initial coordinate system", + "number": "7.3" + }, + { + "id": "EstablishingANewUserSpace", + "level": 2, + "title": "Coordinate system transformations", + "number": "7.4" + }, + { + "id": "NestedTransformations", + "level": 2, + "title": "Nested transformations", + "number": "7.5" + }, + { + "id": "TransformAttribute", + "level": 2, + "title": "The ā€˜transformā€™ attribute", + "number": "7.6" + }, + { + "id": "ViewBoxAttribute", + "level": 2, + "title": "The ā€˜viewBoxā€™ attribute", + "number": "7.7" + }, + { + "id": "PreserveAspectRatioAttribute", + "level": 2, + "title": "The ā€˜preserveAspectRatioā€™ attribute", + "number": "7.8" + }, + { + "id": "EstablishingANewViewport", + "level": 2, + "title": "Establishing a new viewport", + "number": "7.9" + }, + { + "id": "Units", + "level": 2, + "title": "Units", + "number": "7.10" + }, + { + "id": "ObjectBoundingBoxUnits", + "level": 2, + "title": "Object bounding box units", + "number": "7.11" + }, + { + "id": "IntrinsicSizing", + "level": 2, + "title": "Intrinsic sizing properties of the viewport of SVG content", + "number": "7.12" + }, + { + "id": "GeographicCoordinates", + "level": 2, + "title": "Geographic coordinate systems", + "number": "7.13" + }, + { + "id": "SVGGlobalTransformAttribute", + "level": 2, + "title": "The ā€˜svg:transformā€™ attribute", + "number": "7.14" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGPoint", + "level": 3, + "title": "Interface SVGPoint", + "number": "7.15.1" + }, + { + "id": "InterfaceSVGPointList", + "level": 3, + "title": "Interface SVGPointList", + "number": "7.15.2" + }, + { + "id": "InterfaceSVGMatrix", + "level": 3, + "title": "Interface SVGMatrix", + "number": "7.15.3" + }, + { + "id": "InterfaceSVGTransform", + "level": 3, + "title": "Interface SVGTransform", + "number": "7.15.4" + }, + { + "id": "InterfaceSVGTransformList", + "level": 3, + "title": "Interface SVGTransformList", + "number": "7.15.5" + }, + { + "id": "InterfaceSVGAnimatedTransformList", + "level": 3, + "title": "Interface SVGAnimatedTransformList", + "number": "7.15.6" + }, + { + "id": "InterfaceSVGPreserveAspectRatio", + "level": 3, + "title": "Interface SVGPreserveAspectRatio", + "number": "7.15.7" + }, + { + "id": "InterfaceSVGAnimatedPreserveAspectRatio", + "level": 3, + "title": "Interface SVGAnimatedPreserveAspectRatio", + "number": "7.15.8" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "PathElement", + "level": 2, + "title": "The ā€˜pathā€™ element", + "number": "8.2" + }, + { + "id": "PathData", + "level": 2, + "title": "Path data", + "number": "8.3" + }, + { + "id": "PathDataGeneralInformation", + "level": 3, + "title": "General information about path data", + "number": "8.3.1" + }, + { + "id": "PathDataMovetoCommands", + "level": 3, + "title": "The \"moveto\" commands", + "number": "8.3.2" + }, + { + "id": "PathDataClosePathCommand", + "level": 3, + "title": "The \"closepath\" command", + "number": "8.3.3" + }, + { + "id": "PathDataLinetoCommands", + "level": 3, + "title": "The \"lineto\" commands", + "number": "8.3.4" + }, + { + "id": "PathDataCurveCommands", + "level": 3, + "title": "The curve commands", + "number": "8.3.5" + }, + { + "id": "PathDataCubicBezierCommands", + "level": 3, + "title": "The cubic BĆ©zier curve commands", + "number": "8.3.6" + }, + { + "id": "PathDataQuadraticBezierCommands", + "level": 3, + "title": "The quadratic BĆ©zier curve commands", + "number": "8.3.7" + }, + { + "id": "PathDataEllipticalArcCommands", + "level": 3, + "title": "The elliptical arc curve commands", + "number": "8.3.8" + }, + { + "id": "PathDataBNF", + "level": 3, + "title": "The grammar for path data", + "number": "8.3.9" + }, + { + "id": "DistanceAlongAPath", + "level": 2, + "title": "Distance along a path", + "number": "8.4" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGPathSeg", + "level": 3, + "title": "Interface SVGPathSeg", + "number": "8.5.1" + }, + { + "id": "InterfaceSVGPathSegClosePath", + "level": 3, + "title": "Interface SVGPathSegClosePath", + "number": "8.5.2" + }, + { + "id": "InterfaceSVGPathSegMovetoAbs", + "level": 3, + "title": "Interface SVGPathSegMovetoAbs", + "number": "8.5.3" + }, + { + "id": "InterfaceSVGPathSegMovetoRel", + "level": 3, + "title": "Interface SVGPathSegMovetoRel", + "number": "8.5.4" + }, + { + "id": "InterfaceSVGPathSegLinetoAbs", + "level": 3, + "title": "Interface SVGPathSegLinetoAbs", + "number": "8.5.5" + }, + { + "id": "InterfaceSVGPathSegLinetoRel", + "level": 3, + "title": "Interface SVGPathSegLinetoRel", + "number": "8.5.6" + }, + { + "id": "InterfaceSVGPathSegCurvetoCubicAbs", + "level": 3, + "title": "Interface SVGPathSegCurvetoCubicAbs", + "number": "8.5.7" + }, + { + "id": "InterfaceSVGPathSegCurvetoCubicRel", + "level": 3, + "title": "Interface SVGPathSegCurvetoCubicRel", + "number": "8.5.8" + }, + { + "id": "InterfaceSVGPathSegCurvetoQuadraticAbs", + "level": 3, + "title": "Interface SVGPathSegCurvetoQuadraticAbs", + "number": "8.5.9" + }, + { + "id": "InterfaceSVGPathSegCurvetoQuadraticRel", + "level": 3, + "title": "Interface SVGPathSegCurvetoQuadraticRel", + "number": "8.5.10" + }, + { + "id": "InterfaceSVGPathSegArcAbs", + "level": 3, + "title": "Interface SVGPathSegArcAbs", + "number": "8.5.11" + }, + { + "id": "InterfaceSVGPathSegArcRel", + "level": 3, + "title": "Interface SVGPathSegArcRel", + "number": "8.5.12" + }, + { + "id": "InterfaceSVGPathSegLinetoHorizontalAbs", + "level": 3, + "title": "Interface SVGPathSegLinetoHorizontalAbs", + "number": "8.5.13" + }, + { + "id": "InterfaceSVGPathSegLinetoHorizontalRel", + "level": 3, + "title": "Interface SVGPathSegLinetoHorizontalRel", + "number": "8.5.14" + }, + { + "id": "InterfaceSVGPathSegLinetoVerticalAbs", + "level": 3, + "title": "Interface SVGPathSegLinetoVerticalAbs", + "number": "8.5.15" + }, + { + "id": "InterfaceSVGPathSegLinetoVerticalRel", + "level": 3, + "title": "Interface SVGPathSegLinetoVerticalRel", + "number": "8.5.16" + }, + { + "id": "InterfaceSVGPathSegCurvetoCubicSmoothAbs", + "level": 3, + "title": "Interface SVGPathSegCurvetoCubicSmoothAbs", + "number": "8.5.17" + }, + { + "id": "InterfaceSVGPathSegCurvetoCubicSmoothRel", + "level": 3, + "title": "Interface SVGPathSegCurvetoCubicSmoothRel", + "number": "8.5.18" + }, + { + "id": "InterfaceSVGPathSegCurvetoQuadraticSmoothAbs", + "level": 3, + "title": "Interface SVGPathSegCurvetoQuadraticSmoothAbs", + "number": "8.5.19" + }, + { + "id": "InterfaceSVGPathSegCurvetoQuadraticSmoothRel", + "level": 3, + "title": "Interface SVGPathSegCurvetoQuadraticSmoothRel", + "number": "8.5.20" + }, + { + "id": "InterfaceSVGPathSegList", + "level": 3, + "title": "Interface SVGPathSegList", + "number": "8.5.21" + }, + { + "id": "InterfaceSVGAnimatedPathData", + "level": 3, + "title": "Interface SVGAnimatedPathData", + "number": "8.5.22" + }, + { + "id": "InterfaceSVGPathElement", + "level": 3, + "title": "Interface SVGPathElement", + "number": "8.5.23" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "RectElement", + "level": 2, + "title": "The ā€˜rectā€™ element", + "number": "9.2" + }, + { + "id": "CircleElement", + "level": 2, + "title": "The ā€˜circleā€™ element", + "number": "9.3" + }, + { + "id": "EllipseElement", + "level": 2, + "title": "The ā€˜ellipseā€™ element", + "number": "9.4" + }, + { + "id": "LineElement", + "level": 2, + "title": "The ā€˜lineā€™ element", + "number": "9.5" + }, + { + "id": "PolylineElement", + "level": 2, + "title": "The ā€˜polylineā€™ element", + "number": "9.6" + }, + { + "id": "PolygonElement", + "level": 2, + "title": "The ā€˜polygonā€™ element", + "number": "9.7" + }, + { + "id": "PointsBNF", + "level": 3, + "title": "The grammar for points specifications in ā€˜polylineā€™ and ā€˜polygonā€™ elements", + "number": "9.7.1" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGRectElement", + "level": 3, + "title": "Interface SVGRectElement", + "number": "9.8.1" + }, + { + "id": "InterfaceSVGCircleElement", + "level": 3, + "title": "Interface SVGCircleElement", + "number": "9.8.2" + }, + { + "id": "InterfaceSVGEllipseElement", + "level": 3, + "title": "Interface SVGEllipseElement", + "number": "9.8.3" + }, + { + "id": "InterfaceSVGLineElement", + "level": 3, + "title": "Interface SVGLineElement", + "number": "9.8.4" + }, + { + "id": "InterfaceSVGAnimatedPoints", + "level": 3, + "title": "Interface SVGAnimatedPoints", + "number": "9.8.5" + }, + { + "id": "InterfaceSVGPolylineElement", + "level": 3, + "title": "Interface SVGPolylineElement", + "number": "9.8.6" + }, + { + "id": "InterfaceSVGPolygonElement", + "level": 3, + "title": "Interface SVGPolygonElement", + "number": "9.8.7" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "CharactersAndGlyphs", + "level": 2, + "title": "Characters and their corresponding glyphs", + "number": "10.2" + }, + { + "id": "FontsTablesBaselines", + "level": 2, + "title": "Fonts, font tables and baselines", + "number": "10.3" + }, + { + "id": "TextElement", + "level": 2, + "title": "The ā€˜textā€™ element", + "number": "10.4" + }, + { + "id": "TSpanElement", + "level": 2, + "title": "The ā€˜tspanā€™ element", + "number": "10.5" + }, + { + "id": "TRefElement", + "level": 2, + "title": "The ā€˜trefā€™ element", + "number": "10.6" + }, + { + "id": "TextLayout", + "level": 2, + "title": "Text layout", + "number": "10.7" + }, + { + "id": "TextLayoutIntroduction", + "level": 3, + "title": "Text layout introduction", + "number": "10.7.1" + }, + { + "id": "SettingInlineProgressionDirection", + "level": 3, + "title": "Setting the inline-progression-direction", + "number": "10.7.2" + }, + { + "id": "GlyphOrientation", + "level": 3, + "title": "Glyph orientation within a text run", + "number": "10.7.3" + }, + { + "id": "RelationshipWithBiDirectionality", + "level": 3, + "title": "Relationship with bidirectionality", + "number": "10.7.4" + }, + { + "id": "TextRenderingOrder", + "level": 2, + "title": "Text rendering order", + "number": "10.8" + }, + { + "id": "AlignmentProperties", + "level": 2, + "title": "Alignment properties", + "number": "10.9" + }, + { + "id": "TextAlignmentProperties", + "level": 3, + "title": "Text alignment properties", + "number": "10.9.1" + }, + { + "id": "BaselineAlignmentProperties", + "level": 3, + "title": "Baseline alignment properties", + "number": "10.9.2" + }, + { + "id": "FontPropertiesUsedBySVG", + "level": 2, + "title": "Font selection properties", + "number": "10.10" + }, + { + "id": "SpacingProperties", + "level": 2, + "title": "Spacing properties", + "number": "10.11" + }, + { + "id": "TextDecorationProperties", + "level": 2, + "title": "Text decoration", + "number": "10.12" + }, + { + "id": "TextOnAPath", + "level": 2, + "title": "Text on a path", + "number": "10.13" + }, + { + "id": "TextOnAPathIntroduction", + "level": 3, + "title": "Introduction to text on a path", + "number": "10.13.1" + }, + { + "id": "TextPathElement", + "level": 3, + "title": "The ā€˜textPathā€™ element", + "number": "10.13.2" + }, + { + "id": "TextpathLayoutRules", + "level": 3, + "title": "Text on a path layout rules", + "number": "10.13.3" + }, + { + "id": "AlternateGlyphs", + "level": 2, + "title": "Alternate glyphs", + "number": "10.14" + }, + { + "id": "AltGlyphElement", + "level": 3, + "title": "The ā€˜altGlyphā€™ element", + "number": "10.14.1" + }, + { + "id": "AlternateGlyphDefinitions", + "level": 3, + "title": "The ā€˜altGlyphDefā€™, ā€˜altGlyphItemā€™ and ā€˜glyphRefā€™ elements", + "number": "10.14.2" + }, + { + "id": "WhiteSpace", + "level": 2, + "title": "White space handling", + "number": "10.15" + }, + { + "id": "TextSelection", + "level": 2, + "title": "Text selection and clipboard operations", + "number": "10.16" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGTextContentElement", + "level": 3, + "title": "Interface SVGTextContentElement", + "number": "10.17.1" + }, + { + "id": "InterfaceSVGTextPositioningElement", + "level": 3, + "title": "Interface SVGTextPositioningElement", + "number": "10.17.2" + }, + { + "id": "InterfaceSVGTextElement", + "level": 3, + "title": "Interface SVGTextElement", + "number": "10.17.3" + }, + { + "id": "InterfaceSVGTSpanElement", + "level": 3, + "title": "Interface SVGTSpanElement", + "number": "10.17.4" + }, + { + "id": "InterfaceSVGTRefElement", + "level": 3, + "title": "Interface SVGTRefElement", + "number": "10.17.5" + }, + { + "id": "InterfaceSVGTextPathElement", + "level": 3, + "title": "Interface SVGTextPathElement", + "number": "10.17.6" + }, + { + "id": "InterfaceSVGAltGlyphElement", + "level": 3, + "title": "Interface SVGAltGlyphElement", + "number": "10.17.7" + }, + { + "id": "InterfaceSVGAltGlyphDefElement", + "level": 3, + "title": "Interface SVGAltGlyphDefElement", + "number": "10.17.8" + }, + { + "id": "InterfaceSVGAltGlyphItemElement", + "level": 3, + "title": "Interface SVGAltGlyphItemElement", + "number": "10.17.9" + }, + { + "id": "InterfaceSVGGlyphRefElement", + "level": 3, + "title": "Interface SVGGlyphRefElement", + "number": "10.17.10" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "SpecifyingPaint", + "level": 2, + "title": "Specifying paint", + "number": "11.2" + }, + { + "id": "FillProperties", + "level": 2, + "title": "Fill Properties", + "number": "11.3" + }, + { + "id": "StrokeProperties", + "level": 2, + "title": "Stroke Properties", + "number": "11.4" + }, + { + "id": "VisibilityControl", + "level": 2, + "title": "Controlling visibility", + "number": "11.5" + }, + { + "id": "Markers", + "level": 2, + "title": "Markers", + "number": "11.6" + }, + { + "id": "MarkersIntroduction", + "level": 3, + "title": "Introduction", + "number": "11.6.1" + }, + { + "id": "MarkerElement", + "level": 3, + "title": "The ā€˜markerā€™ element", + "number": "11.6.2" + }, + { + "id": "MarkerProperties", + "level": 3, + "title": "Marker properties", + "number": "11.6.3" + }, + { + "id": "MarkerAlgorithm", + "level": 3, + "title": "Details on how markers are rendered", + "number": "11.6.4" + }, + { + "id": "RenderingProperties", + "level": 2, + "title": "Rendering properties", + "number": "11.7" + }, + { + "id": "ColorInterpolationProperties", + "level": 3, + "title": "Color interpolation properties: ā€˜color-interpolationā€™ and ā€˜color-interpolation-filtersā€™", + "number": "11.7.1" + }, + { + "id": "ColorRenderingProperty", + "level": 3, + "title": "The ā€˜color-renderingā€™ property", + "number": "11.7.2" + }, + { + "id": "ShapeRenderingProperty", + "level": 3, + "title": "The ā€˜shape-renderingā€™ property", + "number": "11.7.3" + }, + { + "id": "TextRenderingProperty", + "level": 3, + "title": "The ā€˜text-renderingā€™ property", + "number": "11.7.4" + }, + { + "id": "ImageRenderingProperty", + "level": 3, + "title": "The ā€˜image-renderingā€™ property", + "number": "11.7.5" + }, + { + "id": "InheritanceOfPaintingProperties", + "level": 2, + "title": "Inheritance of painting properties", + "number": "11.8" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGPaint", + "level": 3, + "title": "Interface SVGPaint", + "number": "11.9.1" + }, + { + "id": "InterfaceSVGMarkerElement", + "level": 3, + "title": "Interface SVGMarkerElement", + "number": "11.9.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "ColorIntroduction", + "level": 2, + "title": "Introduction", + "number": "12.1" + }, + { + "id": "ColorProperty", + "level": 2, + "title": "The ā€˜colorā€™ property", + "number": "12.2" + }, + { + "id": "ColorProfileDescriptions", + "level": 2, + "title": "Color profile descriptions", + "number": "12.3" + }, + { + "id": "ColorProfileDescriptionsOverview", + "level": 3, + "title": "Overview of color profile descriptions", + "number": "12.3.1" + }, + { + "id": "ColorProfileAlternatives", + "level": 3, + "title": "Alternative ways of defining a color profile description", + "number": "12.3.2" + }, + { + "id": "ColorProfileElement", + "level": 3, + "title": "The ā€˜color-profileā€™ element", + "number": "12.3.3" + }, + { + "id": "ColorProfileAtRule", + "level": 3, + "title": "The CSS @color-profile rule", + "number": "12.3.4" + }, + { + "id": "ColorProfileProperty", + "level": 3, + "title": "The ā€˜color-profileā€™ property", + "number": "12.3.5" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGColorProfileElement", + "level": 3, + "title": "Interface SVGColorProfileElement", + "number": "12.4.1" + }, + { + "id": "InterfaceSVGColorProfileRule", + "level": 3, + "title": "Interface SVGColorProfileRule", + "number": "12.4.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "Gradients", + "level": 2, + "title": "Gradients", + "number": "13.2" + }, + { + "id": "GradientsIntroduction", + "level": 3, + "title": "Introduction", + "number": "13.2.1" + }, + { + "id": "LinearGradients", + "level": 3, + "title": "Linear gradients", + "number": "13.2.2" + }, + { + "id": "RadialGradients", + "level": 3, + "title": "Radial gradients", + "number": "13.2.3" + }, + { + "id": "GradientStops", + "level": 3, + "title": "Gradient stops", + "number": "13.2.4" + }, + { + "id": "Patterns", + "level": 2, + "title": "Patterns", + "number": "13.3" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGGradientElement", + "level": 3, + "title": "Interface SVGGradientElement", + "number": "13.4.1" + }, + { + "id": "InterfaceSVGLinearGradientElement", + "level": 3, + "title": "Interface SVGLinearGradientElement", + "number": "13.4.2" + }, + { + "id": "InterfaceSVGRadialGradientElement", + "level": 3, + "title": "Interface SVGRadialGradientElement", + "number": "13.4.3" + }, + { + "id": "InterfaceSVGStopElement", + "level": 3, + "title": "Interface SVGStopElement", + "number": "13.4.4" + }, + { + "id": "InterfaceSVGPatternElement", + "level": 3, + "title": "Interface SVGPatternElement", + "number": "13.4.5" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "SimpleAlphaBlending", + "level": 2, + "title": "Simple alpha compositing", + "number": "14.2" + }, + { + "id": "ClippingPaths", + "level": 2, + "title": "Clipping paths", + "number": "14.3" + }, + { + "id": "ClippingPathsIntro", + "level": 3, + "title": "Introduction", + "number": "14.3.1" + }, + { + "id": "InitialClippingPath", + "level": 3, + "title": "The initial clipping path", + "number": "14.3.2" + }, + { + "id": "OverflowAndClipProperties", + "level": 3, + "title": "The ā€˜overflowā€™ and ā€˜clipā€™ properties", + "number": "14.3.3" + }, + { + "id": "AutoClipAtViewportNotViewBox", + "level": 3, + "title": "Clip to viewport vs. clip to ā€˜viewBoxā€™", + "number": "14.3.4" + }, + { + "id": "EstablishingANewClippingPath", + "level": 3, + "title": "Establishing a new clipping path: the ā€˜clipPathā€™ element", + "number": "14.3.5" + }, + { + "id": "clipPath-geometry", + "level": 3, + "title": "Clipping paths, geometry, and pointer events", + "number": "14.3.6" + }, + { + "id": "Masking", + "level": 2, + "title": "Masking", + "number": "14.4" + }, + { + "id": "ObjectAndGroupOpacityProperties", + "level": 2, + "title": "Object and group opacity: the ā€˜opacityā€™ property", + "number": "14.5" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGClipPathElement", + "level": 3, + "title": "Interface SVGClipPathElement", + "number": "14.6.1" + }, + { + "id": "InterfaceSVGMaskElement", + "level": 3, + "title": "Interface SVGMaskElement", + "number": "14.6.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "AnExample", + "level": 2, + "title": "An example", + "number": "23.4" + }, + { + "id": "FilterElement", + "level": 2, + "title": "The ā€˜filterā€™ element", + "number": "15.3" + }, + { + "id": "FilterProperty", + "level": 2, + "title": "The ā€˜filterā€™ property", + "number": "15.4" + }, + { + "id": "FilterEffectsRegion", + "level": 2, + "title": "Filter effects region", + "number": "15.5" + }, + { + "id": "AccessingBackgroundImage", + "level": 2, + "title": "Accessing the background image", + "number": "15.6" + }, + { + "id": "FilterPrimitivesOverview", + "level": 2, + "title": "Filter primitives overview", + "number": "15.7" + }, + { + "id": "FilterPrimitivesOverviewIntro", + "level": 3, + "title": "Overview", + "number": "15.7.1" + }, + { + "id": "CommonAttributes", + "level": 3, + "title": "Common attributes", + "number": "15.7.2" + }, + { + "id": "FilterPrimitiveSubRegion", + "level": 3, + "title": "Filter primitive subregion", + "number": "15.7.3" + }, + { + "id": "LightSourceDefinitions", + "level": 2, + "title": "Light source elements and properties", + "number": "15.8" + }, + { + "id": "LightSourceIntro", + "level": 3, + "title": "Introduction", + "number": "15.8.1" + }, + { + "id": "feDistantLightElement", + "level": 3, + "title": "Light source ā€˜feDistantLightā€™", + "number": "15.8.2" + }, + { + "id": "fePointLightElement", + "level": 3, + "title": "Light source ā€˜fePointLightā€™", + "number": "15.8.3" + }, + { + "id": "feSpotLightElement", + "level": 3, + "title": "Light source ā€˜feSpotLightā€™", + "number": "15.8.4" + }, + { + "id": "LightingColorProperty", + "level": 3, + "title": "The ā€˜lighting-colorā€™ property", + "number": "15.8.5" + }, + { + "id": "feBlendElement", + "level": 2, + "title": "Filter primitive ā€˜feBlendā€™", + "number": "15.9" + }, + { + "id": "feColorMatrixElement", + "level": 2, + "title": "Filter primitive ā€˜feColorMatrixā€™", + "number": "15.10" + }, + { + "id": "feComponentTransferElement", + "level": 2, + "title": "Filter primitive ā€˜feComponentTransferā€™", + "number": "15.11" + }, + { + "id": "feCompositeElement", + "level": 2, + "title": "Filter primitive ā€˜feCompositeā€™", + "number": "15.12" + }, + { + "id": "feConvolveMatrixElement", + "level": 2, + "title": "Filter primitive ā€˜feConvolveMatrixā€™", + "number": "15.13" + }, + { + "id": "feDiffuseLightingElement", + "level": 2, + "title": "Filter primitive ā€˜feDiffuseLightingā€™", + "number": "15.14" + }, + { + "id": "feDisplacementMapElement", + "level": 2, + "title": "Filter primitive ā€˜feDisplacementMapā€™", + "number": "15.15" + }, + { + "id": "feFloodElement", + "level": 2, + "title": "Filter primitive ā€˜feFloodā€™", + "number": "15.16" + }, + { + "id": "feGaussianBlurElement", + "level": 2, + "title": "Filter primitive ā€˜feGaussianBlurā€™", + "number": "15.17" + }, + { + "id": "feImageElement", + "level": 2, + "title": "Filter primitive ā€˜feImageā€™", + "number": "15.18" + }, + { + "id": "feMergeElement", + "level": 2, + "title": "Filter primitive ā€˜feMergeā€™", + "number": "15.19" + }, + { + "id": "feMorphologyElement", + "level": 2, + "title": "Filter primitive ā€˜feMorphologyā€™", + "number": "15.20" + }, + { + "id": "feOffsetElement", + "level": 2, + "title": "Filter primitive ā€˜feOffsetā€™", + "number": "15.21" + }, + { + "id": "feSpecularLightingElement", + "level": 2, + "title": "Filter primitive ā€˜feSpecularLightingā€™", + "number": "15.22" + }, + { + "id": "feTileElement", + "level": 2, + "title": "Filter primitive ā€˜feTileā€™", + "number": "15.23" + }, + { + "id": "feTurbulenceElement", + "level": 2, + "title": "Filter primitive ā€˜feTurbulenceā€™", + "number": "15.24" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGFilterElement", + "level": 3, + "title": "Interface SVGFilterElement", + "number": "15.25.1" + }, + { + "id": "InterfaceSVGFilterPrimitiveStandardAttributes", + "level": 3, + "title": "Interface SVGFilterPrimitiveStandardAttributes", + "number": "15.25.2" + }, + { + "id": "InterfaceSVGFEBlendElement", + "level": 3, + "title": "Interface SVGFEBlendElement", + "number": "15.25.3" + }, + { + "id": "InterfaceSVGFEColorMatrixElement", + "level": 3, + "title": "Interface SVGFEColorMatrixElement", + "number": "15.25.4" + }, + { + "id": "InterfaceSVGFEComponentTransferElement", + "level": 3, + "title": "Interface SVGFEComponentTransferElement", + "number": "15.25.5" + }, + { + "id": "InterfaceSVGComponentTransferFunctionElement", + "level": 3, + "title": "Interface SVGComponentTransferFunctionElement", + "number": "15.25.6" + }, + { + "id": "InterfaceSVGFEFuncRElement", + "level": 3, + "title": "Interface SVGFEFuncRElement", + "number": "15.25.7" + }, + { + "id": "InterfaceSVGFEFuncGElement", + "level": 3, + "title": "Interface SVGFEFuncGElement", + "number": "15.25.8" + }, + { + "id": "InterfaceSVGFEFuncBElement", + "level": 3, + "title": "Interface SVGFEFuncBElement", + "number": "15.25.9" + }, + { + "id": "InterfaceSVGFEFuncAElement", + "level": 3, + "title": "Interface SVGFEFuncAElement", + "number": "15.25.10" + }, + { + "id": "InterfaceSVGFECompositeElement", + "level": 3, + "title": "Interface SVGFECompositeElement", + "number": "15.25.11" + }, + { + "id": "InterfaceSVGFEConvolveMatrixElement", + "level": 3, + "title": "Interface SVGFEConvolveMatrixElement", + "number": "15.25.12" + }, + { + "id": "InterfaceSVGFEDiffuseLightingElement", + "level": 3, + "title": "Interface SVGFEDiffuseLightingElement", + "number": "15.25.13" + }, + { + "id": "InterfaceSVGFEDistantLightElement", + "level": 3, + "title": "Interface SVGFEDistantLightElement", + "number": "15.25.14" + }, + { + "id": "InterfaceSVGFEPointLightElement", + "level": 3, + "title": "Interface SVGFEPointLightElement", + "number": "15.25.15" + }, + { + "id": "InterfaceSVGFESpotLightElement", + "level": 3, + "title": "Interface SVGFESpotLightElement", + "number": "15.25.16" + }, + { + "id": "InterfaceSVGFEDisplacementMapElement", + "level": 3, + "title": "Interface SVGFEDisplacementMapElement", + "number": "15.25.17" + }, + { + "id": "InterfaceSVGFEFloodElement", + "level": 3, + "title": "Interface SVGFEFloodElement", + "number": "15.25.18" + }, + { + "id": "InterfaceSVGFEGaussianBlurElement", + "level": 3, + "title": "Interface SVGFEGaussianBlurElement", + "number": "15.25.19" + }, + { + "id": "InterfaceSVGFEImageElement", + "level": 3, + "title": "Interface SVGFEImageElement", + "number": "15.25.20" + }, + { + "id": "InterfaceSVGFEMergeElement", + "level": 3, + "title": "Interface SVGFEMergeElement", + "number": "15.25.21" + }, + { + "id": "InterfaceSVGFEMergeNodeElement", + "level": 3, + "title": "Interface SVGFEMergeNodeElement", + "number": "15.25.22" + }, + { + "id": "InterfaceSVGFEMorphologyElement", + "level": 3, + "title": "Interface SVGFEMorphologyElement", + "number": "15.25.23" + }, + { + "id": "InterfaceSVGFEOffsetElement", + "level": 3, + "title": "Interface SVGFEOffsetElement", + "number": "15.25.24" + }, + { + "id": "InterfaceSVGFESpecularLightingElement", + "level": 3, + "title": "Interface SVGFESpecularLightingElement", + "number": "15.25.25" + }, + { + "id": "InterfaceSVGFETileElement", + "level": 3, + "title": "Interface SVGFETileElement", + "number": "15.25.26" + }, + { + "id": "InterfaceSVGFETurbulenceElement", + "level": 3, + "title": "Interface SVGFETurbulenceElement", + "number": "15.25.27" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "SVGEvents", + "level": 2, + "title": "Complete list of supported events", + "number": "16.2" + }, + { + "id": "UIEvents", + "level": 2, + "title": "User interface events", + "number": "16.3" + }, + { + "id": "PointerEvents", + "level": 2, + "title": "Pointer events", + "number": "16.4" + }, + { + "id": "pointer-processing", + "level": 2, + "title": "Hit-testing and processing order for user interface events", + "number": "16.5" + }, + { + "id": "hit-testing", + "level": 3, + "title": "Hit-testing", + "number": "16.5.1" + }, + { + "id": "event-processing", + "level": 3, + "title": "Event processing", + "number": "16.5.2" + }, + { + "id": "PointerEventsProperty", + "level": 2, + "title": "The ā€˜pointer-eventsā€™ property", + "number": "16.6" + }, + { + "id": "EnableZoomAndPanControls", + "level": 2, + "title": "Magnification and panning", + "number": "16.7" + }, + { + "id": "Cursors", + "level": 2, + "title": "Cursors", + "number": "16.8" + }, + { + "id": "CursorIntro", + "level": 3, + "title": "Introduction to cursors", + "number": "16.8.1" + }, + { + "id": "CursorProperty", + "level": 3, + "title": "The ā€˜cursorā€™ property", + "number": "16.8.2" + }, + { + "id": "CursorElement", + "level": 3, + "title": "The ā€˜cursorā€™ element", + "number": "16.8.3" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGCursorElement", + "level": 3, + "title": "Interface SVGCursorElement", + "number": "16.9.1" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "IRIReference", + "level": 2, + "title": "References", + "number": "17.1" + }, + { + "id": "HeadOverview", + "level": 3, + "title": "Overview", + "number": "17.1.1" + }, + { + "id": "IRIandURI", + "level": 3, + "title": "IRIs and URIs", + "number": "17.1.2" + }, + { + "id": "IRIforms", + "level": 3, + "title": "Syntactic forms: IRI and FuncIRI", + "number": "17.1.3" + }, + { + "id": "processingIRI", + "level": 3, + "title": "Processing of IRI references", + "number": "17.1.4" + }, + { + "id": "xlinkRefAttrs", + "level": 3, + "title": "IRI reference attributes", + "number": "17.1.5" + }, + { + "id": "Links", + "level": 2, + "title": "Links out of SVG content: the ā€˜aā€™ element", + "number": "17.2" + }, + { + "id": "LinksIntoSVG", + "level": 2, + "title": "Linking into SVG content: IRI fragments and SVG views", + "number": "17.3" + }, + { + "id": "IntroFragmentsViews", + "level": 3, + "title": "Introduction: IRI fragments and SVG views", + "number": "17.3.1" + }, + { + "id": "SVGFragmentIdentifiers", + "level": 3, + "title": "SVG fragment identifiers", + "number": "17.3.2" + }, + { + "id": "ViewElement", + "level": 3, + "title": "Predefined views: the ā€˜viewā€™ element", + "number": "17.3.3" + }, + { + "id": "ViewHighlight", + "level": 3, + "title": "Highlighting views", + "number": "17.3.4" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGAElement", + "level": 3, + "title": "Interface SVGAElement", + "number": "17.4.1" + }, + { + "id": "InterfaceSVGViewElement", + "level": 3, + "title": "Interface SVGViewElement", + "number": "17.4.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "ScriptingLanguage", + "level": 2, + "title": "Specifying the scripting language", + "number": "18.1" + }, + { + "id": "DefaultScriptingLanguage", + "level": 3, + "title": "Specifying the default scripting language", + "number": "18.1.1" + }, + { + "id": "SpecifiedScriptingLanguage", + "level": 3, + "title": "Local declaration of a scripting language", + "number": "18.1.2" + }, + { + "id": "ScriptElement", + "level": 2, + "title": "The ā€˜scriptā€™ element", + "number": "18.2" + }, + { + "id": "EventHandling", + "level": 2, + "title": "Event handling", + "number": "18.3" + }, + { + "id": "EventAttributes", + "level": 2, + "title": "Event attributes", + "number": "18.4" + }, + { + "id": "LoadEvent", + "level": 3, + "title": "Event attribute for the SVGLoad event", + "number": "18.4.1" + }, + { + "id": "GraphicsEvents", + "level": 3, + "title": "Event attributes on graphics and container elements", + "number": "18.4.2" + }, + { + "id": "DocumentEvents", + "level": 3, + "title": "Document-level event attributes", + "number": "18.4.3" + }, + { + "id": "AnimationEvents", + "level": 3, + "title": "Animation event attributes", + "number": "18.4.4" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGScriptElement", + "level": 3, + "title": "Interface SVGScriptElement", + "number": "18.5.1" + }, + { + "id": "InterfaceSVGZoomEvent", + "level": 3, + "title": "Interface SVGZoomEvent", + "number": "18.5.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "AnimationElements", + "level": 2, + "title": "Animation elements", + "number": "19.2" + }, + { + "id": "AnimationElementsIntro", + "level": 3, + "title": "Overview", + "number": "19.2.1" + }, + { + "id": "RelationshipToSMILAnimation", + "level": 3, + "title": "Relationship to SMIL Animation", + "number": "19.2.2" + }, + { + "id": "AnimationElementsExample", + "level": 3, + "title": "Animation elements example", + "number": "19.2.3" + }, + { + "id": "TargetElement", + "level": 3, + "title": "Attributes to identify the target element for an animation", + "number": "19.2.4" + }, + { + "id": "TargetAttributes", + "level": 3, + "title": "Attributes to identify the target attribute or property for an animation", + "number": "19.2.5" + }, + { + "id": "Animation.nsexample", + "level": 3, + "title": "Animation with namespaces", + "number": "19.2.6" + }, + { + "id": "complexDistances", + "level": 3, + "title": "Paced animation and complex types", + "number": "19.2.7" + }, + { + "id": "TimingAttributes", + "level": 3, + "title": "Attributes to control the timing of the animation", + "number": "19.2.8" + }, + { + "id": "ClockValueSyntax", + "level": 4, + "title": "Clock values", + "number": "19.2.8.1" + }, + { + "id": "ValueAttributes", + "level": 3, + "title": "Attributes that define animation values over time", + "number": "19.2.9" + }, + { + "id": "AdditionAttributes", + "level": 3, + "title": "Attributes that control whether animations are additive", + "number": "19.2.10" + }, + { + "id": "Inheritance", + "level": 3, + "title": "Inheritance", + "number": "19.2.11" + }, + { + "id": "AnimateElement", + "level": 3, + "title": "The ā€˜animateā€™ element", + "number": "19.2.12" + }, + { + "id": "SetElement", + "level": 3, + "title": "The ā€˜setā€™ element", + "number": "19.2.13" + }, + { + "id": "AnimateMotionElement", + "level": 3, + "title": "The ā€˜animateMotionā€™ element", + "number": "19.2.14" + }, + { + "id": "AnimateColorElement", + "level": 3, + "title": "The ā€˜animateColorā€™ element", + "number": "19.2.15" + }, + { + "id": "AnimateTransformElement", + "level": 3, + "title": "The ā€˜animateTransformā€™ element", + "number": "19.2.16" + }, + { + "id": "AnimationAttributesAndProperties", + "level": 3, + "title": "Elements, attributes and properties that can be animated", + "number": "19.2.17" + }, + { + "id": "DOMAnimationExample", + "level": 2, + "title": "Animation using the SVG DOM", + "number": "19.3" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceElementTimeControl", + "level": 3, + "title": "Interface ElementTimeControl", + "number": "19.4.1" + }, + { + "id": "InterfaceTimeEvent", + "level": 3, + "title": "Interface TimeEvent", + "number": "19.4.2" + }, + { + "id": "InterfaceSVGAnimationElement", + "level": 3, + "title": "Interface SVGAnimationElement", + "number": "19.4.3" + }, + { + "id": "InterfaceSVGAnimateElement", + "level": 3, + "title": "Interface SVGAnimateElement", + "number": "19.4.4" + }, + { + "id": "InterfaceSVGSetElement", + "level": 3, + "title": "Interface SVGSetElement", + "number": "19.4.5" + }, + { + "id": "InterfaceSVGAnimateMotionElement", + "level": 3, + "title": "Interface SVGAnimateMotionElement", + "number": "19.4.6" + }, + { + "id": "InterfaceSVGMPathElement", + "level": 3, + "title": "Interface SVGMPathElement", + "number": "19.4.7" + }, + { + "id": "InterfaceSVGAnimateColorElement", + "level": 3, + "title": "Interface SVGAnimateColorElement", + "number": "19.4.8" + }, + { + "id": "InterfaceSVGAnimateTransformElement", + "level": 3, + "title": "Interface SVGAnimateTransformElement", + "number": "19.4.9" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "SVGFontsOverview", + "level": 2, + "title": "Overview of SVG fonts", + "number": "20.2" + }, + { + "id": "FontElement", + "level": 2, + "title": "The ā€˜fontā€™ element", + "number": "20.3" + }, + { + "id": "GlyphElement", + "level": 2, + "title": "The ā€˜glyphā€™ element", + "number": "20.4" + }, + { + "id": "MissingGlyphElement", + "level": 2, + "title": "The ā€˜missing-glyphā€™ element", + "number": "20.5" + }, + { + "id": "GlyphSelectionRules", + "level": 2, + "title": "Glyph selection rules", + "number": "20.6" + }, + { + "id": "KernElements", + "level": 2, + "title": "The ā€˜hkernā€™ and ā€˜vkernā€™ elements", + "number": "20.7" + }, + { + "id": "FontDescriptions", + "level": 2, + "title": "Describing a font", + "number": "20.8" + }, + { + "id": "FontDescriptionsOverview", + "level": 3, + "title": "Overview of font descriptions", + "number": "20.8.1" + }, + { + "id": "FontDescriptionsAlternatives", + "level": 3, + "title": "Alternative ways for providing a font description", + "number": "20.8.2" + }, + { + "id": "FontFaceElement", + "level": 3, + "title": "The ā€˜font-faceā€™ element", + "number": "20.8.3" + }, + { + "id": "FontFaceSrcElement", + "level": 3, + "title": "The ā€˜font-face-srcā€™ element", + "number": "20.8.4" + }, + { + "id": "FontFaceURIElement", + "level": 3, + "title": "The ā€˜font-face-uriā€™ and ā€˜font-face-formatā€™ elements", + "number": "20.8.5" + }, + { + "id": "FontFaceNameElement", + "level": 3, + "title": "The ā€˜font-face-nameā€™ element", + "number": "20.8.6" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGFontElement", + "level": 3, + "title": "Interface SVGFontElement", + "number": "20.9.1" + }, + { + "id": "InterfaceSVGGlyphElement", + "level": 3, + "title": "Interface SVGGlyphElement", + "number": "20.9.2" + }, + { + "id": "InterfaceSVGMissingGlyphElement", + "level": 3, + "title": "Interface SVGMissingGlyphElement", + "number": "20.9.3" + }, + { + "id": "InterfaceSVGHKernElement", + "level": 3, + "title": "Interface SVGHKernElement", + "number": "20.9.4" + }, + { + "id": "InterfaceSVGVKernElement", + "level": 3, + "title": "Interface SVGVKernElement", + "number": "20.9.5" + }, + { + "id": "InterfaceSVGFontFaceElement", + "level": 3, + "title": "Interface SVGFontFaceElement", + "number": "20.9.6" + }, + { + "id": "InterfaceSVGFontFaceSrcElement", + "level": 3, + "title": "Interface SVGFontFaceSrcElement", + "number": "20.9.7" + }, + { + "id": "InterfaceSVGFontFaceUriElement", + "level": 3, + "title": "Interface SVGFontFaceUriElement", + "number": "20.9.8" + }, + { + "id": "InterfaceSVGFontFaceFormatElement", + "level": 3, + "title": "Interface SVGFontFaceFormatElement", + "number": "20.9.9" + }, + { + "id": "InterfaceSVGFontFaceNameElement", + "level": 3, + "title": "Interface SVGFontFaceNameElement", + "number": "20.9.10" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "MetadataElement", + "level": 2, + "title": "The ā€˜metadataā€™ element", + "number": "21.2" + }, + { + "id": "Example", + "level": 2, + "title": "An example", + "number": "21.3" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGMetadataElement", + "level": 3, + "title": "Interface SVGMetadataElement", + "number": "21.4.1" + }, + { + "id": "BackwardsCompatibility", + "level": 1, + "title": "22 Backwards Compatibility" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "ForeignNamespaces", + "level": 2, + "title": "Foreign namespaces and private data", + "number": "23.1" + }, + { + "id": "EmbeddingForeignObjects", + "level": 2, + "title": "Embedding foreign object types", + "number": "23.2" + }, + { + "id": "ForeignObjectElement", + "level": 2, + "title": "The ā€˜foreignObjectā€™ element", + "number": "23.3" + }, + { + "id": "AnExample", + "level": 2, + "title": "An example", + "number": "23.4" + }, + { + "id": "PrivateElementsAndAttribute", + "level": 2, + "title": "Adding private elements and attributes to the DTD", + "number": "23.5" + }, + { + "id": "DOMInterfaces", + "level": 2, + "title": "DOM interfaces", + "number": "23.6" + }, + { + "id": "InterfaceSVGForeignObjectElement", + "level": 3, + "title": "Interface SVGForeignObjectElement", + "number": "23.6.1" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "Modularization", + "level": 2, + "title": "Modularization", + "number": "A.2" + }, + { + "id": "ElementAndAttributeCollections", + "level": 3, + "title": "Element and attribute collections", + "number": "A.2.1" + }, + { + "id": "Profiling", + "level": 3, + "title": "Profiling the SVG specification", + "number": "A.2.2" + }, + { + "id": "PracticalConsiderations", + "level": 3, + "title": "Practical considerations", + "number": "A.2.3" + }, + { + "id": "DTD.1", + "level": 2, + "title": "SVG 1.1 module definitions and DTD implementations", + "number": "A.3" + }, + { + "id": "DTD.1.1", + "level": 3, + "title": "Modular Framework Module", + "number": "A.3.1" + }, + { + "id": "DTD.1.2", + "level": 3, + "title": "Datatypes Module", + "number": "A.3.2" + }, + { + "id": "DTD.1.3", + "level": 3, + "title": "Qualified Name Module", + "number": "A.3.3" + }, + { + "id": "DTD.1.4", + "level": 3, + "title": "Core Attribute Module", + "number": "A.3.4" + }, + { + "id": "DTD.1.5", + "level": 3, + "title": "Container Attribute Module", + "number": "A.3.5" + }, + { + "id": "DTD.1.6", + "level": 3, + "title": "Viewport Attribute Module", + "number": "A.3.6" + }, + { + "id": "DTD.1.7", + "level": 3, + "title": "Paint Attribute Module", + "number": "A.3.7" + }, + { + "id": "DTD.1.8", + "level": 3, + "title": "Basic Paint Attribute Module", + "number": "A.3.8" + }, + { + "id": "DTD.1.9", + "level": 3, + "title": "Paint Opacity Attribute Module", + "number": "A.3.9" + }, + { + "id": "DTD.1.10", + "level": 3, + "title": "Graphics Attribute Module", + "number": "A.3.10" + }, + { + "id": "DTD.1.11", + "level": 3, + "title": "Basic Graphics Attribute Module", + "number": "A.3.11" + }, + { + "id": "DTD.1.12", + "level": 3, + "title": "Document Events Attribute Module", + "number": "A.3.12" + }, + { + "id": "DTD.1.13", + "level": 3, + "title": "Graphical Element Events Attribute Module", + "number": "A.3.13" + }, + { + "id": "DTD.1.14", + "level": 3, + "title": "Animation Events Attribute Module", + "number": "A.3.14" + }, + { + "id": "DTD.1.15", + "level": 3, + "title": "XLink Attribute Module", + "number": "A.3.15" + }, + { + "id": "DTD.1.16", + "level": 3, + "title": "External Resources Attribute Module", + "number": "A.3.16" + }, + { + "id": "DTD.1.17", + "level": 3, + "title": "Structure Module", + "number": "A.3.17" + }, + { + "id": "DTD.1.18", + "level": 3, + "title": "Basic Structure Module", + "number": "A.3.18" + }, + { + "id": "DTD.1.19", + "level": 3, + "title": "Conditional Processing Module", + "number": "A.3.19" + }, + { + "id": "DTD.1.20", + "level": 3, + "title": "Image Module", + "number": "A.3.20" + }, + { + "id": "DTD.1.21", + "level": 3, + "title": "Style Module", + "number": "A.3.21" + }, + { + "id": "DTD.1.22", + "level": 3, + "title": "Shape Module", + "number": "A.3.22" + }, + { + "id": "DTD.1.23", + "level": 3, + "title": "Text Module", + "number": "A.3.23" + }, + { + "id": "DTD.1.24", + "level": 3, + "title": "Basic Text Module", + "number": "A.3.24" + }, + { + "id": "DTD.1.25", + "level": 3, + "title": "Marker Module", + "number": "A.3.25" + }, + { + "id": "DTD.1.26", + "level": 3, + "title": "Color Profile Module", + "number": "A.3.26" + }, + { + "id": "DTD.1.27", + "level": 3, + "title": "Gradient Module", + "number": "A.3.27" + }, + { + "id": "DTD.1.28", + "level": 3, + "title": "Pattern Module", + "number": "A.3.28" + }, + { + "id": "DTD.1.29", + "level": 3, + "title": "Clip Module", + "number": "A.3.29" + }, + { + "id": "DTD.1.30", + "level": 3, + "title": "Basic Clip Module", + "number": "A.3.30" + }, + { + "id": "DTD.1.31", + "level": 3, + "title": "Mask Module", + "number": "A.3.31" + }, + { + "id": "DTD.1.32", + "level": 3, + "title": "Filter Module", + "number": "A.3.32" + }, + { + "id": "DTD.1.33", + "level": 3, + "title": "Basic Filter Module", + "number": "A.3.33" + }, + { + "id": "DTD.1.34", + "level": 3, + "title": "Cursor Module", + "number": "A.3.34" + }, + { + "id": "DTD.1.35", + "level": 3, + "title": "Hyperlinking Module", + "number": "A.3.35" + }, + { + "id": "DTD.1.36", + "level": 3, + "title": "View Module", + "number": "A.3.36" + }, + { + "id": "DTD.1.37", + "level": 3, + "title": "Scripting Module", + "number": "A.3.37" + }, + { + "id": "DTD.1.38", + "level": 3, + "title": "Animation Module", + "number": "A.3.38" + }, + { + "id": "DTD.1.39", + "level": 3, + "title": "Font Module", + "number": "A.3.39" + }, + { + "id": "DTD.1.40", + "level": 3, + "title": "Basic Font Module", + "number": "A.3.40" + }, + { + "id": "DTD.1.41", + "level": 3, + "title": "Extensibility Module", + "number": "A.3.41" + }, + { + "id": "DTD.2", + "level": 2, + "title": "SVG 1.1 Document Type Definition", + "number": "A.4" + }, + { + "id": "DTD.2.1", + "level": 3, + "title": "SVG 1.1 DTD Driver", + "number": "A.4.1" + }, + { + "id": "DTD.2.2", + "level": 3, + "title": "SVG 1.1 Document Model", + "number": "A.4.2" + }, + { + "id": "DTD.2.3", + "level": 3, + "title": "SVG 1.1 Attribute Collection", + "number": "A.4.3" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "SVGDOMOverview", + "level": 2, + "title": "SVG DOM overview", + "number": "B.1" + }, + { + "id": "SVGObjectInitialization", + "level": 3, + "title": "SVG DOM object initialization", + "number": "B.1.1" + }, + { + "id": "ElementsInTheSVGDOM", + "level": 2, + "title": "Elements in the SVG DOM", + "number": "B.2" + }, + { + "id": "SVGDOMNamingConventions", + "level": 2, + "title": "Naming conventions", + "number": "B.3" + }, + { + "id": "ExceptionSVGException", + "level": 2, + "title": "Exception SVGException", + "number": "B.4" + }, + { + "id": "FeatureStrings", + "level": 2, + "title": "Feature strings for the hasFeature method call", + "number": "B.5" + }, + { + "id": "RelationshipWithDOM2Events", + "level": 2, + "title": "Relationship with DOM Level 2 Events", + "number": "B.6" + }, + { + "id": "RelationshipWithCSSOM", + "level": 2, + "title": "Relationship with DOM Level 2 CSS", + "number": "B.7" + }, + { + "id": "CSSDOMIntro", + "level": 3, + "title": "Introduction", + "number": "B.7.1" + }, + { + "id": "CSSDOMFeaturesNoCSSSupport", + "level": 3, + "title": "User agents that do not support styling with CSS", + "number": "B.7.2" + }, + { + "id": "CSSDOMFeaturesWithCSSSupport", + "level": 3, + "title": "User agents that support styling with CSS", + "number": "B.7.3" + }, + { + "id": "ExtendedInterfaces", + "level": 3, + "title": "Extended interfaces", + "number": "B.7.4" + }, + { + "id": "ReadOnlyNodes", + "level": 2, + "title": "Read only nodes in the DOM", + "number": "B.8" + }, + { + "id": "InvalidValues", + "level": 2, + "title": "Invalid values", + "number": "B.9" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "JavaBinding", + "level": 2, + "title": "The Java language binding", + "number": "D.1" + }, + { + "id": "UsingSVGWithJava", + "level": 2, + "title": "Using SVG with the Java language", + "number": "D.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Exceptions", + "level": 2, + "title": "Exceptions", + "number": "E.1" + }, + { + "id": "Constants", + "level": 2, + "title": "Constants", + "number": "E.2" + }, + { + "id": "Types", + "level": 2, + "title": "Types", + "number": "E.3" + }, + { + "id": "Objects", + "level": 2, + "title": "Objects", + "number": "E.4" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "ErrorProcessing", + "level": 2, + "title": "Error processing", + "number": "F.2" + }, + { + "id": "VersionControl", + "level": 2, + "title": "Version control", + "number": "F.3" + }, + { + "id": "RangeClamping", + "level": 2, + "title": "Clamping values which are restricted to a particular range", + "number": "F.4" + }, + { + "id": "PathElementImplementationNotes", + "level": 2, + "title": "ā€˜pathā€™ element implementation notes", + "number": "F.5" + }, + { + "id": "ArcImplementationNotes", + "level": 2, + "title": "Elliptical arc implementation notes", + "number": "F.6" + }, + { + "id": "ArcSyntax", + "level": 3, + "title": "Elliptical arc syntax", + "number": "F.6.1" + }, + { + "id": "ArcOutOfRangeParameters", + "level": 3, + "title": "Out-of-range parameters", + "number": "F.6.2" + }, + { + "id": "ArcParameterizationAlternatives", + "level": 3, + "title": "Parameterization alternatives", + "number": "F.6.3" + }, + { + "id": "ArcConversionCenterToEndpoint", + "level": 3, + "title": "Conversion from center to endpoint parameterization", + "number": "F.6.4" + }, + { + "id": "ArcConversionEndpointToCenter", + "level": 3, + "title": "Conversion from endpoint to center parameterization", + "number": "F.6.5" + }, + { + "id": "ArcCorrectionOutOfRangeRadii", + "level": 3, + "title": "Correction of out-of-range radii", + "number": "F.6.6" + }, + { + "id": "TextSelectionImplementationNotes", + "level": 2, + "title": "Text selection implementation notes", + "number": "F.7" + }, + { + "id": "PrintingImplementationNotes", + "level": 2, + "title": "Printing implementation notes", + "number": "F.8" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introduction", + "level": 2, + "title": "Introduction", + "number": "G.1" + }, + { + "id": "ConformingSVGDocuments", + "level": 2, + "title": "Conforming SVG Document Fragments", + "number": "G.2" + }, + { + "id": "ConformingSVGStandAloneFiles", + "level": 2, + "title": "Conforming SVG Stand-Alone Files", + "number": "G.3" + }, + { + "id": "ConformingSVGGenerators", + "level": 2, + "title": "Conforming SVG Generators", + "number": "G.4" + }, + { + "id": "ConformingSVGServers", + "level": 2, + "title": "Conforming SVG Servers", + "number": "G.5" + }, + { + "id": "ConformingSVGDOMSubtree", + "level": 2, + "title": "Conforming SVG DOM Subtree", + "number": "G.6" + }, + { + "id": "ConformingSVGInterpreters", + "level": 2, + "title": "Conforming SVG Interpreters", + "number": "G.7" + }, + { + "id": "ConformingSVGViewers", + "level": 2, + "title": "Conforming SVG Viewers", + "number": "G.8" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "AccessibilityAndSVG", + "level": 2, + "title": "WAI Accessibility Guidelines", + "number": "H.1" + }, + { + "id": "SVGAccessibilityGuidelines", + "level": 2, + "title": "SVG Content Accessibility Guidelines", + "number": "H.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Intro", + "level": 2, + "title": "Introduction", + "number": "I.1" + }, + { + "id": "InternationalizationAndSVG", + "level": 2, + "title": "Internationalization and SVG", + "number": "I.2" + }, + { + "id": "SVGInternationalizationGuidelines", + "level": 2, + "title": "SVG Internationalization Guidelines", + "number": "I.3" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "NormativeReferences", + "level": 2, + "title": "Normative references", + "number": "K.1" + }, + { + "id": "InformativeReferences", + "level": 2, + "title": "Informative references", + "number": "K.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "RegularAttributes", + "level": 2, + "title": "Regular attributes", + "number": "M.1" + }, + { + "id": "PresentationAttributes", + "level": 2, + "title": "Presentation attributes", + "number": "M.2" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "Introducation", + "level": 2, + "title": "Introduction", + "number": "O.1" + }, + { + "id": "SVG11FeatureStrings", + "level": 2, + "title": "SVG 1.1 feature strings", + "number": "O.2" + }, + { + "id": "SVG10FeatureStrings", + "level": 2, + "title": "SVG 1.0 feature strings", + "number": "O.3" + }, + { + "id": "mimereg", + "level": 1, + "title": "Appendix P: Media Type Registration for image/svg+xml" + }, + { + "id": "toc", + "level": 2, + "title": "Contents" + }, + { + "id": "mime-intro", + "level": 2, + "title": "Introduction", + "number": "P.1" + }, + { + "id": "mime-registration", + "level": 2, + "title": "Registration of media type image/svg+xml", + "number": "P.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/client-hints-infrastructure.json b/tr/headings/client-hints-infrastructure.json index 54f2ad3176b9..f3b1e0050713 100644 --- a/tr/headings/client-hints-infrastructure.json +++ b/tr/headings/client-hints-infrastructure.json @@ -10,9 +10,9 @@ "title": "Client Hints Infrastructure" }, { - "id": "subtitle", + "id": "profile-and-date", "level": 2, - "title": "Draft Community Group Report, 12 April 2021" + "title": "Draft Community Group Report, 29 April 2021" }, { "id": "abstract", diff --git a/tr/headings/construct-stylesheets.json b/tr/headings/construct-stylesheets.json index b96bf93b70a5..3a6316471a5a 100644 --- a/tr/headings/construct-stylesheets.json +++ b/tr/headings/construct-stylesheets.json @@ -10,9 +10,9 @@ "title": "Constructable Stylesheet Objects" }, { - "id": "subtitle", + "id": "profile-and-date", "level": 2, - "title": "A Collection of Interesting Ideas, 3 March 2020" + "title": "A Collection of Interesting Ideas, 27 April 2021" }, { "id": "abstract", diff --git a/tr/headings/ecma-402.json b/tr/headings/ecma-402.json new file mode 100644 index 000000000000..7b9441e1b32b --- /dev/null +++ b/tr/headings/ecma-402.json @@ -0,0 +1,1532 @@ +{ + "spec": { + "title": "ECMAScriptĀ® 2022 Internationalization API Specification", + "url": "https://tc39.es/ecma402/" + }, + "headings": [ + { + "id": "scope", + "title": "Scope", + "level": 1, + "number": "1" + }, + { + "id": "conformance", + "title": "Conformance", + "level": 1, + "number": "2" + }, + { + "id": "normative-references", + "title": "Normative References", + "level": 1, + "number": "3" + }, + { + "id": "overview", + "title": "Overview", + "level": 1, + "number": "4" + }, + { + "id": "sec-internationalization-localization-globalization", + "title": "Internationalization, Localization, and Globalization", + "level": 2, + "number": "4.1" + }, + { + "id": "sec-api-overview", + "title": "API Overview", + "level": 2, + "number": "4.2" + }, + { + "id": "sec-api-conventions", + "title": "API Conventions", + "level": 2, + "number": "4.3" + }, + { + "id": "sec-implementation-dependencies", + "title": "Implementation Dependencies", + "level": 2, + "number": "4.4" + }, + { + "id": "sec-compatibility", + "title": "Compatibility across implementations", + "level": 3, + "number": "4.4.1" + }, + { + "id": "conventions", + "title": "Notational Conventions", + "level": 1, + "number": "5" + }, + { + "id": "sec-402-well-known-intrinsic-objects", + "title": "Well-Known Intrinsic Objects", + "level": 2, + "number": "5.1" + }, + { + "id": "locales-currencies-tz", + "title": "Identification of Locales, Currencies, Time Zones, and Measurement Units", + "level": 1, + "number": "6" + }, + { + "id": "sec-case-sensitivity-and-case-mapping", + "title": "Case Sensitivity and Case Mapping", + "level": 2, + "number": "6.1" + }, + { + "id": "sec-language-tags", + "title": "Language Tags", + "level": 2, + "number": "6.2" + }, + { + "id": "sec-unicode-locale-extension-sequences", + "title": "Unicode Locale Extension Sequences", + "level": 3, + "number": "6.2.1" + }, + { + "id": "sec-isstructurallyvalidlanguagetag", + "title": "IsStructurallyValidLanguageTag ( locale )", + "level": 3, + "number": "6.2.2" + }, + { + "id": "sec-canonicalizeunicodelocaleid", + "title": "CanonicalizeUnicodeLocaleId ( locale )", + "level": 3, + "number": "6.2.3" + }, + { + "id": "sec-defaultlocale", + "title": "DefaultLocale ( )", + "level": 3, + "number": "6.2.4" + }, + { + "id": "sec-currency-codes", + "title": "Currency Codes", + "level": 2, + "number": "6.3" + }, + { + "id": "sec-iswellformedcurrencycode", + "title": "IsWellFormedCurrencyCode ( currency )", + "level": 3, + "number": "6.3.1" + }, + { + "id": "sec-time-zone-names", + "title": "Time Zone Names", + "level": 2, + "number": "6.4" + }, + { + "id": "sec-isvalidtimezonename", + "title": "IsValidTimeZoneName ( timeZone )", + "level": 3, + "number": "6.4.1" + }, + { + "id": "sec-canonicalizetimezonename", + "title": "CanonicalizeTimeZoneName", + "level": 3, + "number": "6.4.2" + }, + { + "id": "sec-defaulttimezone", + "title": "DefaultTimeZone ( )", + "level": 3, + "number": "6.4.3" + }, + { + "id": "sec-measurement-unit-identifiers", + "title": "Measurement Unit Identifiers", + "level": 2, + "number": "6.5" + }, + { + "id": "sec-iswellformedunitidentifier", + "title": "IsWellFormedUnitIdentifier ( unitIdentifier )", + "level": 3, + "number": "6.5.1" + }, + { + "id": "sec-issanctionedsimpleunitidentifier", + "title": "IsSanctionedSimpleUnitIdentifier ( unitIdentifier )", + "level": 3, + "number": "6.5.2" + }, + { + "id": "requirements", + "title": "Requirements for Standard Built-in ECMAScript Objects", + "level": 1, + "number": "7" + }, + { + "id": "intl-object", + "title": "The Intl Object", + "level": 1, + "number": "8" + }, + { + "id": "sec-value-properties-of-the-intl-object", + "title": "Value Properties of the Intl Object", + "level": 2, + "number": "8.1" + }, + { + "id": "sec-Intl-toStringTag", + "title": "Intl[ @@toStringTag ]", + "level": 3, + "number": "8.1.1" + }, + { + "id": "sec-constructor-properties-of-the-intl-object", + "title": "Constructor Properties of the Intl Object", + "level": 2, + "number": "8.2" + }, + { + "id": "sec-intl.collator-intro", + "title": "Intl.Collator ( . . . )", + "level": 3, + "number": "8.2.1" + }, + { + "id": "sec-intl.datetimeformat-intro", + "title": "Intl.DateTimeFormat ( . . . )", + "level": 3, + "number": "8.2.2" + }, + { + "id": "sec-intl.displaynames-intro", + "title": "Intl.DisplayNames ( . . . )", + "level": 3, + "number": "8.2.3" + }, + { + "id": "sec-intl.listformat-intro", + "title": "Intl.ListFormat ( . . . )", + "level": 3, + "number": "8.2.4" + }, + { + "id": "sec-intl.locale-intro", + "title": "Intl.Locale ( . . . )", + "level": 3, + "number": "8.2.5" + }, + { + "id": "sec-intl.numberformat-intro", + "title": "Intl.NumberFormat ( . . . )", + "level": 3, + "number": "8.2.6" + }, + { + "id": "sec-intl.pluralrules-intro", + "title": "Intl.PluralRules ( . . . )", + "level": 3, + "number": "8.2.7" + }, + { + "id": "sec-intl.relativetimeformat-intro", + "title": "Intl.RelativeTimeFormat ( . . . )", + "level": 3, + "number": "8.2.8" + }, + { + "id": "sec-function-properties-of-the-intl-object", + "title": "Function Properties of the Intl Object", + "level": 2, + "number": "8.3" + }, + { + "id": "sec-intl.getcanonicallocales", + "title": "Intl.getCanonicalLocales ( locales )", + "level": 3, + "number": "8.3.1" + }, + { + "id": "locale-and-parameter-negotiation", + "title": "Locale and Parameter Negotiation", + "level": 1, + "number": "9" + }, + { + "id": "sec-internal-slots", + "title": "Internal slots of Service Constructors", + "level": 2, + "number": "9.1" + }, + { + "id": "sec-abstract-operations", + "title": "Abstract Operations", + "level": 2, + "number": "9.2" + }, + { + "id": "sec-canonicalizelocalelist", + "title": "CanonicalizeLocaleList ( locales )", + "level": 3, + "number": "9.2.1" + }, + { + "id": "sec-bestavailablelocale", + "title": "BestAvailableLocale ( availableLocales, locale )", + "level": 3, + "number": "9.2.2" + }, + { + "id": "sec-lookupmatcher", + "title": "LookupMatcher ( availableLocales, requestedLocales )", + "level": 3, + "number": "9.2.3" + }, + { + "id": "sec-bestfitmatcher", + "title": "BestFitMatcher ( availableLocales, requestedLocales )", + "level": 3, + "number": "9.2.4" + }, + { + "id": "sec-unicode-extension-components", + "title": "UnicodeExtensionComponents ( extension )", + "level": 3, + "number": "9.2.5" + }, + { + "id": "sec-insert-unicode-extension-and-canonicalize", + "title": "InsertUnicodeExtensionAndCanonicalize ( locale, extension )", + "level": 3, + "number": "9.2.6" + }, + { + "id": "sec-resolvelocale", + "title": "ResolveLocale ( availableLocales, requestedLocales, options, relevantExtensionKeys, localeData )", + "level": 3, + "number": "9.2.7" + }, + { + "id": "sec-lookupsupportedlocales", + "title": "LookupSupportedLocales ( availableLocales, requestedLocales )", + "level": 3, + "number": "9.2.8" + }, + { + "id": "sec-bestfitsupportedlocales", + "title": "BestFitSupportedLocales ( availableLocales, requestedLocales )", + "level": 3, + "number": "9.2.9" + }, + { + "id": "sec-supportedlocales", + "title": "SupportedLocales ( availableLocales, requestedLocales, options )", + "level": 3, + "number": "9.2.10" + }, + { + "id": "sec-getoptionsobject", + "title": "GetOptionsObject ( options )", + "level": 3, + "number": "9.2.11" + }, + { + "id": "sec-coerceoptionstoobject", + "title": "CoerceOptionsToObject ( options )", + "level": 3, + "number": "9.2.12" + }, + { + "id": "sec-getoption", + "title": "GetOption ( options, property, type, values, fallback )", + "level": 3, + "number": "9.2.13" + }, + { + "id": "sec-defaultnumberoption", + "title": "DefaultNumberOption ( value, minimum, maximum, fallback )", + "level": 3, + "number": "9.2.14" + }, + { + "id": "sec-getnumberoption", + "title": "GetNumberOption ( options, property, minimum, maximum, fallback )", + "level": 3, + "number": "9.2.15" + }, + { + "id": "sec-partitionpattern", + "title": "PartitionPattern ( pattern )", + "level": 3, + "number": "9.2.16" + }, + { + "id": "collator-objects", + "title": "Collator Objects", + "level": 1, + "number": "10" + }, + { + "id": "sec-the-intl-collator-constructor", + "title": "The Intl.Collator Constructor", + "level": 2, + "number": "10.1" + }, + { + "id": "sec-initializecollator", + "title": "InitializeCollator ( collator, locales, options )", + "level": 3, + "number": "10.1.1" + }, + { + "id": "sec-intl.collator", + "title": "Intl.Collator ( [ locales [ , options ] ] )", + "level": 3, + "number": "10.1.2" + }, + { + "id": "sec-properties-of-the-intl-collator-constructor", + "title": "Properties of the Intl.Collator Constructor", + "level": 2, + "number": "10.2" + }, + { + "id": "sec-intl.collator.prototype", + "title": "Intl.Collator.prototype", + "level": 3, + "number": "10.2.1" + }, + { + "id": "sec-intl.collator.supportedlocalesof", + "title": "Intl.Collator.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "10.2.2" + }, + { + "id": "sec-intl-collator-internal-slots", + "title": "Internal Slots", + "level": 3, + "number": "10.2.3" + }, + { + "id": "sec-properties-of-the-intl-collator-prototype-object", + "title": "Properties of the Intl.Collator Prototype Object", + "level": 2, + "number": "10.3" + }, + { + "id": "sec-intl.collator.prototype.constructor", + "title": "Intl.Collator.prototype.constructor", + "level": 3, + "number": "10.3.1" + }, + { + "id": "sec-intl.collator.prototype-@@tostringtag", + "title": "Intl.Collator.prototype [ @@toStringTag ]", + "level": 3, + "number": "10.3.2" + }, + { + "id": "sec-intl.collator.prototype.compare", + "title": "get Intl.Collator.prototype.compare", + "level": 3, + "number": "10.3.3" + }, + { + "id": "sec-collator-compare-functions", + "title": "Collator Compare Functions", + "level": 4, + "number": "10.3.3.1" + }, + { + "id": "sec-collator-comparestrings", + "title": "CompareStrings ( collator, x, y )", + "level": 4, + "number": "10.3.3.2" + }, + { + "id": "sec-intl.collator.prototype.resolvedoptions", + "title": "Intl.Collator.prototype.resolvedOptions ( )", + "level": 3, + "number": "10.3.4" + }, + { + "id": "sec-properties-of-intl-collator-instances", + "title": "Properties of Intl.Collator Instances", + "level": 2, + "number": "10.4" + }, + { + "id": "datetimeformat-objects", + "title": "DateTimeFormat Objects", + "level": 1, + "number": "11" + }, + { + "id": "sec-datetimeformat-abstracts", + "title": "Abstract Operations for DateTimeFormat Objects", + "level": 2, + "number": "11.1" + }, + { + "id": "sec-initializedatetimeformat", + "title": "InitializeDateTimeFormat ( dateTimeFormat, locales, options )", + "level": 3, + "number": "11.1.1" + }, + { + "id": "sec-todatetimeoptions", + "title": "ToDateTimeOptions ( options, required, defaults )", + "level": 3, + "number": "11.1.2" + }, + { + "id": "sec-date-time-style-format", + "title": "DateTimeStyleFormat ( dateStyle, timeStyle, styles )", + "level": 3, + "number": "11.1.3" + }, + { + "id": "sec-basicformatmatcher", + "title": "BasicFormatMatcher ( options, formats )", + "level": 3, + "number": "11.1.4" + }, + { + "id": "sec-bestfitformatmatcher", + "title": "BestFitFormatMatcher ( options, formats )", + "level": 3, + "number": "11.1.5" + }, + { + "id": "sec-datetime-format-functions", + "title": "DateTime Format Functions", + "level": 3, + "number": "11.1.6" + }, + { + "id": "sec-formatdatetimepattern", + "title": "FormatDateTimePattern ( dateTimeFormat, patternParts, x, rangeFormatOptions )", + "level": 3, + "number": "11.1.7" + }, + { + "id": "sec-partitiondatetimepattern", + "title": "PartitionDateTimePattern ( dateTimeFormat, x )", + "level": 3, + "number": "11.1.8" + }, + { + "id": "sec-formatdatetime", + "title": "FormatDateTime ( dateTimeFormat, x )", + "level": 3, + "number": "11.1.9" + }, + { + "id": "sec-formatdatetimetoparts", + "title": "FormatDateTimeToParts ( dateTimeFormat, x )", + "level": 3, + "number": "11.1.10" + }, + { + "id": "sec-partitiondatetimerangepattern", + "title": "PartitionDateTimeRangePattern ( dateTimeFormat, x, y )", + "level": 3, + "number": "11.1.11" + }, + { + "id": "sec-formatdatetimerange", + "title": "FormatDateTimeRange ( dateTimeFormat, x, y )", + "level": 3, + "number": "11.1.12" + }, + { + "id": "sec-formatdatetimerangetoparts", + "title": "FormatDateTimeRangeToParts ( dateTimeFormat, x, y )", + "level": 3, + "number": "11.1.13" + }, + { + "id": "sec-tolocaltime", + "title": "ToLocalTime ( t, calendar, timeZone )", + "level": 3, + "number": "11.1.14" + }, + { + "id": "sec-unwrapdatetimeformat", + "title": "UnwrapDateTimeFormat ( dtf )", + "level": 3, + "number": "11.1.15" + }, + { + "id": "sec-intl-datetimeformat-constructor", + "title": "The Intl.DateTimeFormat Constructor", + "level": 2, + "number": "11.2" + }, + { + "id": "sec-intl.datetimeformat", + "title": "Intl.DateTimeFormat ( [ locales [ , options ] ] )", + "level": 3, + "number": "11.2.1" + }, + { + "id": "sec-properties-of-intl-datetimeformat-constructor", + "title": "Properties of the Intl.DateTimeFormat Constructor", + "level": 2, + "number": "11.3" + }, + { + "id": "sec-intl.datetimeformat.prototype", + "title": "Intl.DateTimeFormat.prototype", + "level": 3, + "number": "11.3.1" + }, + { + "id": "sec-intl.datetimeformat.supportedlocalesof", + "title": "Intl.DateTimeFormat.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "11.3.2" + }, + { + "id": "sec-intl.datetimeformat-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "11.3.3" + }, + { + "id": "sec-properties-of-intl-datetimeformat-prototype-object", + "title": "Properties of the Intl.DateTimeFormat Prototype Object", + "level": 2, + "number": "11.4" + }, + { + "id": "sec-intl.datetimeformat.prototype.constructor", + "title": "Intl.DateTimeFormat.prototype.constructor", + "level": 3, + "number": "11.4.1" + }, + { + "id": "sec-intl.datetimeformat.prototype-@@tostringtag", + "title": "Intl.DateTimeFormat.prototype [ @@toStringTag ]", + "level": 3, + "number": "11.4.2" + }, + { + "id": "sec-intl.datetimeformat.prototype.format", + "title": "get Intl.DateTimeFormat.prototype.format", + "level": 3, + "number": "11.4.3" + }, + { + "id": "sec-Intl.DateTimeFormat.prototype.formatToParts", + "title": "Intl.DateTimeFormat.prototype.formatToParts ( date )", + "level": 3, + "number": "11.4.4" + }, + { + "id": "sec-intl.datetimeformat.prototype.formatRange", + "title": "Intl.DateTimeFormat.prototype.formatRange ( startDate, endDate )", + "level": 3, + "number": "11.4.5" + }, + { + "id": "sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "title": "Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate, endDate )", + "level": 3, + "number": "11.4.6" + }, + { + "id": "sec-intl.datetimeformat.prototype.resolvedoptions", + "title": "Intl.DateTimeFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "11.4.7" + }, + { + "id": "sec-properties-of-intl-datetimeformat-instances", + "title": "Properties of Intl.DateTimeFormat Instances", + "level": 2, + "number": "11.5" + }, + { + "id": "intl-displaynames-objects", + "title": "DisplayNames Objects", + "level": 1, + "number": "12" + }, + { + "id": "sec-intl-displaynames-abstracts", + "title": "Abstract Operations for DisplayNames Objects", + "level": 2, + "number": "12.1" + }, + { + "id": "sec-canonicalcodefordisplaynames", + "title": "CanonicalCodeForDisplayNames ( type, code )", + "level": 3, + "number": "12.1.1" + }, + { + "id": "sec-intl-displaynames-constructor", + "title": "The Intl.DisplayNames Constructor", + "level": 2, + "number": "12.2" + }, + { + "id": "sec-Intl.DisplayNames", + "title": "Intl.DisplayNames ( locales, options )", + "level": 3, + "number": "12.2.1" + }, + { + "id": "sec-properties-of-intl-displaynames-constructor", + "title": "Properties of the Intl.DisplayNames Constructor", + "level": 2, + "number": "12.3" + }, + { + "id": "sec-Intl.DisplayNames.prototype", + "title": "Intl.DisplayNames.prototype", + "level": 3, + "number": "12.3.1" + }, + { + "id": "sec-Intl.DisplayNames.supportedLocalesOf", + "title": "Intl.DisplayNames.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "12.3.2" + }, + { + "id": "sec-Intl.DisplayNames-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "12.3.3" + }, + { + "id": "sec-properties-of-intl-displaynames-prototype-object", + "title": "Properties of the Intl.DisplayNames Prototype Object", + "level": 2, + "number": "12.4" + }, + { + "id": "sec-Intl.DisplayNames.prototype.constructor", + "title": "Intl.DisplayNames.prototype.constructor", + "level": 3, + "number": "12.4.1" + }, + { + "id": "sec-Intl.DisplayNames.prototype-@@tostringtag", + "title": "Intl.DisplayNames.prototype[ @@toStringTag ]", + "level": 3, + "number": "12.4.2" + }, + { + "id": "sec-Intl.DisplayNames.prototype.of", + "title": "Intl.DisplayNames.prototype.of ( code )", + "level": 3, + "number": "12.4.3" + }, + { + "id": "sec-Intl.DisplayNames.prototype.resolvedOptions", + "title": "Intl.DisplayNames.prototype.resolvedOptions ( )", + "level": 3, + "number": "12.4.4" + }, + { + "id": "sec-properties-of-intl-displaynames-instances", + "title": "Properties of Intl.DisplayNames Instances", + "level": 2, + "number": "12.5" + }, + { + "id": "listformat-objects", + "title": "ListFormat Objects", + "level": 1, + "number": "13" + }, + { + "id": "sec-intl-listformat-abstracts", + "title": "Abstract Operations for ListFormat Objects", + "level": 2, + "number": "13.1" + }, + { + "id": "sec-deconstructpattern", + "title": "DeconstructPattern ( pattern, placeables )", + "level": 3, + "number": "13.1.1" + }, + { + "id": "sec-createpartsfromlist", + "title": "CreatePartsFromList ( listFormat, list )", + "level": 3, + "number": "13.1.2" + }, + { + "id": "sec-formatlist", + "title": "FormatList ( listFormat, list )", + "level": 3, + "number": "13.1.3" + }, + { + "id": "sec-formatlisttoparts", + "title": "FormatListToParts ( listFormat, list )", + "level": 3, + "number": "13.1.4" + }, + { + "id": "sec-createstringlistfromiterable", + "title": "StringListFromIterable ( iterable )", + "level": 3, + "number": "13.1.5" + }, + { + "id": "sec-intl-listformat-constructor", + "title": "The Intl.ListFormat Constructor", + "level": 2, + "number": "13.2" + }, + { + "id": "sec-Intl.ListFormat", + "title": "Intl.ListFormat ( [ locales [ , options ] ] )", + "level": 3, + "number": "13.2.1" + }, + { + "id": "sec-properties-of-intl-listformat-constructor", + "title": "Properties of the Intl.ListFormat Constructor", + "level": 2, + "number": "13.3" + }, + { + "id": "sec-Intl.ListFormat.prototype", + "title": "Intl.ListFormat.prototype", + "level": 3, + "number": "13.3.1" + }, + { + "id": "sec-Intl.ListFormat.supportedLocalesOf", + "title": "Intl.ListFormat.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "13.3.2" + }, + { + "id": "sec-Intl.ListFormat-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "13.3.3" + }, + { + "id": "sec-properties-of-intl-listformat-prototype-object", + "title": "Properties of the Intl.ListFormat Prototype Object", + "level": 2, + "number": "13.4" + }, + { + "id": "sec-Intl.ListFormat.prototype.constructor", + "title": "Intl.ListFormat.prototype.constructor", + "level": 3, + "number": "13.4.1" + }, + { + "id": "sec-Intl.ListFormat.prototype-toStringTag", + "title": "Intl.ListFormat.prototype [ @@toStringTag ]", + "level": 3, + "number": "13.4.2" + }, + { + "id": "sec-Intl.ListFormat.prototype.format", + "title": "Intl.ListFormat.prototype.format ( list )", + "level": 3, + "number": "13.4.3" + }, + { + "id": "sec-Intl.ListFormat.prototype.formatToParts", + "title": "Intl.ListFormat.prototype.formatToParts ( list )", + "level": 3, + "number": "13.4.4" + }, + { + "id": "sec-Intl.ListFormat.prototype.resolvedoptions", + "title": "Intl.ListFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "13.4.5" + }, + { + "id": "sec-properties-of-intl-listformat-instances", + "title": "Properties of Intl.ListFormat Instances", + "level": 2, + "number": "13.5" + }, + { + "id": "locale-objects", + "title": "Locale Objects", + "level": 1, + "number": "14" + }, + { + "id": "sec-intl-locale-constructor", + "title": "The Intl.Locale Constructor", + "level": 2, + "number": "14.1" + }, + { + "id": "sec-apply-options-to-tag", + "title": "ApplyOptionsToTag ( tag, options )", + "level": 3, + "number": "14.1.1" + }, + { + "id": "sec-apply-unicode-extension-to-tag", + "title": "ApplyUnicodeExtensionToTag ( tag, options, relevantExtensionKeys )", + "level": 3, + "number": "14.1.2" + }, + { + "id": "sec-Intl.Locale", + "title": "Intl.Locale ( tag [ , options ] )", + "level": 3, + "number": "14.1.3" + }, + { + "id": "sec-properties-of-intl-locale-constructor", + "title": "Properties of the Intl.Locale Constructor", + "level": 2, + "number": "14.2" + }, + { + "id": "sec-Intl.Locale.prototype", + "title": "Intl.Locale.prototype", + "level": 3, + "number": "14.2.1" + }, + { + "id": "sec-intl.locale-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "14.2.2" + }, + { + "id": "sec-properties-of-intl-locale-prototype-object", + "title": "Properties of the Intl.Locale Prototype Object", + "level": 2, + "number": "14.3" + }, + { + "id": "sec-Intl.Locale.prototype.constructor", + "title": "Intl.Locale.prototype.constructor", + "level": 3, + "number": "14.3.1" + }, + { + "id": "sec-Intl.Locale.prototype-@@tostringtag", + "title": "Intl.Locale.prototype[ @@toStringTag ]", + "level": 3, + "number": "14.3.2" + }, + { + "id": "sec-Intl.Locale.prototype.maximize", + "title": "Intl.Locale.prototype.maximize ( )", + "level": 3, + "number": "14.3.3" + }, + { + "id": "sec-Intl.Locale.prototype.minimize", + "title": "Intl.Locale.prototype.minimize ( )", + "level": 3, + "number": "14.3.4" + }, + { + "id": "sec-Intl.Locale.prototype.toString", + "title": "Intl.Locale.prototype.toString ( )", + "level": 3, + "number": "14.3.5" + }, + { + "id": "sec-Intl.Locale.prototype.baseName", + "title": "get Intl.Locale.prototype.baseName", + "level": 3, + "number": "14.3.6" + }, + { + "id": "sec-Intl.Locale.prototype.calendar", + "title": "get Intl.Locale.prototype.calendar", + "level": 3, + "number": "14.3.7" + }, + { + "id": "sec-Intl.Locale.prototype.caseFirst", + "title": "get Intl.Locale.prototype.caseFirst", + "level": 3, + "number": "14.3.8" + }, + { + "id": "sec-Intl.Locale.prototype.collation", + "title": "get Intl.Locale.prototype.collation", + "level": 3, + "number": "14.3.9" + }, + { + "id": "sec-Intl.Locale.prototype.hourCycle", + "title": "get Intl.Locale.prototype.hourCycle", + "level": 3, + "number": "14.3.10" + }, + { + "id": "sec-Intl.Locale.prototype.numeric", + "title": "get Intl.Locale.prototype.numeric", + "level": 3, + "number": "14.3.11" + }, + { + "id": "sec-Intl.Locale.prototype.numberingSystem", + "title": "get Intl.Locale.prototype.numberingSystem", + "level": 3, + "number": "14.3.12" + }, + { + "id": "sec-Intl.Locale.prototype.language", + "title": "get Intl.Locale.prototype.language", + "level": 3, + "number": "14.3.13" + }, + { + "id": "sec-Intl.Locale.prototype.script", + "title": "get Intl.Locale.prototype.script", + "level": 3, + "number": "14.3.14" + }, + { + "id": "sec-Intl.Locale.prototype.region", + "title": "get Intl.Locale.prototype.region", + "level": 3, + "number": "14.3.15" + }, + { + "id": "numberformat-objects", + "title": "NumberFormat Objects", + "level": 1, + "number": "15" + }, + { + "id": "sec-numberformat-abstracts", + "title": "Abstract Operations for NumberFormat Objects", + "level": 2, + "number": "15.1" + }, + { + "id": "sec-setnfdigitoptions", + "title": "SetNumberFormatDigitOptions ( intlObj, options, mnfdDefault, mxfdDefault, notation )", + "level": 3, + "number": "15.1.1" + }, + { + "id": "sec-initializenumberformat", + "title": "InitializeNumberFormat ( numberFormat, locales, options )", + "level": 3, + "number": "15.1.2" + }, + { + "id": "sec-currencydigits", + "title": "CurrencyDigits ( currency )", + "level": 3, + "number": "15.1.3" + }, + { + "id": "sec-number-format-functions", + "title": "Number Format Functions", + "level": 3, + "number": "15.1.4" + }, + { + "id": "sec-formatnumberstring", + "title": "FormatNumericToString ( intlObject, x )", + "level": 3, + "number": "15.1.5" + }, + { + "id": "sec-partitionnumberpattern", + "title": "PartitionNumberPattern ( numberFormat, x )", + "level": 3, + "number": "15.1.6" + }, + { + "id": "sec-partitionnotationsubpattern", + "title": "PartitionNotationSubPattern ( numberFormat, x, n, exponent )", + "level": 3, + "number": "15.1.7" + }, + { + "id": "sec-formatnumber", + "title": "FormatNumeric ( numberFormat, x )", + "level": 3, + "number": "15.1.8" + }, + { + "id": "sec-formatnumbertoparts", + "title": "FormatNumericToParts ( numberFormat, x )", + "level": 3, + "number": "15.1.9" + }, + { + "id": "sec-torawprecision", + "title": "ToRawPrecision ( x, minPrecision, maxPrecision )", + "level": 3, + "number": "15.1.10" + }, + { + "id": "sec-torawfixed", + "title": "ToRawFixed ( x, minInteger, minFraction, maxFraction )", + "level": 3, + "number": "15.1.11" + }, + { + "id": "sec-unwrapnumberformat", + "title": "UnwrapNumberFormat ( nf )", + "level": 3, + "number": "15.1.12" + }, + { + "id": "sec-setnumberformatunitoptions", + "title": "SetNumberFormatUnitOptions ( intlObj, options )", + "level": 3, + "number": "15.1.13" + }, + { + "id": "sec-getnumberformatpattern", + "title": "GetNumberFormatPattern ( numberFormat, x )", + "level": 3, + "number": "15.1.14" + }, + { + "id": "sec-getnotationsubpattern", + "title": "GetNotationSubPattern ( numberFormat, exponent )", + "level": 3, + "number": "15.1.15" + }, + { + "id": "sec-computeexponent", + "title": "ComputeExponent ( numberFormat, x )", + "level": 3, + "number": "15.1.16" + }, + { + "id": "sec-computeexponentformagnitude", + "title": "ComputeExponentForMagnitude ( numberFormat, magnitude )", + "level": 3, + "number": "15.1.17" + }, + { + "id": "sec-intl-numberformat-constructor", + "title": "The Intl.NumberFormat Constructor", + "level": 2, + "number": "15.2" + }, + { + "id": "sec-intl.numberformat", + "title": "Intl.NumberFormat ( [ locales [ , options ] ] )", + "level": 3, + "number": "15.2.1" + }, + { + "id": "sec-properties-of-intl-numberformat-constructor", + "title": "Properties of the Intl.NumberFormat Constructor", + "level": 2, + "number": "15.3" + }, + { + "id": "sec-intl.numberformat.prototype", + "title": "Intl.NumberFormat.prototype", + "level": 3, + "number": "15.3.1" + }, + { + "id": "sec-intl.numberformat.supportedlocalesof", + "title": "Intl.NumberFormat.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "15.3.2" + }, + { + "id": "sec-intl.numberformat-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "15.3.3" + }, + { + "id": "sec-properties-of-intl-numberformat-prototype-object", + "title": "Properties of the Intl.NumberFormat Prototype Object", + "level": 2, + "number": "15.4" + }, + { + "id": "sec-intl.numberformat.prototype.constructor", + "title": "Intl.NumberFormat.prototype.constructor", + "level": 3, + "number": "15.4.1" + }, + { + "id": "sec-intl.numberformat.prototype-@@tostringtag", + "title": "Intl.NumberFormat.prototype [ @@toStringTag ]", + "level": 3, + "number": "15.4.2" + }, + { + "id": "sec-intl.numberformat.prototype.format", + "title": "get Intl.NumberFormat.prototype.format", + "level": 3, + "number": "15.4.3" + }, + { + "id": "sec-intl.numberformat.prototype.formattoparts", + "title": "Intl.NumberFormat.prototype.formatToParts ( value )", + "level": 3, + "number": "15.4.4" + }, + { + "id": "sec-intl.numberformat.prototype.resolvedoptions", + "title": "Intl.NumberFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "15.4.5" + }, + { + "id": "sec-properties-of-intl-numberformat-instances", + "title": "Properties of Intl.NumberFormat Instances", + "level": 2, + "number": "15.5" + }, + { + "id": "pluralrules-objects", + "title": "PluralRules Objects", + "level": 1, + "number": "16" + }, + { + "id": "sec-intl-pluralrules-abstracts", + "title": "Abstract Operations for PluralRules Objects", + "level": 2, + "number": "16.1" + }, + { + "id": "sec-initializepluralrules", + "title": "InitializePluralRules ( pluralRules, locales, options )", + "level": 3, + "number": "16.1.1" + }, + { + "id": "sec-getoperands", + "title": "GetOperands ( s )", + "level": 3, + "number": "16.1.2" + }, + { + "id": "sec-pluralruleselect", + "title": "PluralRuleSelect ( locale, type, n, operands )", + "level": 3, + "number": "16.1.3" + }, + { + "id": "sec-resolveplural", + "title": "ResolvePlural ( pluralRules, n )", + "level": 3, + "number": "16.1.4" + }, + { + "id": "sec-intl-pluralrules-constructor", + "title": "The Intl.PluralRules Constructor", + "level": 2, + "number": "16.2" + }, + { + "id": "sec-intl.pluralrules", + "title": "Intl.PluralRules ( [ locales [ , options ] ] )", + "level": 3, + "number": "16.2.1" + }, + { + "id": "sec-properties-of-intl-pluralrules-constructor", + "title": "Properties of the Intl.PluralRules Constructor", + "level": 2, + "number": "16.3" + }, + { + "id": "sec-intl.pluralrules.prototype", + "title": "Intl.PluralRules.prototype", + "level": 3, + "number": "16.3.1" + }, + { + "id": "sec-intl.pluralrules.supportedlocalesof", + "title": "Intl.PluralRules.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "16.3.2" + }, + { + "id": "sec-intl.pluralrules-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "16.3.3" + }, + { + "id": "sec-properties-of-intl-pluralrules-prototype-object", + "title": "Properties of the Intl.PluralRules Prototype Object", + "level": 2, + "number": "16.4" + }, + { + "id": "sec-intl.pluralrules.prototype.constructor", + "title": "Intl.PluralRules.prototype.constructor", + "level": 3, + "number": "16.4.1" + }, + { + "id": "sec-intl.pluralrules.prototype-tostringtag", + "title": "Intl.PluralRules.prototype [ @@toStringTag ]", + "level": 3, + "number": "16.4.2" + }, + { + "id": "sec-intl.pluralrules.prototype.select", + "title": "Intl.PluralRules.prototype.select ( value )", + "level": 3, + "number": "16.4.3" + }, + { + "id": "sec-intl.pluralrules.prototype.resolvedoptions", + "title": "Intl.PluralRules.prototype.resolvedOptions ( )", + "level": 3, + "number": "16.4.4" + }, + { + "id": "sec-properties-of-intl-pluralrules-instances", + "title": "Properties of Intl.PluralRules Instances", + "level": 2, + "number": "16.5" + }, + { + "id": "relativetimeformat-objects", + "title": "RelativeTimeFormat Objects", + "level": 1, + "number": "17" + }, + { + "id": "sec-intl-relativetimeformat--abstracts", + "title": "Abstract Operations for RelativeTimeFormat Objects", + "level": 2, + "number": "17.1" + }, + { + "id": "sec-InitializeRelativeTimeFormat", + "title": "InitializeRelativeTimeFormat ( relativeTimeFormat, locales, options )", + "level": 3, + "number": "17.1.1" + }, + { + "id": "sec-singularrelativetimeunit", + "title": "SingularRelativeTimeUnit ( unit )", + "level": 3, + "number": "17.1.2" + }, + { + "id": "sec-PartitionRelativeTimePattern", + "title": "PartitionRelativeTimePattern ( relativeTimeFormat, value, unit )", + "level": 3, + "number": "17.1.3" + }, + { + "id": "sec-makepartslist", + "title": "MakePartsList ( pattern, unit, parts )", + "level": 3, + "number": "17.1.4" + }, + { + "id": "sec-FormatRelativeTime", + "title": "FormatRelativeTime ( relativeTimeFormat, value, unit )", + "level": 3, + "number": "17.1.5" + }, + { + "id": "sec-FormatRelativeTimeToParts", + "title": "FormatRelativeTimeToParts ( relativeTimeFormat, value, unit )", + "level": 3, + "number": "17.1.6" + }, + { + "id": "sec-intl-relativetimeformat-constructor", + "title": "The Intl.RelativeTimeFormat Constructor", + "level": 2, + "number": "17.2" + }, + { + "id": "sec-Intl.RelativeTimeFormat", + "title": "Intl.RelativeTimeFormat ( [ locales [ , options ] ] )", + "level": 3, + "number": "17.2.1" + }, + { + "id": "sec-properties-of-intl-relativetimeformat-constructor", + "title": "Properties of the Intl.RelativeTimeFormat Constructor", + "level": 2, + "number": "17.3" + }, + { + "id": "sec-Intl.RelativeTimeFormat.prototype", + "title": "Intl.RelativeTimeFormat.prototype", + "level": 3, + "number": "17.3.1" + }, + { + "id": "sec-Intl.RelativeTimeFormat.supportedLocalesOf", + "title": "Intl.RelativeTimeFormat.supportedLocalesOf ( locales [ , options ] )", + "level": 3, + "number": "17.3.2" + }, + { + "id": "sec-Intl.RelativeTimeFormat-internal-slots", + "title": "Internal slots", + "level": 3, + "number": "17.3.3" + }, + { + "id": "sec-properties-of-intl-relativetimeformat-prototype-object", + "title": "Properties of the Intl.RelativeTimeFormat Prototype Object", + "level": 2, + "number": "17.4" + }, + { + "id": "sec-Intl.RelativeTimeFormat.prototype.constructor", + "title": "Intl.RelativeTimeFormat.prototype.constructor", + "level": 3, + "number": "17.4.1" + }, + { + "id": "sec-Intl.RelativeTimeFormat.prototype-toStringTag", + "title": "Intl.RelativeTimeFormat.prototype[ @@toStringTag ]", + "level": 3, + "number": "17.4.2" + }, + { + "id": "sec-Intl.RelativeTimeFormat.prototype.format", + "title": "Intl.RelativeTimeFormat.prototype.format ( value, unit )", + "level": 3, + "number": "17.4.3" + }, + { + "id": "sec-Intl.RelativeTimeFormat.prototype.formatToParts", + "title": "Intl.RelativeTimeFormat.prototype.formatToParts ( value, unit )", + "level": 3, + "number": "17.4.4" + }, + { + "id": "sec-intl.relativetimeformat.prototype.resolvedoptions", + "title": "Intl.RelativeTimeFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "17.4.5" + }, + { + "id": "sec-properties-of-intl-relativetimeformat-instances", + "title": "Properties of Intl.RelativeTimeFormat Instances", + "level": 2, + "number": "17.5" + }, + { + "id": "locale-sensitive-functions", + "title": "Locale Sensitive Functions of the ECMAScript Language Specification", + "level": 1, + "number": "18" + }, + { + "id": "sup-properties-of-the-string-prototype-object", + "title": "Properties of the String Prototype Object", + "level": 2, + "number": "18.1" + }, + { + "id": "sup-String.prototype.localeCompare", + "title": "String.prototype.localeCompare ( that [ , locales [ , options ] ] )", + "level": 3, + "number": "18.1.1" + }, + { + "id": "sup-string.prototype.tolocalelowercase", + "title": "String.prototype.toLocaleLowerCase ( [ locales ] )", + "level": 3, + "number": "18.1.2" + }, + { + "id": "sup-string.prototype.tolocaleuppercase", + "title": "String.prototype.toLocaleUpperCase ( [ locales ] )", + "level": 3, + "number": "18.1.3" + }, + { + "id": "sup-properties-of-the-number-prototype-object", + "title": "Properties of the Number Prototype Object", + "level": 2, + "number": "18.2" + }, + { + "id": "sup-number.prototype.tolocalestring", + "title": "Number.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.2.1" + }, + { + "id": "sup-properties-of-the-bigint-prototype-object", + "title": "Properties of the BigInt Prototype Object", + "level": 2, + "number": "18.3" + }, + { + "id": "sup-bigint.prototype.tolocalestring", + "title": "BigInt.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.3.1" + }, + { + "id": "sup-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "level": 2, + "number": "18.4" + }, + { + "id": "sup-date.prototype.tolocalestring", + "title": "Date.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.4.1" + }, + { + "id": "sup-date.prototype.tolocaledatestring", + "title": "Date.prototype.toLocaleDateString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.4.2" + }, + { + "id": "sup-date.prototype.tolocaletimestring", + "title": "Date.prototype.toLocaleTimeString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.4.3" + }, + { + "id": "sup-properties-of-the-array-prototype-object", + "title": "Properties of the Array Prototype Object", + "level": 2, + "number": "18.5" + }, + { + "id": "sup-array.prototype.tolocalestring", + "title": "Array.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "18.5.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/ecmascript.json b/tr/headings/ecmascript.json new file mode 100644 index 000000000000..fdc1918f9652 --- /dev/null +++ b/tr/headings/ecmascript.json @@ -0,0 +1,11390 @@ +{ + "spec": { + "title": "ECMAScriptĀ® 2022 LanguageĀ Specification", + "url": "https://tc39.es/ecma262/" + }, + "headings": [ + { + "id": "sec-scope", + "title": "Scope", + "level": 1, + "number": "1" + }, + { + "id": "sec-conformance", + "title": "Conformance", + "level": 1, + "number": "2" + }, + { + "id": "sec-conformance.normative-optional", + "title": "Example Clause Heading", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-normative-references", + "title": "Normative References", + "level": 1, + "number": "3" + }, + { + "id": "sec-overview", + "title": "Overview", + "level": 1, + "number": "4" + }, + { + "id": "sec-web-scripting", + "title": "Web Scripting", + "level": 2, + "number": "4.1" + }, + { + "id": "sec-hosts-and-implementations", + "title": "Hosts and Implementations", + "level": 2, + "number": "4.2" + }, + { + "id": "sec-ecmascript-overview", + "title": "ECMAScript Overview", + "level": 2, + "number": "4.3" + }, + { + "id": "sec-objects", + "title": "Objects", + "level": 3, + "number": "4.3.1" + }, + { + "id": "sec-strict-variant-of-ecmascript", + "title": "The Strict Variant of ECMAScript", + "level": 3, + "number": "4.3.2" + }, + { + "id": "sec-terms-and-definitions", + "title": "Terms and Definitions", + "level": 2, + "number": "4.4" + }, + { + "id": "sec-terms-and-definitions-implementation-approximated", + "title": "implementation-approximated", + "level": 3, + "number": "4.4.1" + }, + { + "id": "sec-terms-and-definitions-implementation-defined", + "title": "implementation-defined", + "level": 3, + "number": "4.4.2" + }, + { + "id": "sec-terms-and-definitions-host-defined", + "title": "host-defined", + "level": 3, + "number": "4.4.3" + }, + { + "id": "sec-type", + "title": "type", + "level": 3, + "number": "4.4.4" + }, + { + "id": "sec-primitive-value", + "title": "primitive value", + "level": 3, + "number": "4.4.5" + }, + { + "id": "sec-terms-and-definitions-object", + "title": "object", + "level": 3, + "number": "4.4.6" + }, + { + "id": "sec-constructor", + "title": "constructor", + "level": 3, + "number": "4.4.7" + }, + { + "id": "sec-terms-and-definitions-prototype", + "title": "prototype", + "level": 3, + "number": "4.4.8" + }, + { + "id": "sec-ordinary-object", + "title": "ordinary object", + "level": 3, + "number": "4.4.9" + }, + { + "id": "sec-exotic-object", + "title": "exotic object", + "level": 3, + "number": "4.4.10" + }, + { + "id": "sec-standard-object", + "title": "standard object", + "level": 3, + "number": "4.4.11" + }, + { + "id": "sec-built-in-object", + "title": "built-in object", + "level": 3, + "number": "4.4.12" + }, + { + "id": "sec-undefined-value", + "title": "undefined value", + "level": 3, + "number": "4.4.13" + }, + { + "id": "sec-terms-and-definitions-undefined-type", + "title": "Undefined type", + "level": 3, + "number": "4.4.14" + }, + { + "id": "sec-null-value", + "title": "null value", + "level": 3, + "number": "4.4.15" + }, + { + "id": "sec-terms-and-definitions-null-type", + "title": "Null type", + "level": 3, + "number": "4.4.16" + }, + { + "id": "sec-terms-and-definitions-boolean-value", + "title": "Boolean value", + "level": 3, + "number": "4.4.17" + }, + { + "id": "sec-terms-and-definitions-boolean-type", + "title": "Boolean type", + "level": 3, + "number": "4.4.18" + }, + { + "id": "sec-boolean-object", + "title": "Boolean object", + "level": 3, + "number": "4.4.19" + }, + { + "id": "sec-terms-and-definitions-string-value", + "title": "String value", + "level": 3, + "number": "4.4.20" + }, + { + "id": "sec-terms-and-definitions-string-type", + "title": "String type", + "level": 3, + "number": "4.4.21" + }, + { + "id": "sec-string-object", + "title": "String object", + "level": 3, + "number": "4.4.22" + }, + { + "id": "sec-terms-and-definitions-number-value", + "title": "Number value", + "level": 3, + "number": "4.4.23" + }, + { + "id": "sec-terms-and-definitions-number-type", + "title": "Number type", + "level": 3, + "number": "4.4.24" + }, + { + "id": "sec-number-object", + "title": "Number object", + "level": 3, + "number": "4.4.25" + }, + { + "id": "sec-terms-and-definitions-infinity", + "title": "Infinity", + "level": 3, + "number": "4.4.26" + }, + { + "id": "sec-terms-and-definitions-nan", + "title": "NaN", + "level": 3, + "number": "4.4.27" + }, + { + "id": "sec-terms-and-definitions-bigint-value", + "title": "BigInt value", + "level": 3, + "number": "4.4.28" + }, + { + "id": "sec-terms-and-definitions-bigint-type", + "title": "BigInt type", + "level": 3, + "number": "4.4.29" + }, + { + "id": "sec-bigint-object", + "title": "BigInt object", + "level": 3, + "number": "4.4.30" + }, + { + "id": "sec-symbol-value", + "title": "Symbol value", + "level": 3, + "number": "4.4.31" + }, + { + "id": "sec-terms-and-definitions-symbol-type", + "title": "Symbol type", + "level": 3, + "number": "4.4.32" + }, + { + "id": "sec-symbol-object", + "title": "Symbol object", + "level": 3, + "number": "4.4.33" + }, + { + "id": "sec-terms-and-definitions-function", + "title": "function", + "level": 3, + "number": "4.4.34" + }, + { + "id": "sec-built-in-function", + "title": "built-in function", + "level": 3, + "number": "4.4.35" + }, + { + "id": "sec-property", + "title": "property", + "level": 3, + "number": "4.4.36" + }, + { + "id": "sec-method", + "title": "method", + "level": 3, + "number": "4.4.37" + }, + { + "id": "sec-built-in-method", + "title": "built-in method", + "level": 3, + "number": "4.4.38" + }, + { + "id": "sec-attribute", + "title": "attribute", + "level": 3, + "number": "4.4.39" + }, + { + "id": "sec-own-property", + "title": "own property", + "level": 3, + "number": "4.4.40" + }, + { + "id": "sec-inherited-property", + "title": "inherited property", + "level": 3, + "number": "4.4.41" + }, + { + "id": "sec-organization-of-this-specification", + "title": "Organization of This Specification", + "level": 2, + "number": "4.5" + }, + { + "id": "sec-notational-conventions", + "title": "Notational Conventions", + "level": 1, + "number": "5" + }, + { + "id": "sec-syntactic-and-lexical-grammars", + "title": "Syntactic and Lexical Grammars", + "level": 2, + "number": "5.1" + }, + { + "id": "sec-context-free-grammars", + "title": "Context-Free Grammars", + "level": 3, + "number": "5.1.1" + }, + { + "id": "sec-lexical-and-regexp-grammars", + "title": "The Lexical and RegExp Grammars", + "level": 3, + "number": "5.1.2" + }, + { + "id": "sec-numeric-string-grammar", + "title": "The Numeric String Grammar", + "level": 3, + "number": "5.1.3" + }, + { + "id": "sec-syntactic-grammar", + "title": "The Syntactic Grammar", + "level": 3, + "number": "5.1.4" + }, + { + "id": "sec-grammar-notation", + "title": "Grammar Notation", + "level": 3, + "number": "5.1.5" + }, + { + "id": "sec-algorithm-conventions", + "title": "Algorithm Conventions", + "level": 2, + "number": "5.2" + }, + { + "id": "sec-algorithm-conventions-abstract-operations", + "title": "Abstract Operations", + "level": 3, + "number": "5.2.1" + }, + { + "id": "sec-algorithm-conventions-syntax-directed-operations", + "title": "Syntax-Directed Operations", + "level": 3, + "number": "5.2.2" + }, + { + "id": "sec-runtime-semantics", + "title": "Runtime Semantics", + "level": 3, + "number": "5.2.3" + }, + { + "id": "sec-implicit-completion-values", + "title": "Implicit Completion Values", + "level": 4, + "number": "5.2.3.1" + }, + { + "id": "sec-throw-an-exception", + "title": "Throw an Exception", + "level": 4, + "number": "5.2.3.2" + }, + { + "id": "sec-returnifabrupt", + "title": "ReturnIfAbrupt", + "level": 4, + "number": "5.2.3.3" + }, + { + "id": "sec-returnifabrupt-shorthands", + "title": "ReturnIfAbrupt Shorthands", + "level": 4, + "number": "5.2.3.4" + }, + { + "id": "sec-static-semantic-rules", + "title": "Static Semantics", + "level": 3, + "number": "5.2.4" + }, + { + "id": "sec-mathematical-operations", + "title": "Mathematical Operations", + "level": 3, + "number": "5.2.5" + }, + { + "id": "sec-value-notation", + "title": "Value Notation", + "level": 3, + "number": "5.2.6" + }, + { + "id": "sec-ecmascript-data-types-and-values", + "title": "ECMAScript Data Types and Values", + "level": 1, + "number": "6" + }, + { + "id": "sec-ecmascript-language-types", + "title": "ECMAScript Language Types", + "level": 2, + "number": "6.1" + }, + { + "id": "sec-ecmascript-language-types-undefined-type", + "title": "The Undefined Type", + "level": 3, + "number": "6.1.1" + }, + { + "id": "sec-ecmascript-language-types-null-type", + "title": "The Null Type", + "level": 3, + "number": "6.1.2" + }, + { + "id": "sec-ecmascript-language-types-boolean-type", + "title": "The Boolean Type", + "level": 3, + "number": "6.1.3" + }, + { + "id": "sec-ecmascript-language-types-string-type", + "title": "The String Type", + "level": 3, + "number": "6.1.4" + }, + { + "id": "sec-stringindexof", + "title": "StringIndexOf ( string, searchValue, fromIndex )", + "level": 4, + "number": "6.1.4.1" + }, + { + "id": "sec-ecmascript-language-types-symbol-type", + "title": "The Symbol Type", + "level": 3, + "number": "6.1.5" + }, + { + "id": "sec-well-known-symbols", + "title": "Well-Known Symbols", + "level": 4, + "number": "6.1.5.1" + }, + { + "id": "sec-numeric-types", + "title": "Numeric Types", + "level": 3, + "number": "6.1.6" + }, + { + "id": "sec-ecmascript-language-types-number-type", + "title": "The Number Type", + "level": 4, + "number": "6.1.6.1" + }, + { + "id": "sec-numeric-types-number-unaryMinus", + "title": "Number::unaryMinus ( x )", + "level": 5, + "number": "6.1.6.1.1" + }, + { + "id": "sec-numeric-types-number-bitwiseNOT", + "title": "Number::bitwiseNOT ( x )", + "level": 5, + "number": "6.1.6.1.2" + }, + { + "id": "sec-numeric-types-number-exponentiate", + "title": "Number::exponentiate ( base, exponent )", + "level": 5, + "number": "6.1.6.1.3" + }, + { + "id": "sec-numeric-types-number-multiply", + "title": "Number::multiply ( x, y )", + "level": 5, + "number": "6.1.6.1.4" + }, + { + "id": "sec-numeric-types-number-divide", + "title": "Number::divide ( x, y )", + "level": 5, + "number": "6.1.6.1.5" + }, + { + "id": "sec-numeric-types-number-remainder", + "title": "Number::remainder ( n, d )", + "level": 5, + "number": "6.1.6.1.6" + }, + { + "id": "sec-numeric-types-number-add", + "title": "Number::add ( x, y )", + "level": 5, + "number": "6.1.6.1.7" + }, + { + "id": "sec-numeric-types-number-subtract", + "title": "Number::subtract ( x, y )", + "level": 5, + "number": "6.1.6.1.8" + }, + { + "id": "sec-numeric-types-number-leftShift", + "title": "Number::leftShift ( x, y )", + "level": 5, + "number": "6.1.6.1.9" + }, + { + "id": "sec-numeric-types-number-signedRightShift", + "title": "Number::signedRightShift ( x, y )", + "level": 5, + "number": "6.1.6.1.10" + }, + { + "id": "sec-numeric-types-number-unsignedRightShift", + "title": "Number::unsignedRightShift ( x, y )", + "level": 5, + "number": "6.1.6.1.11" + }, + { + "id": "sec-numeric-types-number-lessThan", + "title": "Number::lessThan ( x, y )", + "level": 5, + "number": "6.1.6.1.12" + }, + { + "id": "sec-numeric-types-number-equal", + "title": "Number::equal ( x, y )", + "level": 5, + "number": "6.1.6.1.13" + }, + { + "id": "sec-numeric-types-number-sameValue", + "title": "Number::sameValue ( x, y )", + "level": 5, + "number": "6.1.6.1.14" + }, + { + "id": "sec-numeric-types-number-sameValueZero", + "title": "Number::sameValueZero ( x, y )", + "level": 5, + "number": "6.1.6.1.15" + }, + { + "id": "sec-numberbitwiseop", + "title": "NumberBitwiseOp ( op, x, y )", + "level": 5, + "number": "6.1.6.1.16" + }, + { + "id": "sec-numeric-types-number-bitwiseAND", + "title": "Number::bitwiseAND ( x, y )", + "level": 5, + "number": "6.1.6.1.17" + }, + { + "id": "sec-numeric-types-number-bitwiseXOR", + "title": "Number::bitwiseXOR ( x, y )", + "level": 5, + "number": "6.1.6.1.18" + }, + { + "id": "sec-numeric-types-number-bitwiseOR", + "title": "Number::bitwiseOR ( x, y )", + "level": 5, + "number": "6.1.6.1.19" + }, + { + "id": "sec-numeric-types-number-tostring", + "title": "Number::toString ( x )", + "level": 5, + "number": "6.1.6.1.20" + }, + { + "id": "sec-ecmascript-language-types-bigint-type", + "title": "The BigInt Type", + "level": 4, + "number": "6.1.6.2" + }, + { + "id": "sec-numeric-types-bigint-unaryMinus", + "title": "BigInt::unaryMinus ( x )", + "level": 5, + "number": "6.1.6.2.1" + }, + { + "id": "sec-numeric-types-bigint-bitwiseNOT", + "title": "BigInt::bitwiseNOT ( x )", + "level": 5, + "number": "6.1.6.2.2" + }, + { + "id": "sec-numeric-types-bigint-exponentiate", + "title": "BigInt::exponentiate ( base, exponent )", + "level": 5, + "number": "6.1.6.2.3" + }, + { + "id": "sec-numeric-types-bigint-multiply", + "title": "BigInt::multiply ( x, y )", + "level": 5, + "number": "6.1.6.2.4" + }, + { + "id": "sec-numeric-types-bigint-divide", + "title": "BigInt::divide ( x, y )", + "level": 5, + "number": "6.1.6.2.5" + }, + { + "id": "sec-numeric-types-bigint-remainder", + "title": "BigInt::remainder ( n, d )", + "level": 5, + "number": "6.1.6.2.6" + }, + { + "id": "sec-numeric-types-bigint-add", + "title": "BigInt::add ( x, y )", + "level": 5, + "number": "6.1.6.2.7" + }, + { + "id": "sec-numeric-types-bigint-subtract", + "title": "BigInt::subtract ( x, y )", + "level": 5, + "number": "6.1.6.2.8" + }, + { + "id": "sec-numeric-types-bigint-leftShift", + "title": "BigInt::leftShift ( x, y )", + "level": 5, + "number": "6.1.6.2.9" + }, + { + "id": "sec-numeric-types-bigint-signedRightShift", + "title": "BigInt::signedRightShift ( x, y )", + "level": 5, + "number": "6.1.6.2.10" + }, + { + "id": "sec-numeric-types-bigint-unsignedRightShift", + "title": "BigInt::unsignedRightShift ( x, y )", + "level": 5, + "number": "6.1.6.2.11" + }, + { + "id": "sec-numeric-types-bigint-lessThan", + "title": "BigInt::lessThan ( x, y )", + "level": 5, + "number": "6.1.6.2.12" + }, + { + "id": "sec-numeric-types-bigint-equal", + "title": "BigInt::equal ( x, y )", + "level": 5, + "number": "6.1.6.2.13" + }, + { + "id": "sec-numeric-types-bigint-sameValue", + "title": "BigInt::sameValue ( x, y )", + "level": 5, + "number": "6.1.6.2.14" + }, + { + "id": "sec-numeric-types-bigint-sameValueZero", + "title": "BigInt::sameValueZero ( x, y )", + "level": 5, + "number": "6.1.6.2.15" + }, + { + "id": "sec-binaryand", + "title": "BinaryAnd ( x, y )", + "level": 5, + "number": "6.1.6.2.16" + }, + { + "id": "sec-binaryor", + "title": "BinaryOr ( x, y )", + "level": 5, + "number": "6.1.6.2.17" + }, + { + "id": "sec-binaryxor", + "title": "BinaryXor ( x, y )", + "level": 5, + "number": "6.1.6.2.18" + }, + { + "id": "sec-bigintbitwiseop", + "title": "BigIntBitwiseOp ( op, x, y )", + "level": 5, + "number": "6.1.6.2.19" + }, + { + "id": "sec-numeric-types-bigint-bitwiseAND", + "title": "BigInt::bitwiseAND ( x, y )", + "level": 5, + "number": "6.1.6.2.20" + }, + { + "id": "sec-numeric-types-bigint-bitwiseXOR", + "title": "BigInt::bitwiseXOR ( x, y )", + "level": 5, + "number": "6.1.6.2.21" + }, + { + "id": "sec-numeric-types-bigint-bitwiseOR", + "title": "BigInt::bitwiseOR ( x, y )", + "level": 5, + "number": "6.1.6.2.22" + }, + { + "id": "sec-numeric-types-bigint-tostring", + "title": "BigInt::toString ( x )", + "level": 5, + "number": "6.1.6.2.23" + }, + { + "id": "sec-object-type", + "title": "The Object Type", + "level": 3, + "number": "6.1.7" + }, + { + "id": "sec-property-attributes", + "title": "Property Attributes", + "level": 4, + "number": "6.1.7.1" + }, + { + "id": "sec-object-internal-methods-and-internal-slots", + "title": "Object Internal Methods and Internal Slots", + "level": 4, + "number": "6.1.7.2" + }, + { + "id": "sec-invariants-of-the-essential-internal-methods", + "title": "Invariants of the Essential Internal Methods", + "level": 4, + "number": "6.1.7.3" + }, + { + "id": "sec-well-known-intrinsic-objects", + "title": "Well-Known Intrinsic Objects", + "level": 4, + "number": "6.1.7.4" + }, + { + "id": "sec-ecmascript-specification-types", + "title": "ECMAScript Specification Types", + "level": 2, + "number": "6.2" + }, + { + "id": "sec-list-and-record-specification-type", + "title": "The List and Record Specification Types", + "level": 3, + "number": "6.2.1" + }, + { + "id": "sec-set-and-relation-specification-type", + "title": "The Set and Relation Specification Types", + "level": 3, + "number": "6.2.2" + }, + { + "id": "sec-completion-record-specification-type", + "title": "The Completion Record Specification Type", + "level": 3, + "number": "6.2.3" + }, + { + "id": "await", + "title": "Await", + "level": 4, + "number": "6.2.3.1" + }, + { + "id": "await-fulfilled", + "title": "Await Fulfilled Functions", + "level": 5, + "number": "6.2.3.1.1" + }, + { + "id": "await-rejected", + "title": "Await Rejected Functions", + "level": 5, + "number": "6.2.3.1.2" + }, + { + "id": "sec-normalcompletion", + "title": "NormalCompletion", + "level": 4, + "number": "6.2.3.2" + }, + { + "id": "sec-throwcompletion", + "title": "ThrowCompletion", + "level": 4, + "number": "6.2.3.3" + }, + { + "id": "sec-updateempty", + "title": "UpdateEmpty ( completionRecord, value )", + "level": 4, + "number": "6.2.3.4" + }, + { + "id": "sec-reference-record-specification-type", + "title": "The Reference Record Specification Type", + "level": 3, + "number": "6.2.4" + }, + { + "id": "sec-ispropertyreference", + "title": "IsPropertyReference ( V )", + "level": 4, + "number": "6.2.4.1" + }, + { + "id": "sec-isunresolvablereference", + "title": "IsUnresolvableReference ( V )", + "level": 4, + "number": "6.2.4.2" + }, + { + "id": "sec-issuperreference", + "title": "IsSuperReference ( V )", + "level": 4, + "number": "6.2.4.3" + }, + { + "id": "sec-getvalue", + "title": "GetValue ( V )", + "level": 4, + "number": "6.2.4.4" + }, + { + "id": "sec-putvalue", + "title": "PutValue ( V, W )", + "level": 4, + "number": "6.2.4.5" + }, + { + "id": "sec-getthisvalue", + "title": "GetThisValue ( V )", + "level": 4, + "number": "6.2.4.6" + }, + { + "id": "sec-initializereferencedbinding", + "title": "InitializeReferencedBinding ( V, W )", + "level": 4, + "number": "6.2.4.7" + }, + { + "id": "sec-property-descriptor-specification-type", + "title": "The Property Descriptor Specification Type", + "level": 3, + "number": "6.2.5" + }, + { + "id": "sec-isaccessordescriptor", + "title": "IsAccessorDescriptor ( Desc )", + "level": 4, + "number": "6.2.5.1" + }, + { + "id": "sec-isdatadescriptor", + "title": "IsDataDescriptor ( Desc )", + "level": 4, + "number": "6.2.5.2" + }, + { + "id": "sec-isgenericdescriptor", + "title": "IsGenericDescriptor ( Desc )", + "level": 4, + "number": "6.2.5.3" + }, + { + "id": "sec-frompropertydescriptor", + "title": "FromPropertyDescriptor ( Desc )", + "level": 4, + "number": "6.2.5.4" + }, + { + "id": "sec-topropertydescriptor", + "title": "ToPropertyDescriptor ( Obj )", + "level": 4, + "number": "6.2.5.5" + }, + { + "id": "sec-completepropertydescriptor", + "title": "CompletePropertyDescriptor ( Desc )", + "level": 4, + "number": "6.2.5.6" + }, + { + "id": "sec-lexical-environment-and-environment-record-specification-types", + "title": "The Environment Record Specification Type", + "level": 3, + "number": "6.2.6" + }, + { + "id": "sec-abstract-closure", + "title": "The Abstract Closure Specification Type", + "level": 3, + "number": "6.2.7" + }, + { + "id": "sec-data-blocks", + "title": "Data Blocks", + "level": 3, + "number": "6.2.8" + }, + { + "id": "sec-createbytedatablock", + "title": "CreateByteDataBlock ( size )", + "level": 4, + "number": "6.2.8.1" + }, + { + "id": "sec-createsharedbytedatablock", + "title": "CreateSharedByteDataBlock ( size )", + "level": 4, + "number": "6.2.8.2" + }, + { + "id": "sec-copydatablockbytes", + "title": "CopyDataBlockBytes ( toBlock, toIndex, fromBlock, fromIndex, count )", + "level": 4, + "number": "6.2.8.3" + }, + { + "id": "sec-abstract-operations", + "title": "Abstract Operations", + "level": 1, + "number": "7" + }, + { + "id": "sec-type-conversion", + "title": "Type Conversion", + "level": 2, + "number": "7.1" + }, + { + "id": "sec-toprimitive", + "title": "ToPrimitive ( input [ , preferredType ] )", + "level": 3, + "number": "7.1.1" + }, + { + "id": "sec-ordinarytoprimitive", + "title": "OrdinaryToPrimitive ( O, hint )", + "level": 4, + "number": "7.1.1.1" + }, + { + "id": "sec-toboolean", + "title": "ToBoolean ( argument )", + "level": 3, + "number": "7.1.2" + }, + { + "id": "sec-tonumeric", + "title": "ToNumeric ( value )", + "level": 3, + "number": "7.1.3" + }, + { + "id": "sec-tonumber", + "title": "ToNumber ( argument )", + "level": 3, + "number": "7.1.4" + }, + { + "id": "sec-tonumber-applied-to-the-string-type", + "title": "ToNumber Applied to the String Type", + "level": 4, + "number": "7.1.4.1" + }, + { + "id": "sec-runtime-semantics-mv-s", + "title": "Runtime Semantics: MV", + "level": 5, + "number": "7.1.4.1.1" + }, + { + "id": "sec-tointegerorinfinity", + "title": "ToIntegerOrInfinity ( argument )", + "level": 3, + "number": "7.1.5" + }, + { + "id": "sec-toint32", + "title": "ToInt32 ( argument )", + "level": 3, + "number": "7.1.6" + }, + { + "id": "sec-touint32", + "title": "ToUint32 ( argument )", + "level": 3, + "number": "7.1.7" + }, + { + "id": "sec-toint16", + "title": "ToInt16 ( argument )", + "level": 3, + "number": "7.1.8" + }, + { + "id": "sec-touint16", + "title": "ToUint16 ( argument )", + "level": 3, + "number": "7.1.9" + }, + { + "id": "sec-toint8", + "title": "ToInt8 ( argument )", + "level": 3, + "number": "7.1.10" + }, + { + "id": "sec-touint8", + "title": "ToUint8 ( argument )", + "level": 3, + "number": "7.1.11" + }, + { + "id": "sec-touint8clamp", + "title": "ToUint8Clamp ( argument )", + "level": 3, + "number": "7.1.12" + }, + { + "id": "sec-tobigint", + "title": "ToBigInt ( argument )", + "level": 3, + "number": "7.1.13" + }, + { + "id": "sec-stringtobigint", + "title": "StringToBigInt ( argument )", + "level": 3, + "number": "7.1.14" + }, + { + "id": "sec-tobigint64", + "title": "ToBigInt64 ( argument )", + "level": 3, + "number": "7.1.15" + }, + { + "id": "sec-tobiguint64", + "title": "ToBigUint64 ( argument )", + "level": 3, + "number": "7.1.16" + }, + { + "id": "sec-tostring", + "title": "ToString ( argument )", + "level": 3, + "number": "7.1.17" + }, + { + "id": "sec-toobject", + "title": "ToObject ( argument )", + "level": 3, + "number": "7.1.18" + }, + { + "id": "sec-topropertykey", + "title": "ToPropertyKey ( argument )", + "level": 3, + "number": "7.1.19" + }, + { + "id": "sec-tolength", + "title": "ToLength ( argument )", + "level": 3, + "number": "7.1.20" + }, + { + "id": "sec-canonicalnumericindexstring", + "title": "CanonicalNumericIndexString ( argument )", + "level": 3, + "number": "7.1.21" + }, + { + "id": "sec-toindex", + "title": "ToIndex ( value )", + "level": 3, + "number": "7.1.22" + }, + { + "id": "sec-testing-and-comparison-operations", + "title": "Testing and Comparison Operations", + "level": 2, + "number": "7.2" + }, + { + "id": "sec-requireobjectcoercible", + "title": "RequireObjectCoercible ( argument )", + "level": 3, + "number": "7.2.1" + }, + { + "id": "sec-isarray", + "title": "IsArray ( argument )", + "level": 3, + "number": "7.2.2" + }, + { + "id": "sec-iscallable", + "title": "IsCallable ( argument )", + "level": 3, + "number": "7.2.3" + }, + { + "id": "sec-isconstructor", + "title": "IsConstructor ( argument )", + "level": 3, + "number": "7.2.4" + }, + { + "id": "sec-isextensible-o", + "title": "IsExtensible ( O )", + "level": 3, + "number": "7.2.5" + }, + { + "id": "sec-isintegralnumber", + "title": "IsIntegralNumber ( argument )", + "level": 3, + "number": "7.2.6" + }, + { + "id": "sec-ispropertykey", + "title": "IsPropertyKey ( argument )", + "level": 3, + "number": "7.2.7" + }, + { + "id": "sec-isregexp", + "title": "IsRegExp ( argument )", + "level": 3, + "number": "7.2.8" + }, + { + "id": "sec-isstringprefix", + "title": "IsStringPrefix ( p, q )", + "level": 3, + "number": "7.2.9" + }, + { + "id": "sec-samevalue", + "title": "SameValue ( x, y )", + "level": 3, + "number": "7.2.10" + }, + { + "id": "sec-samevaluezero", + "title": "SameValueZero ( x, y )", + "level": 3, + "number": "7.2.11" + }, + { + "id": "sec-samevaluenonnumeric", + "title": "SameValueNonNumeric ( x, y )", + "level": 3, + "number": "7.2.12" + }, + { + "id": "sec-abstract-relational-comparison", + "title": "Abstract Relational Comparison", + "level": 3, + "number": "7.2.13" + }, + { + "id": "sec-abstract-equality-comparison", + "title": "Abstract Equality Comparison", + "level": 3, + "number": "7.2.14" + }, + { + "id": "sec-strict-equality-comparison", + "title": "Strict Equality Comparison", + "level": 3, + "number": "7.2.15" + }, + { + "id": "sec-operations-on-objects", + "title": "Operations on Objects", + "level": 2, + "number": "7.3" + }, + { + "id": "sec-makebasicobject", + "title": "MakeBasicObject ( internalSlotsList )", + "level": 3, + "number": "7.3.1" + }, + { + "id": "sec-get-o-p", + "title": "Get ( O, P )", + "level": 3, + "number": "7.3.2" + }, + { + "id": "sec-getv", + "title": "GetV ( V, P )", + "level": 3, + "number": "7.3.3" + }, + { + "id": "sec-set-o-p-v-throw", + "title": "Set ( O, P, V, Throw )", + "level": 3, + "number": "7.3.4" + }, + { + "id": "sec-createdataproperty", + "title": "CreateDataProperty ( O, P, V )", + "level": 3, + "number": "7.3.5" + }, + { + "id": "sec-createmethodproperty", + "title": "CreateMethodProperty ( O, P, V )", + "level": 3, + "number": "7.3.6" + }, + { + "id": "sec-createdatapropertyorthrow", + "title": "CreateDataPropertyOrThrow ( O, P, V )", + "level": 3, + "number": "7.3.7" + }, + { + "id": "sec-definepropertyorthrow", + "title": "DefinePropertyOrThrow ( O, P, desc )", + "level": 3, + "number": "7.3.8" + }, + { + "id": "sec-deletepropertyorthrow", + "title": "DeletePropertyOrThrow ( O, P )", + "level": 3, + "number": "7.3.9" + }, + { + "id": "sec-getmethod", + "title": "GetMethod ( V, P )", + "level": 3, + "number": "7.3.10" + }, + { + "id": "sec-hasproperty", + "title": "HasProperty ( O, P )", + "level": 3, + "number": "7.3.11" + }, + { + "id": "sec-hasownproperty", + "title": "HasOwnProperty ( O, P )", + "level": 3, + "number": "7.3.12" + }, + { + "id": "sec-call", + "title": "Call ( F, V [ , argumentsList ] )", + "level": 3, + "number": "7.3.13" + }, + { + "id": "sec-construct", + "title": "Construct ( F [ , argumentsList [ , newTarget ] ] )", + "level": 3, + "number": "7.3.14" + }, + { + "id": "sec-setintegritylevel", + "title": "SetIntegrityLevel ( O, level )", + "level": 3, + "number": "7.3.15" + }, + { + "id": "sec-testintegritylevel", + "title": "TestIntegrityLevel ( O, level )", + "level": 3, + "number": "7.3.16" + }, + { + "id": "sec-createarrayfromlist", + "title": "CreateArrayFromList ( elements )", + "level": 3, + "number": "7.3.17" + }, + { + "id": "sec-lengthofarraylike", + "title": "LengthOfArrayLike ( obj )", + "level": 3, + "number": "7.3.18" + }, + { + "id": "sec-createlistfromarraylike", + "title": "CreateListFromArrayLike ( obj [ , elementTypes ] )", + "level": 3, + "number": "7.3.19" + }, + { + "id": "sec-invoke", + "title": "Invoke ( V, P [ , argumentsList ] )", + "level": 3, + "number": "7.3.20" + }, + { + "id": "sec-ordinaryhasinstance", + "title": "OrdinaryHasInstance ( C, O )", + "level": 3, + "number": "7.3.21" + }, + { + "id": "sec-speciesconstructor", + "title": "SpeciesConstructor ( O, defaultConstructor )", + "level": 3, + "number": "7.3.22" + }, + { + "id": "sec-enumerableownpropertynames", + "title": "EnumerableOwnPropertyNames ( O, kind )", + "level": 3, + "number": "7.3.23" + }, + { + "id": "sec-getfunctionrealm", + "title": "GetFunctionRealm ( obj )", + "level": 3, + "number": "7.3.24" + }, + { + "id": "sec-copydataproperties", + "title": "CopyDataProperties ( target, source, excludedItems )", + "level": 3, + "number": "7.3.25" + }, + { + "id": "sec-operations-on-iterator-objects", + "title": "Operations on Iterator Objects", + "level": 2, + "number": "7.4" + }, + { + "id": "sec-getiterator", + "title": "GetIterator ( obj [ , hint [ , method ] ] )", + "level": 3, + "number": "7.4.1" + }, + { + "id": "sec-iteratornext", + "title": "IteratorNext ( iteratorRecord [ , value ] )", + "level": 3, + "number": "7.4.2" + }, + { + "id": "sec-iteratorcomplete", + "title": "IteratorComplete ( iterResult )", + "level": 3, + "number": "7.4.3" + }, + { + "id": "sec-iteratorvalue", + "title": "IteratorValue ( iterResult )", + "level": 3, + "number": "7.4.4" + }, + { + "id": "sec-iteratorstep", + "title": "IteratorStep ( iteratorRecord )", + "level": 3, + "number": "7.4.5" + }, + { + "id": "sec-iteratorclose", + "title": "IteratorClose ( iteratorRecord, completion )", + "level": 3, + "number": "7.4.6" + }, + { + "id": "sec-asynciteratorclose", + "title": "AsyncIteratorClose ( iteratorRecord, completion )", + "level": 3, + "number": "7.4.7" + }, + { + "id": "sec-createiterresultobject", + "title": "CreateIterResultObject ( value, done )", + "level": 3, + "number": "7.4.8" + }, + { + "id": "sec-createlistiteratorRecord", + "title": "CreateListIteratorRecord ( list )", + "level": 3, + "number": "7.4.9" + }, + { + "id": "sec-iterabletolist", + "title": "IterableToList ( items [ , method ] )", + "level": 3, + "number": "7.4.10" + }, + { + "id": "sec-syntax-directed-operations", + "title": "Syntax-Directed Operations", + "level": 1, + "number": "8" + }, + { + "id": "sec-syntax-directed-operations-scope-analysis", + "title": "Scope Analysis", + "level": 2, + "number": "8.1" + }, + { + "id": "sec-static-semantics-boundnames", + "title": "Static Semantics: BoundNames", + "level": 3, + "number": "8.1.1" + }, + { + "id": "sec-static-semantics-declarationpart", + "title": "Static Semantics: DeclarationPart", + "level": 3, + "number": "8.1.2" + }, + { + "id": "sec-static-semantics-isconstantdeclaration", + "title": "Static Semantics: IsConstantDeclaration", + "level": 3, + "number": "8.1.3" + }, + { + "id": "sec-static-semantics-lexicallydeclarednames", + "title": "Static Semantics: LexicallyDeclaredNames", + "level": 3, + "number": "8.1.4" + }, + { + "id": "sec-static-semantics-lexicallyscopeddeclarations", + "title": "Static Semantics: LexicallyScopedDeclarations", + "level": 3, + "number": "8.1.5" + }, + { + "id": "sec-static-semantics-vardeclarednames", + "title": "Static Semantics: VarDeclaredNames", + "level": 3, + "number": "8.1.6" + }, + { + "id": "sec-static-semantics-varscopeddeclarations", + "title": "Static Semantics: VarScopedDeclarations", + "level": 3, + "number": "8.1.7" + }, + { + "id": "sec-static-semantics-toplevellexicallydeclarednames", + "title": "Static Semantics: TopLevelLexicallyDeclaredNames", + "level": 3, + "number": "8.1.8" + }, + { + "id": "sec-static-semantics-toplevellexicallyscopeddeclarations", + "title": "Static Semantics: TopLevelLexicallyScopedDeclarations", + "level": 3, + "number": "8.1.9" + }, + { + "id": "sec-static-semantics-toplevelvardeclarednames", + "title": "Static Semantics: TopLevelVarDeclaredNames", + "level": 3, + "number": "8.1.10" + }, + { + "id": "sec-static-semantics-toplevelvarscopeddeclarations", + "title": "Static Semantics: TopLevelVarScopedDeclarations", + "level": 3, + "number": "8.1.11" + }, + { + "id": "sec-syntax-directed-operations-labels", + "title": "Labels", + "level": 2, + "number": "8.2" + }, + { + "id": "sec-static-semantics-containsduplicatelabels", + "title": "Static Semantics: ContainsDuplicateLabels", + "level": 3, + "number": "8.2.1" + }, + { + "id": "sec-static-semantics-containsundefinedbreaktarget", + "title": "Static Semantics: ContainsUndefinedBreakTarget", + "level": 3, + "number": "8.2.2" + }, + { + "id": "sec-static-semantics-containsundefinedcontinuetarget", + "title": "Static Semantics: ContainsUndefinedContinueTarget", + "level": 3, + "number": "8.2.3" + }, + { + "id": "sec-syntax-directed-operations-function-name-inference", + "title": "Function Name Inference", + "level": 2, + "number": "8.3" + }, + { + "id": "sec-static-semantics-hasname", + "title": "Static Semantics: HasName", + "level": 3, + "number": "8.3.1" + }, + { + "id": "sec-static-semantics-isfunctiondefinition", + "title": "Static Semantics: IsFunctionDefinition", + "level": 3, + "number": "8.3.2" + }, + { + "id": "sec-isanonymousfunctiondefinition", + "title": "Static Semantics: IsAnonymousFunctionDefinition ( expr )", + "level": 3, + "number": "8.3.3" + }, + { + "id": "sec-static-semantics-isidentifierref", + "title": "Static Semantics: IsIdentifierRef", + "level": 3, + "number": "8.3.4" + }, + { + "id": "sec-runtime-semantics-namedevaluation", + "title": "Runtime Semantics: NamedEvaluation", + "level": 3, + "number": "8.3.5" + }, + { + "id": "sec-syntax-directed-operations-contains", + "title": "Contains", + "level": 2, + "number": "8.4" + }, + { + "id": "sec-static-semantics-contains", + "title": "Static Semantics: Contains", + "level": 3, + "number": "8.4.1" + }, + { + "id": "sec-static-semantics-computedpropertycontains", + "title": "Static Semantics: ComputedPropertyContains", + "level": 3, + "number": "8.4.2" + }, + { + "id": "sec-syntax-directed-operations-miscellaneous", + "title": "Miscellaneous", + "level": 2, + "number": "8.5" + }, + { + "id": "sec-runtime-semantics-instantiatefunctionobject", + "title": "Runtime Semantics: InstantiateFunctionObject", + "level": 3, + "number": "8.5.1" + }, + { + "id": "sec-runtime-semantics-bindinginitialization", + "title": "Runtime Semantics: BindingInitialization", + "level": 3, + "number": "8.5.2" + }, + { + "id": "sec-initializeboundname", + "title": "InitializeBoundName ( name, value, environment )", + "level": 4, + "number": "8.5.2.1" + }, + { + "id": "sec-runtime-semantics-iteratorbindinginitialization", + "title": "Runtime Semantics: IteratorBindingInitialization", + "level": 3, + "number": "8.5.3" + }, + { + "id": "sec-static-semantics-assignmenttargettype", + "title": "Static Semantics: AssignmentTargetType", + "level": 3, + "number": "8.5.4" + }, + { + "id": "sec-static-semantics-propname", + "title": "Static Semantics: PropName", + "level": 3, + "number": "8.5.5" + }, + { + "id": "sec-executable-code-and-execution-contexts", + "title": "Executable Code and Execution Contexts", + "level": 1, + "number": "9" + }, + { + "id": "sec-environment-records", + "title": "Environment Records", + "level": 2, + "number": "9.1" + }, + { + "id": "sec-the-environment-record-type-hierarchy", + "title": "The Environment Record Type Hierarchy", + "level": 3, + "number": "9.1.1" + }, + { + "id": "sec-declarative-environment-records", + "title": "Declarative Environment Records", + "level": 4, + "number": "9.1.1.1" + }, + { + "id": "sec-declarative-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "level": 5, + "number": "9.1.1.1.1" + }, + { + "id": "sec-declarative-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "level": 5, + "number": "9.1.1.1.2" + }, + { + "id": "sec-declarative-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "level": 5, + "number": "9.1.1.1.3" + }, + { + "id": "sec-declarative-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "level": 5, + "number": "9.1.1.1.4" + }, + { + "id": "sec-declarative-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "level": 5, + "number": "9.1.1.1.5" + }, + { + "id": "sec-declarative-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "level": 5, + "number": "9.1.1.1.6" + }, + { + "id": "sec-declarative-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "level": 5, + "number": "9.1.1.1.7" + }, + { + "id": "sec-declarative-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "level": 5, + "number": "9.1.1.1.8" + }, + { + "id": "sec-declarative-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "level": 5, + "number": "9.1.1.1.9" + }, + { + "id": "sec-declarative-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "level": 5, + "number": "9.1.1.1.10" + }, + { + "id": "sec-object-environment-records", + "title": "Object Environment Records", + "level": 4, + "number": "9.1.1.2" + }, + { + "id": "sec-object-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "level": 5, + "number": "9.1.1.2.1" + }, + { + "id": "sec-object-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "level": 5, + "number": "9.1.1.2.2" + }, + { + "id": "sec-object-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "level": 5, + "number": "9.1.1.2.3" + }, + { + "id": "sec-object-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "level": 5, + "number": "9.1.1.2.4" + }, + { + "id": "sec-object-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "level": 5, + "number": "9.1.1.2.5" + }, + { + "id": "sec-object-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "level": 5, + "number": "9.1.1.2.6" + }, + { + "id": "sec-object-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "level": 5, + "number": "9.1.1.2.7" + }, + { + "id": "sec-object-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "level": 5, + "number": "9.1.1.2.8" + }, + { + "id": "sec-object-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "level": 5, + "number": "9.1.1.2.9" + }, + { + "id": "sec-object-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "level": 5, + "number": "9.1.1.2.10" + }, + { + "id": "sec-function-environment-records", + "title": "Function Environment Records", + "level": 4, + "number": "9.1.1.3" + }, + { + "id": "sec-bindthisvalue", + "title": "BindThisValue ( V )", + "level": 5, + "number": "9.1.1.3.1" + }, + { + "id": "sec-function-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "level": 5, + "number": "9.1.1.3.2" + }, + { + "id": "sec-function-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "level": 5, + "number": "9.1.1.3.3" + }, + { + "id": "sec-function-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "level": 5, + "number": "9.1.1.3.4" + }, + { + "id": "sec-getsuperbase", + "title": "GetSuperBase ( )", + "level": 5, + "number": "9.1.1.3.5" + }, + { + "id": "sec-global-environment-records", + "title": "Global Environment Records", + "level": 4, + "number": "9.1.1.4" + }, + { + "id": "sec-global-environment-records-hasbinding-n", + "title": "HasBinding ( N )", + "level": 5, + "number": "9.1.1.4.1" + }, + { + "id": "sec-global-environment-records-createmutablebinding-n-d", + "title": "CreateMutableBinding ( N, D )", + "level": 5, + "number": "9.1.1.4.2" + }, + { + "id": "sec-global-environment-records-createimmutablebinding-n-s", + "title": "CreateImmutableBinding ( N, S )", + "level": 5, + "number": "9.1.1.4.3" + }, + { + "id": "sec-global-environment-records-initializebinding-n-v", + "title": "InitializeBinding ( N, V )", + "level": 5, + "number": "9.1.1.4.4" + }, + { + "id": "sec-global-environment-records-setmutablebinding-n-v-s", + "title": "SetMutableBinding ( N, V, S )", + "level": 5, + "number": "9.1.1.4.5" + }, + { + "id": "sec-global-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "level": 5, + "number": "9.1.1.4.6" + }, + { + "id": "sec-global-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "level": 5, + "number": "9.1.1.4.7" + }, + { + "id": "sec-global-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "level": 5, + "number": "9.1.1.4.8" + }, + { + "id": "sec-global-environment-records-hassuperbinding", + "title": "HasSuperBinding ( )", + "level": 5, + "number": "9.1.1.4.9" + }, + { + "id": "sec-global-environment-records-withbaseobject", + "title": "WithBaseObject ( )", + "level": 5, + "number": "9.1.1.4.10" + }, + { + "id": "sec-global-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "level": 5, + "number": "9.1.1.4.11" + }, + { + "id": "sec-hasvardeclaration", + "title": "HasVarDeclaration ( N )", + "level": 5, + "number": "9.1.1.4.12" + }, + { + "id": "sec-haslexicaldeclaration", + "title": "HasLexicalDeclaration ( N )", + "level": 5, + "number": "9.1.1.4.13" + }, + { + "id": "sec-hasrestrictedglobalproperty", + "title": "HasRestrictedGlobalProperty ( N )", + "level": 5, + "number": "9.1.1.4.14" + }, + { + "id": "sec-candeclareglobalvar", + "title": "CanDeclareGlobalVar ( N )", + "level": 5, + "number": "9.1.1.4.15" + }, + { + "id": "sec-candeclareglobalfunction", + "title": "CanDeclareGlobalFunction ( N )", + "level": 5, + "number": "9.1.1.4.16" + }, + { + "id": "sec-createglobalvarbinding", + "title": "CreateGlobalVarBinding ( N, D )", + "level": 5, + "number": "9.1.1.4.17" + }, + { + "id": "sec-createglobalfunctionbinding", + "title": "CreateGlobalFunctionBinding ( N, V, D )", + "level": 5, + "number": "9.1.1.4.18" + }, + { + "id": "sec-module-environment-records", + "title": "Module Environment Records", + "level": 4, + "number": "9.1.1.5" + }, + { + "id": "sec-module-environment-records-getbindingvalue-n-s", + "title": "GetBindingValue ( N, S )", + "level": 5, + "number": "9.1.1.5.1" + }, + { + "id": "sec-module-environment-records-deletebinding-n", + "title": "DeleteBinding ( N )", + "level": 5, + "number": "9.1.1.5.2" + }, + { + "id": "sec-module-environment-records-hasthisbinding", + "title": "HasThisBinding ( )", + "level": 5, + "number": "9.1.1.5.3" + }, + { + "id": "sec-module-environment-records-getthisbinding", + "title": "GetThisBinding ( )", + "level": 5, + "number": "9.1.1.5.4" + }, + { + "id": "sec-createimportbinding", + "title": "CreateImportBinding ( N, M, N2 )", + "level": 5, + "number": "9.1.1.5.5" + }, + { + "id": "sec-environment-record-operations", + "title": "Environment Record Operations", + "level": 3, + "number": "9.1.2" + }, + { + "id": "sec-getidentifierreference", + "title": "GetIdentifierReference ( env, name, strict )", + "level": 4, + "number": "9.1.2.1" + }, + { + "id": "sec-newdeclarativeenvironment", + "title": "NewDeclarativeEnvironment ( E )", + "level": 4, + "number": "9.1.2.2" + }, + { + "id": "sec-newobjectenvironment", + "title": "NewObjectEnvironment ( O, W, E )", + "level": 4, + "number": "9.1.2.3" + }, + { + "id": "sec-newfunctionenvironment", + "title": "NewFunctionEnvironment ( F, newTarget )", + "level": 4, + "number": "9.1.2.4" + }, + { + "id": "sec-newglobalenvironment", + "title": "NewGlobalEnvironment ( G, thisValue )", + "level": 4, + "number": "9.1.2.5" + }, + { + "id": "sec-newmoduleenvironment", + "title": "NewModuleEnvironment ( E )", + "level": 4, + "number": "9.1.2.6" + }, + { + "id": "sec-code-realms", + "title": "Realms", + "level": 2, + "number": "9.2" + }, + { + "id": "sec-createrealm", + "title": "CreateRealm ( )", + "level": 3, + "number": "9.2.1" + }, + { + "id": "sec-createintrinsics", + "title": "CreateIntrinsics ( realmRec )", + "level": 3, + "number": "9.2.2" + }, + { + "id": "sec-setrealmglobalobject", + "title": "SetRealmGlobalObject ( realmRec, globalObj, thisValue )", + "level": 3, + "number": "9.2.3" + }, + { + "id": "sec-setdefaultglobalbindings", + "title": "SetDefaultGlobalBindings ( realmRec )", + "level": 3, + "number": "9.2.4" + }, + { + "id": "sec-execution-contexts", + "title": "Execution Contexts", + "level": 2, + "number": "9.3" + }, + { + "id": "sec-getactivescriptormodule", + "title": "GetActiveScriptOrModule ( )", + "level": 3, + "number": "9.3.1" + }, + { + "id": "sec-resolvebinding", + "title": "ResolveBinding ( name [ , env ] )", + "level": 3, + "number": "9.3.2" + }, + { + "id": "sec-getthisenvironment", + "title": "GetThisEnvironment ( )", + "level": 3, + "number": "9.3.3" + }, + { + "id": "sec-resolvethisbinding", + "title": "ResolveThisBinding ( )", + "level": 3, + "number": "9.3.4" + }, + { + "id": "sec-getnewtarget", + "title": "GetNewTarget ( )", + "level": 3, + "number": "9.3.5" + }, + { + "id": "sec-getglobalobject", + "title": "GetGlobalObject ( )", + "level": 3, + "number": "9.3.6" + }, + { + "id": "sec-jobs", + "title": "Jobs and Host Operations to Enqueue Jobs", + "level": 2, + "number": "9.4" + }, + { + "id": "sec-jobcallback-records", + "title": "JobCallback Records", + "level": 3, + "number": "9.4.1" + }, + { + "id": "sec-hostmakejobcallback", + "title": "HostMakeJobCallback ( callback )", + "level": 3, + "number": "9.4.2" + }, + { + "id": "sec-hostcalljobcallback", + "title": "HostCallJobCallback ( jobCallback, V, argumentsList )", + "level": 3, + "number": "9.4.3" + }, + { + "id": "sec-hostenqueuepromisejob", + "title": "HostEnqueuePromiseJob ( job, realm )", + "level": 3, + "number": "9.4.4" + }, + { + "id": "sec-initializehostdefinedrealm", + "title": "InitializeHostDefinedRealm ( )", + "level": 2, + "number": "9.5" + }, + { + "id": "sec-agents", + "title": "Agents", + "level": 2, + "number": "9.6" + }, + { + "id": "sec-agentsignifier", + "title": "AgentSignifier ( )", + "level": 3, + "number": "9.6.1" + }, + { + "id": "sec-agentcansuspend", + "title": "AgentCanSuspend ( )", + "level": 3, + "number": "9.6.2" + }, + { + "id": "sec-agent-clusters", + "title": "Agent Clusters", + "level": 2, + "number": "9.7" + }, + { + "id": "sec-forward-progress", + "title": "Forward Progress", + "level": 2, + "number": "9.8" + }, + { + "id": "sec-weakref-processing-model", + "title": "Processing Model of WeakRef and FinalizationRegistry Objects", + "level": 2, + "number": "9.9" + }, + { + "id": "sec-weakref-invariants", + "title": "Objectives", + "level": 3, + "number": "9.9.1" + }, + { + "id": "sec-liveness", + "title": "Liveness", + "level": 3, + "number": "9.9.2" + }, + { + "id": "sec-weakref-execution", + "title": "Execution", + "level": 3, + "number": "9.9.3" + }, + { + "id": "sec-weakref-host-hooks", + "title": "Host Hooks", + "level": 3, + "number": "9.9.4" + }, + { + "id": "sec-host-cleanup-finalization-registry", + "title": "HostEnqueueFinalizationRegistryCleanupJob ( finalizationRegistry )", + "level": 4, + "number": "9.9.4.1" + }, + { + "id": "sec-clear-kept-objects", + "title": "ClearKeptObjects ( )", + "level": 2, + "number": "9.10" + }, + { + "id": "sec-addtokeptobjects", + "title": "AddToKeptObjects ( object )", + "level": 2, + "number": "9.11" + }, + { + "id": "sec-cleanup-finalization-registry", + "title": "CleanupFinalizationRegistry ( finalizationRegistry )", + "level": 2, + "number": "9.12" + }, + { + "id": "sec-ordinary-and-exotic-objects-behaviours", + "title": "Ordinary and Exotic Objects Behaviours", + "level": 1, + "number": "10" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots", + "title": "Ordinary Object Internal Methods and Internal Slots", + "level": 2, + "number": "10.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-getprototypeof", + "title": "[[GetPrototypeOf]] ( )", + "level": 3, + "number": "10.1.1" + }, + { + "id": "sec-ordinarygetprototypeof", + "title": "OrdinaryGetPrototypeOf ( O )", + "level": 4, + "number": "10.1.1.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-setprototypeof-v", + "title": "[[SetPrototypeOf]] ( V )", + "level": 3, + "number": "10.1.2" + }, + { + "id": "sec-ordinarysetprototypeof", + "title": "OrdinarySetPrototypeOf ( O, V )", + "level": 4, + "number": "10.1.2.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-isextensible", + "title": "[[IsExtensible]] ( )", + "level": 3, + "number": "10.1.3" + }, + { + "id": "sec-ordinaryisextensible", + "title": "OrdinaryIsExtensible ( O )", + "level": 4, + "number": "10.1.3.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-preventextensions", + "title": "[[PreventExtensions]] ( )", + "level": 3, + "number": "10.1.4" + }, + { + "id": "sec-ordinarypreventextensions", + "title": "OrdinaryPreventExtensions ( O )", + "level": 4, + "number": "10.1.4.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 3, + "number": "10.1.5" + }, + { + "id": "sec-ordinarygetownproperty", + "title": "OrdinaryGetOwnProperty ( O, P )", + "level": 4, + "number": "10.1.5.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 3, + "number": "10.1.6" + }, + { + "id": "sec-ordinarydefineownproperty", + "title": "OrdinaryDefineOwnProperty ( O, P, Desc )", + "level": 4, + "number": "10.1.6.1" + }, + { + "id": "sec-iscompatiblepropertydescriptor", + "title": "IsCompatiblePropertyDescriptor ( Extensible, Desc, Current )", + "level": 4, + "number": "10.1.6.2" + }, + { + "id": "sec-validateandapplypropertydescriptor", + "title": "ValidateAndApplyPropertyDescriptor ( O, P, extensible, Desc, current )", + "level": 4, + "number": "10.1.6.3" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-hasproperty-p", + "title": "[[HasProperty]] ( P )", + "level": 3, + "number": "10.1.7" + }, + { + "id": "sec-ordinaryhasproperty", + "title": "OrdinaryHasProperty ( O, P )", + "level": 4, + "number": "10.1.7.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-get-p-receiver", + "title": "[[Get]] ( P, Receiver )", + "level": 3, + "number": "10.1.8" + }, + { + "id": "sec-ordinaryget", + "title": "OrdinaryGet ( O, P, Receiver )", + "level": 4, + "number": "10.1.8.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-set-p-v-receiver", + "title": "[[Set]] ( P, V, Receiver )", + "level": 3, + "number": "10.1.9" + }, + { + "id": "sec-ordinaryset", + "title": "OrdinarySet ( O, P, V, Receiver )", + "level": 4, + "number": "10.1.9.1" + }, + { + "id": "sec-ordinarysetwithowndescriptor", + "title": "OrdinarySetWithOwnDescriptor ( O, P, V, Receiver, ownDesc )", + "level": 4, + "number": "10.1.9.2" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-delete-p", + "title": "[[Delete]] ( P )", + "level": 3, + "number": "10.1.10" + }, + { + "id": "sec-ordinarydelete", + "title": "OrdinaryDelete ( O, P )", + "level": 4, + "number": "10.1.10.1" + }, + { + "id": "sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", + "title": "[[OwnPropertyKeys]] ( )", + "level": 3, + "number": "10.1.11" + }, + { + "id": "sec-ordinaryownpropertykeys", + "title": "OrdinaryOwnPropertyKeys ( O )", + "level": 4, + "number": "10.1.11.1" + }, + { + "id": "sec-ordinaryobjectcreate", + "title": "OrdinaryObjectCreate ( proto [ , additionalInternalSlotsList ] )", + "level": 3, + "number": "10.1.12" + }, + { + "id": "sec-ordinarycreatefromconstructor", + "title": "OrdinaryCreateFromConstructor ( constructor, intrinsicDefaultProto [ , internalSlotsList ] )", + "level": 3, + "number": "10.1.13" + }, + { + "id": "sec-getprototypefromconstructor", + "title": "GetPrototypeFromConstructor ( constructor, intrinsicDefaultProto )", + "level": 3, + "number": "10.1.14" + }, + { + "id": "sec-requireinternalslot", + "title": "RequireInternalSlot ( O, internalSlot )", + "level": 3, + "number": "10.1.15" + }, + { + "id": "sec-ecmascript-function-objects", + "title": "ECMAScript Function Objects", + "level": 2, + "number": "10.2" + }, + { + "id": "sec-ecmascript-function-objects-call-thisargument-argumentslist", + "title": "[[Call]] ( thisArgument, argumentsList )", + "level": 3, + "number": "10.2.1" + }, + { + "id": "sec-prepareforordinarycall", + "title": "PrepareForOrdinaryCall ( F, newTarget )", + "level": 4, + "number": "10.2.1.1" + }, + { + "id": "sec-ordinarycallbindthis", + "title": "OrdinaryCallBindThis ( F, calleeContext, thisArgument )", + "level": 4, + "number": "10.2.1.2" + }, + { + "id": "sec-runtime-semantics-evaluatebody", + "title": "Runtime Semantics: EvaluateBody", + "level": 4, + "number": "10.2.1.3" + }, + { + "id": "sec-ordinarycallevaluatebody", + "title": "OrdinaryCallEvaluateBody ( F, argumentsList )", + "level": 4, + "number": "10.2.1.4" + }, + { + "id": "sec-ecmascript-function-objects-construct-argumentslist-newtarget", + "title": "[[Construct]] ( argumentsList, newTarget )", + "level": 3, + "number": "10.2.2" + }, + { + "id": "sec-ordinaryfunctioncreate", + "title": "OrdinaryFunctionCreate ( functionPrototype, sourceText, ParameterList, Body, thisMode, Scope )", + "level": 3, + "number": "10.2.3" + }, + { + "id": "sec-addrestrictedfunctionproperties", + "title": "AddRestrictedFunctionProperties ( F, realm )", + "level": 3, + "number": "10.2.4" + }, + { + "id": "sec-%throwtypeerror%", + "title": "%ThrowTypeError% ( )", + "level": 4, + "number": "10.2.4.1" + }, + { + "id": "sec-makeconstructor", + "title": "MakeConstructor ( F [ , writablePrototype [ , prototype ] ] )", + "level": 3, + "number": "10.2.5" + }, + { + "id": "sec-makeclassconstructor", + "title": "MakeClassConstructor ( F )", + "level": 3, + "number": "10.2.6" + }, + { + "id": "sec-makemethod", + "title": "MakeMethod ( F, homeObject )", + "level": 3, + "number": "10.2.7" + }, + { + "id": "sec-setfunctionname", + "title": "SetFunctionName ( F, name [ , prefix ] )", + "level": 3, + "number": "10.2.8" + }, + { + "id": "sec-setfunctionlength", + "title": "SetFunctionLength ( F, length )", + "level": 3, + "number": "10.2.9" + }, + { + "id": "sec-functiondeclarationinstantiation", + "title": "FunctionDeclarationInstantiation ( func, argumentsList )", + "level": 3, + "number": "10.2.10" + }, + { + "id": "sec-built-in-function-objects", + "title": "Built-in Function Objects", + "level": 2, + "number": "10.3" + }, + { + "id": "sec-built-in-function-objects-call-thisargument-argumentslist", + "title": "[[Call]] ( thisArgument, argumentsList )", + "level": 3, + "number": "10.3.1" + }, + { + "id": "sec-built-in-function-objects-construct-argumentslist-newtarget", + "title": "[[Construct]] ( argumentsList, newTarget )", + "level": 3, + "number": "10.3.2" + }, + { + "id": "sec-createbuiltinfunction", + "title": "CreateBuiltinFunction ( steps, length, name, internalSlotsList [ , realm [ , prototype [ , prefix ] ] ] )", + "level": 3, + "number": "10.3.3" + }, + { + "id": "sec-built-in-exotic-object-internal-methods-and-slots", + "title": "Built-in Exotic Object Internal Methods and Slots", + "level": 2, + "number": "10.4" + }, + { + "id": "sec-bound-function-exotic-objects", + "title": "Bound Function Exotic Objects", + "level": 3, + "number": "10.4.1" + }, + { + "id": "sec-bound-function-exotic-objects-call-thisargument-argumentslist", + "title": "[[Call]] ( thisArgument, argumentsList )", + "level": 4, + "number": "10.4.1.1" + }, + { + "id": "sec-bound-function-exotic-objects-construct-argumentslist-newtarget", + "title": "[[Construct]] ( argumentsList, newTarget )", + "level": 4, + "number": "10.4.1.2" + }, + { + "id": "sec-boundfunctioncreate", + "title": "BoundFunctionCreate ( targetFunction, boundThis, boundArgs )", + "level": 4, + "number": "10.4.1.3" + }, + { + "id": "sec-array-exotic-objects", + "title": "Array Exotic Objects", + "level": 3, + "number": "10.4.2" + }, + { + "id": "sec-array-exotic-objects-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 4, + "number": "10.4.2.1" + }, + { + "id": "sec-arraycreate", + "title": "ArrayCreate ( length [ , proto ] )", + "level": 4, + "number": "10.4.2.2" + }, + { + "id": "sec-arrayspeciescreate", + "title": "ArraySpeciesCreate ( originalArray, length )", + "level": 4, + "number": "10.4.2.3" + }, + { + "id": "sec-arraysetlength", + "title": "ArraySetLength ( A, Desc )", + "level": 4, + "number": "10.4.2.4" + }, + { + "id": "sec-string-exotic-objects", + "title": "String Exotic Objects", + "level": 3, + "number": "10.4.3" + }, + { + "id": "sec-string-exotic-objects-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 4, + "number": "10.4.3.1" + }, + { + "id": "sec-string-exotic-objects-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 4, + "number": "10.4.3.2" + }, + { + "id": "sec-string-exotic-objects-ownpropertykeys", + "title": "[[OwnPropertyKeys]] ( )", + "level": 4, + "number": "10.4.3.3" + }, + { + "id": "sec-stringcreate", + "title": "StringCreate ( value, prototype )", + "level": 4, + "number": "10.4.3.4" + }, + { + "id": "sec-stringgetownproperty", + "title": "StringGetOwnProperty ( S, P )", + "level": 4, + "number": "10.4.3.5" + }, + { + "id": "sec-arguments-exotic-objects", + "title": "Arguments Exotic Objects", + "level": 3, + "number": "10.4.4" + }, + { + "id": "sec-arguments-exotic-objects-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 4, + "number": "10.4.4.1" + }, + { + "id": "sec-arguments-exotic-objects-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 4, + "number": "10.4.4.2" + }, + { + "id": "sec-arguments-exotic-objects-get-p-receiver", + "title": "[[Get]] ( P, Receiver )", + "level": 4, + "number": "10.4.4.3" + }, + { + "id": "sec-arguments-exotic-objects-set-p-v-receiver", + "title": "[[Set]] ( P, V, Receiver )", + "level": 4, + "number": "10.4.4.4" + }, + { + "id": "sec-arguments-exotic-objects-delete-p", + "title": "[[Delete]] ( P )", + "level": 4, + "number": "10.4.4.5" + }, + { + "id": "sec-createunmappedargumentsobject", + "title": "CreateUnmappedArgumentsObject ( argumentsList )", + "level": 4, + "number": "10.4.4.6" + }, + { + "id": "sec-createmappedargumentsobject", + "title": "CreateMappedArgumentsObject ( func, formals, argumentsList, env )", + "level": 4, + "number": "10.4.4.7" + }, + { + "id": "sec-makearggetter", + "title": "MakeArgGetter ( name, env )", + "level": 5, + "number": "10.4.4.7.1" + }, + { + "id": "sec-makeargsetter", + "title": "MakeArgSetter ( name, env )", + "level": 5, + "number": "10.4.4.7.2" + }, + { + "id": "sec-integer-indexed-exotic-objects", + "title": "Integer-Indexed Exotic Objects", + "level": 3, + "number": "10.4.5" + }, + { + "id": "sec-integer-indexed-exotic-objects-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 4, + "number": "10.4.5.1" + }, + { + "id": "sec-integer-indexed-exotic-objects-hasproperty-p", + "title": "[[HasProperty]] ( P )", + "level": 4, + "number": "10.4.5.2" + }, + { + "id": "sec-integer-indexed-exotic-objects-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 4, + "number": "10.4.5.3" + }, + { + "id": "sec-integer-indexed-exotic-objects-get-p-receiver", + "title": "[[Get]] ( P, Receiver )", + "level": 4, + "number": "10.4.5.4" + }, + { + "id": "sec-integer-indexed-exotic-objects-set-p-v-receiver", + "title": "[[Set]] ( P, V, Receiver )", + "level": 4, + "number": "10.4.5.5" + }, + { + "id": "sec-integer-indexed-exotic-objects-delete-p", + "title": "[[Delete]] ( P )", + "level": 4, + "number": "10.4.5.6" + }, + { + "id": "sec-integer-indexed-exotic-objects-ownpropertykeys", + "title": "[[OwnPropertyKeys]] ( )", + "level": 4, + "number": "10.4.5.7" + }, + { + "id": "sec-integerindexedobjectcreate", + "title": "IntegerIndexedObjectCreate ( prototype )", + "level": 4, + "number": "10.4.5.8" + }, + { + "id": "sec-isvalidintegerindex", + "title": "IsValidIntegerIndex ( O, index )", + "level": 4, + "number": "10.4.5.9" + }, + { + "id": "sec-integerindexedelementget", + "title": "IntegerIndexedElementGet ( O, index )", + "level": 4, + "number": "10.4.5.10" + }, + { + "id": "sec-integerindexedelementset", + "title": "IntegerIndexedElementSet ( O, index, value )", + "level": 4, + "number": "10.4.5.11" + }, + { + "id": "sec-module-namespace-exotic-objects", + "title": "Module Namespace Exotic Objects", + "level": 3, + "number": "10.4.6" + }, + { + "id": "sec-module-namespace-exotic-objects-setprototypeof-v", + "title": "[[SetPrototypeOf]] ( V )", + "level": 4, + "number": "10.4.6.1" + }, + { + "id": "sec-module-namespace-exotic-objects-isextensible", + "title": "[[IsExtensible]] ( )", + "level": 4, + "number": "10.4.6.2" + }, + { + "id": "sec-module-namespace-exotic-objects-preventextensions", + "title": "[[PreventExtensions]] ( )", + "level": 4, + "number": "10.4.6.3" + }, + { + "id": "sec-module-namespace-exotic-objects-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 4, + "number": "10.4.6.4" + }, + { + "id": "sec-module-namespace-exotic-objects-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 4, + "number": "10.4.6.5" + }, + { + "id": "sec-module-namespace-exotic-objects-hasproperty-p", + "title": "[[HasProperty]] ( P )", + "level": 4, + "number": "10.4.6.6" + }, + { + "id": "sec-module-namespace-exotic-objects-get-p-receiver", + "title": "[[Get]] ( P, Receiver )", + "level": 4, + "number": "10.4.6.7" + }, + { + "id": "sec-module-namespace-exotic-objects-set-p-v-receiver", + "title": "[[Set]] ( P, V, Receiver )", + "level": 4, + "number": "10.4.6.8" + }, + { + "id": "sec-module-namespace-exotic-objects-delete-p", + "title": "[[Delete]] ( P )", + "level": 4, + "number": "10.4.6.9" + }, + { + "id": "sec-module-namespace-exotic-objects-ownpropertykeys", + "title": "[[OwnPropertyKeys]] ( )", + "level": 4, + "number": "10.4.6.10" + }, + { + "id": "sec-modulenamespacecreate", + "title": "ModuleNamespaceCreate ( module, exports )", + "level": 4, + "number": "10.4.6.11" + }, + { + "id": "sec-immutable-prototype-exotic-objects", + "title": "Immutable Prototype Exotic Objects", + "level": 3, + "number": "10.4.7" + }, + { + "id": "sec-immutable-prototype-exotic-objects-setprototypeof-v", + "title": "[[SetPrototypeOf]] ( V )", + "level": 4, + "number": "10.4.7.1" + }, + { + "id": "sec-set-immutable-prototype", + "title": "SetImmutablePrototype ( O, V )", + "level": 4, + "number": "10.4.7.2" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots", + "title": "Proxy Object Internal Methods and Internal Slots", + "level": 2, + "number": "10.5" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-getprototypeof", + "title": "[[GetPrototypeOf]] ( )", + "level": 3, + "number": "10.5.1" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-setprototypeof-v", + "title": "[[SetPrototypeOf]] ( V )", + "level": 3, + "number": "10.5.2" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-isextensible", + "title": "[[IsExtensible]] ( )", + "level": 3, + "number": "10.5.3" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-preventextensions", + "title": "[[PreventExtensions]] ( )", + "level": 3, + "number": "10.5.4" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-getownproperty-p", + "title": "[[GetOwnProperty]] ( P )", + "level": 3, + "number": "10.5.5" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-desc", + "title": "[[DefineOwnProperty]] ( P, Desc )", + "level": 3, + "number": "10.5.6" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-hasproperty-p", + "title": "[[HasProperty]] ( P )", + "level": 3, + "number": "10.5.7" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver", + "title": "[[Get]] ( P, Receiver )", + "level": 3, + "number": "10.5.8" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver", + "title": "[[Set]] ( P, V, Receiver )", + "level": 3, + "number": "10.5.9" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-delete-p", + "title": "[[Delete]] ( P )", + "level": 3, + "number": "10.5.10" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys", + "title": "[[OwnPropertyKeys]] ( )", + "level": 3, + "number": "10.5.11" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-call-thisargument-argumentslist", + "title": "[[Call]] ( thisArgument, argumentsList )", + "level": 3, + "number": "10.5.12" + }, + { + "id": "sec-proxy-object-internal-methods-and-internal-slots-construct-argumentslist-newtarget", + "title": "[[Construct]] ( argumentsList, newTarget )", + "level": 3, + "number": "10.5.13" + }, + { + "id": "sec-proxycreate", + "title": "ProxyCreate ( target, handler )", + "level": 3, + "number": "10.5.14" + }, + { + "id": "sec-ecmascript-language-source-code", + "title": "ECMAScript Language: Source Code", + "level": 1, + "number": "11" + }, + { + "id": "sec-source-text", + "title": "Source Text", + "level": 2, + "number": "11.1" + }, + { + "id": "sec-utf16encodecodepoint", + "title": "Static Semantics: UTF16EncodeCodePoint ( cp )", + "level": 3, + "number": "11.1.1" + }, + { + "id": "sec-codepointstostring", + "title": "Static Semantics: CodePointsToString ( text )", + "level": 3, + "number": "11.1.2" + }, + { + "id": "sec-utf16decodesurrogatepair", + "title": "Static Semantics: UTF16SurrogatePairToCodePoint ( lead, trail )", + "level": 3, + "number": "11.1.3" + }, + { + "id": "sec-codepointat", + "title": "Static Semantics: CodePointAt ( string, position )", + "level": 3, + "number": "11.1.4" + }, + { + "id": "sec-stringtocodepoints", + "title": "Static Semantics: StringToCodePoints ( string )", + "level": 3, + "number": "11.1.5" + }, + { + "id": "sec-parsetext", + "title": "Static Semantics: ParseText ( sourceText, goalSymbol )", + "level": 3, + "number": "11.1.6" + }, + { + "id": "sec-types-of-source-code", + "title": "Types of Source Code", + "level": 2, + "number": "11.2" + }, + { + "id": "sec-directive-prologues-and-the-use-strict-directive", + "title": "Directive Prologues and the Use Strict Directive", + "level": 3, + "number": "11.2.1" + }, + { + "id": "sec-strict-mode-code", + "title": "Strict Mode Code", + "level": 3, + "number": "11.2.2" + }, + { + "id": "sec-non-ecmascript-functions", + "title": "Non-ECMAScript Functions", + "level": 3, + "number": "11.2.3" + }, + { + "id": "sec-ecmascript-language-lexical-grammar", + "title": "ECMAScript Language: Lexical Grammar", + "level": 1, + "number": "12" + }, + { + "id": "sec-unicode-format-control-characters", + "title": "Unicode Format-Control Characters", + "level": 2, + "number": "12.1" + }, + { + "id": "sec-white-space", + "title": "White Space", + "level": 2, + "number": "12.2" + }, + { + "id": "sec-line-terminators", + "title": "Line Terminators", + "level": 2, + "number": "12.3" + }, + { + "id": "sec-comments", + "title": "Comments", + "level": 2, + "number": "12.4" + }, + { + "id": "sec-tokens", + "title": "Tokens", + "level": 2, + "number": "12.5" + }, + { + "id": "sec-names-and-keywords", + "title": "Names and Keywords", + "level": 2, + "number": "12.6" + }, + { + "id": "sec-identifier-names", + "title": "Identifier Names", + "level": 3, + "number": "12.6.1" + }, + { + "id": "sec-identifier-names-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "12.6.1.1" + }, + { + "id": "sec-keywords-and-reserved-words", + "title": "Keywords and Reserved Words", + "level": 3, + "number": "12.6.2" + }, + { + "id": "sec-punctuators", + "title": "Punctuators", + "level": 2, + "number": "12.7" + }, + { + "id": "sec-ecmascript-language-lexical-grammar-literals", + "title": "Literals", + "level": 2, + "number": "12.8" + }, + { + "id": "sec-null-literals", + "title": "Null Literals", + "level": 3, + "number": "12.8.1" + }, + { + "id": "sec-boolean-literals", + "title": "Boolean Literals", + "level": 3, + "number": "12.8.2" + }, + { + "id": "sec-literals-numeric-literals", + "title": "Numeric Literals", + "level": 3, + "number": "12.8.3" + }, + { + "id": "sec-static-semantics-mv", + "title": "Static Semantics: MV", + "level": 4, + "number": "12.8.3.1" + }, + { + "id": "sec-numericvalue", + "title": "Static Semantics: NumericValue", + "level": 4, + "number": "12.8.3.2" + }, + { + "id": "sec-literals-string-literals", + "title": "String Literals", + "level": 3, + "number": "12.8.4" + }, + { + "id": "sec-static-semantics-sv", + "title": "Static Semantics: SV", + "level": 4, + "number": "12.8.4.1" + }, + { + "id": "sec-string-literals-static-semantics-mv", + "title": "Static Semantics: MV", + "level": 4, + "number": "12.8.4.2" + }, + { + "id": "sec-literals-regular-expression-literals", + "title": "Regular Expression Literals", + "level": 3, + "number": "12.8.5" + }, + { + "id": "sec-literals-regular-expression-literals-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "12.8.5.1" + }, + { + "id": "sec-static-semantics-bodytext", + "title": "Static Semantics: BodyText", + "level": 4, + "number": "12.8.5.2" + }, + { + "id": "sec-static-semantics-flagtext", + "title": "Static Semantics: FlagText", + "level": 4, + "number": "12.8.5.3" + }, + { + "id": "sec-template-literal-lexical-components", + "title": "Template Literal Lexical Components", + "level": 3, + "number": "12.8.6" + }, + { + "id": "sec-static-semantics-tv-and-trv", + "title": "Static Semantics: TV and TRV", + "level": 4, + "number": "12.8.6.1" + }, + { + "id": "sec-automatic-semicolon-insertion", + "title": "Automatic Semicolon Insertion", + "level": 2, + "number": "12.9" + }, + { + "id": "sec-rules-of-automatic-semicolon-insertion", + "title": "Rules of Automatic Semicolon Insertion", + "level": 3, + "number": "12.9.1" + }, + { + "id": "sec-examples-of-automatic-semicolon-insertion", + "title": "Examples of Automatic Semicolon Insertion", + "level": 3, + "number": "12.9.2" + }, + { + "id": "sec-interesting-cases-of-automatic-semicolon-insertion", + "title": "Interesting Cases of Automatic Semicolon Insertion", + "level": 3, + "number": "12.9.3" + }, + { + "id": "sec-asi-interesting-cases-in-statement-lists", + "title": "Interesting Cases of Automatic Semicolon Insertion in Statement Lists", + "level": 4, + "number": "12.9.3.1" + }, + { + "id": "sec-asi-cases-with-no-lineterminator-here", + "title": "Cases of Automatic Semicolon Insertion and ā€œ[no LineTerminator here]ā€", + "level": 4, + "number": "12.9.3.2" + }, + { + "id": "sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "title": "List of Grammar Productions with Optional Operands and ā€œ[no LineTerminator here]ā€", + "level": 5, + "number": "12.9.3.2.1" + }, + { + "id": "sec-ecmascript-language-expressions", + "title": "ECMAScript Language: Expressions", + "level": 1, + "number": "13" + }, + { + "id": "sec-identifiers", + "title": "Identifiers", + "level": 2, + "number": "13.1" + }, + { + "id": "sec-identifiers-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "13.1.1" + }, + { + "id": "sec-static-semantics-stringvalue", + "title": "Static Semantics: StringValue", + "level": 3, + "number": "13.1.2" + }, + { + "id": "sec-identifiers-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.1.3" + }, + { + "id": "sec-primary-expression", + "title": "Primary Expression", + "level": 2, + "number": "13.2" + }, + { + "id": "sec-this-keyword", + "title": "The this Keyword", + "level": 3, + "number": "13.2.1" + }, + { + "id": "sec-this-keyword-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.1.1" + }, + { + "id": "sec-identifier-reference", + "title": "Identifier Reference", + "level": 3, + "number": "13.2.2" + }, + { + "id": "sec-primary-expression-literals", + "title": "Literals", + "level": 3, + "number": "13.2.3" + }, + { + "id": "sec-literals-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.3.1" + }, + { + "id": "sec-array-initializer", + "title": "Array Initializer", + "level": 3, + "number": "13.2.4" + }, + { + "id": "sec-runtime-semantics-arrayaccumulation", + "title": "Runtime Semantics: ArrayAccumulation", + "level": 4, + "number": "13.2.4.1" + }, + { + "id": "sec-array-initializer-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.4.2" + }, + { + "id": "sec-object-initializer", + "title": "Object Initializer", + "level": 3, + "number": "13.2.5" + }, + { + "id": "sec-object-initializer-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.2.5.1" + }, + { + "id": "sec-static-semantics-iscomputedpropertykey", + "title": "Static Semantics: IsComputedPropertyKey", + "level": 4, + "number": "13.2.5.2" + }, + { + "id": "sec-static-semantics-propertynamelist", + "title": "Static Semantics: PropertyNameList", + "level": 4, + "number": "13.2.5.3" + }, + { + "id": "sec-object-initializer-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.5.4" + }, + { + "id": "sec-runtime-semantics-propertydefinitionevaluation", + "title": "Runtime Semantics: PropertyDefinitionEvaluation", + "level": 4, + "number": "13.2.5.5" + }, + { + "id": "sec-function-defining-expressions", + "title": "Function Defining Expressions", + "level": 3, + "number": "13.2.6" + }, + { + "id": "sec-primary-expression-regular-expression-literals", + "title": "Regular Expression Literals", + "level": 3, + "number": "13.2.7" + }, + { + "id": "sec-primary-expression-regular-expression-literals-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.2.7.1" + }, + { + "id": "sec-isvalidregularexpressionliteral", + "title": "Static Semantics: IsValidRegularExpressionLiteral ( literal )", + "level": 4, + "number": "13.2.7.2" + }, + { + "id": "sec-regular-expression-literals-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.7.3" + }, + { + "id": "sec-template-literals", + "title": "Template Literals", + "level": 3, + "number": "13.2.8" + }, + { + "id": "sec-static-semantics-template-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.2.8.1" + }, + { + "id": "sec-static-semantics-templatestrings", + "title": "Static Semantics: TemplateStrings", + "level": 4, + "number": "13.2.8.2" + }, + { + "id": "sec-gettemplateobject", + "title": "GetTemplateObject ( templateLiteral )", + "level": 4, + "number": "13.2.8.3" + }, + { + "id": "sec-runtime-semantics-substitutionevaluation", + "title": "Runtime Semantics: SubstitutionEvaluation", + "level": 4, + "number": "13.2.8.4" + }, + { + "id": "sec-template-literals-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.8.5" + }, + { + "id": "sec-grouping-operator", + "title": "The Grouping Operator", + "level": 3, + "number": "13.2.9" + }, + { + "id": "sec-grouping-operator-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.2.9.1" + }, + { + "id": "sec-grouping-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.2.9.2" + }, + { + "id": "sec-left-hand-side-expressions", + "title": "Left-Hand-Side Expressions", + "level": 2, + "number": "13.3" + }, + { + "id": "sec-static-semantics", + "title": "Static Semantics", + "level": 3, + "number": "13.3.1" + }, + { + "id": "sec-left-hand-side-expressions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.3.1.1" + }, + { + "id": "sec-property-accessors", + "title": "Property Accessors", + "level": 3, + "number": "13.3.2" + }, + { + "id": "sec-property-accessors-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.2.1" + }, + { + "id": "sec-evaluate-property-access-with-expression-key", + "title": "EvaluatePropertyAccessWithExpressionKey ( baseValue, expression, strict )", + "level": 3, + "number": "13.3.3" + }, + { + "id": "sec-evaluate-property-access-with-identifier-key", + "title": "EvaluatePropertyAccessWithIdentifierKey ( baseValue, identifierName, strict )", + "level": 3, + "number": "13.3.4" + }, + { + "id": "sec-new-operator", + "title": "The new Operator", + "level": 3, + "number": "13.3.5" + }, + { + "id": "sec-new-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.5.1" + }, + { + "id": "sec-evaluatenew", + "title": "EvaluateNew ( constructExpr, arguments )", + "level": 5, + "number": "13.3.5.1.1" + }, + { + "id": "sec-function-calls", + "title": "Function Calls", + "level": 3, + "number": "13.3.6" + }, + { + "id": "sec-function-calls-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.6.1" + }, + { + "id": "sec-evaluatecall", + "title": "EvaluateCall ( func, ref, arguments, tailPosition )", + "level": 4, + "number": "13.3.6.2" + }, + { + "id": "sec-super-keyword", + "title": "The super Keyword", + "level": 3, + "number": "13.3.7" + }, + { + "id": "sec-super-keyword-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.7.1" + }, + { + "id": "sec-getsuperconstructor", + "title": "GetSuperConstructor ( )", + "level": 4, + "number": "13.3.7.2" + }, + { + "id": "sec-makesuperpropertyreference", + "title": "MakeSuperPropertyReference ( actualThis, propertyKey, strict )", + "level": 4, + "number": "13.3.7.3" + }, + { + "id": "sec-argument-lists", + "title": "Argument Lists", + "level": 3, + "number": "13.3.8" + }, + { + "id": "sec-runtime-semantics-argumentlistevaluation", + "title": "Runtime Semantics: ArgumentListEvaluation", + "level": 4, + "number": "13.3.8.1" + }, + { + "id": "sec-optional-chains", + "title": "Optional Chains", + "level": 3, + "number": "13.3.9" + }, + { + "id": "sec-optional-chaining-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.9.1" + }, + { + "id": "sec-optional-chaining-chain-evaluation", + "title": "Runtime Semantics: ChainEvaluation", + "level": 4, + "number": "13.3.9.2" + }, + { + "id": "sec-import-calls", + "title": "Import Calls", + "level": 3, + "number": "13.3.10" + }, + { + "id": "sec-import-call-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.10.1" + }, + { + "id": "sec-tagged-templates", + "title": "Tagged Templates", + "level": 3, + "number": "13.3.11" + }, + { + "id": "sec-tagged-templates-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.11.1" + }, + { + "id": "sec-meta-properties", + "title": "Meta Properties", + "level": 3, + "number": "13.3.12" + }, + { + "id": "sec-meta-properties-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.3.12.1" + }, + { + "id": "sec-hostgetimportmetaproperties", + "title": "HostGetImportMetaProperties ( moduleRecord )", + "level": 5, + "number": "13.3.12.1.1" + }, + { + "id": "sec-hostfinalizeimportmeta", + "title": "HostFinalizeImportMeta ( importMeta, moduleRecord )", + "level": 5, + "number": "13.3.12.1.2" + }, + { + "id": "sec-update-expressions", + "title": "Update Expressions", + "level": 2, + "number": "13.4" + }, + { + "id": "sec-update-expressions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "13.4.1" + }, + { + "id": "sec-postfix-increment-operator", + "title": "Postfix Increment Operator", + "level": 3, + "number": "13.4.2" + }, + { + "id": "sec-postfix-increment-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.4.2.1" + }, + { + "id": "sec-postfix-decrement-operator", + "title": "Postfix Decrement Operator", + "level": 3, + "number": "13.4.3" + }, + { + "id": "sec-postfix-decrement-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.4.3.1" + }, + { + "id": "sec-prefix-increment-operator", + "title": "Prefix Increment Operator", + "level": 3, + "number": "13.4.4" + }, + { + "id": "sec-prefix-increment-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.4.4.1" + }, + { + "id": "sec-prefix-decrement-operator", + "title": "Prefix Decrement Operator", + "level": 3, + "number": "13.4.5" + }, + { + "id": "sec-prefix-decrement-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.4.5.1" + }, + { + "id": "sec-unary-operators", + "title": "Unary Operators", + "level": 2, + "number": "13.5" + }, + { + "id": "sec-delete-operator", + "title": "The delete Operator", + "level": 3, + "number": "13.5.1" + }, + { + "id": "sec-delete-operator-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.5.1.1" + }, + { + "id": "sec-delete-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.1.2" + }, + { + "id": "sec-void-operator", + "title": "The void Operator", + "level": 3, + "number": "13.5.2" + }, + { + "id": "sec-void-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.2.1" + }, + { + "id": "sec-typeof-operator", + "title": "The typeof Operator", + "level": 3, + "number": "13.5.3" + }, + { + "id": "sec-typeof-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.3.1" + }, + { + "id": "sec-unary-plus-operator", + "title": "Unary + Operator", + "level": 3, + "number": "13.5.4" + }, + { + "id": "sec-unary-plus-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.4.1" + }, + { + "id": "sec-unary-minus-operator", + "title": "Unary - Operator", + "level": 3, + "number": "13.5.5" + }, + { + "id": "sec-unary-minus-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.5.1" + }, + { + "id": "sec-bitwise-not-operator", + "title": "Bitwise NOT Operator ( ~ )", + "level": 3, + "number": "13.5.6" + }, + { + "id": "sec-bitwise-not-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.6.1" + }, + { + "id": "sec-logical-not-operator", + "title": "Logical NOT Operator ( ! )", + "level": 3, + "number": "13.5.7" + }, + { + "id": "sec-logical-not-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.5.7.1" + }, + { + "id": "sec-exp-operator", + "title": "Exponentiation Operator", + "level": 2, + "number": "13.6" + }, + { + "id": "sec-exp-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.6.1" + }, + { + "id": "sec-multiplicative-operators", + "title": "Multiplicative Operators", + "level": 2, + "number": "13.7" + }, + { + "id": "sec-multiplicative-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.7.1" + }, + { + "id": "sec-additive-operators", + "title": "Additive Operators", + "level": 2, + "number": "13.8" + }, + { + "id": "sec-addition-operator-plus", + "title": "The Addition Operator ( + )", + "level": 3, + "number": "13.8.1" + }, + { + "id": "sec-addition-operator-plus-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.8.1.1" + }, + { + "id": "sec-subtraction-operator-minus", + "title": "The Subtraction Operator ( - )", + "level": 3, + "number": "13.8.2" + }, + { + "id": "sec-subtraction-operator-minus-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.8.2.1" + }, + { + "id": "sec-bitwise-shift-operators", + "title": "Bitwise Shift Operators", + "level": 2, + "number": "13.9" + }, + { + "id": "sec-left-shift-operator", + "title": "The Left Shift Operator ( << )", + "level": 3, + "number": "13.9.1" + }, + { + "id": "sec-left-shift-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.9.1.1" + }, + { + "id": "sec-signed-right-shift-operator", + "title": "The Signed Right Shift Operator ( >> )", + "level": 3, + "number": "13.9.2" + }, + { + "id": "sec-signed-right-shift-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.9.2.1" + }, + { + "id": "sec-unsigned-right-shift-operator", + "title": "The Unsigned Right Shift Operator ( >>> )", + "level": 3, + "number": "13.9.3" + }, + { + "id": "sec-unsigned-right-shift-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "13.9.3.1" + }, + { + "id": "sec-relational-operators", + "title": "Relational Operators", + "level": 2, + "number": "13.10" + }, + { + "id": "sec-relational-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.10.1" + }, + { + "id": "sec-instanceofoperator", + "title": "InstanceofOperator ( V, target )", + "level": 3, + "number": "13.10.2" + }, + { + "id": "sec-equality-operators", + "title": "Equality Operators", + "level": 2, + "number": "13.11" + }, + { + "id": "sec-equality-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.11.1" + }, + { + "id": "sec-binary-bitwise-operators", + "title": "Binary Bitwise Operators", + "level": 2, + "number": "13.12" + }, + { + "id": "sec-binary-bitwise-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.12.1" + }, + { + "id": "sec-binary-logical-operators", + "title": "Binary Logical Operators", + "level": 2, + "number": "13.13" + }, + { + "id": "sec-binary-logical-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.13.1" + }, + { + "id": "sec-conditional-operator", + "title": "Conditional Operator ( ? : )", + "level": 2, + "number": "13.14" + }, + { + "id": "sec-conditional-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.14.1" + }, + { + "id": "sec-assignment-operators", + "title": "Assignment Operators", + "level": 2, + "number": "13.15" + }, + { + "id": "sec-assignment-operators-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "13.15.1" + }, + { + "id": "sec-assignment-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.15.2" + }, + { + "id": "sec-applystringornumericbinaryoperator", + "title": "ApplyStringOrNumericBinaryOperator ( lval, opText, rval )", + "level": 3, + "number": "13.15.3" + }, + { + "id": "sec-evaluatestringornumericbinaryexpression", + "title": "EvaluateStringOrNumericBinaryExpression ( leftOperand, opText, rightOperand )", + "level": 3, + "number": "13.15.4" + }, + { + "id": "sec-destructuring-assignment", + "title": "Destructuring Assignment", + "level": 3, + "number": "13.15.5" + }, + { + "id": "sec-destructuring-assignment-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "13.15.5.1" + }, + { + "id": "sec-runtime-semantics-destructuringassignmentevaluation", + "title": "Runtime Semantics: DestructuringAssignmentEvaluation", + "level": 4, + "number": "13.15.5.2" + }, + { + "id": "sec-runtime-semantics-propertydestructuringassignmentevaluation", + "title": "Runtime Semantics: PropertyDestructuringAssignmentEvaluation", + "level": 4, + "number": "13.15.5.3" + }, + { + "id": "sec-runtime-semantics-restdestructuringassignmentevaluation", + "title": "Runtime Semantics: RestDestructuringAssignmentEvaluation", + "level": 4, + "number": "13.15.5.4" + }, + { + "id": "sec-runtime-semantics-iteratordestructuringassignmentevaluation", + "title": "Runtime Semantics: IteratorDestructuringAssignmentEvaluation", + "level": 4, + "number": "13.15.5.5" + }, + { + "id": "sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "title": "Runtime Semantics: KeyedDestructuringAssignmentEvaluation", + "level": 4, + "number": "13.15.5.6" + }, + { + "id": "sec-comma-operator", + "title": "Comma Operator ( , )", + "level": 2, + "number": "13.16" + }, + { + "id": "sec-comma-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "13.16.1" + }, + { + "id": "sec-ecmascript-language-statements-and-declarations", + "title": "ECMAScript Language: Statements and Declarations", + "level": 1, + "number": "14" + }, + { + "id": "sec-statement-semantics", + "title": "Statement Semantics", + "level": 2, + "number": "14.1" + }, + { + "id": "sec-statement-semantics-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.1.1" + }, + { + "id": "sec-block", + "title": "Block", + "level": 2, + "number": "14.2" + }, + { + "id": "sec-block-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.2.1" + }, + { + "id": "sec-block-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.2.2" + }, + { + "id": "sec-blockdeclarationinstantiation", + "title": "BlockDeclarationInstantiation ( code, env )", + "level": 3, + "number": "14.2.3" + }, + { + "id": "sec-declarations-and-the-variable-statement", + "title": "Declarations and the Variable Statement", + "level": 2, + "number": "14.3" + }, + { + "id": "sec-let-and-const-declarations", + "title": "Let and Const Declarations", + "level": 3, + "number": "14.3.1" + }, + { + "id": "sec-let-and-const-declarations-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "14.3.1.1" + }, + { + "id": "sec-let-and-const-declarations-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "14.3.1.2" + }, + { + "id": "sec-variable-statement", + "title": "Variable Statement", + "level": 3, + "number": "14.3.2" + }, + { + "id": "sec-variable-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "14.3.2.1" + }, + { + "id": "sec-destructuring-binding-patterns", + "title": "Destructuring Binding Patterns", + "level": 3, + "number": "14.3.3" + }, + { + "id": "sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", + "title": "Runtime Semantics: PropertyBindingInitialization", + "level": 4, + "number": "14.3.3.1" + }, + { + "id": "sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", + "title": "Runtime Semantics: RestBindingInitialization", + "level": 4, + "number": "14.3.3.2" + }, + { + "id": "sec-runtime-semantics-keyedbindinginitialization", + "title": "Runtime Semantics: KeyedBindingInitialization", + "level": 4, + "number": "14.3.3.3" + }, + { + "id": "sec-empty-statement", + "title": "Empty Statement", + "level": 2, + "number": "14.4" + }, + { + "id": "sec-empty-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.4.1" + }, + { + "id": "sec-expression-statement", + "title": "Expression Statement", + "level": 2, + "number": "14.5" + }, + { + "id": "sec-expression-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.5.1" + }, + { + "id": "sec-if-statement", + "title": "The if Statement", + "level": 2, + "number": "14.6" + }, + { + "id": "sec-if-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.6.1" + }, + { + "id": "sec-if-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.6.2" + }, + { + "id": "sec-iteration-statements", + "title": "Iteration Statements", + "level": 2, + "number": "14.7" + }, + { + "id": "sec-iteration-statements-semantics", + "title": "Semantics", + "level": 3, + "number": "14.7.1" + }, + { + "id": "sec-loopcontinues", + "title": "LoopContinues ( completion, labelSet )", + "level": 4, + "number": "14.7.1.1" + }, + { + "id": "sec-runtime-semantics-loopevaluation", + "title": "Runtime Semantics: LoopEvaluation", + "level": 4, + "number": "14.7.1.2" + }, + { + "id": "sec-do-while-statement", + "title": "The do-while Statement", + "level": 3, + "number": "14.7.2" + }, + { + "id": "sec-do-while-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "14.7.2.1" + }, + { + "id": "sec-runtime-semantics-dowhileloopevaluation", + "title": "Runtime Semantics: DoWhileLoopEvaluation", + "level": 4, + "number": "14.7.2.2" + }, + { + "id": "sec-while-statement", + "title": "The while Statement", + "level": 3, + "number": "14.7.3" + }, + { + "id": "sec-while-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "14.7.3.1" + }, + { + "id": "sec-runtime-semantics-whileloopevaluation", + "title": "Runtime Semantics: WhileLoopEvaluation", + "level": 4, + "number": "14.7.3.2" + }, + { + "id": "sec-for-statement", + "title": "The for Statement", + "level": 3, + "number": "14.7.4" + }, + { + "id": "sec-for-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "14.7.4.1" + }, + { + "id": "sec-runtime-semantics-forloopevaluation", + "title": "Runtime Semantics: ForLoopEvaluation", + "level": 4, + "number": "14.7.4.2" + }, + { + "id": "sec-forbodyevaluation", + "title": "ForBodyEvaluation ( test, increment, stmt, perIterationBindings, labelSet )", + "level": 4, + "number": "14.7.4.3" + }, + { + "id": "sec-createperiterationenvironment", + "title": "CreatePerIterationEnvironment ( perIterationBindings )", + "level": 4, + "number": "14.7.4.4" + }, + { + "id": "sec-for-in-and-for-of-statements", + "title": "The for-in, for-of, and for-await-of Statements", + "level": 3, + "number": "14.7.5" + }, + { + "id": "sec-for-in-and-for-of-statements-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "14.7.5.1" + }, + { + "id": "sec-static-semantics-isdestructuring", + "title": "Static Semantics: IsDestructuring", + "level": 4, + "number": "14.7.5.2" + }, + { + "id": "sec-runtime-semantics-fordeclarationbindinginitialization", + "title": "Runtime Semantics: ForDeclarationBindingInitialization", + "level": 4, + "number": "14.7.5.3" + }, + { + "id": "sec-runtime-semantics-fordeclarationbindinginstantiation", + "title": "Runtime Semantics: ForDeclarationBindingInstantiation", + "level": 4, + "number": "14.7.5.4" + }, + { + "id": "sec-runtime-semantics-forinofloopevaluation", + "title": "Runtime Semantics: ForInOfLoopEvaluation", + "level": 4, + "number": "14.7.5.5" + }, + { + "id": "sec-runtime-semantics-forinofheadevaluation", + "title": "ForIn/OfHeadEvaluation ( uninitializedBoundNames, expr, iterationKind )", + "level": 4, + "number": "14.7.5.6" + }, + { + "id": "sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset", + "title": "ForIn/OfBodyEvaluation ( lhs, stmt, iteratorRecord, iterationKind, lhsKind, labelSet [ , iteratorKind ] )", + "level": 4, + "number": "14.7.5.7" + }, + { + "id": "sec-for-in-and-for-of-statements-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "14.7.5.8" + }, + { + "id": "sec-enumerate-object-properties", + "title": "EnumerateObjectProperties ( O )", + "level": 4, + "number": "14.7.5.9" + }, + { + "id": "sec-for-in-iterator-objects", + "title": "For-In Iterator Objects", + "level": 4, + "number": "14.7.5.10" + }, + { + "id": "sec-createforiniterator", + "title": "CreateForInIterator ( object )", + "level": 5, + "number": "14.7.5.10.1" + }, + { + "id": "sec-%foriniteratorprototype%-object", + "title": "The %ForInIteratorPrototype% Object", + "level": 5, + "number": "14.7.5.10.2" + }, + { + "id": "sec-%foriniteratorprototype%.next", + "title": "%ForInIteratorPrototype%.next ( )", + "level": 6, + "number": "14.7.5.10.2.1" + }, + { + "id": "sec-properties-of-for-in-iterator-instances", + "title": "Properties of For-In Iterator Instances", + "level": 5, + "number": "14.7.5.10.3" + }, + { + "id": "sec-continue-statement", + "title": "The continue Statement", + "level": 2, + "number": "14.8" + }, + { + "id": "sec-continue-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.8.1" + }, + { + "id": "sec-continue-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.8.2" + }, + { + "id": "sec-break-statement", + "title": "The break Statement", + "level": 2, + "number": "14.9" + }, + { + "id": "sec-break-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.9.1" + }, + { + "id": "sec-break-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.9.2" + }, + { + "id": "sec-return-statement", + "title": "The return Statement", + "level": 2, + "number": "14.10" + }, + { + "id": "sec-return-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.10.1" + }, + { + "id": "sec-with-statement", + "title": "The with Statement", + "level": 2, + "number": "14.11" + }, + { + "id": "sec-with-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.11.1" + }, + { + "id": "sec-with-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.11.2" + }, + { + "id": "sec-switch-statement", + "title": "The switch Statement", + "level": 2, + "number": "14.12" + }, + { + "id": "sec-switch-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.12.1" + }, + { + "id": "sec-runtime-semantics-caseblockevaluation", + "title": "Runtime Semantics: CaseBlockEvaluation", + "level": 3, + "number": "14.12.2" + }, + { + "id": "sec-runtime-semantics-caseclauseisselected", + "title": "CaseClauseIsSelected ( C, input )", + "level": 3, + "number": "14.12.3" + }, + { + "id": "sec-switch-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.12.4" + }, + { + "id": "sec-labelled-statements", + "title": "Labelled Statements", + "level": 2, + "number": "14.13" + }, + { + "id": "sec-labelled-statements-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.13.1" + }, + { + "id": "sec-islabelledfunction", + "title": "Static Semantics: IsLabelledFunction ( stmt )", + "level": 3, + "number": "14.13.2" + }, + { + "id": "sec-labelled-statements-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.13.3" + }, + { + "id": "sec-runtime-semantics-labelledevaluation", + "title": "Runtime Semantics: LabelledEvaluation", + "level": 3, + "number": "14.13.4" + }, + { + "id": "sec-throw-statement", + "title": "The throw Statement", + "level": 2, + "number": "14.14" + }, + { + "id": "sec-throw-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.14.1" + }, + { + "id": "sec-try-statement", + "title": "The try Statement", + "level": 2, + "number": "14.15" + }, + { + "id": "sec-try-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "14.15.1" + }, + { + "id": "sec-runtime-semantics-catchclauseevaluation", + "title": "Runtime Semantics: CatchClauseEvaluation", + "level": 3, + "number": "14.15.2" + }, + { + "id": "sec-try-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.15.3" + }, + { + "id": "sec-debugger-statement", + "title": "The debugger Statement", + "level": 2, + "number": "14.16" + }, + { + "id": "sec-debugger-statement-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "14.16.1" + }, + { + "id": "sec-ecmascript-language-functions-and-classes", + "title": "ECMAScript Language: Functions and Classes", + "level": 1, + "number": "15" + }, + { + "id": "sec-parameter-lists", + "title": "Parameter Lists", + "level": 2, + "number": "15.1" + }, + { + "id": "sec-parameter-lists-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.1.1" + }, + { + "id": "sec-static-semantics-containsexpression", + "title": "Static Semantics: ContainsExpression", + "level": 3, + "number": "15.1.2" + }, + { + "id": "sec-static-semantics-issimpleparameterlist", + "title": "Static Semantics: IsSimpleParameterList", + "level": 3, + "number": "15.1.3" + }, + { + "id": "sec-static-semantics-hasinitializer", + "title": "Static Semantics: HasInitializer", + "level": 3, + "number": "15.1.4" + }, + { + "id": "sec-static-semantics-expectedargumentcount", + "title": "Static Semantics: ExpectedArgumentCount", + "level": 3, + "number": "15.1.5" + }, + { + "id": "sec-function-definitions", + "title": "Function Definitions", + "level": 2, + "number": "15.2" + }, + { + "id": "sec-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.2.1" + }, + { + "id": "sec-static-semantics-functionbodycontainsusestrict", + "title": "Static Semantics: FunctionBodyContainsUseStrict", + "level": 3, + "number": "15.2.2" + }, + { + "id": "sec-runtime-semantics-evaluatefunctionbody", + "title": "Runtime Semantics: EvaluateFunctionBody", + "level": 3, + "number": "15.2.3" + }, + { + "id": "sec-runtime-semantics-instantiateordinaryfunctionobject", + "title": "Runtime Semantics: InstantiateOrdinaryFunctionObject", + "level": 3, + "number": "15.2.4" + }, + { + "id": "sec-runtime-semantics-instantiateordinaryfunctionexpression", + "title": "Runtime Semantics: InstantiateOrdinaryFunctionExpression", + "level": 3, + "number": "15.2.5" + }, + { + "id": "sec-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.2.6" + }, + { + "id": "sec-arrow-function-definitions", + "title": "Arrow Function Definitions", + "level": 2, + "number": "15.3" + }, + { + "id": "sec-arrow-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.3.1" + }, + { + "id": "sec-static-semantics-concisebodycontainsusestrict", + "title": "Static Semantics: ConciseBodyContainsUseStrict", + "level": 3, + "number": "15.3.2" + }, + { + "id": "sec-runtime-semantics-evaluateconcisebody", + "title": "Runtime Semantics: EvaluateConciseBody", + "level": 3, + "number": "15.3.3" + }, + { + "id": "sec-runtime-semantics-instantiatearrowfunctionexpression", + "title": "Runtime Semantics: InstantiateArrowFunctionExpression", + "level": 3, + "number": "15.3.4" + }, + { + "id": "sec-arrow-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.3.5" + }, + { + "id": "sec-method-definitions", + "title": "Method Definitions", + "level": 2, + "number": "15.4" + }, + { + "id": "sec-method-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.4.1" + }, + { + "id": "sec-static-semantics-hasdirectsuper", + "title": "Static Semantics: HasDirectSuper", + "level": 3, + "number": "15.4.2" + }, + { + "id": "sec-static-semantics-specialmethod", + "title": "Static Semantics: SpecialMethod", + "level": 3, + "number": "15.4.3" + }, + { + "id": "sec-runtime-semantics-definemethod", + "title": "Runtime Semantics: DefineMethod", + "level": 3, + "number": "15.4.4" + }, + { + "id": "sec-runtime-semantics-methoddefinitionevaluation", + "title": "Runtime Semantics: MethodDefinitionEvaluation", + "level": 3, + "number": "15.4.5" + }, + { + "id": "sec-generator-function-definitions", + "title": "Generator Function Definitions", + "level": 2, + "number": "15.5" + }, + { + "id": "sec-generator-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.5.1" + }, + { + "id": "sec-runtime-semantics-evaluategeneratorbody", + "title": "Runtime Semantics: EvaluateGeneratorBody", + "level": 3, + "number": "15.5.2" + }, + { + "id": "sec-runtime-semantics-instantiategeneratorfunctionobject", + "title": "Runtime Semantics: InstantiateGeneratorFunctionObject", + "level": 3, + "number": "15.5.3" + }, + { + "id": "sec-runtime-semantics-instantiategeneratorfunctionexpression", + "title": "Runtime Semantics: InstantiateGeneratorFunctionExpression", + "level": 3, + "number": "15.5.4" + }, + { + "id": "sec-generator-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.5.5" + }, + { + "id": "sec-async-generator-function-definitions", + "title": "Async Generator Function Definitions", + "level": 2, + "number": "15.6" + }, + { + "id": "sec-async-generator-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.6.1" + }, + { + "id": "sec-runtime-semantics-evaluateasyncgeneratorbody", + "title": "Runtime Semantics: EvaluateAsyncGeneratorBody", + "level": 3, + "number": "15.6.2" + }, + { + "id": "sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", + "title": "Runtime Semantics: InstantiateAsyncGeneratorFunctionObject", + "level": 3, + "number": "15.6.3" + }, + { + "id": "sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", + "title": "Runtime Semantics: InstantiateAsyncGeneratorFunctionExpression", + "level": 3, + "number": "15.6.4" + }, + { + "id": "sec-asyncgenerator-definitions-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.6.5" + }, + { + "id": "sec-class-definitions", + "title": "Class Definitions", + "level": 2, + "number": "15.7" + }, + { + "id": "sec-class-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.7.1" + }, + { + "id": "sec-static-semantics-classelementkind", + "title": "Static Semantics: ClassElementKind", + "level": 3, + "number": "15.7.2" + }, + { + "id": "sec-static-semantics-constructormethod", + "title": "Static Semantics: ConstructorMethod", + "level": 3, + "number": "15.7.3" + }, + { + "id": "sec-static-semantics-isstatic", + "title": "Static Semantics: IsStatic", + "level": 3, + "number": "15.7.4" + }, + { + "id": "sec-static-semantics-nonconstructormethoddefinitions", + "title": "Static Semantics: NonConstructorMethodDefinitions", + "level": 3, + "number": "15.7.5" + }, + { + "id": "sec-static-semantics-prototypepropertynamelist", + "title": "Static Semantics: PrototypePropertyNameList", + "level": 3, + "number": "15.7.6" + }, + { + "id": "sec-runtime-semantics-classdefinitionevaluation", + "title": "Runtime Semantics: ClassDefinitionEvaluation", + "level": 3, + "number": "15.7.7" + }, + { + "id": "sec-default-constructor-functions", + "title": "Default Constructor Functions", + "level": 4, + "number": "15.7.7.1" + }, + { + "id": "sec-runtime-semantics-bindingclassdeclarationevaluation", + "title": "Runtime Semantics: BindingClassDeclarationEvaluation", + "level": 3, + "number": "15.7.8" + }, + { + "id": "sec-class-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.7.9" + }, + { + "id": "sec-async-function-definitions", + "title": "Async Function Definitions", + "level": 2, + "number": "15.8" + }, + { + "id": "sec-async-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.8.1" + }, + { + "id": "sec-runtime-semantics-instantiateasyncfunctionobject", + "title": "Runtime Semantics: InstantiateAsyncFunctionObject", + "level": 3, + "number": "15.8.2" + }, + { + "id": "sec-runtime-semantics-instantiateasyncfunctionexpression", + "title": "Runtime Semantics: InstantiateAsyncFunctionExpression", + "level": 3, + "number": "15.8.3" + }, + { + "id": "sec-runtime-semantics-evaluateasyncfunctionbody", + "title": "Runtime Semantics: EvaluateAsyncFunctionBody", + "level": 3, + "number": "15.8.4" + }, + { + "id": "sec-async-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.8.5" + }, + { + "id": "sec-async-arrow-function-definitions", + "title": "Async Arrow Function Definitions", + "level": 2, + "number": "15.9" + }, + { + "id": "sec-async-arrow-function-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "15.9.1" + }, + { + "id": "sec-static-semantics-asyncconcisebodycontainsusestrict", + "title": "Static Semantics: AsyncConciseBodyContainsUseStrict", + "level": 3, + "number": "15.9.2" + }, + { + "id": "sec-runtime-semantics-evaluateasyncconcisebody", + "title": "Runtime Semantics: EvaluateAsyncConciseBody", + "level": 3, + "number": "15.9.3" + }, + { + "id": "sec-runtime-semantics-instantiateasyncarrowfunctionexpression", + "title": "Runtime Semantics: InstantiateAsyncArrowFunctionExpression", + "level": 3, + "number": "15.9.4" + }, + { + "id": "sec-async-arrow-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "15.9.5" + }, + { + "id": "sec-tail-position-calls", + "title": "Tail Position Calls", + "level": 2, + "number": "15.10" + }, + { + "id": "sec-isintailposition", + "title": "Static Semantics: IsInTailPosition ( call )", + "level": 3, + "number": "15.10.1" + }, + { + "id": "sec-static-semantics-hascallintailposition", + "title": "Static Semantics: HasCallInTailPosition", + "level": 3, + "number": "15.10.2" + }, + { + "id": "sec-statement-rules", + "title": "Statement Rules", + "level": 4, + "number": "15.10.2.1" + }, + { + "id": "sec-expression-rules", + "title": "Expression Rules", + "level": 4, + "number": "15.10.2.2" + }, + { + "id": "sec-preparefortailcall", + "title": "PrepareForTailCall ( )", + "level": 3, + "number": "15.10.3" + }, + { + "id": "sec-ecmascript-language-scripts-and-modules", + "title": "ECMAScript Language: Scripts and Modules", + "level": 1, + "number": "16" + }, + { + "id": "sec-scripts", + "title": "Scripts", + "level": 2, + "number": "16.1" + }, + { + "id": "sec-scripts-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "16.1.1" + }, + { + "id": "sec-static-semantics-isstrict", + "title": "Static Semantics: IsStrict", + "level": 3, + "number": "16.1.2" + }, + { + "id": "sec-script-semantics-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "16.1.3" + }, + { + "id": "sec-script-records", + "title": "Script Records", + "level": 3, + "number": "16.1.4" + }, + { + "id": "sec-parse-script", + "title": "ParseScript ( sourceText, realm, hostDefined )", + "level": 3, + "number": "16.1.5" + }, + { + "id": "sec-runtime-semantics-scriptevaluation", + "title": "ScriptEvaluation ( scriptRecord )", + "level": 3, + "number": "16.1.6" + }, + { + "id": "sec-globaldeclarationinstantiation", + "title": "GlobalDeclarationInstantiation ( script, env )", + "level": 3, + "number": "16.1.7" + }, + { + "id": "sec-modules", + "title": "Modules", + "level": 2, + "number": "16.2" + }, + { + "id": "sec-module-semantics", + "title": "Module Semantics", + "level": 3, + "number": "16.2.1" + }, + { + "id": "sec-module-semantics-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "16.2.1.1" + }, + { + "id": "sec-importedlocalnames", + "title": "Static Semantics: ImportedLocalNames ( importEntries )", + "level": 4, + "number": "16.2.1.2" + }, + { + "id": "sec-static-semantics-modulerequests", + "title": "Static Semantics: ModuleRequests", + "level": 4, + "number": "16.2.1.3" + }, + { + "id": "sec-abstract-module-records", + "title": "Abstract Module Records", + "level": 4, + "number": "16.2.1.4" + }, + { + "id": "sec-cyclic-module-records", + "title": "Cyclic Module Records", + "level": 4, + "number": "16.2.1.5" + }, + { + "id": "sec-moduledeclarationlinking", + "title": "Link ( ) Concrete Method", + "level": 5, + "number": "16.2.1.5.1" + }, + { + "id": "sec-InnerModuleLinking", + "title": "InnerModuleLinking ( module, stack, index )", + "level": 6, + "number": "16.2.1.5.1.1" + }, + { + "id": "sec-moduleevaluation", + "title": "Evaluate ( ) Concrete Method", + "level": 5, + "number": "16.2.1.5.2" + }, + { + "id": "sec-innermoduleevaluation", + "title": "InnerModuleEvaluation ( module, stack, index )", + "level": 6, + "number": "16.2.1.5.2.1" + }, + { + "id": "sec-example-cyclic-module-record-graphs", + "title": "Example Cyclic Module Record Graphs", + "level": 5, + "number": "16.2.1.5.3" + }, + { + "id": "sec-source-text-module-records", + "title": "Source Text Module Records", + "level": 4, + "number": "16.2.1.6" + }, + { + "id": "sec-parsemodule", + "title": "ParseModule ( sourceText, realm, hostDefined )", + "level": 5, + "number": "16.2.1.6.1" + }, + { + "id": "sec-getexportednames", + "title": "GetExportedNames ( [ exportStarSet ] ) Concrete Method", + "level": 5, + "number": "16.2.1.6.2" + }, + { + "id": "sec-resolveexport", + "title": "ResolveExport ( exportName [ , resolveSet ] ) Concrete Method", + "level": 5, + "number": "16.2.1.6.3" + }, + { + "id": "sec-source-text-module-record-initialize-environment", + "title": "InitializeEnvironment ( ) Concrete Method", + "level": 5, + "number": "16.2.1.6.4" + }, + { + "id": "sec-source-text-module-record-execute-module", + "title": "ExecuteModule ( ) Concrete Method", + "level": 5, + "number": "16.2.1.6.5" + }, + { + "id": "sec-hostresolveimportedmodule", + "title": "HostResolveImportedModule ( referencingScriptOrModule, specifier )", + "level": 4, + "number": "16.2.1.7" + }, + { + "id": "sec-hostimportmoduledynamically", + "title": "HostImportModuleDynamically ( referencingScriptOrModule, specifier, promiseCapability )", + "level": 4, + "number": "16.2.1.8" + }, + { + "id": "sec-finishdynamicimport", + "title": "FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, completion )", + "level": 4, + "number": "16.2.1.9" + }, + { + "id": "sec-getmodulenamespace", + "title": "GetModuleNamespace ( module )", + "level": 4, + "number": "16.2.1.10" + }, + { + "id": "sec-module-semantics-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "16.2.1.11" + }, + { + "id": "sec-imports", + "title": "Imports", + "level": 3, + "number": "16.2.2" + }, + { + "id": "sec-imports-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "16.2.2.1" + }, + { + "id": "sec-static-semantics-importentries", + "title": "Static Semantics: ImportEntries", + "level": 4, + "number": "16.2.2.2" + }, + { + "id": "sec-static-semantics-importentriesformodule", + "title": "Static Semantics: ImportEntriesForModule", + "level": 4, + "number": "16.2.2.3" + }, + { + "id": "sec-exports", + "title": "Exports", + "level": 3, + "number": "16.2.3" + }, + { + "id": "sec-exports-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "16.2.3.1" + }, + { + "id": "sec-static-semantics-exportedbindings", + "title": "Static Semantics: ExportedBindings", + "level": 4, + "number": "16.2.3.2" + }, + { + "id": "sec-static-semantics-exportednames", + "title": "Static Semantics: ExportedNames", + "level": 4, + "number": "16.2.3.3" + }, + { + "id": "sec-static-semantics-exportentries", + "title": "Static Semantics: ExportEntries", + "level": 4, + "number": "16.2.3.4" + }, + { + "id": "sec-static-semantics-exportentriesformodule", + "title": "Static Semantics: ExportEntriesForModule", + "level": 4, + "number": "16.2.3.5" + }, + { + "id": "sec-static-semantics-referencedbindings", + "title": "Static Semantics: ReferencedBindings", + "level": 4, + "number": "16.2.3.6" + }, + { + "id": "sec-exports-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 4, + "number": "16.2.3.7" + }, + { + "id": "sec-error-handling-and-language-extensions", + "title": "Error Handling and Language Extensions", + "level": 1, + "number": "17" + }, + { + "id": "sec-forbidden-extensions", + "title": "Forbidden Extensions", + "level": 2, + "number": "17.1" + }, + { + "id": "sec-ecmascript-standard-built-in-objects", + "title": "ECMAScript Standard Built-in Objects", + "level": 1, + "number": "18" + }, + { + "id": "sec-global-object", + "title": "The Global Object", + "level": 1, + "number": "19" + }, + { + "id": "sec-value-properties-of-the-global-object", + "title": "Value Properties of the Global Object", + "level": 2, + "number": "19.1" + }, + { + "id": "sec-globalthis", + "title": "globalThis", + "level": 3, + "number": "19.1.1" + }, + { + "id": "sec-value-properties-of-the-global-object-infinity", + "title": "Infinity", + "level": 3, + "number": "19.1.2" + }, + { + "id": "sec-value-properties-of-the-global-object-nan", + "title": "NaN", + "level": 3, + "number": "19.1.3" + }, + { + "id": "sec-undefined", + "title": "undefined", + "level": 3, + "number": "19.1.4" + }, + { + "id": "sec-function-properties-of-the-global-object", + "title": "Function Properties of the Global Object", + "level": 2, + "number": "19.2" + }, + { + "id": "sec-eval-x", + "title": "eval ( x )", + "level": 3, + "number": "19.2.1" + }, + { + "id": "sec-performeval", + "title": "PerformEval ( x, callerRealm, strictCaller, direct )", + "level": 4, + "number": "19.2.1.1" + }, + { + "id": "sec-hostensurecancompilestrings", + "title": "HostEnsureCanCompileStrings ( callerRealm, calleeRealm )", + "level": 4, + "number": "19.2.1.2" + }, + { + "id": "sec-evaldeclarationinstantiation", + "title": "EvalDeclarationInstantiation ( body, varEnv, lexEnv, strict )", + "level": 4, + "number": "19.2.1.3" + }, + { + "id": "sec-isfinite-number", + "title": "isFinite ( number )", + "level": 3, + "number": "19.2.2" + }, + { + "id": "sec-isnan-number", + "title": "isNaN ( number )", + "level": 3, + "number": "19.2.3" + }, + { + "id": "sec-parsefloat-string", + "title": "parseFloat ( string )", + "level": 3, + "number": "19.2.4" + }, + { + "id": "sec-parseint-string-radix", + "title": "parseInt ( string, radix )", + "level": 3, + "number": "19.2.5" + }, + { + "id": "sec-uri-handling-functions", + "title": "URI Handling Functions", + "level": 3, + "number": "19.2.6" + }, + { + "id": "sec-uri-syntax-and-semantics", + "title": "URI Syntax and Semantics", + "level": 4, + "number": "19.2.6.1" + }, + { + "id": "sec-encode", + "title": "Encode ( string, unescapedSet )", + "level": 5, + "number": "19.2.6.1.1" + }, + { + "id": "sec-decode", + "title": "Decode ( string, reservedSet )", + "level": 5, + "number": "19.2.6.1.2" + }, + { + "id": "sec-decodeuri-encodeduri", + "title": "decodeURI ( encodedURI )", + "level": 4, + "number": "19.2.6.2" + }, + { + "id": "sec-decodeuricomponent-encodeduricomponent", + "title": "decodeURIComponent ( encodedURIComponent )", + "level": 4, + "number": "19.2.6.3" + }, + { + "id": "sec-encodeuri-uri", + "title": "encodeURI ( uri )", + "level": 4, + "number": "19.2.6.4" + }, + { + "id": "sec-encodeuricomponent-uricomponent", + "title": "encodeURIComponent ( uriComponent )", + "level": 4, + "number": "19.2.6.5" + }, + { + "id": "sec-constructor-properties-of-the-global-object", + "title": "Constructor Properties of the Global Object", + "level": 2, + "number": "19.3" + }, + { + "id": "sec-constructor-properties-of-the-global-object-array", + "title": "Array ( . . . )", + "level": 3, + "number": "19.3.1" + }, + { + "id": "sec-constructor-properties-of-the-global-object-arraybuffer", + "title": "ArrayBuffer ( . . . )", + "level": 3, + "number": "19.3.2" + }, + { + "id": "sec-constructor-properties-of-the-global-object-bigint", + "title": "BigInt ( . . . )", + "level": 3, + "number": "19.3.3" + }, + { + "id": "sec-constructor-properties-of-the-global-object-bigint64array", + "title": "BigInt64Array ( . . . )", + "level": 3, + "number": "19.3.4" + }, + { + "id": "sec-constructor-properties-of-the-global-object-biguint64array", + "title": "BigUint64Array ( . . . )", + "level": 3, + "number": "19.3.5" + }, + { + "id": "sec-constructor-properties-of-the-global-object-boolean", + "title": "Boolean ( . . . )", + "level": 3, + "number": "19.3.6" + }, + { + "id": "sec-constructor-properties-of-the-global-object-dataview", + "title": "DataView ( . . . )", + "level": 3, + "number": "19.3.7" + }, + { + "id": "sec-constructor-properties-of-the-global-object-date", + "title": "Date ( . . . )", + "level": 3, + "number": "19.3.8" + }, + { + "id": "sec-constructor-properties-of-the-global-object-error", + "title": "Error ( . . . )", + "level": 3, + "number": "19.3.9" + }, + { + "id": "sec-constructor-properties-of-the-global-object-evalerror", + "title": "EvalError ( . . . )", + "level": 3, + "number": "19.3.10" + }, + { + "id": "sec-constructor-properties-of-the-global-object-finnalization-registry", + "title": "FinalizationRegistry ( . . . )", + "level": 3, + "number": "19.3.11" + }, + { + "id": "sec-float32array", + "title": "Float32Array ( . . . )", + "level": 3, + "number": "19.3.12" + }, + { + "id": "sec-float64array", + "title": "Float64Array ( . . . )", + "level": 3, + "number": "19.3.13" + }, + { + "id": "sec-constructor-properties-of-the-global-object-function", + "title": "Function ( . . . )", + "level": 3, + "number": "19.3.14" + }, + { + "id": "sec-int8array", + "title": "Int8Array ( . . . )", + "level": 3, + "number": "19.3.15" + }, + { + "id": "sec-int16array", + "title": "Int16Array ( . . . )", + "level": 3, + "number": "19.3.16" + }, + { + "id": "sec-int32array", + "title": "Int32Array ( . . . )", + "level": 3, + "number": "19.3.17" + }, + { + "id": "sec-map", + "title": "Map ( . . . )", + "level": 3, + "number": "19.3.18" + }, + { + "id": "sec-constructor-properties-of-the-global-object-number", + "title": "Number ( . . . )", + "level": 3, + "number": "19.3.19" + }, + { + "id": "sec-constructor-properties-of-the-global-object-object", + "title": "Object ( . . . )", + "level": 3, + "number": "19.3.20" + }, + { + "id": "sec-constructor-properties-of-the-global-object-promise", + "title": "Promise ( . . . )", + "level": 3, + "number": "19.3.21" + }, + { + "id": "sec-constructor-properties-of-the-global-object-proxy", + "title": "Proxy ( . . . )", + "level": 3, + "number": "19.3.22" + }, + { + "id": "sec-constructor-properties-of-the-global-object-rangeerror", + "title": "RangeError ( . . . )", + "level": 3, + "number": "19.3.23" + }, + { + "id": "sec-constructor-properties-of-the-global-object-referenceerror", + "title": "ReferenceError ( . . . )", + "level": 3, + "number": "19.3.24" + }, + { + "id": "sec-constructor-properties-of-the-global-object-regexp", + "title": "RegExp ( . . . )", + "level": 3, + "number": "19.3.25" + }, + { + "id": "sec-set", + "title": "Set ( . . . )", + "level": 3, + "number": "19.3.26" + }, + { + "id": "sec-constructor-properties-of-the-global-object-sharedarraybuffer", + "title": "SharedArrayBuffer ( . . . )", + "level": 3, + "number": "19.3.27" + }, + { + "id": "sec-constructor-properties-of-the-global-object-string", + "title": "String ( . . . )", + "level": 3, + "number": "19.3.28" + }, + { + "id": "sec-constructor-properties-of-the-global-object-symbol", + "title": "Symbol ( . . . )", + "level": 3, + "number": "19.3.29" + }, + { + "id": "sec-constructor-properties-of-the-global-object-syntaxerror", + "title": "SyntaxError ( . . . )", + "level": 3, + "number": "19.3.30" + }, + { + "id": "sec-constructor-properties-of-the-global-object-typeerror", + "title": "TypeError ( . . . )", + "level": 3, + "number": "19.3.31" + }, + { + "id": "sec-uint8array", + "title": "Uint8Array ( . . . )", + "level": 3, + "number": "19.3.32" + }, + { + "id": "sec-uint8clampedarray", + "title": "Uint8ClampedArray ( . . . )", + "level": 3, + "number": "19.3.33" + }, + { + "id": "sec-uint16array", + "title": "Uint16Array ( . . . )", + "level": 3, + "number": "19.3.34" + }, + { + "id": "sec-uint32array", + "title": "Uint32Array ( . . . )", + "level": 3, + "number": "19.3.35" + }, + { + "id": "sec-constructor-properties-of-the-global-object-urierror", + "title": "URIError ( . . . )", + "level": 3, + "number": "19.3.36" + }, + { + "id": "sec-constructor-properties-of-the-global-object-weakmap", + "title": "WeakMap ( . . . )", + "level": 3, + "number": "19.3.37" + }, + { + "id": "sec-constructor-properties-of-the-global-object-weakref", + "title": "WeakRef ( . . . )", + "level": 3, + "number": "19.3.38" + }, + { + "id": "sec-constructor-properties-of-the-global-object-weakset", + "title": "WeakSet ( . . . )", + "level": 3, + "number": "19.3.39" + }, + { + "id": "sec-other-properties-of-the-global-object", + "title": "Other Properties of the Global Object", + "level": 2, + "number": "19.4" + }, + { + "id": "sec-atomics", + "title": "Atomics", + "level": 3, + "number": "19.4.1" + }, + { + "id": "sec-json", + "title": "JSON", + "level": 3, + "number": "19.4.2" + }, + { + "id": "sec-math", + "title": "Math", + "level": 3, + "number": "19.4.3" + }, + { + "id": "sec-reflect", + "title": "Reflect", + "level": 3, + "number": "19.4.4" + }, + { + "id": "sec-fundamental-objects", + "title": "Fundamental Objects", + "level": 1, + "number": "20" + }, + { + "id": "sec-object-objects", + "title": "Object Objects", + "level": 2, + "number": "20.1" + }, + { + "id": "sec-object-constructor", + "title": "The Object Constructor", + "level": 3, + "number": "20.1.1" + }, + { + "id": "sec-object-value", + "title": "Object ( [ value ] )", + "level": 4, + "number": "20.1.1.1" + }, + { + "id": "sec-properties-of-the-object-constructor", + "title": "Properties of the Object Constructor", + "level": 3, + "number": "20.1.2" + }, + { + "id": "sec-object.assign", + "title": "Object.assign ( target, ...sources )", + "level": 4, + "number": "20.1.2.1" + }, + { + "id": "sec-object.create", + "title": "Object.create ( O, Properties )", + "level": 4, + "number": "20.1.2.2" + }, + { + "id": "sec-object.defineproperties", + "title": "Object.defineProperties ( O, Properties )", + "level": 4, + "number": "20.1.2.3" + }, + { + "id": "sec-objectdefineproperties", + "title": "ObjectDefineProperties ( O, Properties )", + "level": 5, + "number": "20.1.2.3.1" + }, + { + "id": "sec-object.defineproperty", + "title": "Object.defineProperty ( O, P, Attributes )", + "level": 4, + "number": "20.1.2.4" + }, + { + "id": "sec-object.entries", + "title": "Object.entries ( O )", + "level": 4, + "number": "20.1.2.5" + }, + { + "id": "sec-object.freeze", + "title": "Object.freeze ( O )", + "level": 4, + "number": "20.1.2.6" + }, + { + "id": "sec-object.fromentries", + "title": "Object.fromEntries ( iterable )", + "level": 4, + "number": "20.1.2.7" + }, + { + "id": "sec-create-data-property-on-object-functions", + "title": "CreateDataPropertyOnObject Functions", + "level": 5, + "number": "20.1.2.7.1" + }, + { + "id": "sec-object.getownpropertydescriptor", + "title": "Object.getOwnPropertyDescriptor ( O, P )", + "level": 4, + "number": "20.1.2.8" + }, + { + "id": "sec-object.getownpropertydescriptors", + "title": "Object.getOwnPropertyDescriptors ( O )", + "level": 4, + "number": "20.1.2.9" + }, + { + "id": "sec-object.getownpropertynames", + "title": "Object.getOwnPropertyNames ( O )", + "level": 4, + "number": "20.1.2.10" + }, + { + "id": "sec-object.getownpropertysymbols", + "title": "Object.getOwnPropertySymbols ( O )", + "level": 4, + "number": "20.1.2.11" + }, + { + "id": "sec-getownpropertykeys", + "title": "GetOwnPropertyKeys ( O, type )", + "level": 5, + "number": "20.1.2.11.1" + }, + { + "id": "sec-object.getprototypeof", + "title": "Object.getPrototypeOf ( O )", + "level": 4, + "number": "20.1.2.12" + }, + { + "id": "sec-object.is", + "title": "Object.is ( value1, value2 )", + "level": 4, + "number": "20.1.2.13" + }, + { + "id": "sec-object.isextensible", + "title": "Object.isExtensible ( O )", + "level": 4, + "number": "20.1.2.14" + }, + { + "id": "sec-object.isfrozen", + "title": "Object.isFrozen ( O )", + "level": 4, + "number": "20.1.2.15" + }, + { + "id": "sec-object.issealed", + "title": "Object.isSealed ( O )", + "level": 4, + "number": "20.1.2.16" + }, + { + "id": "sec-object.keys", + "title": "Object.keys ( O )", + "level": 4, + "number": "20.1.2.17" + }, + { + "id": "sec-object.preventextensions", + "title": "Object.preventExtensions ( O )", + "level": 4, + "number": "20.1.2.18" + }, + { + "id": "sec-object.prototype", + "title": "Object.prototype", + "level": 4, + "number": "20.1.2.19" + }, + { + "id": "sec-object.seal", + "title": "Object.seal ( O )", + "level": 4, + "number": "20.1.2.20" + }, + { + "id": "sec-object.setprototypeof", + "title": "Object.setPrototypeOf ( O, proto )", + "level": 4, + "number": "20.1.2.21" + }, + { + "id": "sec-object.values", + "title": "Object.values ( O )", + "level": 4, + "number": "20.1.2.22" + }, + { + "id": "sec-properties-of-the-object-prototype-object", + "title": "Properties of the Object Prototype Object", + "level": 3, + "number": "20.1.3" + }, + { + "id": "sec-object.prototype.constructor", + "title": "Object.prototype.constructor", + "level": 4, + "number": "20.1.3.1" + }, + { + "id": "sec-object.prototype.hasownproperty", + "title": "Object.prototype.hasOwnProperty ( V )", + "level": 4, + "number": "20.1.3.2" + }, + { + "id": "sec-object.prototype.isprototypeof", + "title": "Object.prototype.isPrototypeOf ( V )", + "level": 4, + "number": "20.1.3.3" + }, + { + "id": "sec-object.prototype.propertyisenumerable", + "title": "Object.prototype.propertyIsEnumerable ( V )", + "level": 4, + "number": "20.1.3.4" + }, + { + "id": "sec-object.prototype.tolocalestring", + "title": "Object.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "20.1.3.5" + }, + { + "id": "sec-object.prototype.tostring", + "title": "Object.prototype.toString ( )", + "level": 4, + "number": "20.1.3.6" + }, + { + "id": "sec-object.prototype.valueof", + "title": "Object.prototype.valueOf ( )", + "level": 4, + "number": "20.1.3.7" + }, + { + "id": "sec-properties-of-object-instances", + "title": "Properties of Object Instances", + "level": 3, + "number": "20.1.4" + }, + { + "id": "sec-function-objects", + "title": "Function Objects", + "level": 2, + "number": "20.2" + }, + { + "id": "sec-function-constructor", + "title": "The Function Constructor", + "level": 3, + "number": "20.2.1" + }, + { + "id": "sec-function-p1-p2-pn-body", + "title": "Function ( p1, p2, ā€¦ , pn, body )", + "level": 4, + "number": "20.2.1.1" + }, + { + "id": "sec-createdynamicfunction", + "title": "CreateDynamicFunction ( constructor, newTarget, kind, args )", + "level": 5, + "number": "20.2.1.1.1" + }, + { + "id": "sec-properties-of-the-function-constructor", + "title": "Properties of the Function Constructor", + "level": 3, + "number": "20.2.2" + }, + { + "id": "sec-function.length", + "title": "Function.length", + "level": 4, + "number": "20.2.2.1" + }, + { + "id": "sec-function.prototype", + "title": "Function.prototype", + "level": 4, + "number": "20.2.2.2" + }, + { + "id": "sec-properties-of-the-function-prototype-object", + "title": "Properties of the Function Prototype Object", + "level": 3, + "number": "20.2.3" + }, + { + "id": "sec-function.prototype.apply", + "title": "Function.prototype.apply ( thisArg, argArray )", + "level": 4, + "number": "20.2.3.1" + }, + { + "id": "sec-function.prototype.bind", + "title": "Function.prototype.bind ( thisArg, ...args )", + "level": 4, + "number": "20.2.3.2" + }, + { + "id": "sec-function.prototype.call", + "title": "Function.prototype.call ( thisArg, ...args )", + "level": 4, + "number": "20.2.3.3" + }, + { + "id": "sec-function.prototype.constructor", + "title": "Function.prototype.constructor", + "level": 4, + "number": "20.2.3.4" + }, + { + "id": "sec-function.prototype.tostring", + "title": "Function.prototype.toString ( )", + "level": 4, + "number": "20.2.3.5" + }, + { + "id": "sec-function.prototype-@@hasinstance", + "title": "Function.prototype [ @@hasInstance ] ( V )", + "level": 4, + "number": "20.2.3.6" + }, + { + "id": "sec-function-instances", + "title": "Function Instances", + "level": 3, + "number": "20.2.4" + }, + { + "id": "sec-function-instances-length", + "title": "length", + "level": 4, + "number": "20.2.4.1" + }, + { + "id": "sec-function-instances-name", + "title": "name", + "level": 4, + "number": "20.2.4.2" + }, + { + "id": "sec-function-instances-prototype", + "title": "prototype", + "level": 4, + "number": "20.2.4.3" + }, + { + "id": "sec-hosthassourcetextavailable", + "title": "HostHasSourceTextAvailable ( func )", + "level": 3, + "number": "20.2.5" + }, + { + "id": "sec-boolean-objects", + "title": "Boolean Objects", + "level": 2, + "number": "20.3" + }, + { + "id": "sec-boolean-constructor", + "title": "The Boolean Constructor", + "level": 3, + "number": "20.3.1" + }, + { + "id": "sec-boolean-constructor-boolean-value", + "title": "Boolean ( value )", + "level": 4, + "number": "20.3.1.1" + }, + { + "id": "sec-properties-of-the-boolean-constructor", + "title": "Properties of the Boolean Constructor", + "level": 3, + "number": "20.3.2" + }, + { + "id": "sec-boolean.prototype", + "title": "Boolean.prototype", + "level": 4, + "number": "20.3.2.1" + }, + { + "id": "sec-properties-of-the-boolean-prototype-object", + "title": "Properties of the Boolean Prototype Object", + "level": 3, + "number": "20.3.3" + }, + { + "id": "sec-boolean.prototype.constructor", + "title": "Boolean.prototype.constructor", + "level": 4, + "number": "20.3.3.1" + }, + { + "id": "sec-boolean.prototype.tostring", + "title": "Boolean.prototype.toString ( )", + "level": 4, + "number": "20.3.3.2" + }, + { + "id": "sec-boolean.prototype.valueof", + "title": "Boolean.prototype.valueOf ( )", + "level": 4, + "number": "20.3.3.3" + }, + { + "id": "sec-properties-of-boolean-instances", + "title": "Properties of Boolean Instances", + "level": 3, + "number": "20.3.4" + }, + { + "id": "sec-symbol-objects", + "title": "Symbol Objects", + "level": 2, + "number": "20.4" + }, + { + "id": "sec-symbol-constructor", + "title": "The Symbol Constructor", + "level": 3, + "number": "20.4.1" + }, + { + "id": "sec-symbol-description", + "title": "Symbol ( [ description ] )", + "level": 4, + "number": "20.4.1.1" + }, + { + "id": "sec-properties-of-the-symbol-constructor", + "title": "Properties of the Symbol Constructor", + "level": 3, + "number": "20.4.2" + }, + { + "id": "sec-symbol.asynciterator", + "title": "Symbol.asyncIterator", + "level": 4, + "number": "20.4.2.1" + }, + { + "id": "sec-symbol.for", + "title": "Symbol.for ( key )", + "level": 4, + "number": "20.4.2.2" + }, + { + "id": "sec-symbol.hasinstance", + "title": "Symbol.hasInstance", + "level": 4, + "number": "20.4.2.3" + }, + { + "id": "sec-symbol.isconcatspreadable", + "title": "Symbol.isConcatSpreadable", + "level": 4, + "number": "20.4.2.4" + }, + { + "id": "sec-symbol.iterator", + "title": "Symbol.iterator", + "level": 4, + "number": "20.4.2.5" + }, + { + "id": "sec-symbol.keyfor", + "title": "Symbol.keyFor ( sym )", + "level": 4, + "number": "20.4.2.6" + }, + { + "id": "sec-symbol.match", + "title": "Symbol.match", + "level": 4, + "number": "20.4.2.7" + }, + { + "id": "sec-symbol.matchall", + "title": "Symbol.matchAll", + "level": 4, + "number": "20.4.2.8" + }, + { + "id": "sec-symbol.prototype", + "title": "Symbol.prototype", + "level": 4, + "number": "20.4.2.9" + }, + { + "id": "sec-symbol.replace", + "title": "Symbol.replace", + "level": 4, + "number": "20.4.2.10" + }, + { + "id": "sec-symbol.search", + "title": "Symbol.search", + "level": 4, + "number": "20.4.2.11" + }, + { + "id": "sec-symbol.species", + "title": "Symbol.species", + "level": 4, + "number": "20.4.2.12" + }, + { + "id": "sec-symbol.split", + "title": "Symbol.split", + "level": 4, + "number": "20.4.2.13" + }, + { + "id": "sec-symbol.toprimitive", + "title": "Symbol.toPrimitive", + "level": 4, + "number": "20.4.2.14" + }, + { + "id": "sec-symbol.tostringtag", + "title": "Symbol.toStringTag", + "level": 4, + "number": "20.4.2.15" + }, + { + "id": "sec-symbol.unscopables", + "title": "Symbol.unscopables", + "level": 4, + "number": "20.4.2.16" + }, + { + "id": "sec-properties-of-the-symbol-prototype-object", + "title": "Properties of the Symbol Prototype Object", + "level": 3, + "number": "20.4.3" + }, + { + "id": "sec-symbol.prototype.constructor", + "title": "Symbol.prototype.constructor", + "level": 4, + "number": "20.4.3.1" + }, + { + "id": "sec-symbol.prototype.description", + "title": "get Symbol.prototype.description", + "level": 4, + "number": "20.4.3.2" + }, + { + "id": "sec-symbol.prototype.tostring", + "title": "Symbol.prototype.toString ( )", + "level": 4, + "number": "20.4.3.3" + }, + { + "id": "sec-symboldescriptivestring", + "title": "SymbolDescriptiveString ( sym )", + "level": 5, + "number": "20.4.3.3.1" + }, + { + "id": "sec-symbol.prototype.valueof", + "title": "Symbol.prototype.valueOf ( )", + "level": 4, + "number": "20.4.3.4" + }, + { + "id": "sec-symbol.prototype-@@toprimitive", + "title": "Symbol.prototype [ @@toPrimitive ] ( hint )", + "level": 4, + "number": "20.4.3.5" + }, + { + "id": "sec-symbol.prototype-@@tostringtag", + "title": "Symbol.prototype [ @@toStringTag ]", + "level": 4, + "number": "20.4.3.6" + }, + { + "id": "sec-properties-of-symbol-instances", + "title": "Properties of Symbol Instances", + "level": 3, + "number": "20.4.4" + }, + { + "id": "sec-error-objects", + "title": "Error Objects", + "level": 2, + "number": "20.5" + }, + { + "id": "sec-error-constructor", + "title": "The Error Constructor", + "level": 3, + "number": "20.5.1" + }, + { + "id": "sec-error-message", + "title": "Error ( message )", + "level": 4, + "number": "20.5.1.1" + }, + { + "id": "sec-properties-of-the-error-constructor", + "title": "Properties of the Error Constructor", + "level": 3, + "number": "20.5.2" + }, + { + "id": "sec-error.prototype", + "title": "Error.prototype", + "level": 4, + "number": "20.5.2.1" + }, + { + "id": "sec-properties-of-the-error-prototype-object", + "title": "Properties of the Error Prototype Object", + "level": 3, + "number": "20.5.3" + }, + { + "id": "sec-error.prototype.constructor", + "title": "Error.prototype.constructor", + "level": 4, + "number": "20.5.3.1" + }, + { + "id": "sec-error.prototype.message", + "title": "Error.prototype.message", + "level": 4, + "number": "20.5.3.2" + }, + { + "id": "sec-error.prototype.name", + "title": "Error.prototype.name", + "level": 4, + "number": "20.5.3.3" + }, + { + "id": "sec-error.prototype.tostring", + "title": "Error.prototype.toString ( )", + "level": 4, + "number": "20.5.3.4" + }, + { + "id": "sec-properties-of-error-instances", + "title": "Properties of Error Instances", + "level": 3, + "number": "20.5.4" + }, + { + "id": "sec-native-error-types-used-in-this-standard", + "title": "Native Error Types Used in This Standard", + "level": 3, + "number": "20.5.5" + }, + { + "id": "sec-native-error-types-used-in-this-standard-evalerror", + "title": "EvalError", + "level": 4, + "number": "20.5.5.1" + }, + { + "id": "sec-native-error-types-used-in-this-standard-rangeerror", + "title": "RangeError", + "level": 4, + "number": "20.5.5.2" + }, + { + "id": "sec-native-error-types-used-in-this-standard-referenceerror", + "title": "ReferenceError", + "level": 4, + "number": "20.5.5.3" + }, + { + "id": "sec-native-error-types-used-in-this-standard-syntaxerror", + "title": "SyntaxError", + "level": 4, + "number": "20.5.5.4" + }, + { + "id": "sec-native-error-types-used-in-this-standard-typeerror", + "title": "TypeError", + "level": 4, + "number": "20.5.5.5" + }, + { + "id": "sec-native-error-types-used-in-this-standard-urierror", + "title": "URIError", + "level": 4, + "number": "20.5.5.6" + }, + { + "id": "sec-nativeerror-object-structure", + "title": "NativeError Object Structure", + "level": 3, + "number": "20.5.6" + }, + { + "id": "sec-nativeerror-constructors", + "title": "The NativeError Constructors", + "level": 4, + "number": "20.5.6.1" + }, + { + "id": "sec-nativeerror", + "title": "NativeError ( message )", + "level": 5, + "number": "20.5.6.1.1" + }, + { + "id": "sec-properties-of-the-nativeerror-constructors", + "title": "Properties of the NativeError Constructors", + "level": 4, + "number": "20.5.6.2" + }, + { + "id": "sec-nativeerror.prototype", + "title": "NativeError.prototype", + "level": 5, + "number": "20.5.6.2.1" + }, + { + "id": "sec-properties-of-the-nativeerror-prototype-objects", + "title": "Properties of the NativeError Prototype Objects", + "level": 4, + "number": "20.5.6.3" + }, + { + "id": "sec-nativeerror.prototype.constructor", + "title": "NativeError.prototype.constructor", + "level": 5, + "number": "20.5.6.3.1" + }, + { + "id": "sec-nativeerror.prototype.message", + "title": "NativeError.prototype.message", + "level": 5, + "number": "20.5.6.3.2" + }, + { + "id": "sec-nativeerror.prototype.name", + "title": "NativeError.prototype.name", + "level": 5, + "number": "20.5.6.3.3" + }, + { + "id": "sec-properties-of-nativeerror-instances", + "title": "Properties of NativeError Instances", + "level": 4, + "number": "20.5.6.4" + }, + { + "id": "sec-aggregate-error-objects", + "title": "AggregateError Objects", + "level": 3, + "number": "20.5.7" + }, + { + "id": "sec-aggregate-error-constructor", + "title": "The AggregateError Constructor", + "level": 4, + "number": "20.5.7.1" + }, + { + "id": "sec-aggregate-error", + "title": "AggregateError ( errors, message )", + "level": 5, + "number": "20.5.7.1.1" + }, + { + "id": "sec-properties-of-the-aggregate-error-constructors", + "title": "Properties of the AggregateError Constructor", + "level": 4, + "number": "20.5.7.2" + }, + { + "id": "sec-aggregate-error.prototype", + "title": "AggregateError.prototype", + "level": 5, + "number": "20.5.7.2.1" + }, + { + "id": "sec-properties-of-the-aggregate-error-prototype-objects", + "title": "Properties of the AggregateError Prototype Object", + "level": 4, + "number": "20.5.7.3" + }, + { + "id": "sec-aggregate-error.prototype.constructor", + "title": "AggregateError.prototype.constructor", + "level": 5, + "number": "20.5.7.3.1" + }, + { + "id": "sec-aggregate-error.prototype.message", + "title": "AggregateError.prototype.message", + "level": 5, + "number": "20.5.7.3.2" + }, + { + "id": "sec-aggregate-error.prototype.name", + "title": "AggregateError.prototype.name", + "level": 5, + "number": "20.5.7.3.3" + }, + { + "id": "sec-properties-of-aggregate-error-instances", + "title": "Properties of AggregateError Instances", + "level": 4, + "number": "20.5.7.4" + }, + { + "id": "sec-numbers-and-dates", + "title": "Numbers and Dates", + "level": 1, + "number": "21" + }, + { + "id": "sec-number-objects", + "title": "Number Objects", + "level": 2, + "number": "21.1" + }, + { + "id": "sec-number-constructor", + "title": "The Number Constructor", + "level": 3, + "number": "21.1.1" + }, + { + "id": "sec-number-constructor-number-value", + "title": "Number ( value )", + "level": 4, + "number": "21.1.1.1" + }, + { + "id": "sec-properties-of-the-number-constructor", + "title": "Properties of the Number Constructor", + "level": 3, + "number": "21.1.2" + }, + { + "id": "sec-number.epsilon", + "title": "Number.EPSILON", + "level": 4, + "number": "21.1.2.1" + }, + { + "id": "sec-number.isfinite", + "title": "Number.isFinite ( number )", + "level": 4, + "number": "21.1.2.2" + }, + { + "id": "sec-number.isinteger", + "title": "Number.isInteger ( number )", + "level": 4, + "number": "21.1.2.3" + }, + { + "id": "sec-number.isnan", + "title": "Number.isNaN ( number )", + "level": 4, + "number": "21.1.2.4" + }, + { + "id": "sec-number.issafeinteger", + "title": "Number.isSafeInteger ( number )", + "level": 4, + "number": "21.1.2.5" + }, + { + "id": "sec-number.max_safe_integer", + "title": "Number.MAX_SAFE_INTEGER", + "level": 4, + "number": "21.1.2.6" + }, + { + "id": "sec-number.max_value", + "title": "Number.MAX_VALUE", + "level": 4, + "number": "21.1.2.7" + }, + { + "id": "sec-number.min_safe_integer", + "title": "Number.MIN_SAFE_INTEGER", + "level": 4, + "number": "21.1.2.8" + }, + { + "id": "sec-number.min_value", + "title": "Number.MIN_VALUE", + "level": 4, + "number": "21.1.2.9" + }, + { + "id": "sec-number.nan", + "title": "Number.NaN", + "level": 4, + "number": "21.1.2.10" + }, + { + "id": "sec-number.negative_infinity", + "title": "Number.NEGATIVE_INFINITY", + "level": 4, + "number": "21.1.2.11" + }, + { + "id": "sec-number.parsefloat", + "title": "Number.parseFloat ( string )", + "level": 4, + "number": "21.1.2.12" + }, + { + "id": "sec-number.parseint", + "title": "Number.parseInt ( string, radix )", + "level": 4, + "number": "21.1.2.13" + }, + { + "id": "sec-number.positive_infinity", + "title": "Number.POSITIVE_INFINITY", + "level": 4, + "number": "21.1.2.14" + }, + { + "id": "sec-number.prototype", + "title": "Number.prototype", + "level": 4, + "number": "21.1.2.15" + }, + { + "id": "sec-properties-of-the-number-prototype-object", + "title": "Properties of the Number Prototype Object", + "level": 3, + "number": "21.1.3" + }, + { + "id": "sec-number.prototype.constructor", + "title": "Number.prototype.constructor", + "level": 4, + "number": "21.1.3.1" + }, + { + "id": "sec-number.prototype.toexponential", + "title": "Number.prototype.toExponential ( fractionDigits )", + "level": 4, + "number": "21.1.3.2" + }, + { + "id": "sec-number.prototype.tofixed", + "title": "Number.prototype.toFixed ( fractionDigits )", + "level": 4, + "number": "21.1.3.3" + }, + { + "id": "sec-number.prototype.tolocalestring", + "title": "Number.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "21.1.3.4" + }, + { + "id": "sec-number.prototype.toprecision", + "title": "Number.prototype.toPrecision ( precision )", + "level": 4, + "number": "21.1.3.5" + }, + { + "id": "sec-number.prototype.tostring", + "title": "Number.prototype.toString ( [ radix ] )", + "level": 4, + "number": "21.1.3.6" + }, + { + "id": "sec-number.prototype.valueof", + "title": "Number.prototype.valueOf ( )", + "level": 4, + "number": "21.1.3.7" + }, + { + "id": "sec-properties-of-number-instances", + "title": "Properties of Number Instances", + "level": 3, + "number": "21.1.4" + }, + { + "id": "sec-bigint-objects", + "title": "BigInt Objects", + "level": 2, + "number": "21.2" + }, + { + "id": "sec-bigint-constructor", + "title": "The BigInt Constructor", + "level": 3, + "number": "21.2.1" + }, + { + "id": "sec-bigint-constructor-number-value", + "title": "BigInt ( value )", + "level": 4, + "number": "21.2.1.1" + }, + { + "id": "sec-numbertobigint", + "title": "NumberToBigInt ( number )", + "level": 5, + "number": "21.2.1.1.1" + }, + { + "id": "sec-properties-of-the-bigint-constructor", + "title": "Properties of the BigInt Constructor", + "level": 3, + "number": "21.2.2" + }, + { + "id": "sec-bigint.asintn", + "title": "BigInt.asIntN ( bits, bigint )", + "level": 4, + "number": "21.2.2.1" + }, + { + "id": "sec-bigint.asuintn", + "title": "BigInt.asUintN ( bits, bigint )", + "level": 4, + "number": "21.2.2.2" + }, + { + "id": "sec-bigint.prototype", + "title": "BigInt.prototype", + "level": 4, + "number": "21.2.2.3" + }, + { + "id": "sec-properties-of-the-bigint-prototype-object", + "title": "Properties of the BigInt Prototype Object", + "level": 3, + "number": "21.2.3" + }, + { + "id": "sec-bigint.prototype.constructor", + "title": "BigInt.prototype.constructor", + "level": 4, + "number": "21.2.3.1" + }, + { + "id": "sec-bigint.prototype.tolocalestring", + "title": "BigInt.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "21.2.3.2" + }, + { + "id": "sec-bigint.prototype.tostring", + "title": "BigInt.prototype.toString ( [ radix ] )", + "level": 4, + "number": "21.2.3.3" + }, + { + "id": "sec-bigint.prototype.valueof", + "title": "BigInt.prototype.valueOf ( )", + "level": 4, + "number": "21.2.3.4" + }, + { + "id": "sec-bigint.prototype-@@tostringtag", + "title": "BigInt.prototype [ @@toStringTag ]", + "level": 4, + "number": "21.2.3.5" + }, + { + "id": "sec-math-object", + "title": "The Math Object", + "level": 2, + "number": "21.3" + }, + { + "id": "sec-value-properties-of-the-math-object", + "title": "Value Properties of the Math Object", + "level": 3, + "number": "21.3.1" + }, + { + "id": "sec-math.e", + "title": "Math.E", + "level": 4, + "number": "21.3.1.1" + }, + { + "id": "sec-math.ln10", + "title": "Math.LN10", + "level": 4, + "number": "21.3.1.2" + }, + { + "id": "sec-math.ln2", + "title": "Math.LN2", + "level": 4, + "number": "21.3.1.3" + }, + { + "id": "sec-math.log10e", + "title": "Math.LOG10E", + "level": 4, + "number": "21.3.1.4" + }, + { + "id": "sec-math.log2e", + "title": "Math.LOG2E", + "level": 4, + "number": "21.3.1.5" + }, + { + "id": "sec-math.pi", + "title": "Math.PI", + "level": 4, + "number": "21.3.1.6" + }, + { + "id": "sec-math.sqrt1_2", + "title": "Math.SQRT1_2", + "level": 4, + "number": "21.3.1.7" + }, + { + "id": "sec-math.sqrt2", + "title": "Math.SQRT2", + "level": 4, + "number": "21.3.1.8" + }, + { + "id": "sec-math-@@tostringtag", + "title": "Math [ @@toStringTag ]", + "level": 4, + "number": "21.3.1.9" + }, + { + "id": "sec-function-properties-of-the-math-object", + "title": "Function Properties of the Math Object", + "level": 3, + "number": "21.3.2" + }, + { + "id": "sec-math.abs", + "title": "Math.abs ( x )", + "level": 4, + "number": "21.3.2.1" + }, + { + "id": "sec-math.acos", + "title": "Math.acos ( x )", + "level": 4, + "number": "21.3.2.2" + }, + { + "id": "sec-math.acosh", + "title": "Math.acosh ( x )", + "level": 4, + "number": "21.3.2.3" + }, + { + "id": "sec-math.asin", + "title": "Math.asin ( x )", + "level": 4, + "number": "21.3.2.4" + }, + { + "id": "sec-math.asinh", + "title": "Math.asinh ( x )", + "level": 4, + "number": "21.3.2.5" + }, + { + "id": "sec-math.atan", + "title": "Math.atan ( x )", + "level": 4, + "number": "21.3.2.6" + }, + { + "id": "sec-math.atanh", + "title": "Math.atanh ( x )", + "level": 4, + "number": "21.3.2.7" + }, + { + "id": "sec-math.atan2", + "title": "Math.atan2 ( y, x )", + "level": 4, + "number": "21.3.2.8" + }, + { + "id": "sec-math.cbrt", + "title": "Math.cbrt ( x )", + "level": 4, + "number": "21.3.2.9" + }, + { + "id": "sec-math.ceil", + "title": "Math.ceil ( x )", + "level": 4, + "number": "21.3.2.10" + }, + { + "id": "sec-math.clz32", + "title": "Math.clz32 ( x )", + "level": 4, + "number": "21.3.2.11" + }, + { + "id": "sec-math.cos", + "title": "Math.cos ( x )", + "level": 4, + "number": "21.3.2.12" + }, + { + "id": "sec-math.cosh", + "title": "Math.cosh ( x )", + "level": 4, + "number": "21.3.2.13" + }, + { + "id": "sec-math.exp", + "title": "Math.exp ( x )", + "level": 4, + "number": "21.3.2.14" + }, + { + "id": "sec-math.expm1", + "title": "Math.expm1 ( x )", + "level": 4, + "number": "21.3.2.15" + }, + { + "id": "sec-math.floor", + "title": "Math.floor ( x )", + "level": 4, + "number": "21.3.2.16" + }, + { + "id": "sec-math.fround", + "title": "Math.fround ( x )", + "level": 4, + "number": "21.3.2.17" + }, + { + "id": "sec-math.hypot", + "title": "Math.hypot ( ...args )", + "level": 4, + "number": "21.3.2.18" + }, + { + "id": "sec-math.imul", + "title": "Math.imul ( x, y )", + "level": 4, + "number": "21.3.2.19" + }, + { + "id": "sec-math.log", + "title": "Math.log ( x )", + "level": 4, + "number": "21.3.2.20" + }, + { + "id": "sec-math.log1p", + "title": "Math.log1p ( x )", + "level": 4, + "number": "21.3.2.21" + }, + { + "id": "sec-math.log10", + "title": "Math.log10 ( x )", + "level": 4, + "number": "21.3.2.22" + }, + { + "id": "sec-math.log2", + "title": "Math.log2 ( x )", + "level": 4, + "number": "21.3.2.23" + }, + { + "id": "sec-math.max", + "title": "Math.max ( ...args )", + "level": 4, + "number": "21.3.2.24" + }, + { + "id": "sec-math.min", + "title": "Math.min ( ...args )", + "level": 4, + "number": "21.3.2.25" + }, + { + "id": "sec-math.pow", + "title": "Math.pow ( base, exponent )", + "level": 4, + "number": "21.3.2.26" + }, + { + "id": "sec-math.random", + "title": "Math.random ( )", + "level": 4, + "number": "21.3.2.27" + }, + { + "id": "sec-math.round", + "title": "Math.round ( x )", + "level": 4, + "number": "21.3.2.28" + }, + { + "id": "sec-math.sign", + "title": "Math.sign ( x )", + "level": 4, + "number": "21.3.2.29" + }, + { + "id": "sec-math.sin", + "title": "Math.sin ( x )", + "level": 4, + "number": "21.3.2.30" + }, + { + "id": "sec-math.sinh", + "title": "Math.sinh ( x )", + "level": 4, + "number": "21.3.2.31" + }, + { + "id": "sec-math.sqrt", + "title": "Math.sqrt ( x )", + "level": 4, + "number": "21.3.2.32" + }, + { + "id": "sec-math.tan", + "title": "Math.tan ( x )", + "level": 4, + "number": "21.3.2.33" + }, + { + "id": "sec-math.tanh", + "title": "Math.tanh ( x )", + "level": 4, + "number": "21.3.2.34" + }, + { + "id": "sec-math.trunc", + "title": "Math.trunc ( x )", + "level": 4, + "number": "21.3.2.35" + }, + { + "id": "sec-date-objects", + "title": "Date Objects", + "level": 2, + "number": "21.4" + }, + { + "id": "sec-overview-of-date-objects-and-definitions-of-abstract-operations", + "title": "Overview of Date Objects and Definitions of Abstract Operations", + "level": 3, + "number": "21.4.1" + }, + { + "id": "sec-time-values-and-time-range", + "title": "Time Values and Time Range", + "level": 4, + "number": "21.4.1.1" + }, + { + "id": "sec-day-number-and-time-within-day", + "title": "Day Number and Time within Day", + "level": 4, + "number": "21.4.1.2" + }, + { + "id": "sec-year-number", + "title": "Year Number", + "level": 4, + "number": "21.4.1.3" + }, + { + "id": "sec-month-number", + "title": "Month Number", + "level": 4, + "number": "21.4.1.4" + }, + { + "id": "sec-date-number", + "title": "Date Number", + "level": 4, + "number": "21.4.1.5" + }, + { + "id": "sec-week-day", + "title": "Week Day", + "level": 4, + "number": "21.4.1.6" + }, + { + "id": "sec-local-time-zone-adjustment", + "title": "LocalTZA ( t, isUTC )", + "level": 4, + "number": "21.4.1.7" + }, + { + "id": "sec-localtime", + "title": "LocalTime ( t )", + "level": 4, + "number": "21.4.1.8" + }, + { + "id": "sec-utc-t", + "title": "UTC ( t )", + "level": 4, + "number": "21.4.1.9" + }, + { + "id": "sec-hours-minutes-second-and-milliseconds", + "title": "Hours, Minutes, Second, and Milliseconds", + "level": 4, + "number": "21.4.1.10" + }, + { + "id": "sec-maketime", + "title": "MakeTime ( hour, min, sec, ms )", + "level": 4, + "number": "21.4.1.11" + }, + { + "id": "sec-makeday", + "title": "MakeDay ( year, month, date )", + "level": 4, + "number": "21.4.1.12" + }, + { + "id": "sec-makedate", + "title": "MakeDate ( day, time )", + "level": 4, + "number": "21.4.1.13" + }, + { + "id": "sec-timeclip", + "title": "TimeClip ( time )", + "level": 4, + "number": "21.4.1.14" + }, + { + "id": "sec-date-time-string-format", + "title": "Date Time String Format", + "level": 4, + "number": "21.4.1.15" + }, + { + "id": "sec-expanded-years", + "title": "Expanded Years", + "level": 5, + "number": "21.4.1.15.1" + }, + { + "id": "sec-date-constructor", + "title": "The Date Constructor", + "level": 3, + "number": "21.4.2" + }, + { + "id": "sec-date", + "title": "Date ( ...values )", + "level": 4, + "number": "21.4.2.1" + }, + { + "id": "sec-properties-of-the-date-constructor", + "title": "Properties of the Date Constructor", + "level": 3, + "number": "21.4.3" + }, + { + "id": "sec-date.now", + "title": "Date.now ( )", + "level": 4, + "number": "21.4.3.1" + }, + { + "id": "sec-date.parse", + "title": "Date.parse ( string )", + "level": 4, + "number": "21.4.3.2" + }, + { + "id": "sec-date.prototype", + "title": "Date.prototype", + "level": 4, + "number": "21.4.3.3" + }, + { + "id": "sec-date.utc", + "title": "Date.UTC ( year [ , month [ , date [ , hours [ , minutes [ , seconds [ , ms ] ] ] ] ] ] )", + "level": 4, + "number": "21.4.3.4" + }, + { + "id": "sec-properties-of-the-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "level": 3, + "number": "21.4.4" + }, + { + "id": "sec-date.prototype.constructor", + "title": "Date.prototype.constructor", + "level": 4, + "number": "21.4.4.1" + }, + { + "id": "sec-date.prototype.getdate", + "title": "Date.prototype.getDate ( )", + "level": 4, + "number": "21.4.4.2" + }, + { + "id": "sec-date.prototype.getday", + "title": "Date.prototype.getDay ( )", + "level": 4, + "number": "21.4.4.3" + }, + { + "id": "sec-date.prototype.getfullyear", + "title": "Date.prototype.getFullYear ( )", + "level": 4, + "number": "21.4.4.4" + }, + { + "id": "sec-date.prototype.gethours", + "title": "Date.prototype.getHours ( )", + "level": 4, + "number": "21.4.4.5" + }, + { + "id": "sec-date.prototype.getmilliseconds", + "title": "Date.prototype.getMilliseconds ( )", + "level": 4, + "number": "21.4.4.6" + }, + { + "id": "sec-date.prototype.getminutes", + "title": "Date.prototype.getMinutes ( )", + "level": 4, + "number": "21.4.4.7" + }, + { + "id": "sec-date.prototype.getmonth", + "title": "Date.prototype.getMonth ( )", + "level": 4, + "number": "21.4.4.8" + }, + { + "id": "sec-date.prototype.getseconds", + "title": "Date.prototype.getSeconds ( )", + "level": 4, + "number": "21.4.4.9" + }, + { + "id": "sec-date.prototype.gettime", + "title": "Date.prototype.getTime ( )", + "level": 4, + "number": "21.4.4.10" + }, + { + "id": "sec-date.prototype.gettimezoneoffset", + "title": "Date.prototype.getTimezoneOffset ( )", + "level": 4, + "number": "21.4.4.11" + }, + { + "id": "sec-date.prototype.getutcdate", + "title": "Date.prototype.getUTCDate ( )", + "level": 4, + "number": "21.4.4.12" + }, + { + "id": "sec-date.prototype.getutcday", + "title": "Date.prototype.getUTCDay ( )", + "level": 4, + "number": "21.4.4.13" + }, + { + "id": "sec-date.prototype.getutcfullyear", + "title": "Date.prototype.getUTCFullYear ( )", + "level": 4, + "number": "21.4.4.14" + }, + { + "id": "sec-date.prototype.getutchours", + "title": "Date.prototype.getUTCHours ( )", + "level": 4, + "number": "21.4.4.15" + }, + { + "id": "sec-date.prototype.getutcmilliseconds", + "title": "Date.prototype.getUTCMilliseconds ( )", + "level": 4, + "number": "21.4.4.16" + }, + { + "id": "sec-date.prototype.getutcminutes", + "title": "Date.prototype.getUTCMinutes ( )", + "level": 4, + "number": "21.4.4.17" + }, + { + "id": "sec-date.prototype.getutcmonth", + "title": "Date.prototype.getUTCMonth ( )", + "level": 4, + "number": "21.4.4.18" + }, + { + "id": "sec-date.prototype.getutcseconds", + "title": "Date.prototype.getUTCSeconds ( )", + "level": 4, + "number": "21.4.4.19" + }, + { + "id": "sec-date.prototype.setdate", + "title": "Date.prototype.setDate ( date )", + "level": 4, + "number": "21.4.4.20" + }, + { + "id": "sec-date.prototype.setfullyear", + "title": "Date.prototype.setFullYear ( year [ , month [ , date ] ] )", + "level": 4, + "number": "21.4.4.21" + }, + { + "id": "sec-date.prototype.sethours", + "title": "Date.prototype.setHours ( hour [ , min [ , sec [ , ms ] ] ] )", + "level": 4, + "number": "21.4.4.22" + }, + { + "id": "sec-date.prototype.setmilliseconds", + "title": "Date.prototype.setMilliseconds ( ms )", + "level": 4, + "number": "21.4.4.23" + }, + { + "id": "sec-date.prototype.setminutes", + "title": "Date.prototype.setMinutes ( min [ , sec [ , ms ] ] )", + "level": 4, + "number": "21.4.4.24" + }, + { + "id": "sec-date.prototype.setmonth", + "title": "Date.prototype.setMonth ( month [ , date ] )", + "level": 4, + "number": "21.4.4.25" + }, + { + "id": "sec-date.prototype.setseconds", + "title": "Date.prototype.setSeconds ( sec [ , ms ] )", + "level": 4, + "number": "21.4.4.26" + }, + { + "id": "sec-date.prototype.settime", + "title": "Date.prototype.setTime ( time )", + "level": 4, + "number": "21.4.4.27" + }, + { + "id": "sec-date.prototype.setutcdate", + "title": "Date.prototype.setUTCDate ( date )", + "level": 4, + "number": "21.4.4.28" + }, + { + "id": "sec-date.prototype.setutcfullyear", + "title": "Date.prototype.setUTCFullYear ( year [ , month [ , date ] ] )", + "level": 4, + "number": "21.4.4.29" + }, + { + "id": "sec-date.prototype.setutchours", + "title": "Date.prototype.setUTCHours ( hour [ , min [ , sec [ , ms ] ] ] )", + "level": 4, + "number": "21.4.4.30" + }, + { + "id": "sec-date.prototype.setutcmilliseconds", + "title": "Date.prototype.setUTCMilliseconds ( ms )", + "level": 4, + "number": "21.4.4.31" + }, + { + "id": "sec-date.prototype.setutcminutes", + "title": "Date.prototype.setUTCMinutes ( min [ , sec [ , ms ] ] )", + "level": 4, + "number": "21.4.4.32" + }, + { + "id": "sec-date.prototype.setutcmonth", + "title": "Date.prototype.setUTCMonth ( month [ , date ] )", + "level": 4, + "number": "21.4.4.33" + }, + { + "id": "sec-date.prototype.setutcseconds", + "title": "Date.prototype.setUTCSeconds ( sec [ , ms ] )", + "level": 4, + "number": "21.4.4.34" + }, + { + "id": "sec-date.prototype.todatestring", + "title": "Date.prototype.toDateString ( )", + "level": 4, + "number": "21.4.4.35" + }, + { + "id": "sec-date.prototype.toisostring", + "title": "Date.prototype.toISOString ( )", + "level": 4, + "number": "21.4.4.36" + }, + { + "id": "sec-date.prototype.tojson", + "title": "Date.prototype.toJSON ( key )", + "level": 4, + "number": "21.4.4.37" + }, + { + "id": "sec-date.prototype.tolocaledatestring", + "title": "Date.prototype.toLocaleDateString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "21.4.4.38" + }, + { + "id": "sec-date.prototype.tolocalestring", + "title": "Date.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "21.4.4.39" + }, + { + "id": "sec-date.prototype.tolocaletimestring", + "title": "Date.prototype.toLocaleTimeString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "21.4.4.40" + }, + { + "id": "sec-date.prototype.tostring", + "title": "Date.prototype.toString ( )", + "level": 4, + "number": "21.4.4.41" + }, + { + "id": "sec-timestring", + "title": "TimeString ( tv )", + "level": 5, + "number": "21.4.4.41.1" + }, + { + "id": "sec-datestring", + "title": "DateString ( tv )", + "level": 5, + "number": "21.4.4.41.2" + }, + { + "id": "sec-timezoneestring", + "title": "TimeZoneString ( tv )", + "level": 5, + "number": "21.4.4.41.3" + }, + { + "id": "sec-todatestring", + "title": "ToDateString ( tv )", + "level": 5, + "number": "21.4.4.41.4" + }, + { + "id": "sec-date.prototype.totimestring", + "title": "Date.prototype.toTimeString ( )", + "level": 4, + "number": "21.4.4.42" + }, + { + "id": "sec-date.prototype.toutcstring", + "title": "Date.prototype.toUTCString ( )", + "level": 4, + "number": "21.4.4.43" + }, + { + "id": "sec-date.prototype.valueof", + "title": "Date.prototype.valueOf ( )", + "level": 4, + "number": "21.4.4.44" + }, + { + "id": "sec-date.prototype-@@toprimitive", + "title": "Date.prototype [ @@toPrimitive ] ( hint )", + "level": 4, + "number": "21.4.4.45" + }, + { + "id": "sec-properties-of-date-instances", + "title": "Properties of Date Instances", + "level": 3, + "number": "21.4.5" + }, + { + "id": "sec-text-processing", + "title": "Text Processing", + "level": 1, + "number": "22" + }, + { + "id": "sec-string-objects", + "title": "String Objects", + "level": 2, + "number": "22.1" + }, + { + "id": "sec-string-constructor", + "title": "The String Constructor", + "level": 3, + "number": "22.1.1" + }, + { + "id": "sec-string-constructor-string-value", + "title": "String ( value )", + "level": 4, + "number": "22.1.1.1" + }, + { + "id": "sec-properties-of-the-string-constructor", + "title": "Properties of the String Constructor", + "level": 3, + "number": "22.1.2" + }, + { + "id": "sec-string.fromcharcode", + "title": "String.fromCharCode ( ...codeUnits )", + "level": 4, + "number": "22.1.2.1" + }, + { + "id": "sec-string.fromcodepoint", + "title": "String.fromCodePoint ( ...codePoints )", + "level": 4, + "number": "22.1.2.2" + }, + { + "id": "sec-string.prototype", + "title": "String.prototype", + "level": 4, + "number": "22.1.2.3" + }, + { + "id": "sec-string.raw", + "title": "String.raw ( template, ...substitutions )", + "level": 4, + "number": "22.1.2.4" + }, + { + "id": "sec-properties-of-the-string-prototype-object", + "title": "Properties of the String Prototype Object", + "level": 3, + "number": "22.1.3" + }, + { + "id": "sec-string.prototype.charat", + "title": "String.prototype.charAt ( pos )", + "level": 4, + "number": "22.1.3.1" + }, + { + "id": "sec-string.prototype.charcodeat", + "title": "String.prototype.charCodeAt ( pos )", + "level": 4, + "number": "22.1.3.2" + }, + { + "id": "sec-string.prototype.codepointat", + "title": "String.prototype.codePointAt ( pos )", + "level": 4, + "number": "22.1.3.3" + }, + { + "id": "sec-string.prototype.concat", + "title": "String.prototype.concat ( ...args )", + "level": 4, + "number": "22.1.3.4" + }, + { + "id": "sec-string.prototype.constructor", + "title": "String.prototype.constructor", + "level": 4, + "number": "22.1.3.5" + }, + { + "id": "sec-string.prototype.endswith", + "title": "String.prototype.endsWith ( searchString [ , endPosition ] )", + "level": 4, + "number": "22.1.3.6" + }, + { + "id": "sec-string.prototype.includes", + "title": "String.prototype.includes ( searchString [ , position ] )", + "level": 4, + "number": "22.1.3.7" + }, + { + "id": "sec-string.prototype.indexof", + "title": "String.prototype.indexOf ( searchString [ , position ] )", + "level": 4, + "number": "22.1.3.8" + }, + { + "id": "sec-string.prototype.lastindexof", + "title": "String.prototype.lastIndexOf ( searchString [ , position ] )", + "level": 4, + "number": "22.1.3.9" + }, + { + "id": "sec-string.prototype.localecompare", + "title": "String.prototype.localeCompare ( that [ , reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "22.1.3.10" + }, + { + "id": "sec-string.prototype.match", + "title": "String.prototype.match ( regexp )", + "level": 4, + "number": "22.1.3.11" + }, + { + "id": "sec-string.prototype.matchall", + "title": "String.prototype.matchAll ( regexp )", + "level": 4, + "number": "22.1.3.12" + }, + { + "id": "sec-string.prototype.normalize", + "title": "String.prototype.normalize ( [ form ] )", + "level": 4, + "number": "22.1.3.13" + }, + { + "id": "sec-string.prototype.padend", + "title": "String.prototype.padEnd ( maxLength [ , fillString ] )", + "level": 4, + "number": "22.1.3.14" + }, + { + "id": "sec-string.prototype.padstart", + "title": "String.prototype.padStart ( maxLength [ , fillString ] )", + "level": 4, + "number": "22.1.3.15" + }, + { + "id": "sec-stringpad", + "title": "StringPad ( O, maxLength, fillString, placement )", + "level": 5, + "number": "22.1.3.15.1" + }, + { + "id": "sec-string.prototype.repeat", + "title": "String.prototype.repeat ( count )", + "level": 4, + "number": "22.1.3.16" + }, + { + "id": "sec-string.prototype.replace", + "title": "String.prototype.replace ( searchValue, replaceValue )", + "level": 4, + "number": "22.1.3.17" + }, + { + "id": "sec-getsubstitution", + "title": "GetSubstitution ( matched, str, position, captures, namedCaptures, replacement )", + "level": 5, + "number": "22.1.3.17.1" + }, + { + "id": "sec-string.prototype.replaceall", + "title": "String.prototype.replaceAll ( searchValue, replaceValue )", + "level": 4, + "number": "22.1.3.18" + }, + { + "id": "sec-string.prototype.search", + "title": "String.prototype.search ( regexp )", + "level": 4, + "number": "22.1.3.19" + }, + { + "id": "sec-string.prototype.slice", + "title": "String.prototype.slice ( start, end )", + "level": 4, + "number": "22.1.3.20" + }, + { + "id": "sec-string.prototype.split", + "title": "String.prototype.split ( separator, limit )", + "level": 4, + "number": "22.1.3.21" + }, + { + "id": "sec-splitmatch", + "title": "SplitMatch ( S, q, R )", + "level": 5, + "number": "22.1.3.21.1" + }, + { + "id": "sec-string.prototype.startswith", + "title": "String.prototype.startsWith ( searchString [ , position ] )", + "level": 4, + "number": "22.1.3.22" + }, + { + "id": "sec-string.prototype.substring", + "title": "String.prototype.substring ( start, end )", + "level": 4, + "number": "22.1.3.23" + }, + { + "id": "sec-string.prototype.tolocalelowercase", + "title": "String.prototype.toLocaleLowerCase ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "22.1.3.24" + }, + { + "id": "sec-string.prototype.tolocaleuppercase", + "title": "String.prototype.toLocaleUpperCase ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "22.1.3.25" + }, + { + "id": "sec-string.prototype.tolowercase", + "title": "String.prototype.toLowerCase ( )", + "level": 4, + "number": "22.1.3.26" + }, + { + "id": "sec-string.prototype.tostring", + "title": "String.prototype.toString ( )", + "level": 4, + "number": "22.1.3.27" + }, + { + "id": "sec-string.prototype.touppercase", + "title": "String.prototype.toUpperCase ( )", + "level": 4, + "number": "22.1.3.28" + }, + { + "id": "sec-string.prototype.trim", + "title": "String.prototype.trim ( )", + "level": 4, + "number": "22.1.3.29" + }, + { + "id": "sec-trimstring", + "title": "TrimString ( string, where )", + "level": 5, + "number": "22.1.3.29.1" + }, + { + "id": "sec-string.prototype.trimend", + "title": "String.prototype.trimEnd ( )", + "level": 4, + "number": "22.1.3.30" + }, + { + "id": "sec-string.prototype.trimstart", + "title": "String.prototype.trimStart ( )", + "level": 4, + "number": "22.1.3.31" + }, + { + "id": "sec-string.prototype.valueof", + "title": "String.prototype.valueOf ( )", + "level": 4, + "number": "22.1.3.32" + }, + { + "id": "sec-string.prototype-@@iterator", + "title": "String.prototype [ @@iterator ] ( )", + "level": 4, + "number": "22.1.3.33" + }, + { + "id": "sec-properties-of-string-instances", + "title": "Properties of String Instances", + "level": 3, + "number": "22.1.4" + }, + { + "id": "sec-properties-of-string-instances-length", + "title": "length", + "level": 4, + "number": "22.1.4.1" + }, + { + "id": "sec-string-iterator-objects", + "title": "String Iterator Objects", + "level": 3, + "number": "22.1.5" + }, + { + "id": "sec-%stringiteratorprototype%-object", + "title": "The %StringIteratorPrototype% Object", + "level": 4, + "number": "22.1.5.1" + }, + { + "id": "sec-%stringiteratorprototype%.next", + "title": "%StringIteratorPrototype%.next ( )", + "level": 5, + "number": "22.1.5.1.1" + }, + { + "id": "sec-%stringiteratorprototype%-@@tostringtag", + "title": "%StringIteratorPrototype% [ @@toStringTag ]", + "level": 5, + "number": "22.1.5.1.2" + }, + { + "id": "sec-regexp-regular-expression-objects", + "title": "RegExp (Regular Expression) Objects", + "level": 2, + "number": "22.2" + }, + { + "id": "sec-patterns", + "title": "Patterns", + "level": 3, + "number": "22.2.1" + }, + { + "id": "sec-patterns-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 4, + "number": "22.2.1.1" + }, + { + "id": "sec-patterns-static-semantics-capturing-group-number", + "title": "Static Semantics: CapturingGroupNumber", + "level": 4, + "number": "22.2.1.2" + }, + { + "id": "sec-patterns-static-semantics-is-character-class", + "title": "Static Semantics: IsCharacterClass", + "level": 4, + "number": "22.2.1.3" + }, + { + "id": "sec-patterns-static-semantics-character-value", + "title": "Static Semantics: CharacterValue", + "level": 4, + "number": "22.2.1.4" + }, + { + "id": "sec-static-semantics-sourcetext", + "title": "Static Semantics: SourceText", + "level": 4, + "number": "22.2.1.5" + }, + { + "id": "sec-static-semantics-capturinggroupname", + "title": "Static Semantics: CapturingGroupName", + "level": 4, + "number": "22.2.1.6" + }, + { + "id": "sec-pattern-semantics", + "title": "Pattern Semantics", + "level": 3, + "number": "22.2.2" + }, + { + "id": "sec-notation", + "title": "Notation", + "level": 4, + "number": "22.2.2.1" + }, + { + "id": "sec-pattern", + "title": "Pattern", + "level": 4, + "number": "22.2.2.2" + }, + { + "id": "sec-disjunction", + "title": "Disjunction", + "level": 4, + "number": "22.2.2.3" + }, + { + "id": "sec-alternative", + "title": "Alternative", + "level": 4, + "number": "22.2.2.4" + }, + { + "id": "sec-term", + "title": "Term", + "level": 4, + "number": "22.2.2.5" + }, + { + "id": "sec-runtime-semantics-repeatmatcher-abstract-operation", + "title": "RepeatMatcher ( m, min, max, greedy, x, c, parenIndex, parenCount )", + "level": 5, + "number": "22.2.2.5.1" + }, + { + "id": "sec-assertion", + "title": "Assertion", + "level": 4, + "number": "22.2.2.6" + }, + { + "id": "sec-runtime-semantics-iswordchar-abstract-operation", + "title": "IsWordChar ( e )", + "level": 5, + "number": "22.2.2.6.1" + }, + { + "id": "sec-quantifier", + "title": "Quantifier", + "level": 4, + "number": "22.2.2.7" + }, + { + "id": "sec-atom", + "title": "Atom", + "level": 4, + "number": "22.2.2.8" + }, + { + "id": "sec-runtime-semantics-charactersetmatcher-abstract-operation", + "title": "CharacterSetMatcher ( A, invert, direction )", + "level": 5, + "number": "22.2.2.8.1" + }, + { + "id": "sec-runtime-semantics-canonicalize-ch", + "title": "Canonicalize ( ch )", + "level": 5, + "number": "22.2.2.8.2" + }, + { + "id": "sec-runtime-semantics-unicodematchproperty-p", + "title": "UnicodeMatchProperty ( p )", + "level": 5, + "number": "22.2.2.8.3" + }, + { + "id": "sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "title": "UnicodeMatchPropertyValue ( p, v )", + "level": 5, + "number": "22.2.2.8.4" + }, + { + "id": "sec-atomescape", + "title": "AtomEscape", + "level": 4, + "number": "22.2.2.9" + }, + { + "id": "sec-backreference-matcher", + "title": "BackreferenceMatcher ( n, direction )", + "level": 5, + "number": "22.2.2.9.1" + }, + { + "id": "sec-characterescape", + "title": "CharacterEscape", + "level": 4, + "number": "22.2.2.10" + }, + { + "id": "sec-decimalescape", + "title": "DecimalEscape", + "level": 4, + "number": "22.2.2.11" + }, + { + "id": "sec-characterclassescape", + "title": "CharacterClassEscape", + "level": 4, + "number": "22.2.2.12" + }, + { + "id": "sec-characterclass", + "title": "CharacterClass", + "level": 4, + "number": "22.2.2.13" + }, + { + "id": "sec-classranges", + "title": "ClassRanges", + "level": 4, + "number": "22.2.2.14" + }, + { + "id": "sec-nonemptyclassranges", + "title": "NonemptyClassRanges", + "level": 4, + "number": "22.2.2.15" + }, + { + "id": "sec-runtime-semantics-characterrange-abstract-operation", + "title": "CharacterRange ( A, B )", + "level": 5, + "number": "22.2.2.15.1" + }, + { + "id": "sec-nonemptyclassrangesnodash", + "title": "NonemptyClassRangesNoDash", + "level": 4, + "number": "22.2.2.16" + }, + { + "id": "sec-classatom", + "title": "ClassAtom", + "level": 4, + "number": "22.2.2.17" + }, + { + "id": "sec-classatomnodash", + "title": "ClassAtomNoDash", + "level": 4, + "number": "22.2.2.18" + }, + { + "id": "sec-classescape", + "title": "ClassEscape", + "level": 4, + "number": "22.2.2.19" + }, + { + "id": "sec-regexp-constructor", + "title": "The RegExp Constructor", + "level": 3, + "number": "22.2.3" + }, + { + "id": "sec-regexp-pattern-flags", + "title": "RegExp ( pattern, flags )", + "level": 4, + "number": "22.2.3.1" + }, + { + "id": "sec-abstract-operations-for-the-regexp-constructor", + "title": "Abstract Operations for the RegExp Constructor", + "level": 4, + "number": "22.2.3.2" + }, + { + "id": "sec-regexpalloc", + "title": "RegExpAlloc ( newTarget )", + "level": 5, + "number": "22.2.3.2.1" + }, + { + "id": "sec-regexpinitialize", + "title": "RegExpInitialize ( obj, pattern, flags )", + "level": 5, + "number": "22.2.3.2.2" + }, + { + "id": "sec-parsepattern", + "title": "Static Semantics: ParsePattern ( patternText, u )", + "level": 5, + "number": "22.2.3.2.3" + }, + { + "id": "sec-regexpcreate", + "title": "RegExpCreate ( P, F )", + "level": 5, + "number": "22.2.3.2.4" + }, + { + "id": "sec-escaperegexppattern", + "title": "EscapeRegExpPattern ( P, F )", + "level": 5, + "number": "22.2.3.2.5" + }, + { + "id": "sec-properties-of-the-regexp-constructor", + "title": "Properties of the RegExp Constructor", + "level": 3, + "number": "22.2.4" + }, + { + "id": "sec-regexp.prototype", + "title": "RegExp.prototype", + "level": 4, + "number": "22.2.4.1" + }, + { + "id": "sec-get-regexp-@@species", + "title": "get RegExp [ @@species ]", + "level": 4, + "number": "22.2.4.2" + }, + { + "id": "sec-properties-of-the-regexp-prototype-object", + "title": "Properties of the RegExp Prototype Object", + "level": 3, + "number": "22.2.5" + }, + { + "id": "sec-regexp.prototype.constructor", + "title": "RegExp.prototype.constructor", + "level": 4, + "number": "22.2.5.1" + }, + { + "id": "sec-regexp.prototype.exec", + "title": "RegExp.prototype.exec ( string )", + "level": 4, + "number": "22.2.5.2" + }, + { + "id": "sec-regexpexec", + "title": "RegExpExec ( R, S )", + "level": 5, + "number": "22.2.5.2.1" + }, + { + "id": "sec-regexpbuiltinexec", + "title": "RegExpBuiltinExec ( R, S )", + "level": 5, + "number": "22.2.5.2.2" + }, + { + "id": "sec-advancestringindex", + "title": "AdvanceStringIndex ( S, index, unicode )", + "level": 5, + "number": "22.2.5.2.3" + }, + { + "id": "sec-get-regexp.prototype.dotAll", + "title": "get RegExp.prototype.dotAll", + "level": 4, + "number": "22.2.5.3" + }, + { + "id": "sec-regexphasflag", + "title": "RegExpHasFlag ( R, codeUnit )", + "level": 5, + "number": "22.2.5.3.1" + }, + { + "id": "sec-get-regexp.prototype.flags", + "title": "get RegExp.prototype.flags", + "level": 4, + "number": "22.2.5.4" + }, + { + "id": "sec-get-regexp.prototype.global", + "title": "get RegExp.prototype.global", + "level": 4, + "number": "22.2.5.5" + }, + { + "id": "sec-get-regexp.prototype.ignorecase", + "title": "get RegExp.prototype.ignoreCase", + "level": 4, + "number": "22.2.5.6" + }, + { + "id": "sec-regexp.prototype-@@match", + "title": "RegExp.prototype [ @@match ] ( string )", + "level": 4, + "number": "22.2.5.7" + }, + { + "id": "sec-regexp-prototype-matchall", + "title": "RegExp.prototype [ @@matchAll ] ( string )", + "level": 4, + "number": "22.2.5.8" + }, + { + "id": "sec-get-regexp.prototype.multiline", + "title": "get RegExp.prototype.multiline", + "level": 4, + "number": "22.2.5.9" + }, + { + "id": "sec-regexp.prototype-@@replace", + "title": "RegExp.prototype [ @@replace ] ( string, replaceValue )", + "level": 4, + "number": "22.2.5.10" + }, + { + "id": "sec-regexp.prototype-@@search", + "title": "RegExp.prototype [ @@search ] ( string )", + "level": 4, + "number": "22.2.5.11" + }, + { + "id": "sec-get-regexp.prototype.source", + "title": "get RegExp.prototype.source", + "level": 4, + "number": "22.2.5.12" + }, + { + "id": "sec-regexp.prototype-@@split", + "title": "RegExp.prototype [ @@split ] ( string, limit )", + "level": 4, + "number": "22.2.5.13" + }, + { + "id": "sec-get-regexp.prototype.sticky", + "title": "get RegExp.prototype.sticky", + "level": 4, + "number": "22.2.5.14" + }, + { + "id": "sec-regexp.prototype.test", + "title": "RegExp.prototype.test ( S )", + "level": 4, + "number": "22.2.5.15" + }, + { + "id": "sec-regexp.prototype.tostring", + "title": "RegExp.prototype.toString ( )", + "level": 4, + "number": "22.2.5.16" + }, + { + "id": "sec-get-regexp.prototype.unicode", + "title": "get RegExp.prototype.unicode", + "level": 4, + "number": "22.2.5.17" + }, + { + "id": "sec-properties-of-regexp-instances", + "title": "Properties of RegExp Instances", + "level": 3, + "number": "22.2.6" + }, + { + "id": "sec-lastindex", + "title": "lastIndex", + "level": 4, + "number": "22.2.6.1" + }, + { + "id": "sec-regexp-string-iterator-objects", + "title": "RegExp String Iterator Objects", + "level": 3, + "number": "22.2.7" + }, + { + "id": "sec-createregexpstringiterator", + "title": "CreateRegExpStringIterator ( R, S, global, fullUnicode )", + "level": 4, + "number": "22.2.7.1" + }, + { + "id": "sec-%regexpstringiteratorprototype%-object", + "title": "The %RegExpStringIteratorPrototype% Object", + "level": 4, + "number": "22.2.7.2" + }, + { + "id": "sec-%regexpstringiteratorprototype%.next", + "title": "%RegExpStringIteratorPrototype%.next ( )", + "level": 5, + "number": "22.2.7.2.1" + }, + { + "id": "sec-%regexpstringiteratorprototype%-@@tostringtag", + "title": "%RegExpStringIteratorPrototype% [ @@toStringTag ]", + "level": 5, + "number": "22.2.7.2.2" + }, + { + "id": "sec-indexed-collections", + "title": "Indexed Collections", + "level": 1, + "number": "23" + }, + { + "id": "sec-array-objects", + "title": "Array Objects", + "level": 2, + "number": "23.1" + }, + { + "id": "sec-array-constructor", + "title": "The Array Constructor", + "level": 3, + "number": "23.1.1" + }, + { + "id": "sec-array", + "title": "Array ( ...values )", + "level": 4, + "number": "23.1.1.1" + }, + { + "id": "sec-properties-of-the-array-constructor", + "title": "Properties of the Array Constructor", + "level": 3, + "number": "23.1.2" + }, + { + "id": "sec-array.from", + "title": "Array.from ( items [ , mapfn [ , thisArg ] ] )", + "level": 4, + "number": "23.1.2.1" + }, + { + "id": "sec-array.isarray", + "title": "Array.isArray ( arg )", + "level": 4, + "number": "23.1.2.2" + }, + { + "id": "sec-array.of", + "title": "Array.of ( ...items )", + "level": 4, + "number": "23.1.2.3" + }, + { + "id": "sec-array.prototype", + "title": "Array.prototype", + "level": 4, + "number": "23.1.2.4" + }, + { + "id": "sec-get-array-@@species", + "title": "get Array [ @@species ]", + "level": 4, + "number": "23.1.2.5" + }, + { + "id": "sec-properties-of-the-array-prototype-object", + "title": "Properties of the Array Prototype Object", + "level": 3, + "number": "23.1.3" + }, + { + "id": "sec-array.prototype.concat", + "title": "Array.prototype.concat ( ...items )", + "level": 4, + "number": "23.1.3.1" + }, + { + "id": "sec-isconcatspreadable", + "title": "IsConcatSpreadable ( O )", + "level": 5, + "number": "23.1.3.1.1" + }, + { + "id": "sec-array.prototype.constructor", + "title": "Array.prototype.constructor", + "level": 4, + "number": "23.1.3.2" + }, + { + "id": "sec-array.prototype.copywithin", + "title": "Array.prototype.copyWithin ( target, start [ , end ] )", + "level": 4, + "number": "23.1.3.3" + }, + { + "id": "sec-array.prototype.entries", + "title": "Array.prototype.entries ( )", + "level": 4, + "number": "23.1.3.4" + }, + { + "id": "sec-array.prototype.every", + "title": "Array.prototype.every ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.1.3.5" + }, + { + "id": "sec-array.prototype.fill", + "title": "Array.prototype.fill ( value [ , start [ , end ] ] )", + "level": 4, + "number": "23.1.3.6" + }, + { + "id": "sec-array.prototype.filter", + "title": "Array.prototype.filter ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.1.3.7" + }, + { + "id": "sec-array.prototype.find", + "title": "Array.prototype.find ( predicate [ , thisArg ] )", + "level": 4, + "number": "23.1.3.8" + }, + { + "id": "sec-array.prototype.findindex", + "title": "Array.prototype.findIndex ( predicate [ , thisArg ] )", + "level": 4, + "number": "23.1.3.9" + }, + { + "id": "sec-array.prototype.flat", + "title": "Array.prototype.flat ( [ depth ] )", + "level": 4, + "number": "23.1.3.10" + }, + { + "id": "sec-flattenintoarray", + "title": "FlattenIntoArray ( target, source, sourceLen, start, depth [ , mapperFunction, thisArg ] )", + "level": 5, + "number": "23.1.3.10.1" + }, + { + "id": "sec-array.prototype.flatmap", + "title": "Array.prototype.flatMap ( mapperFunction [ , thisArg ] )", + "level": 4, + "number": "23.1.3.11" + }, + { + "id": "sec-array.prototype.foreach", + "title": "Array.prototype.forEach ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.1.3.12" + }, + { + "id": "sec-array.prototype.includes", + "title": "Array.prototype.includes ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.1.3.13" + }, + { + "id": "sec-array.prototype.indexof", + "title": "Array.prototype.indexOf ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.1.3.14" + }, + { + "id": "sec-array.prototype.join", + "title": "Array.prototype.join ( separator )", + "level": 4, + "number": "23.1.3.15" + }, + { + "id": "sec-array.prototype.keys", + "title": "Array.prototype.keys ( )", + "level": 4, + "number": "23.1.3.16" + }, + { + "id": "sec-array.prototype.lastindexof", + "title": "Array.prototype.lastIndexOf ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.1.3.17" + }, + { + "id": "sec-array.prototype.map", + "title": "Array.prototype.map ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.1.3.18" + }, + { + "id": "sec-array.prototype.pop", + "title": "Array.prototype.pop ( )", + "level": 4, + "number": "23.1.3.19" + }, + { + "id": "sec-array.prototype.push", + "title": "Array.prototype.push ( ...items )", + "level": 4, + "number": "23.1.3.20" + }, + { + "id": "sec-array.prototype.reduce", + "title": "Array.prototype.reduce ( callbackfn [ , initialValue ] )", + "level": 4, + "number": "23.1.3.21" + }, + { + "id": "sec-array.prototype.reduceright", + "title": "Array.prototype.reduceRight ( callbackfn [ , initialValue ] )", + "level": 4, + "number": "23.1.3.22" + }, + { + "id": "sec-array.prototype.reverse", + "title": "Array.prototype.reverse ( )", + "level": 4, + "number": "23.1.3.23" + }, + { + "id": "sec-array.prototype.shift", + "title": "Array.prototype.shift ( )", + "level": 4, + "number": "23.1.3.24" + }, + { + "id": "sec-array.prototype.slice", + "title": "Array.prototype.slice ( start, end )", + "level": 4, + "number": "23.1.3.25" + }, + { + "id": "sec-array.prototype.some", + "title": "Array.prototype.some ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.1.3.26" + }, + { + "id": "sec-array.prototype.sort", + "title": "Array.prototype.sort ( comparefn )", + "level": 4, + "number": "23.1.3.27" + }, + { + "id": "sec-sortcompare", + "title": "SortCompare ( x, y )", + "level": 5, + "number": "23.1.3.27.1" + }, + { + "id": "sec-array.prototype.splice", + "title": "Array.prototype.splice ( start, deleteCount, ...items )", + "level": 4, + "number": "23.1.3.28" + }, + { + "id": "sec-array.prototype.tolocalestring", + "title": "Array.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "23.1.3.29" + }, + { + "id": "sec-array.prototype.tostring", + "title": "Array.prototype.toString ( )", + "level": 4, + "number": "23.1.3.30" + }, + { + "id": "sec-array.prototype.unshift", + "title": "Array.prototype.unshift ( ...items )", + "level": 4, + "number": "23.1.3.31" + }, + { + "id": "sec-array.prototype.values", + "title": "Array.prototype.values ( )", + "level": 4, + "number": "23.1.3.32" + }, + { + "id": "sec-array.prototype-@@iterator", + "title": "Array.prototype [ @@iterator ] ( )", + "level": 4, + "number": "23.1.3.33" + }, + { + "id": "sec-array.prototype-@@unscopables", + "title": "Array.prototype [ @@unscopables ]", + "level": 4, + "number": "23.1.3.34" + }, + { + "id": "sec-properties-of-array-instances", + "title": "Properties of Array Instances", + "level": 3, + "number": "23.1.4" + }, + { + "id": "sec-properties-of-array-instances-length", + "title": "length", + "level": 4, + "number": "23.1.4.1" + }, + { + "id": "sec-array-iterator-objects", + "title": "Array Iterator Objects", + "level": 3, + "number": "23.1.5" + }, + { + "id": "sec-createarrayiterator", + "title": "CreateArrayIterator ( array, kind )", + "level": 4, + "number": "23.1.5.1" + }, + { + "id": "sec-%arrayiteratorprototype%-object", + "title": "The %ArrayIteratorPrototype% Object", + "level": 4, + "number": "23.1.5.2" + }, + { + "id": "sec-%arrayiteratorprototype%.next", + "title": "%ArrayIteratorPrototype%.next ( )", + "level": 5, + "number": "23.1.5.2.1" + }, + { + "id": "sec-%arrayiteratorprototype%-@@tostringtag", + "title": "%ArrayIteratorPrototype% [ @@toStringTag ]", + "level": 5, + "number": "23.1.5.2.2" + }, + { + "id": "sec-typedarray-objects", + "title": "TypedArray Objects", + "level": 2, + "number": "23.2" + }, + { + "id": "sec-%typedarray%-intrinsic-object", + "title": "The %TypedArray% Intrinsic Object", + "level": 3, + "number": "23.2.1" + }, + { + "id": "sec-%typedarray%", + "title": "%TypedArray% ( )", + "level": 4, + "number": "23.2.1.1" + }, + { + "id": "sec-properties-of-the-%typedarray%-intrinsic-object", + "title": "Properties of the %TypedArray% Intrinsic Object", + "level": 3, + "number": "23.2.2" + }, + { + "id": "sec-%typedarray%.from", + "title": "%TypedArray%.from ( source [ , mapfn [ , thisArg ] ] )", + "level": 4, + "number": "23.2.2.1" + }, + { + "id": "sec-%typedarray%.of", + "title": "%TypedArray%.of ( ...items )", + "level": 4, + "number": "23.2.2.2" + }, + { + "id": "sec-%typedarray%.prototype", + "title": "%TypedArray%.prototype", + "level": 4, + "number": "23.2.2.3" + }, + { + "id": "sec-get-%typedarray%-@@species", + "title": "get %TypedArray% [ @@species ]", + "level": 4, + "number": "23.2.2.4" + }, + { + "id": "sec-properties-of-the-%typedarrayprototype%-object", + "title": "Properties of the %TypedArray% Prototype Object", + "level": 3, + "number": "23.2.3" + }, + { + "id": "sec-get-%typedarray%.prototype.buffer", + "title": "get %TypedArray%.prototype.buffer", + "level": 4, + "number": "23.2.3.1" + }, + { + "id": "sec-get-%typedarray%.prototype.bytelength", + "title": "get %TypedArray%.prototype.byteLength", + "level": 4, + "number": "23.2.3.2" + }, + { + "id": "sec-get-%typedarray%.prototype.byteoffset", + "title": "get %TypedArray%.prototype.byteOffset", + "level": 4, + "number": "23.2.3.3" + }, + { + "id": "sec-%typedarray%.prototype.constructor", + "title": "%TypedArray%.prototype.constructor", + "level": 4, + "number": "23.2.3.4" + }, + { + "id": "sec-%typedarray%.prototype.copywithin", + "title": "%TypedArray%.prototype.copyWithin ( target, start [ , end ] )", + "level": 4, + "number": "23.2.3.5" + }, + { + "id": "sec-%typedarray%.prototype.entries", + "title": "%TypedArray%.prototype.entries ( )", + "level": 4, + "number": "23.2.3.6" + }, + { + "id": "sec-%typedarray%.prototype.every", + "title": "%TypedArray%.prototype.every ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.2.3.7" + }, + { + "id": "sec-%typedarray%.prototype.fill", + "title": "%TypedArray%.prototype.fill ( value [ , start [ , end ] ] )", + "level": 4, + "number": "23.2.3.8" + }, + { + "id": "sec-%typedarray%.prototype.filter", + "title": "%TypedArray%.prototype.filter ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.2.3.9" + }, + { + "id": "sec-%typedarray%.prototype.find", + "title": "%TypedArray%.prototype.find ( predicate [ , thisArg ] )", + "level": 4, + "number": "23.2.3.10" + }, + { + "id": "sec-%typedarray%.prototype.findindex", + "title": "%TypedArray%.prototype.findIndex ( predicate [ , thisArg ] )", + "level": 4, + "number": "23.2.3.11" + }, + { + "id": "sec-%typedarray%.prototype.foreach", + "title": "%TypedArray%.prototype.forEach ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.2.3.12" + }, + { + "id": "sec-%typedarray%.prototype.includes", + "title": "%TypedArray%.prototype.includes ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.2.3.13" + }, + { + "id": "sec-%typedarray%.prototype.indexof", + "title": "%TypedArray%.prototype.indexOf ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.2.3.14" + }, + { + "id": "sec-%typedarray%.prototype.join", + "title": "%TypedArray%.prototype.join ( separator )", + "level": 4, + "number": "23.2.3.15" + }, + { + "id": "sec-%typedarray%.prototype.keys", + "title": "%TypedArray%.prototype.keys ( )", + "level": 4, + "number": "23.2.3.16" + }, + { + "id": "sec-%typedarray%.prototype.lastindexof", + "title": "%TypedArray%.prototype.lastIndexOf ( searchElement [ , fromIndex ] )", + "level": 4, + "number": "23.2.3.17" + }, + { + "id": "sec-get-%typedarray%.prototype.length", + "title": "get %TypedArray%.prototype.length", + "level": 4, + "number": "23.2.3.18" + }, + { + "id": "sec-%typedarray%.prototype.map", + "title": "%TypedArray%.prototype.map ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.2.3.19" + }, + { + "id": "sec-%typedarray%.prototype.reduce", + "title": "%TypedArray%.prototype.reduce ( callbackfn [ , initialValue ] )", + "level": 4, + "number": "23.2.3.20" + }, + { + "id": "sec-%typedarray%.prototype.reduceright", + "title": "%TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )", + "level": 4, + "number": "23.2.3.21" + }, + { + "id": "sec-%typedarray%.prototype.reverse", + "title": "%TypedArray%.prototype.reverse ( )", + "level": 4, + "number": "23.2.3.22" + }, + { + "id": "sec-%typedarray%.prototype.set", + "title": "%TypedArray%.prototype.set ( source [ , offset ] )", + "level": 4, + "number": "23.2.3.23" + }, + { + "id": "sec-settypedarrayfromtypedarray", + "title": "SetTypedArrayFromTypedArray ( target, targetOffset, source )", + "level": 5, + "number": "23.2.3.23.1" + }, + { + "id": "sec-settypedarrayfromarraylike", + "title": "SetTypedArrayFromArrayLike ( target, targetOffset, source )", + "level": 5, + "number": "23.2.3.23.2" + }, + { + "id": "sec-%typedarray%.prototype.slice", + "title": "%TypedArray%.prototype.slice ( start, end )", + "level": 4, + "number": "23.2.3.24" + }, + { + "id": "sec-%typedarray%.prototype.some", + "title": "%TypedArray%.prototype.some ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "23.2.3.25" + }, + { + "id": "sec-%typedarray%.prototype.sort", + "title": "%TypedArray%.prototype.sort ( comparefn )", + "level": 4, + "number": "23.2.3.26" + }, + { + "id": "sec-%typedarray%.prototype.subarray", + "title": "%TypedArray%.prototype.subarray ( begin, end )", + "level": 4, + "number": "23.2.3.27" + }, + { + "id": "sec-%typedarray%.prototype.tolocalestring", + "title": "%TypedArray%.prototype.toLocaleString ( [ reserved1 [ , reserved2 ] ] )", + "level": 4, + "number": "23.2.3.28" + }, + { + "id": "sec-%typedarray%.prototype.tostring", + "title": "%TypedArray%.prototype.toString ( )", + "level": 4, + "number": "23.2.3.29" + }, + { + "id": "sec-%typedarray%.prototype.values", + "title": "%TypedArray%.prototype.values ( )", + "level": 4, + "number": "23.2.3.30" + }, + { + "id": "sec-%typedarray%.prototype-@@iterator", + "title": "%TypedArray%.prototype [ @@iterator ] ( )", + "level": 4, + "number": "23.2.3.31" + }, + { + "id": "sec-get-%typedarray%.prototype-@@tostringtag", + "title": "get %TypedArray%.prototype [ @@toStringTag ]", + "level": 4, + "number": "23.2.3.32" + }, + { + "id": "sec-abstract-operations-for-typedarray-objects", + "title": "Abstract Operations for TypedArray Objects", + "level": 3, + "number": "23.2.4" + }, + { + "id": "typedarray-species-create", + "title": "TypedArraySpeciesCreate ( exemplar, argumentList )", + "level": 4, + "number": "23.2.4.1" + }, + { + "id": "typedarray-create", + "title": "TypedArrayCreate ( constructor, argumentList )", + "level": 4, + "number": "23.2.4.2" + }, + { + "id": "sec-validatetypedarray", + "title": "ValidateTypedArray ( O )", + "level": 4, + "number": "23.2.4.3" + }, + { + "id": "sec-typedarray-constructors", + "title": "The TypedArray Constructors", + "level": 3, + "number": "23.2.5" + }, + { + "id": "sec-typedarray", + "title": "TypedArray ( ...args )", + "level": 4, + "number": "23.2.5.1" + }, + { + "id": "sec-allocatetypedarray", + "title": "AllocateTypedArray ( constructorName, newTarget, defaultProto [ , length ] )", + "level": 5, + "number": "23.2.5.1.1" + }, + { + "id": "sec-initializetypedarrayfromtypedarray", + "title": "InitializeTypedArrayFromTypedArray ( O, srcArray )", + "level": 5, + "number": "23.2.5.1.2" + }, + { + "id": "sec-initializetypedarrayfromarraybuffer", + "title": "InitializeTypedArrayFromArrayBuffer ( O, buffer, byteOffset, length )", + "level": 5, + "number": "23.2.5.1.3" + }, + { + "id": "sec-initializetypedarrayfromlist", + "title": "InitializeTypedArrayFromList ( O, values )", + "level": 5, + "number": "23.2.5.1.4" + }, + { + "id": "sec-initializetypedarrayfromarraylike", + "title": "InitializeTypedArrayFromArrayLike ( O, arrayLike )", + "level": 5, + "number": "23.2.5.1.5" + }, + { + "id": "sec-allocatetypedarraybuffer", + "title": "AllocateTypedArrayBuffer ( O, length )", + "level": 5, + "number": "23.2.5.1.6" + }, + { + "id": "sec-properties-of-the-typedarray-constructors", + "title": "Properties of the TypedArray Constructors", + "level": 3, + "number": "23.2.6" + }, + { + "id": "sec-typedarray.bytes_per_element", + "title": "TypedArray.BYTES_PER_ELEMENT", + "level": 4, + "number": "23.2.6.1" + }, + { + "id": "sec-typedarray.prototype", + "title": "TypedArray.prototype", + "level": 4, + "number": "23.2.6.2" + }, + { + "id": "sec-properties-of-typedarray-prototype-objects", + "title": "Properties of the TypedArray Prototype Objects", + "level": 3, + "number": "23.2.7" + }, + { + "id": "sec-typedarray.prototype.bytes_per_element", + "title": "TypedArray.prototype.BYTES_PER_ELEMENT", + "level": 4, + "number": "23.2.7.1" + }, + { + "id": "sec-typedarray.prototype.constructor", + "title": "TypedArray.prototype.constructor", + "level": 4, + "number": "23.2.7.2" + }, + { + "id": "sec-properties-of-typedarray-instances", + "title": "Properties of TypedArray Instances", + "level": 3, + "number": "23.2.8" + }, + { + "id": "sec-keyed-collections", + "title": "Keyed Collections", + "level": 1, + "number": "24" + }, + { + "id": "sec-map-objects", + "title": "Map Objects", + "level": 2, + "number": "24.1" + }, + { + "id": "sec-map-constructor", + "title": "The Map Constructor", + "level": 3, + "number": "24.1.1" + }, + { + "id": "sec-map-iterable", + "title": "Map ( [ iterable ] )", + "level": 4, + "number": "24.1.1.1" + }, + { + "id": "sec-add-entries-from-iterable", + "title": "AddEntriesFromIterable ( target, iterable, adder )", + "level": 4, + "number": "24.1.1.2" + }, + { + "id": "sec-properties-of-the-map-constructor", + "title": "Properties of the Map Constructor", + "level": 3, + "number": "24.1.2" + }, + { + "id": "sec-map.prototype", + "title": "Map.prototype", + "level": 4, + "number": "24.1.2.1" + }, + { + "id": "sec-get-map-@@species", + "title": "get Map [ @@species ]", + "level": 4, + "number": "24.1.2.2" + }, + { + "id": "sec-properties-of-the-map-prototype-object", + "title": "Properties of the Map Prototype Object", + "level": 3, + "number": "24.1.3" + }, + { + "id": "sec-map.prototype.clear", + "title": "Map.prototype.clear ( )", + "level": 4, + "number": "24.1.3.1" + }, + { + "id": "sec-map.prototype.constructor", + "title": "Map.prototype.constructor", + "level": 4, + "number": "24.1.3.2" + }, + { + "id": "sec-map.prototype.delete", + "title": "Map.prototype.delete ( key )", + "level": 4, + "number": "24.1.3.3" + }, + { + "id": "sec-map.prototype.entries", + "title": "Map.prototype.entries ( )", + "level": 4, + "number": "24.1.3.4" + }, + { + "id": "sec-map.prototype.foreach", + "title": "Map.prototype.forEach ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "24.1.3.5" + }, + { + "id": "sec-map.prototype.get", + "title": "Map.prototype.get ( key )", + "level": 4, + "number": "24.1.3.6" + }, + { + "id": "sec-map.prototype.has", + "title": "Map.prototype.has ( key )", + "level": 4, + "number": "24.1.3.7" + }, + { + "id": "sec-map.prototype.keys", + "title": "Map.prototype.keys ( )", + "level": 4, + "number": "24.1.3.8" + }, + { + "id": "sec-map.prototype.set", + "title": "Map.prototype.set ( key, value )", + "level": 4, + "number": "24.1.3.9" + }, + { + "id": "sec-get-map.prototype.size", + "title": "get Map.prototype.size", + "level": 4, + "number": "24.1.3.10" + }, + { + "id": "sec-map.prototype.values", + "title": "Map.prototype.values ( )", + "level": 4, + "number": "24.1.3.11" + }, + { + "id": "sec-map.prototype-@@iterator", + "title": "Map.prototype [ @@iterator ] ( )", + "level": 4, + "number": "24.1.3.12" + }, + { + "id": "sec-map.prototype-@@tostringtag", + "title": "Map.prototype [ @@toStringTag ]", + "level": 4, + "number": "24.1.3.13" + }, + { + "id": "sec-properties-of-map-instances", + "title": "Properties of Map Instances", + "level": 3, + "number": "24.1.4" + }, + { + "id": "sec-map-iterator-objects", + "title": "Map Iterator Objects", + "level": 3, + "number": "24.1.5" + }, + { + "id": "sec-createmapiterator", + "title": "CreateMapIterator ( map, kind )", + "level": 4, + "number": "24.1.5.1" + }, + { + "id": "sec-%mapiteratorprototype%-object", + "title": "The %MapIteratorPrototype% Object", + "level": 4, + "number": "24.1.5.2" + }, + { + "id": "sec-%mapiteratorprototype%.next", + "title": "%MapIteratorPrototype%.next ( )", + "level": 5, + "number": "24.1.5.2.1" + }, + { + "id": "sec-%mapiteratorprototype%-@@tostringtag", + "title": "%MapIteratorPrototype% [ @@toStringTag ]", + "level": 5, + "number": "24.1.5.2.2" + }, + { + "id": "sec-set-objects", + "title": "Set Objects", + "level": 2, + "number": "24.2" + }, + { + "id": "sec-set-constructor", + "title": "The Set Constructor", + "level": 3, + "number": "24.2.1" + }, + { + "id": "sec-set-iterable", + "title": "Set ( [ iterable ] )", + "level": 4, + "number": "24.2.1.1" + }, + { + "id": "sec-properties-of-the-set-constructor", + "title": "Properties of the Set Constructor", + "level": 3, + "number": "24.2.2" + }, + { + "id": "sec-set.prototype", + "title": "Set.prototype", + "level": 4, + "number": "24.2.2.1" + }, + { + "id": "sec-get-set-@@species", + "title": "get Set [ @@species ]", + "level": 4, + "number": "24.2.2.2" + }, + { + "id": "sec-properties-of-the-set-prototype-object", + "title": "Properties of the Set Prototype Object", + "level": 3, + "number": "24.2.3" + }, + { + "id": "sec-set.prototype.add", + "title": "Set.prototype.add ( value )", + "level": 4, + "number": "24.2.3.1" + }, + { + "id": "sec-set.prototype.clear", + "title": "Set.prototype.clear ( )", + "level": 4, + "number": "24.2.3.2" + }, + { + "id": "sec-set.prototype.constructor", + "title": "Set.prototype.constructor", + "level": 4, + "number": "24.2.3.3" + }, + { + "id": "sec-set.prototype.delete", + "title": "Set.prototype.delete ( value )", + "level": 4, + "number": "24.2.3.4" + }, + { + "id": "sec-set.prototype.entries", + "title": "Set.prototype.entries ( )", + "level": 4, + "number": "24.2.3.5" + }, + { + "id": "sec-set.prototype.foreach", + "title": "Set.prototype.forEach ( callbackfn [ , thisArg ] )", + "level": 4, + "number": "24.2.3.6" + }, + { + "id": "sec-set.prototype.has", + "title": "Set.prototype.has ( value )", + "level": 4, + "number": "24.2.3.7" + }, + { + "id": "sec-set.prototype.keys", + "title": "Set.prototype.keys ( )", + "level": 4, + "number": "24.2.3.8" + }, + { + "id": "sec-get-set.prototype.size", + "title": "get Set.prototype.size", + "level": 4, + "number": "24.2.3.9" + }, + { + "id": "sec-set.prototype.values", + "title": "Set.prototype.values ( )", + "level": 4, + "number": "24.2.3.10" + }, + { + "id": "sec-set.prototype-@@iterator", + "title": "Set.prototype [ @@iterator ] ( )", + "level": 4, + "number": "24.2.3.11" + }, + { + "id": "sec-set.prototype-@@tostringtag", + "title": "Set.prototype [ @@toStringTag ]", + "level": 4, + "number": "24.2.3.12" + }, + { + "id": "sec-properties-of-set-instances", + "title": "Properties of Set Instances", + "level": 3, + "number": "24.2.4" + }, + { + "id": "sec-set-iterator-objects", + "title": "Set Iterator Objects", + "level": 3, + "number": "24.2.5" + }, + { + "id": "sec-createsetiterator", + "title": "CreateSetIterator ( set, kind )", + "level": 4, + "number": "24.2.5.1" + }, + { + "id": "sec-%setiteratorprototype%-object", + "title": "The %SetIteratorPrototype% Object", + "level": 4, + "number": "24.2.5.2" + }, + { + "id": "sec-%setiteratorprototype%.next", + "title": "%SetIteratorPrototype%.next ( )", + "level": 5, + "number": "24.2.5.2.1" + }, + { + "id": "sec-%setiteratorprototype%-@@tostringtag", + "title": "%SetIteratorPrototype% [ @@toStringTag ]", + "level": 5, + "number": "24.2.5.2.2" + }, + { + "id": "sec-weakmap-objects", + "title": "WeakMap Objects", + "level": 2, + "number": "24.3" + }, + { + "id": "sec-weakmap-constructor", + "title": "The WeakMap Constructor", + "level": 3, + "number": "24.3.1" + }, + { + "id": "sec-weakmap-iterable", + "title": "WeakMap ( [ iterable ] )", + "level": 4, + "number": "24.3.1.1" + }, + { + "id": "sec-properties-of-the-weakmap-constructor", + "title": "Properties of the WeakMap Constructor", + "level": 3, + "number": "24.3.2" + }, + { + "id": "sec-weakmap.prototype", + "title": "WeakMap.prototype", + "level": 4, + "number": "24.3.2.1" + }, + { + "id": "sec-properties-of-the-weakmap-prototype-object", + "title": "Properties of the WeakMap Prototype Object", + "level": 3, + "number": "24.3.3" + }, + { + "id": "sec-weakmap.prototype.constructor", + "title": "WeakMap.prototype.constructor", + "level": 4, + "number": "24.3.3.1" + }, + { + "id": "sec-weakmap.prototype.delete", + "title": "WeakMap.prototype.delete ( key )", + "level": 4, + "number": "24.3.3.2" + }, + { + "id": "sec-weakmap.prototype.get", + "title": "WeakMap.prototype.get ( key )", + "level": 4, + "number": "24.3.3.3" + }, + { + "id": "sec-weakmap.prototype.has", + "title": "WeakMap.prototype.has ( key )", + "level": 4, + "number": "24.3.3.4" + }, + { + "id": "sec-weakmap.prototype.set", + "title": "WeakMap.prototype.set ( key, value )", + "level": 4, + "number": "24.3.3.5" + }, + { + "id": "sec-weakmap.prototype-@@tostringtag", + "title": "WeakMap.prototype [ @@toStringTag ]", + "level": 4, + "number": "24.3.3.6" + }, + { + "id": "sec-properties-of-weakmap-instances", + "title": "Properties of WeakMap Instances", + "level": 3, + "number": "24.3.4" + }, + { + "id": "sec-weakset-objects", + "title": "WeakSet Objects", + "level": 2, + "number": "24.4" + }, + { + "id": "sec-weakset-constructor", + "title": "The WeakSet Constructor", + "level": 3, + "number": "24.4.1" + }, + { + "id": "sec-weakset-iterable", + "title": "WeakSet ( [ iterable ] )", + "level": 4, + "number": "24.4.1.1" + }, + { + "id": "sec-properties-of-the-weakset-constructor", + "title": "Properties of the WeakSet Constructor", + "level": 3, + "number": "24.4.2" + }, + { + "id": "sec-weakset.prototype", + "title": "WeakSet.prototype", + "level": 4, + "number": "24.4.2.1" + }, + { + "id": "sec-properties-of-the-weakset-prototype-object", + "title": "Properties of the WeakSet Prototype Object", + "level": 3, + "number": "24.4.3" + }, + { + "id": "sec-weakset.prototype.add", + "title": "WeakSet.prototype.add ( value )", + "level": 4, + "number": "24.4.3.1" + }, + { + "id": "sec-weakset.prototype.constructor", + "title": "WeakSet.prototype.constructor", + "level": 4, + "number": "24.4.3.2" + }, + { + "id": "sec-weakset.prototype.delete", + "title": "WeakSet.prototype.delete ( value )", + "level": 4, + "number": "24.4.3.3" + }, + { + "id": "sec-weakset.prototype.has", + "title": "WeakSet.prototype.has ( value )", + "level": 4, + "number": "24.4.3.4" + }, + { + "id": "sec-weakset.prototype-@@tostringtag", + "title": "WeakSet.prototype [ @@toStringTag ]", + "level": 4, + "number": "24.4.3.5" + }, + { + "id": "sec-properties-of-weakset-instances", + "title": "Properties of WeakSet Instances", + "level": 3, + "number": "24.4.4" + }, + { + "id": "sec-structured-data", + "title": "Structured Data", + "level": 1, + "number": "25" + }, + { + "id": "sec-arraybuffer-objects", + "title": "ArrayBuffer Objects", + "level": 2, + "number": "25.1" + }, + { + "id": "sec-arraybuffer-notation", + "title": "Notation", + "level": 3, + "number": "25.1.1" + }, + { + "id": "sec-abstract-operations-for-arraybuffer-objects", + "title": "Abstract Operations For ArrayBuffer Objects", + "level": 3, + "number": "25.1.2" + }, + { + "id": "sec-allocatearraybuffer", + "title": "AllocateArrayBuffer ( constructor, byteLength )", + "level": 4, + "number": "25.1.2.1" + }, + { + "id": "sec-isdetachedbuffer", + "title": "IsDetachedBuffer ( arrayBuffer )", + "level": 4, + "number": "25.1.2.2" + }, + { + "id": "sec-detacharraybuffer", + "title": "DetachArrayBuffer ( arrayBuffer [ , key ] )", + "level": 4, + "number": "25.1.2.3" + }, + { + "id": "sec-clonearraybuffer", + "title": "CloneArrayBuffer ( srcBuffer, srcByteOffset, srcLength, cloneConstructor )", + "level": 4, + "number": "25.1.2.4" + }, + { + "id": "sec-isunsignedelementtype", + "title": "IsUnsignedElementType ( type )", + "level": 4, + "number": "25.1.2.5" + }, + { + "id": "sec-isunclampedintegerelementtype", + "title": "IsUnclampedIntegerElementType ( type )", + "level": 4, + "number": "25.1.2.6" + }, + { + "id": "sec-isbigintelementtype", + "title": "IsBigIntElementType ( type )", + "level": 4, + "number": "25.1.2.7" + }, + { + "id": "sec-isnotearconfiguration", + "title": "IsNoTearConfiguration ( type, order )", + "level": 4, + "number": "25.1.2.8" + }, + { + "id": "sec-rawbytestonumeric", + "title": "RawBytesToNumeric ( type, rawBytes, isLittleEndian )", + "level": 4, + "number": "25.1.2.9" + }, + { + "id": "sec-getvaluefrombuffer", + "title": "GetValueFromBuffer ( arrayBuffer, byteIndex, type, isTypedArray, order [ , isLittleEndian ] )", + "level": 4, + "number": "25.1.2.10" + }, + { + "id": "sec-numerictorawbytes", + "title": "NumericToRawBytes ( type, value, isLittleEndian )", + "level": 4, + "number": "25.1.2.11" + }, + { + "id": "sec-setvalueinbuffer", + "title": "SetValueInBuffer ( arrayBuffer, byteIndex, type, value, isTypedArray, order [ , isLittleEndian ] )", + "level": 4, + "number": "25.1.2.12" + }, + { + "id": "sec-getmodifysetvalueinbuffer", + "title": "GetModifySetValueInBuffer ( arrayBuffer, byteIndex, type, value, op [ , isLittleEndian ] )", + "level": 4, + "number": "25.1.2.13" + }, + { + "id": "sec-arraybuffer-constructor", + "title": "The ArrayBuffer Constructor", + "level": 3, + "number": "25.1.3" + }, + { + "id": "sec-arraybuffer-length", + "title": "ArrayBuffer ( length )", + "level": 4, + "number": "25.1.3.1" + }, + { + "id": "sec-properties-of-the-arraybuffer-constructor", + "title": "Properties of the ArrayBuffer Constructor", + "level": 3, + "number": "25.1.4" + }, + { + "id": "sec-arraybuffer.isview", + "title": "ArrayBuffer.isView ( arg )", + "level": 4, + "number": "25.1.4.1" + }, + { + "id": "sec-arraybuffer.prototype", + "title": "ArrayBuffer.prototype", + "level": 4, + "number": "25.1.4.2" + }, + { + "id": "sec-get-arraybuffer-@@species", + "title": "get ArrayBuffer [ @@species ]", + "level": 4, + "number": "25.1.4.3" + }, + { + "id": "sec-properties-of-the-arraybuffer-prototype-object", + "title": "Properties of the ArrayBuffer Prototype Object", + "level": 3, + "number": "25.1.5" + }, + { + "id": "sec-get-arraybuffer.prototype.bytelength", + "title": "get ArrayBuffer.prototype.byteLength", + "level": 4, + "number": "25.1.5.1" + }, + { + "id": "sec-arraybuffer.prototype.constructor", + "title": "ArrayBuffer.prototype.constructor", + "level": 4, + "number": "25.1.5.2" + }, + { + "id": "sec-arraybuffer.prototype.slice", + "title": "ArrayBuffer.prototype.slice ( start, end )", + "level": 4, + "number": "25.1.5.3" + }, + { + "id": "sec-arraybuffer.prototype-@@tostringtag", + "title": "ArrayBuffer.prototype [ @@toStringTag ]", + "level": 4, + "number": "25.1.5.4" + }, + { + "id": "sec-properties-of-the-arraybuffer-instances", + "title": "Properties of ArrayBuffer Instances", + "level": 3, + "number": "25.1.6" + }, + { + "id": "sec-sharedarraybuffer-objects", + "title": "SharedArrayBuffer Objects", + "level": 2, + "number": "25.2" + }, + { + "id": "sec-abstract-operations-for-sharedarraybuffer-objects", + "title": "Abstract Operations for SharedArrayBuffer Objects", + "level": 3, + "number": "25.2.1" + }, + { + "id": "sec-allocatesharedarraybuffer", + "title": "AllocateSharedArrayBuffer ( constructor, byteLength )", + "level": 4, + "number": "25.2.1.1" + }, + { + "id": "sec-issharedarraybuffer", + "title": "IsSharedArrayBuffer ( obj )", + "level": 4, + "number": "25.2.1.2" + }, + { + "id": "sec-sharedarraybuffer-constructor", + "title": "The SharedArrayBuffer Constructor", + "level": 3, + "number": "25.2.2" + }, + { + "id": "sec-sharedarraybuffer-length", + "title": "SharedArrayBuffer ( [ length ] )", + "level": 4, + "number": "25.2.2.1" + }, + { + "id": "sec-properties-of-the-sharedarraybuffer-constructor", + "title": "Properties of the SharedArrayBuffer Constructor", + "level": 3, + "number": "25.2.3" + }, + { + "id": "sec-sharedarraybuffer.prototype", + "title": "SharedArrayBuffer.prototype", + "level": 4, + "number": "25.2.3.1" + }, + { + "id": "sec-sharedarraybuffer-@@species", + "title": "get SharedArrayBuffer [ @@species ]", + "level": 4, + "number": "25.2.3.2" + }, + { + "id": "sec-properties-of-the-sharedarraybuffer-prototype-object", + "title": "Properties of the SharedArrayBuffer Prototype Object", + "level": 3, + "number": "25.2.4" + }, + { + "id": "sec-get-sharedarraybuffer.prototype.bytelength", + "title": "get SharedArrayBuffer.prototype.byteLength", + "level": 4, + "number": "25.2.4.1" + }, + { + "id": "sec-sharedarraybuffer.prototype.constructor", + "title": "SharedArrayBuffer.prototype.constructor", + "level": 4, + "number": "25.2.4.2" + }, + { + "id": "sec-sharedarraybuffer.prototype.slice", + "title": "SharedArrayBuffer.prototype.slice ( start, end )", + "level": 4, + "number": "25.2.4.3" + }, + { + "id": "sec-sharedarraybuffer.prototype.toString", + "title": "SharedArrayBuffer.prototype [ @@toStringTag ]", + "level": 4, + "number": "25.2.4.4" + }, + { + "id": "sec-properties-of-the-sharedarraybuffer-instances", + "title": "Properties of SharedArrayBuffer Instances", + "level": 3, + "number": "25.2.5" + }, + { + "id": "sec-dataview-objects", + "title": "DataView Objects", + "level": 2, + "number": "25.3" + }, + { + "id": "sec-abstract-operations-for-dataview-objects", + "title": "Abstract Operations For DataView Objects", + "level": 3, + "number": "25.3.1" + }, + { + "id": "sec-getviewvalue", + "title": "GetViewValue ( view, requestIndex, isLittleEndian, type )", + "level": 4, + "number": "25.3.1.1" + }, + { + "id": "sec-setviewvalue", + "title": "SetViewValue ( view, requestIndex, isLittleEndian, type, value )", + "level": 4, + "number": "25.3.1.2" + }, + { + "id": "sec-dataview-constructor", + "title": "The DataView Constructor", + "level": 3, + "number": "25.3.2" + }, + { + "id": "sec-dataview-buffer-byteoffset-bytelength", + "title": "DataView ( buffer [ , byteOffset [ , byteLength ] ] )", + "level": 4, + "number": "25.3.2.1" + }, + { + "id": "sec-properties-of-the-dataview-constructor", + "title": "Properties of the DataView Constructor", + "level": 3, + "number": "25.3.3" + }, + { + "id": "sec-dataview.prototype", + "title": "DataView.prototype", + "level": 4, + "number": "25.3.3.1" + }, + { + "id": "sec-properties-of-the-dataview-prototype-object", + "title": "Properties of the DataView Prototype Object", + "level": 3, + "number": "25.3.4" + }, + { + "id": "sec-get-dataview.prototype.buffer", + "title": "get DataView.prototype.buffer", + "level": 4, + "number": "25.3.4.1" + }, + { + "id": "sec-get-dataview.prototype.bytelength", + "title": "get DataView.prototype.byteLength", + "level": 4, + "number": "25.3.4.2" + }, + { + "id": "sec-get-dataview.prototype.byteoffset", + "title": "get DataView.prototype.byteOffset", + "level": 4, + "number": "25.3.4.3" + }, + { + "id": "sec-dataview.prototype.constructor", + "title": "DataView.prototype.constructor", + "level": 4, + "number": "25.3.4.4" + }, + { + "id": "sec-dataview.prototype.getbigint64", + "title": "DataView.prototype.getBigInt64 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.5" + }, + { + "id": "sec-dataview.prototype.getbiguint64", + "title": "DataView.prototype.getBigUint64 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.6" + }, + { + "id": "sec-dataview.prototype.getfloat32", + "title": "DataView.prototype.getFloat32 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.7" + }, + { + "id": "sec-dataview.prototype.getfloat64", + "title": "DataView.prototype.getFloat64 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.8" + }, + { + "id": "sec-dataview.prototype.getint8", + "title": "DataView.prototype.getInt8 ( byteOffset )", + "level": 4, + "number": "25.3.4.9" + }, + { + "id": "sec-dataview.prototype.getint16", + "title": "DataView.prototype.getInt16 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.10" + }, + { + "id": "sec-dataview.prototype.getint32", + "title": "DataView.prototype.getInt32 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.11" + }, + { + "id": "sec-dataview.prototype.getuint8", + "title": "DataView.prototype.getUint8 ( byteOffset )", + "level": 4, + "number": "25.3.4.12" + }, + { + "id": "sec-dataview.prototype.getuint16", + "title": "DataView.prototype.getUint16 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.13" + }, + { + "id": "sec-dataview.prototype.getuint32", + "title": "DataView.prototype.getUint32 ( byteOffset [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.14" + }, + { + "id": "sec-dataview.prototype.setbigint64", + "title": "DataView.prototype.setBigInt64 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.15" + }, + { + "id": "sec-dataview.prototype.setbiguint64", + "title": "DataView.prototype.setBigUint64 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.16" + }, + { + "id": "sec-dataview.prototype.setfloat32", + "title": "DataView.prototype.setFloat32 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.17" + }, + { + "id": "sec-dataview.prototype.setfloat64", + "title": "DataView.prototype.setFloat64 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.18" + }, + { + "id": "sec-dataview.prototype.setint8", + "title": "DataView.prototype.setInt8 ( byteOffset, value )", + "level": 4, + "number": "25.3.4.19" + }, + { + "id": "sec-dataview.prototype.setint16", + "title": "DataView.prototype.setInt16 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.20" + }, + { + "id": "sec-dataview.prototype.setint32", + "title": "DataView.prototype.setInt32 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.21" + }, + { + "id": "sec-dataview.prototype.setuint8", + "title": "DataView.prototype.setUint8 ( byteOffset, value )", + "level": 4, + "number": "25.3.4.22" + }, + { + "id": "sec-dataview.prototype.setuint16", + "title": "DataView.prototype.setUint16 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.23" + }, + { + "id": "sec-dataview.prototype.setuint32", + "title": "DataView.prototype.setUint32 ( byteOffset, value [ , littleEndian ] )", + "level": 4, + "number": "25.3.4.24" + }, + { + "id": "sec-dataview.prototype-@@tostringtag", + "title": "DataView.prototype [ @@toStringTag ]", + "level": 4, + "number": "25.3.4.25" + }, + { + "id": "sec-properties-of-dataview-instances", + "title": "Properties of DataView Instances", + "level": 3, + "number": "25.3.5" + }, + { + "id": "sec-atomics-object", + "title": "The Atomics Object", + "level": 2, + "number": "25.4" + }, + { + "id": "sec-abstract-operations-for-atomics", + "title": "Abstract Operations for Atomics", + "level": 3, + "number": "25.4.1" + }, + { + "id": "sec-validateintegertypedarray", + "title": "ValidateIntegerTypedArray ( typedArray [ , waitable ] )", + "level": 4, + "number": "25.4.1.1" + }, + { + "id": "sec-validateatomicaccess", + "title": "ValidateAtomicAccess ( typedArray, requestIndex )", + "level": 4, + "number": "25.4.1.2" + }, + { + "id": "sec-getwaiterlist", + "title": "GetWaiterList ( block, i )", + "level": 4, + "number": "25.4.1.3" + }, + { + "id": "sec-entercriticalsection", + "title": "EnterCriticalSection ( WL )", + "level": 4, + "number": "25.4.1.4" + }, + { + "id": "sec-leavecriticalsection", + "title": "LeaveCriticalSection ( WL )", + "level": 4, + "number": "25.4.1.5" + }, + { + "id": "sec-addwaiter", + "title": "AddWaiter ( WL, W )", + "level": 4, + "number": "25.4.1.6" + }, + { + "id": "sec-removewaiter", + "title": "RemoveWaiter ( WL, W )", + "level": 4, + "number": "25.4.1.7" + }, + { + "id": "sec-removewaiters", + "title": "RemoveWaiters ( WL, c )", + "level": 4, + "number": "25.4.1.8" + }, + { + "id": "sec-suspendagent", + "title": "SuspendAgent ( WL, W, timeout )", + "level": 4, + "number": "25.4.1.9" + }, + { + "id": "sec-notifywaiter", + "title": "NotifyWaiter ( WL, W )", + "level": 4, + "number": "25.4.1.10" + }, + { + "id": "sec-atomicreadmodifywrite", + "title": "AtomicReadModifyWrite ( typedArray, index, value, op )", + "level": 4, + "number": "25.4.1.11" + }, + { + "id": "sec-bytelistbitwiseop", + "title": "ByteListBitwiseOp ( op, xBytes, yBytes )", + "level": 4, + "number": "25.4.1.12" + }, + { + "id": "sec-bytelistequal", + "title": "ByteListEqual ( xBytes, yBytes )", + "level": 4, + "number": "25.4.1.13" + }, + { + "id": "sec-atomics.add", + "title": "Atomics.add ( typedArray, index, value )", + "level": 3, + "number": "25.4.2" + }, + { + "id": "sec-atomics.and", + "title": "Atomics.and ( typedArray, index, value )", + "level": 3, + "number": "25.4.3" + }, + { + "id": "sec-atomics.compareexchange", + "title": "Atomics.compareExchange ( typedArray, index, expectedValue, replacementValue )", + "level": 3, + "number": "25.4.4" + }, + { + "id": "sec-atomics.exchange", + "title": "Atomics.exchange ( typedArray, index, value )", + "level": 3, + "number": "25.4.5" + }, + { + "id": "sec-atomics.islockfree", + "title": "Atomics.isLockFree ( size )", + "level": 3, + "number": "25.4.6" + }, + { + "id": "sec-atomics.load", + "title": "Atomics.load ( typedArray, index )", + "level": 3, + "number": "25.4.7" + }, + { + "id": "sec-atomics.or", + "title": "Atomics.or ( typedArray, index, value )", + "level": 3, + "number": "25.4.8" + }, + { + "id": "sec-atomics.store", + "title": "Atomics.store ( typedArray, index, value )", + "level": 3, + "number": "25.4.9" + }, + { + "id": "sec-atomics.sub", + "title": "Atomics.sub ( typedArray, index, value )", + "level": 3, + "number": "25.4.10" + }, + { + "id": "sec-atomics.wait", + "title": "Atomics.wait ( typedArray, index, value, timeout )", + "level": 3, + "number": "25.4.11" + }, + { + "id": "sec-atomics.notify", + "title": "Atomics.notify ( typedArray, index, count )", + "level": 3, + "number": "25.4.12" + }, + { + "id": "sec-atomics.xor", + "title": "Atomics.xor ( typedArray, index, value )", + "level": 3, + "number": "25.4.13" + }, + { + "id": "sec-atomics-@@tostringtag", + "title": "Atomics [ @@toStringTag ]", + "level": 3, + "number": "25.4.14" + }, + { + "id": "sec-json-object", + "title": "The JSON Object", + "level": 2, + "number": "25.5" + }, + { + "id": "sec-json.parse", + "title": "JSON.parse ( text [ , reviver ] )", + "level": 3, + "number": "25.5.1" + }, + { + "id": "sec-internalizejsonproperty", + "title": "InternalizeJSONProperty ( holder, name, reviver )", + "level": 4, + "number": "25.5.1.1" + }, + { + "id": "sec-json.stringify", + "title": "JSON.stringify ( value [ , replacer [ , space ] ] )", + "level": 3, + "number": "25.5.2" + }, + { + "id": "sec-serializejsonproperty", + "title": "SerializeJSONProperty ( state, key, holder )", + "level": 4, + "number": "25.5.2.1" + }, + { + "id": "sec-quotejsonstring", + "title": "QuoteJSONString ( value )", + "level": 4, + "number": "25.5.2.2" + }, + { + "id": "sec-unicodeescape", + "title": "UnicodeEscape ( C )", + "level": 4, + "number": "25.5.2.3" + }, + { + "id": "sec-serializejsonobject", + "title": "SerializeJSONObject ( state, value )", + "level": 4, + "number": "25.5.2.4" + }, + { + "id": "sec-serializejsonarray", + "title": "SerializeJSONArray ( state, value )", + "level": 4, + "number": "25.5.2.5" + }, + { + "id": "sec-json-@@tostringtag", + "title": "JSON [ @@toStringTag ]", + "level": 3, + "number": "25.5.3" + }, + { + "id": "sec-managing-memory", + "title": "Managing Memory", + "level": 1, + "number": "26" + }, + { + "id": "sec-weak-ref-objects", + "title": "WeakRef Objects", + "level": 2, + "number": "26.1" + }, + { + "id": "sec-weak-ref-constructor", + "title": "The WeakRef Constructor", + "level": 3, + "number": "26.1.1" + }, + { + "id": "sec-weak-ref-target", + "title": "WeakRef ( target )", + "level": 4, + "number": "26.1.1.1" + }, + { + "id": "sec-properties-of-the-weak-ref-constructor", + "title": "Properties of the WeakRef Constructor", + "level": 3, + "number": "26.1.2" + }, + { + "id": "sec-weak-ref.prototype", + "title": "WeakRef.prototype", + "level": 4, + "number": "26.1.2.1" + }, + { + "id": "sec-properties-of-the-weak-ref-prototype-object", + "title": "Properties of the WeakRef Prototype Object", + "level": 3, + "number": "26.1.3" + }, + { + "id": "sec-weak-ref.prototype.constructor", + "title": "WeakRef.prototype.constructor", + "level": 4, + "number": "26.1.3.1" + }, + { + "id": "sec-weak-ref.prototype.deref", + "title": "WeakRef.prototype.deref ( )", + "level": 4, + "number": "26.1.3.2" + }, + { + "id": "sec-weak-ref.prototype-@@tostringtag", + "title": "WeakRef.prototype [ @@toStringTag ]", + "level": 4, + "number": "26.1.3.3" + }, + { + "id": "sec-weakref-abstract-operations", + "title": "WeakRef Abstract Operations", + "level": 3, + "number": "26.1.4" + }, + { + "id": "sec-weakrefderef", + "title": "WeakRefDeref ( weakRef )", + "level": 4, + "number": "26.1.4.1" + }, + { + "id": "sec-properties-of-weak-ref-instances", + "title": "Properties of WeakRef Instances", + "level": 3, + "number": "26.1.5" + }, + { + "id": "sec-finalization-registry-objects", + "title": "FinalizationRegistry Objects", + "level": 2, + "number": "26.2" + }, + { + "id": "sec-finalization-registry-constructor", + "title": "The FinalizationRegistry Constructor", + "level": 3, + "number": "26.2.1" + }, + { + "id": "sec-finalization-registry-cleanup-callback", + "title": "FinalizationRegistry ( cleanupCallback )", + "level": 4, + "number": "26.2.1.1" + }, + { + "id": "sec-properties-of-the-finalization-registry-constructor", + "title": "Properties of the FinalizationRegistry Constructor", + "level": 3, + "number": "26.2.2" + }, + { + "id": "sec-finalization-registry.prototype", + "title": "FinalizationRegistry.prototype", + "level": 4, + "number": "26.2.2.1" + }, + { + "id": "sec-properties-of-the-finalization-registry-prototype-object", + "title": "Properties of the FinalizationRegistry Prototype Object", + "level": 3, + "number": "26.2.3" + }, + { + "id": "sec-finalization-registry.prototype.constructor", + "title": "FinalizationRegistry.prototype.constructor", + "level": 4, + "number": "26.2.3.1" + }, + { + "id": "sec-finalization-registry.prototype.register", + "title": "FinalizationRegistry.prototype.register ( target, heldValue [ , unregisterToken ] )", + "level": 4, + "number": "26.2.3.2" + }, + { + "id": "sec-finalization-registry.prototype.unregister", + "title": "FinalizationRegistry.prototype.unregister ( unregisterToken )", + "level": 4, + "number": "26.2.3.3" + }, + { + "id": "sec-finalization-registry.prototype-@@tostringtag", + "title": "FinalizationRegistry.prototype [ @@toStringTag ]", + "level": 4, + "number": "26.2.3.4" + }, + { + "id": "sec-properties-of-finalization-registry-instances", + "title": "Properties of FinalizationRegistry Instances", + "level": 3, + "number": "26.2.4" + }, + { + "id": "sec-control-abstraction-objects", + "title": "Control Abstraction Objects", + "level": 1, + "number": "27" + }, + { + "id": "sec-iteration", + "title": "Iteration", + "level": 2, + "number": "27.1" + }, + { + "id": "sec-common-iteration-interfaces", + "title": "Common Iteration Interfaces", + "level": 3, + "number": "27.1.1" + }, + { + "id": "sec-iterable-interface", + "title": "The Iterable Interface", + "level": 4, + "number": "27.1.1.1" + }, + { + "id": "sec-iterator-interface", + "title": "The Iterator Interface", + "level": 4, + "number": "27.1.1.2" + }, + { + "id": "sec-asynciterable-interface", + "title": "The AsyncIterable Interface", + "level": 4, + "number": "27.1.1.3" + }, + { + "id": "sec-asynciterator-interface", + "title": "The AsyncIterator Interface", + "level": 4, + "number": "27.1.1.4" + }, + { + "id": "sec-iteratorresult-interface", + "title": "The IteratorResult Interface", + "level": 4, + "number": "27.1.1.5" + }, + { + "id": "sec-%iteratorprototype%-object", + "title": "The %IteratorPrototype% Object", + "level": 3, + "number": "27.1.2" + }, + { + "id": "sec-%iteratorprototype%-@@iterator", + "title": "%IteratorPrototype% [ @@iterator ] ( )", + "level": 4, + "number": "27.1.2.1" + }, + { + "id": "sec-asynciteratorprototype", + "title": "The %AsyncIteratorPrototype% Object", + "level": 3, + "number": "27.1.3" + }, + { + "id": "sec-asynciteratorprototype-asynciterator", + "title": "%AsyncIteratorPrototype% [ @@asyncIterator ] ( )", + "level": 4, + "number": "27.1.3.1" + }, + { + "id": "sec-async-from-sync-iterator-objects", + "title": "Async-from-Sync Iterator Objects", + "level": 3, + "number": "27.1.4" + }, + { + "id": "sec-createasyncfromsynciterator", + "title": "CreateAsyncFromSyncIterator ( syncIteratorRecord )", + "level": 4, + "number": "27.1.4.1" + }, + { + "id": "sec-%asyncfromsynciteratorprototype%-object", + "title": "The %AsyncFromSyncIteratorPrototype% Object", + "level": 4, + "number": "27.1.4.2" + }, + { + "id": "sec-%asyncfromsynciteratorprototype%.next", + "title": "%AsyncFromSyncIteratorPrototype%.next ( [ value ] )", + "level": 5, + "number": "27.1.4.2.1" + }, + { + "id": "sec-%asyncfromsynciteratorprototype%.return", + "title": "%AsyncFromSyncIteratorPrototype%.return ( [ value ] )", + "level": 5, + "number": "27.1.4.2.2" + }, + { + "id": "sec-%asyncfromsynciteratorprototype%.throw", + "title": "%AsyncFromSyncIteratorPrototype%.throw ( [ value ] )", + "level": 5, + "number": "27.1.4.2.3" + }, + { + "id": "sec-async-from-sync-iterator-value-unwrap-functions", + "title": "Async-from-Sync Iterator Value Unwrap Functions", + "level": 5, + "number": "27.1.4.2.4" + }, + { + "id": "sec-properties-of-async-from-sync-iterator-instances", + "title": "Properties of Async-from-Sync Iterator Instances", + "level": 4, + "number": "27.1.4.3" + }, + { + "id": "sec-asyncfromsynciteratorcontinuation", + "title": "AsyncFromSyncIteratorContinuation ( result, promiseCapability )", + "level": 4, + "number": "27.1.4.4" + }, + { + "id": "sec-promise-objects", + "title": "Promise Objects", + "level": 2, + "number": "27.2" + }, + { + "id": "sec-promise-abstract-operations", + "title": "Promise Abstract Operations", + "level": 3, + "number": "27.2.1" + }, + { + "id": "sec-promisecapability-records", + "title": "PromiseCapability Records", + "level": 4, + "number": "27.2.1.1" + }, + { + "id": "sec-ifabruptrejectpromise", + "title": "IfAbruptRejectPromise ( value, capability )", + "level": 5, + "number": "27.2.1.1.1" + }, + { + "id": "sec-promisereaction-records", + "title": "PromiseReaction Records", + "level": 4, + "number": "27.2.1.2" + }, + { + "id": "sec-createresolvingfunctions", + "title": "CreateResolvingFunctions ( promise )", + "level": 4, + "number": "27.2.1.3" + }, + { + "id": "sec-promise-reject-functions", + "title": "Promise Reject Functions", + "level": 5, + "number": "27.2.1.3.1" + }, + { + "id": "sec-promise-resolve-functions", + "title": "Promise Resolve Functions", + "level": 5, + "number": "27.2.1.3.2" + }, + { + "id": "sec-fulfillpromise", + "title": "FulfillPromise ( promise, value )", + "level": 4, + "number": "27.2.1.4" + }, + { + "id": "sec-newpromisecapability", + "title": "NewPromiseCapability ( C )", + "level": 4, + "number": "27.2.1.5" + }, + { + "id": "sec-getcapabilitiesexecutor-functions", + "title": "GetCapabilitiesExecutor Functions", + "level": 5, + "number": "27.2.1.5.1" + }, + { + "id": "sec-ispromise", + "title": "IsPromise ( x )", + "level": 4, + "number": "27.2.1.6" + }, + { + "id": "sec-rejectpromise", + "title": "RejectPromise ( promise, reason )", + "level": 4, + "number": "27.2.1.7" + }, + { + "id": "sec-triggerpromisereactions", + "title": "TriggerPromiseReactions ( reactions, argument )", + "level": 4, + "number": "27.2.1.8" + }, + { + "id": "sec-host-promise-rejection-tracker", + "title": "HostPromiseRejectionTracker ( promise, operation )", + "level": 4, + "number": "27.2.1.9" + }, + { + "id": "sec-promise-jobs", + "title": "Promise Jobs", + "level": 3, + "number": "27.2.2" + }, + { + "id": "sec-newpromisereactionjob", + "title": "NewPromiseReactionJob ( reaction, argument )", + "level": 4, + "number": "27.2.2.1" + }, + { + "id": "sec-newpromiseresolvethenablejob", + "title": "NewPromiseResolveThenableJob ( promiseToResolve, thenable, then )", + "level": 4, + "number": "27.2.2.2" + }, + { + "id": "sec-promise-constructor", + "title": "The Promise Constructor", + "level": 3, + "number": "27.2.3" + }, + { + "id": "sec-promise-executor", + "title": "Promise ( executor )", + "level": 4, + "number": "27.2.3.1" + }, + { + "id": "sec-properties-of-the-promise-constructor", + "title": "Properties of the Promise Constructor", + "level": 3, + "number": "27.2.4" + }, + { + "id": "sec-promise.all", + "title": "Promise.all ( iterable )", + "level": 4, + "number": "27.2.4.1" + }, + { + "id": "sec-getpromiseresolve", + "title": "GetPromiseResolve ( promiseConstructor )", + "level": 5, + "number": "27.2.4.1.1" + }, + { + "id": "sec-performpromiseall", + "title": "PerformPromiseAll ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "level": 5, + "number": "27.2.4.1.2" + }, + { + "id": "sec-promise.all-resolve-element-functions", + "title": "Promise.all Resolve Element Functions", + "level": 5, + "number": "27.2.4.1.3" + }, + { + "id": "sec-promise.allsettled", + "title": "Promise.allSettled ( iterable )", + "level": 4, + "number": "27.2.4.2" + }, + { + "id": "sec-performpromiseallsettled", + "title": "PerformPromiseAllSettled ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "level": 5, + "number": "27.2.4.2.1" + }, + { + "id": "sec-promise.allsettled-resolve-element-functions", + "title": "Promise.allSettled Resolve Element Functions", + "level": 5, + "number": "27.2.4.2.2" + }, + { + "id": "sec-promise.allsettled-reject-element-functions", + "title": "Promise.allSettled Reject Element Functions", + "level": 5, + "number": "27.2.4.2.3" + }, + { + "id": "sec-promise.any", + "title": "Promise.any ( iterable )", + "level": 4, + "number": "27.2.4.3" + }, + { + "id": "sec-performpromiseany", + "title": "PerformPromiseAny ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "level": 5, + "number": "27.2.4.3.1" + }, + { + "id": "sec-promise.any-reject-element-functions", + "title": "Promise.any Reject Element Functions", + "level": 5, + "number": "27.2.4.3.2" + }, + { + "id": "sec-promise.prototype", + "title": "Promise.prototype", + "level": 4, + "number": "27.2.4.4" + }, + { + "id": "sec-promise.race", + "title": "Promise.race ( iterable )", + "level": 4, + "number": "27.2.4.5" + }, + { + "id": "sec-performpromiserace", + "title": "PerformPromiseRace ( iteratorRecord, constructor, resultCapability, promiseResolve )", + "level": 5, + "number": "27.2.4.5.1" + }, + { + "id": "sec-promise.reject", + "title": "Promise.reject ( r )", + "level": 4, + "number": "27.2.4.6" + }, + { + "id": "sec-promise.resolve", + "title": "Promise.resolve ( x )", + "level": 4, + "number": "27.2.4.7" + }, + { + "id": "sec-promise-resolve", + "title": "PromiseResolve ( C, x )", + "level": 5, + "number": "27.2.4.7.1" + }, + { + "id": "sec-get-promise-@@species", + "title": "get Promise [ @@species ]", + "level": 4, + "number": "27.2.4.8" + }, + { + "id": "sec-properties-of-the-promise-prototype-object", + "title": "Properties of the Promise Prototype Object", + "level": 3, + "number": "27.2.5" + }, + { + "id": "sec-promise.prototype.catch", + "title": "Promise.prototype.catch ( onRejected )", + "level": 4, + "number": "27.2.5.1" + }, + { + "id": "sec-promise.prototype.constructor", + "title": "Promise.prototype.constructor", + "level": 4, + "number": "27.2.5.2" + }, + { + "id": "sec-promise.prototype.finally", + "title": "Promise.prototype.finally ( onFinally )", + "level": 4, + "number": "27.2.5.3" + }, + { + "id": "sec-thenfinallyfunctions", + "title": "Then Finally Functions", + "level": 5, + "number": "27.2.5.3.1" + }, + { + "id": "sec-catchfinallyfunctions", + "title": "Catch Finally Functions", + "level": 5, + "number": "27.2.5.3.2" + }, + { + "id": "sec-promise.prototype.then", + "title": "Promise.prototype.then ( onFulfilled, onRejected )", + "level": 4, + "number": "27.2.5.4" + }, + { + "id": "sec-performpromisethen", + "title": "PerformPromiseThen ( promise, onFulfilled, onRejected [ , resultCapability ] )", + "level": 5, + "number": "27.2.5.4.1" + }, + { + "id": "sec-promise.prototype-@@tostringtag", + "title": "Promise.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.2.5.5" + }, + { + "id": "sec-properties-of-promise-instances", + "title": "Properties of Promise Instances", + "level": 3, + "number": "27.2.6" + }, + { + "id": "sec-generatorfunction-objects", + "title": "GeneratorFunction Objects", + "level": 2, + "number": "27.3" + }, + { + "id": "sec-generatorfunction-constructor", + "title": "The GeneratorFunction Constructor", + "level": 3, + "number": "27.3.1" + }, + { + "id": "sec-generatorfunction", + "title": "GeneratorFunction ( p1, p2, ā€¦ , pn, body )", + "level": 4, + "number": "27.3.1.1" + }, + { + "id": "sec-properties-of-the-generatorfunction-constructor", + "title": "Properties of the GeneratorFunction Constructor", + "level": 3, + "number": "27.3.2" + }, + { + "id": "sec-generatorfunction.length", + "title": "GeneratorFunction.length", + "level": 4, + "number": "27.3.2.1" + }, + { + "id": "sec-generatorfunction.prototype", + "title": "GeneratorFunction.prototype", + "level": 4, + "number": "27.3.2.2" + }, + { + "id": "sec-properties-of-the-generatorfunction-prototype-object", + "title": "Properties of the GeneratorFunction Prototype Object", + "level": 3, + "number": "27.3.3" + }, + { + "id": "sec-generatorfunction.prototype.constructor", + "title": "GeneratorFunction.prototype.constructor", + "level": 4, + "number": "27.3.3.1" + }, + { + "id": "sec-generatorfunction.prototype.prototype", + "title": "GeneratorFunction.prototype.prototype", + "level": 4, + "number": "27.3.3.2" + }, + { + "id": "sec-generatorfunction.prototype-@@tostringtag", + "title": "GeneratorFunction.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.3.3.3" + }, + { + "id": "sec-generatorfunction-instances", + "title": "GeneratorFunction Instances", + "level": 3, + "number": "27.3.4" + }, + { + "id": "sec-generatorfunction-instances-length", + "title": "length", + "level": 4, + "number": "27.3.4.1" + }, + { + "id": "sec-generatorfunction-instances-name", + "title": "name", + "level": 4, + "number": "27.3.4.2" + }, + { + "id": "sec-generatorfunction-instances-prototype", + "title": "prototype", + "level": 4, + "number": "27.3.4.3" + }, + { + "id": "sec-asyncgeneratorfunction-objects", + "title": "AsyncGeneratorFunction Objects", + "level": 2, + "number": "27.4" + }, + { + "id": "sec-asyncgeneratorfunction-constructor", + "title": "The AsyncGeneratorFunction Constructor", + "level": 3, + "number": "27.4.1" + }, + { + "id": "sec-asyncgeneratorfunction", + "title": "AsyncGeneratorFunction ( p1, p2, ā€¦ , pn, body )", + "level": 4, + "number": "27.4.1.1" + }, + { + "id": "sec-properties-of-asyncgeneratorfunction", + "title": "Properties of the AsyncGeneratorFunction Constructor", + "level": 3, + "number": "27.4.2" + }, + { + "id": "sec-asyncgeneratorfunction-length", + "title": "AsyncGeneratorFunction.length", + "level": 4, + "number": "27.4.2.1" + }, + { + "id": "sec-asyncgeneratorfunction-prototype", + "title": "AsyncGeneratorFunction.prototype", + "level": 4, + "number": "27.4.2.2" + }, + { + "id": "sec-properties-of-asyncgeneratorfunction-prototype", + "title": "Properties of the AsyncGeneratorFunction Prototype Object", + "level": 3, + "number": "27.4.3" + }, + { + "id": "sec-asyncgeneratorfunction-prototype-constructor", + "title": "AsyncGeneratorFunction.prototype.constructor", + "level": 4, + "number": "27.4.3.1" + }, + { + "id": "sec-asyncgeneratorfunction-prototype-prototype", + "title": "AsyncGeneratorFunction.prototype.prototype", + "level": 4, + "number": "27.4.3.2" + }, + { + "id": "sec-asyncgeneratorfunction-prototype-tostringtag", + "title": "AsyncGeneratorFunction.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.4.3.3" + }, + { + "id": "sec-asyncgeneratorfunction-instances", + "title": "AsyncGeneratorFunction Instances", + "level": 3, + "number": "27.4.4" + }, + { + "id": "sec-asyncgeneratorfunction-instance-length", + "title": "length", + "level": 4, + "number": "27.4.4.1" + }, + { + "id": "sec-asyncgeneratorfunction-instance-name", + "title": "name", + "level": 4, + "number": "27.4.4.2" + }, + { + "id": "sec-asyncgeneratorfunction-instance-prototype", + "title": "prototype", + "level": 4, + "number": "27.4.4.3" + }, + { + "id": "sec-generator-objects", + "title": "Generator Objects", + "level": 2, + "number": "27.5" + }, + { + "id": "sec-properties-of-generator-prototype", + "title": "Properties of the Generator Prototype Object", + "level": 3, + "number": "27.5.1" + }, + { + "id": "sec-generator.prototype.constructor", + "title": "Generator.prototype.constructor", + "level": 4, + "number": "27.5.1.1" + }, + { + "id": "sec-generator.prototype.next", + "title": "Generator.prototype.next ( value )", + "level": 4, + "number": "27.5.1.2" + }, + { + "id": "sec-generator.prototype.return", + "title": "Generator.prototype.return ( value )", + "level": 4, + "number": "27.5.1.3" + }, + { + "id": "sec-generator.prototype.throw", + "title": "Generator.prototype.throw ( exception )", + "level": 4, + "number": "27.5.1.4" + }, + { + "id": "sec-generator.prototype-@@tostringtag", + "title": "Generator.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.5.1.5" + }, + { + "id": "sec-properties-of-generator-instances", + "title": "Properties of Generator Instances", + "level": 3, + "number": "27.5.2" + }, + { + "id": "sec-generator-abstract-operations", + "title": "Generator Abstract Operations", + "level": 3, + "number": "27.5.3" + }, + { + "id": "sec-generatorstart", + "title": "GeneratorStart ( generator, generatorBody )", + "level": 4, + "number": "27.5.3.1" + }, + { + "id": "sec-generatorvalidate", + "title": "GeneratorValidate ( generator, generatorBrand )", + "level": 4, + "number": "27.5.3.2" + }, + { + "id": "sec-generatorresume", + "title": "GeneratorResume ( generator, value, generatorBrand )", + "level": 4, + "number": "27.5.3.3" + }, + { + "id": "sec-generatorresumeabrupt", + "title": "GeneratorResumeAbrupt ( generator, abruptCompletion, generatorBrand )", + "level": 4, + "number": "27.5.3.4" + }, + { + "id": "sec-getgeneratorkind", + "title": "GetGeneratorKind ( )", + "level": 4, + "number": "27.5.3.5" + }, + { + "id": "sec-generatoryield", + "title": "GeneratorYield ( iterNextObj )", + "level": 4, + "number": "27.5.3.6" + }, + { + "id": "sec-yield", + "title": "Yield ( value )", + "level": 4, + "number": "27.5.3.7" + }, + { + "id": "sec-createiteratorfromclosure", + "title": "CreateIteratorFromClosure ( closure, generatorBrand, generatorPrototype )", + "level": 4, + "number": "27.5.3.8" + }, + { + "id": "sec-asyncgenerator-objects", + "title": "AsyncGenerator Objects", + "level": 2, + "number": "27.6" + }, + { + "id": "sec-properties-of-asyncgenerator-prototype", + "title": "Properties of the AsyncGenerator Prototype Object", + "level": 3, + "number": "27.6.1" + }, + { + "id": "sec-asyncgenerator-prototype-constructor", + "title": "AsyncGenerator.prototype.constructor", + "level": 4, + "number": "27.6.1.1" + }, + { + "id": "sec-asyncgenerator-prototype-next", + "title": "AsyncGenerator.prototype.next ( value )", + "level": 4, + "number": "27.6.1.2" + }, + { + "id": "sec-asyncgenerator-prototype-return", + "title": "AsyncGenerator.prototype.return ( value )", + "level": 4, + "number": "27.6.1.3" + }, + { + "id": "sec-asyncgenerator-prototype-throw", + "title": "AsyncGenerator.prototype.throw ( exception )", + "level": 4, + "number": "27.6.1.4" + }, + { + "id": "sec-asyncgenerator-prototype-tostringtag", + "title": "AsyncGenerator.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.6.1.5" + }, + { + "id": "sec-properties-of-asyncgenerator-intances", + "title": "Properties of AsyncGenerator Instances", + "level": 3, + "number": "27.6.2" + }, + { + "id": "sec-asyncgenerator-abstract-operations", + "title": "AsyncGenerator Abstract Operations", + "level": 3, + "number": "27.6.3" + }, + { + "id": "sec-asyncgeneratorrequest-records", + "title": "AsyncGeneratorRequest Records", + "level": 4, + "number": "27.6.3.1" + }, + { + "id": "sec-asyncgeneratorstart", + "title": "AsyncGeneratorStart ( generator, generatorBody )", + "level": 4, + "number": "27.6.3.2" + }, + { + "id": "sec-asyncgeneratorvalidate", + "title": "AsyncGeneratorValidate ( generator, generatorBrand )", + "level": 4, + "number": "27.6.3.3" + }, + { + "id": "sec-asyncgeneratorresolve", + "title": "AsyncGeneratorResolve ( generator, value, done )", + "level": 4, + "number": "27.6.3.4" + }, + { + "id": "sec-asyncgeneratorreject", + "title": "AsyncGeneratorReject ( generator, exception )", + "level": 4, + "number": "27.6.3.5" + }, + { + "id": "sec-asyncgeneratorresumenext", + "title": "AsyncGeneratorResumeNext ( generator )", + "level": 4, + "number": "27.6.3.6" + }, + { + "id": "async-generator-resume-next-return-processor-fulfilled", + "title": "AsyncGeneratorResumeNext Return Processor Fulfilled Functions", + "level": 5, + "number": "27.6.3.6.1" + }, + { + "id": "async-generator-resume-next-return-processor-rejected", + "title": "AsyncGeneratorResumeNext Return Processor Rejected Functions", + "level": 5, + "number": "27.6.3.6.2" + }, + { + "id": "sec-asyncgeneratorenqueue", + "title": "AsyncGeneratorEnqueue ( generator, completion, generatorBrand )", + "level": 4, + "number": "27.6.3.7" + }, + { + "id": "sec-asyncgeneratoryield", + "title": "AsyncGeneratorYield ( value )", + "level": 4, + "number": "27.6.3.8" + }, + { + "id": "sec-createasynciteratorfromclosure", + "title": "CreateAsyncIteratorFromClosure ( closure, generatorBrand, generatorPrototype )", + "level": 4, + "number": "27.6.3.9" + }, + { + "id": "sec-async-function-objects", + "title": "AsyncFunction Objects", + "level": 2, + "number": "27.7" + }, + { + "id": "sec-async-function-constructor", + "title": "The AsyncFunction Constructor", + "level": 3, + "number": "27.7.1" + }, + { + "id": "sec-async-function-constructor-arguments", + "title": "AsyncFunction ( p1, p2, ā€¦ , pn, body )", + "level": 4, + "number": "27.7.1.1" + }, + { + "id": "sec-async-function-constructor-properties", + "title": "Properties of the AsyncFunction Constructor", + "level": 3, + "number": "27.7.2" + }, + { + "id": "sec-async-function-constructor-length", + "title": "AsyncFunction.length", + "level": 4, + "number": "27.7.2.1" + }, + { + "id": "sec-async-function-constructor-prototype", + "title": "AsyncFunction.prototype", + "level": 4, + "number": "27.7.2.2" + }, + { + "id": "sec-async-function-prototype-properties", + "title": "Properties of the AsyncFunction Prototype Object", + "level": 3, + "number": "27.7.3" + }, + { + "id": "sec-async-function-prototype-properties-constructor", + "title": "AsyncFunction.prototype.constructor", + "level": 4, + "number": "27.7.3.1" + }, + { + "id": "sec-async-function-prototype-properties-toStringTag", + "title": "AsyncFunction.prototype [ @@toStringTag ]", + "level": 4, + "number": "27.7.3.2" + }, + { + "id": "sec-async-function-instances", + "title": "AsyncFunction Instances", + "level": 3, + "number": "27.7.4" + }, + { + "id": "sec-async-function-instances-length", + "title": "length", + "level": 4, + "number": "27.7.4.1" + }, + { + "id": "sec-async-function-instances-name", + "title": "name", + "level": 4, + "number": "27.7.4.2" + }, + { + "id": "sec-async-functions-abstract-operations", + "title": "Async Functions Abstract Operations", + "level": 3, + "number": "27.7.5" + }, + { + "id": "sec-async-functions-abstract-operations-async-function-start", + "title": "AsyncFunctionStart ( promiseCapability, asyncFunctionBody )", + "level": 4, + "number": "27.7.5.1" + }, + { + "id": "sec-reflection", + "title": "Reflection", + "level": 1, + "number": "28" + }, + { + "id": "sec-reflect-object", + "title": "The Reflect Object", + "level": 2, + "number": "28.1" + }, + { + "id": "sec-reflect.apply", + "title": "Reflect.apply ( target, thisArgument, argumentsList )", + "level": 3, + "number": "28.1.1" + }, + { + "id": "sec-reflect.construct", + "title": "Reflect.construct ( target, argumentsList [ , newTarget ] )", + "level": 3, + "number": "28.1.2" + }, + { + "id": "sec-reflect.defineproperty", + "title": "Reflect.defineProperty ( target, propertyKey, attributes )", + "level": 3, + "number": "28.1.3" + }, + { + "id": "sec-reflect.deleteproperty", + "title": "Reflect.deleteProperty ( target, propertyKey )", + "level": 3, + "number": "28.1.4" + }, + { + "id": "sec-reflect.get", + "title": "Reflect.get ( target, propertyKey [ , receiver ] )", + "level": 3, + "number": "28.1.5" + }, + { + "id": "sec-reflect.getownpropertydescriptor", + "title": "Reflect.getOwnPropertyDescriptor ( target, propertyKey )", + "level": 3, + "number": "28.1.6" + }, + { + "id": "sec-reflect.getprototypeof", + "title": "Reflect.getPrototypeOf ( target )", + "level": 3, + "number": "28.1.7" + }, + { + "id": "sec-reflect.has", + "title": "Reflect.has ( target, propertyKey )", + "level": 3, + "number": "28.1.8" + }, + { + "id": "sec-reflect.isextensible", + "title": "Reflect.isExtensible ( target )", + "level": 3, + "number": "28.1.9" + }, + { + "id": "sec-reflect.ownkeys", + "title": "Reflect.ownKeys ( target )", + "level": 3, + "number": "28.1.10" + }, + { + "id": "sec-reflect.preventextensions", + "title": "Reflect.preventExtensions ( target )", + "level": 3, + "number": "28.1.11" + }, + { + "id": "sec-reflect.set", + "title": "Reflect.set ( target, propertyKey, V [ , receiver ] )", + "level": 3, + "number": "28.1.12" + }, + { + "id": "sec-reflect.setprototypeof", + "title": "Reflect.setPrototypeOf ( target, proto )", + "level": 3, + "number": "28.1.13" + }, + { + "id": "sec-reflect-@@tostringtag", + "title": "Reflect [ @@toStringTag ]", + "level": 3, + "number": "28.1.14" + }, + { + "id": "sec-proxy-objects", + "title": "Proxy Objects", + "level": 2, + "number": "28.2" + }, + { + "id": "sec-proxy-constructor", + "title": "The Proxy Constructor", + "level": 3, + "number": "28.2.1" + }, + { + "id": "sec-proxy-target-handler", + "title": "Proxy ( target, handler )", + "level": 4, + "number": "28.2.1.1" + }, + { + "id": "sec-properties-of-the-proxy-constructor", + "title": "Properties of the Proxy Constructor", + "level": 3, + "number": "28.2.2" + }, + { + "id": "sec-proxy.revocable", + "title": "Proxy.revocable ( target, handler )", + "level": 4, + "number": "28.2.2.1" + }, + { + "id": "sec-proxy-revocation-functions", + "title": "Proxy Revocation Functions", + "level": 5, + "number": "28.2.2.1.1" + }, + { + "id": "sec-module-namespace-objects", + "title": "Module Namespace Objects", + "level": 2, + "number": "28.3" + }, + { + "id": "sec-@@tostringtag", + "title": "@@toStringTag", + "level": 3, + "number": "28.3.1" + }, + { + "id": "sec-memory-model", + "title": "Memory Model", + "level": 1, + "number": "29" + }, + { + "id": "sec-memory-model-fundamentals", + "title": "Memory Model Fundamentals", + "level": 2, + "number": "29.1" + }, + { + "id": "sec-agent-event-records", + "title": "Agent Events Records", + "level": 2, + "number": "29.2" + }, + { + "id": "sec-chosen-value-records", + "title": "Chosen Value Records", + "level": 2, + "number": "29.3" + }, + { + "id": "sec-candidate-executions", + "title": "Candidate Executions", + "level": 2, + "number": "29.4" + }, + { + "id": "sec-abstract-operations-for-the-memory-model", + "title": "Abstract Operations for the Memory Model", + "level": 2, + "number": "29.5" + }, + { + "id": "sec-event-set", + "title": "EventSet ( execution )", + "level": 3, + "number": "29.5.1" + }, + { + "id": "sec-sharedatablockeventset", + "title": "SharedDataBlockEventSet ( execution )", + "level": 3, + "number": "29.5.2" + }, + { + "id": "sec-hosteventset", + "title": "HostEventSet ( execution )", + "level": 3, + "number": "29.5.3" + }, + { + "id": "sec-composewriteeventbytes", + "title": "ComposeWriteEventBytes ( execution, byteIndex, Ws )", + "level": 3, + "number": "29.5.4" + }, + { + "id": "sec-valueofreadevent", + "title": "ValueOfReadEvent ( execution, R )", + "level": 3, + "number": "29.5.5" + }, + { + "id": "sec-relations-of-candidate-executions", + "title": "Relations of Candidate Executions", + "level": 2, + "number": "29.6" + }, + { + "id": "sec-agent-order", + "title": "agent-order", + "level": 3, + "number": "29.6.1" + }, + { + "id": "sec-reads-bytes-from", + "title": "reads-bytes-from", + "level": 3, + "number": "29.6.2" + }, + { + "id": "sec-reads-from", + "title": "reads-from", + "level": 3, + "number": "29.6.3" + }, + { + "id": "sec-host-synchronizes-with", + "title": "host-synchronizes-with", + "level": 3, + "number": "29.6.4" + }, + { + "id": "sec-synchronizes-with", + "title": "synchronizes-with", + "level": 3, + "number": "29.6.5" + }, + { + "id": "sec-happens-before", + "title": "happens-before", + "level": 3, + "number": "29.6.6" + }, + { + "id": "sec-properties-of-valid-executions", + "title": "Properties of Valid Executions", + "level": 2, + "number": "29.7" + }, + { + "id": "sec-valid-chosen-reads", + "title": "Valid Chosen Reads", + "level": 3, + "number": "29.7.1" + }, + { + "id": "sec-coherent-reads", + "title": "Coherent Reads", + "level": 3, + "number": "29.7.2" + }, + { + "id": "sec-tear-free-aligned-reads", + "title": "Tear Free Reads", + "level": 3, + "number": "29.7.3" + }, + { + "id": "sec-memory-order", + "title": "Sequentially Consistent Atomics", + "level": 3, + "number": "29.7.4" + }, + { + "id": "sec-valid-executions", + "title": "Valid Executions", + "level": 3, + "number": "29.7.5" + }, + { + "id": "sec-races", + "title": "Races", + "level": 2, + "number": "29.8" + }, + { + "id": "sec-data-races", + "title": "Data Races", + "level": 2, + "number": "29.9" + }, + { + "id": "sec-data-race-freedom", + "title": "Data Race Freedom", + "level": 2, + "number": "29.10" + }, + { + "id": "sec-shared-memory-guidelines", + "title": "Shared Memory Guidelines", + "level": 2, + "number": "29.11" + } + ] +} \ No newline at end of file diff --git a/tr/headings/floc.json b/tr/headings/floc.json index bd0318e23c72..c77efea27cdb 100644 --- a/tr/headings/floc.json +++ b/tr/headings/floc.json @@ -10,9 +10,9 @@ "title": "Federated Learning of Cohorts" }, { - "id": "subtitle", + "id": "profile-and-date", "level": 2, - "title": "Draft Community Group Report, 13 April 2021" + "title": "Draft Community Group Report, 29 April 2021" }, { "id": "abstract", diff --git a/tr/headings/gpuweb.json b/tr/headings/gpuweb.json index 36b5b357f9ac..ad7da2e3c059 100644 --- a/tr/headings/gpuweb.json +++ b/tr/headings/gpuweb.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Editorā€™s Draft, 24 April 2021" + "title": "Editorā€™s Draft, 1 May 2021" }, { "id": "abstract", @@ -281,6 +281,12 @@ "title": "GPUSupportedFeatures", "number": "3.6.2.2" }, + { + "id": "origin-restrictions", + "level": 3, + "title": "Origin Restrictions", + "number": "3.7" + }, { "id": "initialization", "level": 2, @@ -675,17 +681,23 @@ "number": "12.3.3" }, { - "id": "gpu-image-copy-image-bitmap-copy", + "id": "gpu-image-copy-external-image", "level": 4, - "title": "GPUImageCopyImageBitmap", + "title": "GPUImageCopyExternalImage", "number": "12.3.4" }, { - "id": "copy-between-buffer-texture", + "id": "buffer-copies", "level": 4, - "title": "Copy Between Buffer and Texture", + "title": "Buffer Copies", "number": "12.3.5" }, + { + "id": "image-copies", + "level": 4, + "title": "Image Copies", + "number": "12.3.6" + }, { "id": "command-encoder-debug-markers", "level": 3, diff --git a/tr/headings/html-aria.json b/tr/headings/html-aria.json index 9ee7cb0dae1f..bbe922a0f63a 100644 --- a/tr/headings/html-aria.json +++ b/tr/headings/html-aria.json @@ -51,9 +51,10 @@ "number": "3" }, { - "id": "docconformance-attr", + "id": "requirements-for-use-of-aria-attributes-in-place-of-equivalent-html-attributes", "level": 3, - "title": "Document conformance requirements for use of ARIA attributes with HTML attributes" + "title": "Requirements for use of ARIA attributes in place of equivalent HTML attributes", + "number": "3.1" }, { "id": "case-requirements-for-aria-role-state-and-property-attributes", diff --git a/tr/headings/html.json b/tr/headings/html.json index c027539405e4..1fb3883a5c8e 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 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "table-of-contents", @@ -22,7 +22,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "introduction", @@ -170,7 +170,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "infrastructure", @@ -258,7 +258,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "common-microsyntaxes", @@ -431,7 +431,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "urls", @@ -508,7 +508,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "common-dom-interfaces", @@ -561,7 +561,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "safe-passing-of-structured-data", @@ -626,7 +626,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "dom", @@ -864,7 +864,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "semantics", @@ -988,7 +988,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "sections", @@ -1095,7 +1095,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "grouping-content", @@ -1196,7 +1196,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "text-level-semantics", @@ -1381,7 +1381,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "links", @@ -1596,7 +1596,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "edits", @@ -1643,7 +1643,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "embedded-content", @@ -1672,7 +1672,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "images", @@ -1881,7 +1881,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-iframe-element", @@ -1910,7 +1910,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-video-element", @@ -2107,7 +2107,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-map-element", @@ -2142,7 +2142,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "mathml", @@ -2165,7 +2165,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "tables", @@ -2278,7 +2278,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "forms", @@ -2361,7 +2361,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-input-element", @@ -2588,7 +2588,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-button-element", @@ -2659,7 +2659,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "form-control-infrastructure", @@ -2856,7 +2856,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "interactive-elements", @@ -2933,7 +2933,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "scripting-3", @@ -3004,7 +3004,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-canvas-element", @@ -3213,7 +3213,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "custom-elements", @@ -3326,7 +3326,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "common-idioms", @@ -3391,7 +3391,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "microdata", @@ -3545,7 +3545,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "editing", @@ -3741,7 +3741,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "dnd", @@ -3812,7 +3812,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "browsers", @@ -3930,7 +3930,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-window-object", @@ -4049,7 +4049,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "origin", @@ -4126,7 +4126,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "history", @@ -4227,7 +4227,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "browsing-the-web", @@ -4352,7 +4352,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "webappapis", @@ -4650,7 +4650,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "dynamic-markup-insertion", @@ -4691,7 +4691,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "timers", @@ -4726,7 +4726,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "system-state-and-capabilities", @@ -4779,7 +4779,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "images-2", @@ -4796,7 +4796,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "comms", @@ -4812,7 +4812,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "server-sent-events", @@ -4877,7 +4877,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "network", @@ -4924,7 +4924,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "web-messaging", @@ -5025,7 +5025,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "workers", @@ -5227,7 +5227,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "worklets", @@ -5321,7 +5321,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "webstorage", @@ -5409,7 +5409,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "syntax", @@ -5503,7 +5503,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "parsing", @@ -6324,7 +6324,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "named-character-references", @@ -6335,7 +6335,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "the-xhtml-syntax", @@ -6369,7 +6369,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "rendering", @@ -6649,7 +6649,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "obsolete", @@ -6701,7 +6701,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "iana", @@ -6813,7 +6813,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "index", @@ -6858,7 +6858,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "references", @@ -6868,7 +6868,7 @@ { "id": "living-standard", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 30 April 2021" }, { "id": "acknowledgments", diff --git a/tr/headings/manifest-app-info.json b/tr/headings/manifest-app-info.json new file mode 100644 index 000000000000..c3b26a29af28 --- /dev/null +++ b/tr/headings/manifest-app-info.json @@ -0,0 +1,120 @@ +{ + "spec": { + "title": "Web App Manifest - Application Information", + "url": "https://www.w3.org/TR/manifest-app-info/" + }, + "headings": [ + { + "id": "title", + "level": 1, + "title": "Web App Manifest - Application Information" + }, + { + "id": "toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "marketable-web-applications", + "level": 2, + "title": "Marketable web applications", + "number": "1" + }, + { + "id": "supplementary-manifest-members", + "level": 2, + "title": "Supplementary manifest members", + "number": "2" + }, + { + "id": "categories-member", + "level": 3, + "title": "categories member", + "number": "2.1" + }, + { + "id": "description-member", + "level": 3, + "title": "description member", + "number": "2.2" + }, + { + "id": "iarc_rating_id-member", + "level": 3, + "title": "iarc_rating_id member", + "number": "2.3" + }, + { + "id": "screenshots-member", + "level": 3, + "title": "screenshots member", + "number": "2.4" + }, + { + "id": "screenshot-object-and-its-members", + "level": 2, + "title": "Screenshot object and its members", + "number": "3" + }, + { + "id": "label-member", + "level": 3, + "title": "label member", + "number": "3.1" + }, + { + "id": "platform-member", + "level": 3, + "title": "platform member", + "number": "3.2" + }, + { + "id": "internationalization", + "level": 2, + "title": "Internationalization", + "number": "A" + }, + { + "id": "conformance", + "level": 2, + "title": "Conformance", + "number": "B" + }, + { + "id": "acknowledgements", + "level": 2, + "title": "Acknowledgements", + "number": "C" + }, + { + "id": "index", + "level": 2, + "title": "Index", + "number": "D" + }, + { + "id": "index-defined-here", + "level": 3, + "title": "Terms defined by this specification", + "number": "D.1" + }, + { + "id": "index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference", + "number": "D.2" + }, + { + "id": "references", + "level": 2, + "title": "References", + "number": "E" + }, + { + "id": "normative-references", + "level": 3, + "title": "Normative references", + "number": "E.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/notifications.json b/tr/headings/notifications.json index effd10c27571..76ed33d5e7b2 100644 --- a/tr/headings/notifications.json +++ b/tr/headings/notifications.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Living Standard ā€” Last Updated 22 April 2021" + "title": "Living Standard ā€” Last Updated 26 April 2021" }, { "id": "abstract", diff --git a/tr/headings/payment-handler.json b/tr/headings/payment-handler.json index 8c7fb764aa2b..298c6eff8b73 100644 --- a/tr/headings/payment-handler.json +++ b/tr/headings/payment-handler.json @@ -74,71 +74,83 @@ "title": "userHint attribute", "number": "3.2.2" }, + { + "id": "enabledelegations-method", + "level": 4, + "title": "enableDelegations() method", + "number": "3.2.3" + }, + { + "id": "paymentdelegation-enum", + "level": 3, + "title": "PaymentDelegation enum", + "number": "3.3" + }, { "id": "paymentinstruments-interface", "level": 3, "title": "PaymentInstruments interface", - "number": "3.3" + "number": "3.4" }, { "id": "delete-method", "level": 4, "title": "delete() method", - "number": "3.3.1" + "number": "3.4.1" }, { "id": "get-method", "level": 4, "title": "get() method", - "number": "3.3.2" + "number": "3.4.2" }, { "id": "keys-method", "level": 4, "title": "keys() method", - "number": "3.3.3" + "number": "3.4.3" }, { "id": "has-method", "level": 4, "title": "has() method", - "number": "3.3.4" + "number": "3.4.4" }, { "id": "set-method", "level": 4, "title": "set() method", - "number": "3.3.5" + "number": "3.4.5" }, { "id": "clear-method", "level": 4, "title": "clear() method", - "number": "3.3.6" + "number": "3.4.6" }, { "id": "paymentinstrument-dictionary", "level": 4, "title": "PaymentInstrument dictionary", - "number": "3.3.7" + "number": "3.4.7" }, { "id": "imageobject-dictionary", "level": 4, "title": "ImageObject dictionary", - "number": "3.3.8" + "number": "3.4.8" }, { "id": "convert-image-objects", "level": 4, "title": "Convert image objects", - "number": "3.3.9" + "number": "3.4.9" }, { "id": "register-example", "level": 4, "title": "Registration Example", - "number": "3.3.10" + "number": "3.4.10" }, { "id": "canmakepayment", @@ -219,9 +231,9 @@ "number": "5.1.1" }, { - "id": "the-paymentmethodchangeresponse", + "id": "the-paymentrequestdetailsupdate", "level": 3, - "title": "The PaymentMethodChangeResponse", + "title": "The PaymentRequestDetailsUpdate", "number": "5.2" }, { @@ -242,11 +254,23 @@ "title": "modifiers member", "number": "5.2.3" }, + { + "id": "shippingoptions-member", + "level": 4, + "title": "shippingOptions member", + "number": "5.2.4" + }, { "id": "paymentmethoderrors-member", "level": 4, "title": "paymentMethodErrors member", - "number": "5.2.4" + "number": "5.2.5" + }, + { + "id": "shippingaddresserrors-member", + "level": 4, + "title": "shippingAddressErrors member", + "number": "5.2.6" }, { "id": "the-paymentrequestevent", @@ -302,41 +326,65 @@ "title": "requestBillingAddress attribute", "number": "5.3.8" }, + { + "id": "paymentoptions-attribute", + "level": 4, + "title": "paymentOptions attribute", + "number": "5.3.9" + }, + { + "id": "shippingoptions-attribute", + "level": 4, + "title": "shippingOptions attribute", + "number": "5.3.10" + }, { "id": "openwindow-method", "level": 4, "title": "openWindow() method", - "number": "5.3.9" + "number": "5.3.11" }, { "id": "changepaymentmethod-method", "level": 4, "title": "changePaymentMethod() method", - "number": "5.3.10" + "number": "5.3.12" + }, + { + "id": "changeshippingaddress-method", + "level": 4, + "title": "changeShippingAddress() method", + "number": "5.3.13" + }, + { + "id": "changeshippingoption-method", + "level": 4, + "title": "changeShippingOption() method", + "number": "5.3.14" }, { "id": "respondwith-method-0", "level": 4, "title": "respondWith() method", - "number": "5.3.11" + "number": "5.3.15" }, { "id": "paymentrequesteventinit-dictionary", "level": 4, "title": "PaymentRequestEventInit dictionary", - "number": "5.3.12" + "number": "5.3.16" }, { "id": "methoddata-population-algorithm", "level": 4, "title": "MethodData Population Algorithm", - "number": "5.3.13" + "number": "5.3.17" }, { "id": "modifiers-population-algorithm", "level": 4, "title": "Modifiers Population Algorithm", - "number": "5.3.14" + "number": "5.3.18" }, { "id": "internal-slots", @@ -392,17 +440,53 @@ "title": "details attribute", "number": "7.1.2" }, + { + "id": "payername-attribute", + "level": 4, + "title": "payerName attribute", + "number": "7.1.3" + }, + { + "id": "payeremail-attribute", + "level": 4, + "title": "payerEmail attribute", + "number": "7.1.4" + }, + { + "id": "payerphone-attribute", + "level": 4, + "title": "payerPhone attribute", + "number": "7.1.5" + }, + { + "id": "shippingaddress-attribute", + "level": 4, + "title": "shippingAddress attribute", + "number": "7.1.6" + }, + { + "id": "shippingoption-attribute", + "level": 4, + "title": "shippingOption attribute", + "number": "7.1.7" + }, { "id": "change-payment-method-algorithm", "level": 3, "title": "Change Payment Method Algorithm", "number": "7.2" }, + { + "id": "change-payment-details-algorithm", + "level": 3, + "title": "Change Payment Details Algorithm", + "number": "7.3" + }, { "id": "respond-to-paymentrequest-algorithm", "level": 3, "title": "Respond to PaymentRequest Algorithm", - "number": "7.3" + "number": "7.4" }, { "id": "security", @@ -428,35 +512,41 @@ "title": "User Consent before Payment", "number": "8.3" }, + { + "id": "user-awareness-about-sharing-data-cross-origin", + "level": 3, + "title": "User Awareness about Sharing Data Cross-Origin", + "number": "8.4" + }, { "id": "secure-communications", "level": 3, "title": "Secure Communications", - "number": "8.4" + "number": "8.5" }, { "id": "authorized-payment-apps", "level": 3, "title": "Authorized Payment Apps", - "number": "8.5" + "number": "8.6" }, { "id": "supported-origin", "level": 3, "title": "Supported Origin", - "number": "8.6" + "number": "8.7" }, { "id": "data-validation", "level": 3, "title": "Data Validation", - "number": "8.7" + "number": "8.8" }, { "id": "private-browsing-mode", "level": 3, "title": "Private Browsing Mode", - "number": "8.8" + "number": "8.9" }, { "id": "display", diff --git a/tr/headings/storage-access.json b/tr/headings/storage-access.json index 5dc9ba04466d..c93ddc55066a 100644 --- a/tr/headings/storage-access.json +++ b/tr/headings/storage-access.json @@ -12,7 +12,7 @@ { "id": "subtitle", "level": 2, - "title": "Draft Community Group Report, 22 April 2021" + "title": "Draft Community Group Report, 26 April 2021" }, { "id": "abstract", diff --git a/tr/headings/tc39-atomics-wait-async.json b/tr/headings/tc39-atomics-wait-async.json new file mode 100644 index 000000000000..7ffd927f5685 --- /dev/null +++ b/tr/headings/tc39-atomics-wait-async.json @@ -0,0 +1,86 @@ +{ + "spec": { + "title": "Atomics.waitAsync", + "url": "https://tc39.es/proposal-atomics-wait-async/" + }, + "headings": [ + { + "id": "sec-semantics", + "title": "Semantics", + "level": 1, + "number": "1" + }, + { + "id": "sec-hostresolveinagent", + "title": "HostResolveInAgent ( agentSignifier, promiseCapability, resolution)", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-getwaiterlist", + "title": "GetWaiterList ( block, i )", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-entercriticalsection", + "title": "EnterCriticalSection ( WL )", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-leavecriticalsection", + "title": "LeaveCriticalSection ( WL )", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-triggertimeout", + "title": "TriggerTimeout( WL, waiterRecord )", + "level": 2, + "number": "1.5" + }, + { + "id": "sec-addwaiter", + "title": "AddWaiter ( WL, WwaiterRecord )", + "level": 2, + "number": "1.6" + }, + { + "id": "sec-removewaiter", + "title": "RemoveWaiter ( WL, WwaiterRecord )", + "level": 2, + "number": "1.7" + }, + { + "id": "sec-suspend", + "title": "Suspend ( WL, W, timeout )", + "level": 2, + "number": "1.8" + }, + { + "id": "sec-notifywaiter", + "title": "NotifyWaiter ( WL, WwaiterRecord )", + "level": 2, + "number": "1.9" + }, + { + "id": "sec-dowait", + "title": "DoWait ( mode, typedArray, index, value, timeout )", + "level": 2, + "number": "1.10" + }, + { + "id": "sec-atomics.wait", + "title": "Atomics.wait ( typedArray, index, value, timeout )", + "level": 2, + "number": "1.11" + }, + { + "id": "atomics.waitasync", + "title": "Atomics.waitAsync ( typedArray, index, value, timeout )", + "level": 2, + "number": "1.12" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-class-fields.json b/tr/headings/tc39-class-fields.json new file mode 100644 index 000000000000..c30cbbd654f4 --- /dev/null +++ b/tr/headings/tc39-class-fields.json @@ -0,0 +1,428 @@ +{ + "spec": { + "title": "Public and private instance fields proposal", + "url": "https://tc39.es/proposal-class-fields/" + }, + "headings": [ + { + "id": "sec-syntax", + "title": "Syntax", + "level": 1, + "number": "1" + }, + { + "id": "sec-lexical-grammar", + "title": "Lexical Grammar", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-new-syntax", + "title": "New Syntactic Grammar Productions", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-updated-syntax", + "title": "Updated Syntactic Grammar Productions", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 2, + "number": "1.4" + }, + { + "id": "sec-all-private-identifiers-valid", + "title": "Static Semantics: AllPrivateIdentifiersValid", + "level": 2, + "number": "1.5" + }, + { + "id": "sec-internal-algorithms", + "title": "Modified algorithms", + "level": 1, + "number": "2" + }, + { + "id": "static-semantics-propname", + "title": "Static Semantics: PropName", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-runtime-semantics-evaluate-name", + "title": "Runtime Semantics: Evaluation", + "level": 2, + "number": "2.2" + }, + { + "id": "static-semantics-class-element-evaluation", + "title": "Runtime Semantics: ClassElementEvaluation", + "level": 2, + "number": "2.3" + }, + { + "id": "runtime-semantics-class-field-definition-evaluation", + "title": "Runtime Semantics: ClassFieldDefinitionEvaluation", + "level": 2, + "number": "2.4" + }, + { + "id": "runtime-semantics-class-public-field-definition-evaluation", + "title": "Runtime Semantics: EvaluateBody", + "level": 2, + "number": "2.5" + }, + { + "id": "sec-setfunctionname", + "title": "SetFunctionName ( F, name [ , prefix ] )", + "level": 2, + "number": "2.6" + }, + { + "id": "sec-define-field", + "title": "DefineField(receiver, fieldRecord)", + "level": 2, + "number": "2.7" + }, + { + "id": "initialize-public-instance-fields", + "title": "InitializeInstanceFields ( O, constructor )", + "level": 2, + "number": "2.8" + }, + { + "id": "sec-private-names-static-semantics-stringvalue", + "title": "Static Semantics: StringValue", + "level": 2, + "number": "2.9" + }, + { + "id": "sec-private-bound-identifiers", + "title": "Static Semantics: PrivateBoundIdentifiers", + "level": 2, + "number": "2.10" + }, + { + "id": "sec-static-semantics-contains-arguments", + "title": "Static Semantics: ContainsArguments", + "level": 2, + "number": "2.11" + }, + { + "id": "class-definitions", + "title": "Class Definitions", + "level": 2, + "number": "2.12" + }, + { + "id": "static-semantics-is-static", + "title": "Static Semantics: IsStatic", + "level": 3, + "number": "2.12.1" + }, + { + "id": "runtime-semantics-class-definition-evaluation", + "title": "Runtime Semantics: ClassDefinitionEvaluation", + "level": 3, + "number": "2.12.2" + }, + { + "id": "[[construct]]", + "title": "[[Construct]] ( argumentsList, newTarget)", + "level": 2, + "number": "2.13" + }, + { + "id": "the-super-keyword", + "title": "The super Keyword", + "level": 2, + "number": "2.14" + }, + { + "id": "sec-super-keyword-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "2.14.1" + }, + { + "id": "sec-delete-operator", + "title": "The delete Operator", + "level": 2, + "number": "2.15" + }, + { + "id": "sec-delete-operator-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "2.15.1" + }, + { + "id": "sec-createdynamicfunction", + "title": "Runtime Semantics: CreateDynamicFunction( constructor, newTarget, kind, args )", + "level": 2, + "number": "2.16" + }, + { + "id": "sec-eval-x", + "title": "eval ( x )", + "level": 2, + "number": "2.17" + }, + { + "id": "sec-performeval", + "title": "Runtime Semantics: PerformEval ( x, evalRealm, strictCaller, direct )", + "level": 3, + "number": "2.17.1" + }, + { + "id": "sec-performeval-rules-in-initializer", + "title": "Additional Early Error Rules for Eval Inside Initializer", + "level": 3, + "number": "2.17.2" + }, + { + "id": "sec-evaldeclarationinstantiation", + "title": "Runtime Semantics: EvalDeclarationInstantiation( body, varEnv, lexEnv, privateEnv, strict )", + "level": 3, + "number": "2.17.3" + }, + { + "id": "sec-moduledeclarationenvironmentsetup", + "title": "ModuleDeclarationEnvironmentSetup( module )", + "level": 2, + "number": "2.18" + }, + { + "id": "sec-functiondeclarationinstantiation", + "title": "FunctionDeclarationInstantiation ( func, argumentsList )", + "level": 2, + "number": "2.19" + }, + { + "id": "sec-blockdeclarationinstantiation", + "title": "Runtime Semantics: BlockDeclarationInstantiation( code, env )", + "level": 2, + "number": "2.20" + }, + { + "id": "sec-arrow-function-definitions-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 2, + "number": "2.21" + }, + { + "id": "sec-runtime-semantics-definemethod", + "title": "Runtime Semantics: DefineMethod", + "level": 2, + "number": "2.22" + }, + { + "id": "sec-method-definitions-runtime-semantics-propertydefinitionevaluation", + "title": "Runtime Semantics: PropertyDefinitionEvaluation", + "level": 2, + "number": "2.23" + }, + { + "id": "sec-private-names", + "title": "Private Names and references", + "level": 1, + "number": "3" + }, + { + "id": "sec-notational-conventions", + "title": "Notational Conventions", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-newprivatename", + "title": "NewPrivateName ( description )", + "level": 2, + "number": "3.2" + }, + { + "id": "sec-privatefieldfind", + "title": "PrivateFieldFind (P, O)", + "level": 2, + "number": "3.3" + }, + { + "id": "sec-privatefieldadd", + "title": "PrivateFieldAdd (P, O, value)", + "level": 2, + "number": "3.4" + }, + { + "id": "sec-privatefieldget", + "title": "PrivateFieldGet (P, O )", + "level": 2, + "number": "3.5" + }, + { + "id": "sec-privatefieldset", + "title": "PrivateFieldSet (P, O, value )", + "level": 2, + "number": "3.6" + }, + { + "id": "sec-private-references-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 2, + "number": "3.7" + }, + { + "id": "sec-private-references-runtime-semantics-chainevaluation", + "title": "Runtime Semantics: ChainEvaluation", + "level": 2, + "number": "3.8" + }, + { + "id": "sec-reference-specification-type", + "title": "The Reference Specification Type", + "level": 2, + "number": "3.9" + }, + { + "id": "sec-getvalue", + "title": "GetValue ( V )", + "level": 3, + "number": "3.9.1" + }, + { + "id": "sec-putvalue", + "title": "PutValue ( V, W )", + "level": 3, + "number": "3.9.2" + }, + { + "id": "sec-makeprivatereference", + "title": "MakePrivateReference ( baseValue, privateIdentifier )", + "level": 3, + "number": "3.9.3" + }, + { + "id": "sec-lexically-scoped-private-identifiers", + "title": "Lexically Scoped Private Identifiers", + "level": 2, + "number": "3.10" + }, + { + "id": "sec-execution-contexts", + "title": "Execution Contexts", + "level": 3, + "number": "3.10.1" + }, + { + "id": "sec-ecmascript-function-objects", + "title": "ECMAScript Function Objects", + "level": 3, + "number": "3.10.2" + }, + { + "id": "sec-functioninitialize", + "title": "FunctionInitialize ( F, kind, ParameterList, Body, Scope, PrivateScope )", + "level": 3, + "number": "3.10.3" + }, + { + "id": "sec-functioncreate", + "title": "FunctionCreate ( kind, ParameterList, Body, Scope, PrivateScope, Strict [ , prototype ] )", + "level": 3, + "number": "3.10.4" + }, + { + "id": "sec-generatorfunctioncreate", + "title": "GeneratorFunctionCreate ( kind, ParameterList, Body, Scope, PrivateScope, Strict )", + "level": 3, + "number": "3.10.5" + }, + { + "id": "sec-asyncgeneratorfunctioncreate", + "title": "AsyncGeneratorFunctionCreate (kind, ParameterList, Body, Scope, PrivateScope, Strict)", + "level": 3, + "number": "3.10.6" + }, + { + "id": "sec-async-functions-abstract-operations-async-function-create", + "title": "AsyncFunctionCreate ( kind, parameters, body, Scope, PrivateScope, Strict )", + "level": 3, + "number": "3.10.7" + }, + { + "id": "sec-runtime-semantics-scriptevaluation", + "title": "ScriptEvaluation ( scriptRecord )", + "level": 3, + "number": "3.10.8" + }, + { + "id": "sec-prepareforordinarycall", + "title": "PrepareForOrdinaryCall ( F, newTarget )", + "level": 3, + "number": "3.10.9" + }, + { + "id": "sec-function-definitions-runtime-semantics-instantiatefunctionobject", + "title": "Runtime Semantics: InstantiateFunctionObject", + "level": 3, + "number": "3.10.10" + }, + { + "id": "sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", + "title": "Runtime Semantics: InstantiateFunctionObject", + "level": 3, + "number": "3.10.11" + }, + { + "id": "sec-asyncgenerator-definitions-instantiatefunctionobject", + "title": "Runtime Semantics: InstantiateFunctionObject", + "level": 3, + "number": "3.10.12" + }, + { + "id": "sec-async-function-definitions-InstantiateFunctionObject", + "title": "Runtime Semantics: InstantiateFunctionObject", + "level": 3, + "number": "3.10.13" + }, + { + "id": "sec-automatic-semicolon-insertion", + "title": "Automatic Semicolon Insertion", + "level": 1, + "number": "4" + }, + { + "id": "sec-rules-of-automatic-semicolon-insertion", + "title": "Rules of Automatic Semicolon Insertion", + "level": 2, + "number": "4.1" + }, + { + "id": "sec-examples-of-automatic-semicolon-insertion", + "title": "Examples of Automatic Semicolon Insertion", + "level": 2, + "number": "4.2" + }, + { + "id": "sec-hazards-of-automatic-semicolon-insertion", + "title": "Hazards of Automatic Semicolon Insertion", + "level": 2, + "number": "4.3" + }, + { + "id": "sec-asi-hazards-in-statement-lists", + "title": "Automatic Semicolon Insertion Hazards in Statement Lists", + "level": 3, + "number": "4.3.1" + }, + { + "id": "sec-asi-hazards-in-class-bodies", + "title": "Automatic Semicolon Insertion Hazards in the Top Level of Class Bodies", + "level": 3, + "number": "4.3.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-class-static-block.json b/tr/headings/tc39-class-static-block.json new file mode 100644 index 000000000000..478e60cc13a8 --- /dev/null +++ b/tr/headings/tc39-class-static-block.json @@ -0,0 +1,188 @@ +{ + "spec": { + "title": "ECMAScript class static initialization blocks", + "url": "https://tc39.es/proposal-class-static-block/" + }, + "headings": [ + { + "id": "sec-ecmascript-data-types-and-values", + "title": "ECMAScript Data Types and Values", + "level": 1, + "number": "1" + }, + { + "id": "sec-ecmascript-specification-types", + "title": "ECMAScript Specification Types", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-classstaticblockdefinition-records", + "title": "ClassStaticBlockDefinition Records", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-abstract-operations", + "title": "Abstract Operations", + "level": 1, + "number": "2" + }, + { + "id": "sec-operations-on-objects", + "title": "Operations on Objects", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-evaluatestaticblock", + "title": "EvaluateStaticBlock ( receiver , blockRecord )", + "level": 3, + "number": "2.1.1" + }, + { + "id": "sec-ecmascript-language-expressions", + "title": "ECMAScript Language: Expressions", + "level": 1, + "number": "3" + }, + { + "id": "sec-identifiers", + "title": "Identifiers", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-identifiers-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "3.1.1" + }, + { + "id": "sec-ecmascript-language-statements-and-declarations", + "title": "ECMAScript Language: Statements and Declarations", + "level": 1, + "number": "4" + }, + { + "id": "sec-continue-statement", + "title": "The continue Statement", + "level": 2, + "number": "4.1" + }, + { + "id": "sec-continue-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "4.1.1" + }, + { + "id": "sec-break-statement", + "title": "The break Statement", + "level": 2, + "number": "4.2" + }, + { + "id": "sec-break-statement-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "4.2.1" + }, + { + "id": "sec-ecmascript-language-functions-and-classes", + "title": "ECMAScript Language: Functions and Classes", + "level": 1, + "number": "5" + }, + { + "id": "sec-class-definitions", + "title": "Class Definitions", + "level": 2, + "number": "5.1" + }, + { + "id": "sec-class-definitions-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 3, + "number": "5.1.1" + }, + { + "id": "sec-static-semantics-classelementkind", + "title": "Static Semantics: ClassElementKind", + "level": 3, + "number": "5.1.2" + }, + { + "id": "sec-class-definitions-static-semantics-contains", + "title": "Static Semantics: Contains", + "level": 3, + "number": "5.1.3" + }, + { + "id": "sec-class-definitions-static-semantics-containsduplicatelabels", + "title": "Static Semantics: ContainsDuplicateLabels", + "level": 3, + "number": "5.1.4" + }, + { + "id": "sec-class-definitions-static-semantics-containsundefinedbreaktarget", + "title": "Static Semantics: ContainsUndefinedBreakTarget", + "level": 3, + "number": "5.1.5" + }, + { + "id": "sec-class-definitions-static-semantics-containsundefinedcontinuetarget", + "title": "Static Semantics: ContainsUndefinedContinueTarget", + "level": 3, + "number": "5.1.6" + }, + { + "id": "sec-class-definitions-static-semantics-hasdirectsuper", + "title": "Static Semantics: HasDirectSuper", + "level": 3, + "number": "5.1.7" + }, + { + "id": "sec-class-definitions-static-semantics-propname", + "title": "Static Semantics: PropName", + "level": 3, + "number": "5.1.8" + }, + { + "id": "sec-class-definitions-static-semantics-LexicallyDeclaredNames", + "title": "Static Semantics: LexicallyDeclaredNames", + "level": 3, + "number": "5.1.9" + }, + { + "id": "sec-class-definitions-static-semantics-vardeclarednames", + "title": "Static Semantics: VarDeclaredNames", + "level": 3, + "number": "5.1.10" + }, + { + "id": "sec-class-definitions-static-semantics-varscopeddeclarations", + "title": "Static Semantics: VarScopedDeclarations", + "level": 3, + "number": "5.1.11" + }, + { + "id": "sec-runtime-semantics-classstaticblockdefinitionevaluation", + "title": "Runtime Semantics: ClassStaticBlockDefinitionEvaluation", + "level": 3, + "number": "5.1.12" + }, + { + "id": "sec-runtime-semantics-classelementevaluation", + "title": "Runtime Semantics: ClassElementEvaluation", + "level": 3, + "number": "5.1.13" + }, + { + "id": "sec-runtime-semantics-classdefinitionevaluation", + "title": "Runtime Semantics: ClassDefinitionEvaluation", + "level": 3, + "number": "5.1.14" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-error-cause.json b/tr/headings/tc39-error-cause.json new file mode 100644 index 000000000000..80862a90d6ba --- /dev/null +++ b/tr/headings/tc39-error-cause.json @@ -0,0 +1,296 @@ +{ + "spec": { + "title": "Error Cause", + "url": "https://tc39.es/proposal-error-cause/" + }, + "headings": [ + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "5" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "6" + }, + { + "id": "sec-abstract-operations", + "title": "Abstract Operations", + "level": 1, + "number": "7" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "7.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "7.2" + }, + { + "id": "sec-operations-on-objects", + "title": "Operations on Objects", + "level": 2, + "number": "7.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "7.3.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "7.3.2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "7.3.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "7.3.4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "7.3.5" + }, + { + "id": "sec-createnonenumerabledatapropertyorthrow", + "title": "CreateNonEnumerableDataPropertyOrThrow ( O, P, V )", + "level": 3, + "number": "7.3.6" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "8" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "9" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "10" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "11" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "12" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "13" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "14" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "15" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "16" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "17" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "18" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "19" + }, + { + "id": "sec-fundamental-objects", + "title": "Fundamental Objects", + "level": 1, + "number": "20" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "20.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "20.2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "20.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "20.4" + }, + { + "id": "sec-error-objects", + "title": "Error Objects", + "level": 2, + "number": "20.5" + }, + { + "id": "sec-error-constructor", + "title": "The Error Constructor", + "level": 3, + "number": "20.5.1" + }, + { + "id": "sec-error-message", + "title": "Error ( message [ , options ] )", + "level": 4, + "number": "20.5.1.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "20.5.2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "20.5.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "20.5.4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "20.5.5" + }, + { + "id": "sec-nativeerror-object-structure", + "title": "NativeError Object Structure", + "level": 3, + "number": "20.5.6" + }, + { + "id": "sec-nativeerror-constructors", + "title": "The NativeError Constructors", + "level": 4, + "number": "20.5.6.1" + }, + { + "id": "sec-nativeerror", + "title": "NativeError ( message [ , options ] )", + "level": 5, + "number": "20.5.6.1.1" + }, + { + "id": "sec-aggregate-error-objects", + "title": "AggregateError Objects", + "level": 3, + "number": "20.5.7" + }, + { + "id": "sec-aggregate-error-constructor", + "title": "The AggregateError Constructor", + "level": 4, + "number": "20.5.7.1" + }, + { + "id": "sec-aggregate-error", + "title": "AggregateError ( errors, message [ , options ] )", + "level": 5, + "number": "20.5.7.1.1" + }, + { + "id": "sec-errorobjects-abstracts", + "title": "Abstract Operations for Error Objects", + "level": 3, + "number": "20.5.8" + }, + { + "id": "sec-errorobjects-install-error-cause", + "title": "InstallErrorCause ( O, options )", + "level": 4, + "number": "20.5.8.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-import-assertions.json b/tr/headings/tc39-import-assertions.json new file mode 100644 index 000000000000..9d4fbdacd466 --- /dev/null +++ b/tr/headings/tc39-import-assertions.json @@ -0,0 +1,92 @@ +{ + "spec": { + "title": "import assertions", + "url": "https://tc39.es/proposal-import-assertions/" + }, + "headings": [ + { + "id": "sec-syntax", + "title": "Syntax", + "level": 1, + "number": "1" + }, + { + "id": "sec-semantics", + "title": "Semantics", + "level": 1, + "number": "2" + }, + { + "id": "sec-import-calls", + "title": "Import Calls", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-import-call-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "2.1.1" + }, + { + "id": "sec-evaluate-import-call", + "title": "EvaluateImportCall ( specifierExpression [ , optionsExpression ] )", + "level": 4, + "number": "2.1.1.1" + }, + { + "id": "sec-hostresolveimportedmodule", + "title": "Runtime Semantics: HostResolveImportedModule ( referencingScriptOrModule, specifier moduleRequest )", + "level": 2, + "number": "2.2" + }, + { + "id": "sec-hostimportmoduledynamically", + "title": "Runtime Semantics: HostImportModuleDynamically ( referencingScriptOrModule, specifier, moduleRequest, promiseCapability )", + "level": 2, + "number": "2.3" + }, + { + "id": "sec-finishdynamicimport", + "title": "Runtime Semantics: FinishDynamicImport ( referencingScriptOrModule, specifier, moduleRequest, promiseCapability, completion )", + "level": 2, + "number": "2.4" + }, + { + "id": "sec-hostgetsupportedimportassertions", + "title": "Static Semantics: HostGetSupportedImportAssertions ()", + "level": 2, + "number": "2.5" + }, + { + "id": "sec-assert-clause-early-errors", + "title": "Static Semantics: Early Errors", + "level": 2, + "number": "2.6" + }, + { + "id": "sec-assert-clause-to-assertions", + "title": "Static Semantics: AssertClauseToAssertions", + "level": 2, + "number": "2.7" + }, + { + "id": "sec-assertion-key-string-value", + "title": "Static Semantics: StringValue", + "level": 2, + "number": "2.8" + }, + { + "id": "sec-modulerequest-record", + "title": "ModuleRequest Records", + "level": 2, + "number": "2.9" + }, + { + "id": "sec-static-semantics-modulerequests", + "title": "Static Semantics: ModuleRequests", + "level": 2, + "number": "2.10" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-json-modules.json b/tr/headings/tc39-json-modules.json new file mode 100644 index 000000000000..7c8dd185fe80 --- /dev/null +++ b/tr/headings/tc39-json-modules.json @@ -0,0 +1,80 @@ +{ + "spec": { + "title": "JSON modules", + "url": "https://tc39.es/proposal-json-modules/" + }, + "headings": [ + { + "id": "sec-semantics", + "title": "Semantics", + "level": 1, + "number": "1" + }, + { + "id": "sec-hostresolveimportedmodule", + "title": "Runtime Semantics: HostResolveImportedModule ( referencingScriptOrModule, moduleRequest )", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-synthetic-module-records", + "title": "Synthetic Module Records", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-createsyntheticmodule", + "title": "CreateSyntheticModule ( exportNames, evaluationSteps, realm, hostDefined )", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-setsyntheticmoduleexport", + "title": "SetSyntheticModuleExport ( module, exportName, exportValue )", + "level": 3, + "number": "1.2.2" + }, + { + "id": "sec-smr-concrete-methods", + "title": "Concrete Methods", + "level": 3, + "number": "1.2.3" + }, + { + "id": "sec-smr-getexportednames", + "title": "GetExportedNames( exportStarSet )", + "level": 4, + "number": "1.2.3.1" + }, + { + "id": "sec-smr-resolveexport", + "title": "ResolveExport( exportName, resolveSet )", + "level": 4, + "number": "1.2.3.2" + }, + { + "id": "sec-smr-instantiate", + "title": "Instantiate ( )", + "level": 4, + "number": "1.2.3.3" + }, + { + "id": "sec-smr-Evaluate", + "title": "Evaluate ( )", + "level": 4, + "number": "1.2.3.4" + }, + { + "id": "sec-create-default-export-synthetic-module", + "title": "CreateDefaultExportSyntheticModule ( defaultExport )", + "level": 2, + "number": "1.3" + }, + { + "id": "sec-parse-json-module", + "title": "ParseJSONModule ( source )", + "level": 2, + "number": "1.4" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-private-fields-in-in.json b/tr/headings/tc39-private-fields-in-in.json new file mode 100644 index 000000000000..2564426be60c --- /dev/null +++ b/tr/headings/tc39-private-fields-in-in.json @@ -0,0 +1,254 @@ +{ + "spec": { + "title": "Private Fields in `in`", + "url": "https://tc39.es/proposal-private-fields-in-in/" + }, + "headings": [ + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "5" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "6" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "7" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "8" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "9" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "10" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "11" + }, + { + "id": "sec-ecmascript-language-expressions", + "title": "ECMAScript Language: Expressions", + "level": 1, + "number": "12" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.5" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.6" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.7" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.8" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "12.9" + }, + { + "id": "sec-relational-operators", + "title": "Relational Operators", + "level": 2, + "number": "12.10" + }, + { + "id": "sec-relational-operators-static-semantics-isfunctiondefinition", + "title": "Static Semantics: IsFunctionDefinition", + "level": 3, + "number": "12.10.1" + }, + { + "id": "sec-relational-operators-static-semantics-assignmenttargettype", + "title": "Static Semantics: AssignmentTargetType", + "level": 3, + "number": "12.10.2" + }, + { + "id": "sec-relational-operators-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "12.10.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "12.10.4" + }, + { + "id": "sec-all-private-identifiers-valid", + "title": "Static Semantics: AllPrivateIdentifiersValid", + "level": 3, + "number": "12.10.5" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 1, + "number": "13" + }, + { + "id": "sec-ecmascript-language-functions-and-classes", + "title": "ECMAScript Language: Functions and Classes", + "level": 1, + "number": "14" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.1" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.2" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.3" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.4" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.5" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.6" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.7" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 2, + "number": "14.8" + }, + { + "id": "sec-tail-position-calls", + "title": "Tail Position Calls", + "level": 2, + "number": "14.9" + }, + { + "id": "sec-placeholder", + "title": "Placeholder to ensure correct clause numbering", + "level": 3, + "number": "14.9.1" + }, + { + "id": "sec-static-semantics-hascallintailposition", + "title": "Static Semantics: HasCallInTailPosition", + "level": 3, + "number": "14.9.2" + }, + { + "id": "sec-expression-rules", + "title": "Expression Rules", + "level": 4, + "number": "14.9.2.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-private-methods.json b/tr/headings/tc39-private-methods.json new file mode 100644 index 000000000000..9c79cd0be6a4 --- /dev/null +++ b/tr/headings/tc39-private-methods.json @@ -0,0 +1,122 @@ +{ + "spec": { + "title": "Private Methods and Accessors Proposal", + "url": "https://tc39.es/proposal-private-methods/" + }, + "headings": [ + { + "id": "sec-syntax", + "title": "Syntax", + "level": 1, + "number": "1" + }, + { + "id": "sec-updated-syntax", + "title": "Updated Productions", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-internal-algorithms", + "title": "Modified algorithms", + "level": 1, + "number": "2" + }, + { + "id": "static-semantics-propname", + "title": "Static Semantics: PropName", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-runtime-semantics-evaluate-name", + "title": "Runtime Semantics: Evaluation", + "level": 2, + "number": "2.2" + }, + { + "id": "initialize-instance-elements", + "title": "InitializeInstanceFieldsElements ( O, constructor )", + "level": 2, + "number": "2.3" + }, + { + "id": "sec-private-bound-identifiers", + "title": "Static Semantics: PrivateBoundIdentifiers", + "level": 2, + "number": "2.4" + }, + { + "id": "runtime-semantics-class-definition-evaluation", + "title": "Runtime Semantics: ClassDefinitionEvaluation", + "level": 2, + "number": "2.5" + }, + { + "id": "sec-define-ordinary-method", + "title": "DefineOrdinaryMethod ( key, homeObject, closure, enumerable )", + "level": 2, + "number": "2.6" + }, + { + "id": "sec-method-definitions-runtime-semantics-classelementevaluation", + "title": "Runtime Semantics: ClassElementEvaluation", + "level": 2, + "number": "2.7" + }, + { + "id": "the-super-keyword", + "title": "The super Keyword", + "level": 2, + "number": "2.8" + }, + { + "id": "sec-super-keyword-runtime-semantics-evaluation", + "title": "Runtime Semantics: Evaluation", + "level": 3, + "number": "2.8.1" + }, + { + "id": "[[construct]]", + "title": "[[Construct]] ( argumentsList, newTarget)", + "level": 2, + "number": "2.9" + }, + { + "id": "sec-private-names", + "title": "Private Names and references", + "level": 1, + "number": "3" + }, + { + "id": "sec-privatebrandcheck", + "title": "PrivateBrandCheck(O, P)", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-privatebrandadd", + "title": "PrivateBrandAdd(O, brand)", + "level": 2, + "number": "3.2" + }, + { + "id": "sec-privatefieldget", + "title": "PrivateFieldGet (P, O )", + "level": 2, + "number": "3.3" + }, + { + "id": "sec-privatefieldset", + "title": "PrivateFieldSet (P, O, value )", + "level": 2, + "number": "3.4" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-regexp-match-indices.json b/tr/headings/tc39-regexp-match-indices.json new file mode 100644 index 000000000000..2219b8653369 --- /dev/null +++ b/tr/headings/tc39-regexp-match-indices.json @@ -0,0 +1,134 @@ +{ + "spec": { + "title": "RegExp Match Indices", + "url": "https://tc39.es/proposal-regexp-match-indices/" + }, + "headings": [ + { + "id": "sec-text-processing", + "title": "Text Processing", + "level": 1, + "number": "1" + }, + { + "id": "sec-regexp-regular-expression-objects", + "title": "RegExp (Regular Expression) Objects", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-pattern-semantics", + "title": "Pattern Semantics", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-notation", + "title": "Notation", + "level": 4, + "number": "1.1.1.1" + }, + { + "id": "sec-atom", + "title": "Atom", + "level": 4, + "number": "1.1.1.2" + }, + { + "id": "sec-atomescape", + "title": "AtomEscape", + "level": 4, + "number": "1.1.1.3" + }, + { + "id": "sec-backreference-matcher", + "title": "Runtime Semantics: BackreferenceMatcher ( n, direction )", + "level": 5, + "number": "1.1.1.3.1" + }, + { + "id": "sec-regexp-abstract-operations", + "title": "RegExp Abstract Operations", + "level": 3, + "number": "1.1.2" + }, + { + "id": "sec-match-records", + "title": "Match Records", + "level": 4, + "number": "1.1.2.1" + }, + { + "id": "sec-regexp-constructor", + "title": "The RegExp Constructor", + "level": 3, + "number": "1.1.3" + }, + { + "id": "sec-abstract-operations-for-the-regexp-constructor", + "title": "Abstract Operations for the RegExp Constructor", + "level": 4, + "number": "1.1.3.1" + }, + { + "id": "sec-regexpinitialize", + "title": "RegExpInitialize ( obj, pattern, flags )", + "level": 5, + "number": "1.1.3.1.1" + }, + { + "id": "sec-properties-of-the-regexp-prototype-object", + "title": "Properties of the RegExp Prototype Object", + "level": 3, + "number": "1.1.4" + }, + { + "id": "sec-regexp.prototype.exec", + "title": "RegExp.prototype.exec ( string )", + "level": 4, + "number": "1.1.4.1" + }, + { + "id": "sec-regexpbuiltinexec", + "title": "Runtime Semantics: RegExpBuiltinExec ( R, S )", + "level": 5, + "number": "1.1.4.1.1" + }, + { + "id": "sec-getstringindex", + "title": "GetStringIndex ( S, Input, e )", + "level": 5, + "number": "1.1.4.1.2" + }, + { + "id": "sec-getmatchstring", + "title": "GetMatchString ( S, match )", + "level": 5, + "number": "1.1.4.1.3" + }, + { + "id": "sec-getmatchindicesarray", + "title": "GetMatchIndicesArray ( S, match )", + "level": 5, + "number": "1.1.4.1.4" + }, + { + "id": "sec-makeindicesarray", + "title": "MakeIndicesArray ( S , indices, groupNames, hasGroups )", + "level": 5, + "number": "1.1.4.1.5" + }, + { + "id": "sec-get-regexp.prototype.flags", + "title": "get RegExp.prototype.flags", + "level": 4, + "number": "1.1.4.2" + }, + { + "id": "sec-get-regexp.prototype.hasIndices", + "title": "get RegExp.prototype.hasIndices", + "level": 4, + "number": "1.1.4.3" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-relative-indexing-method.json b/tr/headings/tc39-relative-indexing-method.json new file mode 100644 index 000000000000..83967aadaa73 --- /dev/null +++ b/tr/headings/tc39-relative-indexing-method.json @@ -0,0 +1,56 @@ +{ + "spec": { + "title": "Relative Indexing Method", + "url": "https://tc39.es/proposal-relative-indexing-method/" + }, + "headings": [ + { + "id": "sec-array-prototype-additions", + "title": "Additions to Properties of the Array Prototype Object", + "level": 1, + "number": "1" + }, + { + "id": "sec-array.prototype.at", + "title": "Array.prototype.at ( index )", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-array.prototype-modifications", + "title": "Modifications to Properties of the Array Prototype Object", + "level": 1, + "number": "2" + }, + { + "id": "sec-array.prototype-@@unscopables-modification", + "title": "Array.prototype [ @@unscopables ]", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-string-prototype-additions", + "title": "Additions to Properties of the String Prototype Object", + "level": 1, + "number": "3" + }, + { + "id": "sec-string.prototype.at", + "title": "String.prototype.at ( index )", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-%typedarray.prototype%-additions", + "title": "Additions to Properties of the %TypedArray.prototype% Object", + "level": 1, + "number": "4" + }, + { + "id": "sec-%typedarray%.prototype.at", + "title": "%TypedArray%.prototype.at ( index )", + "level": 2, + "number": "4.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-static-class-features.json b/tr/headings/tc39-static-class-features.json new file mode 100644 index 000000000000..b88a777a08c4 --- /dev/null +++ b/tr/headings/tc39-static-class-features.json @@ -0,0 +1,38 @@ +{ + "spec": { + "title": "Static class features", + "url": "https://tc39.es/proposal-static-class-features/" + }, + "headings": [ + { + "id": "sec-syntax", + "title": "Syntax", + "level": 1, + "number": "1" + }, + { + "id": "sec-static-semantics-early-errors", + "title": "Static Semantics: Early Errors", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-algorithms", + "title": "Algorithms", + "level": 1, + "number": "2" + }, + { + "id": "sec-method-definitions-runtime-semantics-classelementevaluation", + "title": "Runtime Semantics: ClassElementEvaluation", + "level": 2, + "number": "2.1" + }, + { + "id": "runtime-semantics-class-definition-evaluation", + "title": "Runtime Semantics: ClassDefinitionEvaluation", + "level": 2, + "number": "2.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json new file mode 100644 index 000000000000..bb14bc724a1d --- /dev/null +++ b/tr/headings/tc39-temporal.json @@ -0,0 +1,4106 @@ +{ + "spec": { + "title": "Temporal proposal", + "url": "https://tc39.es/proposal-temporal/" + }, + "headings": [ + { + "id": "sec-temporal-objects", + "title": "The Temporal Object", + "level": 1, + "number": "1" + }, + { + "id": "sec-constructor-properties-of-the-temporal-object", + "title": "Constructor Properties of the Temporal Object", + "level": 2, + "number": "1.1" + }, + { + "id": "sec-temporal-instant", + "title": "Temporal.Instant ( . . . )", + "level": 3, + "number": "1.1.1" + }, + { + "id": "sec-temporal-plaindatetime", + "title": "Temporal.PlainDateTime ( . . . )", + "level": 3, + "number": "1.1.2" + }, + { + "id": "sec-temporal-plaindate", + "title": "Temporal.PlainDate ( . . . )", + "level": 3, + "number": "1.1.3" + }, + { + "id": "sec-temporal-plaintime", + "title": "Temporal.PlainTime ( . . . )", + "level": 3, + "number": "1.1.4" + }, + { + "id": "sec-temporal-plainyearmonth", + "title": "Temporal.PlainYearMonth ( . . . )", + "level": 3, + "number": "1.1.5" + }, + { + "id": "sec-temporal-plainmonthday", + "title": "Temporal.PlainMonthDay ( . . . )", + "level": 3, + "number": "1.1.6" + }, + { + "id": "sec-temporal-timezone", + "title": "Temporal.TimeZone ( . . . )", + "level": 3, + "number": "1.1.7" + }, + { + "id": "sec-temporal-duration", + "title": "Temporal.Duration ( . . . )", + "level": 3, + "number": "1.1.8" + }, + { + "id": "sec-other-properties-of-the-temporal-object", + "title": "Other Properties of the Temporal Object", + "level": 2, + "number": "1.2" + }, + { + "id": "sec-temporal-now", + "title": "Temporal.now", + "level": 3, + "number": "1.2.1" + }, + { + "id": "sec-temporal-now-object", + "title": "The Temporal.now Object", + "level": 1, + "number": "2" + }, + { + "id": "sec-function-properties-of-the-temporal-now-object", + "title": "Function Properties of the Temporal.now Object", + "level": 2, + "number": "2.1" + }, + { + "id": "sec-temporal.now.timezone", + "title": "Temporal.now.timeZone ( )", + "level": 3, + "number": "2.1.1" + }, + { + "id": "sec-temporal.now.instant", + "title": "Temporal.now.instant ( )", + "level": 3, + "number": "2.1.2" + }, + { + "id": "sec-temporal.now.plaindatetime", + "title": "Temporal.now.plainDateTime ( calendar [ , temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.3" + }, + { + "id": "sec-temporal.now.plaindatetimeiso", + "title": "Temporal.now.plainDateTimeISO ( [ temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.4" + }, + { + "id": "sec-temporal.now.zoneddatetime", + "title": "Temporal.now.zonedDateTime ( calendar [ , temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.5" + }, + { + "id": "sec-temporal.now.zoneddatetimeiso", + "title": "Temporal.now.zonedDateTimeISO ( [ temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.6" + }, + { + "id": "sec-temporal.now.plaindate", + "title": "Temporal.now.plainDate ( calendar [ , temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.7" + }, + { + "id": "sec-temporal.now.plaindateiso", + "title": "Temporal.now.plainDateISO ( [ temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.8" + }, + { + "id": "sec-temporal.now.plaintimeiso", + "title": "Temporal.now.plainTimeISO ( [ temporalTimeZoneLike ] )", + "level": 3, + "number": "2.1.9" + }, + { + "id": "sec-temporal-now-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "2.2" + }, + { + "id": "sec-temporal-systemtimezone", + "title": "SystemTimeZone ( )", + "level": 3, + "number": "2.2.1" + }, + { + "id": "sec-temporal-systemutcepochnanoseconds", + "title": "SystemUTCEpochNanoseconds ( )", + "level": 3, + "number": "2.2.2" + }, + { + "id": "sec-temporal-systeminstant", + "title": "SystemInstant ( )", + "level": 3, + "number": "2.2.3" + }, + { + "id": "sec-temporal-systemdatetime", + "title": "SystemDateTime ( [ temporalTimeZoneLike [ , calendarLike ] ] )", + "level": 3, + "number": "2.2.4" + }, + { + "id": "sec-temporal-systemzoneddatetime", + "title": "SystemZonedDateTime ( [ temporalTimeZoneLike [ , calendarLike ] ] )", + "level": 3, + "number": "2.2.5" + }, + { + "id": "sec-temporal-plaindate-objects", + "title": "Temporal.PlainDate Objects", + "level": 1, + "number": "3" + }, + { + "id": "sec-temporal-plaindate-constructor", + "title": "The Temporal.PlainDate Constructor", + "level": 2, + "number": "3.1" + }, + { + "id": "sec-temporal.plaindate", + "title": "Temporal.PlainDate ( isoYear, isoMonth, isoDay [ , calendarLike ] )", + "level": 3, + "number": "3.1.1" + }, + { + "id": "sec-properties-of-the-temporal-plaindate-constructor", + "title": "Properties of the Temporal.PlainDate Constructor", + "level": 2, + "number": "3.2" + }, + { + "id": "sec-temporal-plaindate-prototype", + "title": "Temporal.PlainDate.prototype", + "level": 3, + "number": "3.2.1" + }, + { + "id": "sec-temporal.plaindate.from", + "title": "Temporal.PlainDate.from ( item [ , options ] )", + "level": 3, + "number": "3.2.2" + }, + { + "id": "sec-temporal.plaindate.compare", + "title": "Temporal.PlainDate.compare ( one, two )", + "level": 3, + "number": "3.2.3" + }, + { + "id": "sec-properties-of-the-temporal-plaindate-prototype-object", + "title": "Properties of the Temporal.PlainDate Prototype Object", + "level": 2, + "number": "3.3" + }, + { + "id": "sec-temporal.plaindate.prototype.constructor", + "title": "Temporal.PlainDate.prototype.constructor", + "level": 3, + "number": "3.3.1" + }, + { + "id": "sec-temporal.plaindate.prototype-@@tostringtag", + "title": "Temporal.PlainDate.prototype[ @@toStringTag ]", + "level": 3, + "number": "3.3.2" + }, + { + "id": "sec-get-temporal.plaindate.prototype.calendar", + "title": "get Temporal.PlainDate.prototype.calendar", + "level": 3, + "number": "3.3.3" + }, + { + "id": "sec-get-temporal.plaindate.prototype.year", + "title": "get Temporal.PlainDate.prototype.year", + "level": 3, + "number": "3.3.4" + }, + { + "id": "sec-get-temporal.plaindate.prototype.month", + "title": "get Temporal.PlainDate.prototype.month", + "level": 3, + "number": "3.3.5" + }, + { + "id": "sec-get-temporal.plaindate.prototype.monthCode", + "title": "get Temporal.PlainDate.prototype.monthCode", + "level": 3, + "number": "3.3.6" + }, + { + "id": "sec-get-temporal.plaindate.prototype.day", + "title": "get Temporal.PlainDate.prototype.day", + "level": 3, + "number": "3.3.7" + }, + { + "id": "sec-get-temporal.plaindate.prototype.dayofweek", + "title": "get Temporal.PlainDate.prototype.dayOfWeek", + "level": 3, + "number": "3.3.8" + }, + { + "id": "sec-get-temporal.plaindate.prototype.dayofyear", + "title": "get Temporal.PlainDate.prototype.dayOfYear", + "level": 3, + "number": "3.3.9" + }, + { + "id": "sec-get-temporal.plaindate.prototype.weekofyear", + "title": "get Temporal.PlainDate.prototype.weekOfYear", + "level": 3, + "number": "3.3.10" + }, + { + "id": "sec-get-temporal.plaindate.prototype.daysinweek", + "title": "get Temporal.PlainDate.prototype.daysInWeek", + "level": 3, + "number": "3.3.11" + }, + { + "id": "sec-get-temporal.plaindate.prototype.daysinmonth", + "title": "get Temporal.PlainDate.prototype.daysInMonth", + "level": 3, + "number": "3.3.12" + }, + { + "id": "sec-get-temporal.plaindate.prototype.daysinyear", + "title": "get Temporal.PlainDate.prototype.daysInYear", + "level": 3, + "number": "3.3.13" + }, + { + "id": "sec-get-temporal.plaindate.prototype.monthsinyear", + "title": "get Temporal.PlainDate.prototype.monthsInYear", + "level": 3, + "number": "3.3.14" + }, + { + "id": "sec-get-temporal.plaindate.prototype.inleapyear", + "title": "get Temporal.PlainDate.prototype.inLeapYear", + "level": 3, + "number": "3.3.15" + }, + { + "id": "sec-temporal.plaindate.prototype.toplainyearmonth", + "title": "Temporal.PlainDate.prototype.toPlainYearMonth ( )", + "level": 3, + "number": "3.3.16" + }, + { + "id": "sec-temporal.plaindate.prototype.toplainmonthday", + "title": "Temporal.PlainDate.prototype.toPlainMonthDay ( )", + "level": 3, + "number": "3.3.17" + }, + { + "id": "sec-temporal.plaindate.prototype.getisofields", + "title": "Temporal.PlainDate.prototype.getISOFields ( )", + "level": 3, + "number": "3.3.18" + }, + { + "id": "sec-temporal.plaindate.prototype.add", + "title": "Temporal.PlainDate.prototype.add ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "3.3.19" + }, + { + "id": "sec-temporal.plaindate.prototype.subtract", + "title": "Temporal.PlainDate.prototype.subtract ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "3.3.20" + }, + { + "id": "sec-temporal.plaindate.prototype.with", + "title": "Temporal.PlainDate.prototype.with ( temporalDateLike [ , options ] )", + "level": 3, + "number": "3.3.21" + }, + { + "id": "sec-temporal.plaindate.prototype.withcalendar", + "title": "Temporal.PlainDate.prototype.withCalendar ( calendar )", + "level": 3, + "number": "3.3.22" + }, + { + "id": "sec-temporal.plaindate.prototype.until", + "title": "Temporal.PlainDate.prototype.until ( other [ , options ] )", + "level": 3, + "number": "3.3.23" + }, + { + "id": "sec-temporal.plaindate.prototype.since", + "title": "Temporal.PlainDate.prototype.since ( other [ , options ] )", + "level": 3, + "number": "3.3.24" + }, + { + "id": "sec-temporal.plaindate.prototype.equals", + "title": "Temporal.PlainDate.prototype.equals ( other )", + "level": 3, + "number": "3.3.25" + }, + { + "id": "sec-temporal.plaindate.prototype.toplaindatetime", + "title": "Temporal.PlainDate.prototype.toPlainDateTime ( [ temporalTime ] )", + "level": 3, + "number": "3.3.26" + }, + { + "id": "sec-temporal.plaindate.prototype.tozoneddatetime", + "title": "Temporal.PlainDate.prototype.toZonedDateTime ( item )", + "level": 3, + "number": "3.3.27" + }, + { + "id": "sec-temporal.plaindate.prototype.tostring", + "title": "Temporal.PlainDate.prototype.toString ( [ options ] )", + "level": 3, + "number": "3.3.28" + }, + { + "id": "sec-temporal.plaindate.prototype.tolocalestring", + "title": "Temporal.PlainDate.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "3.3.29" + }, + { + "id": "sec-temporal.plaindate.prototype.tojson", + "title": "Temporal.PlainDate.prototype.toJSON ( )", + "level": 3, + "number": "3.3.30" + }, + { + "id": "sec-temporal.plaindate.prototype.valueof", + "title": "Temporal.PlainDate.prototype.valueOf ( )", + "level": 3, + "number": "3.3.31" + }, + { + "id": "sec-properties-of-temporal-plaindate-instances", + "title": "Properties of Temporal.PlainDate Instances", + "level": 2, + "number": "3.4" + }, + { + "id": "sec-temporal-plaindate-abstract-ops", + "title": "Abstract Operations for Temporal.PlainDate Objects", + "level": 2, + "number": "3.5" + }, + { + "id": "sec-temporal-createtemporaldate", + "title": "CreateTemporalDate ( isoYear, isoMonth, isoDay, calendar [ , newTarget ] )", + "level": 3, + "number": "3.5.1" + }, + { + "id": "sec-temporal-totemporaldate", + "title": "ToTemporalDate ( item [ , options ] )", + "level": 3, + "number": "3.5.2" + }, + { + "id": "sec-temporal-differenceisodate", + "title": "DifferenceISODate ( y1, m1, d1, y2, m2, d2, largestUnit )", + "level": 3, + "number": "3.5.3" + }, + { + "id": "sec-temporal-regulateisodate", + "title": "RegulateISODate ( year, month, day, overflow )", + "level": 3, + "number": "3.5.4" + }, + { + "id": "sec-temporal-validateisodate", + "title": "ValidateISODate ( year, month, day )", + "level": 3, + "number": "3.5.5" + }, + { + "id": "sec-temporal-rejectisodate", + "title": "RejectISODate ( year, month, day )", + "level": 3, + "number": "3.5.6" + }, + { + "id": "sec-temporal-constrainisodate", + "title": "ConstrainISODate ( year, month, day )", + "level": 3, + "number": "3.5.7" + }, + { + "id": "sec-temporal-balanceisodate", + "title": "BalanceISODate ( year, month, day )", + "level": 3, + "number": "3.5.8" + }, + { + "id": "sec-temporal-padisoyear", + "title": "PadISOYear ( y )", + "level": 3, + "number": "3.5.9" + }, + { + "id": "sec-temporal-temporaldatetostring", + "title": "TemporalDateToString ( temporalDate, showCalendar )", + "level": 3, + "number": "3.5.10" + }, + { + "id": "sec-temporal-addisodate", + "title": "AddISODate ( year, month, day, years, months, weeks, days, overflow )", + "level": 3, + "number": "3.5.11" + }, + { + "id": "sec-temporal-compareisodate", + "title": "CompareISODate ( y1, m1, d1, y2, m2, d2 )", + "level": 3, + "number": "3.5.12" + }, + { + "id": "sec-temporal-plaintime-objects", + "title": "Temporal.PlainTime Objects", + "level": 1, + "number": "4" + }, + { + "id": "sec-temporal-plaintime-constructor", + "title": "The Temporal.PlainTime Constructor", + "level": 2, + "number": "4.1" + }, + { + "id": "sec-temporal.plaintime", + "title": "Temporal.PlainTime ( [ hour [ , minute [ , second [ , millisecond [ , microsecond [ , nanosecond ] ] ] ] ] ] )", + "level": 3, + "number": "4.1.1" + }, + { + "id": "sec-properties-of-the-temporal-plaintime-constructor", + "title": "Properties of the Temporal.PlainTime Constructor", + "level": 2, + "number": "4.2" + }, + { + "id": "sec-temporal-plaintime-prototype", + "title": "Temporal.PlainTime.prototype", + "level": 3, + "number": "4.2.1" + }, + { + "id": "sec-temporal.plaintime.from", + "title": "Temporal.PlainTime.from ( item [ , options ] )", + "level": 3, + "number": "4.2.2" + }, + { + "id": "sec-temporal.plaintime.compare", + "title": "Temporal.PlainTime.compare ( one, two )", + "level": 3, + "number": "4.2.3" + }, + { + "id": "sec-properties-of-the-temporal-plaintime-prototype-object", + "title": "Properties of the Temporal.PlainTime Prototype Object", + "level": 2, + "number": "4.3" + }, + { + "id": "sec-temporal.plaintime.prototype.constructor", + "title": "Temporal.PlainTime.prototype.constructor", + "level": 3, + "number": "4.3.1" + }, + { + "id": "sec-temporal.plaintime.prototype-@@tostringtag", + "title": "Temporal.PlainTime.prototype[ @@toStringTag ]", + "level": 3, + "number": "4.3.2" + }, + { + "id": "sec-get-temporal.time.prototype.calendar", + "title": "get Temporal.Time.prototype.calendar", + "level": 3, + "number": "4.3.3" + }, + { + "id": "sec-get-temporal.plaintime.prototype.hour", + "title": "get Temporal.PlainTime.prototype.hour", + "level": 3, + "number": "4.3.4" + }, + { + "id": "sec-get-temporal.plaintime.prototype.minute", + "title": "get Temporal.PlainTime.prototype.minute", + "level": 3, + "number": "4.3.5" + }, + { + "id": "sec-get-temporal.plaintime.prototype.second", + "title": "get Temporal.PlainTime.prototype.second", + "level": 3, + "number": "4.3.6" + }, + { + "id": "sec-get-temporal.plaintime.prototype.millisecond", + "title": "get Temporal.PlainTime.prototype.millisecond", + "level": 3, + "number": "4.3.7" + }, + { + "id": "sec-get-temporal.plaintime.prototype.microsecond", + "title": "get Temporal.PlainTime.prototype.microsecond", + "level": 3, + "number": "4.3.8" + }, + { + "id": "sec-get-temporal.plaintime.prototype.nanosecond", + "title": "get Temporal.PlainTime.prototype.nanosecond", + "level": 3, + "number": "4.3.9" + }, + { + "id": "sec-temporal.plaintime.prototype.add", + "title": "Temporal.PlainTime.prototype.add ( temporalDurationLike )", + "level": 3, + "number": "4.3.10" + }, + { + "id": "sec-temporal.plaintime.prototype.subtract", + "title": "Temporal.PlainTime.prototype.subtract ( temporalDurationLike )", + "level": 3, + "number": "4.3.11" + }, + { + "id": "sec-temporal.plaintime.prototype.with", + "title": "Temporal.PlainTime.prototype.with ( temporalTimeLike [ , options ] )", + "level": 3, + "number": "4.3.12" + }, + { + "id": "sec-temporal.plaintime.prototype.until", + "title": "Temporal.PlainTime.prototype.until ( other [ , options ] )", + "level": 3, + "number": "4.3.13" + }, + { + "id": "sec-temporal.plaintime.prototype.since", + "title": "Temporal.PlainTime.prototype.since ( other [ , options ] )", + "level": 3, + "number": "4.3.14" + }, + { + "id": "sec-temporal.plaintime.prototype.round", + "title": "Temporal.PlainTime.prototype.round ( options )", + "level": 3, + "number": "4.3.15" + }, + { + "id": "sec-temporal.plaintime.prototype.equals", + "title": "Temporal.PlainTime.prototype.equals ( other )", + "level": 3, + "number": "4.3.16" + }, + { + "id": "sec-temporal.plaintime.prototype.toplaindatetime", + "title": "Temporal.PlainTime.prototype.toPlainDateTime ( temporalDate )", + "level": 3, + "number": "4.3.17" + }, + { + "id": "sec-temporal.plaintime.prototype.tozoneddatetime", + "title": "Temporal.PlainTime.prototype.toZonedDateTime ( item )", + "level": 3, + "number": "4.3.18" + }, + { + "id": "sec-temporal.plaintime.prototype.getisofields", + "title": "Temporal.PlainTime.prototype.getISOFields ( )", + "level": 3, + "number": "4.3.19" + }, + { + "id": "sec-temporal.plaintime.prototype.tostring", + "title": "Temporal.PlainTime.prototype.toString ( [ options ] )", + "level": 3, + "number": "4.3.20" + }, + { + "id": "sec-temporal.plaintime.prototype.tolocalestring", + "title": "Temporal.PlainTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "4.3.21" + }, + { + "id": "sec-temporal.plaintime.prototype.tojson", + "title": "Temporal.PlainTime.prototype.toJSON ( )", + "level": 3, + "number": "4.3.22" + }, + { + "id": "sec-temporal.plaintime.prototype.valueof", + "title": "Temporal.PlainTime.prototype.valueOf ( )", + "level": 3, + "number": "4.3.23" + }, + { + "id": "sec-properties-of-temporal-plaintime-instances", + "title": "Properties of Temporal.PlainTime Instances", + "level": 2, + "number": "4.4" + }, + { + "id": "sec-temporal-plaintime-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "4.5" + }, + { + "id": "sec-temporal-differencetime", + "title": "DifferenceTime ( h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2 )", + "level": 3, + "number": "4.5.1" + }, + { + "id": "sec-temporal-totemporaltime", + "title": "ToTemporalTime ( item [ , overflow ] )", + "level": 3, + "number": "4.5.2" + }, + { + "id": "sec-temporal-topartialtime", + "title": "ToPartialTime ( temporalTimeLike )", + "level": 3, + "number": "4.5.3" + }, + { + "id": "sec-temporal-regulatetime", + "title": "RegulateTime ( hour, minute, second, millisecond, microsecond, nanosecond, overflow )", + "level": 3, + "number": "4.5.4" + }, + { + "id": "sec-temporal-validatetime", + "title": "ValidateTime ( hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "4.5.5" + }, + { + "id": "sec-temporal-balancetime", + "title": "BalanceTime ( hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "4.5.6" + }, + { + "id": "sec-temporal-constraintime", + "title": "ConstrainTime ( hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "4.5.7" + }, + { + "id": "sec-temporal-createtemporaltime", + "title": "CreateTemporalTime ( hour, minute, second, millisecond, microsecond, nanosecond [ , newTarget ] )", + "level": 3, + "number": "4.5.8" + }, + { + "id": "sec-temporal-totemporaltimerecord", + "title": "ToTemporalTimeRecord ( temporalTimeLike )", + "level": 3, + "number": "4.5.9" + }, + { + "id": "sec-temporal-temporaltimetostring", + "title": "TemporalTimeToString ( hour, minute, second, millisecond, microsecond, nanosecond, precision )", + "level": 3, + "number": "4.5.10" + }, + { + "id": "sec-temporal-comparetemporaltime", + "title": "CompareTemporalTime ( h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2 )", + "level": 3, + "number": "4.5.11" + }, + { + "id": "sec-temporal-addtime", + "title": "AddTime ( hour, minute, second, millisecond, microsecond, nanosecond, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "level": 3, + "number": "4.5.12" + }, + { + "id": "sec-temporal-roundtime", + "title": "RoundTime ( hour, minute, second, millisecond, microsecond, nanosecond, increment, unit, roundingMode [ , dayLengthNs ] )", + "level": 3, + "number": "4.5.13" + }, + { + "id": "sec-temporal-plaindatetime-objects", + "title": "Temporal.PlainDateTime Objects", + "level": 1, + "number": "5" + }, + { + "id": "sec-temporal-plaindatetime-constructor", + "title": "The Temporal.PlainDateTime Constructor", + "level": 2, + "number": "5.1" + }, + { + "id": "sec-temporal.plaindatetime", + "title": "Temporal.PlainDateTime ( isoYear, isoMonth, isoDay [ , hour [ , minute [ , second [ , millisecond [ , microsecond [ , nanosecond [ , calendarLike ] ] ] ] ] ] ] )", + "level": 3, + "number": "5.1.1" + }, + { + "id": "sec-properties-of-the-temporal-plaindatetime-constructor", + "title": "Properties of the Temporal.PlainDateTime Constructor", + "level": 2, + "number": "5.2" + }, + { + "id": "sec-temporal-plaindatetime-prototype", + "title": "Temporal.PlainDateTime.prototype", + "level": 3, + "number": "5.2.1" + }, + { + "id": "sec-temporal.plaindatetime.from", + "title": "Temporal.PlainDateTime.from ( item [ , options ] )", + "level": 3, + "number": "5.2.2" + }, + { + "id": "sec-temporal.plaindatetime.compare", + "title": "Temporal.PlainDateTime.compare ( one, two )", + "level": 3, + "number": "5.2.3" + }, + { + "id": "sec-properties-of-the-temporal-plaindatetime-prototype-object", + "title": "Properties of the Temporal.PlainDateTime Prototype Object", + "level": 2, + "number": "5.3" + }, + { + "id": "sec-temporal.plaindatetime.prototype.constructor", + "title": "Temporal.PlainDateTime.prototype.constructor", + "level": 3, + "number": "5.3.1" + }, + { + "id": "sec-temporal.plaindatetime.prototype-@@tostringtag", + "title": "Temporal.PlainDateTime.prototype[ @@toStringTag ]", + "level": 3, + "number": "5.3.2" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.calendar", + "title": "get Temporal.PlainDateTime.prototype.calendar", + "level": 3, + "number": "5.3.3" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.year", + "title": "get Temporal.PlainDateTime.prototype.year", + "level": 3, + "number": "5.3.4" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.month", + "title": "get Temporal.PlainDateTime.prototype.month", + "level": 3, + "number": "5.3.5" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.monthcode", + "title": "get Temporal.PlainDateTime.prototype.monthCode", + "level": 3, + "number": "5.3.6" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.day", + "title": "get Temporal.PlainDateTime.prototype.day", + "level": 3, + "number": "5.3.7" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.hour", + "title": "get Temporal.PlainDateTime.prototype.hour", + "level": 3, + "number": "5.3.8" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.minute", + "title": "get Temporal.PlainDateTime.prototype.minute", + "level": 3, + "number": "5.3.9" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.second", + "title": "get Temporal.PlainDateTime.prototype.second", + "level": 3, + "number": "5.3.10" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.millisecond", + "title": "get Temporal.PlainDateTime.prototype.millisecond", + "level": 3, + "number": "5.3.11" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.microsecond", + "title": "get Temporal.PlainDateTime.prototype.microsecond", + "level": 3, + "number": "5.3.12" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.nanosecond", + "title": "get Temporal.PlainDateTime.prototype.nanosecond", + "level": 3, + "number": "5.3.13" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.dayofweek", + "title": "get Temporal.PlainDateTime.prototype.dayOfWeek", + "level": 3, + "number": "5.3.14" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.dayofyear", + "title": "get Temporal.PlainDateTime.prototype.dayOfYear", + "level": 3, + "number": "5.3.15" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.weekofyear", + "title": "get Temporal.PlainDateTime.prototype.weekOfYear", + "level": 3, + "number": "5.3.16" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.daysinweek", + "title": "get Temporal.PlainDateTime.prototype.daysInWeek", + "level": 3, + "number": "5.3.17" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.daysinmonth", + "title": "get Temporal.PlainDateTime.prototype.daysInMonth", + "level": 3, + "number": "5.3.18" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.daysinyear", + "title": "get Temporal.PlainDateTime.prototype.daysInYear", + "level": 3, + "number": "5.3.19" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.monthsinyear", + "title": "get Temporal.PlainDateTime.prototype.monthsInYear", + "level": 3, + "number": "5.3.20" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.inleapyear", + "title": "get Temporal.PlainDateTime.prototype.inLeapYear", + "level": 3, + "number": "5.3.21" + }, + { + "id": "sec-temporal.plaindatetime.prototype.with", + "title": "Temporal.PlainDateTime.prototype.with ( temporalDateTimeLike [ , options ] )", + "level": 3, + "number": "5.3.22" + }, + { + "id": "sec-temporal.plaindatetime.prototype.withplaintime", + "title": "Temporal.PlainDateTime.prototype.withPlainTime ( [ plainTimeLike ] )", + "level": 3, + "number": "5.3.23" + }, + { + "id": "sec-temporal.plaindatetime.prototype.withplaindate", + "title": "Temporal.PlainDateTime.prototype.withPlainDate ( plainDateLike )", + "level": 3, + "number": "5.3.24" + }, + { + "id": "sec-temporal.plaindatetime.prototype.withcalendar", + "title": "Temporal.PlainDateTime.prototype.withCalendar ( calendar )", + "level": 3, + "number": "5.3.25" + }, + { + "id": "sec-temporal.plaindatetime.prototype.add", + "title": "Temporal.PlainDateTime.prototype.add ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "5.3.26" + }, + { + "id": "sec-temporal.plaindatetime.prototype.subtract", + "title": "Temporal.PlainDateTime.prototype.subtract ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "5.3.27" + }, + { + "id": "sec-temporal.plaindatetime.prototype.until", + "title": "Temporal.PlainDateTime.prototype.until ( other [ , options ] )", + "level": 3, + "number": "5.3.28" + }, + { + "id": "sec-temporal.plaindatetime.prototype.since", + "title": "Temporal.PlainDateTime.prototype.since ( other [ , options ] )", + "level": 3, + "number": "5.3.29" + }, + { + "id": "sec-temporal.plaindatetime.prototype.round", + "title": "Temporal.PlainDateTime.prototype.round ( options )", + "level": 3, + "number": "5.3.30" + }, + { + "id": "sec-temporal.plaindatetime.prototype.equals", + "title": "Temporal.PlainDateTime.prototype.equals ( other )", + "level": 3, + "number": "5.3.31" + }, + { + "id": "sec-temporal.plaindatetime.prototype.tostring", + "title": "Temporal.PlainDateTime.prototype.toString ( [ options ] )", + "level": 3, + "number": "5.3.32" + }, + { + "id": "sec-temporal.plaindatetime.prototype.tolocalestring", + "title": "Temporal.PlainDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "5.3.33" + }, + { + "id": "sec-temporal.plaindatetime.prototype.tojson", + "title": "Temporal.PlainDateTime.prototype.toJSON ( )", + "level": 3, + "number": "5.3.34" + }, + { + "id": "sec-temporal.plaindatetime.prototype.valueof", + "title": "Temporal.PlainDateTime.prototype.valueOf ( )", + "level": 3, + "number": "5.3.35" + }, + { + "id": "sec-temporal.plaindatetime.prototype.tozoneddatetime", + "title": "Temporal.PlainDateTime.prototype.toZonedDateTime ( temporalTimeZoneLike [ , options ] )", + "level": 3, + "number": "5.3.36" + }, + { + "id": "sec-temporal.plaindatetime.prototype.toplaindate", + "title": "Temporal.PlainDateTime.prototype.toPlainDate ( )", + "level": 3, + "number": "5.3.37" + }, + { + "id": "sec-temporal.plaindatetime.prototype.toplainyearmonth", + "title": "Temporal.PlainDateTime.prototype.toPlainYearMonth ( )", + "level": 3, + "number": "5.3.38" + }, + { + "id": "sec-temporal.plaindatetime.prototype.toplainmonthday", + "title": "Temporal.PlainDateTime.prototype.toPlainMonthDay ( )", + "level": 3, + "number": "5.3.39" + }, + { + "id": "sec-temporal.plaindatetime.prototype.toplaintime", + "title": "Temporal.PlainDateTime.prototype.toPlainTime ( )", + "level": 3, + "number": "5.3.40" + }, + { + "id": "sec-temporal.plaindatetime.prototype.getisofields", + "title": "Temporal.PlainDateTime.prototype.getISOFields ( )", + "level": 3, + "number": "5.3.41" + }, + { + "id": "sec-properties-of-temporal-plaindatetime-instances", + "title": "Properties of Temporal.PlainDateTime Instances", + "level": 2, + "number": "5.4" + }, + { + "id": "sec-temporal-plaindatetime-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "5.5" + }, + { + "id": "sec-temporal-getepochfromisoparts", + "title": "GetEpochFromISOParts ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "5.5.1" + }, + { + "id": "sec-temporal-isodatetimewithinlimits", + "title": "ISODateTimeWithinLimits ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "5.5.2" + }, + { + "id": "sec-temporal-interprettemporaldatetimefields", + "title": "InterpretTemporalDateTimeFields ( calendar, fields, options )", + "level": 3, + "number": "5.5.3" + }, + { + "id": "sec-temporal-totemporaldatetime", + "title": "ToTemporalDateTime ( item [ , options ] )", + "level": 3, + "number": "5.5.4" + }, + { + "id": "sec-temporal-validateisodatetime", + "title": "ValidateISODateTime ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "5.5.5" + }, + { + "id": "sec-temporal-balanceisodatetime", + "title": "BalanceISODateTime ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "5.5.6" + }, + { + "id": "sec-temporal-createtemporaldatetime", + "title": "CreateTemporalDateTime ( isoYear, isoMonth, isoDay, hour, minute, second, millisecond, microsecond, nanosecond, calendar [ , newTarget ] )", + "level": 3, + "number": "5.5.7" + }, + { + "id": "sec-temporal-temporaldatetimetostring", + "title": "TemporalDateTimeToString ( isoYear, isoMonth, isoDay, hour, minute, second, millisecond, microsecond, nanosecond, calendar, precision, showCalendar )", + "level": 3, + "number": "5.5.8" + }, + { + "id": "sec-temporal-compareisodatetime", + "title": "CompareISODateTime ( y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2, min2, s2, ms2, mus2, ns2 )", + "level": 3, + "number": "5.5.9" + }, + { + "id": "sec-temporal-adddatetime", + "title": "AddDateTime ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond, calendar, years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, options )", + "level": 3, + "number": "5.5.10" + }, + { + "id": "sec-temporal-roundisodatetime", + "title": "RoundISODateTime ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond, increment, unit, roundingMode [ , dayLength ] )", + "level": 3, + "number": "5.5.11" + }, + { + "id": "sec-temporal-differenceisodatetime", + "title": "DifferenceISODateTime ( y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2, min2, s2, ms2, mus2, ns2, calendar, largestUnit [ , options ] )", + "level": 3, + "number": "5.5.12" + }, + { + "id": "sec-temporal-zoneddatetime-objects", + "title": "Temporal.ZonedDateTime Objects", + "level": 1, + "number": "6" + }, + { + "id": "sec-temporal-zoneddatetime-constructor", + "title": "The Temporal.ZonedDateTime Constructor", + "level": 2, + "number": "6.1" + }, + { + "id": "sec-temporal.zoneddatetime", + "title": "Temporal.ZonedDateTime ( epochNanoseconds, timeZoneLike [ , calendarLike ] )", + "level": 3, + "number": "6.1.1" + }, + { + "id": "sec-properties-of-the-temporal-zoneddatetime-constructor", + "title": "Properties of the Temporal.ZonedDateTime Constructor", + "level": 2, + "number": "6.2" + }, + { + "id": "sec-temporal-zoneddatetime-prototype", + "title": "Temporal.ZonedDateTime.prototype", + "level": 3, + "number": "6.2.1" + }, + { + "id": "sec-temporal.zoneddatetime.from", + "title": "Temporal.ZonedDateTime.from ( item [ , options ] )", + "level": 3, + "number": "6.2.2" + }, + { + "id": "sec-temporal.zoneddatetime.compare", + "title": "Temporal.ZonedDateTime.compare ( one, two )", + "level": 3, + "number": "6.2.3" + }, + { + "id": "sec-properties-of-the-temporal-zoneddatetime-prototype-object", + "title": "Properties of the Temporal.ZonedDateTime Prototype Object", + "level": 2, + "number": "6.3" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.constructor", + "title": "Temporal.ZonedDateTime.prototype.constructor", + "level": 3, + "number": "6.3.1" + }, + { + "id": "sec-temporal.zoneddatetime.prototype-@@tostringtag", + "title": "Temporal.ZonedDateTime.prototype[ @@toStringTag ]", + "level": 3, + "number": "6.3.2" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.calendar", + "title": "get Temporal.ZonedDateTime.prototype.calendar", + "level": 3, + "number": "6.3.3" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.timezone", + "title": "get Temporal.ZonedDateTime.prototype.timeZone", + "level": 3, + "number": "6.3.4" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.year", + "title": "get Temporal.ZonedDateTime.prototype.year", + "level": 3, + "number": "6.3.5" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.month", + "title": "get Temporal.ZonedDateTime.prototype.month", + "level": 3, + "number": "6.3.6" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.monthcode", + "title": "get Temporal.ZonedDateTime.prototype.monthCode", + "level": 3, + "number": "6.3.7" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.day", + "title": "get Temporal.ZonedDateTime.prototype.day", + "level": 3, + "number": "6.3.8" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.hour", + "title": "get Temporal.ZonedDateTime.prototype.hour", + "level": 3, + "number": "6.3.9" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.minute", + "title": "get Temporal.ZonedDateTime.prototype.minute", + "level": 3, + "number": "6.3.10" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.second", + "title": "get Temporal.ZonedDateTime.prototype.second", + "level": 3, + "number": "6.3.11" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.millisecond", + "title": "get Temporal.ZonedDateTime.prototype.millisecond", + "level": 3, + "number": "6.3.12" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.microsecond", + "title": "get Temporal.ZonedDateTime.prototype.microsecond", + "level": 3, + "number": "6.3.13" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.nanosecond", + "title": "get Temporal.ZonedDateTime.prototype.nanosecond", + "level": 3, + "number": "6.3.14" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.epochseconds", + "title": "get Temporal.ZonedDateTime.prototype.epochSeconds", + "level": 3, + "number": "6.3.15" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", + "title": "get Temporal.ZonedDateTime.prototype.epochMilliseconds", + "level": 3, + "number": "6.3.16" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", + "title": "get Temporal.ZonedDateTime.prototype.epochMicroseconds", + "level": 3, + "number": "6.3.17" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", + "title": "get Temporal.ZonedDateTime.prototype.epochNanoseconds", + "level": 3, + "number": "6.3.18" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.dayofweek", + "title": "get Temporal.ZonedDateTime.prototype.dayOfWeek", + "level": 3, + "number": "6.3.19" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.dayofyear", + "title": "get Temporal.ZonedDateTime.prototype.dayOfYear", + "level": 3, + "number": "6.3.20" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.weekofyear", + "title": "get Temporal.ZonedDateTime.prototype.weekOfYear", + "level": 3, + "number": "6.3.21" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.hoursinday", + "title": "get Temporal.ZonedDateTime.prototype.hoursInDay", + "level": 3, + "number": "6.3.22" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.daysinweek", + "title": "get Temporal.ZonedDateTime.prototype.daysInWeek", + "level": 3, + "number": "6.3.23" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.daysinmonth", + "title": "get Temporal.ZonedDateTime.prototype.daysInMonth", + "level": 3, + "number": "6.3.24" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.daysinyear", + "title": "get Temporal.ZonedDateTime.prototype.daysInYear", + "level": 3, + "number": "6.3.25" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.monthsinyear", + "title": "get Temporal.ZonedDateTime.prototype.monthsInYear", + "level": 3, + "number": "6.3.26" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.inleapyear", + "title": "get Temporal.ZonedDateTime.prototype.inLeapYear", + "level": 3, + "number": "6.3.27" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", + "title": "get Temporal.ZonedDateTime.prototype.offsetNanoseconds", + "level": 3, + "number": "6.3.28" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.offset", + "title": "get Temporal.ZonedDateTime.prototype.offset", + "level": 3, + "number": "6.3.29" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.with", + "title": "Temporal.ZonedDateTime.prototype.with ( temporalZonedDateTimeLike [ , options ] )", + "level": 3, + "number": "6.3.30" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.withplaintime", + "title": "Temporal.ZonedDateTime.prototype.withPlainTime ( [ plainTimeLike ] )", + "level": 3, + "number": "6.3.31" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.withplaindate", + "title": "Temporal.ZonedDateTime.prototype.withPlainDate ( plainDateLike )", + "level": 3, + "number": "6.3.32" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.withtimezone", + "title": "Temporal.ZonedDateTime.prototype.withTimeZone ( timeZoneLike )", + "level": 3, + "number": "6.3.33" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.withcalendar", + "title": "Temporal.ZonedDateTime.prototype.withCalendar ( calendarLike )", + "level": 3, + "number": "6.3.34" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.add", + "title": "Temporal.ZonedDateTime.prototype.add ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "6.3.35" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.subtract", + "title": "Temporal.ZonedDateTime.prototype.subtract ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "6.3.36" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.until", + "title": "Temporal.ZonedDateTime.prototype.until ( other [ , options ] )", + "level": 3, + "number": "6.3.37" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.since", + "title": "Temporal.ZonedDateTime.prototype.since ( other [ , options ] )", + "level": 3, + "number": "6.3.38" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.round", + "title": "Temporal.ZonedDateTime.prototype.round ( options )", + "level": 3, + "number": "6.3.39" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.equals", + "title": "Temporal.ZonedDateTime.prototype.equals ( other )", + "level": 3, + "number": "6.3.40" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.tostring", + "title": "Temporal.ZonedDateTime.prototype.toString ( [ options ] )", + "level": 3, + "number": "6.3.41" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.tolocalestring", + "title": "Temporal.ZonedDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "6.3.42" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.tojson", + "title": "Temporal.ZonedDateTime.prototype.toJSON ( )", + "level": 3, + "number": "6.3.43" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.valueof", + "title": "Temporal.ZonedDateTime.prototype.valueOf ( )", + "level": 3, + "number": "6.3.44" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.startofday", + "title": "Temporal.ZonedDateTime.prototype.startOfDay ( )", + "level": 3, + "number": "6.3.45" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toinstant", + "title": "Temporal.ZonedDateTime.prototype.toInstant ( )", + "level": 3, + "number": "6.3.46" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toplaindate", + "title": "Temporal.ZonedDateTime.prototype.toPlainDate ( )", + "level": 3, + "number": "6.3.47" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toplaintime", + "title": "Temporal.ZonedDateTime.prototype.toPlainTime ( )", + "level": 3, + "number": "6.3.48" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toplaindatetime", + "title": "Temporal.ZonedDateTime.prototype.toPlainDateTime ( )", + "level": 3, + "number": "6.3.49" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toplainyearmonth", + "title": "Temporal.ZonedDateTime.prototype.toPlainYearMonth ( )", + "level": 3, + "number": "6.3.50" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.toplainmonthday", + "title": "Temporal.ZonedDateTime.prototype.toPlainMonthDay ( )", + "level": 3, + "number": "6.3.51" + }, + { + "id": "sec-temporal.zoneddatetime.prototype.getisofields", + "title": "Temporal.ZonedDateTime.prototype.getISOFields ( )", + "level": 3, + "number": "6.3.52" + }, + { + "id": "sec-properties-of-temporal-zoneddatetime-instances", + "title": "Properties of Temporal.ZonedDateTime Instances", + "level": 2, + "number": "6.4" + }, + { + "id": "sec-temporal-zoneddatetime-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "6.5" + }, + { + "id": "sec-temporal-interpretisodatetimeoffset", + "title": "InterpretISODateTimeOffset ( year, month, day, hour, minute, second, millisecond, microsecond, nanosecond, offsetNanoseconds, timeZone, disambiguation, offset )", + "level": 3, + "number": "6.5.1" + }, + { + "id": "sec-temporal-totemporalzoneddatetime", + "title": "ToTemporalZonedDateTime ( item [ , options ] )", + "level": 3, + "number": "6.5.2" + }, + { + "id": "sec-temporal-createtemporalzoneddatetime", + "title": "CreateTemporalZonedDateTime ( epochNanoseconds, timeZone, calendar [ , newTarget ] )", + "level": 3, + "number": "6.5.3" + }, + { + "id": "sec-temporal-temporalzoneddatetimetostring", + "title": "TemporalZonedDateTimeToString ( zonedDateTime, precision, showCalendar, showTimeZone, showOffset [ , increment, unit, roundingMode ] )", + "level": 3, + "number": "6.5.4" + }, + { + "id": "sec-temporal-addzoneddatetime", + "title": "AddZonedDateTime ( epochNanoseconds, timeZone, calendar, years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, options )", + "level": 3, + "number": "6.5.5" + }, + { + "id": "sec-temporal-differencezoneddatetime", + "title": "DifferenceZonedDateTime ( ns1, ns2, timeZone, calendar, largestUnit [ , options ] )", + "level": 3, + "number": "6.5.6" + }, + { + "id": "sec-temporal-nanosecondstodays", + "title": "NanosecondsToDays ( nanoseconds, relativeTo )", + "level": 3, + "number": "6.5.7" + }, + { + "id": "sec-temporal-duration-objects", + "title": "Temporal.Duration Objects", + "level": 1, + "number": "7" + }, + { + "id": "sec-temporal-duration-constructor", + "title": "The Temporal.Duration Constructor", + "level": 2, + "number": "7.1" + }, + { + "id": "sec-temporal.duration", + "title": "Temporal.Duration ( [ years [ , months [ , weeks [ , days [ , hours [ , minutes [ , seconds [ , milliseconds [ , microseconds [ , nanoseconds ] ] ] ] ] ] ] ] ] ] )", + "level": 3, + "number": "7.1.1" + }, + { + "id": "sec-properties-of-the-temporal-duration-constructor", + "title": "Properties of the Temporal.Duration Constructor", + "level": 2, + "number": "7.2" + }, + { + "id": "sec-temporal-duration-prototype", + "title": "Temporal.Duration.prototype", + "level": 3, + "number": "7.2.1" + }, + { + "id": "sec-temporal.duration.from", + "title": "Temporal.Duration.from ( item )", + "level": 3, + "number": "7.2.2" + }, + { + "id": "sec-temporal.duration.compare", + "title": "Temporal.Duration.compare ( one, two [ , options ] )", + "level": 3, + "number": "7.2.3" + }, + { + "id": "sec-properties-of-the-temporal-duration-prototype-object", + "title": "Properties of the Temporal.Duration Prototype Object", + "level": 2, + "number": "7.3" + }, + { + "id": "sec-temporal.duration.prototype.constructor", + "title": "Temporal.Duration.prototype.constructor", + "level": 3, + "number": "7.3.1" + }, + { + "id": "sec-temporal.duration.prototype-@@tostringtag", + "title": "Temporal.Duration.prototype[ @@toStringTag ]", + "level": 3, + "number": "7.3.2" + }, + { + "id": "sec-get-temporal.duration.prototype.years", + "title": "get Temporal.Duration.prototype.years", + "level": 3, + "number": "7.3.3" + }, + { + "id": "sec-get-temporal.duration.prototype.months", + "title": "get Temporal.Duration.prototype.months", + "level": 3, + "number": "7.3.4" + }, + { + "id": "sec-get-temporal.duration.prototype.weeks", + "title": "get Temporal.Duration.prototype.weeks", + "level": 3, + "number": "7.3.5" + }, + { + "id": "sec-get-temporal.duration.prototype.days", + "title": "get Temporal.Duration.prototype.days", + "level": 3, + "number": "7.3.6" + }, + { + "id": "sec-get-temporal.duration.prototype.hours", + "title": "get Temporal.Duration.prototype.hours", + "level": 3, + "number": "7.3.7" + }, + { + "id": "sec-get-temporal.duration.prototype.minutes", + "title": "get Temporal.Duration.prototype.minutes", + "level": 3, + "number": "7.3.8" + }, + { + "id": "sec-get-temporal.duration.prototype.seconds", + "title": "get Temporal.Duration.prototype.seconds", + "level": 3, + "number": "7.3.9" + }, + { + "id": "sec-get-temporal.duration.prototype.milliseconds", + "title": "get Temporal.Duration.prototype.milliseconds", + "level": 3, + "number": "7.3.10" + }, + { + "id": "sec-get-temporal.duration.prototype.microseconds", + "title": "get Temporal.Duration.prototype.microseconds", + "level": 3, + "number": "7.3.11" + }, + { + "id": "sec-get-temporal.duration.prototype.nanoseconds", + "title": "get Temporal.Duration.prototype.nanoseconds", + "level": 3, + "number": "7.3.12" + }, + { + "id": "sec-get-temporal.duration.prototype.sign", + "title": "get Temporal.Duration.prototype.sign", + "level": 3, + "number": "7.3.13" + }, + { + "id": "sec-get-temporal.duration.prototype.blank", + "title": "get Temporal.Duration.prototype.blank", + "level": 3, + "number": "7.3.14" + }, + { + "id": "sec-temporal.duration.prototype.with", + "title": "Temporal.Duration.prototype.with ( temporalDurationLike )", + "level": 3, + "number": "7.3.15" + }, + { + "id": "sec-temporal.duration.prototype.negated", + "title": "Temporal.Duration.prototype.negated ( )", + "level": 3, + "number": "7.3.16" + }, + { + "id": "sec-temporal.duration.prototype.abs", + "title": "Temporal.Duration.prototype.abs ( )", + "level": 3, + "number": "7.3.17" + }, + { + "id": "sec-temporal.duration.prototype.add", + "title": "Temporal.Duration.prototype.add ( other [ , options ] )", + "level": 3, + "number": "7.3.18" + }, + { + "id": "sec-temporal.duration.prototype.subtract", + "title": "Temporal.Duration.prototype.subtract ( other [ , options ] )", + "level": 3, + "number": "7.3.19" + }, + { + "id": "sec-temporal.duration.prototype.round", + "title": "Temporal.Duration.prototype.round ( options )", + "level": 3, + "number": "7.3.20" + }, + { + "id": "sec-temporal.duration.prototype.total", + "title": "Temporal.Duration.prototype.total ( options )", + "level": 3, + "number": "7.3.21" + }, + { + "id": "sec-temporal.duration.prototype.tostring", + "title": "Temporal.Duration.prototype.toString ( [ options ] )", + "level": 3, + "number": "7.3.22" + }, + { + "id": "sec-temporal.duration.prototype.tojson", + "title": "Temporal.Duration.prototype.toJSON ( )", + "level": 3, + "number": "7.3.23" + }, + { + "id": "sec-temporal.duration.prototype.tolocalestring", + "title": "Temporal.Duration.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "7.3.24" + }, + { + "id": "sec-temporal.duration.prototype.valueof", + "title": "Temporal.Duration.prototype.valueOf ( )", + "level": 3, + "number": "7.3.25" + }, + { + "id": "sec-properties-of-temporal-duration-instances", + "title": "Properties of Temporal.Duration Instances", + "level": 2, + "number": "7.4" + }, + { + "id": "sec-temporal-duration-abstract-ops", + "title": "Abstract Operations", + "level": 2, + "number": "7.5" + }, + { + "id": "sec-temporal-totemporalduration", + "title": "ToTemporalDuration ( item )", + "level": 3, + "number": "7.5.1" + }, + { + "id": "sec-temporal-totemporaldurationrecord", + "title": "ToTemporalDurationRecord ( temporalDurationLike )", + "level": 3, + "number": "7.5.2" + }, + { + "id": "sec-temporal-durationsign", + "title": "DurationSign ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "level": 3, + "number": "7.5.3" + }, + { + "id": "sec-temporal-rejectdurationsign", + "title": "RejectDurationSign ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "level": 3, + "number": "7.5.4" + }, + { + "id": "sec-temporal-validatetemporalduration", + "title": "ValidateTemporalDuration ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "level": 3, + "number": "7.5.5" + }, + { + "id": "sec-temporal-defaulttemporallargestunit", + "title": "DefaultTemporalLargestUnit ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds )", + "level": 3, + "number": "7.5.6" + }, + { + "id": "sec-temporal-topartialduration", + "title": "ToPartialDuration ( temporalDurationLike )", + "level": 3, + "number": "7.5.7" + }, + { + "id": "sec-temporal-createtemporalduration", + "title": "CreateTemporalDuration ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds [ , newTarget ] )", + "level": 3, + "number": "7.5.8" + }, + { + "id": "sec-temporal-calculateoffsetshift", + "title": "CalculateOffsetShift ( relativeTo, y, mon, d, h, min, s, ms, mus, ns )", + "level": 3, + "number": "7.5.9" + }, + { + "id": "sec-temporal-totaldurationnanoseconds", + "title": "TotalDurationNanoseconds ( days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, offsetShift )", + "level": 3, + "number": "7.5.10" + }, + { + "id": "sec-temporal-balanceduration", + "title": "BalanceDuration ( days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, largestUnit [ , relativeTo ] )", + "level": 3, + "number": "7.5.11" + }, + { + "id": "sec-temporal-unbalancedurationrelative", + "title": "UnbalanceDurationRelative ( years, months, weeks, days, largestUnit [ , relativeTo ] )", + "level": 3, + "number": "7.5.12" + }, + { + "id": "sec-temporal-balancedurationrelative", + "title": "BalanceDurationRelative ( years, months, weeks, days, largestUnit, relativeTo )", + "level": 3, + "number": "7.5.13" + }, + { + "id": "sec-temporal-addduration", + "title": "AddDuration ( y1, mon1, w1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, w2, d2, h2, min2, s2, ms2, mus2, ns2 [ , relativeTo ] )", + "level": 3, + "number": "7.5.14" + }, + { + "id": "sec-temporal-daysuntil", + "title": "DaysUntil ( earlier, later )", + "level": 3, + "number": "7.5.15" + }, + { + "id": "sec-temporal-moverelativedate", + "title": "MoveRelativeDate ( calendar, relativeTo, duration )", + "level": 3, + "number": "7.5.16" + }, + { + "id": "sec-temporal-moverelativezoneddatetime", + "title": "MoveRelativeZonedDateTime ( zonedDateTime, years, months, weeks, days )", + "level": 3, + "number": "7.5.17" + }, + { + "id": "sec-temporal-roundduration", + "title": "RoundDuration ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, increment, unit, roundingMode [ , relativeTo ] )", + "level": 3, + "number": "7.5.18" + }, + { + "id": "sec-temporal-adjustroundeddurationdays", + "title": "AdjustRoundedDurationDays ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, increment, unit, roundingMode [ , relativeTo ] )", + "level": 3, + "number": "7.5.19" + }, + { + "id": "sec-temporal-tolimitedtemporalduration", + "title": "ToLimitedTemporalDuration ( temporalDurationLike, disallowedFields )", + "level": 3, + "number": "7.5.20" + }, + { + "id": "sec-temporal-temporaldurationtostring", + "title": "TemporalDurationToString ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds, precision )", + "level": 3, + "number": "7.5.21" + }, + { + "id": "sec-temporal-instant-objects", + "title": "Temporal.Instant Objects", + "level": 1, + "number": "8" + }, + { + "id": "sec-temporal-instant-constructor", + "title": "The Temporal.Instant Constructor", + "level": 2, + "number": "8.1" + }, + { + "id": "sec-temporal.instant", + "title": "Temporal.Instant ( epochNanoseconds )", + "level": 3, + "number": "8.1.1" + }, + { + "id": "sec-properties-of-the-temporal-instant-constructor", + "title": "Properties of the Temporal.Instant Constructor", + "level": 2, + "number": "8.2" + }, + { + "id": "sec-temporal-instant-prototype", + "title": "Temporal.Instant.prototype", + "level": 3, + "number": "8.2.1" + }, + { + "id": "sec-temporal.instant.from", + "title": "Temporal.Instant.from ( item )", + "level": 3, + "number": "8.2.2" + }, + { + "id": "sec-temporal.instant.fromepochseconds", + "title": "Temporal.Instant.fromEpochSeconds ( epochSeconds )", + "level": 3, + "number": "8.2.3" + }, + { + "id": "sec-temporal.instant.fromepochmilliseconds", + "title": "Temporal.Instant.fromEpochMilliseconds ( epochMilliseconds )", + "level": 3, + "number": "8.2.4" + }, + { + "id": "sec-temporal.instant.fromepochmicroseconds", + "title": "Temporal.Instant.fromEpochMicroseconds ( epochMicroseconds )", + "level": 3, + "number": "8.2.5" + }, + { + "id": "sec-temporal.instant.fromepochnanoseconds", + "title": "Temporal.Instant.fromEpochNanoseconds ( epochNanoseconds )", + "level": 3, + "number": "8.2.6" + }, + { + "id": "sec-temporal.instant.compare", + "title": "Temporal.Instant.compare ( one, two )", + "level": 3, + "number": "8.2.7" + }, + { + "id": "sec-properties-of-the-temporal-instant-prototype-object", + "title": "Properties of the Temporal.Instant Prototype Object", + "level": 2, + "number": "8.3" + }, + { + "id": "sec-temporal.instant.prototype.constructor", + "title": "Temporal.Instant.prototype.constructor", + "level": 3, + "number": "8.3.1" + }, + { + "id": "sec-temporal.instant.prototype-@@tostringtag", + "title": "Temporal.Instant.prototype[ @@toStringTag ]", + "level": 3, + "number": "8.3.2" + }, + { + "id": "sec-get-temporal.instant.prototype.epochseconds", + "title": "get Temporal.Instant.prototype.epochSeconds", + "level": 3, + "number": "8.3.3" + }, + { + "id": "sec-get-temporal.instant.prototype.epochmilliseconds", + "title": "get Temporal.Instant.prototype.epochMilliseconds", + "level": 3, + "number": "8.3.4" + }, + { + "id": "sec-get-temporal.instant.prototype.epochmicroseconds", + "title": "get Temporal.Instant.prototype.epochMicroseconds", + "level": 3, + "number": "8.3.5" + }, + { + "id": "sec-get-temporal.instant.prototype.epochnanoseconds", + "title": "get Temporal.Instant.prototype.epochNanoseconds", + "level": 3, + "number": "8.3.6" + }, + { + "id": "sec-temporal.instant.prototype.add", + "title": "Temporal.Instant.prototype.add ( temporalDurationLike )", + "level": 3, + "number": "8.3.7" + }, + { + "id": "sec-temporal.instant.prototype.subtract", + "title": "Temporal.Instant.prototype.subtract ( temporalDurationLike )", + "level": 3, + "number": "8.3.8" + }, + { + "id": "sec-temporal.instant.prototype.until", + "title": "Temporal.Instant.prototype.until ( other [ , options ] )", + "level": 3, + "number": "8.3.9" + }, + { + "id": "sec-temporal.instant.prototype.since", + "title": "Temporal.Instant.prototype.since ( other [ , options ] )", + "level": 3, + "number": "8.3.10" + }, + { + "id": "sec-temporal.instant.prototype.round", + "title": "Temporal.Instant.prototype.round ( options )", + "level": 3, + "number": "8.3.11" + }, + { + "id": "sec-temporal.instant.prototype.equals", + "title": "Temporal.Instant.prototype.equals ( other )", + "level": 3, + "number": "8.3.12" + }, + { + "id": "sec-temporal.instant.prototype.tostring", + "title": "Temporal.Instant.prototype.toString ( [ options ] )", + "level": 3, + "number": "8.3.13" + }, + { + "id": "sec-temporal.instant.prototype.tolocalestring", + "title": "Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "8.3.14" + }, + { + "id": "sec-temporal.instant.prototype.tojson", + "title": "Temporal.Instant.prototype.toJSON ( )", + "level": 3, + "number": "8.3.15" + }, + { + "id": "sec-temporal.instant.prototype.valueof", + "title": "Temporal.Instant.prototype.valueOf ( )", + "level": 3, + "number": "8.3.16" + }, + { + "id": "sec-temporal.instant.prototype.tozoneddatetime", + "title": "Temporal.Instant.prototype.toZonedDateTime ( item )", + "level": 3, + "number": "8.3.17" + }, + { + "id": "sec-temporal.instant.prototype.tozoneddatetimeiso", + "title": "Temporal.Instant.prototype.toZonedDateTimeISO ( item )", + "level": 3, + "number": "8.3.18" + }, + { + "id": "sec-properties-of-temporal-instant-instances", + "title": "Properties of Temporal.Instant Instances", + "level": 2, + "number": "8.4" + }, + { + "id": "sec-temporal-instant-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "8.5" + }, + { + "id": "sec-temporal-validateinstant", + "title": "ValidateInstant ( ns )", + "level": 3, + "number": "8.5.1" + }, + { + "id": "sec-temporal-rejectinstant", + "title": "RejectInstant ( ns )", + "level": 3, + "number": "8.5.2" + }, + { + "id": "sec-temporal-createtemporalinstant", + "title": "CreateTemporalInstant ( ns [ , newTarget ] )", + "level": 3, + "number": "8.5.3" + }, + { + "id": "sec-temporal-totemporalinstant", + "title": "ToTemporalInstant ( item )", + "level": 3, + "number": "8.5.4" + }, + { + "id": "sec-temporal-parsetemporalinstant", + "title": "ParseTemporalInstant ( isoString )", + "level": 3, + "number": "8.5.5" + }, + { + "id": "sec-temporal-compareepochnanoseconds", + "title": "CompareEpochNanoseconds ( epochNanosecondsOne, epochNanosecondsTwo )", + "level": 3, + "number": "8.5.6" + }, + { + "id": "sec-temporal-addinstant", + "title": "AddInstant ( epochNanoseconds, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )", + "level": 3, + "number": "8.5.7" + }, + { + "id": "sec-temporal-differenceinstant", + "title": "DifferenceInstant ( ns1, ns2, roundingIncrement, smallestUnit, roundingMode )", + "level": 3, + "number": "8.5.8" + }, + { + "id": "sec-temporal-roundtemporalinstant", + "title": "RoundTemporalInstant ( ns, increment, unit, roundingMode )", + "level": 3, + "number": "8.5.9" + }, + { + "id": "sec-temporal-temporalinstanttostring", + "title": "TemporalInstantToString ( instant, timeZone, precision )", + "level": 3, + "number": "8.5.10" + }, + { + "id": "sec-temporal-plainyearmonth-objects", + "title": "Temporal.PlainYearMonth Objects", + "level": 1, + "number": "9" + }, + { + "id": "sec-temporal-plainyearmonth-constructor", + "title": "The Temporal.PlainYearMonth Constructor", + "level": 2, + "number": "9.1" + }, + { + "id": "sec-temporal.plainyearmonth", + "title": "Temporal.PlainYearMonth ( isoYear, isoMonth [ , calendarLike [ , referenceISODay ] ] )", + "level": 3, + "number": "9.1.1" + }, + { + "id": "sec-properties-of-the-temporal-plainyearmonth-constructor", + "title": "Properties of the Temporal.PlainYearMonth Constructor", + "level": 2, + "number": "9.2" + }, + { + "id": "sec-temporal-plainyearmonth-prototype", + "title": "Temporal.PlainYearMonth.prototype", + "level": 3, + "number": "9.2.1" + }, + { + "id": "sec-temporal.plainyearmonth.from", + "title": "Temporal.PlainYearMonth.from ( item [ , options ] )", + "level": 3, + "number": "9.2.2" + }, + { + "id": "sec-temporal.plainyearmonth.compare", + "title": "Temporal.PlainYearMonth.compare ( one, two )", + "level": 3, + "number": "9.2.3" + }, + { + "id": "sec-properties-of-the-temporal-plainyearmonth-prototype-object", + "title": "Properties of the Temporal.PlainYearMonth Prototype Object", + "level": 2, + "number": "9.3" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.constructor", + "title": "Temporal.PlainYearMonth.prototype.constructor", + "level": 3, + "number": "9.3.1" + }, + { + "id": "sec-temporal.plainyearmonth.prototype-@@tostringtag", + "title": "Temporal.PlainYearMonth.prototype[ @@toStringTag ]", + "level": 3, + "number": "9.3.2" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.calendar", + "title": "get Temporal.PlainYearMonth.prototype.calendar", + "level": 3, + "number": "9.3.3" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.year", + "title": "get Temporal.PlainYearMonth.prototype.year", + "level": 3, + "number": "9.3.4" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.month", + "title": "get Temporal.PlainYearMonth.prototype.month", + "level": 3, + "number": "9.3.5" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.monthCode", + "title": "get Temporal.PlainYearMonth.prototype.monthCode", + "level": 3, + "number": "9.3.6" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.daysinyear", + "title": "get Temporal.PlainYearMonth.prototype.daysInYear", + "level": 3, + "number": "9.3.7" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.daysinmonth", + "title": "get Temporal.PlainYearMonth.prototype.daysInMonth", + "level": 3, + "number": "9.3.8" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.monthsinyear", + "title": "get Temporal.PlainYearMonth.prototype.monthsInYear", + "level": 3, + "number": "9.3.9" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.inleapyear", + "title": "get Temporal.PlainYearMonth.prototype.inLeapYear", + "level": 3, + "number": "9.3.10" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.with", + "title": "Temporal.PlainYearMonth.prototype.with ( temporalYearMonthLike [ , options ] )", + "level": 3, + "number": "9.3.11" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.add", + "title": "Temporal.PlainYearMonth.prototype.add ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "9.3.12" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.subtract", + "title": "Temporal.PlainYearMonth.prototype.subtract ( temporalDurationLike [ , options ] )", + "level": 3, + "number": "9.3.13" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.until", + "title": "Temporal.PlainYearMonth.prototype.until ( other [ , options ] )", + "level": 3, + "number": "9.3.14" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.since", + "title": "Temporal.PlainYearMonth.prototype.since ( other [ , options ] )", + "level": 3, + "number": "9.3.15" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.equals", + "title": "Temporal.PlainYearMonth.prototype.equals ( other )", + "level": 3, + "number": "9.3.16" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.tostring", + "title": "Temporal.PlainYearMonth.prototype.toString ( [ options ] )", + "level": 3, + "number": "9.3.17" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.tolocalestring", + "title": "Temporal.PlainYearMonth.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "9.3.18" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.tojson", + "title": "Temporal.PlainYearMonth.prototype.toJSON ( )", + "level": 3, + "number": "9.3.19" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.valueof", + "title": "Temporal.PlainYearMonth.prototype.valueOf ( )", + "level": 3, + "number": "9.3.20" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.toplaindate", + "title": "Temporal.PlainYearMonth.prototype.toPlainDate ( item )", + "level": 3, + "number": "9.3.21" + }, + { + "id": "sec-temporal.plainyearmonth.prototype.getisofields", + "title": "Temporal.PlainYearMonth.prototype.getISOFields ( )", + "level": 3, + "number": "9.3.22" + }, + { + "id": "sec-properties-of-temporal-plainyearmonth-instances", + "title": "Properties of Temporal.PlainYearMonth Instances", + "level": 2, + "number": "9.4" + }, + { + "id": "sec-temporal-plainyearmonth-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "9.5" + }, + { + "id": "sec-temporal-totemporalyearmonth", + "title": "ToTemporalYearMonth ( item [ , options ] )", + "level": 3, + "number": "9.5.1" + }, + { + "id": "sec-temporal-regulateisoyearmonth", + "title": "RegulateISOYearMonth ( year, month, overflow )", + "level": 3, + "number": "9.5.2" + }, + { + "id": "sec-temporal-validateisoyearmonth", + "title": "ValidateISOYearMonth ( year, month )", + "level": 3, + "number": "9.5.3" + }, + { + "id": "sec-temporal-validateisoyearmonthrange", + "title": "ValidateISOYearMonthRange ( year, month )", + "level": 3, + "number": "9.5.4" + }, + { + "id": "sec-temporal-balanceisoyearmonth", + "title": "BalanceISOYearMonth ( year, month )", + "level": 3, + "number": "9.5.5" + }, + { + "id": "sec-temporal-constrainisoyearmonth", + "title": "ConstrainISOYearMonth ( year, month )", + "level": 3, + "number": "9.5.6" + }, + { + "id": "sec-temporal-createtemporalyearmonth", + "title": "CreateTemporalYearMonth ( isoYear, isoMonth, calendar, referenceISODay [ , newTarget ] )", + "level": 3, + "number": "9.5.7" + }, + { + "id": "sec-temporal-temporalyearmonthtostring", + "title": "TemporalYearMonthToString ( yearMonth, showCalendar )", + "level": 3, + "number": "9.5.8" + }, + { + "id": "sec-temporal-plainmonthday-objects", + "title": "Temporal.PlainMonthDay Objects", + "level": 1, + "number": "10" + }, + { + "id": "sec-temporal-plainmonthday-constructor", + "title": "The Temporal.PlainMonthDay Constructor", + "level": 2, + "number": "10.1" + }, + { + "id": "sec-temporal.plainmonthday", + "title": "Temporal.PlainMonthDay ( isoMonth, isoDay [ , calendarLike [ , referenceISOYear ] ] )", + "level": 3, + "number": "10.1.1" + }, + { + "id": "sec-properties-of-the-temporal-plainmonthday-constructor", + "title": "Properties of the Temporal.PlainMonthDay Constructor", + "level": 2, + "number": "10.2" + }, + { + "id": "sec-temporal-plainmonthday-prototype", + "title": "Temporal.PlainMonthDay.prototype", + "level": 3, + "number": "10.2.1" + }, + { + "id": "sec-temporal.plainmonthday.from", + "title": "Temporal.PlainMonthDay.from ( item [ , options ] )", + "level": 3, + "number": "10.2.2" + }, + { + "id": "sec-properties-of-the-temporal-plainmonthday-prototype-object", + "title": "Properties of the Temporal.PlainMonthDay Prototype Object", + "level": 2, + "number": "10.3" + }, + { + "id": "sec-temporal.plainmonthday.prototype.constructor", + "title": "Temporal.PlainMonthDay.prototype.constructor", + "level": 3, + "number": "10.3.1" + }, + { + "id": "sec-temporal.plainmonthday.prototype-@@tostringtag", + "title": "Temporal.PlainMonthDay.prototype[ @@toStringTag ]", + "level": 3, + "number": "10.3.2" + }, + { + "id": "sec-get-temporal.plainmonthday.prototype.calendar", + "title": "get Temporal.PlainMonthDay.prototype.calendar", + "level": 3, + "number": "10.3.3" + }, + { + "id": "sec-get-temporal.plainmonthday.prototype.monthcode", + "title": "get Temporal.PlainMonthDay.prototype.monthCode", + "level": 3, + "number": "10.3.4" + }, + { + "id": "sec-get-temporal.plainmonthday.prototype.day", + "title": "get Temporal.PlainMonthDay.prototype.day", + "level": 3, + "number": "10.3.5" + }, + { + "id": "sec-temporal.plainmonthday.prototype.with", + "title": "Temporal.PlainMonthDay.prototype.with ( temporalMonthDayLike [ , options ] )", + "level": 3, + "number": "10.3.6" + }, + { + "id": "sec-temporal.plainmonthday.prototype.equals", + "title": "Temporal.PlainMonthDay.prototype.equals ( other )", + "level": 3, + "number": "10.3.7" + }, + { + "id": "sec-temporal.plainmonthday.prototype.tostring", + "title": "Temporal.PlainMonthDay.prototype.toString ( [ options ] )", + "level": 3, + "number": "10.3.8" + }, + { + "id": "sec-temporal.plainmonthday.prototype.tolocalestring", + "title": "Temporal.PlainMonthDay.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 3, + "number": "10.3.9" + }, + { + "id": "sec-temporal.plainmonthday.prototype.tojson", + "title": "Temporal.PlainMonthDay.prototype.toJSON ( )", + "level": 3, + "number": "10.3.10" + }, + { + "id": "sec-temporal.plainmonthday.prototype.valueof", + "title": "Temporal.PlainMonthDay.prototype.valueOf ( )", + "level": 3, + "number": "10.3.11" + }, + { + "id": "sec-temporal.plainmonthday.prototype.toplaindate", + "title": "Temporal.PlainMonthDay.prototype.toPlainDate ( item )", + "level": 3, + "number": "10.3.12" + }, + { + "id": "sec-temporal.plainmonthday.prototype.getisofields", + "title": "Temporal.PlainMonthDay.prototype.getISOFields ( )", + "level": 3, + "number": "10.3.13" + }, + { + "id": "sec-properties-of-temporal-plainmonthday-instances", + "title": "Properties of Temporal.PlainMonthDay Instances", + "level": 2, + "number": "10.4" + }, + { + "id": "sec-temporal-plainmonthday-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "10.5" + }, + { + "id": "sec-temporal-totemporalmonthday", + "title": "ToTemporalMonthDay ( item [ , options ] )", + "level": 3, + "number": "10.5.1" + }, + { + "id": "sec-temporal-createtemporalmonthday", + "title": "CreateTemporalMonthDay ( isoMonth, isoDay, calendar, referenceISOYear [ , newTarget ] )", + "level": 3, + "number": "10.5.2" + }, + { + "id": "sec-temporal-temporalmonthdaytostring", + "title": "TemporalMonthDayToString ( monthDay, showCalendar )", + "level": 3, + "number": "10.5.3" + }, + { + "id": "sec-temporal-timezone-objects", + "title": "Temporal.TimeZone Objects", + "level": 1, + "number": "11" + }, + { + "id": "sec-time-zone-names", + "title": "Time Zone Names", + "level": 2, + "number": "11.1" + }, + { + "id": "sec-isvalidtimezonename", + "title": "IsValidTimeZoneName ( timeZone )", + "level": 3, + "number": "11.1.1" + }, + { + "id": "sec-canonicalizetimezonename", + "title": "CanonicalizeTimeZoneName ( timeZone )", + "level": 3, + "number": "11.1.2" + }, + { + "id": "sec-defaulttimezone", + "title": "DefaultTimeZone ( )", + "level": 3, + "number": "11.1.3" + }, + { + "id": "sec-temporal-timezone-constructor", + "title": "The Temporal.TimeZone Constructor", + "level": 2, + "number": "11.2" + }, + { + "id": "sec-temporal.timezone", + "title": "Temporal.TimeZone ( identifier )", + "level": 3, + "number": "11.2.1" + }, + { + "id": "sec-properties-of-the-temporal-timezone-constructor", + "title": "Properties of the Temporal.TimeZone Constructor", + "level": 2, + "number": "11.3" + }, + { + "id": "sec-temporal-timezone-prototype", + "title": "Temporal.TimeZone.prototype", + "level": 3, + "number": "11.3.1" + }, + { + "id": "sec-temporal.timezone.from", + "title": "Temporal.TimeZone.from ( item )", + "level": 3, + "number": "11.3.2" + }, + { + "id": "sec-properties-of-the-temporal-timezone-prototype-object", + "title": "Properties of the Temporal.TimeZone Prototype Object", + "level": 2, + "number": "11.4" + }, + { + "id": "sec-temporal.timezone.prototype.constructor", + "title": "Temporal.TimeZone.prototype.constructor", + "level": 3, + "number": "11.4.1" + }, + { + "id": "sec-temporal.timezone.prototype-@@tostringtag", + "title": "Temporal.TimeZone.prototype[ @@toStringTag ]", + "level": 3, + "number": "11.4.2" + }, + { + "id": "sec-get-temporal.timezone.prototype.id", + "title": "get Temporal.TimeZone.prototype.id", + "level": 3, + "number": "11.4.3" + }, + { + "id": "sec-temporal.timezone.prototype.getoffsetnanosecondsfor", + "title": "Temporal.TimeZone.prototype.getOffsetNanosecondsFor ( instant )", + "level": 3, + "number": "11.4.4" + }, + { + "id": "sec-temporal.timezone.prototype.getoffsetstringfor", + "title": "Temporal.TimeZone.prototype.getOffsetStringFor ( instant )", + "level": 3, + "number": "11.4.5" + }, + { + "id": "sec-temporal.timezone.prototype.getplaindatetimefor", + "title": "Temporal.TimeZone.prototype.getPlainDateTimeFor ( instant [ , calendarLike ] )", + "level": 3, + "number": "11.4.6" + }, + { + "id": "sec-temporal.timezone.prototype.getinstantfor", + "title": "Temporal.TimeZone.prototype.getInstantFor ( dateTime [ , options ] )", + "level": 3, + "number": "11.4.7" + }, + { + "id": "sec-temporal.timezone.prototype.getpossibleinstantsfor", + "title": "Temporal.TimeZone.prototype.getPossibleInstantsFor ( dateTime )", + "level": 3, + "number": "11.4.8" + }, + { + "id": "sec-temporal.timezone.prototype.getnexttransition", + "title": "Temporal.TimeZone.prototype.getNextTransition ( startingPoint )", + "level": 3, + "number": "11.4.9" + }, + { + "id": "sec-temporal.timezone.prototype.getprevioustransition", + "title": "Temporal.TimeZone.prototype.getPreviousTransition ( startingPoint )", + "level": 3, + "number": "11.4.10" + }, + { + "id": "sec-temporal.timezone.prototype.tostring", + "title": "Temporal.TimeZone.prototype.toString ( )", + "level": 3, + "number": "11.4.11" + }, + { + "id": "sec-temporal.timezone.prototype.tojson", + "title": "Temporal.TimeZone.prototype.toJSON ( )", + "level": 3, + "number": "11.4.12" + }, + { + "id": "sec-properties-of-temporal-timezone-instances", + "title": "Properties of Temporal.TimeZone Instances", + "level": 2, + "number": "11.5" + }, + { + "id": "sec-temporal-timezone-abstract-ops", + "title": "Abstract operations", + "level": 2, + "number": "11.6" + }, + { + "id": "sec-temporal-parsetemporaltimezone", + "title": "ParseTemporalTimeZone ( string )", + "level": 3, + "number": "11.6.1" + }, + { + "id": "sec-temporal-createtemporaltimezone", + "title": "CreateTemporalTimeZone ( identifier [ , newTarget ] )", + "level": 3, + "number": "11.6.2" + }, + { + "id": "sec-temporal-getisopartsfromepoch", + "title": "GetISOPartsFromEpoch ( epochNanoseconds )", + "level": 3, + "number": "11.6.3" + }, + { + "id": "sec-temporal-getianatimezoneepochvalue", + "title": "GetIANATimeZoneEpochValue ( timeZoneIdentifier, year, month, day, hour, minute, second, millisecond, microsecond, nanosecond )", + "level": 3, + "number": "11.6.4" + }, + { + "id": "sec-temporal-getianatimezoneoffsetnanoseconds", + "title": "GetIANATimeZoneOffsetNanoseconds ( epochNanoseconds, timeZoneIdentifier )", + "level": 3, + "number": "11.6.5" + }, + { + "id": "sec-temporal-getianatimezonenexttransition", + "title": "GetIANATimeZoneNextTransition ( epochNanoseconds, timeZoneIdentifier )", + "level": 3, + "number": "11.6.6" + }, + { + "id": "sec-temporal-getianatimezoneprevioustransition", + "title": "GetIANATimeZonePreviousTransition ( epochNanoseconds, timeZoneIdentifier )", + "level": 3, + "number": "11.6.7" + }, + { + "id": "sec-temporal-parsetimezoneoffsetstring", + "title": "ParseTimeZoneOffsetString ( offsetString )", + "level": 3, + "number": "11.6.8" + }, + { + "id": "sec-temporal-formattimezoneoffsetstring", + "title": "FormatTimeZoneOffsetString ( offsetNanoseconds )", + "level": 3, + "number": "11.6.9" + }, + { + "id": "sec-temporal-totemporaltimezone", + "title": "ToTemporalTimeZone ( temporalTimeZoneLike )", + "level": 3, + "number": "11.6.10" + }, + { + "id": "sec-temporal-getoffsetnanosecondsfor", + "title": "GetOffsetNanosecondsFor ( timeZone, instant )", + "level": 3, + "number": "11.6.11" + }, + { + "id": "sec-temporal-builtintimezonegetoffsetstringfor", + "title": "BuiltinTimeZoneGetOffsetStringFor ( timeZone, instant )", + "level": 3, + "number": "11.6.12" + }, + { + "id": "sec-temporal-builtintimezonegetplaindatetimefor", + "title": "BuiltinTimeZoneGetPlainDateTimeFor ( timeZone, instant, calendar )", + "level": 3, + "number": "11.6.13" + }, + { + "id": "sec-temporal-builtintimezonegetinstantfor", + "title": "BuiltinTimeZoneGetInstantFor ( timeZone, dateTime, disambiguation )", + "level": 3, + "number": "11.6.14" + }, + { + "id": "sec-temporal-getpossibleinstantsfor", + "title": "GetPossibleInstantsFor ( timeZone, dateTime )", + "level": 3, + "number": "11.6.15" + }, + { + "id": "sec-temporal-timezoneequals", + "title": "TimeZoneEquals ( one, two )", + "level": 3, + "number": "11.6.16" + }, + { + "id": "sec-temporal-calendar-objects", + "title": "Temporal.Calendar Objects", + "level": 1, + "number": "12" + }, + { + "id": "sec-temporal-calendar-abstract-ops", + "title": "Abstract Operations for Temporal.Calendar Objects", + "level": 2, + "number": "12.1" + }, + { + "id": "sec-temporal-createtemporalcalendar", + "title": "CreateTemporalCalendar ( identifier [ , newTarget ] )", + "level": 3, + "number": "12.1.1" + }, + { + "id": "sec-temporal-isbuiltincalendar", + "title": "IsBuiltinCalendar ( id )", + "level": 3, + "number": "12.1.2" + }, + { + "id": "sec-temporal-getbuiltincalendar", + "title": "GetBuiltinCalendar ( id )", + "level": 3, + "number": "12.1.3" + }, + { + "id": "sec-temporal-getiso8601calendar", + "title": "GetISO8601Calendar ( )", + "level": 3, + "number": "12.1.4" + }, + { + "id": "sec-temporal-calendarfields", + "title": "CalendarFields ( calendar, fieldNames )", + "level": 3, + "number": "12.1.5" + }, + { + "id": "sec-temporal-calendarmergefields", + "title": "CalendarMergeFields ( calendar, fields, additionalFields )", + "level": 3, + "number": "12.1.6" + }, + { + "id": "sec-temporal-calendardateadd", + "title": "CalendarDateAdd ( calendar, date, duration, options [ , dateAdd ] )", + "level": 3, + "number": "12.1.7" + }, + { + "id": "sec-temporal-calendardateuntil", + "title": "CalendarDateUntil ( calendar, one, two, options [ , dateUntil ] )", + "level": 3, + "number": "12.1.8" + }, + { + "id": "sec-temporal-calendaryear", + "title": "CalendarYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.9" + }, + { + "id": "sec-temporal-calendarmonth", + "title": "CalendarMonth ( calendar, dateLike )", + "level": 3, + "number": "12.1.10" + }, + { + "id": "sec-temporal-calendarmonthcode", + "title": "CalendarMonthCode ( calendar, dateLike )", + "level": 3, + "number": "12.1.11" + }, + { + "id": "sec-temporal-calendarday", + "title": "CalendarDay ( calendar, dateLike )", + "level": 3, + "number": "12.1.12" + }, + { + "id": "sec-temporal-calendardayofweek", + "title": "CalendarDayOfWeek ( calendar, dateLike )", + "level": 3, + "number": "12.1.13" + }, + { + "id": "sec-temporal-calendardayofyear", + "title": "CalendarDayOfYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.14" + }, + { + "id": "sec-temporal-calendarweekofyear", + "title": "CalendarWeekOfYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.15" + }, + { + "id": "sec-temporal-calendardaysinweek", + "title": "CalendarDaysInWeek ( calendar, dateLike )", + "level": 3, + "number": "12.1.16" + }, + { + "id": "sec-temporal-calendardaysinmonth", + "title": "CalendarDaysInMonth ( calendar, dateLike )", + "level": 3, + "number": "12.1.17" + }, + { + "id": "sec-temporal-calendardaysinyear", + "title": "CalendarDaysInYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.18" + }, + { + "id": "sec-temporal-calendarmonthsinyear", + "title": "CalendarMonthsInYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.19" + }, + { + "id": "sec-temporal-calendarinleapyear", + "title": "CalendarInLeapYear ( calendar, dateLike )", + "level": 3, + "number": "12.1.20" + }, + { + "id": "sec-temporal-totemporalcalendar", + "title": "ToTemporalCalendar ( temporalCalendarLike )", + "level": 3, + "number": "12.1.21" + }, + { + "id": "sec-temporal-tooptionaltemporalcalendar", + "title": "ToOptionalTemporalCalendar ( temporalCalendarLike )", + "level": 3, + "number": "12.1.22" + }, + { + "id": "sec-temporal-getoptionaltemporalcalendar", + "title": "GetOptionalTemporalCalendar ( item )", + "level": 3, + "number": "12.1.23" + }, + { + "id": "sec-temporal-datefromfields", + "title": "DateFromFields ( calendar, fields, options )", + "level": 3, + "number": "12.1.24" + }, + { + "id": "sec-temporal-yearmonthfromfields", + "title": "YearMonthFromFields ( calendar, fields, options )", + "level": 3, + "number": "12.1.25" + }, + { + "id": "sec-temporal-monthdayfromfields", + "title": "MonthDayFromFields ( calendar, fields, options )", + "level": 3, + "number": "12.1.26" + }, + { + "id": "sec-temporal-formatcalendarannotation", + "title": "FormatCalendarAnnotation ( id, showCalendar )", + "level": 3, + "number": "12.1.27" + }, + { + "id": "sec-temporal-calendarequals", + "title": "CalendarEquals ( one, two )", + "level": 3, + "number": "12.1.28" + }, + { + "id": "sec-temporal-consolidatecalendars", + "title": "ConsolidateCalendars ( one, two )", + "level": 3, + "number": "12.1.29" + }, + { + "id": "sec-temporal-isisoleapyear", + "title": "IsISOLeapYear ( year )", + "level": 3, + "number": "12.1.30" + }, + { + "id": "sec-temporal-isodaysinyear", + "title": "ISODaysInYear ( year )", + "level": 3, + "number": "12.1.31" + }, + { + "id": "sec-temporal-isodaysinmonth", + "title": "ISODaysInMonth ( year, month )", + "level": 3, + "number": "12.1.32" + }, + { + "id": "sec-temporal-toisodayofweek", + "title": "ToISODayOfWeek ( year, month, day )", + "level": 3, + "number": "12.1.33" + }, + { + "id": "sec-temporal-toisodayofyear", + "title": "ToISODayOfYear ( year, month, day )", + "level": 3, + "number": "12.1.34" + }, + { + "id": "sec-temporal-toisoweekofyear", + "title": "ToISOWeekOfYear ( year, month, day )", + "level": 3, + "number": "12.1.35" + }, + { + "id": "sec-buildisomonthcode", + "title": "BuildISOMonthCode ( month )", + "level": 3, + "number": "12.1.36" + }, + { + "id": "sec-temporal-resolveisomonth", + "title": "ResolveISOMonth ( fields )", + "level": 3, + "number": "12.1.37" + }, + { + "id": "sec-temporal-isodatefromfields", + "title": "ISODateFromFields ( fields, options )", + "level": 3, + "number": "12.1.38" + }, + { + "id": "sec-temporal-isoyearmonthfromfields", + "title": "ISOYearMonthFromFields ( fields, options )", + "level": 3, + "number": "12.1.39" + }, + { + "id": "sec-temporal-isomonthdayfromfields", + "title": "ISOMonthDayFromFields ( fields, options )", + "level": 3, + "number": "12.1.40" + }, + { + "id": "sec-temporal-isoyear", + "title": "ISOYear ( temporalObject )", + "level": 3, + "number": "12.1.41" + }, + { + "id": "sec-temporal-isomonth", + "title": "ISOMonth ( temporalObject )", + "level": 3, + "number": "12.1.42" + }, + { + "id": "sec-temporal-isomonthcode", + "title": "ISOMonthCode ( temporalObject )", + "level": 3, + "number": "12.1.43" + }, + { + "id": "sec-temporal-isoday", + "title": "ISODay ( temporalObject )", + "level": 3, + "number": "12.1.44" + }, + { + "id": "sec-temporal-isomergefields", + "title": "ISOMergeFields ( fields, additionalFields )", + "level": 3, + "number": "12.1.45" + }, + { + "id": "sec-temporal-calendar-constructor", + "title": "The Temporal.Calendar Constructor", + "level": 2, + "number": "12.2" + }, + { + "id": "sec-temporal.calendar", + "title": "Temporal.Calendar ( id )", + "level": 3, + "number": "12.2.1" + }, + { + "id": "sec-properties-of-the-temporal-calendar-constructor", + "title": "Properties of the Temporal.Calendar Constructor", + "level": 2, + "number": "12.3" + }, + { + "id": "sec-temporal-calendar-prototype", + "title": "Temporal.Calendar.prototype", + "level": 3, + "number": "12.3.1" + }, + { + "id": "sec-temporal.calendar.from", + "title": "Temporal.Calendar.from ( item )", + "level": 3, + "number": "12.3.2" + }, + { + "id": "sec-properties-of-the-temporal-calendar-prototype-object", + "title": "Properties of the Temporal.Calendar Prototype Object", + "level": 2, + "number": "12.4" + }, + { + "id": "sec-temporal.calendar.prototype.constructor", + "title": "Temporal.Calendar.prototype.constructor", + "level": 3, + "number": "12.4.1" + }, + { + "id": "sec-temporal.calendar.prototype-@@tostringtag", + "title": "Temporal.Calendar.prototype[ @@toStringTag ]", + "level": 3, + "number": "12.4.2" + }, + { + "id": "sec-get-temporal.calendar.prototype.id", + "title": "get Temporal.Calendar.prototype.id", + "level": 3, + "number": "12.4.3" + }, + { + "id": "sec-temporal.calendar.prototype.datefromfields", + "title": "Temporal.Calendar.prototype.dateFromFields ( fields, options )", + "level": 3, + "number": "12.4.4" + }, + { + "id": "sec-temporal.calendar.prototype.yearmonthfromfields", + "title": "Temporal.Calendar.prototype.yearMonthFromFields ( fields, options )", + "level": 3, + "number": "12.4.5" + }, + { + "id": "sec-temporal.calendar.prototype.monthdayfromfields", + "title": "Temporal.Calendar.prototype.monthDayFromFields ( fields, options )", + "level": 3, + "number": "12.4.6" + }, + { + "id": "sec-temporal.calendar.prototype.dateadd", + "title": "Temporal.Calendar.prototype.dateAdd ( date, duration, options )", + "level": 3, + "number": "12.4.7" + }, + { + "id": "sec-temporal.calendar.prototype.dateuntil", + "title": "Temporal.Calendar.prototype.dateUntil ( one, two, options )", + "level": 3, + "number": "12.4.8" + }, + { + "id": "sec-temporal.calendar.prototype.year", + "title": "Temporal.Calendar.prototype.year ( temporalDateLike )", + "level": 3, + "number": "12.4.9" + }, + { + "id": "sec-temporal.calendar.prototype.month", + "title": "Temporal.Calendar.prototype.month ( temporalDateLike )", + "level": 3, + "number": "12.4.10" + }, + { + "id": "sec-temporal.calendar.prototype.monthcode", + "title": "Temporal.Calendar.prototype.monthCode ( temporalDateLike )", + "level": 3, + "number": "12.4.11" + }, + { + "id": "sec-temporal.calendar.prototype.day", + "title": "Temporal.Calendar.prototype.day ( temporalDateLike )", + "level": 3, + "number": "12.4.12" + }, + { + "id": "sec-temporal.calendar.prototype.dayofweek", + "title": "Temporal.Calendar.prototype.dayOfWeek ( temporalDateLike )", + "level": 3, + "number": "12.4.13" + }, + { + "id": "sec-temporal.calendar.prototype.dayofyear", + "title": "Temporal.Calendar.prototype.dayOfYear ( temporalDateLike )", + "level": 3, + "number": "12.4.14" + }, + { + "id": "sec-temporal.calendar.prototype.weekofyear", + "title": "Temporal.Calendar.prototype.weekOfYear ( temporalDateLike )", + "level": 3, + "number": "12.4.15" + }, + { + "id": "sec-temporal.calendar.prototype.daysinweek", + "title": "Temporal.Calendar.prototype.daysInWeek ( temporalDateLike )", + "level": 3, + "number": "12.4.16" + }, + { + "id": "sec-temporal.calendar.prototype.daysinmonth", + "title": "Temporal.Calendar.prototype.daysInMonth ( temporalDateLike )", + "level": 3, + "number": "12.4.17" + }, + { + "id": "sec-temporal.calendar.prototype.daysinyear", + "title": "Temporal.Calendar.prototype.daysInYear ( temporalDateLike )", + "level": 3, + "number": "12.4.18" + }, + { + "id": "sec-temporal.calendar.prototype.monthsinyear", + "title": "Temporal.Calendar.prototype.monthsInYear ( dateOrDateTime )", + "level": 3, + "number": "12.4.19" + }, + { + "id": "sec-temporal.calendar.prototype.inleapyear", + "title": "Temporal.Calendar.prototype.inLeapYear ( dateOrDateTime )", + "level": 3, + "number": "12.4.20" + }, + { + "id": "sec-temporal.calendar.prototype.fields", + "title": "Temporal.Calendar.prototype.fields ( fields )", + "level": 3, + "number": "12.4.21" + }, + { + "id": "sec-temporal.calendar.prototype.mergefields", + "title": "Temporal.Calendar.prototype.mergeFields ( fields, additionalFields )", + "level": 3, + "number": "12.4.22" + }, + { + "id": "sec-temporal.calendar.prototype.tostring", + "title": "Temporal.Calendar.prototype.toString ( )", + "level": 3, + "number": "12.4.23" + }, + { + "id": "sec-temporal.calendar.prototype.tojson", + "title": "Temporal.Calendar.prototype.toJSON ( )", + "level": 3, + "number": "12.4.24" + }, + { + "id": "sec-properties-of-temporal-calendar-instances", + "title": "Properties of Temporal.Calendar Instances", + "level": 2, + "number": "12.5" + }, + { + "id": "sec-temporal-abstract-ops", + "title": "Abstract operations", + "level": 1, + "number": "13" + }, + { + "id": "sec-iterabletolistoftype", + "title": "IterableToListOfType ( items, elementTypes )", + "level": 2, + "number": "13.1" + }, + { + "id": "sec-getoptionsobject", + "title": "GetOptionsObject ( options )", + "level": 2, + "number": "13.2" + }, + { + "id": "sec-getoption", + "title": "GetOption ( options, property, type, values, fallback )", + "level": 2, + "number": "13.3" + }, + { + "id": "sec-defaultnumberoption", + "title": "DefaultNumberOption ( value, minimum, maximum, fallback )", + "level": 2, + "number": "13.4" + }, + { + "id": "sec-getnumberoption", + "title": "GetNumberOption ( options, property, minimum, maximum, fallback )", + "level": 2, + "number": "13.5" + }, + { + "id": "sec-getstringornumberoption", + "title": "GetStringOrNumberOption ( options, property, stringValues, minimum, maximum, fallback )", + "level": 2, + "number": "13.6" + }, + { + "id": "sec-temporal-durationhandlefractions", + "title": "DurationHandleFractions ( fHours, minutes, fMinutes, seconds, fSeconds, milliseconds, fMilliseconds, microseconds, fMicroseconds, nanoseconds, fNanoseconds )", + "level": 2, + "number": "13.7" + }, + { + "id": "sec-temporal-totemporaloverflow", + "title": "ToTemporalOverflow ( normalizedOptions )", + "level": 2, + "number": "13.8" + }, + { + "id": "sec-temporal-totemporaldisambiguation", + "title": "ToTemporalDisambiguation ( normalizedOptions )", + "level": 2, + "number": "13.9" + }, + { + "id": "sec-temporal-totemporalroundingmode", + "title": "ToTemporalRoundingMode ( normalizedOptions, fallback )", + "level": 2, + "number": "13.10" + }, + { + "id": "sec-temporal-negatetemporalroundingmode", + "title": "NegateTemporalRoundingMode ( roundingMode )", + "level": 2, + "number": "13.11" + }, + { + "id": "sec-temporal-totemporaloffset", + "title": "ToTemporalOffset ( normalizedOptions, fallback )", + "level": 2, + "number": "13.12" + }, + { + "id": "sec-temporal-toshowcalendaroption", + "title": "ToShowCalendarOption ( normalizedOptions )", + "level": 2, + "number": "13.13" + }, + { + "id": "sec-temporal-toshowtimezonenameoption", + "title": "ToShowTimeZoneNameOption ( normalizedOptions )", + "level": 2, + "number": "13.14" + }, + { + "id": "sec-temporal-toshowoffsetoption", + "title": "ToShowOffsetOption ( normalizedOptions )", + "level": 2, + "number": "13.15" + }, + { + "id": "sec-temporal-totemporalroundingincrement", + "title": "ToTemporalRoundingIncrement ( normalizedOptions, dividend, inclusive )", + "level": 2, + "number": "13.16" + }, + { + "id": "sec-temporal-totemporaldatetimeroundingincrement", + "title": "ToTemporalDateTimeRoundingIncrement ( normalizedOptions, smallestUnit )", + "level": 2, + "number": "13.17" + }, + { + "id": "sec-temporal-tosecondsstringprecision", + "title": "ToSecondsStringPrecision ( normalizedOptions )", + "level": 2, + "number": "13.18" + }, + { + "id": "sec-temporal-todurationsecondsstringprecision", + "title": "ToDurationSecondsStringPrecision ( normalizedOptions )", + "level": 2, + "number": "13.19" + }, + { + "id": "sec-temporal-tolargesttemporalunit", + "title": "ToLargestTemporalUnit ( normalizedOptions, disallowedUnits, defaultUnit )", + "level": 2, + "number": "13.20" + }, + { + "id": "sec-temporal-tolargesttemporaldurationunit", + "title": "ToLargestTemporalDurationUnit ( normalizedOptions )", + "level": 2, + "number": "13.21" + }, + { + "id": "sec-temporal-tosmallesttemporalunit", + "title": "ToSmallestTemporalUnit ( normalizedOptions, disallowedUnits )", + "level": 2, + "number": "13.22" + }, + { + "id": "sec-temporal-tosmallesttemporaldurationunit", + "title": "ToSmallestTemporalDurationUnit ( normalizedOptions, disallowedUnits, fallback )", + "level": 2, + "number": "13.23" + }, + { + "id": "sec-temporal-totemporaldurationtotalunit", + "title": "ToTemporalDurationTotalUnit ( normalizedOptions )", + "level": 2, + "number": "13.24" + }, + { + "id": "sec-temporal-singular-and-plural-units", + "title": "Singular and plural units", + "level": 2, + "number": "13.25" + }, + { + "id": "sec-temporal-torelativetemporalobject", + "title": "ToRelativeTemporalObject ( options )", + "level": 2, + "number": "13.26" + }, + { + "id": "sec-temporal-validatetemporalunitrange", + "title": "ValidateTemporalUnitRange ( largestUnit, smallestUnit )", + "level": 2, + "number": "13.27" + }, + { + "id": "sec-temporal-largeroftwotemporaldurationunits", + "title": "LargerOfTwoTemporalDurationUnits ( u1, u2 )", + "level": 2, + "number": "13.28" + }, + { + "id": "sec-temporal-mergelargestunitoption", + "title": "MergeLargestUnitOption ( options, largestUnit )", + "level": 2, + "number": "13.29" + }, + { + "id": "sec-temporal-maximumtemporaldurationroundingincrement", + "title": "MaximumTemporalDurationRoundingIncrement ( unit )", + "level": 2, + "number": "13.30" + }, + { + "id": "sec-temporal-rejecttemporalcalendartype", + "title": "RejectTemporalCalendarType ( object )", + "level": 2, + "number": "13.31" + }, + { + "id": "sec-temporal-formatsecondsstringpart", + "title": "FormatSecondsStringPart ( second, millisecond, microsecond, nanosecond, precision )", + "level": 2, + "number": "13.32" + }, + { + "id": "sec-temporal-nonnegativemodulo", + "title": "NonNegativeModulo ( x, y )", + "level": 2, + "number": "13.33" + }, + { + "id": "sec-temporal-sign", + "title": "Sign ( n )", + "level": 2, + "number": "13.34" + }, + { + "id": "sec-temporal-constraintorange", + "title": "ConstrainToRange ( x, minimum, maximum )", + "level": 2, + "number": "13.35" + }, + { + "id": "sec-temporal-roundtowardszero", + "title": "RoundTowardsZero ( x )", + "level": 2, + "number": "13.36" + }, + { + "id": "sec-temporal-roundhalfawayfromzero", + "title": "RoundHalfAwayFromZero ( x )", + "level": 2, + "number": "13.37" + }, + { + "id": "sec-temporal-roundnumbertoincrement", + "title": "RoundNumberToIncrement ( x, increment, roundingMode )", + "level": 2, + "number": "13.38" + }, + { + "id": "sec-temporal-iso8601grammar", + "title": "ISO 8601 grammar", + "level": 2, + "number": "13.39" + }, + { + "id": "sec-temporal-parseisodatetime", + "title": "ParseISODateTime ( isoString )", + "level": 2, + "number": "13.40" + }, + { + "id": "sec-temporal-parsetemporalinstantstring", + "title": "ParseTemporalInstantString ( isoString )", + "level": 2, + "number": "13.41" + }, + { + "id": "sec-temporal-parsetemporalzoneddatetimestring", + "title": "ParseTemporalZonedDateTimeString ( isoString )", + "level": 2, + "number": "13.42" + }, + { + "id": "sec-temporal-parsetemporalcalendarstring", + "title": "ParseTemporalCalendarString ( isoString )", + "level": 2, + "number": "13.43" + }, + { + "id": "sec-temporal-parsetemporaldatestring", + "title": "ParseTemporalDateString ( isoString )", + "level": 2, + "number": "13.44" + }, + { + "id": "sec-temporal-parsetemporaldatetimestring", + "title": "ParseTemporalDateTimeString ( isoString )", + "level": 2, + "number": "13.45" + }, + { + "id": "sec-temporal-parsetemporaldurationstring", + "title": "ParseTemporalDurationString ( isoString )", + "level": 2, + "number": "13.46" + }, + { + "id": "sec-temporal-parsetemporalmonthdaystring", + "title": "ParseTemporalMonthDayString ( isoString )", + "level": 2, + "number": "13.47" + }, + { + "id": "sec-temporal-parsetemporaltimestring", + "title": "ParseTemporalTimeString ( isoString )", + "level": 2, + "number": "13.48" + }, + { + "id": "sec-temporal-parsetemporaltimezonestring", + "title": "ParseTemporalTimeZoneString ( isoString )", + "level": 2, + "number": "13.49" + }, + { + "id": "sec-temporal-parsetemporalyearmonthstring", + "title": "ParseTemporalYearMonthString ( isoString )", + "level": 2, + "number": "13.50" + }, + { + "id": "sec-temporal-topositiveintegerorinfinity", + "title": "ToPositiveIntegerOrInfinity ( argument )", + "level": 2, + "number": "13.51" + }, + { + "id": "sec-temporal-preparetemporalfields", + "title": "PrepareTemporalFields ( fields, fieldNames, requiredFields )", + "level": 2, + "number": "13.52" + }, + { + "id": "sec-temporal-preparepartialtemporalfields", + "title": "PreparePartialTemporalFields ( fields, fieldNames )", + "level": 2, + "number": "13.53" + }, + { + "id": "sec-temporal-legacy-date-objects", + "title": "Amendments to the ECMAScriptĀ® 2021 Language Specification", + "level": 1, + "number": "14" + }, + { + "id": "sec-temporal-properties-of-the-legacy-date-prototype-object", + "title": "Properties of the Date Prototype Object", + "level": 2, + "number": "14.1" + }, + { + "id": "sec-date.prototype.totemporalinstant", + "title": "Date.prototype.toTemporalInstant ( )", + "level": 3, + "number": "14.1.1" + }, + { + "id": "sec-temporal-intl", + "title": "Amendments to the ECMAScriptĀ® 2021 Internationalization API Specification", + "level": 1, + "number": "15" + }, + { + "id": "sup-time-zone-names", + "title": "Time Zone Names", + "level": 2, + "number": "15.1" + }, + { + "id": "sup-isvalidtimezonename", + "title": "IsValidTimeZoneName ( timeZone )", + "level": 3, + "number": "15.1.1" + }, + { + "id": "sup-canonicalizetimezonename", + "title": "CanonicalizeTimeZoneName ( timeZone )", + "level": 3, + "number": "15.1.2" + }, + { + "id": "sup-defaulttimezone", + "title": "DefaultTimeZone ( )", + "level": 3, + "number": "15.1.3" + }, + { + "id": "sec-abstract-operations", + "title": "Abstract Operations", + "level": 2, + "number": "15.2" + }, + { + "id": "sec-getoptionsobject-deleted", + "title": "GetOptionsObject ( options )", + "level": 3, + "number": "15.2.1" + }, + { + "id": "sec-getoption-deleted", + "title": "GetOption ( options, property, type, values, fallback )", + "level": 3, + "number": "15.2.2" + }, + { + "id": "sec-defaultnumberoption-deleted", + "title": "DefaultNumberOption ( value, minimum, maximum, fallback )", + "level": 3, + "number": "15.2.3" + }, + { + "id": "sec-getnumberoption-deleted", + "title": "GetNumberOption ( options, property, minimum, maximum, fallback )", + "level": 3, + "number": "15.2.4" + }, + { + "id": "sec-datetimeformat-abstracts", + "title": "Abstract Operations For DateTimeFormat Objects", + "level": 2, + "number": "15.3" + }, + { + "id": "sec-temporal-initializedatetimeformat", + "title": "InitializeDateTimeFormat ( dateTimeFormat, locales, options )", + "level": 3, + "number": "15.3.1" + }, + { + "id": "sec-datetime-format-functions", + "title": "DateTime Format Functions", + "level": 3, + "number": "15.3.2" + }, + { + "id": "sec-formatdatetimepattern", + "title": "FormatDateTimePattern ( dateTimeFormat, pattern, patternParts, xepochNanoseconds, rangeFormatOptions )", + "level": 3, + "number": "15.3.3" + }, + { + "id": "sec-partitiondatetimepattern", + "title": "PartitionDateTimePattern ( dateTimeFormat, x )", + "level": 3, + "number": "15.3.4" + }, + { + "id": "sec-formatdatetime", + "title": "FormatDateTime ( dateTimeFormat, x )", + "level": 3, + "number": "15.3.5" + }, + { + "id": "sec-temporal-formatdatetimetoparts", + "title": "FormatDateTimeToParts ( dateTimeFormat, x )", + "level": 3, + "number": "15.3.6" + }, + { + "id": "sec-partitiondatetimerangepattern", + "title": "PartitionDateTimeRangePattern ( dateTimeFormat, x, y )", + "level": 3, + "number": "15.3.7" + }, + { + "id": "sec-formatdatetimerange", + "title": "FormatDateTimeRange ( dateTimeFormat, x, y )", + "level": 3, + "number": "15.3.8" + }, + { + "id": "sec-formatdatetimerangetoparts", + "title": "FormatDateTimeRangeToParts ( dateTimeFormat, x, y )", + "level": 3, + "number": "15.3.9" + }, + { + "id": "sec-temporal-istemporalobject", + "title": "IsTemporalObject ( value )", + "level": 3, + "number": "15.3.10" + }, + { + "id": "sec-temporal-sametemporaltype", + "title": "SameTemporalType ( x, y )", + "level": 3, + "number": "15.3.11" + }, + { + "id": "sec-temporal-getdatetimeformatpattern", + "title": "GetDateTimeFormatPattern ( dateStyle, timeStyle, matcher, opt, dataLocaleData, hc )", + "level": 3, + "number": "15.3.12" + }, + { + "id": "sec-temporal-handledatetimevalue", + "title": "HandleDateTimeValue ( dateTimeFormat, x )", + "level": 3, + "number": "15.3.13" + }, + { + "id": "sec-temporal-tolocaltime", + "title": "ToLocalTime ( t, calendar, timeZone )", + "level": 3, + "number": "15.3.14" + }, + { + "id": "sec-properties-of-intl-datetimeformat-prototype-object", + "title": "Properties of the Intl.DateTimeFormat Prototype Object", + "level": 2, + "number": "15.4" + }, + { + "id": "sec-Intl.DateTimeFormat.prototype.formatToParts", + "title": "Intl.DateTimeFormat.prototype.formatToParts ( date )", + "level": 3, + "number": "15.4.1" + }, + { + "id": "sec-intl.datetimeformat.prototype.formatRange", + "title": "Intl.DateTimeFormat.prototype.formatRange ( startDate, endDate )", + "level": 3, + "number": "15.4.2" + }, + { + "id": "sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "title": "Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate, endDate )", + "level": 3, + "number": "15.4.3" + }, + { + "id": "sec-intl.datetimeformat.prototype.resolvedoptions", + "title": "Intl.DateTimeFormat.prototype.resolvedOptions ( )", + "level": 3, + "number": "15.4.4" + }, + { + "id": "sec-properties-of-intl-datetimeformat-instances", + "title": "Properties of Intl.DateTimeFormat Instances", + "level": 2, + "number": "15.5" + }, + { + "id": "locale-sensitive-functions", + "title": "Locale Sensitive Functions of the ECMAScript Language Specification", + "level": 2, + "number": "15.6" + }, + { + "id": "sup-temporal-calendar-abstract-ops", + "title": "Abstract Operations for Temporal.Calendar Objects", + "level": 3, + "number": "15.6.1" + }, + { + "id": "sup-temporal-isbuiltincalendar", + "title": "IsBuiltinCalendar ( id )", + "level": 4, + "number": "15.6.1.1" + }, + { + "id": "sec-temporal-calendarera", + "title": "CalendarEra ( calendar, dateLike )", + "level": 4, + "number": "15.6.1.2" + }, + { + "id": "sec-temporal-calendarerayear", + "title": "CalendarEraYear ( calendar, dateLike )", + "level": 4, + "number": "15.6.1.3" + }, + { + "id": "sup-properties-of-the-temporal-calendar-prototype-object", + "title": "Properties of the Temporal.Calendar Prototype Object", + "level": 3, + "number": "15.6.2" + }, + { + "id": "sup-temporal.calendar.prototype.datefromfields", + "title": "Temporal.Calendar.prototype.dateFromFields ( fields, options )", + "level": 4, + "number": "15.6.2.1" + }, + { + "id": "sup-temporal.calendar.prototype.yearmonthfromfields", + "title": "Temporal.Calendar.prototype.yearMonthFromFields ( fields, options )", + "level": 4, + "number": "15.6.2.2" + }, + { + "id": "sup-temporal.calendar.prototype.monthdayfromfields", + "title": "Temporal.Calendar.prototype.monthDayFromFields ( fields, options )", + "level": 4, + "number": "15.6.2.3" + }, + { + "id": "sup-temporal.calendar.prototype.dateadd", + "title": "Temporal.Calendar.prototype.dateAdd ( date, duration, options )", + "level": 4, + "number": "15.6.2.4" + }, + { + "id": "sup-temporal.calendar.prototype.dateuntil", + "title": "Temporal.Calendar.prototype.dateUntil ( one, two, options )", + "level": 4, + "number": "15.6.2.5" + }, + { + "id": "sec-temporal.calendar.prototype.era", + "title": "Temporal.Calendar.prototype.era ( temporalDateLike )", + "level": 4, + "number": "15.6.2.6" + }, + { + "id": "sec-temporal.calendar.prototype.erayear", + "title": "Temporal.Calendar.prototype.eraYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.7" + }, + { + "id": "sup-temporal.calendar.prototype.year", + "title": "Temporal.Calendar.prototype.year ( temporalDateLike )", + "level": 4, + "number": "15.6.2.8" + }, + { + "id": "sup-temporal.calendar.prototype.month", + "title": "Temporal.Calendar.prototype.month ( temporalDateLike )", + "level": 4, + "number": "15.6.2.9" + }, + { + "id": "sup-temporal.calendar.prototype.monthcode", + "title": "Temporal.Calendar.prototype.monthCode ( temporalDateLike )", + "level": 4, + "number": "15.6.2.10" + }, + { + "id": "sup-temporal.calendar.prototype.day", + "title": "Temporal.Calendar.prototype.day ( temporalDateLike )", + "level": 4, + "number": "15.6.2.11" + }, + { + "id": "sup-temporal.calendar.prototype.dayofweek", + "title": "Temporal.Calendar.prototype.dayOfWeek ( dateOrDateTime )", + "level": 4, + "number": "15.6.2.12" + }, + { + "id": "sup-temporal.calendar.prototype.dayofyear", + "title": "Temporal.Calendar.prototype.dayOfYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.13" + }, + { + "id": "sup-temporal.calendar.prototype.weekofyear", + "title": "Temporal.Calendar.prototype.weekOfYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.14" + }, + { + "id": "sup-temporal.calendar.prototype.daysinweek", + "title": "Temporal.Calendar.prototype.daysInWeek ( temporalDateLike )", + "level": 4, + "number": "15.6.2.15" + }, + { + "id": "sup-temporal.calendar.prototype.daysinmonth", + "title": "Temporal.Calendar.prototype.daysInMonth ( temporalDateLike )", + "level": 4, + "number": "15.6.2.16" + }, + { + "id": "sup-temporal.calendar.prototype.daysinyear", + "title": "Temporal.Calendar.prototype.daysInYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.17" + }, + { + "id": "sup-temporal.calendar.prototype.monthsinyear", + "title": "Temporal.Calendar.prototype.monthsInYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.18" + }, + { + "id": "sup-temporal.calendar.prototype.inleapyear", + "title": "Temporal.Calendar.prototype.inLeapYear ( temporalDateLike )", + "level": 4, + "number": "15.6.2.19" + }, + { + "id": "sup-temporal.calendar.prototype.fields", + "title": "Temporal.Calendar.prototype.fields ( fields )", + "level": 4, + "number": "15.6.2.20" + }, + { + "id": "sup-temporal.calendar.prototype.mergefields", + "title": "Temporal.Calendar.prototype.mergeFields ( fields, additionalFields )", + "level": 4, + "number": "15.6.2.21" + }, + { + "id": "sup-properties-of-the-temporal-duration-prototype-object", + "title": "Properties of the Temporal.Duration Prototype Object", + "level": 3, + "number": "15.6.3" + }, + { + "id": "sup-temporal.duration.prototype.tolocalestring", + "title": "Temporal.Duration.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.3.1" + }, + { + "id": "sup-properties-of-the-temporal-instant-prototype-object", + "title": "Properties of the Temporal.Instant Prototype Object", + "level": 3, + "number": "15.6.4" + }, + { + "id": "sup-temporal.instant.prototype.tolocalestring", + "title": "Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.4.1" + }, + { + "id": "sup-properties-of-the-temporal-plaindate-prototype-object", + "title": "Properties of the Temporal.PlainDate Prototype Object", + "level": 3, + "number": "15.6.5" + }, + { + "id": "sup-temporal.plaindate.prototype.tolocalestring", + "title": "Temporal.PlainDate.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.5.1" + }, + { + "id": "sec-get-temporal.plaindate.prototype.era", + "title": "get Temporal.PlainDate.prototype.era", + "level": 4, + "number": "15.6.5.2" + }, + { + "id": "sec-get-temporal.plaindate.prototype.erayear", + "title": "get Temporal.PlainDate.prototype.eraYear", + "level": 4, + "number": "15.6.5.3" + }, + { + "id": "sup-properties-of-the-temporal-plaindatetime-prototype-object", + "title": "Properties of the Temporal.PlainDateTime Prototype Object", + "level": 3, + "number": "15.6.6" + }, + { + "id": "sup-temporal.plaindatetime.prototype.tolocalestring", + "title": "Temporal.PlainDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.6.1" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.era", + "title": "get Temporal.PlainDateTime.prototype.era", + "level": 4, + "number": "15.6.6.2" + }, + { + "id": "sec-get-temporal.plaindatetime.prototype.erayear", + "title": "get Temporal.PlainDateTime.prototype.eraYear", + "level": 4, + "number": "15.6.6.3" + }, + { + "id": "sup-properties-of-the-temporal-plainmonthday-prototype-object", + "title": "Properties of the Temporal.PlainMonthDay Prototype Object", + "level": 3, + "number": "15.6.7" + }, + { + "id": "sup-temporal.plainmonthday.prototype.tolocalestring", + "title": "Temporal.PlainMonthDay.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.7.1" + }, + { + "id": "sup-properties-of-the-temporal-plaintime-prototype-object", + "title": "Properties of the Temporal.PlainTime Prototype Object", + "level": 3, + "number": "15.6.8" + }, + { + "id": "sup-temporal.plaintime.prototype.tolocalestring", + "title": "Temporal.PlainTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.8.1" + }, + { + "id": "sup-properties-of-the-temporal-plainyearmonth-prototype-object", + "title": "Properties of the Temporal.PlainYearMonth Prototype Object", + "level": 3, + "number": "15.6.9" + }, + { + "id": "sup-temporal.plainyearmonth.prototype.tolocalestring", + "title": "Temporal.PlainYearMonth.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.9.1" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.era", + "title": "get Temporal.PlainYearMonth.prototype.era", + "level": 4, + "number": "15.6.9.2" + }, + { + "id": "sec-get-temporal.plainyearmonth.prototype.erayear", + "title": "get Temporal.PlainYearMonth.prototype.eraYear", + "level": 4, + "number": "15.6.9.3" + }, + { + "id": "sup-properties-of-the-temporal-zoneddatetime-prototype-object", + "title": "Properties of the Temporal.ZonedDateTime Prototype Object", + "level": 3, + "number": "15.6.10" + }, + { + "id": "sup-temporal.zoneddatetime.prototype.tolocalestring", + "title": "Temporal.ZonedDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", + "level": 4, + "number": "15.6.10.1" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.era", + "title": "get Temporal.ZonedDateTime.prototype.era", + "level": 4, + "number": "15.6.10.2" + }, + { + "id": "sec-get-temporal.zoneddatetime.prototype.erayear", + "title": "get Temporal.ZonedDateTime.prototype.eraYear", + "level": 4, + "number": "15.6.10.3" + }, + { + "id": "sec-abstracts", + "title": "Abstract Operations", + "level": 3, + "number": "15.6.11" + }, + { + "id": "sup-temporal-preparetemporalfields", + "title": "PrepareTemporalFields ( fields, fieldNames, requiredFields )", + "level": 4, + "number": "15.6.11.1" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tc39-top-level-await.json b/tr/headings/tc39-top-level-await.json new file mode 100644 index 000000000000..43b8fc15584f --- /dev/null +++ b/tr/headings/tc39-top-level-await.json @@ -0,0 +1,146 @@ +{ + "spec": { + "title": "Top-Level Await", + "url": "https://tc39.es/proposal-top-level-await/" + }, + "headings": [ + { + "id": "sec-async-functions-abstract-operations-async-function-start", + "title": "AsyncFunctionStart ( promiseCapability, asyncFunctionBody )", + "level": 1, + "number": "1" + }, + { + "id": "sec-asyncblockstart", + "title": "AsyncBlockStart ( promiseCapability, asyncBody, asyncContext )", + "level": 1, + "number": "2" + }, + { + "id": "sec-hostimportmoduledynamically", + "title": "HostImportModuleDynamically ( referencingScriptOrModule, specifier, promiseCapability )", + "level": 1, + "number": "3" + }, + { + "id": "sec-finishdynamicimport", + "title": "FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, completioninnerPromise )", + "level": 1, + "number": "4" + }, + { + "id": "sec-abstract-module-records", + "title": "Abstract Module Records", + "level": 1, + "number": "5" + }, + { + "id": "sec-cyclic-module-records", + "title": "Cyclic Module Records", + "level": 1, + "number": "6" + }, + { + "id": "sec-moduledeclarationlinking", + "title": "Link ( ) Concrete Method", + "level": 2, + "number": "6.1" + }, + { + "id": "sec-InnerModuleLinking", + "title": "InnerModuleLinking ( module, stack, index )", + "level": 3, + "number": "6.1.1" + }, + { + "id": "sec-moduleevaluation", + "title": "Evaluate ( ) Concrete Method", + "level": 2, + "number": "6.2" + }, + { + "id": "sec-innermoduleevaluation", + "title": "InnerModuleEvaluation ( module, stack, index )", + "level": 3, + "number": "6.2.1" + }, + { + "id": "sec-execute-async-module", + "title": "ExecuteAsyncModule ( module )", + "level": 3, + "number": "6.2.2" + }, + { + "id": "sec-gather-async-parent-completions", + "title": "GatherAsyncParentCompletions ( module, execList )", + "level": 3, + "number": "6.2.3" + }, + { + "id": "sec-async-module-execution-fulfilled", + "title": "AsyncModuleExecutionFulfilled ( module )", + "level": 3, + "number": "6.2.4" + }, + { + "id": "sec-async-module-execution-rejected", + "title": "AsyncModuleExecutionRejected ( module, error )", + "level": 3, + "number": "6.2.5" + }, + { + "id": "sec-example-cyclic-module-record-graphs", + "title": "Example Cyclic Module Record Graphs", + "level": 1, + "number": "7" + }, + { + "id": "sec-source-text-module-records", + "title": "Source Text Module Records", + "level": 1, + "number": "8" + }, + { + "id": "sec-parsemodule", + "title": "ParseModule ( sourceText, realm, hostDefined )", + "level": 2, + "number": "8.1" + }, + { + "id": "sec-source-text-module-record-execute-module", + "title": "ExecuteModule ( [ capability ] ) Concrete Method", + "level": 2, + "number": "8.2" + }, + { + "id": "sec-modules", + "title": "Modules", + "level": 1, + "number": "9" + }, + { + "id": "sec-async-function-definitions", + "title": "Async Function Definitions", + "level": 1, + "number": "10" + }, + { + "id": "sec-async-function-definitions", + "title": "Async Function Definitions", + "level": 2, + "number": "10.1" + }, + { + "id": "sec-imports", + "title": "Imports", + "level": 2, + "number": "10.2" + }, + { + "id": "sec-exports", + "title": "Exports", + "level": 2, + "number": "10.3" + } + ] +} \ No newline at end of file diff --git a/tr/headings/tracking-dnt.json b/tr/headings/tracking-dnt.json new file mode 100644 index 000000000000..162f1f095ec9 --- /dev/null +++ b/tr/headings/tracking-dnt.json @@ -0,0 +1,515 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "headings": [ + { + "id": "title", + "level": 1, + "title": "Tracking Preference Expression (DNT)" + }, + { + "id": "toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "terminology", + "level": 2, + "title": "Terminology", + "number": "2" + }, + { + "id": "terminology.http", + "level": 3, + "title": "HTTP", + "number": "2.1" + }, + { + "id": "terminology.html", + "level": 3, + "title": "HTML", + "number": "2.2" + }, + { + "id": "terminology.activity", + "level": 3, + "title": "Activity", + "number": "2.3" + }, + { + "id": "terminology.participants", + "level": 3, + "title": "Participants", + "number": "2.4" + }, + { + "id": "terminology.data", + "level": 3, + "title": "Data", + "number": "2.5" + }, + { + "id": "notational", + "level": 2, + "title": "Notational Conventions", + "number": "3" + }, + { + "id": "requirements", + "level": 3, + "title": "Requirements", + "number": "3.1" + }, + { + "id": "notation", + "level": 3, + "title": "Formal Syntax", + "number": "3.2" + }, + { + "id": "determining", + "level": 2, + "title": "Determining User Preference", + "number": "4" + }, + { + "id": "expressing", + "level": 2, + "title": "Expressing a Tracking Preference", + "number": "5" + }, + { + "id": "expression-format", + "level": 3, + "title": "Expression Format", + "number": "5.1" + }, + { + "id": "dnt-header-field", + "level": 3, + "title": "DNT Header Field for HTTP Requests", + "number": "5.2" + }, + { + "id": "dnt-extensions", + "level": 4, + "title": "Extensions to the DNT Field Value", + "number": "5.2.1" + }, + { + "id": "js-dom", + "level": 3, + "title": "JavaScript Property to Detect Preference", + "number": "5.3" + }, + { + "id": "other-protocols", + "level": 3, + "title": "Tracking Preference Expressed in Other Protocols", + "number": "5.4" + }, + { + "id": "exceptions", + "level": 2, + "title": "User-Granted Exceptions", + "number": "6" + }, + { + "id": "exception-overview", + "level": 3, + "title": "Overview", + "number": "6.1" + }, + { + "id": "exception-scope", + "level": 3, + "title": "Site-specific or Web-wide", + "number": "6.2" + }, + { + "id": "exception-granting", + "level": 3, + "title": "Granting an Exception", + "number": "6.3" + }, + { + "id": "exception-checking", + "level": 3, + "title": "Checking for an Exception", + "number": "6.4" + }, + { + "id": "exception-revoking", + "level": 3, + "title": "Revoking an Exception", + "number": "6.5" + }, + { + "id": "exception-javascript-api", + "level": 3, + "title": "Client-side Scripting API", + "number": "6.6" + }, + { + "id": "exception-javascript-api-store", + "level": 4, + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + { + "id": "exception-javascript-api-cancel", + "level": 4, + "title": "API to Remove a Tracking Exception", + "number": "6.6.2" + }, + { + "id": "exception-javascript-api-confirm", + "level": 4, + "title": "API to Confirm a Tracking Exception", + "number": "6.6.3" + }, + { + "id": "exception-management", + "level": 3, + "title": "User Agent Management of Exceptions", + "number": "6.7" + }, + { + "id": "responding", + "level": 2, + "title": "Communicating a Tracking Status", + "number": "7" + }, + { + "id": "response-overview", + "level": 3, + "title": "Overview", + "number": "7.1" + }, + { + "id": "tracking-status-value", + "level": 3, + "title": "Tracking Status Value", + "number": "7.2" + }, + { + "id": "TSV-defn", + "level": 4, + "title": "Definition", + "number": "7.2.1" + }, + { + "id": "TSV-!", + "level": 4, + "title": "Under Construction (!)", + "number": "7.2.2" + }, + { + "id": "TSV-?", + "level": 4, + "title": "Dynamic (?)", + "number": "7.2.3" + }, + { + "id": "TSV-G", + "level": 4, + "title": "Gateway (G)", + "number": "7.2.4" + }, + { + "id": "TSV-N", + "level": 4, + "title": "Not Tracking (N)", + "number": "7.2.5" + }, + { + "id": "TSV-T", + "level": 4, + "title": "Tracking (T)", + "number": "7.2.6" + }, + { + "id": "TSV-C", + "level": 4, + "title": "Consent (C)", + "number": "7.2.7" + }, + { + "id": "TSV-P", + "level": 4, + "title": "Potential Consent (P)", + "number": "7.2.8" + }, + { + "id": "TSV-D", + "level": 4, + "title": "Disregarding (D)", + "number": "7.2.9" + }, + { + "id": "TSV-U", + "level": 4, + "title": "Updated (U)", + "number": "7.2.10" + }, + { + "id": "TSV.extension", + "level": 4, + "title": "Extensions to the Tracking Status Value", + "number": "7.2.11" + }, + { + "id": "response-header-field", + "level": 3, + "title": "Tk Header Field for HTTP Responses", + "number": "7.3" + }, + { + "id": "Tk-header-defn", + "level": 4, + "title": "Definition", + "number": "7.3.1" + }, + { + "id": "referring-status-id", + "level": 4, + "title": "Referring to a Request-specific Tracking Status Resource", + "number": "7.3.2" + }, + { + "id": "interactive-status-change", + "level": 4, + "title": "Indicating an Interactive Status Change", + "number": "7.3.3" + }, + { + "id": "status-resource", + "level": 3, + "title": "Tracking Status Resource", + "number": "7.4" + }, + { + "id": "site-wide-status-resource", + "level": 4, + "title": "Site-wide Tracking Status", + "number": "7.4.1" + }, + { + "id": "request-specific-status-resource", + "level": 4, + "title": "Request-specific Tracking Status", + "number": "7.4.2" + }, + { + "id": "status-checks-not-tracked", + "level": 4, + "title": "Status Checks are Not Tracked", + "number": "7.4.3" + }, + { + "id": "status-caching", + "level": 4, + "title": "Caching", + "number": "7.4.4" + }, + { + "id": "status-representation", + "level": 3, + "title": "Tracking Status Representation", + "number": "7.5" + }, + { + "id": "rep.status-object", + "level": 4, + "title": "Status Object", + "number": "7.5.1" + }, + { + "id": "rep.tracking", + "level": 4, + "title": "Tracking Property", + "number": "7.5.2" + }, + { + "id": "rep.compliance", + "level": 4, + "title": "Compliance Property", + "number": "7.5.3" + }, + { + "id": "rep.qualifiers", + "level": 4, + "title": "Qualifiers Property", + "number": "7.5.4" + }, + { + "id": "rep.controller", + "level": 4, + "title": "Controller Property", + "number": "7.5.5" + }, + { + "id": "rep.same-party", + "level": 4, + "title": "Same-party Property", + "number": "7.5.6" + }, + { + "id": "rep.audit", + "level": 4, + "title": "Audit Property", + "number": "7.5.7" + }, + { + "id": "rep.policy", + "level": 4, + "title": "Policy Property", + "number": "7.5.8" + }, + { + "id": "rep.config", + "level": 4, + "title": "Config Property", + "number": "7.5.9" + }, + { + "id": "rep.extension", + "level": 4, + "title": "Extensions to the Status Object", + "number": "7.5.10" + }, + { + "id": "response-error", + "level": 3, + "title": "Status Code for Tracking Required", + "number": "7.6" + }, + { + "id": "use-cases", + "level": 2, + "title": "Use Cases", + "number": "8" + }, + { + "id": "using-deployment", + "level": 3, + "title": "Discovering Deployment", + "number": "8.1" + }, + { + "id": "using-preflight", + "level": 3, + "title": "Preflight Checks", + "number": "8.2" + }, + { + "id": "security", + "level": 2, + "title": "Security Considerations", + "number": "9" + }, + { + "id": "privacy", + "level": 2, + "title": "10. Privacy Considerations" + }, + { + "id": "privacy.not-preconfigured", + "level": 3, + "title": "Why DNT:1 is Not Preconfigured by Default", + "number": "10.1" + }, + { + "id": "privacy.fingerprinting", + "level": 3, + "title": "Fingerprinting", + "number": "10.2" + }, + { + "id": "privacy.history", + "level": 3, + "title": "Stored Exceptions are Stored History", + "number": "10.3" + }, + { + "id": "acks", + "level": 2, + "title": "Acknowledgements", + "number": "A" + }, + { + "id": "registrations", + "level": 2, + "title": "Registrations", + "number": "B" + }, + { + "id": "reg.tracking-status.json", + "level": 3, + "title": "Registration of application/tracking-status+json", + "number": "B.1" + }, + { + "id": "reg.DNT", + "level": 3, + "title": "Registration of DNT Header Field", + "number": "B.2" + }, + { + "id": "reg.Tk", + "level": 3, + "title": "Registration of Tk Header Field", + "number": "B.3" + }, + { + "id": "reg.well-known.dnt", + "level": 3, + "title": "Registration of URI /.well-known/dnt", + "number": "B.4" + }, + { + "id": "changes", + "level": 2, + "title": "Changes", + "number": "C" + }, + { + "id": "changes-CR2", + "level": 3, + "title": "Since Second CR", + "number": "C.1" + }, + { + "id": "changes-CR1", + "level": 3, + "title": "Since First CR", + "number": "C.2" + }, + { + "id": "references", + "level": 2, + "title": "References", + "number": "D" + }, + { + "id": "normative-references", + "level": 3, + "title": "Normative references", + "number": "D.1" + }, + { + "id": "informative-references", + "level": 3, + "title": "Informative references", + "number": "D.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/ua-client-hints.json b/tr/headings/ua-client-hints.json index bb54f32e4f68..afc417542841 100644 --- a/tr/headings/ua-client-hints.json +++ b/tr/headings/ua-client-hints.json @@ -10,9 +10,9 @@ "title": "User-Agent Client Hints" }, { - "id": "subtitle", + "id": "profile-and-date", "level": 2, - "title": "Draft Community Group Report, 14 April 2021" + "title": "Draft Community Group Report, 26 April 2021" }, { "id": "abstract", @@ -143,6 +143,12 @@ "title": "getHighEntropyValues method", "number": "4.1.5" }, + { + "id": "toJSON", + "level": 4, + "title": "toJSON method", + "number": "4.1.6" + }, { "id": "security-privacy", "level": 2, diff --git a/tr/headings/web-bluetooth.json b/tr/headings/web-bluetooth.json index 0bf8ba1057fd..752b4f425c71 100644 --- a/tr/headings/web-bluetooth.json +++ b/tr/headings/web-bluetooth.json @@ -10,9 +10,9 @@ "title": "Web Bluetooth" }, { - "id": "subtitle", + "id": "profile-and-date", "level": 2, - "title": "Draft Community Group Report, 31 March 2021" + "title": "Draft Community Group Report, 29 April 2021" }, { "id": "abstract", diff --git a/tr/headings/webcodecs.json b/tr/headings/webcodecs.json index b8d8d6724401..ac01d2c6bd9b 100644 --- a/tr/headings/webcodecs.json +++ b/tr/headings/webcodecs.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "headings": [ { @@ -12,7 +12,7 @@ { "id": "profile-and-date", "level": 2, - "title": "Editorā€™s Draft, 23 April 2021" + "title": "W3C Working Draft, 30 April 2021" }, { "id": "abstract", diff --git a/tr/headings/webrtc-encoded-transform.json b/tr/headings/webrtc-encoded-transform.json index 069d68fb6def..f446f82dc020 100644 --- a/tr/headings/webrtc-encoded-transform.json +++ b/tr/headings/webrtc-encoded-transform.json @@ -12,7 +12,7 @@ { "id": "profile-and-date", "level": 2, - "title": "Editorā€™s Draft, 22 April 2021" + "title": "Editorā€™s Draft, 29 April 2021" }, { "id": "abstract", diff --git a/tr/headings/webtransport.json b/tr/headings/webtransport.json index f72b34e7fd4d..f04f45fc2f98 100644 --- a/tr/headings/webtransport.json +++ b/tr/headings/webtransport.json @@ -12,7 +12,7 @@ { "id": "profile-and-date", "level": 2, - "title": "Editorā€™s Draft, 20 April 2021" + "title": "Editorā€™s Draft, 28 April 2021" }, { "id": "abstract", @@ -125,11 +125,17 @@ "title": "DatagramDuplexStream Interface", "number": "7" }, + { + "id": "datagramduplexstream-internal-slots", + "level": 3, + "title": "Internal slots", + "number": "7.1" + }, { "id": "duplex-stream-attributes", "level": 3, "title": "Attributes", - "number": "7.1" + "number": "7.2" }, { "id": "web-transport", diff --git a/tr/idl/construct-stylesheets.idl b/tr/idl/construct-stylesheets.idl index 7b65cb98bddc..249af0393026 100644 --- a/tr/idl/construct-stylesheets.idl +++ b/tr/idl/construct-stylesheets.idl @@ -6,7 +6,7 @@ partial interface CSSStyleSheet { constructor(optional CSSStyleSheetInit options = {}); Promise replace(USVString text); - void replaceSync(USVString text); + undefined replaceSync(USVString text); }; dictionary CSSStyleSheetInit { diff --git a/tr/idl/gpuweb.idl b/tr/idl/gpuweb.idl index 4ea7642db924..53bff4fbc771 100644 --- a/tr/idl/gpuweb.idl +++ b/tr/idl/gpuweb.idl @@ -436,6 +436,17 @@ dictionary GPUPipelineLayoutDescriptor : GPUObjectDescriptorBase { required sequence bindGroupLayouts; }; +[Exposed=Window, Serializable] +interface GPUShaderModule { + Promise compilationInfo(); +}; +GPUShaderModule includes GPUObjectBase; + +dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase { + required USVString code; + object sourceMap; +}; + enum GPUCompilationMessageType { "error", "warning", @@ -448,6 +459,8 @@ interface GPUCompilationMessage { readonly attribute GPUCompilationMessageType type; readonly attribute unsigned long long lineNum; readonly attribute unsigned long long linePos; + readonly attribute unsigned long long offset; + readonly attribute unsigned long long length; }; [Exposed=Window, Serializable] @@ -455,17 +468,6 @@ interface GPUCompilationInfo { readonly attribute FrozenArray messages; }; -[Exposed=Window, Serializable] -interface GPUShaderModule { - Promise compilationInfo(); -}; -GPUShaderModule includes GPUObjectBase; - -dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase { - required USVString code; - object sourceMap; -}; - dictionary GPUPipelineDescriptorBase : GPUObjectDescriptorBase { GPUPipelineLayout layout; }; @@ -765,8 +767,8 @@ dictionary GPUImageCopyTexture { GPUTextureAspect aspect = "all"; }; -dictionary GPUImageCopyImageBitmap { - required ImageBitmap imageBitmap; +dictionary GPUImageCopyExternalImage { + required (ImageBitmap or HTMLCanvasElement or OffscreenCanvas) source; GPUOrigin2D origin = {}; }; @@ -923,8 +925,8 @@ interface GPUQueue { GPUImageDataLayout dataLayout, GPUExtent3D size); - undefined copyImageBitmapToTexture( - GPUImageCopyImageBitmap source, + undefined copyExternalImageToTexture( + GPUImageCopyExternalImage source, GPUImageCopyTexture destination, GPUExtent3D copySize); }; diff --git a/tr/idl/html.idl b/tr/idl/html.idl index c070f2482732..d9dd82b37f32 100644 --- a/tr/idl/html.idl +++ b/tr/idl/html.idl @@ -1411,6 +1411,10 @@ enum CanvasLineJoin { "round", "bevel", "miter" }; enum CanvasTextAlign { "start", "end", "left", "right", "center" }; enum CanvasTextBaseline { "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" }; enum CanvasDirection { "ltr", "rtl", "inherit" }; +enum CanvasFontKerning { "auto", "normal", "none" }; +enum CanvasFontStretch { "ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded" }; +enum CanvasFontVariantCaps { "normal", "small-caps", "all-small-caps", "petite-caps", "all-petite-caps", "unicase", "titling-caps" }; +enum CanvasTextRendering { "auto", "optimizeSpeed", "optimizeLegibility", "geometricPrecision" }; interface mixin CanvasPathDrawingStyles { // line caps/joins @@ -1431,6 +1435,12 @@ interface mixin CanvasTextDrawingStyles { attribute CanvasTextAlign textAlign; // (default: "start") attribute CanvasTextBaseline textBaseline; // (default: "alphabetic") attribute CanvasDirection direction; // (default: "inherit") + attribute double textLetterSpacing; // (default: 0) + attribute double textWordSpacing; // (default: 0) + attribute CanvasFontKerning fontKerning; // (default: "auto") + attribute CanvasFontStretch fontStretch; // (default: "normal") + attribute CanvasFontVariantCaps fontVariantCaps; // (default: "normal") + attribute CanvasTextRendering textRendering; // (default: "normal") }; interface mixin CanvasPath { diff --git a/tr/idl/payment-handler.idl b/tr/idl/payment-handler.idl index 08c1ade2e05c..4b32c81ea128 100644 --- a/tr/idl/payment-handler.idl +++ b/tr/idl/payment-handler.idl @@ -11,16 +11,24 @@ partial interface ServiceWorkerRegistration { interface PaymentManager { [SameObject] readonly attribute PaymentInstruments instruments; attribute DOMString userHint; + Promise enableDelegations(sequence delegations); +}; + +enum PaymentDelegation { + "shippingAddress", + "payerName", + "payerPhone", + "payerEmail" }; [SecureContext, Exposed=(Window,Worker)] interface PaymentInstruments { - Promise delete(DOMString instrumentKey); - Promise get(DOMString instrumentKey); - Promise> keys(); - Promise has(DOMString instrumentKey); - Promise set(DOMString instrumentKey, PaymentInstrument details); - Promise clear(); + Promise delete(DOMString instrumentKey); + Promise get(DOMString instrumentKey); + Promise> keys(); + Promise has(DOMString instrumentKey); + Promise set(DOMString instrumentKey, PaymentInstrument details); + Promise clear(); }; dictionary PaymentInstrument { @@ -42,11 +50,11 @@ partial interface ServiceWorkerGlobalScope { [Exposed=ServiceWorker] interface CanMakePaymentEvent : ExtendableEvent { - constructor(DOMString type, CanMakePaymentEventInit eventInitDict); + constructor(DOMString type, optional CanMakePaymentEventInit eventInitDict = {}); readonly attribute USVString topOrigin; readonly attribute USVString paymentRequestOrigin; readonly attribute FrozenArray methodData; - void respondWith(Promise canMakePaymentResponse); + undefined respondWith(Promise canMakePaymentResponse); }; dictionary CanMakePaymentEventInit : ExtendableEventInit { @@ -59,16 +67,18 @@ partial interface ServiceWorkerGlobalScope { attribute EventHandler onpaymentrequest; }; -dictionary PaymentMethodChangeResponse { +dictionary PaymentRequestDetailsUpdate { DOMString error; PaymentCurrencyAmount total; - FrozenArray modifiers; + sequence modifiers; + sequence shippingOptions; object paymentMethodErrors; + AddressErrors shippingAddressErrors; }; [Exposed=ServiceWorker] interface PaymentRequestEvent : ExtendableEvent { - constructor(DOMString type, PaymentRequestEventInit eventInitDict); + constructor(DOMString type, optional PaymentRequestEventInit eventInitDict = {}); readonly attribute USVString topOrigin; readonly attribute USVString paymentRequestOrigin; readonly attribute DOMString paymentRequestId; @@ -77,9 +87,13 @@ interface PaymentRequestEvent : ExtendableEvent { readonly attribute FrozenArray modifiers; readonly attribute DOMString instrumentKey; readonly attribute boolean requestBillingAddress; + readonly attribute object? paymentOptions; + readonly attribute FrozenArray? shippingOptions; Promise openWindow(USVString url); - Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null); - void respondWith(Promise handlerResponsePromise); + Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null); + Promise changeShippingAddress(optional AddressInit shippingAddress = {}); + Promise changeShippingOption(DOMString shippingOption); + undefined respondWith(Promise handlerResponsePromise); }; dictionary PaymentRequestEventInit : ExtendableEventInit { @@ -90,9 +104,16 @@ dictionary PaymentRequestEventInit : ExtendableEventInit { PaymentCurrencyAmount total; sequence modifiers; DOMString instrumentKey; + PaymentOptions paymentOptions; + sequence shippingOptions; }; dictionary PaymentHandlerResponse { DOMString methodName; object details; +DOMString? payerName; +DOMString? payerEmail; +DOMString? payerPhone; +AddressInit shippingAddress; +DOMString? shippingOption; }; diff --git a/tr/idl/tracking-dnt.idl b/tr/idl/tracking-dnt.idl new file mode 100644 index 000000000000..929708453980 --- /dev/null +++ b/tr/idl/tracking-dnt.idl @@ -0,0 +1,37 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) + +partial interface Navigator { + readonly attribute DOMString? doNotTrack; +}; + +partial interface Navigator { + Promise storeTrackingException ( + TrackingExData properties + ); +}; +dictionary TrackingExData { + DOMString? site; + sequence? targets; + DOMString? name; + DOMString? explanation; + DOMString? details; + long? maxAge; +}; +dictionary TrackingExResult { + boolean isSiteWide; +}; + +partial interface Navigator { + Promise removeTrackingException ( + TrackingExData properties + ); +}; + +partial interface Navigator { + Promise trackingExceptionExists ( + TrackingExData properties + ); +}; diff --git a/tr/idl/ua-client-hints.idl b/tr/idl/ua-client-hints.idl index d63aac99ee46..e5ff0cf36d7c 100644 --- a/tr/idl/ua-client-hints.idl +++ b/tr/idl/ua-client-hints.idl @@ -19,12 +19,19 @@ dictionary UADataValues { DOMString uaFullVersion; }; +dictionary UALowEntropyJSON { + FrozenArray brands; + boolean mobile; + DOMString platform; +}; + [Exposed=(Window,Worker)] interface NavigatorUAData { readonly attribute FrozenArray brands; readonly attribute boolean mobile; readonly attribute DOMString platform; Promise getHighEntropyValues(sequence hints); + UALowEntropyJSON toJSON(); }; interface mixin NavigatorUA { diff --git a/tr/idl/web-bluetooth.idl b/tr/idl/web-bluetooth.idl index 68decfa6ca99..fbd029770943 100644 --- a/tr/idl/web-bluetooth.idl +++ b/tr/idl/web-bluetooth.idl @@ -8,14 +8,20 @@ dictionary BluetoothDataFilterInit { BufferSource mask; }; +dictionary BluetoothManufacturerDataFilterInit : BluetoothDataFilterInit { + required [EnforceRange] unsigned short companyIdentifier; +}; + +dictionary BluetoothServiceDataFilterInit : BluetoothDataFilterInit { + required BluetoothServiceUUID service; +}; + dictionary BluetoothLEScanFilterInit { sequence services; DOMString name; DOMString namePrefix; - // Maps unsigned shorts to BluetoothDataFilters. - object manufacturerData; - // Maps BluetoothServiceUUIDs to BluetoothDataFilters. - object serviceData; + sequence manufacturerData; + sequence serviceData; }; dictionary RequestDeviceOptions { diff --git a/tr/idl/webcodecs.idl b/tr/idl/webcodecs.idl index f846edbcc390..8880569db542 100644 --- a/tr/idl/webcodecs.idl +++ b/tr/idl/webcodecs.idl @@ -1,7 +1,7 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface AudioDecoder { diff --git a/tr/idl/webrtc-encoded-transform.idl b/tr/idl/webrtc-encoded-transform.idl index 253fab1ba029..2ceb9355b02a 100644 --- a/tr/idl/webrtc-encoded-transform.idl +++ b/tr/idl/webrtc-encoded-transform.idl @@ -9,21 +9,14 @@ dictionary RTCInsertableStreams { WritableStream writable; }; -// New fields in RTCConfiguration -partial dictionary RTCConfiguration { - boolean encodedInsertableStreams = false; -}; - typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform; // New methods for RTCRtpSender and RTCRtpReceiver partial interface RTCRtpSender { - RTCInsertableStreams createEncodedStreams(); attribute RTCRtpTransform? transform; }; partial interface RTCRtpReceiver { - RTCInsertableStreams createEncodedStreams(); attribute RTCRtpTransform? transform; }; diff --git a/tr/idlnames.json b/tr/idlnames.json index ad8746d9669a..c697bcfb1480 100644 --- a/tr/idlnames.json +++ b/tr/idlnames.json @@ -527,6 +527,10 @@ "fragment": "idlnames/BlobPropertyBag.idl", "parsed": "idlnamesparsed/BlobPropertyBag.json" }, + "BlockFragmentationType": { + "fragment": "idlnames/BlockFragmentationType.idl", + "parsed": "idlnamesparsed/BlockFragmentationType.json" + }, "Bluetooth": { "fragment": "idlnames/Bluetooth.idl", "parsed": "idlnamesparsed/Bluetooth.json" @@ -567,6 +571,10 @@ "fragment": "idlnames/BluetoothLEScanFilterInit.idl", "parsed": "idlnamesparsed/BluetoothLEScanFilterInit.json" }, + "BluetoothManufacturerDataFilterInit": { + "fragment": "idlnames/BluetoothManufacturerDataFilterInit.idl", + "parsed": "idlnamesparsed/BluetoothManufacturerDataFilterInit.json" + }, "BluetoothManufacturerDataMap": { "fragment": "idlnames/BluetoothManufacturerDataMap.idl", "parsed": "idlnamesparsed/BluetoothManufacturerDataMap.json" @@ -599,6 +607,10 @@ "fragment": "idlnames/BluetoothRemoteGATTService.idl", "parsed": "idlnamesparsed/BluetoothRemoteGATTService.json" }, + "BluetoothServiceDataFilterInit": { + "fragment": "idlnames/BluetoothServiceDataFilterInit.idl", + "parsed": "idlnamesparsed/BluetoothServiceDataFilterInit.json" + }, "BluetoothServiceDataMap": { "fragment": "idlnames/BluetoothServiceDataMap.idl", "parsed": "idlnamesparsed/BluetoothServiceDataMap.json" @@ -619,6 +631,18 @@ "fragment": "idlnames/BodyInit.idl", "parsed": "idlnamesparsed/BodyInit.json" }, + "BreakToken": { + "fragment": "idlnames/BreakToken.idl", + "parsed": "idlnamesparsed/BreakToken.json" + }, + "BreakTokenOptions": { + "fragment": "idlnames/BreakTokenOptions.idl", + "parsed": "idlnamesparsed/BreakTokenOptions.json" + }, + "BreakType": { + "fragment": "idlnames/BreakType.idl", + "parsed": "idlnamesparsed/BreakType.json" + }, "BroadcastChannel": { "fragment": "idlnames/BroadcastChannel.idl", "parsed": "idlnamesparsed/BroadcastChannel.json" @@ -955,6 +979,18 @@ "fragment": "idlnames/CanvasFilters.idl", "parsed": "idlnamesparsed/CanvasFilters.json" }, + "CanvasFontKerning": { + "fragment": "idlnames/CanvasFontKerning.idl", + "parsed": "idlnamesparsed/CanvasFontKerning.json" + }, + "CanvasFontStretch": { + "fragment": "idlnames/CanvasFontStretch.idl", + "parsed": "idlnamesparsed/CanvasFontStretch.json" + }, + "CanvasFontVariantCaps": { + "fragment": "idlnames/CanvasFontVariantCaps.idl", + "parsed": "idlnamesparsed/CanvasFontVariantCaps.json" + }, "CanvasGradient": { "fragment": "idlnames/CanvasGradient.idl", "parsed": "idlnamesparsed/CanvasGradient.json" @@ -1027,6 +1063,10 @@ "fragment": "idlnames/CanvasTextDrawingStyles.idl", "parsed": "idlnamesparsed/CanvasTextDrawingStyles.json" }, + "CanvasTextRendering": { + "fragment": "idlnames/CanvasTextRendering.idl", + "parsed": "idlnamesparsed/CanvasTextRendering.json" + }, "CanvasTransform": { "fragment": "idlnames/CanvasTransform.idl", "parsed": "idlnamesparsed/CanvasTransform.json" @@ -1067,6 +1107,14 @@ "fragment": "idlnames/CharacteristicEventHandlers.idl", "parsed": "idlnamesparsed/CharacteristicEventHandlers.json" }, + "ChildBreakToken": { + "fragment": "idlnames/ChildBreakToken.idl", + "parsed": "idlnamesparsed/ChildBreakToken.json" + }, + "ChildDisplayType": { + "fragment": "idlnames/ChildDisplayType.idl", + "parsed": "idlnamesparsed/ChildDisplayType.json" + }, "ChildNode": { "fragment": "idlnames/ChildNode.idl", "parsed": "idlnamesparsed/ChildNode.json" @@ -2115,6 +2163,10 @@ "fragment": "idlnames/FragmentDirective.idl", "parsed": "idlnamesparsed/FragmentDirective.json" }, + "FragmentResultOptions": { + "fragment": "idlnames/FragmentResultOptions.idl", + "parsed": "idlnamesparsed/FragmentResultOptions.json" + }, "FrameRequestCallback": { "fragment": "idlnames/FrameRequestCallback.idl", "parsed": "idlnamesparsed/FrameRequestCallback.json" @@ -2439,9 +2491,9 @@ "fragment": "idlnames/GPUImageCopyBuffer.idl", "parsed": "idlnamesparsed/GPUImageCopyBuffer.json" }, - "GPUImageCopyImageBitmap": { - "fragment": "idlnames/GPUImageCopyImageBitmap.idl", - "parsed": "idlnamesparsed/GPUImageCopyImageBitmap.json" + "GPUImageCopyExternalImage": { + "fragment": "idlnames/GPUImageCopyExternalImage.idl", + "parsed": "idlnamesparsed/GPUImageCopyExternalImage.json" }, "GPUImageCopyTexture": { "fragment": "idlnames/GPUImageCopyTexture.idl", @@ -3523,6 +3575,18 @@ "fragment": "idlnames/InterventionReportBody.idl", "parsed": "idlnamesparsed/InterventionReportBody.json" }, + "IntrinsicSizes": { + "fragment": "idlnames/IntrinsicSizes.idl", + "parsed": "idlnamesparsed/IntrinsicSizes.json" + }, + "IntrinsicSizesRequest": { + "fragment": "idlnames/IntrinsicSizesRequest.idl", + "parsed": "idlnamesparsed/IntrinsicSizesRequest.json" + }, + "IntrinsicSizesResultOptions": { + "fragment": "idlnames/IntrinsicSizesResultOptions.idl", + "parsed": "idlnamesparsed/IntrinsicSizesResultOptions.json" + }, "IsInputPendingOptions": { "fragment": "idlnames/IsInputPendingOptions.idl", "parsed": "idlnamesparsed/IsInputPendingOptions.json" @@ -3583,6 +3647,42 @@ "fragment": "idlnames/LargestContentfulPaint.idl", "parsed": "idlnamesparsed/LargestContentfulPaint.json" }, + "LayoutChild": { + "fragment": "idlnames/LayoutChild.idl", + "parsed": "idlnamesparsed/LayoutChild.json" + }, + "LayoutConstraints": { + "fragment": "idlnames/LayoutConstraints.idl", + "parsed": "idlnamesparsed/LayoutConstraints.json" + }, + "LayoutConstraintsOptions": { + "fragment": "idlnames/LayoutConstraintsOptions.idl", + "parsed": "idlnamesparsed/LayoutConstraintsOptions.json" + }, + "LayoutEdgeSizes": { + "fragment": "idlnames/LayoutEdgeSizes.idl", + "parsed": "idlnamesparsed/LayoutEdgeSizes.json" + }, + "LayoutEdges": { + "fragment": "idlnames/LayoutEdges.idl", + "parsed": "idlnamesparsed/LayoutEdges.json" + }, + "LayoutFragment": { + "fragment": "idlnames/LayoutFragment.idl", + "parsed": "idlnamesparsed/LayoutFragment.json" + }, + "LayoutFragmentRequest": { + "fragment": "idlnames/LayoutFragmentRequest.idl", + "parsed": "idlnamesparsed/LayoutFragmentRequest.json" + }, + "LayoutFragmentRequestOrIntrinsicSizesRequest": { + "fragment": "idlnames/LayoutFragmentRequestOrIntrinsicSizesRequest.idl", + "parsed": "idlnamesparsed/LayoutFragmentRequestOrIntrinsicSizesRequest.json" + }, + "LayoutOptions": { + "fragment": "idlnames/LayoutOptions.idl", + "parsed": "idlnamesparsed/LayoutOptions.json" + }, "LayoutShift": { "fragment": "idlnames/LayoutShift.idl", "parsed": "idlnamesparsed/LayoutShift.json" @@ -3591,6 +3691,14 @@ "fragment": "idlnames/LayoutShiftAttribution.idl", "parsed": "idlnamesparsed/LayoutShiftAttribution.json" }, + "LayoutSizingMode": { + "fragment": "idlnames/LayoutSizingMode.idl", + "parsed": "idlnamesparsed/LayoutSizingMode.json" + }, + "LayoutWorkletGlobalScope": { + "fragment": "idlnames/LayoutWorkletGlobalScope.idl", + "parsed": "idlnamesparsed/LayoutWorkletGlobalScope.json" + }, "LineAlignSetting": { "fragment": "idlnames/LineAlignSetting.idl", "parsed": "idlnamesparsed/LineAlignSetting.json" @@ -4555,6 +4663,10 @@ "fragment": "idlnames/PaymentCurrencyAmount.idl", "parsed": "idlnamesparsed/PaymentCurrencyAmount.json" }, + "PaymentDelegation": { + "fragment": "idlnames/PaymentDelegation.idl", + "parsed": "idlnamesparsed/PaymentDelegation.json" + }, "PaymentDetailsBase": { "fragment": "idlnames/PaymentDetailsBase.idl", "parsed": "idlnamesparsed/PaymentDetailsBase.json" @@ -4599,10 +4711,6 @@ "fragment": "idlnames/PaymentMethodChangeEventInit.idl", "parsed": "idlnamesparsed/PaymentMethodChangeEventInit.json" }, - "PaymentMethodChangeResponse": { - "fragment": "idlnames/PaymentMethodChangeResponse.idl", - "parsed": "idlnamesparsed/PaymentMethodChangeResponse.json" - }, "PaymentMethodData": { "fragment": "idlnames/PaymentMethodData.idl", "parsed": "idlnamesparsed/PaymentMethodData.json" @@ -4615,6 +4723,10 @@ "fragment": "idlnames/PaymentRequest.idl", "parsed": "idlnamesparsed/PaymentRequest.json" }, + "PaymentRequestDetailsUpdate": { + "fragment": "idlnames/PaymentRequestDetailsUpdate.idl", + "parsed": "idlnamesparsed/PaymentRequestDetailsUpdate.json" + }, "PaymentRequestEvent": { "fragment": "idlnames/PaymentRequestEvent.idl", "parsed": "idlnamesparsed/PaymentRequestEvent.json" @@ -5835,6 +5947,34 @@ "fragment": "idlnames/ResidentKeyRequirement.idl", "parsed": "idlnamesparsed/ResidentKeyRequirement.json" }, + "ResizeObservation": { + "fragment": "idlnames/ResizeObservation.idl", + "parsed": "idlnamesparsed/ResizeObservation.json" + }, + "ResizeObserver": { + "fragment": "idlnames/ResizeObserver.idl", + "parsed": "idlnamesparsed/ResizeObserver.json" + }, + "ResizeObserverBoxOptions": { + "fragment": "idlnames/ResizeObserverBoxOptions.idl", + "parsed": "idlnamesparsed/ResizeObserverBoxOptions.json" + }, + "ResizeObserverCallback": { + "fragment": "idlnames/ResizeObserverCallback.idl", + "parsed": "idlnamesparsed/ResizeObserverCallback.json" + }, + "ResizeObserverEntry": { + "fragment": "idlnames/ResizeObserverEntry.idl", + "parsed": "idlnamesparsed/ResizeObserverEntry.json" + }, + "ResizeObserverOptions": { + "fragment": "idlnames/ResizeObserverOptions.idl", + "parsed": "idlnamesparsed/ResizeObserverOptions.json" + }, + "ResizeObserverSize": { + "fragment": "idlnames/ResizeObserverSize.idl", + "parsed": "idlnamesparsed/ResizeObserverSize.json" + }, "ResizeQuality": { "fragment": "idlnames/ResizeQuality.idl", "parsed": "idlnamesparsed/ResizeQuality.json" @@ -6799,6 +6939,14 @@ "fragment": "idlnames/TrackEventInit.idl", "parsed": "idlnamesparsed/TrackEventInit.json" }, + "TrackingExData": { + "fragment": "idlnames/TrackingExData.idl", + "parsed": "idlnamesparsed/TrackingExData.json" + }, + "TrackingExResult": { + "fragment": "idlnames/TrackingExResult.idl", + "parsed": "idlnamesparsed/TrackingExResult.json" + }, "TransferFunction": { "fragment": "idlnames/TransferFunction.idl", "parsed": "idlnamesparsed/TransferFunction.json" @@ -6875,6 +7023,10 @@ "fragment": "idlnames/UADataValues.idl", "parsed": "idlnamesparsed/UADataValues.json" }, + "UALowEntropyJSON": { + "fragment": "idlnames/UALowEntropyJSON.idl", + "parsed": "idlnamesparsed/UALowEntropyJSON.json" + }, "UIEvent": { "fragment": "idlnames/UIEvent.idl", "parsed": "idlnamesparsed/UIEvent.json" diff --git a/tr/idlnames/AudioDecoder.idl b/tr/idlnames/AudioDecoder.idl index 76c52518939c..1ca91acb3f07 100644 --- a/tr/idlnames/AudioDecoder.idl +++ b/tr/idlnames/AudioDecoder.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface AudioDecoder { constructor(AudioDecoderInit init); diff --git a/tr/idlnames/AudioDecoderConfig.idl b/tr/idlnames/AudioDecoderConfig.idl index 41c47a5dcf86..fec96e432d4d 100644 --- a/tr/idlnames/AudioDecoderConfig.idl +++ b/tr/idlnames/AudioDecoderConfig.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioDecoderConfig { required DOMString codec; required unsigned long sampleRate; diff --git a/tr/idlnames/AudioDecoderInit.idl b/tr/idlnames/AudioDecoderInit.idl index 4374060d4ab9..d9411e21a13a 100644 --- a/tr/idlnames/AudioDecoderInit.idl +++ b/tr/idlnames/AudioDecoderInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioDecoderInit { required AudioFrameOutputCallback output; required WebCodecsErrorCallback error; diff --git a/tr/idlnames/AudioDecoderSupport.idl b/tr/idlnames/AudioDecoderSupport.idl index 1da58ef028dd..b2a682b25032 100644 --- a/tr/idlnames/AudioDecoderSupport.idl +++ b/tr/idlnames/AudioDecoderSupport.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioDecoderSupport { boolean supported; AudioDecoderConfig config; diff --git a/tr/idlnames/AudioEncoder.idl b/tr/idlnames/AudioEncoder.idl index 3bf052044352..b904d1f33437 100644 --- a/tr/idlnames/AudioEncoder.idl +++ b/tr/idlnames/AudioEncoder.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface AudioEncoder { constructor(AudioEncoderInit init); diff --git a/tr/idlnames/AudioEncoderConfig.idl b/tr/idlnames/AudioEncoderConfig.idl index 713fb583844d..0128b58e7f26 100644 --- a/tr/idlnames/AudioEncoderConfig.idl +++ b/tr/idlnames/AudioEncoderConfig.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioEncoderConfig { required DOMString codec; unsigned long sampleRate; diff --git a/tr/idlnames/AudioEncoderInit.idl b/tr/idlnames/AudioEncoderInit.idl index 71e27ba36ce7..90b032c7f34d 100644 --- a/tr/idlnames/AudioEncoderInit.idl +++ b/tr/idlnames/AudioEncoderInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioEncoderInit { required EncodedAudioChunkOutputCallback output; required WebCodecsErrorCallback error; diff --git a/tr/idlnames/AudioEncoderSupport.idl b/tr/idlnames/AudioEncoderSupport.idl index 874f72b3024a..259c03ff6b99 100644 --- a/tr/idlnames/AudioEncoderSupport.idl +++ b/tr/idlnames/AudioEncoderSupport.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioEncoderSupport { boolean supported; AudioEncoderConfig config; diff --git a/tr/idlnames/AudioFrame.idl b/tr/idlnames/AudioFrame.idl index 6eee7be653f2..f195023c4b14 100644 --- a/tr/idlnames/AudioFrame.idl +++ b/tr/idlnames/AudioFrame.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface AudioFrame { constructor(AudioFrameInit init); diff --git a/tr/idlnames/AudioFrameInit.idl b/tr/idlnames/AudioFrameInit.idl index 65c9931abb7f..4b01781fca2b 100644 --- a/tr/idlnames/AudioFrameInit.idl +++ b/tr/idlnames/AudioFrameInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary AudioFrameInit { required unsigned long long timestamp; required AudioBuffer buffer; diff --git a/tr/idlnames/AudioFrameOutputCallback.idl b/tr/idlnames/AudioFrameOutputCallback.idl index 400c22857ecc..cab7c441ca1e 100644 --- a/tr/idlnames/AudioFrameOutputCallback.idl +++ b/tr/idlnames/AudioFrameOutputCallback.idl @@ -1,2 +1,2 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) callback AudioFrameOutputCallback = undefined(AudioFrame output); \ No newline at end of file diff --git a/tr/idlnames/BlockFragmentationType.idl b/tr/idlnames/BlockFragmentationType.idl new file mode 100644 index 000000000000..c25171049ae7 --- /dev/null +++ b/tr/idlnames/BlockFragmentationType.idl @@ -0,0 +1,2 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +enum BlockFragmentationType { "none", "page", "column", "region" }; \ No newline at end of file diff --git a/tr/idlnames/BluetoothLEScanFilterInit.idl b/tr/idlnames/BluetoothLEScanFilterInit.idl index 016b4f220ab4..27eee36381f6 100644 --- a/tr/idlnames/BluetoothLEScanFilterInit.idl +++ b/tr/idlnames/BluetoothLEScanFilterInit.idl @@ -3,8 +3,6 @@ dictionary BluetoothLEScanFilterInit { sequence services; DOMString name; DOMString namePrefix; - // Maps unsigned shorts to BluetoothDataFilters. - object manufacturerData; - // Maps BluetoothServiceUUIDs to BluetoothDataFilters. - object serviceData; + sequence manufacturerData; + sequence serviceData; }; \ No newline at end of file diff --git a/tr/idlnames/BluetoothManufacturerDataFilterInit.idl b/tr/idlnames/BluetoothManufacturerDataFilterInit.idl new file mode 100644 index 000000000000..60c15da189bc --- /dev/null +++ b/tr/idlnames/BluetoothManufacturerDataFilterInit.idl @@ -0,0 +1,4 @@ +// Source: Web Bluetooth (https://webbluetoothcg.github.io/web-bluetooth/) +dictionary BluetoothManufacturerDataFilterInit : BluetoothDataFilterInit { + required [EnforceRange] unsigned short companyIdentifier; +}; \ No newline at end of file diff --git a/tr/idlnames/BluetoothServiceDataFilterInit.idl b/tr/idlnames/BluetoothServiceDataFilterInit.idl new file mode 100644 index 000000000000..80c4796f0393 --- /dev/null +++ b/tr/idlnames/BluetoothServiceDataFilterInit.idl @@ -0,0 +1,4 @@ +// Source: Web Bluetooth (https://webbluetoothcg.github.io/web-bluetooth/) +dictionary BluetoothServiceDataFilterInit : BluetoothDataFilterInit { + required BluetoothServiceUUID service; +}; \ No newline at end of file diff --git a/tr/idlnames/BreakToken.idl b/tr/idlnames/BreakToken.idl new file mode 100644 index 000000000000..5b9723e245c5 --- /dev/null +++ b/tr/idlnames/BreakToken.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface BreakToken { + readonly attribute sequence childBreakTokens; + readonly attribute any data; +}; \ No newline at end of file diff --git a/tr/idlnames/BreakTokenOptions.idl b/tr/idlnames/BreakTokenOptions.idl new file mode 100644 index 000000000000..c4c55096f3c1 --- /dev/null +++ b/tr/idlnames/BreakTokenOptions.idl @@ -0,0 +1,5 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +dictionary BreakTokenOptions { + sequence childBreakTokens; + any data = null; +}; \ No newline at end of file diff --git a/tr/idlnames/BreakType.idl b/tr/idlnames/BreakType.idl new file mode 100644 index 000000000000..0bbd401833dd --- /dev/null +++ b/tr/idlnames/BreakType.idl @@ -0,0 +1,2 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +enum BreakType { "none", "line", "column", "page", "region" }; \ No newline at end of file diff --git a/tr/idlnames/CSS.idl b/tr/idlnames/CSS.idl index 2a846cc9c5bb..ade4291c689a 100644 --- a/tr/idlnames/CSS.idl +++ b/tr/idlnames/CSS.idl @@ -32,6 +32,11 @@ partial interface CSS { [SameObject] readonly attribute Map elementSources; }; +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +partial interface CSS { + [SameObject] readonly attribute Worklet layoutWorklet; +}; + // Source: CSS Painting API Level 1 (https://www.w3.org/TR/css-paint-api-1/) partial namespace CSS { [SameObject] readonly attribute Worklet paintWorklet; diff --git a/tr/idlnames/CSSStyleSheet.idl b/tr/idlnames/CSSStyleSheet.idl index f4bc7e4dbca4..f97a80e39736 100644 --- a/tr/idlnames/CSSStyleSheet.idl +++ b/tr/idlnames/CSSStyleSheet.idl @@ -2,5 +2,5 @@ partial interface CSSStyleSheet { constructor(optional CSSStyleSheetInit options = {}); Promise replace(USVString text); - void replaceSync(USVString text); + undefined replaceSync(USVString text); }; \ No newline at end of file diff --git a/tr/idlnames/CanMakePaymentEvent.idl b/tr/idlnames/CanMakePaymentEvent.idl index 782c2e2af384..85b81839b713 100644 --- a/tr/idlnames/CanMakePaymentEvent.idl +++ b/tr/idlnames/CanMakePaymentEvent.idl @@ -1,9 +1,9 @@ // Source: Payment Handler API (https://www.w3.org/TR/payment-handler/) [Exposed=ServiceWorker] interface CanMakePaymentEvent : ExtendableEvent { - constructor(DOMString type, CanMakePaymentEventInit eventInitDict); + constructor(DOMString type, optional CanMakePaymentEventInit eventInitDict = {}); readonly attribute USVString topOrigin; readonly attribute USVString paymentRequestOrigin; readonly attribute FrozenArray methodData; - void respondWith(Promise canMakePaymentResponse); + undefined respondWith(Promise canMakePaymentResponse); }; \ No newline at end of file diff --git a/tr/idlnames/CanvasFontKerning.idl b/tr/idlnames/CanvasFontKerning.idl new file mode 100644 index 000000000000..aac709fe14e5 --- /dev/null +++ b/tr/idlnames/CanvasFontKerning.idl @@ -0,0 +1,2 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +enum CanvasFontKerning { "auto", "normal", "none" }; \ No newline at end of file diff --git a/tr/idlnames/CanvasFontStretch.idl b/tr/idlnames/CanvasFontStretch.idl new file mode 100644 index 000000000000..c5a91f68cc2d --- /dev/null +++ b/tr/idlnames/CanvasFontStretch.idl @@ -0,0 +1,2 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +enum CanvasFontStretch { "ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded" }; \ No newline at end of file diff --git a/tr/idlnames/CanvasFontVariantCaps.idl b/tr/idlnames/CanvasFontVariantCaps.idl new file mode 100644 index 000000000000..160ec9465f98 --- /dev/null +++ b/tr/idlnames/CanvasFontVariantCaps.idl @@ -0,0 +1,2 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +enum CanvasFontVariantCaps { "normal", "small-caps", "all-small-caps", "petite-caps", "all-petite-caps", "unicase", "titling-caps" }; \ No newline at end of file diff --git a/tr/idlnames/CanvasTextDrawingStyles.idl b/tr/idlnames/CanvasTextDrawingStyles.idl index 6584836c9519..f643e02dacf0 100644 --- a/tr/idlnames/CanvasTextDrawingStyles.idl +++ b/tr/idlnames/CanvasTextDrawingStyles.idl @@ -5,4 +5,10 @@ interface mixin CanvasTextDrawingStyles { attribute CanvasTextAlign textAlign; // (default: "start") attribute CanvasTextBaseline textBaseline; // (default: "alphabetic") attribute CanvasDirection direction; // (default: "inherit") + attribute double textLetterSpacing; // (default: 0) + attribute double textWordSpacing; // (default: 0) + attribute CanvasFontKerning fontKerning; // (default: "auto") + attribute CanvasFontStretch fontStretch; // (default: "normal") + attribute CanvasFontVariantCaps fontVariantCaps; // (default: "normal") + attribute CanvasTextRendering textRendering; // (default: "normal") }; \ No newline at end of file diff --git a/tr/idlnames/CanvasTextRendering.idl b/tr/idlnames/CanvasTextRendering.idl new file mode 100644 index 000000000000..dcb1cb7abb06 --- /dev/null +++ b/tr/idlnames/CanvasTextRendering.idl @@ -0,0 +1,2 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +enum CanvasTextRendering { "auto", "optimizeSpeed", "optimizeLegibility", "geometricPrecision" }; \ No newline at end of file diff --git a/tr/idlnames/ChildBreakToken.idl b/tr/idlnames/ChildBreakToken.idl new file mode 100644 index 000000000000..e9437b504314 --- /dev/null +++ b/tr/idlnames/ChildBreakToken.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface ChildBreakToken { + readonly attribute BreakType breakType; + readonly attribute LayoutChild child; +}; \ No newline at end of file diff --git a/tr/idlnames/ChildDisplayType.idl b/tr/idlnames/ChildDisplayType.idl new file mode 100644 index 000000000000..48bf5f4e97e7 --- /dev/null +++ b/tr/idlnames/ChildDisplayType.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +enum ChildDisplayType { + "block", + "normal", +}; \ No newline at end of file diff --git a/tr/idlnames/CodecState.idl b/tr/idlnames/CodecState.idl index adcccad70fb8..76da6c968fda 100644 --- a/tr/idlnames/CodecState.idl +++ b/tr/idlnames/CodecState.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) enum CodecState { "unconfigured", "configured", diff --git a/tr/idlnames/EncodedAudioChunk.idl b/tr/idlnames/EncodedAudioChunk.idl index 7a500272396f..ff214abae674 100644 --- a/tr/idlnames/EncodedAudioChunk.idl +++ b/tr/idlnames/EncodedAudioChunk.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface EncodedAudioChunk { constructor(EncodedAudioChunkInit init); diff --git a/tr/idlnames/EncodedAudioChunkInit.idl b/tr/idlnames/EncodedAudioChunkInit.idl index 069cc3c096ac..47af2b1606f7 100644 --- a/tr/idlnames/EncodedAudioChunkInit.idl +++ b/tr/idlnames/EncodedAudioChunkInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary EncodedAudioChunkInit { required EncodedAudioChunkType type; required unsigned long long timestamp; diff --git a/tr/idlnames/EncodedAudioChunkOutputCallback.idl b/tr/idlnames/EncodedAudioChunkOutputCallback.idl index 72a64b666015..ec7432a5de67 100644 --- a/tr/idlnames/EncodedAudioChunkOutputCallback.idl +++ b/tr/idlnames/EncodedAudioChunkOutputCallback.idl @@ -1,2 +1,2 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) callback EncodedAudioChunkOutputCallback = undefined(EncodedAudioChunk output); \ No newline at end of file diff --git a/tr/idlnames/EncodedAudioChunkType.idl b/tr/idlnames/EncodedAudioChunkType.idl index 85273abac226..ce1909a67271 100644 --- a/tr/idlnames/EncodedAudioChunkType.idl +++ b/tr/idlnames/EncodedAudioChunkType.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) enum EncodedAudioChunkType { "key", "delta", diff --git a/tr/idlnames/EncodedVideoChunk.idl b/tr/idlnames/EncodedVideoChunk.idl index 5e64be2b54ba..3f03e3b3d690 100644 --- a/tr/idlnames/EncodedVideoChunk.idl +++ b/tr/idlnames/EncodedVideoChunk.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface EncodedVideoChunk { constructor(EncodedVideoChunkInit init); diff --git a/tr/idlnames/EncodedVideoChunkInit.idl b/tr/idlnames/EncodedVideoChunkInit.idl index 597752951368..68be425d59ee 100644 --- a/tr/idlnames/EncodedVideoChunkInit.idl +++ b/tr/idlnames/EncodedVideoChunkInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary EncodedVideoChunkInit { required EncodedVideoChunkType type; required unsigned long long timestamp; diff --git a/tr/idlnames/EncodedVideoChunkOutputCallback.idl b/tr/idlnames/EncodedVideoChunkOutputCallback.idl index 0575392079dc..ee31a09ef2cc 100644 --- a/tr/idlnames/EncodedVideoChunkOutputCallback.idl +++ b/tr/idlnames/EncodedVideoChunkOutputCallback.idl @@ -1,2 +1,2 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) callback EncodedVideoChunkOutputCallback = undefined(EncodedVideoChunk output, VideoDecoderConfig? output_config); \ No newline at end of file diff --git a/tr/idlnames/EncodedVideoChunkType.idl b/tr/idlnames/EncodedVideoChunkType.idl index 736483f56453..fa8a8527bb72 100644 --- a/tr/idlnames/EncodedVideoChunkType.idl +++ b/tr/idlnames/EncodedVideoChunkType.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) enum EncodedVideoChunkType { "key", "delta", diff --git a/tr/idlnames/FragmentResultOptions.idl b/tr/idlnames/FragmentResultOptions.idl new file mode 100644 index 000000000000..e6d7f6bd2f5a --- /dev/null +++ b/tr/idlnames/FragmentResultOptions.idl @@ -0,0 +1,10 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +// This is the final return value from the author defined layout() method. +dictionary FragmentResultOptions { + double inlineSize = 0; + double blockSize = 0; + double autoBlockSize = 0; + sequence childFragments = []; + any data = null; + BreakTokenOptions breakToken = null; +}; \ No newline at end of file diff --git a/tr/idlnames/GPUCompilationMessage.idl b/tr/idlnames/GPUCompilationMessage.idl index 213c96c9ac9d..3186598482e6 100644 --- a/tr/idlnames/GPUCompilationMessage.idl +++ b/tr/idlnames/GPUCompilationMessage.idl @@ -5,4 +5,6 @@ interface GPUCompilationMessage { readonly attribute GPUCompilationMessageType type; readonly attribute unsigned long long lineNum; readonly attribute unsigned long long linePos; + readonly attribute unsigned long long offset; + readonly attribute unsigned long long length; }; \ No newline at end of file diff --git a/tr/idlnames/GPUImageCopyExternalImage.idl b/tr/idlnames/GPUImageCopyExternalImage.idl new file mode 100644 index 000000000000..851d572be54f --- /dev/null +++ b/tr/idlnames/GPUImageCopyExternalImage.idl @@ -0,0 +1,5 @@ +// Source: WebGPU (https://gpuweb.github.io/gpuweb/) +dictionary GPUImageCopyExternalImage { + required (ImageBitmap or HTMLCanvasElement or OffscreenCanvas) source; + GPUOrigin2D origin = {}; +}; \ No newline at end of file diff --git a/tr/idlnames/GPUQueue.idl b/tr/idlnames/GPUQueue.idl index 73ebdf9d078e..17cd3791efa6 100644 --- a/tr/idlnames/GPUQueue.idl +++ b/tr/idlnames/GPUQueue.idl @@ -18,8 +18,8 @@ interface GPUQueue { GPUImageDataLayout dataLayout, GPUExtent3D size); - undefined copyImageBitmapToTexture( - GPUImageCopyImageBitmap source, + undefined copyExternalImageToTexture( + GPUImageCopyExternalImage source, GPUImageCopyTexture destination, GPUExtent3D copySize); }; diff --git a/tr/idlnames/HardwareAcceleration.idl b/tr/idlnames/HardwareAcceleration.idl index 90fbedc40888..efc1f07a019d 100644 --- a/tr/idlnames/HardwareAcceleration.idl +++ b/tr/idlnames/HardwareAcceleration.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) enum HardwareAcceleration { "allow", "deny", diff --git a/tr/idlnames/IntrinsicSizes.idl b/tr/idlnames/IntrinsicSizes.idl new file mode 100644 index 000000000000..dd040f8916c9 --- /dev/null +++ b/tr/idlnames/IntrinsicSizes.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface IntrinsicSizes { + readonly attribute double minContentSize; + readonly attribute double maxContentSize; +}; \ No newline at end of file diff --git a/tr/idlnames/IntrinsicSizesRequest.idl b/tr/idlnames/IntrinsicSizesRequest.idl new file mode 100644 index 000000000000..d30acc3851c3 --- /dev/null +++ b/tr/idlnames/IntrinsicSizesRequest.idl @@ -0,0 +1,4 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface IntrinsicSizesRequest { +}; \ No newline at end of file diff --git a/tr/idlnames/IntrinsicSizesResultOptions.idl b/tr/idlnames/IntrinsicSizesResultOptions.idl new file mode 100644 index 000000000000..b862722accfc --- /dev/null +++ b/tr/idlnames/IntrinsicSizesResultOptions.idl @@ -0,0 +1,5 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +dictionary IntrinsicSizesResultOptions { + double maxContentSize; + double minContentSize; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutChild.idl b/tr/idlnames/LayoutChild.idl new file mode 100644 index 000000000000..59d5383d14b7 --- /dev/null +++ b/tr/idlnames/LayoutChild.idl @@ -0,0 +1,8 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface LayoutChild { + readonly attribute StylePropertyMapReadOnly styleMap; + + IntrinsicSizesRequest intrinsicSizes(); + LayoutFragmentRequest layoutNextFragment(LayoutConstraints constraints, ChildBreakToken breakToken); +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutConstraints.idl b/tr/idlnames/LayoutConstraints.idl new file mode 100644 index 000000000000..4abd038e9207 --- /dev/null +++ b/tr/idlnames/LayoutConstraints.idl @@ -0,0 +1,17 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Constructor(optional LayoutConstraintsOptions options),Exposed=LayoutWorklet] +interface LayoutConstraints { + readonly attribute double availableInlineSize; + readonly attribute double availableBlockSize; + + readonly attribute double? fixedInlineSize; + readonly attribute double? fixedBlockSize; + + readonly attribute double percentageInlineSize; + readonly attribute double percentageBlockSize; + + readonly attribute double? blockFragmentationOffset; + readonly attribute BlockFragmentationType blockFragmentationType; + + readonly attribute any data; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutConstraintsOptions.idl b/tr/idlnames/LayoutConstraintsOptions.idl new file mode 100644 index 000000000000..009c0146bc32 --- /dev/null +++ b/tr/idlnames/LayoutConstraintsOptions.idl @@ -0,0 +1,16 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +dictionary LayoutConstraintsOptions { + double availableInlineSize = 0; + double availableBlockSize = 0; + + double fixedInlineSize; + double fixedBlockSize; + + double percentageInlineSize; + double percentageBlockSize; + + double blockFragmentationOffset; + BlockFragmentationType blockFragmentationType = "none"; + + any data; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutEdgeSizes.idl b/tr/idlnames/LayoutEdgeSizes.idl new file mode 100644 index 000000000000..bc4c7e971815 --- /dev/null +++ b/tr/idlnames/LayoutEdgeSizes.idl @@ -0,0 +1,13 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface LayoutEdgeSizes { + readonly attribute double inlineStart; + readonly attribute double inlineEnd; + + readonly attribute double blockStart; + readonly attribute double blockEnd; + + // Convenience attributes for the sum in one direction. + readonly attribute double inline; + readonly attribute double block; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutEdges.idl b/tr/idlnames/LayoutEdges.idl new file mode 100644 index 000000000000..a2ac05954c52 --- /dev/null +++ b/tr/idlnames/LayoutEdges.idl @@ -0,0 +1,9 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface LayoutEdges { + readonly attribute LayoutEdgeSizes border; + readonly attribute LayoutEdgeSizes scrollbar; + readonly attribute LayoutEdgeSizes padding; + + readonly attribute LayoutEdgeSizes all; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutFragment.idl b/tr/idlnames/LayoutFragment.idl new file mode 100644 index 000000000000..3301bf6f9c1f --- /dev/null +++ b/tr/idlnames/LayoutFragment.idl @@ -0,0 +1,13 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface LayoutFragment { + readonly attribute double inlineSize; + readonly attribute double blockSize; + + attribute double inlineOffset; + attribute double blockOffset; + + readonly attribute any data; + + readonly attribute ChildBreakToken? breakToken; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutFragmentRequest.idl b/tr/idlnames/LayoutFragmentRequest.idl new file mode 100644 index 000000000000..ae4394c79e00 --- /dev/null +++ b/tr/idlnames/LayoutFragmentRequest.idl @@ -0,0 +1,4 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +interface LayoutFragmentRequest { +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutFragmentRequestOrIntrinsicSizesRequest.idl b/tr/idlnames/LayoutFragmentRequestOrIntrinsicSizesRequest.idl new file mode 100644 index 000000000000..e404834b8d17 --- /dev/null +++ b/tr/idlnames/LayoutFragmentRequestOrIntrinsicSizesRequest.idl @@ -0,0 +1,3 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +typedef (IntrinsicSizesRequest or LayoutFragmentRequest) + LayoutFragmentRequestOrIntrinsicSizesRequest; \ No newline at end of file diff --git a/tr/idlnames/LayoutOptions.idl b/tr/idlnames/LayoutOptions.idl new file mode 100644 index 000000000000..548f8d52f9c9 --- /dev/null +++ b/tr/idlnames/LayoutOptions.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +dictionary LayoutOptions { + ChildDisplayType childDisplay = "block"; + LayoutSizingMode sizing = "block-like"; +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutSizingMode.idl b/tr/idlnames/LayoutSizingMode.idl new file mode 100644 index 000000000000..576686a40e47 --- /dev/null +++ b/tr/idlnames/LayoutSizingMode.idl @@ -0,0 +1,6 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Exposed=LayoutWorklet] +enum LayoutSizingMode { + "block-like", + "manual", +}; \ No newline at end of file diff --git a/tr/idlnames/LayoutWorkletGlobalScope.idl b/tr/idlnames/LayoutWorkletGlobalScope.idl new file mode 100644 index 000000000000..6d72d335b244 --- /dev/null +++ b/tr/idlnames/LayoutWorkletGlobalScope.idl @@ -0,0 +1,5 @@ +// Source: CSS Layout API Level 1 (https://www.w3.org/TR/css-layout-api-1/) +[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet] +interface LayoutWorkletGlobalScope : WorkletGlobalScope { + void registerLayout(DOMString name, VoidFunction layoutCtor); +}; \ No newline at end of file diff --git a/tr/idlnames/Navigator.idl b/tr/idlnames/Navigator.idl index a49db71501ec..001183df7d11 100644 --- a/tr/idlnames/Navigator.idl +++ b/tr/idlnames/Navigator.idl @@ -194,6 +194,32 @@ partial interface Navigator { [SecureContext, SameObject] readonly attribute ServiceWorkerContainer serviceWorker; }; +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +partial interface Navigator { + readonly attribute DOMString? doNotTrack; +}; + +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +partial interface Navigator { + Promise storeTrackingException ( + TrackingExData properties + ); +}; + +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +partial interface Navigator { + Promise removeTrackingException ( + TrackingExData properties + ); +}; + +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +partial interface Navigator { + Promise trackingExceptionExists ( + TrackingExData properties + ); +}; + // Source: Vibration API (Second Edition) (https://www.w3.org/TR/vibration/) partial interface Navigator { boolean vibrate(VibratePattern pattern); diff --git a/tr/idlnames/NavigatorUAData.idl b/tr/idlnames/NavigatorUAData.idl index e7ed94908e1a..62f382f105ab 100644 --- a/tr/idlnames/NavigatorUAData.idl +++ b/tr/idlnames/NavigatorUAData.idl @@ -5,4 +5,5 @@ interface NavigatorUAData { readonly attribute boolean mobile; readonly attribute DOMString platform; Promise getHighEntropyValues(sequence hints); + UALowEntropyJSON toJSON(); }; \ No newline at end of file diff --git a/tr/idlnames/PaymentDelegation.idl b/tr/idlnames/PaymentDelegation.idl new file mode 100644 index 000000000000..d6d390ca61fb --- /dev/null +++ b/tr/idlnames/PaymentDelegation.idl @@ -0,0 +1,7 @@ +// Source: Payment Handler API (https://www.w3.org/TR/payment-handler/) +enum PaymentDelegation { + "shippingAddress", + "payerName", + "payerPhone", + "payerEmail" +}; \ No newline at end of file diff --git a/tr/idlnames/PaymentHandlerResponse.idl b/tr/idlnames/PaymentHandlerResponse.idl index c0231d421aac..653db329d089 100644 --- a/tr/idlnames/PaymentHandlerResponse.idl +++ b/tr/idlnames/PaymentHandlerResponse.idl @@ -2,4 +2,9 @@ dictionary PaymentHandlerResponse { DOMString methodName; object details; +DOMString? payerName; +DOMString? payerEmail; +DOMString? payerPhone; +AddressInit shippingAddress; +DOMString? shippingOption; }; \ No newline at end of file diff --git a/tr/idlnames/PaymentInstruments.idl b/tr/idlnames/PaymentInstruments.idl index 32ccdb7ec312..47a910da9879 100644 --- a/tr/idlnames/PaymentInstruments.idl +++ b/tr/idlnames/PaymentInstruments.idl @@ -1,10 +1,10 @@ // Source: Payment Handler API (https://www.w3.org/TR/payment-handler/) [SecureContext, Exposed=(Window,Worker)] interface PaymentInstruments { - Promise delete(DOMString instrumentKey); - Promise get(DOMString instrumentKey); - Promise> keys(); - Promise has(DOMString instrumentKey); - Promise set(DOMString instrumentKey, PaymentInstrument details); - Promise clear(); + Promise delete(DOMString instrumentKey); + Promise get(DOMString instrumentKey); + Promise> keys(); + Promise has(DOMString instrumentKey); + Promise set(DOMString instrumentKey, PaymentInstrument details); + Promise clear(); }; \ No newline at end of file diff --git a/tr/idlnames/PaymentManager.idl b/tr/idlnames/PaymentManager.idl index fab79f8259d5..e9cb23dc15ce 100644 --- a/tr/idlnames/PaymentManager.idl +++ b/tr/idlnames/PaymentManager.idl @@ -3,4 +3,5 @@ interface PaymentManager { [SameObject] readonly attribute PaymentInstruments instruments; attribute DOMString userHint; + Promise enableDelegations(sequence delegations); }; \ No newline at end of file diff --git a/tr/idlnames/PaymentRequestDetailsUpdate.idl b/tr/idlnames/PaymentRequestDetailsUpdate.idl new file mode 100644 index 000000000000..8eb0c242fb8b --- /dev/null +++ b/tr/idlnames/PaymentRequestDetailsUpdate.idl @@ -0,0 +1,9 @@ +// Source: Payment Handler API (https://www.w3.org/TR/payment-handler/) +dictionary PaymentRequestDetailsUpdate { + DOMString error; + PaymentCurrencyAmount total; + sequence modifiers; + sequence shippingOptions; + object paymentMethodErrors; + AddressErrors shippingAddressErrors; +}; \ No newline at end of file diff --git a/tr/idlnames/PaymentRequestEvent.idl b/tr/idlnames/PaymentRequestEvent.idl index d5471df0c346..4d0b310bc294 100644 --- a/tr/idlnames/PaymentRequestEvent.idl +++ b/tr/idlnames/PaymentRequestEvent.idl @@ -1,7 +1,7 @@ // Source: Payment Handler API (https://www.w3.org/TR/payment-handler/) [Exposed=ServiceWorker] interface PaymentRequestEvent : ExtendableEvent { - constructor(DOMString type, PaymentRequestEventInit eventInitDict); + constructor(DOMString type, optional PaymentRequestEventInit eventInitDict = {}); readonly attribute USVString topOrigin; readonly attribute USVString paymentRequestOrigin; readonly attribute DOMString paymentRequestId; @@ -10,7 +10,11 @@ interface PaymentRequestEvent : ExtendableEvent { readonly attribute FrozenArray modifiers; readonly attribute DOMString instrumentKey; readonly attribute boolean requestBillingAddress; + readonly attribute object? paymentOptions; + readonly attribute FrozenArray? shippingOptions; Promise openWindow(USVString url); - Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null); - void respondWith(Promise handlerResponsePromise); + Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null); + Promise changeShippingAddress(optional AddressInit shippingAddress = {}); + Promise changeShippingOption(DOMString shippingOption); + undefined respondWith(Promise handlerResponsePromise); }; \ No newline at end of file diff --git a/tr/idlnames/PaymentRequestEventInit.idl b/tr/idlnames/PaymentRequestEventInit.idl index 249259ddb9d0..4ca2a6f4a70a 100644 --- a/tr/idlnames/PaymentRequestEventInit.idl +++ b/tr/idlnames/PaymentRequestEventInit.idl @@ -7,4 +7,6 @@ dictionary PaymentRequestEventInit : ExtendableEventInit { PaymentCurrencyAmount total; sequence modifiers; DOMString instrumentKey; + PaymentOptions paymentOptions; + sequence shippingOptions; }; \ No newline at end of file diff --git a/tr/idlnames/PixelFormat.idl b/tr/idlnames/PixelFormat.idl index 077f46c3049f..21b50f9dc222 100644 --- a/tr/idlnames/PixelFormat.idl +++ b/tr/idlnames/PixelFormat.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) enum PixelFormat { "I420" }; \ No newline at end of file diff --git a/tr/idlnames/Plane.idl b/tr/idlnames/Plane.idl index b3cc99c3a1cc..109f6fe712d7 100644 --- a/tr/idlnames/Plane.idl +++ b/tr/idlnames/Plane.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface Plane { readonly attribute unsigned long stride; diff --git a/tr/idlnames/PlaneInit.idl b/tr/idlnames/PlaneInit.idl index bf473075b089..59fd7066abc8 100644 --- a/tr/idlnames/PlaneInit.idl +++ b/tr/idlnames/PlaneInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary PlaneInit { required BufferSource src; required unsigned long stride; diff --git a/tr/idlnames/RTCConfiguration.idl b/tr/idlnames/RTCConfiguration.idl index d2a104e9cca1..2412825e0979 100644 --- a/tr/idlnames/RTCConfiguration.idl +++ b/tr/idlnames/RTCConfiguration.idl @@ -6,10 +6,4 @@ dictionary RTCConfiguration { RTCRtcpMuxPolicy rtcpMuxPolicy; sequence certificates; [EnforceRange] octet iceCandidatePoolSize = 0; -}; - -// Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) -// New fields in RTCConfiguration -partial dictionary RTCConfiguration { - boolean encodedInsertableStreams = false; }; \ No newline at end of file diff --git a/tr/idlnames/RTCRtpReceiver.idl b/tr/idlnames/RTCRtpReceiver.idl index ed19c2e052fb..528adefcf441 100644 --- a/tr/idlnames/RTCRtpReceiver.idl +++ b/tr/idlnames/RTCRtpReceiver.idl @@ -12,6 +12,5 @@ interface RTCRtpReceiver { // Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) partial interface RTCRtpReceiver { - RTCInsertableStreams createEncodedStreams(); attribute RTCRtpTransform? transform; }; \ No newline at end of file diff --git a/tr/idlnames/RTCRtpSender.idl b/tr/idlnames/RTCRtpSender.idl index 32f0b2debd7e..c15bb704970c 100644 --- a/tr/idlnames/RTCRtpSender.idl +++ b/tr/idlnames/RTCRtpSender.idl @@ -14,7 +14,6 @@ interface RTCRtpSender { // Source: WebRTC Encoded Transform (https://w3c.github.io/webrtc-encoded-transform/) // New methods for RTCRtpSender and RTCRtpReceiver partial interface RTCRtpSender { - RTCInsertableStreams createEncodedStreams(); attribute RTCRtpTransform? transform; }; diff --git a/tr/idlnames/ResizeObservation.idl b/tr/idlnames/ResizeObservation.idl new file mode 100644 index 000000000000..e29106b76bb2 --- /dev/null +++ b/tr/idlnames/ResizeObservation.idl @@ -0,0 +1,8 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +[Constructor(Element target) +] +interface ResizeObservation { + readonly attribute Element target; + readonly attribute ResizeObserverBoxOptions observedBox; + readonly attribute sequence lastReportedSizes; +}; \ No newline at end of file diff --git a/tr/idlnames/ResizeObserver.idl b/tr/idlnames/ResizeObserver.idl new file mode 100644 index 000000000000..4b0ff438aaef --- /dev/null +++ b/tr/idlnames/ResizeObserver.idl @@ -0,0 +1,8 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +[Exposed=(Window), + Constructor(ResizeObserverCallback callback)] +interface ResizeObserver { + void observe(Element target, optional ResizeObserverOptions options); + void unobserve(Element target); + void disconnect(); +}; \ No newline at end of file diff --git a/tr/idlnames/ResizeObserverBoxOptions.idl b/tr/idlnames/ResizeObserverBoxOptions.idl new file mode 100644 index 000000000000..7ae73b0cc58d --- /dev/null +++ b/tr/idlnames/ResizeObserverBoxOptions.idl @@ -0,0 +1,4 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +enum ResizeObserverBoxOptions { + "border-box", "content-box", "device-pixel-content-box" +}; \ No newline at end of file diff --git a/tr/idlnames/ResizeObserverCallback.idl b/tr/idlnames/ResizeObserverCallback.idl new file mode 100644 index 000000000000..3dac20fb1e52 --- /dev/null +++ b/tr/idlnames/ResizeObserverCallback.idl @@ -0,0 +1,2 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +callback ResizeObserverCallback = void (sequence entries, ResizeObserver observer); \ No newline at end of file diff --git a/tr/idlnames/ResizeObserverEntry.idl b/tr/idlnames/ResizeObserverEntry.idl new file mode 100644 index 000000000000..270799250952 --- /dev/null +++ b/tr/idlnames/ResizeObserverEntry.idl @@ -0,0 +1,9 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +[Exposed=Window] +interface ResizeObserverEntry { + readonly attribute Element target; + readonly attribute DOMRectReadOnly contentRect; + readonly attribute sequence borderBoxSize; + readonly attribute sequence contentBoxSize; + readonly attribute sequence devicePixelContentBoxSize; +}; \ No newline at end of file diff --git a/tr/idlnames/ResizeObserverOptions.idl b/tr/idlnames/ResizeObserverOptions.idl new file mode 100644 index 000000000000..13e9fc4ee614 --- /dev/null +++ b/tr/idlnames/ResizeObserverOptions.idl @@ -0,0 +1,4 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +dictionary ResizeObserverOptions { + ResizeObserverBoxOptions box = "content-box"; +}; \ No newline at end of file diff --git a/tr/idlnames/ResizeObserverSize.idl b/tr/idlnames/ResizeObserverSize.idl new file mode 100644 index 000000000000..363746212708 --- /dev/null +++ b/tr/idlnames/ResizeObserverSize.idl @@ -0,0 +1,5 @@ +// Source: Resize Observer (https://www.w3.org/TR/resize-observer-1/) +interface ResizeObserverSize { + readonly attribute unrestricted double inlineSize; + readonly attribute unrestricted double blockSize; +}; \ No newline at end of file diff --git a/tr/idlnames/TrackingExData.idl b/tr/idlnames/TrackingExData.idl new file mode 100644 index 000000000000..fb98928b2c95 --- /dev/null +++ b/tr/idlnames/TrackingExData.idl @@ -0,0 +1,9 @@ +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +dictionary TrackingExData { + DOMString? site; + sequence? targets; + DOMString? name; + DOMString? explanation; + DOMString? details; + long? maxAge; +}; \ No newline at end of file diff --git a/tr/idlnames/TrackingExResult.idl b/tr/idlnames/TrackingExResult.idl new file mode 100644 index 000000000000..b6afe7a4a8d6 --- /dev/null +++ b/tr/idlnames/TrackingExResult.idl @@ -0,0 +1,4 @@ +// Source: Tracking Preference Expression (DNT) (https://www.w3.org/TR/tracking-dnt/) +dictionary TrackingExResult { + boolean isSiteWide; +}; \ No newline at end of file diff --git a/tr/idlnames/UALowEntropyJSON.idl b/tr/idlnames/UALowEntropyJSON.idl new file mode 100644 index 000000000000..5b60f7d53187 --- /dev/null +++ b/tr/idlnames/UALowEntropyJSON.idl @@ -0,0 +1,6 @@ +// Source: User-Agent Client Hints (https://wicg.github.io/ua-client-hints/) +dictionary UALowEntropyJSON { + FrozenArray brands; + boolean mobile; + DOMString platform; +}; \ No newline at end of file diff --git a/tr/idlnames/VideoDecoder.idl b/tr/idlnames/VideoDecoder.idl index bd73d61daee6..77df9a99f014 100644 --- a/tr/idlnames/VideoDecoder.idl +++ b/tr/idlnames/VideoDecoder.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface VideoDecoder { constructor(VideoDecoderInit init); diff --git a/tr/idlnames/VideoDecoderConfig.idl b/tr/idlnames/VideoDecoderConfig.idl index a2509ef3d5fd..ba02a9951dc3 100644 --- a/tr/idlnames/VideoDecoderConfig.idl +++ b/tr/idlnames/VideoDecoderConfig.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoDecoderConfig { required DOMString codec; BufferSource description; diff --git a/tr/idlnames/VideoDecoderInit.idl b/tr/idlnames/VideoDecoderInit.idl index 72b1cb60a7fd..21ca518fd177 100644 --- a/tr/idlnames/VideoDecoderInit.idl +++ b/tr/idlnames/VideoDecoderInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoDecoderInit { required VideoFrameOutputCallback output; required WebCodecsErrorCallback error; diff --git a/tr/idlnames/VideoDecoderSupport.idl b/tr/idlnames/VideoDecoderSupport.idl index 63961129b3f5..51e3871f9295 100644 --- a/tr/idlnames/VideoDecoderSupport.idl +++ b/tr/idlnames/VideoDecoderSupport.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoDecoderSupport { boolean supported; VideoDecoderConfig config; diff --git a/tr/idlnames/VideoEncoder.idl b/tr/idlnames/VideoEncoder.idl index 44bc6a1a6501..b65434350d28 100644 --- a/tr/idlnames/VideoEncoder.idl +++ b/tr/idlnames/VideoEncoder.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface VideoEncoder { constructor(VideoEncoderInit init); diff --git a/tr/idlnames/VideoEncoderConfig.idl b/tr/idlnames/VideoEncoderConfig.idl index e29be32d95cb..7380a68a851a 100644 --- a/tr/idlnames/VideoEncoderConfig.idl +++ b/tr/idlnames/VideoEncoderConfig.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoEncoderConfig { required DOMString codec; unsigned long long bitrate; diff --git a/tr/idlnames/VideoEncoderEncodeOptions.idl b/tr/idlnames/VideoEncoderEncodeOptions.idl index 5aa78a67103f..01d375373a08 100644 --- a/tr/idlnames/VideoEncoderEncodeOptions.idl +++ b/tr/idlnames/VideoEncoderEncodeOptions.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoEncoderEncodeOptions { boolean keyFrame = false; }; \ No newline at end of file diff --git a/tr/idlnames/VideoEncoderInit.idl b/tr/idlnames/VideoEncoderInit.idl index 6bcd8a18ad74..aa9f24f9e5b6 100644 --- a/tr/idlnames/VideoEncoderInit.idl +++ b/tr/idlnames/VideoEncoderInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoEncoderInit { required EncodedVideoChunkOutputCallback output; required WebCodecsErrorCallback error; diff --git a/tr/idlnames/VideoEncoderSupport.idl b/tr/idlnames/VideoEncoderSupport.idl index 4782f70e9cf0..4e235571340d 100644 --- a/tr/idlnames/VideoEncoderSupport.idl +++ b/tr/idlnames/VideoEncoderSupport.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoEncoderSupport { boolean supported; VideoEncoderConfig config; diff --git a/tr/idlnames/VideoFrame.idl b/tr/idlnames/VideoFrame.idl index 487a5bca9ee0..6b5847a5eedb 100644 --- a/tr/idlnames/VideoFrame.idl +++ b/tr/idlnames/VideoFrame.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) [Exposed=(Window,DedicatedWorker)] interface VideoFrame { constructor(ImageBitmap imageBitmap, optional VideoFrameInit frameInit = {}); diff --git a/tr/idlnames/VideoFrameInit.idl b/tr/idlnames/VideoFrameInit.idl index eeff1a6b8c73..72d29993ac0a 100644 --- a/tr/idlnames/VideoFrameInit.idl +++ b/tr/idlnames/VideoFrameInit.idl @@ -1,4 +1,4 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) dictionary VideoFrameInit { unsigned long codedWidth; unsigned long codedHeight; diff --git a/tr/idlnames/VideoFrameOutputCallback.idl b/tr/idlnames/VideoFrameOutputCallback.idl index f58ec04a6e0b..5e2f11545c3d 100644 --- a/tr/idlnames/VideoFrameOutputCallback.idl +++ b/tr/idlnames/VideoFrameOutputCallback.idl @@ -1,2 +1,2 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) callback VideoFrameOutputCallback = undefined(VideoFrame output); \ No newline at end of file diff --git a/tr/idlnames/WebCodecsErrorCallback.idl b/tr/idlnames/WebCodecsErrorCallback.idl index 974465e662b4..66d6898b1491 100644 --- a/tr/idlnames/WebCodecsErrorCallback.idl +++ b/tr/idlnames/WebCodecsErrorCallback.idl @@ -1,2 +1,2 @@ -// Source: WebCodecs (https://w3c.github.io/webcodecs/) +// Source: WebCodecs (https://www.w3.org/TR/webcodecs/) callback WebCodecsErrorCallback = undefined(DOMException error); \ No newline at end of file diff --git a/tr/idlnamesparsed/AudioDecoder.json b/tr/idlnamesparsed/AudioDecoder.json index b6df33011bf1..1f5f11daf365 100644 --- a/tr/idlnamesparsed/AudioDecoder.json +++ b/tr/idlnamesparsed/AudioDecoder.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface AudioDecoder {\n constructor(AudioDecoderInit init);\n\n readonly attribute CodecState state;\n readonly attribute long decodeQueueSize;\n\n undefined configure(AudioDecoderConfig config);\n undefined decode(EncodedAudioChunk chunk);\n Promise flush();\n undefined reset();\n undefined close();\n\n static Promise isConfigSupported(AudioDecoderConfig config);\n};", - "href": "https://w3c.github.io/webcodecs/#audiodecoder" + "href": "https://www.w3.org/TR/webcodecs/#audiodecoder" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioDecoderConfig.json b/tr/idlnamesparsed/AudioDecoderConfig.json index 5b60cfc368c5..7190c1bbaab7 100644 --- a/tr/idlnamesparsed/AudioDecoderConfig.json +++ b/tr/idlnamesparsed/AudioDecoderConfig.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioDecoderConfig {\n required DOMString codec;\n required unsigned long sampleRate;\n required unsigned long numberOfChannels;\n BufferSource description;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecoderconfig" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderconfig" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioDecoderInit.json b/tr/idlnamesparsed/AudioDecoderInit.json index b07ff49b3ffe..68bd4bc1bcc5 100644 --- a/tr/idlnamesparsed/AudioDecoderInit.json +++ b/tr/idlnamesparsed/AudioDecoderInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioDecoderInit {\n required AudioFrameOutputCallback output;\n required WebCodecsErrorCallback error;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecoderinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecoderinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioDecoderSupport.json b/tr/idlnamesparsed/AudioDecoderSupport.json index e25e6299094c..d49f8bec5c25 100644 --- a/tr/idlnamesparsed/AudioDecoderSupport.json +++ b/tr/idlnamesparsed/AudioDecoderSupport.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioDecoderSupport {\n boolean supported;\n AudioDecoderConfig config;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audiodecodersupport" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audiodecodersupport" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioEncoder.json b/tr/idlnamesparsed/AudioEncoder.json index 2a7488905d6b..d743d783682f 100644 --- a/tr/idlnamesparsed/AudioEncoder.json +++ b/tr/idlnamesparsed/AudioEncoder.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface AudioEncoder {\n constructor(AudioEncoderInit init);\n\n readonly attribute CodecState state;\n readonly attribute long encodeQueueSize;\n\n undefined configure(AudioEncoderConfig config);\n undefined encode(AudioFrame frame);\n Promise flush();\n undefined reset();\n undefined close();\n\n static Promise isConfigSupported(AudioEncoderConfig config);\n};", - "href": "https://w3c.github.io/webcodecs/#audioencoder" + "href": "https://www.w3.org/TR/webcodecs/#audioencoder" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioEncoderConfig.json b/tr/idlnamesparsed/AudioEncoderConfig.json index 776e35294cbc..8cf884c660cc 100644 --- a/tr/idlnamesparsed/AudioEncoderConfig.json +++ b/tr/idlnamesparsed/AudioEncoderConfig.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioEncoderConfig {\n required DOMString codec;\n unsigned long sampleRate;\n unsigned long numberOfChannels;\n unsigned long long bitrate;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencoderconfig" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderconfig" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioEncoderInit.json b/tr/idlnamesparsed/AudioEncoderInit.json index b7713cf823bd..c78e9ce9594c 100644 --- a/tr/idlnamesparsed/AudioEncoderInit.json +++ b/tr/idlnamesparsed/AudioEncoderInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioEncoderInit {\n required EncodedAudioChunkOutputCallback output;\n required WebCodecsErrorCallback error;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencoderinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencoderinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioEncoderSupport.json b/tr/idlnamesparsed/AudioEncoderSupport.json index 140ee7240e50..19baa46ea313 100644 --- a/tr/idlnamesparsed/AudioEncoderSupport.json +++ b/tr/idlnamesparsed/AudioEncoderSupport.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioEncoderSupport {\n boolean supported;\n AudioEncoderConfig config;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioencodersupport" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioencodersupport" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioFrame.json b/tr/idlnamesparsed/AudioFrame.json index e1992357aef2..dd430aeec60a 100644 --- a/tr/idlnamesparsed/AudioFrame.json +++ b/tr/idlnamesparsed/AudioFrame.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface AudioFrame {\n constructor(AudioFrameInit init);\n readonly attribute unsigned long long timestamp;\n readonly attribute AudioBuffer? buffer;\n undefined close();\n};", - "href": "https://w3c.github.io/webcodecs/#audioframe" + "href": "https://www.w3.org/TR/webcodecs/#audioframe" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioFrameInit.json b/tr/idlnamesparsed/AudioFrameInit.json index 11661379a760..3feb12e7e0dc 100644 --- a/tr/idlnamesparsed/AudioFrameInit.json +++ b/tr/idlnamesparsed/AudioFrameInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary AudioFrameInit {\n required unsigned long long timestamp;\n required AudioBuffer buffer;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-audioframeinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-audioframeinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/AudioFrameOutputCallback.json b/tr/idlnamesparsed/AudioFrameOutputCallback.json index a1e275d7a64a..cce4fe624cec 100644 --- a/tr/idlnamesparsed/AudioFrameOutputCallback.json +++ b/tr/idlnamesparsed/AudioFrameOutputCallback.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "callback AudioFrameOutputCallback = undefined(AudioFrame output);", - "href": "https://w3c.github.io/webcodecs/#callbackdef-audioframeoutputcallback" + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-audioframeoutputcallback" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/BlockFragmentationType.json b/tr/idlnamesparsed/BlockFragmentationType.json new file mode 100644 index 000000000000..150231ed6a04 --- /dev/null +++ b/tr/idlnamesparsed/BlockFragmentationType.json @@ -0,0 +1,13 @@ +{ + "name": "BlockFragmentationType", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "enum BlockFragmentationType { \"none\", \"page\", \"column\", \"region\" };", + "href": "https://www.w3.org/TR/css-layout-api-1/#enumdef-blockfragmentationtype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/BluetoothLEScanFilterInit.json b/tr/idlnamesparsed/BluetoothLEScanFilterInit.json index 3fda40440064..181d4a0926f7 100644 --- a/tr/idlnamesparsed/BluetoothLEScanFilterInit.json +++ b/tr/idlnamesparsed/BluetoothLEScanFilterInit.json @@ -5,7 +5,7 @@ "title": "Web Bluetooth", "url": "https://webbluetoothcg.github.io/web-bluetooth/" }, - "fragment": "dictionary BluetoothLEScanFilterInit {\n sequence services;\n DOMString name;\n DOMString namePrefix;\n // Maps unsigned shorts to BluetoothDataFilters.\n object manufacturerData;\n // Maps BluetoothServiceUUIDs to BluetoothDataFilters.\n object serviceData;\n};", + "fragment": "dictionary BluetoothLEScanFilterInit {\n sequence services;\n DOMString name;\n DOMString namePrefix;\n sequence manufacturerData;\n sequence serviceData;\n};", "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothlescanfilterinit" }, "extended": [], diff --git a/tr/idlnamesparsed/BluetoothManufacturerDataFilterInit.json b/tr/idlnamesparsed/BluetoothManufacturerDataFilterInit.json new file mode 100644 index 000000000000..4c63c6a62172 --- /dev/null +++ b/tr/idlnamesparsed/BluetoothManufacturerDataFilterInit.json @@ -0,0 +1,27 @@ +{ + "name": "BluetoothManufacturerDataFilterInit", + "defined": { + "spec": { + "title": "Web Bluetooth", + "url": "https://webbluetoothcg.github.io/web-bluetooth/" + }, + "fragment": "dictionary BluetoothManufacturerDataFilterInit : BluetoothDataFilterInit {\n required [EnforceRange] unsigned short companyIdentifier;\n};", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothmanufacturerdatafilterinit" + }, + "extended": [], + "inheritance": { + "name": "BluetoothDataFilterInit", + "defined": { + "spec": { + "title": "Web Bluetooth", + "url": "https://webbluetoothcg.github.io/web-bluetooth/" + }, + "fragment": "dictionary BluetoothDataFilterInit {\n BufferSource dataPrefix;\n BufferSource mask;\n};", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothdatafilterinit" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/BluetoothServiceDataFilterInit.json b/tr/idlnamesparsed/BluetoothServiceDataFilterInit.json new file mode 100644 index 000000000000..14cff9f4a0bb --- /dev/null +++ b/tr/idlnamesparsed/BluetoothServiceDataFilterInit.json @@ -0,0 +1,27 @@ +{ + "name": "BluetoothServiceDataFilterInit", + "defined": { + "spec": { + "title": "Web Bluetooth", + "url": "https://webbluetoothcg.github.io/web-bluetooth/" + }, + "fragment": "dictionary BluetoothServiceDataFilterInit : BluetoothDataFilterInit {\n required BluetoothServiceUUID service;\n};", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothservicedatafilterinit" + }, + "extended": [], + "inheritance": { + "name": "BluetoothDataFilterInit", + "defined": { + "spec": { + "title": "Web Bluetooth", + "url": "https://webbluetoothcg.github.io/web-bluetooth/" + }, + "fragment": "dictionary BluetoothDataFilterInit {\n BufferSource dataPrefix;\n BufferSource mask;\n};", + "href": "https://webbluetoothcg.github.io/web-bluetooth/#dictdef-bluetoothdatafilterinit" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/BreakToken.json b/tr/idlnamesparsed/BreakToken.json new file mode 100644 index 000000000000..799e8ea8e5c7 --- /dev/null +++ b/tr/idlnamesparsed/BreakToken.json @@ -0,0 +1,14 @@ +{ + "name": "BreakToken", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface BreakToken {\n readonly attribute sequence childBreakTokens;\n readonly attribute any data;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#breaktoken" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/BreakTokenOptions.json b/tr/idlnamesparsed/BreakTokenOptions.json new file mode 100644 index 000000000000..d612be5e218e --- /dev/null +++ b/tr/idlnamesparsed/BreakTokenOptions.json @@ -0,0 +1,14 @@ +{ + "name": "BreakTokenOptions", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "dictionary BreakTokenOptions {\n sequence childBreakTokens;\n any data = null;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#dictdef-breaktokenoptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/BreakType.json b/tr/idlnamesparsed/BreakType.json new file mode 100644 index 000000000000..d13a7707078d --- /dev/null +++ b/tr/idlnamesparsed/BreakType.json @@ -0,0 +1,13 @@ +{ + "name": "BreakType", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "enum BreakType { \"none\", \"line\", \"column\", \"page\", \"region\" };", + "href": "https://www.w3.org/TR/css-layout-api-1/#enumdef-breaktype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CSS.json b/tr/idlnamesparsed/CSS.json index b636e3bd09ab..a6abc30a3183 100644 --- a/tr/idlnamesparsed/CSS.json +++ b/tr/idlnamesparsed/CSS.json @@ -35,6 +35,13 @@ }, "fragment": "partial interface CSS {\n [SameObject] readonly attribute Map elementSources;\n};" }, + { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "partial interface CSS {\n [SameObject] readonly attribute Worklet layoutWorklet;\n};" + }, { "spec": { "title": "CSS Painting API Level 1", diff --git a/tr/idlnamesparsed/CSSStyleSheet.json b/tr/idlnamesparsed/CSSStyleSheet.json index 9356c9103479..bfa30d5fccb8 100644 --- a/tr/idlnamesparsed/CSSStyleSheet.json +++ b/tr/idlnamesparsed/CSSStyleSheet.json @@ -5,7 +5,7 @@ "title": "Constructable Stylesheet Objects", "url": "https://wicg.github.io/construct-stylesheets/" }, - "fragment": "partial interface CSSStyleSheet {\n constructor(optional CSSStyleSheetInit options = {});\n Promise replace(USVString text);\n void replaceSync(USVString text);\n};" + "fragment": "partial interface CSSStyleSheet {\n constructor(optional CSSStyleSheetInit options = {});\n Promise replace(USVString text);\n undefined replaceSync(USVString text);\n};" } ], "includes": [] diff --git a/tr/idlnamesparsed/CanMakePaymentEvent.json b/tr/idlnamesparsed/CanMakePaymentEvent.json index f613855adf81..526ec4c51ae2 100644 --- a/tr/idlnamesparsed/CanMakePaymentEvent.json +++ b/tr/idlnamesparsed/CanMakePaymentEvent.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "[Exposed=ServiceWorker]\ninterface CanMakePaymentEvent : ExtendableEvent {\n constructor(DOMString type, CanMakePaymentEventInit eventInitDict);\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute FrozenArray methodData;\n void respondWith(Promise canMakePaymentResponse);\n};", + "fragment": "[Exposed=ServiceWorker]\ninterface CanMakePaymentEvent : ExtendableEvent {\n constructor(DOMString type, optional CanMakePaymentEventInit eventInitDict = {});\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute FrozenArray methodData;\n undefined respondWith(Promise canMakePaymentResponse);\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent" }, "extended": [], diff --git a/tr/idlnamesparsed/CanvasFontKerning.json b/tr/idlnamesparsed/CanvasFontKerning.json new file mode 100644 index 000000000000..121c137c04b4 --- /dev/null +++ b/tr/idlnamesparsed/CanvasFontKerning.json @@ -0,0 +1,13 @@ +{ + "name": "CanvasFontKerning", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "enum CanvasFontKerning { \"auto\", \"normal\", \"none\" };", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontkerning" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CanvasFontStretch.json b/tr/idlnamesparsed/CanvasFontStretch.json new file mode 100644 index 000000000000..c09f960224fd --- /dev/null +++ b/tr/idlnamesparsed/CanvasFontStretch.json @@ -0,0 +1,13 @@ +{ + "name": "CanvasFontStretch", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "enum CanvasFontStretch { \"ultra-condensed\", \"extra-condensed\", \"condensed\", \"semi-condensed\", \"normal\", \"semi-expanded\", \"expanded\", \"extra-expanded\", \"ultra-expanded\" };", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontstretch" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CanvasFontVariantCaps.json b/tr/idlnamesparsed/CanvasFontVariantCaps.json new file mode 100644 index 000000000000..07ade41807ba --- /dev/null +++ b/tr/idlnamesparsed/CanvasFontVariantCaps.json @@ -0,0 +1,13 @@ +{ + "name": "CanvasFontVariantCaps", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "enum CanvasFontVariantCaps { \"normal\", \"small-caps\", \"all-small-caps\", \"petite-caps\", \"all-petite-caps\", \"unicase\", \"titling-caps\" };", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfontvariantcaps" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CanvasRenderingContext2D.json b/tr/idlnamesparsed/CanvasRenderingContext2D.json index 3e3ed79c4292..c7fbbb860510 100644 --- a/tr/idlnamesparsed/CanvasRenderingContext2D.json +++ b/tr/idlnamesparsed/CanvasRenderingContext2D.json @@ -327,7 +327,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n};", + "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n attribute double textLetterSpacing; // (default: 0)\n attribute double textWordSpacing; // (default: 0)\n attribute CanvasFontKerning fontKerning; // (default: \"auto\")\n attribute CanvasFontStretch fontStretch; // (default: \"normal\")\n attribute CanvasFontVariantCaps fontVariantCaps; // (default: \"normal\")\n attribute CanvasTextRendering textRendering; // (default: \"normal\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvastextdrawingstyles" }, "extended": [], diff --git a/tr/idlnamesparsed/CanvasTextDrawingStyles.json b/tr/idlnamesparsed/CanvasTextDrawingStyles.json index 9137100637cd..cef9b1b1148d 100644 --- a/tr/idlnamesparsed/CanvasTextDrawingStyles.json +++ b/tr/idlnamesparsed/CanvasTextDrawingStyles.json @@ -5,7 +5,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n};", + "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n attribute double textLetterSpacing; // (default: 0)\n attribute double textWordSpacing; // (default: 0)\n attribute CanvasFontKerning fontKerning; // (default: \"auto\")\n attribute CanvasFontStretch fontStretch; // (default: \"normal\")\n attribute CanvasFontVariantCaps fontVariantCaps; // (default: \"normal\")\n attribute CanvasTextRendering textRendering; // (default: \"normal\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvastextdrawingstyles" }, "extended": [], diff --git a/tr/idlnamesparsed/CanvasTextRendering.json b/tr/idlnamesparsed/CanvasTextRendering.json new file mode 100644 index 000000000000..74812c4e9d0c --- /dev/null +++ b/tr/idlnamesparsed/CanvasTextRendering.json @@ -0,0 +1,13 @@ +{ + "name": "CanvasTextRendering", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "enum CanvasTextRendering { \"auto\", \"optimizeSpeed\", \"optimizeLegibility\", \"geometricPrecision\" };", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvastextrendering" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ChildBreakToken.json b/tr/idlnamesparsed/ChildBreakToken.json new file mode 100644 index 000000000000..5dab9b1fcd72 --- /dev/null +++ b/tr/idlnamesparsed/ChildBreakToken.json @@ -0,0 +1,14 @@ +{ + "name": "ChildBreakToken", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface ChildBreakToken {\n readonly attribute BreakType breakType;\n readonly attribute LayoutChild child;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#childbreaktoken" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ChildDisplayType.json b/tr/idlnamesparsed/ChildDisplayType.json new file mode 100644 index 000000000000..9eb8a2f06bfd --- /dev/null +++ b/tr/idlnamesparsed/ChildDisplayType.json @@ -0,0 +1,13 @@ +{ + "name": "ChildDisplayType", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\nenum ChildDisplayType {\n \"block\",\n \"normal\",\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#enumdef-childdisplaytype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CodecState.json b/tr/idlnamesparsed/CodecState.json index dd0725fb5d93..581310c6a928 100644 --- a/tr/idlnamesparsed/CodecState.json +++ b/tr/idlnamesparsed/CodecState.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "enum CodecState {\n \"unconfigured\",\n \"configured\",\n \"closed\"\n};", - "href": "https://w3c.github.io/webcodecs/#enumdef-codecstate" + "href": "https://www.w3.org/TR/webcodecs/#enumdef-codecstate" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/EncodedAudioChunk.json b/tr/idlnamesparsed/EncodedAudioChunk.json index d2cdfdb98c65..b8f6d18fe01b 100644 --- a/tr/idlnamesparsed/EncodedAudioChunk.json +++ b/tr/idlnamesparsed/EncodedAudioChunk.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface EncodedAudioChunk {\n constructor(EncodedAudioChunkInit init);\n readonly attribute EncodedAudioChunkType type;\n readonly attribute unsigned long long timestamp; // microseconds\n readonly attribute ArrayBuffer data;\n};", - "href": "https://w3c.github.io/webcodecs/#encodedaudiochunk" + "href": "https://www.w3.org/TR/webcodecs/#encodedaudiochunk" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/EncodedAudioChunkInit.json b/tr/idlnamesparsed/EncodedAudioChunkInit.json index 51995a9b9c7f..7c855ab82bd9 100644 --- a/tr/idlnamesparsed/EncodedAudioChunkInit.json +++ b/tr/idlnamesparsed/EncodedAudioChunkInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary EncodedAudioChunkInit {\n required EncodedAudioChunkType type;\n required unsigned long long timestamp;\n required BufferSource data;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-encodedaudiochunkinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-encodedaudiochunkinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/EncodedAudioChunkOutputCallback.json b/tr/idlnamesparsed/EncodedAudioChunkOutputCallback.json index 47c00b994828..56d4d8176dca 100644 --- a/tr/idlnamesparsed/EncodedAudioChunkOutputCallback.json +++ b/tr/idlnamesparsed/EncodedAudioChunkOutputCallback.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "callback EncodedAudioChunkOutputCallback = undefined(EncodedAudioChunk output);", - "href": "https://w3c.github.io/webcodecs/#callbackdef-encodedaudiochunkoutputcallback" + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-encodedaudiochunkoutputcallback" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/EncodedAudioChunkType.json b/tr/idlnamesparsed/EncodedAudioChunkType.json index c40ff9df1e45..9580f03bc1d4 100644 --- a/tr/idlnamesparsed/EncodedAudioChunkType.json +++ b/tr/idlnamesparsed/EncodedAudioChunkType.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "enum EncodedAudioChunkType {\n \"key\",\n \"delta\",\n};", - "href": "https://w3c.github.io/webcodecs/#enumdef-encodedaudiochunktype" + "href": "https://www.w3.org/TR/webcodecs/#enumdef-encodedaudiochunktype" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/EncodedVideoChunk.json b/tr/idlnamesparsed/EncodedVideoChunk.json index 904780134634..f0412881ac17 100644 --- a/tr/idlnamesparsed/EncodedVideoChunk.json +++ b/tr/idlnamesparsed/EncodedVideoChunk.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface EncodedVideoChunk {\n constructor(EncodedVideoChunkInit init);\n readonly attribute EncodedVideoChunkType type;\n readonly attribute unsigned long long timestamp; // microseconds\n readonly attribute unsigned long long? duration; // microseconds\n readonly attribute ArrayBuffer data;\n};", - "href": "https://w3c.github.io/webcodecs/#encodedvideochunk" + "href": "https://www.w3.org/TR/webcodecs/#encodedvideochunk" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/EncodedVideoChunkInit.json b/tr/idlnamesparsed/EncodedVideoChunkInit.json index d79699fd1221..fd7657f3ce9c 100644 --- a/tr/idlnamesparsed/EncodedVideoChunkInit.json +++ b/tr/idlnamesparsed/EncodedVideoChunkInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary EncodedVideoChunkInit {\n required EncodedVideoChunkType type;\n required unsigned long long timestamp;\n unsigned long long duration;\n required BufferSource data;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-encodedvideochunkinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-encodedvideochunkinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/EncodedVideoChunkOutputCallback.json b/tr/idlnamesparsed/EncodedVideoChunkOutputCallback.json index e7a75aada84c..0a3f0ca23936 100644 --- a/tr/idlnamesparsed/EncodedVideoChunkOutputCallback.json +++ b/tr/idlnamesparsed/EncodedVideoChunkOutputCallback.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "callback EncodedVideoChunkOutputCallback = undefined(EncodedVideoChunk output, VideoDecoderConfig? output_config);", - "href": "https://w3c.github.io/webcodecs/#callbackdef-encodedvideochunkoutputcallback" + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-encodedvideochunkoutputcallback" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/EncodedVideoChunkType.json b/tr/idlnamesparsed/EncodedVideoChunkType.json index cf176f2a9973..a33005e546df 100644 --- a/tr/idlnamesparsed/EncodedVideoChunkType.json +++ b/tr/idlnamesparsed/EncodedVideoChunkType.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "enum EncodedVideoChunkType {\n \"key\",\n \"delta\",\n};", - "href": "https://w3c.github.io/webcodecs/#enumdef-encodedvideochunktype" + "href": "https://www.w3.org/TR/webcodecs/#enumdef-encodedvideochunktype" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/FragmentResultOptions.json b/tr/idlnamesparsed/FragmentResultOptions.json new file mode 100644 index 000000000000..c264f0867b02 --- /dev/null +++ b/tr/idlnamesparsed/FragmentResultOptions.json @@ -0,0 +1,14 @@ +{ + "name": "FragmentResultOptions", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "// This is the final return value from the author defined layout() method.\ndictionary FragmentResultOptions {\n double inlineSize = 0;\n double blockSize = 0;\n double autoBlockSize = 0;\n sequence childFragments = [];\n any data = null;\n BreakTokenOptions breakToken = null;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#dictdef-fragmentresultoptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/GPUCompilationMessage.json b/tr/idlnamesparsed/GPUCompilationMessage.json index 60a93b9ed894..49556bb23dba 100644 --- a/tr/idlnamesparsed/GPUCompilationMessage.json +++ b/tr/idlnamesparsed/GPUCompilationMessage.json @@ -5,7 +5,7 @@ "title": "WebGPU", "url": "https://gpuweb.github.io/gpuweb/" }, - "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationMessage {\n readonly attribute DOMString message;\n readonly attribute GPUCompilationMessageType type;\n readonly attribute unsigned long long lineNum;\n readonly attribute unsigned long long linePos;\n};", + "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationMessage {\n readonly attribute DOMString message;\n readonly attribute GPUCompilationMessageType type;\n readonly attribute unsigned long long lineNum;\n readonly attribute unsigned long long linePos;\n readonly attribute unsigned long long offset;\n readonly attribute unsigned long long length;\n};", "href": "https://gpuweb.github.io/gpuweb/#gpucompilationmessage" }, "extended": [], diff --git a/tr/idlnamesparsed/GPUImageCopyExternalImage.json b/tr/idlnamesparsed/GPUImageCopyExternalImage.json new file mode 100644 index 000000000000..91b7da951a3d --- /dev/null +++ b/tr/idlnamesparsed/GPUImageCopyExternalImage.json @@ -0,0 +1,14 @@ +{ + "name": "GPUImageCopyExternalImage", + "defined": { + "spec": { + "title": "WebGPU", + "url": "https://gpuweb.github.io/gpuweb/" + }, + "fragment": "dictionary GPUImageCopyExternalImage {\n required (ImageBitmap or HTMLCanvasElement or OffscreenCanvas) source;\n GPUOrigin2D origin = {};\n};", + "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpuimagecopyexternalimage" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/GPUQueue.json b/tr/idlnamesparsed/GPUQueue.json index 2f07a052c4ec..d214bda37517 100644 --- a/tr/idlnamesparsed/GPUQueue.json +++ b/tr/idlnamesparsed/GPUQueue.json @@ -5,7 +5,7 @@ "title": "WebGPU", "url": "https://gpuweb.github.io/gpuweb/" }, - "fragment": "[Exposed=Window]\ninterface GPUQueue {\n undefined submit(sequence commandBuffers);\n\n Promise onSubmittedWorkDone();\n\n undefined writeBuffer(\n GPUBuffer buffer,\n GPUSize64 bufferOffset,\n [AllowShared] BufferSource data,\n optional GPUSize64 dataOffset = 0,\n optional GPUSize64 size);\n\n undefined writeTexture(\n GPUImageCopyTexture destination,\n [AllowShared] BufferSource data,\n GPUImageDataLayout dataLayout,\n GPUExtent3D size);\n\n undefined copyImageBitmapToTexture(\n GPUImageCopyImageBitmap source,\n GPUImageCopyTexture destination,\n GPUExtent3D copySize);\n};", + "fragment": "[Exposed=Window]\ninterface GPUQueue {\n undefined submit(sequence commandBuffers);\n\n Promise onSubmittedWorkDone();\n\n undefined writeBuffer(\n GPUBuffer buffer,\n GPUSize64 bufferOffset,\n [AllowShared] BufferSource data,\n optional GPUSize64 dataOffset = 0,\n optional GPUSize64 size);\n\n undefined writeTexture(\n GPUImageCopyTexture destination,\n [AllowShared] BufferSource data,\n GPUImageDataLayout dataLayout,\n GPUExtent3D size);\n\n undefined copyExternalImageToTexture(\n GPUImageCopyExternalImage source,\n GPUImageCopyTexture destination,\n GPUExtent3D copySize);\n};", "href": "https://gpuweb.github.io/gpuweb/#gpuqueue" }, "extended": [ diff --git a/tr/idlnamesparsed/HardwareAcceleration.json b/tr/idlnamesparsed/HardwareAcceleration.json index 758b16837ce0..5b5e9f76e3f0 100644 --- a/tr/idlnamesparsed/HardwareAcceleration.json +++ b/tr/idlnamesparsed/HardwareAcceleration.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "enum HardwareAcceleration {\n \"allow\",\n \"deny\",\n \"require\",\n};", - "href": "https://w3c.github.io/webcodecs/#enumdef-hardwareacceleration" + "href": "https://www.w3.org/TR/webcodecs/#enumdef-hardwareacceleration" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/IntrinsicSizes.json b/tr/idlnamesparsed/IntrinsicSizes.json new file mode 100644 index 000000000000..546318445e49 --- /dev/null +++ b/tr/idlnamesparsed/IntrinsicSizes.json @@ -0,0 +1,14 @@ +{ + "name": "IntrinsicSizes", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface IntrinsicSizes {\n readonly attribute double minContentSize;\n readonly attribute double maxContentSize;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#intrinsicsizes" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/IntrinsicSizesRequest.json b/tr/idlnamesparsed/IntrinsicSizesRequest.json new file mode 100644 index 000000000000..c0a2df290d9a --- /dev/null +++ b/tr/idlnamesparsed/IntrinsicSizesRequest.json @@ -0,0 +1,14 @@ +{ + "name": "IntrinsicSizesRequest", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface IntrinsicSizesRequest {\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#intrinsicsizesrequest" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/IntrinsicSizesResultOptions.json b/tr/idlnamesparsed/IntrinsicSizesResultOptions.json new file mode 100644 index 000000000000..d6a22e2ac9ad --- /dev/null +++ b/tr/idlnamesparsed/IntrinsicSizesResultOptions.json @@ -0,0 +1,14 @@ +{ + "name": "IntrinsicSizesResultOptions", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "dictionary IntrinsicSizesResultOptions {\n double maxContentSize;\n double minContentSize;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#dictdef-intrinsicsizesresultoptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutChild.json b/tr/idlnamesparsed/LayoutChild.json new file mode 100644 index 000000000000..03e392e81715 --- /dev/null +++ b/tr/idlnamesparsed/LayoutChild.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutChild", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutChild {\n readonly attribute StylePropertyMapReadOnly styleMap;\n\n IntrinsicSizesRequest intrinsicSizes();\n LayoutFragmentRequest layoutNextFragment(LayoutConstraints constraints, ChildBreakToken breakToken);\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutchild" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutConstraints.json b/tr/idlnamesparsed/LayoutConstraints.json new file mode 100644 index 000000000000..fbc8dc109458 --- /dev/null +++ b/tr/idlnamesparsed/LayoutConstraints.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutConstraints", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Constructor(optional LayoutConstraintsOptions options),Exposed=LayoutWorklet]\ninterface LayoutConstraints {\n readonly attribute double availableInlineSize;\n readonly attribute double availableBlockSize;\n\n readonly attribute double? fixedInlineSize;\n readonly attribute double? fixedBlockSize;\n\n readonly attribute double percentageInlineSize;\n readonly attribute double percentageBlockSize;\n\n readonly attribute double? blockFragmentationOffset;\n readonly attribute BlockFragmentationType blockFragmentationType;\n\n readonly attribute any data;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutconstraints" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutConstraintsOptions.json b/tr/idlnamesparsed/LayoutConstraintsOptions.json new file mode 100644 index 000000000000..b4504d4bcd9e --- /dev/null +++ b/tr/idlnamesparsed/LayoutConstraintsOptions.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutConstraintsOptions", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "dictionary LayoutConstraintsOptions {\n double availableInlineSize = 0;\n double availableBlockSize = 0;\n\n double fixedInlineSize;\n double fixedBlockSize;\n\n double percentageInlineSize;\n double percentageBlockSize;\n\n double blockFragmentationOffset;\n BlockFragmentationType blockFragmentationType = \"none\";\n\n any data;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#dictdef-layoutconstraintsoptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutEdgeSizes.json b/tr/idlnamesparsed/LayoutEdgeSizes.json new file mode 100644 index 000000000000..5278a3165cf8 --- /dev/null +++ b/tr/idlnamesparsed/LayoutEdgeSizes.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutEdgeSizes", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutEdgeSizes {\n readonly attribute double inlineStart;\n readonly attribute double inlineEnd;\n\n readonly attribute double blockStart;\n readonly attribute double blockEnd;\n\n // Convenience attributes for the sum in one direction.\n readonly attribute double inline;\n readonly attribute double block;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutedgesizes" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutEdges.json b/tr/idlnamesparsed/LayoutEdges.json new file mode 100644 index 000000000000..89b3ef853530 --- /dev/null +++ b/tr/idlnamesparsed/LayoutEdges.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutEdges", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutEdges {\n readonly attribute LayoutEdgeSizes border;\n readonly attribute LayoutEdgeSizes scrollbar;\n readonly attribute LayoutEdgeSizes padding;\n\n readonly attribute LayoutEdgeSizes all;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutedges" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutFragment.json b/tr/idlnamesparsed/LayoutFragment.json new file mode 100644 index 000000000000..b9c6916a3516 --- /dev/null +++ b/tr/idlnamesparsed/LayoutFragment.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutFragment", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutFragment {\n readonly attribute double inlineSize;\n readonly attribute double blockSize;\n\n attribute double inlineOffset;\n attribute double blockOffset;\n\n readonly attribute any data;\n\n readonly attribute ChildBreakToken? breakToken;\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutfragment" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutFragmentRequest.json b/tr/idlnamesparsed/LayoutFragmentRequest.json new file mode 100644 index 000000000000..3dd7ec67829c --- /dev/null +++ b/tr/idlnamesparsed/LayoutFragmentRequest.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutFragmentRequest", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutFragmentRequest {\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutfragmentrequest" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutFragmentRequestOrIntrinsicSizesRequest.json b/tr/idlnamesparsed/LayoutFragmentRequestOrIntrinsicSizesRequest.json new file mode 100644 index 000000000000..e88a6d4d1a15 --- /dev/null +++ b/tr/idlnamesparsed/LayoutFragmentRequestOrIntrinsicSizesRequest.json @@ -0,0 +1,13 @@ +{ + "name": "LayoutFragmentRequestOrIntrinsicSizesRequest", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "typedef (IntrinsicSizesRequest or LayoutFragmentRequest)\n LayoutFragmentRequestOrIntrinsicSizesRequest;", + "href": "https://www.w3.org/TR/css-layout-api-1/#typedefdef-layoutfragmentrequestorintrinsicsizesrequest" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutOptions.json b/tr/idlnamesparsed/LayoutOptions.json new file mode 100644 index 000000000000..52c6504f9143 --- /dev/null +++ b/tr/idlnamesparsed/LayoutOptions.json @@ -0,0 +1,14 @@ +{ + "name": "LayoutOptions", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\ndictionary LayoutOptions {\n ChildDisplayType childDisplay = \"block\";\n LayoutSizingMode sizing = \"block-like\";\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#dictdef-layoutoptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutSizingMode.json b/tr/idlnamesparsed/LayoutSizingMode.json new file mode 100644 index 000000000000..cc8b81af259d --- /dev/null +++ b/tr/idlnamesparsed/LayoutSizingMode.json @@ -0,0 +1,13 @@ +{ + "name": "LayoutSizingMode", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Exposed=LayoutWorklet]\nenum LayoutSizingMode {\n \"block-like\",\n \"manual\",\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#enumdef-layoutsizingmode" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/LayoutWorkletGlobalScope.json b/tr/idlnamesparsed/LayoutWorkletGlobalScope.json new file mode 100644 index 000000000000..55cf97916b28 --- /dev/null +++ b/tr/idlnamesparsed/LayoutWorkletGlobalScope.json @@ -0,0 +1,27 @@ +{ + "name": "LayoutWorkletGlobalScope", + "defined": { + "spec": { + "title": "CSS Layout API Level 1", + "url": "https://www.w3.org/TR/css-layout-api-1/" + }, + "fragment": "[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet]\ninterface LayoutWorkletGlobalScope : WorkletGlobalScope {\n void registerLayout(DOMString name, VoidFunction layoutCtor);\n};", + "href": "https://www.w3.org/TR/css-layout-api-1/#layoutworkletglobalscope" + }, + "extended": [], + "inheritance": { + "name": "WorkletGlobalScope", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "[Exposed=Worklet, SecureContext]\ninterface WorkletGlobalScope {};", + "href": "https://html.spec.whatwg.org/multipage/worklets.html#workletglobalscope" + }, + "extended": [], + "inheritance": null, + "includes": [] + }, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/Navigator.json b/tr/idlnamesparsed/Navigator.json index 437c42564b5b..1dec51c92c9a 100644 --- a/tr/idlnamesparsed/Navigator.json +++ b/tr/idlnamesparsed/Navigator.json @@ -289,6 +289,34 @@ }, "fragment": "partial interface Navigator {\n [SecureContext, SameObject] readonly attribute ServiceWorkerContainer serviceWorker;\n};" }, + { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "partial interface Navigator {\n readonly attribute DOMString? doNotTrack;\n};" + }, + { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "partial interface Navigator {\n Promise storeTrackingException (\n TrackingExData properties\n );\n};" + }, + { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "partial interface Navigator {\n Promise removeTrackingException (\n TrackingExData properties\n );\n};" + }, + { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "partial interface Navigator {\n Promise trackingExceptionExists (\n TrackingExData properties\n );\n};" + }, { "spec": { "title": "Vibration API (Second Edition)", diff --git a/tr/idlnamesparsed/NavigatorUAData.json b/tr/idlnamesparsed/NavigatorUAData.json index 38df40f33381..b649ec6e9c65 100644 --- a/tr/idlnamesparsed/NavigatorUAData.json +++ b/tr/idlnamesparsed/NavigatorUAData.json @@ -5,7 +5,7 @@ "title": "User-Agent Client Hints", "url": "https://wicg.github.io/ua-client-hints/" }, - "fragment": "[Exposed=(Window,Worker)]\ninterface NavigatorUAData {\n readonly attribute FrozenArray brands;\n readonly attribute boolean mobile;\n readonly attribute DOMString platform;\n Promise getHighEntropyValues(sequence hints);\n};", + "fragment": "[Exposed=(Window,Worker)]\ninterface NavigatorUAData {\n readonly attribute FrozenArray brands;\n readonly attribute boolean mobile;\n readonly attribute DOMString platform;\n Promise getHighEntropyValues(sequence hints);\n UALowEntropyJSON toJSON();\n};", "href": "https://wicg.github.io/ua-client-hints/#navigatoruadata" }, "extended": [], diff --git a/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json b/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json index 2367f5ce830d..c8d6977e552d 100644 --- a/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json +++ b/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json @@ -306,7 +306,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n};", + "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n attribute double textLetterSpacing; // (default: 0)\n attribute double textWordSpacing; // (default: 0)\n attribute CanvasFontKerning fontKerning; // (default: \"auto\")\n attribute CanvasFontStretch fontStretch; // (default: \"normal\")\n attribute CanvasFontVariantCaps fontVariantCaps; // (default: \"normal\")\n attribute CanvasTextRendering textRendering; // (default: \"normal\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvastextdrawingstyles" }, "extended": [], diff --git a/tr/idlnamesparsed/PaymentDelegation.json b/tr/idlnamesparsed/PaymentDelegation.json new file mode 100644 index 000000000000..d285e3ab0952 --- /dev/null +++ b/tr/idlnamesparsed/PaymentDelegation.json @@ -0,0 +1,13 @@ +{ + "name": "PaymentDelegation", + "defined": { + "spec": { + "title": "Payment Handler API", + "url": "https://www.w3.org/TR/payment-handler/" + }, + "fragment": "enum PaymentDelegation {\n \"shippingAddress\",\n \"payerName\",\n \"payerPhone\",\n \"payerEmail\"\n};", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentdelegation" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/PaymentHandlerResponse.json b/tr/idlnamesparsed/PaymentHandlerResponse.json index bca891b5b293..e12c2e883f93 100644 --- a/tr/idlnamesparsed/PaymentHandlerResponse.json +++ b/tr/idlnamesparsed/PaymentHandlerResponse.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "dictionary PaymentHandlerResponse {\nDOMString methodName;\nobject details;\n};", + "fragment": "dictionary PaymentHandlerResponse {\nDOMString methodName;\nobject details;\nDOMString? payerName;\nDOMString? payerEmail;\nDOMString? payerPhone;\nAddressInit shippingAddress;\nDOMString? shippingOption;\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-paymenthandlerresponse" }, "extended": [], diff --git a/tr/idlnamesparsed/PaymentInstruments.json b/tr/idlnamesparsed/PaymentInstruments.json index 7b0e8bfae5ab..cb6665380c14 100644 --- a/tr/idlnamesparsed/PaymentInstruments.json +++ b/tr/idlnamesparsed/PaymentInstruments.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentInstruments {\n Promise delete(DOMString instrumentKey);\n Promise get(DOMString instrumentKey);\n Promise> keys();\n Promise has(DOMString instrumentKey);\n Promise set(DOMString instrumentKey, PaymentInstrument details);\n Promise clear();\n};", + "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentInstruments {\n Promise delete(DOMString instrumentKey);\n Promise get(DOMString instrumentKey);\n Promise> keys();\n Promise has(DOMString instrumentKey);\n Promise set(DOMString instrumentKey, PaymentInstrument details);\n Promise clear();\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments" }, "extended": [], diff --git a/tr/idlnamesparsed/PaymentManager.json b/tr/idlnamesparsed/PaymentManager.json index 98e9aea077c2..079f6a438cf7 100644 --- a/tr/idlnamesparsed/PaymentManager.json +++ b/tr/idlnamesparsed/PaymentManager.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentManager {\n [SameObject] readonly attribute PaymentInstruments instruments;\n attribute DOMString userHint;\n};", + "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentManager {\n [SameObject] readonly attribute PaymentInstruments instruments;\n attribute DOMString userHint;\n Promise enableDelegations(sequence delegations);\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentmanager" }, "extended": [], diff --git a/tr/idlnamesparsed/PaymentRequestDetailsUpdate.json b/tr/idlnamesparsed/PaymentRequestDetailsUpdate.json new file mode 100644 index 000000000000..b685515c3987 --- /dev/null +++ b/tr/idlnamesparsed/PaymentRequestDetailsUpdate.json @@ -0,0 +1,14 @@ +{ + "name": "PaymentRequestDetailsUpdate", + "defined": { + "spec": { + "title": "Payment Handler API", + "url": "https://www.w3.org/TR/payment-handler/" + }, + "fragment": "dictionary PaymentRequestDetailsUpdate {\n DOMString error;\n PaymentCurrencyAmount total;\n sequence modifiers;\n sequence shippingOptions;\n object paymentMethodErrors;\n AddressErrors shippingAddressErrors;\n};", + "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestdetailsupdate" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/PaymentRequestEvent.json b/tr/idlnamesparsed/PaymentRequestEvent.json index 7e2a34d87efe..c03c9e0f1ae2 100644 --- a/tr/idlnamesparsed/PaymentRequestEvent.json +++ b/tr/idlnamesparsed/PaymentRequestEvent.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "[Exposed=ServiceWorker]\ninterface PaymentRequestEvent : ExtendableEvent {\n constructor(DOMString type, PaymentRequestEventInit eventInitDict);\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute DOMString paymentRequestId;\n readonly attribute FrozenArray methodData;\n readonly attribute object total;\n readonly attribute FrozenArray modifiers;\n readonly attribute DOMString instrumentKey;\n readonly attribute boolean requestBillingAddress;\n Promise openWindow(USVString url);\n Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null);\n void respondWith(Promise handlerResponsePromise);\n};", + "fragment": "[Exposed=ServiceWorker]\ninterface PaymentRequestEvent : ExtendableEvent {\n constructor(DOMString type, optional PaymentRequestEventInit eventInitDict = {});\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute DOMString paymentRequestId;\n readonly attribute FrozenArray methodData;\n readonly attribute object total;\n readonly attribute FrozenArray modifiers;\n readonly attribute DOMString instrumentKey;\n readonly attribute boolean requestBillingAddress;\n readonly attribute object? paymentOptions;\n readonly attribute FrozenArray? shippingOptions;\n Promise openWindow(USVString url);\n Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null);\n Promise changeShippingAddress(optional AddressInit shippingAddress = {});\n Promise changeShippingOption(DOMString shippingOption);\n undefined respondWith(Promise handlerResponsePromise);\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent" }, "extended": [], diff --git a/tr/idlnamesparsed/PaymentRequestEventInit.json b/tr/idlnamesparsed/PaymentRequestEventInit.json index 0c2a9e8a7477..10c27a79ae47 100644 --- a/tr/idlnamesparsed/PaymentRequestEventInit.json +++ b/tr/idlnamesparsed/PaymentRequestEventInit.json @@ -5,7 +5,7 @@ "title": "Payment Handler API", "url": "https://www.w3.org/TR/payment-handler/" }, - "fragment": "dictionary PaymentRequestEventInit : ExtendableEventInit {\n USVString topOrigin;\n USVString paymentRequestOrigin;\n DOMString paymentRequestId;\n sequence methodData;\n PaymentCurrencyAmount total;\n sequence modifiers;\n DOMString instrumentKey;\n};", + "fragment": "dictionary PaymentRequestEventInit : ExtendableEventInit {\n USVString topOrigin;\n USVString paymentRequestOrigin;\n DOMString paymentRequestId;\n sequence methodData;\n PaymentCurrencyAmount total;\n sequence modifiers;\n DOMString instrumentKey;\n PaymentOptions paymentOptions;\n sequence shippingOptions;\n};", "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequesteventinit" }, "extended": [], diff --git a/tr/idlnamesparsed/PixelFormat.json b/tr/idlnamesparsed/PixelFormat.json index 4e867005f629..a370d1682911 100644 --- a/tr/idlnamesparsed/PixelFormat.json +++ b/tr/idlnamesparsed/PixelFormat.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "enum PixelFormat {\n \"I420\"\n};", - "href": "https://w3c.github.io/webcodecs/#enumdef-pixelformat" + "href": "https://www.w3.org/TR/webcodecs/#enumdef-pixelformat" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/Plane.json b/tr/idlnamesparsed/Plane.json index b46b7d0fcdb0..d7c2661f7b92 100644 --- a/tr/idlnamesparsed/Plane.json +++ b/tr/idlnamesparsed/Plane.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface Plane {\n readonly attribute unsigned long stride;\n readonly attribute unsigned long rows;\n readonly attribute unsigned long length;\n\n undefined readInto(ArrayBufferView dst);\n};", - "href": "https://w3c.github.io/webcodecs/#plane" + "href": "https://www.w3.org/TR/webcodecs/#plane" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/PlaneInit.json b/tr/idlnamesparsed/PlaneInit.json index cfeb97c16e17..01eeabb8be65 100644 --- a/tr/idlnamesparsed/PlaneInit.json +++ b/tr/idlnamesparsed/PlaneInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary PlaneInit {\n required BufferSource src;\n required unsigned long stride;\n required unsigned long rows;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-planeinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-planeinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCConfiguration.json b/tr/idlnamesparsed/RTCConfiguration.json index 0b089b3c5aed..42eefee96d91 100644 --- a/tr/idlnamesparsed/RTCConfiguration.json +++ b/tr/idlnamesparsed/RTCConfiguration.json @@ -8,15 +8,7 @@ "fragment": "dictionary RTCConfiguration {\n sequence iceServers;\n RTCIceTransportPolicy iceTransportPolicy;\n RTCBundlePolicy bundlePolicy;\n RTCRtcpMuxPolicy rtcpMuxPolicy;\n sequence certificates;\n [EnforceRange] octet iceCandidatePoolSize = 0;\n};", "href": "https://www.w3.org/TR/webrtc/#dom-rtcconfiguration" }, - "extended": [ - { - "spec": { - "title": "WebRTC Encoded Transform", - "url": "https://w3c.github.io/webrtc-encoded-transform/" - }, - "fragment": "// New fields in RTCConfiguration\npartial dictionary RTCConfiguration {\n boolean encodedInsertableStreams = false;\n};" - } - ], + "extended": [], "inheritance": null, "includes": [] } \ No newline at end of file diff --git a/tr/idlnamesparsed/RTCRtpReceiver.json b/tr/idlnamesparsed/RTCRtpReceiver.json index 85eadea03949..4fcd999cc523 100644 --- a/tr/idlnamesparsed/RTCRtpReceiver.json +++ b/tr/idlnamesparsed/RTCRtpReceiver.json @@ -14,7 +14,7 @@ "title": "WebRTC Encoded Transform", "url": "https://w3c.github.io/webrtc-encoded-transform/" }, - "fragment": "partial interface RTCRtpReceiver {\n RTCInsertableStreams createEncodedStreams();\n attribute RTCRtpTransform? transform;\n};" + "fragment": "partial interface RTCRtpReceiver {\n attribute RTCRtpTransform? transform;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/RTCRtpSender.json b/tr/idlnamesparsed/RTCRtpSender.json index 55a7cf7db4cf..8b55f1bea7d1 100644 --- a/tr/idlnamesparsed/RTCRtpSender.json +++ b/tr/idlnamesparsed/RTCRtpSender.json @@ -14,7 +14,7 @@ "title": "WebRTC Encoded Transform", "url": "https://w3c.github.io/webrtc-encoded-transform/" }, - "fragment": "// New methods for RTCRtpSender and RTCRtpReceiver\npartial interface RTCRtpSender {\n RTCInsertableStreams createEncodedStreams();\n attribute RTCRtpTransform? transform;\n};" + "fragment": "// New methods for RTCRtpSender and RTCRtpReceiver\npartial interface RTCRtpSender {\n attribute RTCRtpTransform? transform;\n};" }, { "spec": { diff --git a/tr/idlnamesparsed/ResizeObservation.json b/tr/idlnamesparsed/ResizeObservation.json new file mode 100644 index 000000000000..d9f521dab73d --- /dev/null +++ b/tr/idlnamesparsed/ResizeObservation.json @@ -0,0 +1,14 @@ +{ + "name": "ResizeObservation", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "[Constructor(Element target)\n]\ninterface ResizeObservation {\n readonly attribute Element target;\n readonly attribute ResizeObserverBoxOptions observedBox;\n readonly attribute sequence lastReportedSizes;\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#resizeobservation" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserver.json b/tr/idlnamesparsed/ResizeObserver.json new file mode 100644 index 000000000000..04982c712272 --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserver.json @@ -0,0 +1,14 @@ +{ + "name": "ResizeObserver", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "[Exposed=(Window),\n Constructor(ResizeObserverCallback callback)]\ninterface ResizeObserver {\n void observe(Element target, optional ResizeObserverOptions options);\n void unobserve(Element target);\n void disconnect();\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#resizeobserver" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserverBoxOptions.json b/tr/idlnamesparsed/ResizeObserverBoxOptions.json new file mode 100644 index 000000000000..f0791e83b537 --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserverBoxOptions.json @@ -0,0 +1,13 @@ +{ + "name": "ResizeObserverBoxOptions", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "enum ResizeObserverBoxOptions {\n \"border-box\", \"content-box\", \"device-pixel-content-box\"\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#enumdef-resizeobserverboxoptions" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserverCallback.json b/tr/idlnamesparsed/ResizeObserverCallback.json new file mode 100644 index 000000000000..f11b36381a44 --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserverCallback.json @@ -0,0 +1,13 @@ +{ + "name": "ResizeObserverCallback", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "callback ResizeObserverCallback = void (sequence entries, ResizeObserver observer);", + "href": "https://www.w3.org/TR/resize-observer-1/#callbackdef-resizeobservercallback" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserverEntry.json b/tr/idlnamesparsed/ResizeObserverEntry.json new file mode 100644 index 000000000000..b7ff7d9272ca --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserverEntry.json @@ -0,0 +1,14 @@ +{ + "name": "ResizeObserverEntry", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "[Exposed=Window]\ninterface ResizeObserverEntry {\n readonly attribute Element target;\n readonly attribute DOMRectReadOnly contentRect;\n readonly attribute sequence borderBoxSize;\n readonly attribute sequence contentBoxSize;\n readonly attribute sequence devicePixelContentBoxSize;\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#resizeobserverentry" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserverOptions.json b/tr/idlnamesparsed/ResizeObserverOptions.json new file mode 100644 index 000000000000..bb578176dab5 --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserverOptions.json @@ -0,0 +1,14 @@ +{ + "name": "ResizeObserverOptions", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "dictionary ResizeObserverOptions {\n ResizeObserverBoxOptions box = \"content-box\";\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#dictdef-resizeobserveroptions" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ResizeObserverSize.json b/tr/idlnamesparsed/ResizeObserverSize.json new file mode 100644 index 000000000000..8655fc4242e5 --- /dev/null +++ b/tr/idlnamesparsed/ResizeObserverSize.json @@ -0,0 +1,14 @@ +{ + "name": "ResizeObserverSize", + "defined": { + "spec": { + "title": "Resize Observer", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, + "fragment": "interface ResizeObserverSize {\n readonly attribute unrestricted double inlineSize;\n readonly attribute unrestricted double blockSize;\n};", + "href": "https://www.w3.org/TR/resize-observer-1/#resizeobserversize" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/TrackingExData.json b/tr/idlnamesparsed/TrackingExData.json new file mode 100644 index 000000000000..b7adcd535d31 --- /dev/null +++ b/tr/idlnamesparsed/TrackingExData.json @@ -0,0 +1,13 @@ +{ + "name": "TrackingExData", + "defined": { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "dictionary TrackingExData {\n DOMString? site;\n sequence? targets;\n DOMString? name;\n DOMString? explanation;\n DOMString? details;\n long? maxAge;\n};" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/TrackingExResult.json b/tr/idlnamesparsed/TrackingExResult.json new file mode 100644 index 000000000000..ccf22651f4f2 --- /dev/null +++ b/tr/idlnamesparsed/TrackingExResult.json @@ -0,0 +1,13 @@ +{ + "name": "TrackingExResult", + "defined": { + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "fragment": "dictionary TrackingExResult {\n boolean isSiteWide;\n};" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/UALowEntropyJSON.json b/tr/idlnamesparsed/UALowEntropyJSON.json new file mode 100644 index 000000000000..90a600b86b1f --- /dev/null +++ b/tr/idlnamesparsed/UALowEntropyJSON.json @@ -0,0 +1,14 @@ +{ + "name": "UALowEntropyJSON", + "defined": { + "spec": { + "title": "User-Agent Client Hints", + "url": "https://wicg.github.io/ua-client-hints/" + }, + "fragment": "dictionary UALowEntropyJSON {\n FrozenArray brands;\n boolean mobile;\n DOMString platform;\n};", + "href": "https://wicg.github.io/ua-client-hints/#dictdef-ualowentropyjson" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/VideoDecoder.json b/tr/idlnamesparsed/VideoDecoder.json index cb8baf0c5548..0e3c865e426c 100644 --- a/tr/idlnamesparsed/VideoDecoder.json +++ b/tr/idlnamesparsed/VideoDecoder.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface VideoDecoder {\n constructor(VideoDecoderInit init);\n\n readonly attribute CodecState state;\n readonly attribute long decodeQueueSize;\n\n undefined configure(VideoDecoderConfig config);\n undefined decode(EncodedVideoChunk chunk);\n Promise flush();\n undefined reset();\n undefined close();\n\n static Promise isConfigSupported(VideoDecoderConfig config);\n};", - "href": "https://w3c.github.io/webcodecs/#videodecoder" + "href": "https://www.w3.org/TR/webcodecs/#videodecoder" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoDecoderConfig.json b/tr/idlnamesparsed/VideoDecoderConfig.json index 0c7711612d0e..f5e9d550e269 100644 --- a/tr/idlnamesparsed/VideoDecoderConfig.json +++ b/tr/idlnamesparsed/VideoDecoderConfig.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoDecoderConfig {\n required DOMString codec;\n BufferSource description;\n unsigned long codedWidth;\n unsigned long codedHeight;\n unsigned long cropLeft;\n unsigned long cropTop;\n unsigned long cropWidth;\n unsigned long cropHeight;\n unsigned long displayWidth;\n unsigned long displayHeight;\n HardwareAcceleration hardwareAcceleration = \"allow\";\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecoderconfig" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderconfig" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoDecoderInit.json b/tr/idlnamesparsed/VideoDecoderInit.json index a237e68833e1..c340026608b3 100644 --- a/tr/idlnamesparsed/VideoDecoderInit.json +++ b/tr/idlnamesparsed/VideoDecoderInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoDecoderInit {\n required VideoFrameOutputCallback output;\n required WebCodecsErrorCallback error;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecoderinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecoderinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoDecoderSupport.json b/tr/idlnamesparsed/VideoDecoderSupport.json index 8436dd172b37..9fba3c0dbb69 100644 --- a/tr/idlnamesparsed/VideoDecoderSupport.json +++ b/tr/idlnamesparsed/VideoDecoderSupport.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoDecoderSupport {\n boolean supported;\n VideoDecoderConfig config;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videodecodersupport" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videodecodersupport" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoEncoder.json b/tr/idlnamesparsed/VideoEncoder.json index 9f6e64cbb2f3..59acfd02c754 100644 --- a/tr/idlnamesparsed/VideoEncoder.json +++ b/tr/idlnamesparsed/VideoEncoder.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface VideoEncoder {\n constructor(VideoEncoderInit init);\n\n readonly attribute CodecState state;\n readonly attribute long encodeQueueSize;\n\n undefined configure(VideoEncoderConfig config);\n undefined encode(VideoFrame frame, optional VideoEncoderEncodeOptions options = {});\n Promise flush();\n undefined reset();\n undefined close();\n\n static Promise isConfigSupported(VideoEncoderConfig config);\n};", - "href": "https://w3c.github.io/webcodecs/#videoencoder" + "href": "https://www.w3.org/TR/webcodecs/#videoencoder" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoEncoderConfig.json b/tr/idlnamesparsed/VideoEncoderConfig.json index 201a7bd6f52f..f4f0a2516d09 100644 --- a/tr/idlnamesparsed/VideoEncoderConfig.json +++ b/tr/idlnamesparsed/VideoEncoderConfig.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoEncoderConfig {\n required DOMString codec;\n unsigned long long bitrate;\n required unsigned long width;\n required unsigned long height;\n unsigned long displayWidth;\n unsigned long displayHeight;\n HardwareAcceleration hardwareAcceleration = \"allow\";\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderconfig" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderconfig" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoEncoderEncodeOptions.json b/tr/idlnamesparsed/VideoEncoderEncodeOptions.json index ab8583e55389..87f5c6db8a9d 100644 --- a/tr/idlnamesparsed/VideoEncoderEncodeOptions.json +++ b/tr/idlnamesparsed/VideoEncoderEncodeOptions.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoEncoderEncodeOptions {\n boolean keyFrame = false;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderencodeoptions" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderencodeoptions" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoEncoderInit.json b/tr/idlnamesparsed/VideoEncoderInit.json index ef3f46cfe335..7dc063077829 100644 --- a/tr/idlnamesparsed/VideoEncoderInit.json +++ b/tr/idlnamesparsed/VideoEncoderInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoEncoderInit {\n required EncodedVideoChunkOutputCallback output;\n required WebCodecsErrorCallback error;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencoderinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencoderinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoEncoderSupport.json b/tr/idlnamesparsed/VideoEncoderSupport.json index a9f4b79989fe..7179db82d483 100644 --- a/tr/idlnamesparsed/VideoEncoderSupport.json +++ b/tr/idlnamesparsed/VideoEncoderSupport.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoEncoderSupport {\n boolean supported;\n VideoEncoderConfig config;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoencodersupport" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoencodersupport" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoFrame.json b/tr/idlnamesparsed/VideoFrame.json index 9723e0e2f4d2..c0b059e3de6f 100644 --- a/tr/idlnamesparsed/VideoFrame.json +++ b/tr/idlnamesparsed/VideoFrame.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "[Exposed=(Window,DedicatedWorker)]\ninterface VideoFrame {\n constructor(ImageBitmap imageBitmap, optional VideoFrameInit frameInit = {});\n constructor(PixelFormat pixelFormat, sequence<(Plane or PlaneInit)> planes,\n optional VideoFrameInit frameInit = {});\n\n readonly attribute PixelFormat format;\n readonly attribute FrozenArray planes;\n readonly attribute unsigned long codedWidth;\n readonly attribute unsigned long codedHeight;\n readonly attribute unsigned long cropLeft;\n readonly attribute unsigned long cropTop;\n readonly attribute unsigned long cropWidth;\n readonly attribute unsigned long cropHeight;\n readonly attribute unsigned long displayWidth;\n readonly attribute unsigned long displayHeight;\n readonly attribute unsigned long long? duration;\n readonly attribute unsigned long long? timestamp;\n\n undefined destroy();\n VideoFrame clone();\n\n Promise createImageBitmap(\n optional ImageBitmapOptions options = {});\n\n};", - "href": "https://w3c.github.io/webcodecs/#videoframe" + "href": "https://www.w3.org/TR/webcodecs/#videoframe" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoFrameInit.json b/tr/idlnamesparsed/VideoFrameInit.json index ef5ed97a90ae..99293673bc5b 100644 --- a/tr/idlnamesparsed/VideoFrameInit.json +++ b/tr/idlnamesparsed/VideoFrameInit.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "dictionary VideoFrameInit {\n unsigned long codedWidth;\n unsigned long codedHeight;\n unsigned long cropLeft;\n unsigned long cropTop;\n unsigned long cropWidth;\n unsigned long cropHeight;\n unsigned long displayWidth;\n unsigned long displayHeight;\n unsigned long long duration;\n unsigned long long timestamp;\n};", - "href": "https://w3c.github.io/webcodecs/#dictdef-videoframeinit" + "href": "https://www.w3.org/TR/webcodecs/#dictdef-videoframeinit" }, "extended": [], "inheritance": null, diff --git a/tr/idlnamesparsed/VideoFrameOutputCallback.json b/tr/idlnamesparsed/VideoFrameOutputCallback.json index c3eadc8cccc2..d5c268590db2 100644 --- a/tr/idlnamesparsed/VideoFrameOutputCallback.json +++ b/tr/idlnamesparsed/VideoFrameOutputCallback.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "callback VideoFrameOutputCallback = undefined(VideoFrame output);", - "href": "https://w3c.github.io/webcodecs/#callbackdef-videoframeoutputcallback" + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-videoframeoutputcallback" }, "extended": [], "includes": [] diff --git a/tr/idlnamesparsed/WebCodecsErrorCallback.json b/tr/idlnamesparsed/WebCodecsErrorCallback.json index f1e1191135ea..5308384ea1aa 100644 --- a/tr/idlnamesparsed/WebCodecsErrorCallback.json +++ b/tr/idlnamesparsed/WebCodecsErrorCallback.json @@ -3,10 +3,10 @@ "defined": { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "fragment": "callback WebCodecsErrorCallback = undefined(DOMException error);", - "href": "https://w3c.github.io/webcodecs/#callbackdef-webcodecserrorcallback" + "href": "https://www.w3.org/TR/webcodecs/#callbackdef-webcodecserrorcallback" }, "extended": [], "includes": [] diff --git a/tr/idlparsed/SVG11.json b/tr/idlparsed/SVG11.json new file mode 100644 index 000000000000..e012c123f30e --- /dev/null +++ b/tr/idlparsed/SVG11.json @@ -0,0 +1,50 @@ +{ + "spec": { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "url": "https://www.w3.org/TR/SVG11/" + }, + "idlparsed": { + "name": "WebIDLParseError", + "bareMessage": "Unterminated attribute, expected `;`", + "context": "Syntax error at line 2, since `interface SVGElement`:\n attribute DOMString id setraises(DOMException);\n ^", + "line": 2, + "input": "setraises(DOMException);", + "tokens": [ + { + "type": "identifier", + "value": "setraises", + "trivia": " ", + "line": 2, + "index": 8 + }, + { + "type": "(", + "value": "(", + "trivia": "", + "line": 2, + "index": 9 + }, + { + "type": "identifier", + "value": "DOMException", + "trivia": "", + "line": 2, + "index": 10 + }, + { + "type": ")", + "value": ")", + "trivia": "", + "line": 2, + "index": 11 + }, + { + "type": ";", + "value": ";", + "trivia": "", + "line": 2, + "index": 12 + } + ] + } +} \ No newline at end of file diff --git a/tr/idlparsed/construct-stylesheets.json b/tr/idlparsed/construct-stylesheets.json index 0f256e43d794..906f9f182d12 100644 --- a/tr/idlparsed/construct-stylesheets.json +++ b/tr/idlparsed/construct-stylesheets.json @@ -112,7 +112,7 @@ "idlExtendedNames": { "CSSStyleSheet": [ { - "fragment": "partial interface CSSStyleSheet {\n constructor(optional CSSStyleSheetInit options = {});\n Promise replace(USVString text);\n void replaceSync(USVString text);\n};", + "fragment": "partial interface CSSStyleSheet {\n constructor(optional CSSStyleSheetInit options = {});\n Promise replace(USVString text);\n undefined replaceSync(USVString text);\n};", "type": "interface", "name": "CSSStyleSheet", "inheritance": null, @@ -191,7 +191,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" }, "arguments": [ { @@ -261,8 +261,7 @@ "dependencies": { "CSSStyleSheet": [ "CSSStyleSheetInit", - "CSSStyleSheet", - "void" + "CSSStyleSheet" ], "CSSStyleSheetInit": [ "MediaList" @@ -273,7 +272,6 @@ }, "externalDependencies": [ "CSSStyleSheet", - "void", "MediaList", "DocumentOrShadowRoot" ], diff --git a/tr/idlparsed/css-font-loading-3.json b/tr/idlparsed/css-font-loading-3.json index 99758fdf6ac5..fddf0954280d 100644 --- a/tr/idlparsed/css-font-loading-3.json +++ b/tr/idlparsed/css-font-loading-3.json @@ -5,45 +5,45 @@ }, "idlparsed": { "name": "WebIDLParseError", - "bareMessage": "Attributes cannot accept sequence types", - "context": "Syntax error at line 37, since `interface CSSFontFaceLoadEvent`:\n attribute sequence fontfaces;\n ^", - "line": 37, - "input": "fontfaces;\n};\n\nenum", + "bareMessage": "Unexpected token in extended attribute argument list", + "context": "Syntax error at line 42, since `enum FontFaceSetLoadStatus`:\n[SetClass(FontFace)]\n ^", + "line": 42, + "input": "FontFace)]\ninterface FontFaceSet", "tokens": [ { "type": "identifier", - "value": "fontfaces", - "trivia": " ", - "line": 37, - "index": 162 + "value": "FontFace", + "trivia": "", + "line": 42, + "index": 177 }, { - "type": ";", - "value": ";", + "type": ")", + "value": ")", "trivia": "", - "line": 37, - "index": 163 + "line": 42, + "index": 178 }, { - "type": "}", - "value": "}", - "trivia": "\n", - "line": 38, - "index": 164 + "type": "]", + "value": "]", + "trivia": "", + "line": 42, + "index": 179 }, { - "type": ";", - "value": ";", - "trivia": "", - "line": 38, - "index": 165 + "type": "interface", + "value": "interface", + "trivia": "\n", + "line": 43, + "index": 180 }, { - "type": "enum", - "value": "enum", - "trivia": "\n\n", - "line": 40, - "index": 166 + "type": "identifier", + "value": "FontFaceSet", + "trivia": " ", + "line": 43, + "index": 181 } ] } diff --git a/tr/idlparsed/css-layout-api-1.json b/tr/idlparsed/css-layout-api-1.json index 5ee68f45fff1..ca332e0f0846 100644 --- a/tr/idlparsed/css-layout-api-1.json +++ b/tr/idlparsed/css-layout-api-1.json @@ -4,47 +4,1566 @@ "url": "https://www.w3.org/TR/css-layout-api-1/" }, "idlparsed": { - "name": "WebIDLParseError", - "bareMessage": "Attributes cannot accept sequence types", - "context": "Syntax error at line 71, since `interface BreakToken`:\n attribute sequence childBreakTokens;\n ^", - "line": 71, - "input": "childBreakTokens;\n readonly attribute any", - "tokens": [ - { - "type": "identifier", - "value": "childBreakTokens", - "trivia": " ", - "line": 71, - "index": 238 - }, - { - "type": ";", - "value": ";", - "trivia": "", - "line": 71, - "index": 239 - }, - { - "type": "readonly", - "value": "readonly", - "trivia": "\n ", - "line": 72, - "index": 240 - }, - { - "type": "attribute", - "value": "attribute", - "trivia": " ", - "line": 72, - "index": 241 - }, - { - "type": "any", - "value": "any", - "trivia": " ", - "line": 72, - "index": 242 + "jsNames": { + "constructors": { + "LayoutWorklet": [ + "LayoutConstraints" + ] + }, + "functions": { + "LayoutWorklet": [ + "LayoutChild", + "LayoutFragment", + "IntrinsicSizes", + "ChildBreakToken", + "BreakToken", + "LayoutEdgeSizes", + "LayoutEdges", + "LayoutWorkletGlobalScope", + "IntrinsicSizesRequest", + "LayoutFragmentRequest" + ] + } + }, + "idlNames": { + "LayoutChild": { + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutChild {\n readonly attribute StylePropertyMapReadOnly styleMap;\n\n IntrinsicSizesRequest intrinsicSizes();\n LayoutFragmentRequest layoutNextFragment(LayoutConstraints constraints, ChildBreakToken breakToken);\n};", + "type": "interface", + "name": "LayoutChild", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "styleMap", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "StylePropertyMapReadOnly" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "operation", + "name": "intrinsicSizes", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "IntrinsicSizesRequest" + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "layoutNextFragment", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutFragmentRequest" + }, + "arguments": [ + { + "type": "argument", + "name": "constraints", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutConstraints" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "breakToken", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ChildBreakToken" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutFragment": { + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutFragment {\n readonly attribute double inlineSize;\n readonly attribute double blockSize;\n\n attribute double inlineOffset;\n attribute double blockOffset;\n\n readonly attribute any data;\n\n readonly attribute ChildBreakToken? breakToken;\n};", + "type": "interface", + "name": "LayoutFragment", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "inlineSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "inlineOffset", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "blockOffset", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "data", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "breakToken", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "ChildBreakToken" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "IntrinsicSizes": { + "fragment": "[Exposed=LayoutWorklet]\ninterface IntrinsicSizes {\n readonly attribute double minContentSize;\n readonly attribute double maxContentSize;\n};", + "type": "interface", + "name": "IntrinsicSizes", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "minContentSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "maxContentSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutConstraints": { + "fragment": "[Constructor(optional LayoutConstraintsOptions options),Exposed=LayoutWorklet]\ninterface LayoutConstraints {\n readonly attribute double availableInlineSize;\n readonly attribute double availableBlockSize;\n\n readonly attribute double? fixedInlineSize;\n readonly attribute double? fixedBlockSize;\n\n readonly attribute double percentageInlineSize;\n readonly attribute double percentageBlockSize;\n\n readonly attribute double? blockFragmentationOffset;\n readonly attribute BlockFragmentationType blockFragmentationType;\n\n readonly attribute any data;\n};", + "type": "interface", + "name": "LayoutConstraints", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "availableInlineSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "availableBlockSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "fixedInlineSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "fixedBlockSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "percentageInlineSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "percentageBlockSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockFragmentationOffset", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockFragmentationType", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BlockFragmentationType" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "data", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Constructor", + "rhs": null, + "arguments": [ + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutConstraintsOptions" + }, + "default": null, + "optional": true, + "variadic": false + } + ] + }, + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutConstraintsOptions": { + "fragment": "dictionary LayoutConstraintsOptions {\n double availableInlineSize = 0;\n double availableBlockSize = 0;\n\n double fixedInlineSize;\n double fixedBlockSize;\n\n double percentageInlineSize;\n double percentageBlockSize;\n\n double blockFragmentationOffset;\n BlockFragmentationType blockFragmentationType = \"none\";\n\n any data;\n};", + "type": "dictionary", + "name": "LayoutConstraintsOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "availableInlineSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "availableBlockSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "fixedInlineSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "fixedBlockSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "percentageInlineSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "percentageBlockSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "blockFragmentationOffset", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "blockFragmentationType", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BlockFragmentationType" + }, + "default": { + "type": "string", + "value": "none" + }, + "required": false + }, + { + "type": "field", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "BlockFragmentationType": { + "fragment": "enum BlockFragmentationType { \"none\", \"page\", \"column\", \"region\" };", + "type": "enum", + "name": "BlockFragmentationType", + "values": [ + { + "type": "enum-value", + "value": "none" + }, + { + "type": "enum-value", + "value": "page" + }, + { + "type": "enum-value", + "value": "column" + }, + { + "type": "enum-value", + "value": "region" + } + ], + "extAttrs": [] + }, + "ChildBreakToken": { + "fragment": "[Exposed=LayoutWorklet]\ninterface ChildBreakToken {\n readonly attribute BreakType breakType;\n readonly attribute LayoutChild child;\n};", + "type": "interface", + "name": "ChildBreakToken", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "breakType", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BreakType" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "child", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutChild" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "BreakToken": { + "fragment": "[Exposed=LayoutWorklet]\ninterface BreakToken {\n readonly attribute sequence childBreakTokens;\n readonly attribute any data;\n};", + "type": "interface", + "name": "BreakToken", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "childBreakTokens", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ChildBreakToken" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "data", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "BreakTokenOptions": { + "fragment": "dictionary BreakTokenOptions {\n sequence childBreakTokens;\n any data = null;\n};", + "type": "dictionary", + "name": "BreakTokenOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "childBreakTokens", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ChildBreakToken" + } + ] + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "default": { + "type": "null" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "BreakType": { + "fragment": "enum BreakType { \"none\", \"line\", \"column\", \"page\", \"region\" };", + "type": "enum", + "name": "BreakType", + "values": [ + { + "type": "enum-value", + "value": "none" + }, + { + "type": "enum-value", + "value": "line" + }, + { + "type": "enum-value", + "value": "column" + }, + { + "type": "enum-value", + "value": "page" + }, + { + "type": "enum-value", + "value": "region" + } + ], + "extAttrs": [] + }, + "LayoutEdgeSizes": { + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutEdgeSizes {\n readonly attribute double inlineStart;\n readonly attribute double inlineEnd;\n\n readonly attribute double blockStart;\n readonly attribute double blockEnd;\n\n // Convenience attributes for the sum in one direction.\n readonly attribute double inline;\n readonly attribute double block;\n};", + "type": "interface", + "name": "LayoutEdgeSizes", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "inlineStart", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "inlineEnd", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockStart", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockEnd", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "inline", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "block", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutEdges": { + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutEdges {\n readonly attribute LayoutEdgeSizes border;\n readonly attribute LayoutEdgeSizes scrollbar;\n readonly attribute LayoutEdgeSizes padding;\n\n readonly attribute LayoutEdgeSizes all;\n};", + "type": "interface", + "name": "LayoutEdges", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "border", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutEdgeSizes" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "scrollbar", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutEdgeSizes" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "padding", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutEdgeSizes" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "all", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutEdgeSizes" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutWorkletGlobalScope": { + "fragment": "[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet]\ninterface LayoutWorkletGlobalScope : WorkletGlobalScope {\n void registerLayout(DOMString name, VoidFunction layoutCtor);\n};", + "type": "interface", + "name": "LayoutWorkletGlobalScope", + "inheritance": "WorkletGlobalScope", + "members": [ + { + "type": "operation", + "name": "registerLayout", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + }, + "arguments": [ + { + "type": "argument", + "name": "name", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "layoutCtor", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "VoidFunction" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Global", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Worklet" + }, + { + "value": "LayoutWorklet" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutOptions": { + "fragment": "[Exposed=LayoutWorklet]\ndictionary LayoutOptions {\n ChildDisplayType childDisplay = \"block\";\n LayoutSizingMode sizing = \"block-like\";\n};", + "type": "dictionary", + "name": "LayoutOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "childDisplay", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ChildDisplayType" + }, + "default": { + "type": "string", + "value": "block" + }, + "required": false + }, + { + "type": "field", + "name": "sizing", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutSizingMode" + }, + "default": { + "type": "string", + "value": "block-like" + }, + "required": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "ChildDisplayType": { + "fragment": "[Exposed=LayoutWorklet]\nenum ChildDisplayType {\n \"block\",\n \"normal\",\n};", + "type": "enum", + "name": "ChildDisplayType", + "values": [ + { + "type": "enum-value", + "value": "block" + }, + { + "type": "enum-value", + "value": "normal" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ] + }, + "LayoutSizingMode": { + "fragment": "[Exposed=LayoutWorklet]\nenum LayoutSizingMode {\n \"block-like\",\n \"manual\",\n};", + "type": "enum", + "name": "LayoutSizingMode", + "values": [ + { + "type": "enum-value", + "value": "block-like" + }, + { + "type": "enum-value", + "value": "manual" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ] + }, + "IntrinsicSizesRequest": { + "fragment": "[Exposed=LayoutWorklet]\ninterface IntrinsicSizesRequest {\n};", + "type": "interface", + "name": "IntrinsicSizesRequest", + "inheritance": null, + "members": [], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutFragmentRequest": { + "fragment": "[Exposed=LayoutWorklet]\ninterface LayoutFragmentRequest {\n};", + "type": "interface", + "name": "LayoutFragmentRequest", + "inheritance": null, + "members": [], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "LayoutWorklet" + }, + "arguments": [] + } + ], + "partial": false + }, + "LayoutFragmentRequestOrIntrinsicSizesRequest": { + "fragment": "typedef (IntrinsicSizesRequest or LayoutFragmentRequest)\n LayoutFragmentRequestOrIntrinsicSizesRequest;", + "type": "typedef", + "name": "LayoutFragmentRequestOrIntrinsicSizesRequest", + "idlType": { + "type": "typedef-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "IntrinsicSizesRequest" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutFragmentRequest" + } + ] + }, + "extAttrs": [] + }, + "FragmentResultOptions": { + "fragment": "// This is the final return value from the author defined layout() method.\ndictionary FragmentResultOptions {\n double inlineSize = 0;\n double blockSize = 0;\n double autoBlockSize = 0;\n sequence childFragments = [];\n any data = null;\n BreakTokenOptions breakToken = null;\n};", + "type": "dictionary", + "name": "FragmentResultOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "inlineSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "blockSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "autoBlockSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": { + "type": "number", + "value": "0" + }, + "required": false + }, + { + "type": "field", + "name": "childFragments", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "LayoutFragment" + } + ] + }, + "default": { + "type": "sequence", + "value": [] + }, + "required": false + }, + { + "type": "field", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "default": { + "type": "null" + }, + "required": false + }, + { + "type": "field", + "name": "breakToken", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BreakTokenOptions" + }, + "default": { + "type": "null" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "IntrinsicSizesResultOptions": { + "fragment": "dictionary IntrinsicSizesResultOptions {\n double maxContentSize;\n double minContentSize;\n};", + "type": "dictionary", + "name": "IntrinsicSizesResultOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "maxContentSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "minContentSize", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false } - ] + }, + "idlExtendedNames": { + "CSS": [ + { + "fragment": "partial interface CSS {\n [SameObject] readonly attribute Worklet layoutWorklet;\n};", + "type": "interface", + "name": "CSS", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "layoutWorklet", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Worklet" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true + } + ], + "extAttrs": [], + "partial": true + } + ] + }, + "globals": { + "Worklet": [ + "LayoutWorkletGlobalScope" + ], + "LayoutWorklet": [ + "LayoutWorkletGlobalScope" + ] + }, + "exposed": { + "LayoutWorklet": [ + "LayoutChild", + "LayoutFragment", + "IntrinsicSizes", + "LayoutConstraints", + "ChildBreakToken", + "BreakToken", + "LayoutEdgeSizes", + "LayoutEdges", + "LayoutWorkletGlobalScope", + "LayoutOptions", + "IntrinsicSizesRequest", + "LayoutFragmentRequest" + ] + }, + "dependencies": { + "LayoutChild": [ + "StylePropertyMapReadOnly", + "IntrinsicSizesRequest", + "LayoutFragmentRequest", + "LayoutConstraints", + "ChildBreakToken" + ], + "LayoutFragment": [ + "ChildBreakToken" + ], + "IntrinsicSizes": [], + "LayoutConstraints": [ + "LayoutConstraintsOptions", + "BlockFragmentationType" + ], + "LayoutConstraintsOptions": [ + "BlockFragmentationType" + ], + "ChildBreakToken": [ + "BreakType", + "LayoutChild" + ], + "BreakToken": [ + "ChildBreakToken" + ], + "BreakTokenOptions": [ + "ChildBreakToken" + ], + "LayoutEdgeSizes": [], + "LayoutEdges": [ + "LayoutEdgeSizes" + ], + "CSS": [ + "Worklet" + ], + "LayoutWorkletGlobalScope": [ + "WorkletGlobalScope", + "void" + ], + "LayoutOptions": [ + "ChildDisplayType", + "LayoutSizingMode" + ], + "IntrinsicSizesRequest": [], + "LayoutFragmentRequest": [], + "FragmentResultOptions": [ + "LayoutFragment", + "BreakTokenOptions" + ], + "IntrinsicSizesResultOptions": [] + }, + "externalDependencies": [ + "StylePropertyMapReadOnly", + "CSS", + "Worklet", + "WorkletGlobalScope", + "void" + ], + "hasObsoleteIdl": false } } \ No newline at end of file diff --git a/tr/idlparsed/gpuweb.json b/tr/idlparsed/gpuweb.json index 93b043181607..3780049483e4 100644 --- a/tr/idlparsed/gpuweb.json +++ b/tr/idlparsed/gpuweb.json @@ -33,9 +33,9 @@ "GPUShaderStage", "GPUBindGroup", "GPUPipelineLayout", + "GPUShaderModule", "GPUCompilationMessage", "GPUCompilationInfo", - "GPUShaderModule", "GPUComputePipeline", "GPURenderPipeline", "GPUColorWrite", @@ -3755,6 +3755,96 @@ "extAttrs": [], "partial": false }, + "GPUShaderModule": { + "fragment": "[Exposed=Window, Serializable]\ninterface GPUShaderModule {\n Promise compilationInfo();\n};", + "type": "interface", + "name": "GPUShaderModule", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "compilationInfo", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GPUCompilationInfo" + } + ] + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Serializable", + "rhs": null, + "arguments": [] + } + ], + "partial": false + }, + "GPUShaderModuleDescriptor": { + "fragment": "dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n};", + "type": "dictionary", + "name": "GPUShaderModuleDescriptor", + "inheritance": "GPUObjectDescriptorBase", + "members": [ + { + "type": "field", + "name": "code", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "sourceMap", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "object" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, "GPUCompilationMessageType": { "fragment": "enum GPUCompilationMessageType {\n \"error\",\n \"warning\",\n \"info\"\n};", "type": "enum", @@ -3776,7 +3866,7 @@ "extAttrs": [] }, "GPUCompilationMessage": { - "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationMessage {\n readonly attribute DOMString message;\n readonly attribute GPUCompilationMessageType type;\n readonly attribute unsigned long long lineNum;\n readonly attribute unsigned long long linePos;\n};", + "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationMessage {\n readonly attribute DOMString message;\n readonly attribute GPUCompilationMessageType type;\n readonly attribute unsigned long long lineNum;\n readonly attribute unsigned long long linePos;\n readonly attribute unsigned long long offset;\n readonly attribute unsigned long long length;\n};", "type": "interface", "name": "GPUCompilationMessage", "inheritance": null, @@ -3840,52 +3930,32 @@ "extAttrs": [], "special": "", "readonly": true - } - ], - "extAttrs": [ + }, { - "type": "extended-attribute", - "name": "Exposed", - "rhs": { - "type": "identifier", - "value": "Window" + "type": "attribute", + "name": "offset", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long long" }, - "arguments": [] + "extAttrs": [], + "special": "", + "readonly": true }, - { - "type": "extended-attribute", - "name": "Serializable", - "rhs": null, - "arguments": [] - } - ], - "partial": false - }, - "GPUCompilationInfo": { - "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationInfo {\n readonly attribute FrozenArray messages;\n};", - "type": "interface", - "name": "GPUCompilationInfo", - "inheritance": null, - "members": [ { "type": "attribute", - "name": "messages", + "name": "length", "idlType": { "type": "attribute-type", "extAttrs": [], - "generic": "FrozenArray", + "generic": "", "nullable": false, "union": false, - "idlType": [ - { - "type": "attribute-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "GPUCompilationMessage" - } - ] + "idlType": "unsigned long long" }, "extAttrs": [], "special": "", @@ -3911,35 +3981,35 @@ ], "partial": false }, - "GPUShaderModule": { - "fragment": "[Exposed=Window, Serializable]\ninterface GPUShaderModule {\n Promise compilationInfo();\n};", + "GPUCompilationInfo": { + "fragment": "[Exposed=Window, Serializable]\ninterface GPUCompilationInfo {\n readonly attribute FrozenArray messages;\n};", "type": "interface", - "name": "GPUShaderModule", + "name": "GPUCompilationInfo", "inheritance": null, "members": [ { - "type": "operation", - "name": "compilationInfo", + "type": "attribute", + "name": "messages", "idlType": { - "type": "return-type", + "type": "attribute-type", "extAttrs": [], - "generic": "Promise", + "generic": "FrozenArray", "nullable": false, "union": false, "idlType": [ { - "type": "return-type", + "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, - "idlType": "GPUCompilationInfo" + "idlType": "GPUCompilationMessage" } ] }, - "arguments": [], "extAttrs": [], - "special": "" + "special": "", + "readonly": true } ], "extAttrs": [ @@ -3961,46 +4031,6 @@ ], "partial": false }, - "GPUShaderModuleDescriptor": { - "fragment": "dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n};", - "type": "dictionary", - "name": "GPUShaderModuleDescriptor", - "inheritance": "GPUObjectDescriptorBase", - "members": [ - { - "type": "field", - "name": "code", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "USVString" - }, - "default": null, - "required": true - }, - { - "type": "field", - "name": "sourceMap", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "object" - }, - "default": null, - "required": false - } - ], - "extAttrs": [], - "partial": false - }, "GPUPipelineDescriptorBase": { "fragment": "dictionary GPUPipelineDescriptorBase : GPUObjectDescriptorBase {\n GPUPipelineLayout layout;\n};", "type": "dictionary", @@ -6406,23 +6436,48 @@ "extAttrs": [], "partial": false }, - "GPUImageCopyImageBitmap": { - "fragment": "dictionary GPUImageCopyImageBitmap {\n required ImageBitmap imageBitmap;\n GPUOrigin2D origin = {};\n};", + "GPUImageCopyExternalImage": { + "fragment": "dictionary GPUImageCopyExternalImage {\n required (ImageBitmap or HTMLCanvasElement or OffscreenCanvas) source;\n GPUOrigin2D origin = {};\n};", "type": "dictionary", - "name": "GPUImageCopyImageBitmap", + "name": "GPUImageCopyExternalImage", "inheritance": null, "members": [ { "type": "field", - "name": "imageBitmap", + "name": "source", "extAttrs": [], "idlType": { "type": "dictionary-type", "extAttrs": [], "generic": "", "nullable": false, - "union": false, - "idlType": "ImageBitmap" + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ImageBitmap" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "HTMLCanvasElement" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "OffscreenCanvas" + } + ] }, "default": null, "required": true @@ -8495,7 +8550,7 @@ "partial": false }, "GPUQueue": { - "fragment": "[Exposed=Window]\ninterface GPUQueue {\n undefined submit(sequence commandBuffers);\n\n Promise onSubmittedWorkDone();\n\n undefined writeBuffer(\n GPUBuffer buffer,\n GPUSize64 bufferOffset,\n [AllowShared] BufferSource data,\n optional GPUSize64 dataOffset = 0,\n optional GPUSize64 size);\n\n undefined writeTexture(\n GPUImageCopyTexture destination,\n [AllowShared] BufferSource data,\n GPUImageDataLayout dataLayout,\n GPUExtent3D size);\n\n undefined copyImageBitmapToTexture(\n GPUImageCopyImageBitmap source,\n GPUImageCopyTexture destination,\n GPUExtent3D copySize);\n};", + "fragment": "[Exposed=Window]\ninterface GPUQueue {\n undefined submit(sequence commandBuffers);\n\n Promise onSubmittedWorkDone();\n\n undefined writeBuffer(\n GPUBuffer buffer,\n GPUSize64 bufferOffset,\n [AllowShared] BufferSource data,\n optional GPUSize64 dataOffset = 0,\n optional GPUSize64 size);\n\n undefined writeTexture(\n GPUImageCopyTexture destination,\n [AllowShared] BufferSource data,\n GPUImageDataLayout dataLayout,\n GPUExtent3D size);\n\n undefined copyExternalImageToTexture(\n GPUImageCopyExternalImage source,\n GPUImageCopyTexture destination,\n GPUExtent3D copySize);\n};", "type": "interface", "name": "GPUQueue", "inheritance": null, @@ -8760,7 +8815,7 @@ }, { "type": "operation", - "name": "copyImageBitmapToTexture", + "name": "copyExternalImageToTexture", "idlType": { "type": "return-type", "extAttrs": [], @@ -8780,7 +8835,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "GPUImageCopyImageBitmap" + "idlType": "GPUImageCopyExternalImage" }, "default": null, "optional": false, @@ -10532,9 +10587,9 @@ "GPUShaderStage", "GPUBindGroup", "GPUPipelineLayout", + "GPUShaderModule", "GPUCompilationMessage", "GPUCompilationInfo", - "GPUShaderModule", "GPUComputePipeline", "GPURenderPipeline", "GPUColorWrite", @@ -10726,12 +10781,6 @@ "GPUObjectDescriptorBase", "GPUBindGroupLayout" ], - "GPUCompilationMessage": [ - "GPUCompilationMessageType" - ], - "GPUCompilationInfo": [ - "GPUCompilationMessage" - ], "GPUShaderModule": [ "GPUCompilationInfo", "GPUObjectBase" @@ -10739,6 +10788,12 @@ "GPUShaderModuleDescriptor": [ "GPUObjectDescriptorBase" ], + "GPUCompilationMessage": [ + "GPUCompilationMessageType" + ], + "GPUCompilationInfo": [ + "GPUCompilationMessage" + ], "GPUPipelineDescriptorBase": [ "GPUObjectDescriptorBase", "GPUPipelineLayout" @@ -10860,8 +10915,10 @@ "GPUOrigin3D", "GPUTextureAspect" ], - "GPUImageCopyImageBitmap": [ + "GPUImageCopyExternalImage": [ "ImageBitmap", + "HTMLCanvasElement", + "OffscreenCanvas", "GPUOrigin2D" ], "GPUProgrammablePassEncoder": [ @@ -10946,7 +11003,7 @@ "GPUImageCopyTexture", "GPUImageDataLayout", "GPUExtent3D", - "GPUImageCopyImageBitmap", + "GPUImageCopyExternalImage", "GPUObjectBase" ], "GPUQuerySet": [ @@ -11003,6 +11060,8 @@ "externalDependencies": [ "EventTarget", "ImageBitmap", + "HTMLCanvasElement", + "OffscreenCanvas", "Event", "EventInit", "EventHandler" diff --git a/tr/idlparsed/html.json b/tr/idlparsed/html.json index 1296176fe372..4ad8a2d27314 100644 --- a/tr/idlparsed/html.json +++ b/tr/idlparsed/html.json @@ -18456,6 +18456,130 @@ ], "extAttrs": [] }, + "CanvasFontKerning": { + "fragment": "enum CanvasFontKerning { \"auto\", \"normal\", \"none\" };", + "type": "enum", + "name": "CanvasFontKerning", + "values": [ + { + "type": "enum-value", + "value": "auto" + }, + { + "type": "enum-value", + "value": "normal" + }, + { + "type": "enum-value", + "value": "none" + } + ], + "extAttrs": [] + }, + "CanvasFontStretch": { + "fragment": "enum CanvasFontStretch { \"ultra-condensed\", \"extra-condensed\", \"condensed\", \"semi-condensed\", \"normal\", \"semi-expanded\", \"expanded\", \"extra-expanded\", \"ultra-expanded\" };", + "type": "enum", + "name": "CanvasFontStretch", + "values": [ + { + "type": "enum-value", + "value": "ultra-condensed" + }, + { + "type": "enum-value", + "value": "extra-condensed" + }, + { + "type": "enum-value", + "value": "condensed" + }, + { + "type": "enum-value", + "value": "semi-condensed" + }, + { + "type": "enum-value", + "value": "normal" + }, + { + "type": "enum-value", + "value": "semi-expanded" + }, + { + "type": "enum-value", + "value": "expanded" + }, + { + "type": "enum-value", + "value": "extra-expanded" + }, + { + "type": "enum-value", + "value": "ultra-expanded" + } + ], + "extAttrs": [] + }, + "CanvasFontVariantCaps": { + "fragment": "enum CanvasFontVariantCaps { \"normal\", \"small-caps\", \"all-small-caps\", \"petite-caps\", \"all-petite-caps\", \"unicase\", \"titling-caps\" };", + "type": "enum", + "name": "CanvasFontVariantCaps", + "values": [ + { + "type": "enum-value", + "value": "normal" + }, + { + "type": "enum-value", + "value": "small-caps" + }, + { + "type": "enum-value", + "value": "all-small-caps" + }, + { + "type": "enum-value", + "value": "petite-caps" + }, + { + "type": "enum-value", + "value": "all-petite-caps" + }, + { + "type": "enum-value", + "value": "unicase" + }, + { + "type": "enum-value", + "value": "titling-caps" + } + ], + "extAttrs": [] + }, + "CanvasTextRendering": { + "fragment": "enum CanvasTextRendering { \"auto\", \"optimizeSpeed\", \"optimizeLegibility\", \"geometricPrecision\" };", + "type": "enum", + "name": "CanvasTextRendering", + "values": [ + { + "type": "enum-value", + "value": "auto" + }, + { + "type": "enum-value", + "value": "optimizeSpeed" + }, + { + "type": "enum-value", + "value": "optimizeLegibility" + }, + { + "type": "enum-value", + "value": "geometricPrecision" + } + ], + "extAttrs": [] + }, "CanvasPathDrawingStyles": { "fragment": "interface mixin CanvasPathDrawingStyles {\n // line caps/joins\n attribute unrestricted double lineWidth; // (default 1)\n attribute CanvasLineCap lineCap; // (default \"butt\")\n attribute CanvasLineJoin lineJoin; // (default \"miter\")\n attribute unrestricted double miterLimit; // (default 10)\n\n // dashed lines\n undefined setLineDash(sequence segments); // default empty\n sequence getLineDash();\n attribute unrestricted double lineDashOffset;\n};", "type": "interface mixin", @@ -18607,7 +18731,7 @@ "partial": false }, "CanvasTextDrawingStyles": { - "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n};", + "fragment": "interface mixin CanvasTextDrawingStyles {\n // text\n attribute DOMString font; // (default 10px sans-serif)\n attribute CanvasTextAlign textAlign; // (default: \"start\")\n attribute CanvasTextBaseline textBaseline; // (default: \"alphabetic\")\n attribute CanvasDirection direction; // (default: \"inherit\")\n attribute double textLetterSpacing; // (default: 0)\n attribute double textWordSpacing; // (default: 0)\n attribute CanvasFontKerning fontKerning; // (default: \"auto\")\n attribute CanvasFontStretch fontStretch; // (default: \"normal\")\n attribute CanvasFontVariantCaps fontVariantCaps; // (default: \"normal\")\n attribute CanvasTextRendering textRendering; // (default: \"normal\")\n};", "type": "interface mixin", "name": "CanvasTextDrawingStyles", "inheritance": null, @@ -18671,6 +18795,96 @@ "extAttrs": [], "special": "", "readonly": false + }, + { + "type": "attribute", + "name": "textLetterSpacing", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "textWordSpacing", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "double" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "fontKerning", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFontKerning" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "fontStretch", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFontStretch" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "fontVariantCaps", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFontVariantCaps" + }, + "extAttrs": [], + "special": "", + "readonly": false + }, + { + "type": "attribute", + "name": "textRendering", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasTextRendering" + }, + "extAttrs": [], + "special": "", + "readonly": false } ], "extAttrs": [], @@ -37961,7 +38175,11 @@ "CanvasTextDrawingStyles": [ "CanvasTextAlign", "CanvasTextBaseline", - "CanvasDirection" + "CanvasDirection", + "CanvasFontKerning", + "CanvasFontStretch", + "CanvasFontVariantCaps", + "CanvasTextRendering" ], "CanvasPath": [], "CanvasGradient": [], diff --git a/tr/idlparsed/payment-handler.json b/tr/idlparsed/payment-handler.json index 4e61f7091465..eff83086e996 100644 --- a/tr/idlparsed/payment-handler.json +++ b/tr/idlparsed/payment-handler.json @@ -24,7 +24,7 @@ }, "idlNames": { "PaymentManager": { - "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentManager {\n [SameObject] readonly attribute PaymentInstruments instruments;\n attribute DOMString userHint;\n};", + "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentManager {\n [SameObject] readonly attribute PaymentInstruments instruments;\n attribute DOMString userHint;\n Promise enableDelegations(sequence delegations);\n};", "type": "interface", "name": "PaymentManager", "inheritance": null, @@ -65,6 +65,56 @@ "extAttrs": [], "special": "", "readonly": false + }, + { + "type": "operation", + "name": "enableDelegations", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "delegations", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "PaymentDelegation" + } + ] + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" } ], "extAttrs": [ @@ -93,8 +143,32 @@ ], "partial": false }, + "PaymentDelegation": { + "fragment": "enum PaymentDelegation {\n \"shippingAddress\",\n \"payerName\",\n \"payerPhone\",\n \"payerEmail\"\n};", + "type": "enum", + "name": "PaymentDelegation", + "values": [ + { + "type": "enum-value", + "value": "shippingAddress" + }, + { + "type": "enum-value", + "value": "payerName" + }, + { + "type": "enum-value", + "value": "payerPhone" + }, + { + "type": "enum-value", + "value": "payerEmail" + } + ], + "extAttrs": [] + }, "PaymentInstruments": { - "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentInstruments {\n Promise delete(DOMString instrumentKey);\n Promise get(DOMString instrumentKey);\n Promise> keys();\n Promise has(DOMString instrumentKey);\n Promise set(DOMString instrumentKey, PaymentInstrument details);\n Promise clear();\n};", + "fragment": "[SecureContext, Exposed=(Window,Worker)]\ninterface PaymentInstruments {\n Promise delete(DOMString instrumentKey);\n Promise get(DOMString instrumentKey);\n Promise> keys();\n Promise has(DOMString instrumentKey);\n Promise set(DOMString instrumentKey, PaymentInstrument details);\n Promise clear();\n};", "type": "interface", "name": "PaymentInstruments", "inheritance": null, @@ -271,7 +345,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" } ] }, @@ -328,7 +402,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" } ] }, @@ -498,7 +572,7 @@ "partial": false }, "CanMakePaymentEvent": { - "fragment": "[Exposed=ServiceWorker]\ninterface CanMakePaymentEvent : ExtendableEvent {\n constructor(DOMString type, CanMakePaymentEventInit eventInitDict);\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute FrozenArray methodData;\n void respondWith(Promise canMakePaymentResponse);\n};", + "fragment": "[Exposed=ServiceWorker]\ninterface CanMakePaymentEvent : ExtendableEvent {\n constructor(DOMString type, optional CanMakePaymentEventInit eventInitDict = {});\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute FrozenArray methodData;\n undefined respondWith(Promise canMakePaymentResponse);\n};", "type": "interface", "name": "CanMakePaymentEvent", "inheritance": "ExtendableEvent", @@ -534,8 +608,10 @@ "union": false, "idlType": "CanMakePaymentEventInit" }, - "default": null, - "optional": false, + "default": { + "type": "dictionary" + }, + "optional": true, "variadic": false } ], @@ -604,7 +680,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" }, "arguments": [ { @@ -714,10 +790,10 @@ "extAttrs": [], "partial": false }, - "PaymentMethodChangeResponse": { - "fragment": "dictionary PaymentMethodChangeResponse {\n DOMString error;\n PaymentCurrencyAmount total;\n FrozenArray modifiers;\n object paymentMethodErrors;\n};", + "PaymentRequestDetailsUpdate": { + "fragment": "dictionary PaymentRequestDetailsUpdate {\n DOMString error;\n PaymentCurrencyAmount total;\n sequence modifiers;\n sequence shippingOptions;\n object paymentMethodErrors;\n AddressErrors shippingAddressErrors;\n};", "type": "dictionary", - "name": "PaymentMethodChangeResponse", + "name": "PaymentRequestDetailsUpdate", "inheritance": null, "members": [ { @@ -757,7 +833,7 @@ "idlType": { "type": "dictionary-type", "extAttrs": [], - "generic": "FrozenArray", + "generic": "sequence", "nullable": false, "union": false, "idlType": [ @@ -774,6 +850,30 @@ "default": null, "required": false }, + { + "type": "field", + "name": "shippingOptions", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "PaymentShippingOption" + } + ] + }, + "default": null, + "required": false + }, { "type": "field", "name": "paymentMethodErrors", @@ -788,13 +888,28 @@ }, "default": null, "required": false + }, + { + "type": "field", + "name": "shippingAddressErrors", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AddressErrors" + }, + "default": null, + "required": false } ], "extAttrs": [], "partial": false }, "PaymentRequestEvent": { - "fragment": "[Exposed=ServiceWorker]\ninterface PaymentRequestEvent : ExtendableEvent {\n constructor(DOMString type, PaymentRequestEventInit eventInitDict);\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute DOMString paymentRequestId;\n readonly attribute FrozenArray methodData;\n readonly attribute object total;\n readonly attribute FrozenArray modifiers;\n readonly attribute DOMString instrumentKey;\n readonly attribute boolean requestBillingAddress;\n Promise openWindow(USVString url);\n Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null);\n void respondWith(Promise handlerResponsePromise);\n};", + "fragment": "[Exposed=ServiceWorker]\ninterface PaymentRequestEvent : ExtendableEvent {\n constructor(DOMString type, optional PaymentRequestEventInit eventInitDict = {});\n readonly attribute USVString topOrigin;\n readonly attribute USVString paymentRequestOrigin;\n readonly attribute DOMString paymentRequestId;\n readonly attribute FrozenArray methodData;\n readonly attribute object total;\n readonly attribute FrozenArray modifiers;\n readonly attribute DOMString instrumentKey;\n readonly attribute boolean requestBillingAddress;\n readonly attribute object? paymentOptions;\n readonly attribute FrozenArray? shippingOptions;\n Promise openWindow(USVString url);\n Promise changePaymentMethod(DOMString methodName, optional object? methodDetails = null);\n Promise changeShippingAddress(optional AddressInit shippingAddress = {});\n Promise changeShippingOption(DOMString shippingOption);\n undefined respondWith(Promise handlerResponsePromise);\n};", "type": "interface", "name": "PaymentRequestEvent", "inheritance": "ExtendableEvent", @@ -830,8 +945,10 @@ "union": false, "idlType": "PaymentRequestEventInit" }, - "default": null, - "optional": false, + "default": { + "type": "dictionary" + }, + "optional": true, "variadic": false } ], @@ -975,6 +1092,45 @@ "special": "", "readonly": true }, + { + "type": "attribute", + "name": "paymentOptions", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "object" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "shippingOptions", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "FrozenArray", + "nullable": true, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "PaymentShippingOption" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + }, { "type": "operation", "name": "openWindow", @@ -1032,7 +1188,7 @@ "generic": "", "nullable": true, "union": false, - "idlType": "PaymentMethodChangeResponse" + "idlType": "PaymentRequestDetailsUpdate" } ] }, @@ -1075,6 +1231,90 @@ "extAttrs": [], "special": "" }, + { + "type": "operation", + "name": "changeShippingAddress", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "PaymentRequestDetailsUpdate" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "shippingAddress", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AddressInit" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "changeShippingOption", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "PaymentRequestDetailsUpdate" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "shippingOption", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, { "type": "operation", "name": "respondWith", @@ -1084,7 +1324,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" }, "arguments": [ { @@ -1131,7 +1371,7 @@ "partial": false }, "PaymentRequestEventInit": { - "fragment": "dictionary PaymentRequestEventInit : ExtendableEventInit {\n USVString topOrigin;\n USVString paymentRequestOrigin;\n DOMString paymentRequestId;\n sequence methodData;\n PaymentCurrencyAmount total;\n sequence modifiers;\n DOMString instrumentKey;\n};", + "fragment": "dictionary PaymentRequestEventInit : ExtendableEventInit {\n USVString topOrigin;\n USVString paymentRequestOrigin;\n DOMString paymentRequestId;\n sequence methodData;\n PaymentCurrencyAmount total;\n sequence modifiers;\n DOMString instrumentKey;\n PaymentOptions paymentOptions;\n sequence shippingOptions;\n};", "type": "dictionary", "name": "PaymentRequestEventInit", "inheritance": "ExtendableEventInit", @@ -1258,13 +1498,52 @@ }, "default": null, "required": false + }, + { + "type": "field", + "name": "paymentOptions", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "PaymentOptions" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "shippingOptions", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "PaymentShippingOption" + } + ] + }, + "default": null, + "required": false } ], "extAttrs": [], "partial": false }, "PaymentHandlerResponse": { - "fragment": "dictionary PaymentHandlerResponse {\nDOMString methodName;\nobject details;\n};", + "fragment": "dictionary PaymentHandlerResponse {\nDOMString methodName;\nobject details;\nDOMString? payerName;\nDOMString? payerEmail;\nDOMString? payerPhone;\nAddressInit shippingAddress;\nDOMString? shippingOption;\n};", "type": "dictionary", "name": "PaymentHandlerResponse", "inheritance": null, @@ -1298,6 +1577,81 @@ }, "default": null, "required": false + }, + { + "type": "field", + "name": "payerName", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "payerEmail", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "payerPhone", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "shippingAddress", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "AddressInit" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "shippingOption", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false } ], "extAttrs": [], @@ -1412,10 +1766,10 @@ "PaymentManager" ], "PaymentManager": [ - "PaymentInstruments" + "PaymentInstruments", + "PaymentDelegation" ], "PaymentInstruments": [ - "void", "PaymentInstrument" ], "PaymentInstrument": [ @@ -1428,38 +1782,43 @@ "CanMakePaymentEvent": [ "ExtendableEvent", "CanMakePaymentEventInit", - "PaymentMethodData", - "void" + "PaymentMethodData" ], "CanMakePaymentEventInit": [ "ExtendableEventInit", "PaymentMethodData" ], - "PaymentMethodChangeResponse": [ + "PaymentRequestDetailsUpdate": [ "PaymentCurrencyAmount", - "PaymentDetailsModifier" + "PaymentDetailsModifier", + "PaymentShippingOption", + "AddressErrors" ], "PaymentRequestEvent": [ "ExtendableEvent", "PaymentRequestEventInit", "PaymentMethodData", "PaymentDetailsModifier", + "PaymentShippingOption", "WindowClient", - "PaymentMethodChangeResponse", - "void", + "PaymentRequestDetailsUpdate", + "AddressInit", "PaymentHandlerResponse" ], "PaymentRequestEventInit": [ "ExtendableEventInit", "PaymentMethodData", "PaymentCurrencyAmount", - "PaymentDetailsModifier" + "PaymentDetailsModifier", + "PaymentOptions", + "PaymentShippingOption" ], - "PaymentHandlerResponse": [] + "PaymentHandlerResponse": [ + "AddressInit" + ] }, "externalDependencies": [ "ServiceWorkerRegistration", - "void", "ServiceWorkerGlobalScope", "EventHandler", "ExtendableEvent", @@ -1467,7 +1826,11 @@ "ExtendableEventInit", "PaymentCurrencyAmount", "PaymentDetailsModifier", - "WindowClient" + "PaymentShippingOption", + "AddressErrors", + "WindowClient", + "AddressInit", + "PaymentOptions" ], "hasObsoleteIdl": false } diff --git a/tr/idlparsed/resize-observer-1.json b/tr/idlparsed/resize-observer-1.json index 6ae23a01120f..2793906c2093 100644 --- a/tr/idlparsed/resize-observer-1.json +++ b/tr/idlparsed/resize-observer-1.json @@ -4,47 +4,552 @@ "url": "https://www.w3.org/TR/resize-observer-1/" }, "idlparsed": { - "name": "WebIDLParseError", - "bareMessage": "Attributes cannot accept sequence types", - "context": "Syntax error at line 23, since `interface ResizeObserverEntry`:\n attribute sequence borderBoxSize;\n ^", - "line": 23, - "input": "borderBoxSize;\n readonly attribute sequence", - "tokens": [ - { - "type": "identifier", - "value": "borderBoxSize", - "trivia": " ", - "line": 23, - "index": 100 + "jsNames": { + "constructors": { + "Window": [ + "ResizeObserver" + ] }, - { - "type": ";", - "value": ";", - "trivia": "", - "line": 23, - "index": 101 + "functions": { + "Window": [ + "ResizeObserverEntry" + ] + } + }, + "idlNames": { + "ResizeObserverBoxOptions": { + "fragment": "enum ResizeObserverBoxOptions {\n \"border-box\", \"content-box\", \"device-pixel-content-box\"\n};", + "type": "enum", + "name": "ResizeObserverBoxOptions", + "values": [ + { + "type": "enum-value", + "value": "border-box" + }, + { + "type": "enum-value", + "value": "content-box" + }, + { + "type": "enum-value", + "value": "device-pixel-content-box" + } + ], + "extAttrs": [] + }, + "ResizeObserverOptions": { + "fragment": "dictionary ResizeObserverOptions {\n ResizeObserverBoxOptions box = \"content-box\";\n};", + "type": "dictionary", + "name": "ResizeObserverOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "box", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverBoxOptions" + }, + "default": { + "type": "string", + "value": "content-box" + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "ResizeObserver": { + "fragment": "[Exposed=(Window),\n Constructor(ResizeObserverCallback callback)]\ninterface ResizeObserver {\n void observe(Element target, optional ResizeObserverOptions options);\n void unobserve(Element target);\n void disconnect();\n};", + "type": "interface", + "name": "ResizeObserver", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "observe", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + }, + "arguments": [ + { + "type": "argument", + "name": "target", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Element" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverOptions" + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "unobserve", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + }, + "arguments": [ + { + "type": "argument", + "name": "target", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Element" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "disconnect", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Constructor", + "rhs": null, + "arguments": [ + { + "type": "argument", + "name": "callback", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverCallback" + }, + "default": null, + "optional": false, + "variadic": false + } + ] + } + ], + "partial": false + }, + "ResizeObserverCallback": { + "fragment": "callback ResizeObserverCallback = void (sequence entries, ResizeObserver observer);", + "type": "callback", + "name": "ResizeObserverCallback", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + }, + "arguments": [ + { + "type": "argument", + "name": "entries", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverEntry" + } + ] + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "observer", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserver" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [] }, - { - "type": "readonly", - "value": "readonly", - "trivia": "\n ", - "line": 24, - "index": 102 + "ResizeObserverEntry": { + "fragment": "[Exposed=Window]\ninterface ResizeObserverEntry {\n readonly attribute Element target;\n readonly attribute DOMRectReadOnly contentRect;\n readonly attribute sequence borderBoxSize;\n readonly attribute sequence contentBoxSize;\n readonly attribute sequence devicePixelContentBoxSize;\n};", + "type": "interface", + "name": "ResizeObserverEntry", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "target", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Element" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "contentRect", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMRectReadOnly" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "borderBoxSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverSize" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "contentBoxSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverSize" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "devicePixelContentBoxSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverSize" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false }, - { - "type": "attribute", - "value": "attribute", - "trivia": " ", - "line": 24, - "index": 103 + "ResizeObserverSize": { + "fragment": "interface ResizeObserverSize {\n readonly attribute unrestricted double inlineSize;\n readonly attribute unrestricted double blockSize;\n};", + "type": "interface", + "name": "ResizeObserverSize", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "inlineSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "blockSize", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unrestricted double" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [], + "partial": false }, - { - "type": "sequence", - "value": "sequence", - "trivia": " ", - "line": 24, - "index": 104 + "ResizeObservation": { + "fragment": "[Constructor(Element target)\n]\ninterface ResizeObservation {\n readonly attribute Element target;\n readonly attribute ResizeObserverBoxOptions observedBox;\n readonly attribute sequence lastReportedSizes;\n};", + "type": "interface", + "name": "ResizeObservation", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "target", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Element" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "observedBox", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverBoxOptions" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "lastReportedSizes", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "ResizeObserverSize" + } + ] + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Constructor", + "rhs": null, + "arguments": [ + { + "type": "argument", + "name": "target", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Element" + }, + "default": null, + "optional": false, + "variadic": false + } + ] + } + ], + "partial": false } - ] + }, + "idlExtendedNames": {}, + "globals": {}, + "exposed": { + "Window": [ + "ResizeObserver", + "ResizeObserverEntry" + ] + }, + "dependencies": { + "ResizeObserverOptions": [ + "ResizeObserverBoxOptions" + ], + "ResizeObserver": [ + "ResizeObserverCallback", + "void", + "Element", + "ResizeObserverOptions" + ], + "ResizeObserverEntry": [ + "Element", + "DOMRectReadOnly", + "ResizeObserverSize" + ], + "ResizeObserverSize": [], + "ResizeObservation": [ + "Element", + "ResizeObserverBoxOptions", + "ResizeObserverSize" + ] + }, + "externalDependencies": [ + "void", + "Element", + "DOMRectReadOnly" + ], + "hasObsoleteIdl": false } } \ No newline at end of file diff --git a/tr/idlparsed/tracking-dnt.json b/tr/idlparsed/tracking-dnt.json new file mode 100644 index 000000000000..49073214e675 --- /dev/null +++ b/tr/idlparsed/tracking-dnt.json @@ -0,0 +1,346 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": {} + }, + "idlNames": { + "TrackingExData": { + "fragment": "dictionary TrackingExData {\n DOMString? site;\n sequence? targets;\n DOMString? name;\n DOMString? explanation;\n DOMString? details;\n long? maxAge;\n};", + "type": "dictionary", + "name": "TrackingExData", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "site", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "targets", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": true, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + } + ] + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "name", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "explanation", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "details", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "maxAge", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "long" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "TrackingExResult": { + "fragment": "dictionary TrackingExResult {\n boolean isSiteWide;\n};", + "type": "dictionary", + "name": "TrackingExResult", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "isSiteWide", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + } + }, + "idlExtendedNames": { + "Navigator": [ + { + "fragment": "partial interface Navigator {\n readonly attribute DOMString? doNotTrack;\n};", + "type": "interface", + "name": "Navigator", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "doNotTrack", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [], + "partial": true + }, + { + "fragment": "partial interface Navigator {\n Promise storeTrackingException (\n TrackingExData properties\n );\n};", + "type": "interface", + "name": "Navigator", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "storeTrackingException", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TrackingExResult" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "properties", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TrackingExData" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + }, + { + "fragment": "partial interface Navigator {\n Promise removeTrackingException (\n TrackingExData properties\n );\n};", + "type": "interface", + "name": "Navigator", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "removeTrackingException", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "void" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "properties", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TrackingExData" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + }, + { + "fragment": "partial interface Navigator {\n Promise trackingExceptionExists (\n TrackingExData properties\n );\n};", + "type": "interface", + "name": "Navigator", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "trackingExceptionExists", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "properties", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "TrackingExData" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [], + "partial": true + } + ] + }, + "globals": {}, + "exposed": {}, + "dependencies": { + "Navigator": [ + "TrackingExResult", + "TrackingExData", + "void" + ], + "TrackingExData": [], + "TrackingExResult": [] + }, + "externalDependencies": [ + "Navigator", + "void" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/idlparsed/ua-client-hints.json b/tr/idlparsed/ua-client-hints.json index 2cb3b7f4079e..30cb4c602b9d 100644 --- a/tr/idlparsed/ua-client-hints.json +++ b/tr/idlparsed/ua-client-hints.json @@ -195,8 +195,72 @@ "extAttrs": [], "partial": false }, + "UALowEntropyJSON": { + "fragment": "dictionary UALowEntropyJSON {\n FrozenArray brands;\n boolean mobile;\n DOMString platform;\n};", + "type": "dictionary", + "name": "UALowEntropyJSON", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "brands", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "FrozenArray", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "NavigatorUABrandVersion" + } + ] + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "mobile", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "platform", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, "NavigatorUAData": { - "fragment": "[Exposed=(Window,Worker)]\ninterface NavigatorUAData {\n readonly attribute FrozenArray brands;\n readonly attribute boolean mobile;\n readonly attribute DOMString platform;\n Promise getHighEntropyValues(sequence hints);\n};", + "fragment": "[Exposed=(Window,Worker)]\ninterface NavigatorUAData {\n readonly attribute FrozenArray brands;\n readonly attribute boolean mobile;\n readonly attribute DOMString platform;\n Promise getHighEntropyValues(sequence hints);\n UALowEntropyJSON toJSON();\n};", "type": "interface", "name": "NavigatorUAData", "inheritance": null, @@ -304,6 +368,21 @@ ], "extAttrs": [], "special": "" + }, + { + "type": "operation", + "name": "toJSON", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "UALowEntropyJSON" + }, + "arguments": [], + "extAttrs": [], + "special": "" } ], "extAttrs": [ @@ -393,9 +472,13 @@ "UADataValues": [ "NavigatorUABrandVersion" ], + "UALowEntropyJSON": [ + "NavigatorUABrandVersion" + ], "NavigatorUAData": [ "NavigatorUABrandVersion", - "UADataValues" + "UADataValues", + "UALowEntropyJSON" ], "NavigatorUA": [ "NavigatorUAData" diff --git a/tr/idlparsed/web-bluetooth.json b/tr/idlparsed/web-bluetooth.json index ce58f96e7922..ee57fd1dd302 100644 --- a/tr/idlparsed/web-bluetooth.json +++ b/tr/idlparsed/web-bluetooth.json @@ -68,8 +68,65 @@ "extAttrs": [], "partial": false }, + "BluetoothManufacturerDataFilterInit": { + "fragment": "dictionary BluetoothManufacturerDataFilterInit : BluetoothDataFilterInit {\n required [EnforceRange] unsigned short companyIdentifier;\n};", + "type": "dictionary", + "name": "BluetoothManufacturerDataFilterInit", + "inheritance": "BluetoothDataFilterInit", + "members": [ + { + "type": "field", + "name": "companyIdentifier", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [ + { + "type": "extended-attribute", + "name": "EnforceRange", + "rhs": null, + "arguments": [] + } + ], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned short" + }, + "default": null, + "required": true + } + ], + "extAttrs": [], + "partial": false + }, + "BluetoothServiceDataFilterInit": { + "fragment": "dictionary BluetoothServiceDataFilterInit : BluetoothDataFilterInit {\n required BluetoothServiceUUID service;\n};", + "type": "dictionary", + "name": "BluetoothServiceDataFilterInit", + "inheritance": "BluetoothDataFilterInit", + "members": [ + { + "type": "field", + "name": "service", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BluetoothServiceUUID" + }, + "default": null, + "required": true + } + ], + "extAttrs": [], + "partial": false + }, "BluetoothLEScanFilterInit": { - "fragment": "dictionary BluetoothLEScanFilterInit {\n sequence services;\n DOMString name;\n DOMString namePrefix;\n // Maps unsigned shorts to BluetoothDataFilters.\n object manufacturerData;\n // Maps BluetoothServiceUUIDs to BluetoothDataFilters.\n object serviceData;\n};", + "fragment": "dictionary BluetoothLEScanFilterInit {\n sequence services;\n DOMString name;\n DOMString namePrefix;\n sequence manufacturerData;\n sequence serviceData;\n};", "type": "dictionary", "name": "BluetoothLEScanFilterInit", "inheritance": null, @@ -135,10 +192,19 @@ "idlType": { "type": "dictionary-type", "extAttrs": [], - "generic": "", + "generic": "sequence", "nullable": false, "union": false, - "idlType": "object" + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BluetoothManufacturerDataFilterInit" + } + ] }, "default": null, "required": false @@ -150,10 +216,19 @@ "idlType": { "type": "dictionary-type", "extAttrs": [], - "generic": "", + "generic": "sequence", "nullable": false, "union": false, - "idlType": "object" + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BluetoothServiceDataFilterInit" + } + ] }, "default": null, "required": false @@ -3194,9 +3269,18 @@ }, "dependencies": { "BluetoothDataFilterInit": [], - "BluetoothLEScanFilterInit": [ + "BluetoothManufacturerDataFilterInit": [ + "BluetoothDataFilterInit" + ], + "BluetoothServiceDataFilterInit": [ + "BluetoothDataFilterInit", "BluetoothServiceUUID" ], + "BluetoothLEScanFilterInit": [ + "BluetoothServiceUUID", + "BluetoothManufacturerDataFilterInit", + "BluetoothServiceDataFilterInit" + ], "RequestDeviceOptions": [ "BluetoothLEScanFilterInit", "BluetoothServiceUUID" diff --git a/tr/idlparsed/webcodecs.json b/tr/idlparsed/webcodecs.json index afe9801fb10e..8345038dccff 100644 --- a/tr/idlparsed/webcodecs.json +++ b/tr/idlparsed/webcodecs.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "idlparsed": { "jsNames": { diff --git a/tr/idlparsed/webrtc-encoded-transform.json b/tr/idlparsed/webrtc-encoded-transform.json index d00f5f586f34..e51d28b3cf54 100644 --- a/tr/idlparsed/webrtc-encoded-transform.json +++ b/tr/idlparsed/webrtc-encoded-transform.json @@ -864,58 +864,13 @@ } }, "idlExtendedNames": { - "RTCConfiguration": [ - { - "fragment": "// New fields in RTCConfiguration\npartial dictionary RTCConfiguration {\n boolean encodedInsertableStreams = false;\n};", - "type": "dictionary", - "name": "RTCConfiguration", - "inheritance": null, - "members": [ - { - "type": "field", - "name": "encodedInsertableStreams", - "extAttrs": [], - "idlType": { - "type": "dictionary-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "boolean" - }, - "default": { - "type": "boolean", - "value": false - }, - "required": false - } - ], - "extAttrs": [], - "partial": true - } - ], "RTCRtpSender": [ { - "fragment": "// New methods for RTCRtpSender and RTCRtpReceiver\npartial interface RTCRtpSender {\n RTCInsertableStreams createEncodedStreams();\n attribute RTCRtpTransform? transform;\n};", + "fragment": "// New methods for RTCRtpSender and RTCRtpReceiver\npartial interface RTCRtpSender {\n attribute RTCRtpTransform? transform;\n};", "type": "interface", "name": "RTCRtpSender", "inheritance": null, "members": [ - { - "type": "operation", - "name": "createEncodedStreams", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "RTCInsertableStreams" - }, - "arguments": [], - "extAttrs": [], - "special": "" - }, { "type": "attribute", "name": "transform", @@ -938,26 +893,11 @@ ], "RTCRtpReceiver": [ { - "fragment": "partial interface RTCRtpReceiver {\n RTCInsertableStreams createEncodedStreams();\n attribute RTCRtpTransform? transform;\n};", + "fragment": "partial interface RTCRtpReceiver {\n attribute RTCRtpTransform? transform;\n};", "type": "interface", "name": "RTCRtpReceiver", "inheritance": null, "members": [ - { - "type": "operation", - "name": "createEncodedStreams", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "RTCInsertableStreams" - }, - "arguments": [], - "extAttrs": [], - "special": "" - }, { "type": "attribute", "name": "transform", @@ -1036,13 +976,10 @@ "ReadableStream", "WritableStream" ], - "RTCConfiguration": [], "RTCRtpSender": [ - "RTCInsertableStreams", "RTCRtpTransform" ], "RTCRtpReceiver": [ - "RTCInsertableStreams", "RTCRtpTransform" ], "SFrameTransformOptions": [ @@ -1081,7 +1018,6 @@ "externalDependencies": [ "ReadableStream", "WritableStream", - "RTCConfiguration", "RTCRtpSender", "RTCRtpReceiver", "bigint", diff --git a/tr/ids/FileAPI.json b/tr/ids/FileAPI.json index 87b730c4e687..6a4cd935c446 100644 --- a/tr/ids/FileAPI.json +++ b/tr/ids/FileAPI.json @@ -336,7 +336,6 @@ "ref-for-dfn-fileBitsā‘ ", "ref-for-dom-file-file-filebits-filename-options-options", "ref-for-dfn-fileNameā‘ ", - "ref-for-dfn-fileNameā‘”", "ref-for-byteā‘ ā“Ŗ", "ref-for-dfn-FilePropertyBagā‘ ", "ref-for-dfn-BPtypeā‘¢", diff --git a/tr/ids/SVG11.json b/tr/ids/SVG11.json new file mode 100644 index 000000000000..f8f0918be6d3 --- /dev/null +++ b/tr/ids/SVG11.json @@ -0,0 +1,2105 @@ +{ + "spec": { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "url": "https://www.w3.org/TR/SVG11/" + }, + "ids": [ + "pagetitle", + "pagesubtitle", + "abstract", + "status", + "AvailableLanguages", + "minitoc-section", + "minitoc", + "Acknowledgments", + "toc", + "AboutSVG", + "MIMEType", + "NamespaceAndDTDIdentifiers", + "Namespace", + "PublicID", + "SystemID", + "W3CCompatibility", + "Terminology", + "Definitions", + "TermAnimationElement", + "TermAnimationEventAttribute", + "TermBasicShape", + "TermBasicShapeElement", + "TermCanvas", + "TermClippingPath", + "TermContainerElement", + "TermConditionalProcessingAttribute", + "TermCoreAttributes", + "TermCurrentInnermostSVGDocumentFragment", + "TermCurrentSVGDocumentFragment", + "TermCurrentTransformationMatrix", + "TermCTM", + "TermDescriptiveElement", + "TermDocumentEventAttribute", + "TermEventAttribute", + "TermFill", + "TermFilterPrimitiveAttributes", + "TermFilterPrimitiveElement", + "TermFont", + "TermGlyph", + "TermGradientElement", + "TermGraphicalEventAttribute", + "TermGraphicsElement", + "TermGraphicsReferencingElement", + "TermHitTesting", + "TermIRIReference", + "TermLightSourceElement", + "TermLocalIRIReference", + "TermMask", + "TermNonLocalIRIReference", + "TermOutermostSVGElement", + "TermPaint", + "TermPresentationAttribute", + "TermProperty", + "TermRootmostSVGElement", + "TermShape", + "TermShapeElement", + "TermStroke", + "TermStructuralElement", + "TermSVGCanvas", + "TermSVGContext", + "TermSVGDocumentFragment", + "TermSVGUserAgent", + "TermSVGViewport", + "TermTextContentElement", + "TermTextContentChildElement", + "TermTextContentBlockElement", + "TermTransformation", + "TermTransformationMatrix", + "TermUserAgent", + "TermUserCoordinateSystem", + "TermUserSpace", + "TermUserUnits", + "TermViewport", + "TermViewportCoordinateSystem", + "TermViewportSpace", + "TermViewportUnits", + "TermXLinkAttributes", + "toc", + "Intro", + "Scalable", + "Vector", + "Graphics", + "XML", + "Namespace", + "Stylable", + "Concepts", + "GraphicalObjects", + "Symbols", + "RasterEffects", + "Fonts", + "Animation", + "UsageOptions", + "toc", + "Introduction", + "PaintersModel", + "RenderingOrder", + "Grouping", + "Elements", + "TypesOfGraphicsElements", + "PaintingShapesAndText", + "PaintingRasterImages", + "FilteringPaintRegions", + "ClippingMaskingObjectOpacity", + "ParentCompositing", + "toc", + "syntax", + "BasicDataTypes", + "DataTypeAngle", + "Angle", + "DataTypeAnything", + "Anything", + "DataTypeColor", + "Color", + "HexDigit", + "Comma", + "DataTypeCoordinate", + "DataTypeFrequency", + "DataTypeFuncIRI", + "DataTypeICCColor", + "ICCColor", + "DataTypeInteger", + "Integer", + "DataTypeIRI", + "DataTypeLength", + "Length", + "DataTypeListOfFamilyNames", + "DataTypeListOfStrings", + "DataTypeList", + "DataTypeListOfIRI", + "DataTypeNumbers", + "DataTypeCoordinates", + "DataTypeLengths", + "ListOfTs", + "CommaWSP", + "WSP", + "DataTypeName", + "Name", + "DataTypeNumber", + "Number", + "DataTypeNumberOptionalNumber", + "DataTypePaint", + "DataTypePercentage", + "Percentage", + "DataTypeTime", + "DataTypeTransformList", + "DataTypeXML-Name", + "Precision", + "ColorKeywords", + "BasicDOMInterfaces", + "InterfaceSVGElement", + "__svg__SVGElement__id", + "__svg__SVGElement__xmlbase", + "__svg__SVGElement__ownerSVGElement", + "__svg__SVGElement__viewportElement", + "InterfaceSVGAnimatedBoolean", + "__svg__SVGAnimatedBoolean__baseVal", + "__svg__SVGAnimatedBoolean__animVal", + "InterfaceSVGAnimatedString", + "__svg__SVGAnimatedString__baseVal", + "__svg__SVGAnimatedString__animVal", + "InterfaceSVGStringList", + "__svg__SVGStringList__numberOfItems", + "__svg__SVGStringList__clear", + "__svg__SVGStringList__initialize", + "__svg__SVGStringList__getItem", + "__svg__SVGStringList__insertItemBefore", + "__svg__SVGStringList__replaceItem", + "__svg__SVGStringList__removeItem", + "__svg__SVGStringList__appendItem", + "InterfaceSVGAnimatedEnumeration", + "__svg__SVGAnimatedEnumeration__baseVal", + "__svg__SVGAnimatedEnumeration__animVal", + "InterfaceSVGAnimatedInteger", + "__svg__SVGAnimatedInteger__baseVal", + "__svg__SVGAnimatedInteger__animVal", + "InterfaceSVGNumber", + "__svg__SVGNumber__value", + "InterfaceSVGAnimatedNumber", + "__svg__SVGAnimatedNumber__baseVal", + "__svg__SVGAnimatedNumber__animVal", + "InterfaceSVGNumberList", + "ReadOnlyNumberList", + "__svg__SVGNumberList__numberOfItems", + "__svg__SVGNumberList__clear", + "__svg__SVGNumberList__initialize", + "__svg__SVGNumberList__getItem", + "__svg__SVGNumberList__insertItemBefore", + "__svg__SVGNumberList__replaceItem", + "__svg__SVGNumberList__removeItem", + "__svg__SVGNumberList__appendItem", + "InterfaceSVGAnimatedNumberList", + "__svg__SVGAnimatedNumberList__baseVal", + "__svg__SVGAnimatedNumberList__animVal", + "InterfaceSVGLength", + "ReadOnlyLength", + "__svg__SVGLength__SVG_LENGTHTYPE_UNKNOWN", + "__svg__SVGLength__SVG_LENGTHTYPE_NUMBER", + "__svg__SVGLength__SVG_LENGTHTYPE_PERCENTAGE", + "__svg__SVGLength__SVG_LENGTHTYPE_EMS", + "__svg__SVGLength__SVG_LENGTHTYPE_EXS", + "__svg__SVGLength__SVG_LENGTHTYPE_PX", + "__svg__SVGLength__SVG_LENGTHTYPE_CM", + "__svg__SVGLength__SVG_LENGTHTYPE_MM", + "__svg__SVGLength__SVG_LENGTHTYPE_IN", + "__svg__SVGLength__SVG_LENGTHTYPE_PT", + "__svg__SVGLength__SVG_LENGTHTYPE_PC", + "__svg__SVGLength__unitType", + "__svg__SVGLength__value", + "__svg__SVGLength__valueInSpecifiedUnits", + "__svg__SVGLength__valueAsString", + "__svg__SVGLength__newValueSpecifiedUnits", + "__svg__SVGLength__convertToSpecifiedUnits", + "InterfaceSVGAnimatedLength", + "__svg__SVGAnimatedLength__baseVal", + "__svg__SVGAnimatedLength__animVal", + "InterfaceSVGLengthList", + "ReadOnlyLengthList", + "__svg__SVGLengthList__numberOfItems", + "__svg__SVGLengthList__clear", + "__svg__SVGLengthList__initialize", + "__svg__SVGLengthList__getItem", + "__svg__SVGLengthList__insertItemBefore", + "__svg__SVGLengthList__replaceItem", + "__svg__SVGLengthList__removeItem", + "__svg__SVGLengthList__appendItem", + "InterfaceSVGAnimatedLengthList", + "__svg__SVGAnimatedLengthList__baseVal", + "__svg__SVGAnimatedLengthList__animVal", + "InterfaceSVGAngle", + "ReadOnlyAngle", + "__svg__SVGAngle__SVG_ANGLETYPE_UNKNOWN", + "__svg__SVGAngle__SVG_ANGLETYPE_UNSPECIFIED", + "__svg__SVGAngle__SVG_ANGLETYPE_DEG", + "__svg__SVGAngle__SVG_ANGLETYPE_RAD", + "__svg__SVGAngle__SVG_ANGLETYPE_GRAD", + "__svg__SVGAngle__unitType", + "__svg__SVGAngle__value", + "__svg__SVGAngle__valueInSpecifiedUnits", + "__svg__SVGAngle__valueAsString", + "__svg__SVGAngle__newValueSpecifiedUnits", + "__svg__SVGAngle__convertToSpecifiedUnits", + "InterfaceSVGAnimatedAngle", + "__svg__SVGAnimatedAngle__baseVal", + "__svg__SVGAnimatedAngle__animVal", + "InterfaceSVGColor", + "__svg__SVGColor__SVG_COLORTYPE_UNKNOWN", + "__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR", + "__svg__SVGColor__SVG_COLORTYPE_RGBCOLOR_ICCCOLOR", + "__svg__SVGColor__SVG_COLORTYPE_CURRENTCOLOR", + "__svg__SVGColor__colorType", + "__svg__SVGColor__rgbColor", + "__svg__SVGColor__iccColor", + "__svg__SVGColor__setRGBColor", + "__svg__SVGColor__setRGBColorICCColor", + "__svg__SVGColor__setColor", + "InterfaceSVGICCColor", + "__svg__SVGICCColor__colorProfile", + "__svg__SVGICCColor__colors", + "InterfaceSVGRect", + "ReadOnlyRect", + "__svg__SVGRect__x", + "__svg__SVGRect__y", + "__svg__SVGRect__width", + "__svg__SVGRect__height", + "InterfaceSVGAnimatedRect", + "__svg__SVGAnimatedRect__baseVal", + "__svg__SVGAnimatedRect__animVal", + "InterfaceSVGUnitTypes", + "__svg__SVGUnitTypes__SVG_UNIT_TYPE_UNKNOWN", + "__svg__SVGUnitTypes__SVG_UNIT_TYPE_USERSPACEONUSE", + "__svg__SVGUnitTypes__SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", + "InterfaceSVGStylable", + "__svg__SVGStylable__className", + "__svg__SVGStylable__style", + "__svg__SVGStylable__getPresentationAttribute", + "InterfaceSVGLocatable", + "__svg__SVGLocatable__nearestViewportElement", + "__svg__SVGLocatable__farthestViewportElement", + "__svg__SVGLocatable__getBBox", + "__svg__SVGLocatable__getCTM", + "__svg__SVGLocatable__getScreenCTM", + "__svg__SVGLocatable__getTransformToElement", + "InterfaceSVGTransformable", + "__svg__SVGTransformable__transform", + "InterfaceSVGTests", + "__svg__SVGTests__requiredFeatures", + "__svg__SVGTests__requiredExtensions", + "__svg__SVGTests__systemLanguage", + "__svg__SVGTests__hasExtension", + "InterfaceSVGLangSpace", + "__svg__SVGLangSpace__xmllang", + "__svg__SVGLangSpace__xmlspace", + "InterfaceSVGExternalResourcesRequired", + "__svg__SVGExternalResourcesRequired__externalResourcesRequired", + "InterfaceSVGFitToViewBox", + "__svg__SVGFitToViewBox__viewBox", + "__svg__SVGFitToViewBox__preserveAspectRatio", + "InterfaceSVGZoomAndPan", + "__svg__SVGZoomAndPan__SVG_ZOOMANDPAN_UNKNOWN", + "__svg__SVGZoomAndPan__SVG_ZOOMANDPAN_DISABLE", + "__svg__SVGZoomAndPan__SVG_ZOOMANDPAN_MAGNIFY", + "__svg__SVGZoomAndPan__zoomAndPan", + "InterfaceSVGViewSpec", + "__svg__SVGViewSpec__transform", + "__svg__SVGViewSpec__viewTarget", + "__svg__SVGViewSpec__viewBoxString", + "__svg__SVGViewSpec__preserveAspectRatioString", + "__svg__SVGViewSpec__transformString", + "__svg__SVGViewSpec__viewTargetString", + "InterfaceSVGURIReference", + "__svg__SVGURIReference__href", + "InterfaceSVGCSSRule", + "__svg__SVGCSSRule__COLOR_PROFILE_RULE", + "InterfaceSVGRenderingIntent", + "__svg__SVGRenderingIntent__RENDERING_INTENT_UNKNOWN", + "__svg__SVGRenderingIntent__RENDERING_INTENT_AUTO", + "__svg__SVGRenderingIntent__RENDERING_INTENT_PERCEPTUAL", + "__svg__SVGRenderingIntent__RENDERING_INTENT_RELATIVE_COLORIMETRIC", + "__svg__SVGRenderingIntent__RENDERING_INTENT_SATURATION", + "__svg__SVGRenderingIntent__RENDERING_INTENT_ABSOLUTE_COLORIMETRIC", + "toc", + "NewDocument", + "NewDocumentOverview", + "EmbeddedSVGExample", + "SVGElement", + "SVGElementVersionAttribute", + "SVGElementBaseProfileAttribute", + "SVGElementXAttribute", + "SVGElementYAttribute", + "SVGElementWidthAttribute", + "SVGElementHeightAttribute", + "SVGElementPreserveAspectRatioAttribute", + "SVGElementContentScriptTypeAttribute", + "SVGElementContentStyleTypeAttribute", + "SVGElementZoomAndPanAttribute", + "Groups", + "GroupsOverview", + "GElement", + "Head", + "Overview", + "DefsElement", + "DescriptionAndTitleElements", + "DescElement", + "TitleElement", + "SymbolElement", + "UseElement", + "UseElementXAttribute", + "UseElementYAttribute", + "UseElementWidthAttribute", + "UseElementHeightAttribute", + "UseElementHrefAttribute", + "ImageElement", + "ImageElementXAttribute", + "ImageElementYAttribute", + "ImageElementWidthAttribute", + "ImageElementHeightAttribute", + "ImageElementHrefAttribute", + "ImageElementPreserveAspectRatioAttribute", + "ConditionalProcessing", + "ConditionalProcessingOverview", + "SwitchElement", + "ConditionalProcessingRequiredFeaturesAttribute", + "RequiredFeaturesAttribute", + "ConditionalProcessingRequiredExtensionsAttribute", + "RequiredExtensionsAttribute", + "ConditionalProcessingSystemLanguageAttribute", + "SystemLanguageAttribute", + "ApplicabilityOfTestAttributes", + "ExternalResourcesRequired", + "ExternalResourcesRequiredAttribute", + "CommonAttributes", + "Core.attrib", + "IDAttribute", + "XMLBaseAttribute", + "LangSpaceAttrs", + "XMLLangAttribute", + "XMLSpaceAttribute", + "DOMInterfaces", + "InterfaceSVGDocument", + "__svg__SVGDocument__title", + "__svg__SVGDocument__referrer", + "__svg__SVGDocument__domain", + "__svg__SVGDocument__URL", + "__svg__SVGDocument__rootElement", + "InterfaceSVGSVGElement", + "__svg__SVGSVGElement__x", + "__svg__SVGSVGElement__y", + "__svg__SVGSVGElement__width", + "__svg__SVGSVGElement__height", + "__svg__SVGSVGElement__contentScriptType", + "__svg__SVGSVGElement__contentStyleType", + "__svg__SVGSVGElement__viewport", + "__svg__SVGSVGElement__pixelUnitToMillimeterX", + "__svg__SVGSVGElement__pixelUnitToMillimeterY", + "__svg__SVGSVGElement__screenPixelToMillimeterX", + "__svg__SVGSVGElement__screenPixelToMillimeterY", + "__svg__SVGSVGElement__useCurrentView", + "__svg__SVGSVGElement__currentView", + "__svg__SVGSVGElement__currentScale", + "__svg__SVGSVGElement__currentTranslate", + "__svg__SVGSVGElement__suspendRedraw", + "__svg__SVGSVGElement__unsuspendRedraw", + "__svg__SVGSVGElement__unsuspendRedrawAll", + "__svg__SVGSVGElement__forceRedraw", + "__svg__SVGSVGElement__pauseAnimations", + "__svg__SVGSVGElement__unpauseAnimations", + "__svg__SVGSVGElement__animationsPaused", + "__svg__SVGSVGElement__getCurrentTime", + "__svg__SVGSVGElement__setCurrentTime", + "__svg__SVGSVGElement__getIntersectionList", + "__svg__SVGSVGElement__getEnclosureList", + "__svg__SVGSVGElement__checkIntersection", + "__svg__SVGSVGElement__checkEnclosure", + "__svg__SVGSVGElement__deselectAll", + "__svg__SVGSVGElement__createSVGNumber", + "__svg__SVGSVGElement__createSVGLength", + "__svg__SVGSVGElement__createSVGAngle", + "__svg__SVGSVGElement__createSVGPoint", + "__svg__SVGSVGElement__createSVGMatrix", + "__svg__SVGSVGElement__createSVGRect", + "__svg__SVGSVGElement__createSVGTransform", + "__svg__SVGSVGElement__createSVGTransformFromMatrix", + "__svg__SVGSVGElement__getElementById", + "InterfaceSVGGElement", + "InterfaceSVGDefsElement", + "InterfaceSVGDescElement", + "InterfaceSVGTitleElement", + "InterfaceSVGSymbolElement", + "InterfaceSVGUseElement", + "__svg__SVGUseElement__x", + "__svg__SVGUseElement__y", + "__svg__SVGUseElement__width", + "__svg__SVGUseElement__height", + "__svg__SVGUseElement__instanceRoot", + "__svg__SVGUseElement__animatedInstanceRoot", + "InterfaceSVGElementInstance", + "__svg__SVGElementInstance__correspondingElement", + "__svg__SVGElementInstance__correspondingUseElement", + "__svg__SVGElementInstance__parentNode", + "__svg__SVGElementInstance__childNodes", + "__svg__SVGElementInstance__firstChild", + "__svg__SVGElementInstance__lastChild", + "__svg__SVGElementInstance__previousSibling", + "__svg__SVGElementInstance__nextSibling", + "InterfaceSVGElementInstanceList", + "__svg__SVGElementInstanceList__length", + "__svg__SVGElementInstanceList__item", + "InterfaceSVGImageElement", + "__svg__SVGImageElement__x", + "__svg__SVGImageElement__y", + "__svg__SVGImageElement__width", + "__svg__SVGImageElement__height", + "__svg__SVGImageElement__preserveAspectRatio", + "InterfaceSVGSwitchElement", + "InterfaceGetSVGDocument", + "__svg__GetSVGDocument__getSVGDocument", + "toc", + "SVGStylingProperties", + "PropertiesFromCSS2", + "StylingScenarios", + "AlternativesForStyling", + "StylingUsingPresentationAttributes", + "StylingUsingCSSStylesheets", + "UsingPresentationAttributes", + "StylingWithXSL", + "StylingWithCSS", + "StyleElementExample", + "StyleAttributeExample", + "CaseSensitivity", + "SVGUseOfCSS", + "ReferencingExternalStyleSheets", + "StyleElement", + "StyleElementTypeAttribute", + "StyleElementMediaAttribute", + "StyleElementTitleAttribute", + "ClassAttribute", + "StyleAttribute", + "DefaultStyleSheetLanguage", + "ContentStyleTypeAttribute", + "Inheritance", + "Scope", + "UAStyleSheet", + "AuralStyleSheets", + "AzimuthProperty", + "CueProperty", + "CueAfterProperty", + "CueBeforeProperty", + "ElevationProperty", + "PauseProperty", + "PauseAfterProperty", + "PauseBeforeProperty", + "PitchProperty", + "PitchRangeProperty", + "PlayDuringProperty", + "RichnessProperty", + "SpeakProperty", + "SpeakHeaderProperty", + "SpeakNumeralProperty", + "SpeakPunctuationProperty", + "SpeechRateProperty", + "StressProperty", + "VoiceFamilyProperty", + "VolumeProperty", + "DOMInterfaces", + "InterfaceSVGStyleElement", + "__svg__SVGStyleElement__type", + "__svg__SVGStyleElement__media", + "__svg__SVGStyleElement__title", + "toc", + "Introduction", + "SVGCanvas", + "SVGViewport", + "SVGInitialUserCoordinateSystem", + "LengthsInSVG", + "ViewportSpace", + "InitialCoordinateSystem", + "ExampleInitialCoords", + "EstablishingANewUserSpace", + "ExampleOrigCoordSys", + "ExampleNewCoordSys", + "ExampleRotateScale", + "ExampleSkew", + "TransformMatrixDefined", + "TranslationDefined", + "ScalingDefined", + "RotationDefined", + "SkewXDefined", + "SkewYDefined", + "NestedTransformations", + "ExampleNested", + "TransformAttribute", + "TransformList", + "TransformAttributeEffectOnSiblingAttributes", + "ViewBoxAttribute", + "ExampleViewBox", + "ViewBoxAttributeEffectOnSiblingAttributes", + "PreserveAspectRatioAttribute", + "ExamplePreserveAspectRatio", + "EstablishingANewViewport", + "ElementsThatEstablishViewports", + "Units", + "Units_viewport_percentage", + "ExampleUnits", + "ObjectBoundingBoxUnits", + "ObjectBoundingBox", + "IntrinsicSizing", + "GeographicCoordinates", + "SVGGlobalTransformAttribute", + "SVGGlobalTransformAttributeDefinition", + "DOMInterfaces", + "InterfaceSVGPoint", + "__svg__SVGPoint__x", + "__svg__SVGPoint__y", + "__svg__SVGPoint__matrixTransform", + "InterfaceSVGPointList", + "__svg__SVGPointList__numberOfItems", + "__svg__SVGPointList__clear", + "__svg__SVGPointList__initialize", + "__svg__SVGPointList__getItem", + "__svg__SVGPointList__insertItemBefore", + "__svg__SVGPointList__replaceItem", + "__svg__SVGPointList__removeItem", + "__svg__SVGPointList__appendItem", + "InterfaceSVGMatrix", + "__svg__SVGMatrix__a", + "__svg__SVGMatrix__b", + "__svg__SVGMatrix__c", + "__svg__SVGMatrix__d", + "__svg__SVGMatrix__e", + "__svg__SVGMatrix__f", + "__svg__SVGMatrix__multiply", + "__svg__SVGMatrix__inverse", + "__svg__SVGMatrix__translate", + "__svg__SVGMatrix__scale", + "__svg__SVGMatrix__scaleNonUniform", + "__svg__SVGMatrix__rotate", + "__svg__SVGMatrix__rotateFromVector", + "__svg__SVGMatrix__flipX", + "__svg__SVGMatrix__flipY", + "__svg__SVGMatrix__skewX", + "__svg__SVGMatrix__skewY", + "InterfaceSVGTransform", + "__svg__SVGTransform__SVG_TRANSFORM_UNKNOWN", + "__svg__SVGTransform__SVG_TRANSFORM_MATRIX", + "__svg__SVGTransform__SVG_TRANSFORM_TRANSLATE", + "__svg__SVGTransform__SVG_TRANSFORM_SCALE", + "__svg__SVGTransform__SVG_TRANSFORM_ROTATE", + "__svg__SVGTransform__SVG_TRANSFORM_SKEWX", + "__svg__SVGTransform__SVG_TRANSFORM_SKEWY", + "__svg__SVGTransform__type", + "__svg__SVGTransform__matrix", + "__svg__SVGTransform__angle", + "__svg__SVGTransform__setMatrix", + "__svg__SVGTransform__setTranslate", + "__svg__SVGTransform__setScale", + "__svg__SVGTransform__setRotate", + "__svg__SVGTransform__setSkewX", + "__svg__SVGTransform__setSkewY", + "InterfaceSVGTransformList", + "ReadOnlyTransformList", + "__svg__SVGTransformList__numberOfItems", + "__svg__SVGTransformList__clear", + "__svg__SVGTransformList__initialize", + "__svg__SVGTransformList__getItem", + "__svg__SVGTransformList__insertItemBefore", + "__svg__SVGTransformList__replaceItem", + "__svg__SVGTransformList__removeItem", + "__svg__SVGTransformList__appendItem", + "__svg__SVGTransformList__createSVGTransformFromMatrix", + "__svg__SVGTransformList__consolidate", + "InterfaceSVGAnimatedTransformList", + "__svg__SVGAnimatedTransformList__baseVal", + "__svg__SVGAnimatedTransformList__animVal", + "InterfaceSVGPreserveAspectRatio", + "ReadOnlyPreserveAspectRatio", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_UNKNOWN", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_NONE", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMINYMIN", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMIDYMIN", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMAXYMIN", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMINYMID", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMIDYMID", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMAXYMID", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMINYMAX", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMIDYMAX", + "__svg__SVGPreserveAspectRatio__SVG_PRESERVEASPECTRATIO_XMAXYMAX", + "__svg__SVGPreserveAspectRatio__SVG_MEETORSLICE_UNKNOWN", + "__svg__SVGPreserveAspectRatio__SVG_MEETORSLICE_MEET", + "__svg__SVGPreserveAspectRatio__SVG_MEETORSLICE_SLICE", + "__svg__SVGPreserveAspectRatio__align", + "__svg__SVGPreserveAspectRatio__meetOrSlice", + "InterfaceSVGAnimatedPreserveAspectRatio", + "__svg__SVGAnimatedPreserveAspectRatio__baseVal", + "__svg__SVGAnimatedPreserveAspectRatio__animVal", + "toc", + "Introduction", + "PathElement", + "DAttribute", + "PathLengthAttribute", + "PathData", + "PathDataGeneralInformation", + "PathDataMovetoCommands", + "PathDataClosePathCommand", + "PathDataLinetoCommands", + "PathDataCurveCommands", + "PathDataCubicBezierCommands", + "PathDataQuadraticBezierCommands", + "PathDataEllipticalArcCommands", + "PathDataBNF", + "DistanceAlongAPath", + "DOMInterfaces", + "InterfaceSVGPathSeg", + "__svg__SVGPathSeg__PATHSEG_UNKNOWN", + "__svg__SVGPathSeg__PATHSEG_CLOSEPATH", + "__svg__SVGPathSeg__PATHSEG_MOVETO_ABS", + "__svg__SVGPathSeg__PATHSEG_MOVETO_REL", + "__svg__SVGPathSeg__PATHSEG_LINETO_ABS", + "__svg__SVGPathSeg__PATHSEG_LINETO_REL", + "__svg__SVGPathSeg__PATHSEG_CURVETO_CUBIC_ABS", + "__svg__SVGPathSeg__PATHSEG_CURVETO_CUBIC_REL", + "__svg__SVGPathSeg__PATHSEG_CURVETO_QUADRATIC_ABS", + "__svg__SVGPathSeg__PATHSEG_CURVETO_QUADRATIC_REL", + "__svg__SVGPathSeg__PATHSEG_ARC_ABS", + "__svg__SVGPathSeg__PATHSEG_ARC_REL", + "__svg__SVGPathSeg__PATHSEG_LINETO_HORIZONTAL_ABS", + "__svg__SVGPathSeg__PATHSEG_LINETO_HORIZONTAL_REL", + "__svg__SVGPathSeg__PATHSEG_LINETO_VERTICAL_ABS", + "__svg__SVGPathSeg__PATHSEG_LINETO_VERTICAL_REL", + "__svg__SVGPathSeg__PATHSEG_CURVETO_CUBIC_SMOOTH_ABS", + "__svg__SVGPathSeg__PATHSEG_CURVETO_CUBIC_SMOOTH_REL", + "__svg__SVGPathSeg__PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS", + "__svg__SVGPathSeg__PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL", + "__svg__SVGPathSeg__pathSegType", + "__svg__SVGPathSeg__pathSegTypeAsLetter", + "InterfaceSVGPathSegClosePath", + "InterfaceSVGPathSegMovetoAbs", + "__svg__SVGPathSegMovetoAbs__x", + "__svg__SVGPathSegMovetoAbs__y", + "InterfaceSVGPathSegMovetoRel", + "__svg__SVGPathSegMovetoRel__x", + "__svg__SVGPathSegMovetoRel__y", + "InterfaceSVGPathSegLinetoAbs", + "__svg__SVGPathSegLinetoAbs__x", + "__svg__SVGPathSegLinetoAbs__y", + "InterfaceSVGPathSegLinetoRel", + "__svg__SVGPathSegLinetoRel__x", + "__svg__SVGPathSegLinetoRel__y", + "InterfaceSVGPathSegCurvetoCubicAbs", + "__svg__SVGPathSegCurvetoCubicAbs__x", + "__svg__SVGPathSegCurvetoCubicAbs__y", + "__svg__SVGPathSegCurvetoCubicAbs__x1", + "__svg__SVGPathSegCurvetoCubicAbs__y1", + "__svg__SVGPathSegCurvetoCubicAbs__x2", + "__svg__SVGPathSegCurvetoCubicAbs__y2", + "InterfaceSVGPathSegCurvetoCubicRel", + "__svg__SVGPathSegCurvetoCubicRel__x", + "__svg__SVGPathSegCurvetoCubicRel__y", + "__svg__SVGPathSegCurvetoCubicRel__x1", + "__svg__SVGPathSegCurvetoCubicRel__y1", + "__svg__SVGPathSegCurvetoCubicRel__x2", + "__svg__SVGPathSegCurvetoCubicRel__y2", + "InterfaceSVGPathSegCurvetoQuadraticAbs", + "__svg__SVGPathSegCurvetoQuadraticAbs__x", + "__svg__SVGPathSegCurvetoQuadraticAbs__y", + "__svg__SVGPathSegCurvetoQuadraticAbs__x1", + "__svg__SVGPathSegCurvetoQuadraticAbs__y1", + "InterfaceSVGPathSegCurvetoQuadraticRel", + "__svg__SVGPathSegCurvetoQuadraticRel__x", + "__svg__SVGPathSegCurvetoQuadraticRel__y", + "__svg__SVGPathSegCurvetoQuadraticRel__x1", + "__svg__SVGPathSegCurvetoQuadraticRel__y1", + "InterfaceSVGPathSegArcAbs", + "__svg__SVGPathSegArcAbs__x", + "__svg__SVGPathSegArcAbs__y", + "__svg__SVGPathSegArcAbs__r1", + "__svg__SVGPathSegArcAbs__r2", + "__svg__SVGPathSegArcAbs__angle", + "__svg__SVGPathSegArcAbs__largeArcFlag", + "__svg__SVGPathSegArcAbs__sweepFlag", + "InterfaceSVGPathSegArcRel", + "__svg__SVGPathSegArcRel__x", + "__svg__SVGPathSegArcRel__y", + "__svg__SVGPathSegArcRel__r1", + "__svg__SVGPathSegArcRel__r2", + "__svg__SVGPathSegArcRel__angle", + "__svg__SVGPathSegArcRel__largeArcFlag", + "__svg__SVGPathSegArcRel__sweepFlag", + "InterfaceSVGPathSegLinetoHorizontalAbs", + "__svg__SVGPathSegLinetoHorizontalAbs__x", + "InterfaceSVGPathSegLinetoHorizontalRel", + "__svg__SVGPathSegLinetoHorizontalRel__x", + "InterfaceSVGPathSegLinetoVerticalAbs", + "__svg__SVGPathSegLinetoVerticalAbs__y", + "InterfaceSVGPathSegLinetoVerticalRel", + "__svg__SVGPathSegLinetoVerticalRel__y", + "InterfaceSVGPathSegCurvetoCubicSmoothAbs", + "__svg__SVGPathSegCurvetoCubicSmoothAbs__x", + "__svg__SVGPathSegCurvetoCubicSmoothAbs__y", + "__svg__SVGPathSegCurvetoCubicSmoothAbs__x2", + "__svg__SVGPathSegCurvetoCubicSmoothAbs__y2", + "InterfaceSVGPathSegCurvetoCubicSmoothRel", + "__svg__SVGPathSegCurvetoCubicSmoothRel__x", + "__svg__SVGPathSegCurvetoCubicSmoothRel__y", + "__svg__SVGPathSegCurvetoCubicSmoothRel__x2", + "__svg__SVGPathSegCurvetoCubicSmoothRel__y2", + "InterfaceSVGPathSegCurvetoQuadraticSmoothAbs", + "__svg__SVGPathSegCurvetoQuadraticSmoothAbs__x", + "__svg__SVGPathSegCurvetoQuadraticSmoothAbs__y", + "InterfaceSVGPathSegCurvetoQuadraticSmoothRel", + "__svg__SVGPathSegCurvetoQuadraticSmoothRel__x", + "__svg__SVGPathSegCurvetoQuadraticSmoothRel__y", + "InterfaceSVGPathSegList", + "__svg__SVGPathSegList__numberOfItems", + "__svg__SVGPathSegList__clear", + "__svg__SVGPathSegList__initialize", + "__svg__SVGPathSegList__getItem", + "__svg__SVGPathSegList__insertItemBefore", + "__svg__SVGPathSegList__replaceItem", + "__svg__SVGPathSegList__removeItem", + "__svg__SVGPathSegList__appendItem", + "InterfaceSVGAnimatedPathData", + "__svg__SVGAnimatedPathData__pathSegList", + "__svg__SVGAnimatedPathData__normalizedPathSegList", + "__svg__SVGAnimatedPathData__animatedPathSegList", + "__svg__SVGAnimatedPathData__animatedNormalizedPathSegList", + "InterfaceSVGPathElement", + "__svg__SVGPathElement__pathLength", + "__svg__SVGPathElement__getTotalLength", + "__svg__SVGPathElement__getPointAtLength", + "__svg__SVGPathElement__getPathSegAtLength", + "__svg__SVGPathElement__createSVGPathSegClosePath", + "__svg__SVGPathElement__createSVGPathSegMovetoAbs", + "__svg__SVGPathElement__createSVGPathSegMovetoRel", + "__svg__SVGPathElement__createSVGPathSegLinetoAbs", + "__svg__SVGPathElement__createSVGPathSegLinetoRel", + "__svg__SVGPathElement__createSVGPathSegCurvetoCubicAbs", + "__svg__SVGPathElement__createSVGPathSegCurvetoCubicRel", + "__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticAbs", + "__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticRel", + "__svg__SVGPathElement__createSVGPathSegArcAbs", + "__svg__SVGPathElement__createSVGPathSegArcRel", + "__svg__SVGPathElement__createSVGPathSegLinetoHorizontalAbs", + "__svg__SVGPathElement__createSVGPathSegLinetoHorizontalRel", + "__svg__SVGPathElement__createSVGPathSegLinetoVerticalAbs", + "__svg__SVGPathElement__createSVGPathSegLinetoVerticalRel", + "__svg__SVGPathElement__createSVGPathSegCurvetoCubicSmoothAbs", + "__svg__SVGPathElement__createSVGPathSegCurvetoCubicSmoothRel", + "__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothAbs", + "__svg__SVGPathElement__createSVGPathSegCurvetoQuadraticSmoothRel", + "toc", + "Introduction", + "RectElement", + "RectElementXAttribute", + "RectElementYAttribute", + "RectElementWidthAttribute", + "RectElementHeightAttribute", + "RectElementRXAttribute", + "RectElementRYAttribute", + "ExampleRect01", + "ExampleRect02", + "CircleElement", + "CircleElementCXAttribute", + "CircleElementCYAttribute", + "CircleElementRAttribute", + "ExampleCircle01", + "EllipseElement", + "EllipseElementCXAttribute", + "EllipseElementCYAttribute", + "EllipseElementRXAttribute", + "EllipseElementRYAttribute", + "ExampleEllipse01", + "LineElement", + "LineElementX1Attribute", + "LineElementY1Attribute", + "LineElementX2Attribute", + "LineElementY2Attribute", + "ExampleLine01", + "PolylineElement", + "PolylineElementPointsAttribute", + "ExamplePolyline01", + "PolygonElement", + "PolygonElementPointsAttribute", + "ExamplePolygon01", + "PointsBNF", + "DOMInterfaces", + "InterfaceSVGRectElement", + "__svg__SVGRectElement__x", + "__svg__SVGRectElement__y", + "__svg__SVGRectElement__width", + "__svg__SVGRectElement__height", + "__svg__SVGRectElement__rx", + "__svg__SVGRectElement__ry", + "InterfaceSVGCircleElement", + "__svg__SVGCircleElement__cx", + "__svg__SVGCircleElement__cy", + "__svg__SVGCircleElement__r", + "InterfaceSVGEllipseElement", + "__svg__SVGEllipseElement__cx", + "__svg__SVGEllipseElement__cy", + "__svg__SVGEllipseElement__rx", + "__svg__SVGEllipseElement__ry", + "InterfaceSVGLineElement", + "__svg__SVGLineElement__x1", + "__svg__SVGLineElement__y1", + "__svg__SVGLineElement__x2", + "__svg__SVGLineElement__y2", + "InterfaceSVGAnimatedPoints", + "__svg__SVGAnimatedPoints__points", + "__svg__SVGAnimatedPoints__animatedPoints", + "InterfaceSVGPolylineElement", + "InterfaceSVGPolygonElement", + "toc", + "Introduction", + "CharactersAndGlyphs", + "FontsTablesBaselines", + "TextElement", + "ObjectBoundingBoxUnitsTextObjects", + "TextElementXAttribute", + "TextElementYAttribute", + "TextElementDXAttribute", + "TextElementDYAttribute", + "TextElementRotateAttribute", + "TextElementTextLengthAttribute", + "TextElementLengthAdjustAttribute", + "ExampleText01", + "TSpanElement", + "TSpanElementXAttribute", + "TSpanElementYAttribute", + "TSpanElementDXAttribute", + "TSpanElementDYAttribute", + "TSpanElementRotateAttribute", + "TSpanElementTextLengthAttribute", + "ExampleTSpan01", + "ExampleTSpan02", + "ExampleTSpan03", + "TRefElement", + "TRefElementHrefAttribute", + "ExampleTRef01", + "TextLayout", + "TextLayoutIntroduction", + "ReferenceOrientation", + "InlineProgressionDirection", + "BlockProgressionDirection", + "ShiftDirection", + "CurrentTextPosition", + "AlignmentPoint", + "TextChunks", + "TextChunk", + "SettingInlineProgressionDirection", + "WritingModeProperty", + "GlyphOrientation", + "GlyphOrientationVerticalProperty", + "GlyphOrientationHorizontalProperty", + "RelationshipWithBiDirectionality", + "DirectionProperty", + "UnicodeBidiProperty", + "TextRenderingOrder", + "AlignmentProperties", + "TextAlignmentProperties", + "TextAnchorProperty", + "BaselineAlignmentProperties", + "TextTopBaselineDefinition", + "TextBottomBaselineDefinition", + "DominantBaselineProperty", + "AlignmentBaselineProperty", + "BaselineShiftProperty", + "FontPropertiesUsedBySVG", + "FontFamilyProperty", + "FontStyleProperty", + "FontVariantProperty", + "FontWeightProperty", + "FontStretchProperty", + "FontSizeProperty", + "FontSizeAdjustProperty", + "FontProperty", + "SpacingProperties", + "KerningProperty", + "LetterSpacingProperty", + "WordSpacingProperty", + "TextDecorationProperties", + "TextDecorationProperty", + "ExampleTextDecoration01", + "ExampleTextDecoration01", + "TextOnAPath", + "TextOnAPathIntroduction", + "TextPathElement", + "TextPathElementStartOffsetAttribute", + "TextPathElementMethodAttribute", + "TextPathElementMethodAttribute", + "TextPathElementSpacingAttribute", + "TextPathElementSpacingAttribute", + "TextPathElementHrefAttribute", + "ExampleToap01", + "ExampleToap02", + "ExampleToap03", + "TextpathLayoutRules", + "ExampleToap04", + "CharWidth", + "StartPointOnPath", + "EndPointOnPath", + "MidPointOnPath", + "GlyphMidline", + "AlternateGlyphs", + "AltGlyphElement", + "AltGlyphElementHrefAttribute", + "AltGlyphElementGlyphRefAttribute", + "AltGlyphElementFormatAttribute", + "AltGlyphElementXAttribute", + "AltGlyphElementYAttribute", + "AltGlyphElementDXAttribute", + "AltGlyphElementDYAttribute", + "AltGlyphElementRotateAttribute", + "AlternateGlyphDefinitions", + "AltGlyphDefElement", + "AltGlyphItemElement", + "GlyphRefElement", + "GlyphRefElementHrefAttribute", + "GlyphRefElementGlyphRefAttribute", + "GlyphRefElementFormatAttribute", + "GlyphRefElementXAttribute", + "GlyphRefElementYAttribute", + "GlyphRefElementDXAttribute", + "GlyphRefElementDYAttribute", + "WhiteSpace", + "XMLSpaceAttribute", + "TextSelection", + "DOMInterfaces", + "InterfaceSVGTextContentElement", + "__svg__SVGTextContentElement__LENGTHADJUST_UNKNOWN", + "__svg__SVGTextContentElement__LENGTHADJUST_SPACING", + "__svg__SVGTextContentElement__LENGTHADJUST_SPACINGANDGLYPHS", + "__svg__SVGTextContentElement__textLength", + "__svg__SVGTextContentElement__lengthAdjust", + "__svg__SVGTextContentElement__getNumberOfChars", + "__svg__SVGTextContentElement__getComputedTextLength", + "__svg__SVGTextContentElement__getSubStringLength", + "__svg__SVGTextContentElement__getStartPositionOfChar", + "__svg__SVGTextContentElement__getEndPositionOfChar", + "__svg__SVGTextContentElement__getExtentOfChar", + "__svg__SVGTextContentElement__getRotationOfChar", + "__svg__SVGTextContentElement__getCharNumAtPosition", + "__svg__SVGTextContentElement__selectSubString", + "InterfaceSVGTextPositioningElement", + "__svg__SVGTextPositioningElement__x", + "__svg__SVGTextPositioningElement__y", + "__svg__SVGTextPositioningElement__dx", + "__svg__SVGTextPositioningElement__dy", + "__svg__SVGTextPositioningElement__rotate", + "InterfaceSVGTextElement", + "InterfaceSVGTSpanElement", + "InterfaceSVGTRefElement", + "InterfaceSVGTextPathElement", + "__svg__SVGTextPathElement__TEXTPATH_METHODTYPE_UNKNOWN", + "__svg__SVGTextPathElement__TEXTPATH_METHODTYPE_ALIGN", + "__svg__SVGTextPathElement__TEXTPATH_METHODTYPE_STRETCH", + "__svg__SVGTextPathElement__TEXTPATH_SPACINGTYPE_UNKNOWN", + "__svg__SVGTextPathElement__TEXTPATH_SPACINGTYPE_AUTO", + "__svg__SVGTextPathElement__TEXTPATH_SPACINGTYPE_EXACT", + "__svg__SVGTextPathElement__startOffset", + "__svg__SVGTextPathElement__method", + "__svg__SVGTextPathElement__spacing", + "InterfaceSVGAltGlyphElement", + "__svg__SVGAltGlyphElement__glyphRef", + "__svg__SVGAltGlyphElement__format", + "InterfaceSVGAltGlyphDefElement", + "InterfaceSVGAltGlyphItemElement", + "InterfaceSVGGlyphRefElement", + "__svg__SVGGlyphRefElement__glyphRef", + "__svg__SVGGlyphRefElement__format", + "__svg__SVGGlyphRefElement__x", + "__svg__SVGGlyphRefElement__y", + "__svg__SVGGlyphRefElement__dx", + "__svg__SVGGlyphRefElement__dy", + "toc", + "Introduction", + "SpecifyingPaint", + "FillProperties", + "FillProperty", + "FillRuleProperty", + "FillOpacityProperty", + "StrokeProperties", + "StrokeProperty", + "StrokeWidthProperty", + "StrokeLinecapProperty", + "StrokeLinejoinProperty", + "StrokeMiterlimitProperty", + "StrokeDasharrayProperty", + "DashArray", + "StrokeDashoffsetProperty", + "StrokeOpacityProperty", + "VisibilityControl", + "DisplayProperty", + "VisibilityProperty", + "Markers", + "MarkersIntroduction", + "MarkerElement", + "MarkerUnitsAttribute", + "MarkerElementRefXAttribute", + "MarkerElementRefYAttribute", + "MarkerWidthAttribute", + "MarkerHeightAttribute", + "OrientAttribute", + "MarkerProperties", + "MarkerStartProperty", + "MarkerMidProperty", + "MarkerEndProperty", + "MarkerProperty", + "MarkerAlgorithm", + "RenderingProperties", + "ColorInterpolationProperties", + "sRGBlinearRGBConversionFormulas", + "ColorInterpolationProperty", + "ColorInterpolationFiltersProperty", + "ColorRenderingProperty", + "ShapeRenderingProperty", + "TextRenderingProperty", + "ImageRenderingProperty", + "InheritanceOfPaintingProperties", + "DOMInterfaces", + "InterfaceSVGPaint", + "__svg__SVGPaint__SVG_PAINTTYPE_UNKNOWN", + "__svg__SVGPaint__SVG_PAINTTYPE_RGBCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_NONE", + "__svg__SVGPaint__SVG_PAINTTYPE_CURRENTCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_URI_NONE", + "__svg__SVGPaint__SVG_PAINTTYPE_URI_CURRENTCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_URI_RGBCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR", + "__svg__SVGPaint__SVG_PAINTTYPE_URI", + "__svg__SVGPaint__paintType", + "__svg__SVGPaint__uri", + "__svg__SVGPaint__setUri", + "__svg__SVGPaint__setPaint", + "InterfaceSVGMarkerElement", + "__svg__SVGMarkerElement__SVG_MARKERUNITS_UNKNOWN", + "__svg__SVGMarkerElement__SVG_MARKERUNITS_USERSPACEONUSE", + "__svg__SVGMarkerElement__SVG_MARKERUNITS_STROKEWIDTH", + "__svg__SVGMarkerElement__SVG_MARKER_ORIENT_UNKNOWN", + "__svg__SVGMarkerElement__SVG_MARKER_ORIENT_AUTO", + "__svg__SVGMarkerElement__SVG_MARKER_ORIENT_ANGLE", + "__svg__SVGMarkerElement__refX", + "__svg__SVGMarkerElement__refY", + "__svg__SVGMarkerElement__markerUnits", + "__svg__SVGMarkerElement__markerWidth", + "__svg__SVGMarkerElement__markerHeight", + "__svg__SVGMarkerElement__orientType", + "__svg__SVGMarkerElement__orientAngle", + "__svg__SVGMarkerElement__setOrientToAuto", + "__svg__SVGMarkerElement__setOrientToAngle", + "toc", + "ColorIntroduction", + "ColorProperty", + "ColorProfileDescriptions", + "ColorProfileDescriptionsOverview", + "ColorProfileAlternatives", + "ColorProfileElement", + "ColorProfileElementHrefAttribute", + "ColorProfileElementLocalAttribute", + "ColorProfileElementNameAttribute", + "ColorProfileElementRenderingIntentAttribute", + "ColorProfileAtRule", + "ColorProfileSrcProperty", + "ColorProfileNameProperty", + "RenderingIntentProperty", + "ColorProfileProperty", + "DOMInterfaces", + "InterfaceSVGColorProfileElement", + "__svg__SVGColorProfileElement__local", + "__svg__SVGColorProfileElement__name", + "__svg__SVGColorProfileElement__renderingIntent", + "InterfaceSVGColorProfileRule", + "__svg__SVGColorProfileRule__src", + "__svg__SVGColorProfileRule__name", + "__svg__SVGColorProfileRule__renderingIntent", + "toc", + "Introduction", + "Gradients", + "GradientsIntroduction", + "LinearGradients", + "LinearGradientElement", + "LinearGradientElementGradientUnitsAttribute", + "LinearGradientElementGradientTransformAttribute", + "LinearGradientElementX1Attribute", + "LinearGradientElementY1Attribute", + "LinearGradientElementX2Attribute", + "LinearGradientElementY2Attribute", + "LinearGradientElementSpreadMethodAttribute", + "LinearGradientElementHrefAttribute", + "ExampleLinGrad01", + "RadialGradients", + "RadialGradientElement", + "RadialGradientElementGradientUnitsAttribute", + "RadialGradientElementGradientTransformAttribute", + "RadialGradientElementCXAttribute", + "RadialGradientElementCYAttribute", + "RadialGradientElementRAttribute", + "RadialGradientElementFXAttribute", + "RadialGradientElementFYAttribute", + "RadialGradientElementSpreadMethodAttribute", + "RadialGradientElementHrefAttribute", + "ExampleRadGrad01", + "GradientStops", + "StopElement", + "StopElementOffsetAttribute", + "StopColorProperty", + "StopOpacityProperty", + "Patterns", + "PatternElement", + "PatternElementPatternUnitsAttribute", + "PatternElementPatternContentUnitsAttribute", + "PatternElementPatternTransformAttribute", + "PatternElementXAttribute", + "PatternElementYAttribute", + "PatternElementWidthAttribute", + "PatternElementHeightAttribute", + "PatternElementHrefAttribute", + "PatternElementPreserveAspectRatioAttribute", + "ExamplePattern01", + "DOMInterfaces", + "InterfaceSVGGradientElement", + "__svg__SVGGradientElement__SVG_SPREADMETHOD_UNKNOWN", + "__svg__SVGGradientElement__SVG_SPREADMETHOD_PAD", + "__svg__SVGGradientElement__SVG_SPREADMETHOD_REFLECT", + "__svg__SVGGradientElement__SVG_SPREADMETHOD_REPEAT", + "__svg__SVGGradientElement__gradientUnits", + "__svg__SVGGradientElement__gradientTransform", + "__svg__SVGGradientElement__spreadMethod", + "InterfaceSVGLinearGradientElement", + "__svg__SVGLinearGradientElement__x1", + "__svg__SVGLinearGradientElement__y1", + "__svg__SVGLinearGradientElement__x2", + "__svg__SVGLinearGradientElement__y2", + "InterfaceSVGRadialGradientElement", + "__svg__SVGRadialGradientElement__cx", + "__svg__SVGRadialGradientElement__cy", + "__svg__SVGRadialGradientElement__r", + "__svg__SVGRadialGradientElement__fx", + "__svg__SVGRadialGradientElement__fy", + "InterfaceSVGStopElement", + "__svg__SVGStopElement__offset", + "InterfaceSVGPatternElement", + "__svg__SVGPatternElement__patternUnits", + "__svg__SVGPatternElement__patternContentUnits", + "__svg__SVGPatternElement__patternTransform", + "__svg__SVGPatternElement__x", + "__svg__SVGPatternElement__y", + "__svg__SVGPatternElement__width", + "__svg__SVGPatternElement__height", + "toc", + "Introduction", + "SimpleAlphaBlending", + "ClippingPaths", + "ClippingPathsIntro", + "InitialClippingPath", + "OverflowAndClipProperties", + "OverflowProperty", + "ClipProperty", + "AutoClipAtViewportNotViewBox", + "EstablishingANewClippingPath", + "ClipPathElement", + "ClipPathElementClipPathUnitsAttribute", + "ClipPathProperty", + "ClipRuleProperty", + "clipPath-geometry", + "Masking", + "MaskElement", + "ExampleMask01", + "MaskElementMaskUnitsAttribute", + "MaskElementMaskContentUnitsAttribute", + "MaskElementXAttribute", + "MaskElementYAttribute", + "MaskElementWidthAttribute", + "MaskElementHeightAttribute", + "MaskProperty", + "ObjectAndGroupOpacityProperties", + "OpacityProperty", + "ExampleOpacity01", + "DOMInterfaces", + "InterfaceSVGClipPathElement", + "__svg__SVGClipPathElement__clipPathUnits", + "InterfaceSVGMaskElement", + "__svg__SVGMaskElement__maskUnits", + "__svg__SVGMaskElement__maskContentUnits", + "__svg__SVGMaskElement__x", + "__svg__SVGMaskElement__y", + "__svg__SVGMaskElement__width", + "__svg__SVGMaskElement__height", + "toc", + "Introduction", + "TermSourceGraphic", + "TermFilterPrimitive", + "AnExample", + "FilterElement", + "FilterElementFilterUnitsAttribute", + "FilterElementPrimitiveUnitsAttribute", + "FilterElementXAttribute", + "FilterElementYAttribute", + "FilterElementWidthAttribute", + "FilterElementHeightAttribute", + "FilterElementFilterResAttribute", + "FilterElementHrefAttribute", + "FilterProperty", + "FilterEffectsRegion", + "FilterUnitsAttribute", + "FilterRegionXYWidthHeightAttributes", + "AccessingBackgroundImage", + "EnableBackgroundProperty", + "FilterPrimitivesOverview", + "FilterPrimitivesOverviewIntro", + "CommonAttributes", + "FilterPrimitiveXAttribute", + "FilterPrimitiveYAttribute", + "FilterPrimitiveWidthAttribute", + "FilterPrimitiveHeightAttribute", + "FilterPrimitiveResultAttribute", + "FilterPrimitiveInAttribute", + "SourceGraphic", + "SourceAlpha", + "BackgroundImage", + "BackgroundAlpha", + "FillPaint", + "StrokePaint", + "FilterPrimitiveSubRegion", + "LightSourceDefinitions", + "LightSourceIntro", + "feDistantLightElement", + "feDistantLightAzimuthAttribute", + "feDistantLightElevationAttribute", + "fePointLightElement", + "fePointLightXAttribute", + "fePointLightYAttribute", + "fePointLightZAttribute", + "feSpotLightElement", + "feSpotLightXAttribute", + "feSpotLightYAttribute", + "feSpotLightZAttribute", + "feSpotLightPointsAtXAttribute", + "feSpotLightPointsAtYAttribute", + "feSpotLightPointsAtZAttribute", + "feSpotLightSpecularExponentAttribute", + "feSpotLightLimitingConeAngleAttribute", + "LightingColorProperty", + "feBlendElement", + "feBlendModeAttribute", + "feBlendIn2Attribute", + "BlendingTable", + "feColorMatrixElement", + "feColorMatrixTypeAttribute", + "feColorMatrixValuesAttribute", + "feComponentTransferElement", + "transferFuncElements", + "feFuncRElement", + "feFuncGElement", + "feFuncBElement", + "feFuncAElement", + "TransferFunctionElementAttributes", + "feComponentTransferTypeAttribute", + "feComponentTransferTableValuesAttribute", + "feComponentTransferSlopeAttribute", + "feComponentTransferInterceptAttribute", + "feComponentTransferAmplitudeAttribute", + "feComponentTransferExponentAttribute", + "feComponentTransferOffsetAttribute", + "feCompositeElement", + "feCompositeOperatorAttribute", + "feCompositeK1Attribute", + "feCompositeK2Attribute", + "feCompositeK3Attribute", + "feCompositeK4Attribute", + "feCompositeIn2Attribute", + "feConvolveMatrixElement", + "feConvolveMatrixElementFormula", + "feConvolveMatrixElementOrderAttribute", + "feConvolveMatrixElementKernelMatrixAttribute", + "feConvolveMatrixElementDivisorAttribute", + "feConvolveMatrixElementBiasAttribute", + "feConvolveMatrixElementTargetXAttribute", + "feConvolveMatrixElementTargetYAttribute", + "feConvolveMatrixElementEdgeModeAttribute", + "feConvolveMatrixElementKernelUnitLengthAttribute", + "feConvolveMatrixElementPreserveAlphaAttribute", + "feDiffuseLightingElement", + "SurfaceNormalCalculations", + "feDiffuseLightingSurfaceScaleAttribute", + "feDiffuseLightingDiffuseConstantAttribute", + "feDiffuseLightingKernelUnitLengthAttribute", + "feDisplacementMapElement", + "feDisplacementMapScaleAttribute", + "feDisplacementMapXChannelSelectorAttribute", + "feDisplacementMapYChannelSelectorAttribute", + "feDisplacementMapIn2Attribute", + "feFloodElement", + "FloodColorProperty", + "FloodOpacityProperty", + "feGaussianBlurElement", + "feGaussianBlurStdDeviationAttribute", + "feImageElement", + "feImageElementHrefAttribute", + "feImageElementPreserveAspectRatioAttribute", + "feMergeElement", + "feMergeNodeElement", + "feMorphologyElement", + "feMorphologyOperatorAttribute", + "feMorphologyRadiusAttribute", + "feOffsetElement", + "feOffsetDxAttribute", + "feOffsetDyAttribute", + "feSpecularLightingElement", + "feSpecularLightingSurfaceScaleAttribute", + "feSpecularLightingSpecularConstantAttribute", + "feSpecularLightingSpecularExponentAttribute", + "feSpecularLightingKernelUnitLengthAttribute", + "feTileElement", + "feTurbulenceElement", + "feTurbulenceBaseFrequencyAttribute", + "feTurbulenceNumOctavesAttribute", + "feTurbulenceSeedAttribute", + "feTurbulenceStitchTilesAttribute", + "feTurbulenceTypeAttribute", + "DOMInterfaces", + "InterfaceSVGFilterElement", + "__svg__SVGFilterElement__filterUnits", + "__svg__SVGFilterElement__primitiveUnits", + "__svg__SVGFilterElement__x", + "__svg__SVGFilterElement__y", + "__svg__SVGFilterElement__width", + "__svg__SVGFilterElement__height", + "__svg__SVGFilterElement__filterResX", + "__svg__SVGFilterElement__filterResY", + "__svg__SVGFilterElement__setFilterRes", + "InterfaceSVGFilterPrimitiveStandardAttributes", + "__svg__SVGFilterPrimitiveStandardAttributes__x", + "__svg__SVGFilterPrimitiveStandardAttributes__y", + "__svg__SVGFilterPrimitiveStandardAttributes__width", + "__svg__SVGFilterPrimitiveStandardAttributes__height", + "__svg__SVGFilterPrimitiveStandardAttributes__result", + "InterfaceSVGFEBlendElement", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_UNKNOWN", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_NORMAL", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_MULTIPLY", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_SCREEN", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_DARKEN", + "__svg__SVGFEBlendElement__SVG_FEBLEND_MODE_LIGHTEN", + "__svg__SVGFEBlendElement__in1", + "__svg__SVGFEBlendElement__in2", + "__svg__SVGFEBlendElement__mode", + "InterfaceSVGFEColorMatrixElement", + "__svg__SVGFEColorMatrixElement__SVG_FECOLORMATRIX_TYPE_UNKNOWN", + "__svg__SVGFEColorMatrixElement__SVG_FECOLORMATRIX_TYPE_MATRIX", + "__svg__SVGFEColorMatrixElement__SVG_FECOLORMATRIX_TYPE_SATURATE", + "__svg__SVGFEColorMatrixElement__SVG_FECOLORMATRIX_TYPE_HUEROTATE", + "__svg__SVGFEColorMatrixElement__SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA", + "__svg__SVGFEColorMatrixElement__in1", + "__svg__SVGFEColorMatrixElement__type", + "__svg__SVGFEColorMatrixElement__values", + "InterfaceSVGFEComponentTransferElement", + "__svg__SVGFEComponentTransferElement__in1", + "InterfaceSVGComponentTransferFunctionElement", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_TABLE", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_LINEAR", + "__svg__SVGComponentTransferFunctionElement__SVG_FECOMPONENTTRANSFER_TYPE_GAMMA", + "__svg__SVGComponentTransferFunctionElement__type", + "__svg__SVGComponentTransferFunctionElement__tableValues", + "__svg__SVGComponentTransferFunctionElement__slope", + "__svg__SVGComponentTransferFunctionElement__intercept", + "__svg__SVGComponentTransferFunctionElement__amplitude", + "__svg__SVGComponentTransferFunctionElement__exponent", + "__svg__SVGComponentTransferFunctionElement__offset", + "InterfaceSVGFEFuncRElement", + "InterfaceSVGFEFuncGElement", + "InterfaceSVGFEFuncBElement", + "InterfaceSVGFEFuncAElement", + "InterfaceSVGFECompositeElement", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_UNKNOWN", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_OVER", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_IN", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_OUT", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_ATOP", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_XOR", + "__svg__SVGFECompositeElement__SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", + "__svg__SVGFECompositeElement__in1", + "__svg__SVGFECompositeElement__in2", + "__svg__SVGFECompositeElement__operator", + "__svg__SVGFECompositeElement__k1", + "__svg__SVGFECompositeElement__k2", + "__svg__SVGFECompositeElement__k3", + "__svg__SVGFECompositeElement__k4", + "InterfaceSVGFEConvolveMatrixElement", + "__svg__SVGFEConvolveMatrixElement__SVG_EDGEMODE_UNKNOWN", + "__svg__SVGFEConvolveMatrixElement__SVG_EDGEMODE_DUPLICATE", + "__svg__SVGFEConvolveMatrixElement__SVG_EDGEMODE_WRAP", + "__svg__SVGFEConvolveMatrixElement__SVG_EDGEMODE_NONE", + "__svg__SVGFEConvolveMatrixElement__in1", + "__svg__SVGFEConvolveMatrixElement__orderX", + "__svg__SVGFEConvolveMatrixElement__orderY", + "__svg__SVGFEConvolveMatrixElement__kernelMatrix", + "__svg__SVGFEConvolveMatrixElement__divisor", + "__svg__SVGFEConvolveMatrixElement__bias", + "__svg__SVGFEConvolveMatrixElement__targetX", + "__svg__SVGFEConvolveMatrixElement__targetY", + "__svg__SVGFEConvolveMatrixElement__edgeMode", + "__svg__SVGFEConvolveMatrixElement__kernelUnitLengthX", + "__svg__SVGFEConvolveMatrixElement__kernelUnitLengthY", + "__svg__SVGFEConvolveMatrixElement__preserveAlpha", + "InterfaceSVGFEDiffuseLightingElement", + "__svg__SVGFEDiffuseLightingElement__in1", + "__svg__SVGFEDiffuseLightingElement__surfaceScale", + "__svg__SVGFEDiffuseLightingElement__diffuseConstant", + "__svg__SVGFEDiffuseLightingElement__kernelUnitLengthX", + "__svg__SVGFEDiffuseLightingElement__kernelUnitLengthY", + "InterfaceSVGFEDistantLightElement", + "__svg__SVGFEDistantLightElement__azimuth", + "__svg__SVGFEDistantLightElement__elevation", + "InterfaceSVGFEPointLightElement", + "__svg__SVGFEPointLightElement__x", + "__svg__SVGFEPointLightElement__y", + "__svg__SVGFEPointLightElement__z", + "InterfaceSVGFESpotLightElement", + "__svg__SVGFESpotLightElement__x", + "__svg__SVGFESpotLightElement__y", + "__svg__SVGFESpotLightElement__z", + "__svg__SVGFESpotLightElement__pointsAtX", + "__svg__SVGFESpotLightElement__pointsAtY", + "__svg__SVGFESpotLightElement__pointsAtZ", + "__svg__SVGFESpotLightElement__specularExponent", + "__svg__SVGFESpotLightElement__limitingConeAngle", + "InterfaceSVGFEDisplacementMapElement", + "__svg__SVGFEDisplacementMapElement__SVG_CHANNEL_UNKNOWN", + "__svg__SVGFEDisplacementMapElement__SVG_CHANNEL_R", + "__svg__SVGFEDisplacementMapElement__SVG_CHANNEL_G", + "__svg__SVGFEDisplacementMapElement__SVG_CHANNEL_B", + "__svg__SVGFEDisplacementMapElement__SVG_CHANNEL_A", + "__svg__SVGFEDisplacementMapElement__in1", + "__svg__SVGFEDisplacementMapElement__in2", + "__svg__SVGFEDisplacementMapElement__scale", + "__svg__SVGFEDisplacementMapElement__xChannelSelector", + "__svg__SVGFEDisplacementMapElement__yChannelSelector", + "InterfaceSVGFEFloodElement", + "InterfaceSVGFEGaussianBlurElement", + "__svg__SVGFEGaussianBlurElement__in1", + "__svg__SVGFEGaussianBlurElement__stdDeviationX", + "__svg__SVGFEGaussianBlurElement__stdDeviationY", + "__svg__SVGFEGaussianBlurElement__setStdDeviation", + "InterfaceSVGFEImageElement", + "__svg__SVGFEImageElement__preserveAspectRatio", + "InterfaceSVGFEMergeElement", + "InterfaceSVGFEMergeNodeElement", + "__svg__SVGFEMergeNodeElement__in1", + "InterfaceSVGFEMorphologyElement", + "__svg__SVGFEMorphologyElement__SVG_MORPHOLOGY_OPERATOR_UNKNOWN", + "__svg__SVGFEMorphologyElement__SVG_MORPHOLOGY_OPERATOR_ERODE", + "__svg__SVGFEMorphologyElement__SVG_MORPHOLOGY_OPERATOR_DILATE", + "__svg__SVGFEMorphologyElement__in1", + "__svg__SVGFEMorphologyElement__operator", + "__svg__SVGFEMorphologyElement__radiusX", + "__svg__SVGFEMorphologyElement__radiusY", + "InterfaceSVGFEOffsetElement", + "__svg__SVGFEOffsetElement__in1", + "__svg__SVGFEOffsetElement__dx", + "__svg__SVGFEOffsetElement__dy", + "InterfaceSVGFESpecularLightingElement", + "__svg__SVGFESpecularLightingElement__in1", + "__svg__SVGFESpecularLightingElement__surfaceScale", + "__svg__SVGFESpecularLightingElement__specularConstant", + "__svg__SVGFESpecularLightingElement__specularExponent", + "__svg__SVGFESpecularLightingElement__kernelUnitLengthX", + "__svg__SVGFESpecularLightingElement__kernelUnitLengthY", + "InterfaceSVGFETileElement", + "__svg__SVGFETileElement__in1", + "InterfaceSVGFETurbulenceElement", + "__svg__SVGFETurbulenceElement__SVG_TURBULENCE_TYPE_UNKNOWN", + "__svg__SVGFETurbulenceElement__SVG_TURBULENCE_TYPE_FRACTALNOISE", + "__svg__SVGFETurbulenceElement__SVG_TURBULENCE_TYPE_TURBULENCE", + "__svg__SVGFETurbulenceElement__SVG_STITCHTYPE_UNKNOWN", + "__svg__SVGFETurbulenceElement__SVG_STITCHTYPE_STITCH", + "__svg__SVGFETurbulenceElement__SVG_STITCHTYPE_NOSTITCH", + "__svg__SVGFETurbulenceElement__baseFrequencyX", + "__svg__SVGFETurbulenceElement__baseFrequencyY", + "__svg__SVGFETurbulenceElement__numOctaves", + "__svg__SVGFETurbulenceElement__seed", + "__svg__SVGFETurbulenceElement__stitchTiles", + "__svg__SVGFETurbulenceElement__type", + "toc", + "Introduction", + "SVGEvents", + "FocusInEvent", + "FocusOutEvent", + "ActivateEvent", + "ClickEvent", + "MouseDownEvent", + "MouseUpEvent", + "MouseOverEvent", + "MouseMoveEvent", + "MouseOutEvent", + "DOMSubtreeModifiedEvent", + "DOMNodeInsertedEvent", + "DOMNodeRemovedEvent", + "DOMNodeRemovedFromDocumentEvent", + "DOMNodeInsertedIntoDocumentEvent", + "DOMAttrModifiedEvent", + "DOMCharacterDataModifiedEvent", + "LoadEvent", + "UnloadEvent", + "AbortEvent", + "ErrorEvent", + "ResizeEvent", + "ScrollEvent", + "ZoomEvent", + "BeginEvent", + "EndEvent", + "RepeatEvent", + "UIEvents", + "PointerEvents", + "pointer-processing", + "hit-testing", + "event-processing", + "PointerEventsProperty", + "EnableZoomAndPanControls", + "ZoomAndPanAttribute", + "Cursors", + "CursorIntro", + "CursorProperty", + "CursorElement", + "CursorElementXAttribute", + "CursorElementYAttribute", + "CursorElementHrefAttribute", + "DOMInterfaces", + "InterfaceSVGCursorElement", + "__svg__SVGCursorElement__x", + "__svg__SVGCursorElement__y", + "toc", + "IRIReference", + "HeadOverview", + "IRIandURI", + "IRIforms", + "processingIRI", + "xlinkRefAttrs", + "xlinkRefAttrsEmbed", + "XLinkTypeAttribute", + "XLinkTypeAttribute", + "XLinkRoleAttribute", + "XLinkArcRoleAttribute", + "XLinkTitleAttribute", + "XLinkShowAttribute", + "XLinkShowAttribute", + "XLinkActuateAttribute", + "XLinkActuateAttribute", + "Links", + "ExampleLink01", + "AElement", + "XLinkShowAttribute2", + "XLinkShowAttribute2", + "AElementXLinkActuateAttribute", + "AElementXLinkHrefAttribute", + "AElementTargetAttribute", + "LinksIntoSVG", + "IntroFragmentsViews", + "SVGFragmentIdentifiers", + "SVGViewSpecification", + "ViewElement", + "ViewElementViewTargetAttribute", + "ViewHighlight", + "DOMInterfaces", + "InterfaceSVGAElement", + "__svg__SVGAElement__target", + "InterfaceSVGViewElement", + "__svg__SVGViewElement__viewTarget", + "toc", + "ScriptingLanguage", + "DefaultScriptingLanguage", + "ContentScriptTypeAttribute", + "SpecifiedScriptingLanguage", + "ScriptElement", + "ExampleScript01", + "ScriptElementExecution", + "ScriptElementTypeAttribute", + "ScriptElementHrefAttribute", + "EventHandling", + "EventAttributes", + "LoadEvent", + "OnLoadEventAttribute", + "GraphicsEvents", + "OnFocusInEventAttribute", + "OnFocusOutEventAttribute", + "OnActivateEventAttribute", + "OnClickEventAttribute", + "OnMouseDownEventAttribute", + "OnMouseUpEventAttribute", + "OnMouseOverEventAttribute", + "OnMouseMoveEventAttribute", + "OnMouseOutEventAttribute", + "DocumentEvents", + "OnUnloadEventAttribute", + "OnAbortEventAttribute", + "OnErrorEventAttribute", + "OnResizeEventAttribute", + "OnScrollEventAttribute", + "OnZoomEventAttribute", + "AnimationEvents", + "OnBeginEventAttribute", + "OnEndEventAttribute", + "OnRepeatEventAttribute", + "DOMInterfaces", + "InterfaceSVGScriptElement", + "__svg__SVGScriptElement__type", + "InterfaceSVGZoomEvent", + "__svg__SVGZoomEvent__zoomRectScreen", + "__svg__SVGZoomEvent__previousScale", + "__svg__SVGZoomEvent__previousTranslate", + "__svg__SVGZoomEvent__newScale", + "__svg__SVGZoomEvent__newTranslate", + "toc", + "Introduction", + "AnimationElements", + "AnimationElementsIntro", + "RelationshipToSMILAnimation", + "SVGExtensionsToSMILAnimation", + "DocumentBegin", + "DocumentEnd", + "PresentationTime", + "AnimationElementsExample", + "ExampleAnim01", + "TargetElement", + "HrefAttribute", + "TargetAttributes", + "AttributeNameAttribute", + "AttributeTypeAttribute", + "Animation.nsexample", + "ExampleNS01", + "complexDistances", + "TimingAttributes", + "optWSP", + "BeginAttribute", + "BeginValueListSyntax", + "BeginValueSyntax", + "OffsetValueSyntax", + "SyncbaseValueSyntax", + "EventValueSyntax", + "RepeatValueSyntax", + "AccessKeyValueSyntax", + "WallclockSyncValueSyntax", + "IndefiniteValue", + "DurAttribute", + "EndAttribute", + "EndValueListSyntax", + "EndValueSyntax", + "MinAttribute", + "MaxAttribute", + "RestartAttribute", + "RepeatCountAttribute", + "RepeatDurAttribute", + "FillAttribute", + "ClockValueSyntax", + "ValueAttributes", + "CalcModeAttribute", + "ValuesAttribute", + "KeyTimesAttribute", + "KeySplinesAttribute", + "FromAttribute", + "ToAttribute", + "ByAttribute", + "AdditionAttributes", + "AdditiveAttribute", + "AccumulateAttribute", + "Inheritance", + "AnimateElement", + "SetElement", + "SetElementToAttribute", + "AnimateMotionElement", + "AnimateMotionElementCalcModeAttribute", + "PathAttribute", + "KeyPointsAttribute", + "RotateAttribute", + "OriginAttribute", + "MPathElement", + "MPathElementHrefAttribute", + "ExampleAnimMotion01", + "ExampleAnimMotion01", + "AnimateColorElement", + "AnimateTransformElement", + "AnimateTransformElementTypeAttribute", + "AnimationAttributesAndProperties", + "Animatable", + "DOMAnimationExample", + "DOMInterfaces", + "InterfaceElementTimeControl", + "__smil__ElementTimeControl__beginElement", + "__smil__ElementTimeControl__beginElementAt", + "__smil__ElementTimeControl__endElement", + "__smil__ElementTimeControl__endElementAt", + "InterfaceTimeEvent", + "__smil__TimeEvent__view", + "__smil__TimeEvent__detail", + "__smil__TimeEvent__initTimeEvent", + "InterfaceSVGAnimationElement", + "__svg__SVGAnimationElement__targetElement", + "__svg__SVGAnimationElement__getStartTime", + "__svg__SVGAnimationElement__getCurrentTime", + "__svg__SVGAnimationElement__getSimpleDuration", + "InterfaceSVGAnimateElement", + "InterfaceSVGSetElement", + "InterfaceSVGAnimateMotionElement", + "InterfaceSVGMPathElement", + "InterfaceSVGAnimateColorElement", + "InterfaceSVGAnimateTransformElement", + "toc", + "Introduction", + "SVGFonts", + "SVGFontsOverview", + "FontElement", + "FontElementHorizOriginXAttribute", + "FontElementHorizOriginYAttribute", + "FontElementHorizAdvXAttribute", + "FontElementVertOriginXAttribute", + "FontElementVertOriginYAttribute", + "FontElementVertAdvYAttribute", + "GlyphElement", + "GlyphElementUnicodeAttribute", + "GlyphElementGlyphNameAttribute", + "GlyphElementDAttribute", + "GlyphElementOrientationAttribute", + "GlyphElementArabicFormAttribute", + "GlyphElementLangAttribute", + "GlyphElementHorizAdvXAttribute", + "GlyphElementVertOriginXAttribute", + "GlyphElementVertOriginYAttribute", + "GlyphElementVertAdvYAttribute", + "MissingGlyphElement", + "GlyphSelectionRules", + "KernElements", + "HKernElement", + "VKernElement", + "HKernElementU1Attribute", + "HKernElementG1Attribute", + "HKernElementU2Attribute", + "HKernElementG2Attribute", + "HKernElementKAttribute", + "FontDescriptions", + "FontDescriptionsOverview", + "FontDescriptionsAlternatives", + "AtFontFace", + "FontFaceElement", + "FontFaceElementFontFamilyAttribute", + "FontFaceElementFontStyleAttribute", + "FontFaceElementFontVariantAttribute", + "FontFaceElementFontWeightAttribute", + "FontFaceElementFontStretchAttribute", + "FontFaceElementFontSizeAttribute", + "FontFaceElementUnicodeRangeAttribute", + "FontFaceElementUnitsPerEmAttribute", + "FontFaceElementPanose1Attribute", + "FontFaceElementStemvAttribute", + "FontFaceElementStemhAttribute", + "FontFaceElementSlopeAttribute", + "FontFaceElementCapHeightAttribute", + "FontFaceElementXHeightAttribute", + "FontFaceElementAccentHeightAttribute", + "FontFaceElementAscentAttribute", + "FontFaceElementDescentAttribute", + "FontFaceElementWidthsAttribute", + "FontFaceElementBboxAttribute", + "FontFaceElementIdeographicAttribute", + "FontFaceElementAlphabeticAttribute", + "FontFaceElementMathematicalAttribute", + "FontFaceElementHangingAttribute", + "FontFaceElementVertIdeographicAttribute", + "FontFaceElementVertAlphabeticAttribute", + "FontFaceElementVertMathematicalAttribute", + "FontFaceElementVertHangingAttribute", + "FontFaceElementUnderlinePositionAttribute", + "FontFaceElementUnderlineThicknessAttribute", + "FontFaceElementStrikeThroughPositionAttribute", + "FontFaceElementStrikeThroughThicknessAttribute", + "FontFaceElementOverlinePositionAttribute", + "FontFaceElementOverlineThicknessAttribute", + "FontFaceSrcElement", + "FontFaceURIElement", + "FontFaceUriElementHrefAttribute", + "FontFaceFormatElement", + "FontFaceFormatElementStringAttribute", + "FontFaceNameElement", + "FontFaceNameElementNameAttribute", + "DOMInterfaces", + "InterfaceSVGFontElement", + "InterfaceSVGGlyphElement", + "InterfaceSVGMissingGlyphElement", + "InterfaceSVGHKernElement", + "InterfaceSVGVKernElement", + "InterfaceSVGFontFaceElement", + "InterfaceSVGFontFaceSrcElement", + "InterfaceSVGFontFaceUriElement", + "InterfaceSVGFontFaceFormatElement", + "InterfaceSVGFontFaceNameElement", + "toc", + "Introduction", + "MetadataElement", + "Example", + "DOMInterfaces", + "InterfaceSVGMetadataElement", + "BackwardsCompatibility", + "toc", + "ForeignNamespaces", + "EmbeddingForeignObjects", + "ForeignObjectElement", + "ForeignObjectElementXAttribute", + "ForeignObjectElementYAttribute", + "ForeignObjectElementWidthAttribute", + "ForeignObjectElementHeightAttribute", + "AnExample", + "PrivateElementsAndAttribute", + "DOMInterfaces", + "InterfaceSVGForeignObjectElement", + "__svg__SVGForeignObjectElement__x", + "__svg__SVGForeignObjectElement__y", + "__svg__SVGForeignObjectElement__width", + "__svg__SVGForeignObjectElement__height", + "toc", + "Introduction", + "Modularization", + "ElementAndAttributeCollections", + "Profiling", + "PracticalConsiderations", + "DTD.1", + "DTD.1.1", + "DTD.1.2", + "DTD.1.3", + "DTD.1.4", + "DTD.1.5", + "DTD.1.6", + "DTD.1.7", + "DTD.1.8", + "DTD.1.9", + "DTD.1.10", + "DTD.1.11", + "DTD.1.12", + "DTD.1.13", + "DTD.1.14", + "DTD.1.15", + "DTD.1.16", + "DTD.1.17", + "DTD.1.18", + "DTD.1.19", + "DTD.1.20", + "DTD.1.21", + "DTD.1.22", + "DTD.1.23", + "DTD.1.24", + "DTD.1.25", + "DTD.1.26", + "DTD.1.27", + "DTD.1.28", + "DTD.1.29", + "DTD.1.30", + "DTD.1.31", + "DTD.1.32", + "DTD.1.33", + "DTD.1.34", + "DTD.1.35", + "DTD.1.36", + "DTD.1.37", + "DTD.1.38", + "DTD.1.39", + "DTD.1.40", + "DTD.1.41", + "DTD.2", + "DTD.2.1", + "DTD.2.2", + "DTD.2.3", + "toc", + "SVGDOMOverview", + "SVGObjectInitialization", + "SVGObjectInitValues", + "ElementsInTheSVGDOM", + "SVGDOMNamingConventions", + "ExceptionSVGException", + "__svg__SVG_WRONG_TYPE_ERR", + "__svg__SVG_INVALID_VALUE_ERR", + "__svg__SVG_MATRIX_NOT_INVERTABLE", + "__svg__SVGException__code", + "FeatureStrings", + "RelationshipWithDOM2Events", + "EventListeners", + "RelationshipWithCSSOM", + "CSSDOMIntro", + "CSSDOMFeaturesNoCSSSupport", + "CSSDOMFeaturesWithCSSSupport", + "ExtendedInterfaces", + "ReadOnlyNodes", + "InvalidValues", + "toc", + "JavaBinding", + "UsingSVGWithJava", + "toc", + "Exceptions", + "Constants", + "Types", + "Objects", + "toc", + "Introduction", + "ErrorProcessing", + "VersionControl", + "RangeClamping", + "PathElementImplementationNotes", + "ArcImplementationNotes", + "ArcSyntax", + "ArcOutOfRangeParameters", + "ArcParameterizationAlternatives", + "ArcConversionCenterToEndpoint", + "ArcConversionEndpointToCenter", + "ArcCorrectionOutOfRangeRadii", + "TextSelectionImplementationNotes", + "PrintingImplementationNotes", + "toc", + "Introduction", + "ConformingSVGDocuments", + "ConformingSVGStandAloneFiles", + "ConformingSVGGenerators", + "ConformingSVGServers", + "ConformingSVGDOMSubtree", + "ConformingSVGInterpreters", + "ConformingSVGViewers", + "ConformingHighQualitySVGViewers", + "toc", + "AccessibilityAndSVG", + "SVGAccessibilityGuidelines", + "toc", + "Intro", + "InternationalizationAndSVG", + "I18nTextSubstitution", + "SVGInternationalizationGuidelines", + "toc", + "NormativeReferences", + "ref-ATAG", + "ref-BCP47", + "ref-COLORIMETRY", + "ref-CSS2", + "ref-DOM1", + "ref-DOM2", + "ref-DOM2EVENTS", + "ref-DOM2STYLE", + "ref-DOM2VIEWS", + "ref-ECMA-262", + "ref-ICC42", + "ref-ISO8601", + "ref-JPEG", + "ref-GML", + "ref-PNG", + "ref-PORTERDUFF", + "ref-RFC1951", + "ref-RFC1952", + "ref-RFC2046", + "ref-RFC2119", + "ref-RFC2318", + "ref-RFC2397", + "ref-RFC2616", + "ref-RFC2732", + "ref-RFC3023", + "ref-RFC3629", + "ref-RFC3986", + "ref-RFC3987", + "ref-RFC4329", + "ref-SMILANIM", + "ref-SRGB", + "ref-UAX9", + "ref-UNICODE", + "ref-XLINK", + "ref-XML10", + "ref-XML-BASE", + "ref-XML-NS", + "ref-XML-SS", + "ref-XSL", + "InformativeReferences", + "ref-CHARMOD", + "ref-DCORE", + "ref-DOM3", + "ref-FOLEY-VANDAM", + "ref-HTML4", + "ref-MATHML", + "ref-MIMETYPES", + "ref-NVDL", + "ref-OPENTYPE", + "ref-RDF-PRIMER", + "ref-SCHEMA2", + "ref-SELECTORS", + "ref-SVG-ACCESS", + "ref-SVG-COMPOSITING", + "ref-SMIL", + "ref-SVG10", + "ref-UAAG", + "ref-WCAG2", + "ref-WINDOW", + "ref-XHTML", + "ref-XHTMLplusMathMLplusSVG", + "ref-XSLT", + "ref-XSLT2", + "toc", + "RegularAttributes", + "PresentationAttributes", + "note1", + "toc", + "Introducation", + "SVG11FeatureStrings", + "SVG", + "SVGDOM", + "SVG-static", + "SVGDOM-static", + "SVG-animation", + "SVGDOM-animation", + "SVG-dynamic", + "SVGDOM-dynamic", + "CoreAttribute", + "Structure", + "BasicStructure", + "ContainerAttribute", + "ConditionalProcessing", + "Image", + "Style", + "ViewportAttribute", + "Shape", + "Text", + "BasicText", + "PaintAttribute", + "BasicPaintAttribute", + "OpacityAttribute", + "GraphicsAttribute", + "BasicGraphicsAttribute", + "Marker", + "ColorProfile", + "Gradient", + "Pattern", + "Clip", + "BasicClip", + "Mask", + "Filter", + "BasicFilter", + "DocumentEventsAttribute", + "GraphicalEventsAttribute", + "AnimationEventsAttribute", + "Cursor", + "Hyperlinking", + "XlinkAttribute", + "ExternalResourcesRequired", + "View", + "Script", + "Animation", + "Font", + "BasicFont", + "Extensibility", + "SVG10FeatureStrings", + "mimereg", + "toc", + "mime-intro", + "mime-registration" + ] +} \ No newline at end of file diff --git a/tr/ids/client-hints-infrastructure.json b/tr/ids/client-hints-infrastructure.json index 2b060746be3c..df6c5376eaed 100644 --- a/tr/ids/client-hints-infrastructure.json +++ b/tr/ids/client-hints-infrastructure.json @@ -8,7 +8,7 @@ "toc-jump", "toc-toggle", "title", - "subtitle", + "profile-and-date", "abstract", "status", "toc", @@ -100,31 +100,28 @@ "ref-for-concept-request-client", "request-processing", "abstract-opdef-append-client-hints-to-request", - "ref-for-concept-header", - "ref-for-concept-header-name", + "ref-for-accept-ch-cache-client-hints-setā‘ ", + "ref-for-client-hints-tokenā‘£", "ref-for-low-entropy-hint-table", + "ref-for-set-appendā‘¢", + "ref-for-concept-request-clientā‘ ", + "ref-for-client-hints-tokenā‘¤", + "ref-for-environment-settings-object-client-hints-setā‘¦", + "ref-for-set-appendā‘£", + "ref-for-subresource-request", + "ref-for-list-remove", "ref-for-concept-request-header-list", "ref-for-header-list-contains", + "ref-for-find-client-hint-value", "ref-for-concept-header-list-append", "ref-for-concept-request-header-listā‘ ", - "ref-for-concept-request-clientā‘ ", - "ref-for-list-iterate", - "ref-for-client-hints-tokenā‘£", + "abstract-opdef-remove-client-hints-from-redirect-if-needed", "ref-for-concept-request-clientā‘”", - "ref-for-environment-settings-object-client-hints-setā‘¦", - "ref-for-find-client-hint-value", - "ref-for-subresource-request", + "ref-for-environment-settings-object-client-hints-setā‘§", + "ref-for-list-iterate", "ref-for-concept-request-header-listā‘”", "ref-for-header-list-containsā‘ ", - "ref-for-concept-header-list-appendā‘ ", "ref-for-concept-request-header-listā‘¢", - "abstract-opdef-remove-client-hints-from-redirect-if-needed", - "ref-for-concept-request-clientā‘¢", - "ref-for-environment-settings-object-client-hints-setā‘§", - "ref-for-list-iterateā‘ ", - "ref-for-concept-request-header-listā‘£", - "ref-for-header-list-containsā‘”", - "ref-for-concept-request-header-listā‘¤", "fetch", "ref-for-concept-fetchā‘ ", "ref-for-abstract-opdef-append-client-hints-to-request", @@ -172,7 +169,7 @@ "issue-0277eb34", "low-entropy-table", "low-entropy-hint-table", - "ref-for-concept-header-nameā‘ ", + "ref-for-concept-header-name", "ref-for-concept-header-value", "find-client-hint-value-section", "find-client-hint-value", @@ -192,7 +189,6 @@ "term-for-header-list-contains", "term-for-header-list-containsā‘ ", "term-for-concept-fetch", - "term-for-concept-header", "term-for-concept-request-header-list", "term-for-concept-http-redirect-fetch", "term-for-concept-header-name", @@ -216,6 +212,7 @@ "term-for-map-key", "term-for-ordered-map", "term-for-ordered-set", + "term-for-list-remove", "term-for-map-set", "term-for-default-allowlist", "term-for-policy-controlled-feature", diff --git a/tr/ids/construct-stylesheets.json b/tr/ids/construct-stylesheets.json index 9bdd2a0a6b9a..acfd9f1d7cea 100644 --- a/tr/ids/construct-stylesheets.json +++ b/tr/ids/construct-stylesheets.json @@ -8,7 +8,7 @@ "toc-jump", "toc-toggle", "title", - "subtitle", + "profile-and-date", "abstract", "ref-for-cssstylesheet", "ref-for-documentorshadowroot", @@ -21,10 +21,12 @@ "ref-for-dom-cssstylesheet-cssstylesheet", "ref-for-dictdef-cssstylesheetinit", "dom-cssstylesheet-cssstylesheet-options-options", + "ref-for-idl-promise", "ref-for-cssstylesheetā‘”", "ref-for-dom-cssstylesheet-replace", "ref-for-idl-USVString", "dom-cssstylesheet-replace-text-text", + "ref-for-idl-undefined", "ref-for-dom-cssstylesheet-replacesync", "ref-for-idl-USVStringā‘ ", "dom-cssstylesheet-replacesync-text-text", @@ -138,6 +140,7 @@ "ref-for-css-ruleā‘ ", "using-constructed-stylesheets", "ref-for-documentorshadowrootā‘ ", + "ref-for-idl-frozen-array", "ref-for-cssstylesheetā‘Ø", "ref-for-dom-documentorshadowroot-adoptedstylesheets", "dom-documentorshadowroot-adoptedstylesheets", @@ -204,13 +207,16 @@ "term-for-relevant-settings-object", "term-for-idl-DOMException", "term-for-idl-DOMString", + "term-for-idl-frozen-array", "term-for-networkerror", "term-for-notallowederror", + "term-for-idl-promise", "term-for-idl-USVString", "term-for-idl-boolean", + "term-for-idl-undefined", "references", "normative", - "biblio-css-cascade-4", + "biblio-css-cascade-5", "biblio-css-syntax-3", "biblio-cssom-1", "biblio-dom", @@ -218,22 +224,6 @@ "biblio-html", "biblio-rfc2119", "biblio-webidl", - "idl-index", - "ref-for-cssstylesheetā‘ ā‘ ", - "ref-for-dom-cssstylesheet-cssstylesheetā‘ ", - "ref-for-dictdef-cssstylesheetinitā‘ ", - "ref-for-cssstylesheetā‘”ā‘ ", - "ref-for-dom-cssstylesheet-replaceā‘”", - "ref-for-idl-USVStringā‘”", - "ref-for-dom-cssstylesheet-replacesyncā‘”", - "ref-for-idl-USVStringā‘ ā‘ ", - "ref-for-medialistā‘ ", - "ref-for-idl-DOMStringā‘”", - "ref-for-idl-DOMStringā‘ ā‘ ", - "ref-for-idl-booleanā‘”", - "ref-for-idl-booleanā‘ ā‘ ", - "ref-for-documentorshadowrootā‘ ā‘ ", - "ref-for-cssstylesheetā‘Øā‘ ", - "ref-for-dom-documentorshadowroot-adoptedstylesheetsā‘£" + "idl-index" ] } \ No newline at end of file diff --git a/tr/ids/ecmascript.json b/tr/ids/ecmascript.json index 06e3f7c75f15..246e1a9e123c 100644 --- a/tr/ids/ecmascript.json +++ b/tr/ids/ecmascript.json @@ -189,60 +189,54 @@ "sec-context-free-grammars", "sec-lexical-and-regexp-grammars", "_ref_23", - "_ref_11875", + "_ref_11881", "_ref_24", "_ref_1121", - "_ref_11876", - "_ref_11877", - "_ref_11878", - "_ref_11879", - "_ref_25", - "_ref_11880", - "_ref_11881", - "_ref_26", "_ref_11882", - "_ref_1122", "_ref_11883", - "sec-numeric-string-grammar", "_ref_11884", - "_ref_27", - "sec-syntactic-grammar", - "_ref_28", - "_ref_29", - "_ref_30", "_ref_11885", + "_ref_25", "_ref_11886", "_ref_11887", + "_ref_26", "_ref_11888", + "_ref_1122", "_ref_11889", + "sec-numeric-string-grammar", "_ref_11890", - "_ref_1123", - "_ref_31", - "_ref_32", + "_ref_27", + "sec-syntactic-grammar", + "_ref_28", + "_ref_29", + "_ref_30", "_ref_11891", "_ref_11892", "_ref_11893", "_ref_11894", - "_ref_1124", - "_ref_1125", - "_ref_1126", - "sec-grammar-notation", "_ref_11895", - "prod-grammar-notation-WhileStatement", "_ref_11896", + "_ref_1123", + "_ref_31", + "_ref_32", "_ref_11897", "_ref_11898", "_ref_11899", "_ref_11900", + "_ref_1124", + "_ref_1125", + "_ref_1126", + "sec-grammar-notation", "_ref_11901", + "prod-grammar-notation-WhileStatement", "_ref_11902", - "prod-grammar-notation-ArgumentList", "_ref_11903", "_ref_11904", "_ref_11905", "_ref_11906", "_ref_11907", "_ref_11908", + "prod-grammar-notation-ArgumentList", "_ref_11909", "_ref_11910", "_ref_11911", @@ -263,13 +257,13 @@ "_ref_11926", "_ref_11927", "_ref_11928", - "prod-grammar-notation-ForStatement", "_ref_11929", "_ref_11930", "_ref_11931", "_ref_11932", "_ref_11933", "_ref_11934", + "prod-grammar-notation-ForStatement", "_ref_11935", "_ref_11936", "_ref_11937", @@ -289,16 +283,16 @@ "_ref_11951", "_ref_11952", "_ref_11953", - "prod-grammar-notation-StatementList_In", "_ref_11954", "_ref_11955", - "prod-grammar-notation-StatementList_Return_In", "_ref_11956", "_ref_11957", "_ref_11958", "_ref_11959", + "prod-grammar-notation-StatementList_In", "_ref_11960", "_ref_11961", + "prod-grammar-notation-StatementList_Return_In", "_ref_11962", "_ref_11963", "_ref_11964", @@ -308,49 +302,55 @@ "_ref_11968", "_ref_11969", "_ref_11970", - "prod-grammar-notation-VariableDeclaration", "_ref_11971", "_ref_11972", - "prod-grammar-notation-VariableDeclaration_In", "_ref_11973", "_ref_11974", "_ref_11975", "_ref_11976", + "prod-grammar-notation-VariableDeclaration", "_ref_11977", "_ref_11978", + "prod-grammar-notation-VariableDeclaration_In", "_ref_11979", "_ref_11980", - "prod-grammar-notation-StatementList", "_ref_11981", "_ref_11982", - "prod-grammar-notation-StatementList_Return", "_ref_11983", - "prod-grammar-notation-NonZeroDigit", - "prod-grammar-notation-DecimalDigit", - "prod-grammar-notation-DecimalDigits", "_ref_11984", "_ref_11985", "_ref_11986", - "prod-grammar-notation-LookaheadExample", + "prod-grammar-notation-StatementList", "_ref_11987", "_ref_11988", + "prod-grammar-notation-StatementList_Return", "_ref_11989", - "_ref_11652", + "prod-grammar-notation-NonZeroDigit", + "prod-grammar-notation-DecimalDigit", + "prod-grammar-notation-DecimalDigits", "_ref_11990", "_ref_11991", - "prod-grammar-notation-ThrowStatement", "_ref_11992", + "prod-grammar-notation-LookaheadExample", "_ref_11993", "_ref_11994", "_ref_11995", + "_ref_11658", "_ref_11996", "_ref_11997", - "prod-grammar-notation-Identifier", + "prod-grammar-notation-ThrowStatement", "_ref_11998", "_ref_11999", "_ref_12000", "_ref_12001", "_ref_12002", + "_ref_12003", + "prod-grammar-notation-Identifier", + "_ref_12004", + "_ref_12005", + "_ref_12006", + "_ref_12007", + "_ref_12008", "prod-grammar-notation-SourceCharacter", "sec-algorithm-conventions", "_ref_1127", @@ -364,11 +364,11 @@ "step-sdo-invocation-example-1", "step-sdo-invocation-example-2", "step-sdo-invocation-example-3", - "_ref_11653", - "_ref_12003", - "_ref_12004", - "_ref_12005", - "_ref_12006", + "_ref_11659", + "_ref_12009", + "_ref_12010", + "_ref_12011", + "_ref_12012", "sec-runtime-semantics", "_ref_1129", "sec-implicit-completion-values", @@ -415,21 +415,21 @@ "_ref_1167", "_ref_1168", "sec-static-semantic-rules", - "_ref_12007", - "_ref_12008", + "_ref_12013", + "_ref_12014", "early-error-rule", "_ref_1169", "_ref_1170", "_ref_36", "_ref_1171", - "_ref_12009", - "_ref_12010", + "_ref_12015", + "_ref_12016", "_ref_1172", - "_ref_12011", - "_ref_12012", + "_ref_12017", + "_ref_12018", "_ref_1173", - "_ref_12013", - "_ref_12014", + "_ref_12019", + "_ref_12020", "sec-mathematical-operations", "_ref_1174", "_ref_1175", @@ -1394,48 +1394,48 @@ "sec-tonumber-applied-to-the-string-type", "_ref_1804", "_ref_194", - "_ref_12015", + "_ref_12021", "_ref_1805", "_ref_1806", "_ref_195", "_ref_196", "prod-StringNumericLiteral", - "_ref_12016", - "_ref_12017", - "_ref_12018", - "_ref_12019", - "prod-StrWhiteSpace", - "_ref_12020", - "_ref_12021", - "prod-StrWhiteSpaceChar", "_ref_12022", "_ref_12023", - "prod-StrNumericLiteral", "_ref_12024", "_ref_12025", - "prod-StrDecimalLiteral", + "prod-StrWhiteSpace", "_ref_12026", "_ref_12027", + "prod-StrWhiteSpaceChar", "_ref_12028", - "prod-StrUnsignedDecimalLiteral", "_ref_12029", + "prod-StrNumericLiteral", "_ref_12030", "_ref_12031", + "prod-StrDecimalLiteral", "_ref_12032", "_ref_12033", "_ref_12034", + "prod-StrUnsignedDecimalLiteral", "_ref_12035", - "_ref_197", "_ref_12036", "_ref_12037", "_ref_12038", "_ref_12039", "_ref_12040", "_ref_12041", + "_ref_197", "_ref_12042", "_ref_12043", "_ref_12044", "_ref_12045", + "_ref_12046", + "_ref_12047", + "_ref_12048", + "_ref_12049", + "_ref_12050", + "_ref_12051", "sec-runtime-semantics-mv-s", "_ref_1807", "_ref_1808", @@ -1443,12 +1443,6 @@ "_ref_1809", "_ref_1810", "_ref_199", - "_ref_12046", - "_ref_12047", - "_ref_12048", - "_ref_12049", - "_ref_12050", - "_ref_12051", "_ref_12052", "_ref_12053", "_ref_12054", @@ -1479,14 +1473,20 @@ "_ref_12079", "_ref_12080", "_ref_12081", + "_ref_12082", + "_ref_12083", + "_ref_12084", + "_ref_12085", + "_ref_12086", + "_ref_12087", "_ref_1811", "_ref_200", - "_ref_12082", + "_ref_12088", "_ref_1812", "_ref_1813", "_ref_1814", - "_ref_12083", - "_ref_12084", + "_ref_12089", + "_ref_12090", "sec-tointegerorinfinity", "sec-tointeger", "_ref_1815", @@ -1586,8 +1586,8 @@ "_ref_1895", "sec-stringtobigint", "_ref_204", - "_ref_12085", - "_ref_12086", + "_ref_12091", + "_ref_12092", "sec-tobigint64", "_ref_1896", "_ref_1897", @@ -2098,273 +2098,273 @@ "sec-let-and-const-declarations-static-semantics-boundnames", "sec-identifiers-static-semantics-boundnames", "prod-Yc3dQCIS", - "_ref_12087", + "_ref_12093", "_ref_2296", "_ref_2297", - "_ref_12088", + "_ref_12094", "prod-0oRvH9Oa", "_ref_2298", "prod-eP6tRBFI", "_ref_2299", "prod-WhUrx1KG", - "_ref_12089", - "_ref_12090", - "_ref_2300", - "_ref_12091", - "prod-pdmM8758", - "_ref_12092", - "_ref_12093", - "_ref_2301", - "_ref_12094", - "_ref_2302", "_ref_12095", - "prod-SIbbs3t0", "_ref_12096", + "_ref_2300", "_ref_12097", - "_ref_2303", + "prod-pdmM8758", "_ref_12098", - "prod-WfIK7IbR", "_ref_12099", + "_ref_2301", "_ref_12100", - "_ref_2304", + "_ref_2302", "_ref_12101", - "prod-PvG06doO", + "prod-SIbbs3t0", "_ref_12102", "_ref_12103", - "_ref_2305", + "_ref_2303", "_ref_12104", - "_ref_2306", + "prod-WfIK7IbR", "_ref_12105", - "prod-TRoL9A8A", "_ref_12106", + "_ref_2304", "_ref_12107", - "_ref_2307", + "prod-PvG06doO", "_ref_12108", - "prod-uemJBnZk", "_ref_12109", + "_ref_2305", "_ref_12110", - "_ref_2308", + "_ref_2306", "_ref_12111", - "prod-HmBRwRUL", - "_ref_2309", - "prod-VrgiRc7B", + "prod-TRoL9A8A", "_ref_12112", "_ref_12113", - "_ref_2310", + "_ref_2307", "_ref_12114", - "_ref_2311", + "prod-uemJBnZk", "_ref_12115", - "prod-e52_ta72", "_ref_12116", - "_ref_2312", - "prod-gapTHhxd", + "_ref_2308", "_ref_12117", + "prod-HmBRwRUL", + "_ref_2309", + "prod-VrgiRc7B", "_ref_12118", - "_ref_2313", "_ref_12119", - "prod-uQApgi98", + "_ref_2310", "_ref_12120", + "_ref_2311", "_ref_12121", - "_ref_2314", + "prod-e52_ta72", "_ref_12122", - "prod-UADb9W1C", + "_ref_2312", + "prod-gapTHhxd", "_ref_12123", "_ref_12124", + "_ref_2313", "_ref_12125", - "_ref_2315", + "prod-uQApgi98", "_ref_12126", - "_ref_2316", "_ref_12127", - "prod-hRHC-ltw", + "_ref_2314", "_ref_12128", + "prod-UADb9W1C", "_ref_12129", - "_ref_2317", "_ref_12130", - "_ref_2318", "_ref_12131", - "prod-HS4vlt-j", + "_ref_2315", "_ref_12132", + "_ref_2316", "_ref_12133", - "_ref_2319", + "prod-hRHC-ltw", "_ref_12134", - "_ref_2320", "_ref_12135", - "prod-C9gIgbxU", + "_ref_2317", "_ref_12136", + "_ref_2318", "_ref_12137", - "_ref_2321", + "prod-HS4vlt-j", "_ref_12138", - "prod-MJIzQe4_", "_ref_12139", + "_ref_2319", "_ref_12140", - "_ref_2322", + "_ref_2320", "_ref_12141", - "prod-T0DsYQHz", + "prod-C9gIgbxU", "_ref_12142", "_ref_12143", - "_ref_2323", + "_ref_2321", "_ref_12144", - "prod-XX1yN-l7", + "prod-MJIzQe4_", "_ref_12145", "_ref_12146", - "_ref_2324", + "_ref_2322", "_ref_12147", - "prod-Wj-eaJJJ", + "prod-T0DsYQHz", "_ref_12148", "_ref_12149", - "_ref_2325", + "_ref_2323", "_ref_12150", - "prod-AAggAe5k", + "prod-XX1yN-l7", "_ref_12151", "_ref_12152", + "_ref_2324", "_ref_12153", - "_ref_2326", + "prod-Wj-eaJJJ", "_ref_12154", - "prod-rmB8ZP2j", "_ref_12155", + "_ref_2325", "_ref_12156", - "prod-NuuiWZ7v", - "_ref_2327", - "prod-po75ZBLy", + "prod-AAggAe5k", "_ref_12157", "_ref_12158", - "_ref_2328", "_ref_12159", - "_ref_2329", + "_ref_2326", "_ref_12160", - "prod-dSRi9b3k", + "prod-rmB8ZP2j", "_ref_12161", "_ref_12162", - "_ref_2330", + "prod-NuuiWZ7v", + "_ref_2327", + "prod-po75ZBLy", "_ref_12163", - "_ref_2331", "_ref_12164", - "prod-B1jl1kwZ", + "_ref_2328", "_ref_12165", + "_ref_2329", "_ref_12166", - "_ref_2332", + "prod-dSRi9b3k", "_ref_12167", - "_ref_2333", - "prod-t6vQVPUG", "_ref_12168", + "_ref_2330", "_ref_12169", + "_ref_2331", "_ref_12170", - "_ref_2334", + "prod-B1jl1kwZ", "_ref_12171", - "prod-qJNJRowC", "_ref_12172", + "_ref_2332", "_ref_12173", - "prod-D36uGDV1", + "_ref_2333", + "prod-t6vQVPUG", "_ref_12174", "_ref_12175", "_ref_12176", - "_ref_2335", + "_ref_2334", "_ref_12177", - "prod-Fiyc5-gj", + "prod-qJNJRowC", "_ref_12178", "_ref_12179", - "prod-_x3zvham", + "prod-D36uGDV1", "_ref_12180", "_ref_12181", - "_ref_2336", "_ref_12182", - "prod-0u78ulHy", + "_ref_2335", "_ref_12183", - "prod-G-h1FrC4", + "prod-Fiyc5-gj", "_ref_12184", "_ref_12185", + "prod-_x3zvham", "_ref_12186", - "_ref_2337", "_ref_12187", - "prod-NaC_U8xV", + "_ref_2336", "_ref_12188", + "prod-0u78ulHy", "_ref_12189", - "prod-kRyJKqmR", + "prod-G-h1FrC4", "_ref_12190", "_ref_12191", "_ref_12192", - "_ref_2338", + "_ref_2337", "_ref_12193", - "_ref_2339", - "prod-jZE2c8MZ", + "prod-NaC_U8xV", "_ref_12194", "_ref_12195", - "_ref_2340", + "prod-kRyJKqmR", "_ref_12196", - "prod-me1fjwho", "_ref_12197", - "_ref_2341", - "prod-gnkPkMbr", "_ref_12198", + "_ref_2338", "_ref_12199", - "_ref_2342", + "_ref_2339", + "prod-jZE2c8MZ", "_ref_12200", - "_ref_2343", "_ref_12201", - "prod-WTIt04mh", + "_ref_2340", "_ref_12202", + "prod-me1fjwho", "_ref_12203", - "_ref_2344", + "_ref_2341", + "prod-gnkPkMbr", "_ref_12204", - "_ref_2345", "_ref_12205", - "prod-2q0gunUG", - "_ref_2346", - "prod-phtlO1Je", + "_ref_2342", "_ref_12206", + "_ref_2343", "_ref_12207", - "_ref_2347", + "prod-WTIt04mh", "_ref_12208", - "_ref_2348", "_ref_12209", - "prod-QscPeL5E", + "_ref_2344", "_ref_12210", + "_ref_2345", "_ref_12211", - "_ref_2349", + "prod-2q0gunUG", + "_ref_2346", + "prod-phtlO1Je", "_ref_12212", - "prod-OyREyUBO", "_ref_12213", + "_ref_2347", "_ref_12214", - "prod-sOWb3AM5", + "_ref_2348", "_ref_12215", - "_ref_2350", - "prod-wpPb0--4", + "prod-QscPeL5E", "_ref_12216", - "_ref_2351", "_ref_12217", - "prod-yl8Kvf8S", + "_ref_2349", "_ref_12218", - "_ref_2352", + "prod-OyREyUBO", "_ref_12219", - "prod-oqm8ado6", "_ref_12220", - "_ref_2353", + "prod-sOWb3AM5", "_ref_12221", - "prod-pmSnaEkm", + "_ref_2350", + "prod-wpPb0--4", "_ref_12222", - "_ref_2354", + "_ref_2351", "_ref_12223", - "prod-fy8WSBrE", + "prod-yl8Kvf8S", "_ref_12224", - "sec-static-semantics-declarationpart", - "prod-g7IOVGn1", + "_ref_2352", "_ref_12225", + "prod-oqm8ado6", "_ref_12226", - "prod-sN7udk5J", + "_ref_2353", "_ref_12227", + "prod-pmSnaEkm", "_ref_12228", - "prod-jjBSfSof", + "_ref_2354", "_ref_12229", + "prod-fy8WSBrE", "_ref_12230", - "prod-KvSTEPI7", + "sec-static-semantics-declarationpart", + "prod-g7IOVGn1", "_ref_12231", "_ref_12232", - "prod-kBBrFjaX", + "prod-sN7udk5J", "_ref_12233", "_ref_12234", - "prod-GAkiMJN6", + "prod-jjBSfSof", "_ref_12235", "_ref_12236", + "prod-KvSTEPI7", + "_ref_12237", + "_ref_12238", + "prod-kBBrFjaX", + "_ref_12239", + "_ref_12240", + "prod-GAkiMJN6", + "_ref_12241", + "_ref_12242", "sec-static-semantics-isconstantdeclaration", "sec-exports-static-semantics-isconstantdeclaration", "sec-async-function-definitions-static-semantics-IsConstantDeclaration", @@ -2374,53 +2374,53 @@ "sec-function-definitions-static-semantics-isconstantdeclaration", "sec-let-and-const-declarations-static-semantics-isconstantdeclaration", "prod-jGNpgH6g", - "_ref_12237", - "_ref_12238", + "_ref_12243", + "_ref_12244", "_ref_2355", - "_ref_12239", + "_ref_12245", "prod-Iol_vN-I", "prod-xwFhJZXb", "prod-5tjiqCsV", - "_ref_12240", - "_ref_12241", - "_ref_12242", - "prod-Fqj8pzpb", - "_ref_12243", - "_ref_12244", - "prod-FmAf4OGl", - "_ref_12245", "_ref_12246", "_ref_12247", - "prod-2O3Y8NX3", "_ref_12248", + "prod-Fqj8pzpb", "_ref_12249", - "prod-wRhLbuAn", "_ref_12250", + "prod-FmAf4OGl", "_ref_12251", "_ref_12252", - "prod-_1WUvl3J", "_ref_12253", + "prod-2O3Y8NX3", "_ref_12254", - "prod-w95osZOA", "_ref_12255", + "prod-wRhLbuAn", "_ref_12256", "_ref_12257", - "prod-6nHiQ-2B", "_ref_12258", + "prod-_1WUvl3J", "_ref_12259", - "prod-J5Ultzy7", "_ref_12260", + "prod-w95osZOA", "_ref_12261", - "prod-v6ZGEAMc", "_ref_12262", - "prod-w8mrwXF1", "_ref_12263", + "prod-6nHiQ-2B", "_ref_12264", - "prod-mTdGbVUU", "_ref_12265", - "prod-K87ApD92", + "prod-J5Ultzy7", "_ref_12266", "_ref_12267", + "prod-v6ZGEAMc", + "_ref_12268", + "prod-w8mrwXF1", + "_ref_12269", + "_ref_12270", + "prod-mTdGbVUU", + "_ref_12271", + "prod-K87ApD92", + "_ref_12272", + "_ref_12273", "sec-static-semantics-lexicallydeclarednames", "sec-module-semantics-static-semantics-lexicallydeclarednames", "sec-scripts-static-semantics-lexicallydeclarednames", @@ -2433,111 +2433,111 @@ "prod-mPEvRR9d", "_ref_2356", "prod-ZFtxhsq0", - "_ref_12268", - "_ref_12269", - "_ref_2357", - "_ref_12270", - "_ref_2358", - "_ref_12271", - "prod-Rrf-OST4", - "_ref_12272", - "_ref_12273", "_ref_12274", - "_ref_2359", "_ref_12275", - "_ref_2360", - "prod-9AEMspNg", + "_ref_2357", "_ref_12276", - "_ref_2361", + "_ref_2358", "_ref_12277", - "prod--_BgAjEq", - "_ref_2362", - "prod-mSnfTK7z", + "prod-Rrf-OST4", "_ref_12278", "_ref_12279", "_ref_12280", + "_ref_2359", "_ref_12281", - "_ref_2363", + "_ref_2360", + "prod-9AEMspNg", "_ref_12282", - "_ref_2364", - "_ref_2365", + "_ref_2361", "_ref_12283", + "prod--_BgAjEq", + "_ref_2362", + "prod-mSnfTK7z", "_ref_12284", - "_ref_2366", "_ref_12285", - "prod-7Gkp_Ikd", "_ref_12286", "_ref_12287", - "_ref_2367", + "_ref_2363", "_ref_12288", - "_ref_2368", + "_ref_2364", + "_ref_2365", "_ref_12289", - "prod-LyDmmUT5", "_ref_12290", + "_ref_2366", "_ref_12291", + "prod-7Gkp_Ikd", "_ref_12292", - "_ref_2369", "_ref_12293", - "_ref_2370", - "prod-JWPhP_ev", + "_ref_2367", "_ref_12294", + "_ref_2368", "_ref_12295", - "_ref_2371", + "prod-LyDmmUT5", "_ref_12296", - "_ref_2372", - "prod-BptUBlCG", "_ref_12297", "_ref_12298", - "_ref_2373", + "_ref_2369", "_ref_12299", - "prod-FwgSl19M", + "_ref_2370", + "prod-JWPhP_ev", "_ref_12300", + "_ref_12301", + "_ref_2371", + "_ref_12302", + "_ref_2372", + "prod-BptUBlCG", + "_ref_12303", + "_ref_12304", + "_ref_2373", + "_ref_12305", + "prod-FwgSl19M", + "_ref_12306", "_ref_2374", "prod-_jhHTL9Z", - "_ref_12301", + "_ref_12307", "_ref_2375", - "_ref_12302", + "_ref_12308", "prod-8YrmfaA1", "_ref_2376", "prod-yRWpcHmG", - "_ref_12303", + "_ref_12309", "_ref_2377", - "_ref_12304", + "_ref_12310", "prod-2xZloP4O", - "_ref_12305", + "_ref_12311", "_ref_2378", "prod-tdMR5_9c", - "_ref_12306", + "_ref_12312", "_ref_2379", "prod-m6bh3GpA", - "_ref_12307", + "_ref_12313", "_ref_2380", - "_ref_12308", - "_ref_12309", - "_ref_12310", - "prod-t-OtLQL7", - "_ref_12311", - "_ref_12312", - "_ref_2381", - "_ref_12313", - "_ref_2382", "_ref_12314", - "prod-vXiSx9wh", "_ref_12315", - "_ref_2383", "_ref_12316", - "prod-v-PqD2SJ", + "prod-t-OtLQL7", "_ref_12317", "_ref_12318", + "_ref_2381", "_ref_12319", - "_ref_2384", - "_ref_2385", + "_ref_2382", "_ref_12320", - "prod-XYalkd2A", + "prod-vXiSx9wh", "_ref_12321", - "_ref_2386", + "_ref_2383", "_ref_12322", + "prod-v-PqD2SJ", "_ref_12323", + "_ref_12324", + "_ref_12325", + "_ref_2384", + "_ref_2385", + "_ref_12326", + "prod-XYalkd2A", + "_ref_12327", + "_ref_2386", + "_ref_12328", + "_ref_12329", "sec-static-semantics-lexicallyscopeddeclarations", "sec-exports-static-semantics-lexicallyscopeddeclarations", "sec-module-semantics-static-semantics-lexicallyscopeddeclarations", @@ -2549,125 +2549,125 @@ "sec-switch-statement-static-semantics-lexicallyscopeddeclarations", "sec-block-static-semantics-lexicallyscopeddeclarations", "prod-dqBS0eQw", - "_ref_12324", - "_ref_12325", + "_ref_12330", + "_ref_12331", "_ref_2387", - "_ref_12326", + "_ref_12332", "_ref_2388", - "_ref_12327", + "_ref_12333", "prod-MlufDCPG", - "_ref_12328", - "_ref_12329", - "_ref_12330", + "_ref_12334", + "_ref_12335", + "_ref_12336", "_ref_2389", - "_ref_12331", + "_ref_12337", "_ref_2390", "prod-IYBZJ2CF", - "_ref_12332", + "_ref_12338", "_ref_2391", "_ref_2392", - "_ref_12333", + "_ref_12339", "prod-bhogjJ1W", "_ref_2393", "prod-am_Z4H66", - "_ref_12334", - "_ref_12335", - "_ref_12336", - "_ref_12337", - "_ref_2394", - "_ref_12338", - "_ref_2395", - "_ref_2396", - "_ref_12339", "_ref_12340", - "_ref_2397", "_ref_12341", - "prod-LxvbRJKF", "_ref_12342", "_ref_12343", - "_ref_2398", + "_ref_2394", "_ref_12344", - "_ref_2399", + "_ref_2395", + "_ref_2396", "_ref_12345", - "prod-tORmzQQv", "_ref_12346", + "_ref_2397", "_ref_12347", + "prod-LxvbRJKF", "_ref_12348", - "_ref_2400", "_ref_12349", - "_ref_2401", - "prod-84xBBiJA", + "_ref_2398", "_ref_12350", + "_ref_2399", "_ref_12351", - "_ref_2402", + "prod-tORmzQQv", "_ref_12352", - "_ref_2403", - "prod-V7zVpmtw", "_ref_12353", "_ref_12354", - "_ref_2404", + "_ref_2400", "_ref_12355", - "prod-3Vc5meav", + "_ref_2401", + "prod-84xBBiJA", "_ref_12356", + "_ref_12357", + "_ref_2402", + "_ref_12358", + "_ref_2403", + "prod-V7zVpmtw", + "_ref_12359", + "_ref_12360", + "_ref_2404", + "_ref_12361", + "prod-3Vc5meav", + "_ref_12362", "_ref_2405", "prod-nL_6JlM9", - "_ref_12357", + "_ref_12363", "_ref_2406", - "_ref_12358", + "_ref_12364", "prod-gtaAB-x7", "_ref_2407", "prod-aKFk9Ijn", - "_ref_12359", + "_ref_12365", "_ref_2408", - "_ref_12360", + "_ref_12366", "prod-4B0l6Nwq", - "_ref_12361", + "_ref_12367", "_ref_2409", "prod-0qrVz5hX", - "_ref_12362", + "_ref_12368", "_ref_2410", "prod-1WkoNRM_", - "_ref_12363", + "_ref_12369", "_ref_2411", - "_ref_12364", + "_ref_12370", "prod-eWnfpwM7", "_ref_2412", "prod-rZF3AogZ", - "_ref_12365", - "_ref_12366", + "_ref_12371", + "_ref_12372", "_ref_2413", - "_ref_12367", + "_ref_12373", "_ref_2414", - "_ref_12368", + "_ref_12374", "prod-zqmuSkfM", - "_ref_12369", + "_ref_12375", "_ref_2415", "prod-IxEr0QE9", - "_ref_12370", - "_ref_12371", + "_ref_12376", + "_ref_12377", "prod-DEMJzdJ7", - "_ref_12372", + "_ref_12378", "prod-cMreMYU5", - "_ref_12373", + "_ref_12379", "_ref_2416", "prod-xsgJyOoQ", - "_ref_12374", + "_ref_12380", "_ref_2417", "_ref_2418", - "_ref_12375", + "_ref_12381", "prod-cRTDqnfl", - "_ref_12376", + "_ref_12382", "_ref_2419", "_ref_2420", - "_ref_12377", + "_ref_12383", "prod-4yMGuqEs", - "_ref_12378", + "_ref_12384", "_ref_2421", - "_ref_12379", + "_ref_12385", "prod-XTfiw-G1", - "_ref_12380", + "_ref_12386", "_ref_2422", - "_ref_12381", + "_ref_12387", "sec-static-semantics-vardeclarednames", "sec-module-semantics-static-semantics-vardeclarednames", "sec-scripts-static-semantics-vardeclarednames", @@ -2687,241 +2687,241 @@ "sec-block-static-semantics-vardeclarednames", "sec-statement-semantics-static-semantics-vardeclarednames", "prod-TvRo0Jzz", - "_ref_12382", + "_ref_12388", "prod-x3WiVh1X", - "_ref_12383", + "_ref_12389", "prod-cXTIOEn1", - "_ref_12384", + "_ref_12390", "prod-PhLm_cqX", - "_ref_12385", + "_ref_12391", "prod-bMjWoX52", - "_ref_12386", + "_ref_12392", "prod-OPyZZ0FU", - "_ref_12387", + "_ref_12393", "prod-6wmxzhRC", - "_ref_12388", + "_ref_12394", "_ref_2423", "prod-4f3fXSme", "_ref_2424", "prod-ikslLJyV", - "_ref_12389", - "_ref_12390", - "_ref_2425", - "_ref_12391", - "_ref_2426", - "_ref_12392", - "prod-mb72lTih", - "_ref_12393", - "_ref_2427", - "prod-_o07UyGN", - "_ref_12394", - "_ref_2428", "_ref_12395", - "prod-5Ab4YMrd", "_ref_12396", + "_ref_2425", "_ref_12397", + "_ref_2426", "_ref_12398", - "_ref_2429", + "prod-mb72lTih", "_ref_12399", - "_ref_2430", + "_ref_2427", + "prod-_o07UyGN", "_ref_12400", - "prod-Jj9iNkQT", + "_ref_2428", "_ref_12401", + "prod-5Ab4YMrd", "_ref_12402", - "_ref_2431", "_ref_12403", - "prod-MQNHAeo7", "_ref_12404", + "_ref_2429", "_ref_12405", - "_ref_2432", + "_ref_2430", "_ref_12406", - "prod-6MiGg7LY", + "prod-Jj9iNkQT", "_ref_12407", "_ref_12408", - "_ref_2433", + "_ref_2431", "_ref_12409", - "prod-22bMsY8a", + "prod-MQNHAeo7", "_ref_12410", "_ref_12411", + "_ref_2432", "_ref_12412", + "prod-6MiGg7LY", "_ref_12413", - "_ref_2434", "_ref_12414", - "prod-iNfrCk_F", + "_ref_2433", "_ref_12415", + "prod-22bMsY8a", "_ref_12416", "_ref_12417", "_ref_12418", - "_ref_2435", "_ref_12419", - "_ref_2436", + "_ref_2434", "_ref_12420", - "prod-N2GkbzwH", + "prod-iNfrCk_F", "_ref_12421", "_ref_12422", "_ref_12423", "_ref_12424", - "_ref_2437", + "_ref_2435", "_ref_12425", - "prod-polenv5I", + "_ref_2436", "_ref_12426", + "prod-N2GkbzwH", "_ref_12427", "_ref_12428", - "prod-cQmWs6F4", "_ref_12429", "_ref_12430", + "_ref_2437", "_ref_12431", - "prod-6rXrz7RR", + "prod-polenv5I", "_ref_12432", "_ref_12433", "_ref_12434", - "prod-LH0otfP0", + "prod-cQmWs6F4", "_ref_12435", "_ref_12436", "_ref_12437", - "prod-UE8msfiB", + "prod-6rXrz7RR", "_ref_12438", "_ref_12439", "_ref_12440", - "prod-Xl42xW5D", + "prod-LH0otfP0", "_ref_12441", "_ref_12442", "_ref_12443", - "_ref_2438", + "prod-UE8msfiB", "_ref_12444", - "prod-eiN5tOgj", "_ref_12445", "_ref_12446", + "prod-Xl42xW5D", "_ref_12447", - "prod-dkeW5WMH", "_ref_12448", "_ref_12449", + "_ref_2438", "_ref_12450", - "prod-dXd3oD1j", + "prod-eiN5tOgj", "_ref_12451", "_ref_12452", "_ref_12453", - "_ref_2439", + "prod-dkeW5WMH", "_ref_12454", - "_ref_2440", "_ref_12455", - "_ref_221", - "prod-kf6BzwpI", "_ref_12456", + "prod-dXd3oD1j", "_ref_12457", - "_ref_2441", "_ref_12458", - "prod-lB_U5kUv", "_ref_12459", + "_ref_2439", "_ref_12460", - "_ref_2442", + "_ref_2440", "_ref_12461", - "prod-DTgBd2wQ", - "_ref_2443", - "prod-e2BPI-N_", + "_ref_221", + "prod-kf6BzwpI", "_ref_12462", "_ref_12463", + "_ref_2441", "_ref_12464", + "prod-lB_U5kUv", "_ref_12465", - "_ref_2444", "_ref_12466", - "_ref_2445", - "_ref_2446", + "_ref_2442", "_ref_12467", + "prod-DTgBd2wQ", + "_ref_2443", + "prod-e2BPI-N_", "_ref_12468", - "_ref_2447", "_ref_12469", - "prod-_zisH9m7", "_ref_12470", "_ref_12471", - "_ref_2448", + "_ref_2444", "_ref_12472", - "_ref_2449", + "_ref_2445", + "_ref_2446", "_ref_12473", - "prod-Gdv5Uzyo", "_ref_12474", + "_ref_2447", "_ref_12475", + "prod-_zisH9m7", "_ref_12476", - "_ref_2450", "_ref_12477", - "_ref_2451", - "prod-ocDhl-eB", + "_ref_2448", "_ref_12478", + "_ref_2449", "_ref_12479", - "_ref_2452", + "prod-Gdv5Uzyo", "_ref_12480", - "_ref_2453", - "prod-xypmC2Rc", "_ref_12481", "_ref_12482", - "_ref_2454", + "_ref_2450", "_ref_12483", - "prod-TKnUh23n", + "_ref_2451", + "prod-ocDhl-eB", "_ref_12484", - "_ref_2455", - "prod-K6wLfAiN", "_ref_12485", + "_ref_2452", "_ref_12486", - "_ref_2456", + "_ref_2453", + "prod-xypmC2Rc", "_ref_12487", - "_ref_2457", "_ref_12488", - "prod-naQihl7z", + "_ref_2454", "_ref_12489", + "prod-TKnUh23n", "_ref_12490", - "_ref_2458", + "_ref_2455", + "prod-K6wLfAiN", "_ref_12491", - "_ref_2459", "_ref_12492", - "prod-F1kslF5t", + "_ref_2456", "_ref_12493", + "_ref_2457", "_ref_12494", + "prod-naQihl7z", "_ref_12495", - "_ref_2460", "_ref_12496", - "_ref_2461", + "_ref_2458", "_ref_12497", - "_ref_2462", + "_ref_2459", "_ref_12498", - "prod-1jr14zqX", + "prod-F1kslF5t", "_ref_12499", "_ref_12500", - "_ref_2463", "_ref_12501", + "_ref_2460", + "_ref_12502", + "_ref_2461", + "_ref_12503", + "_ref_2462", + "_ref_12504", + "prod-1jr14zqX", + "_ref_12505", + "_ref_12506", + "_ref_2463", + "_ref_12507", "prod-ic6_wi6x", "_ref_2464", "prod-Fovz-BpD", - "_ref_12502", + "_ref_12508", "_ref_2465", - "_ref_12503", + "_ref_12509", "prod-kKbHUs1e", - "_ref_12504", + "_ref_12510", "_ref_2466", "prod-IDrLWHWU", - "_ref_12505", + "_ref_12511", "_ref_2467", "prod-_GPKA3Cb", - "_ref_12506", + "_ref_12512", "_ref_2468", - "_ref_12507", + "_ref_12513", "prod-YneO94W1", "_ref_2469", "prod-WMKjW5iz", - "_ref_12508", - "_ref_12509", + "_ref_12514", + "_ref_12515", "_ref_2470", - "_ref_12510", + "_ref_12516", "_ref_2471", - "_ref_12511", + "_ref_12517", "prod-lGybrnks", - "_ref_12512", + "_ref_12518", "_ref_2472", "prod-5uRXjJj7", - "_ref_12513", - "_ref_12514", - "_ref_12515", + "_ref_12519", + "_ref_12520", + "_ref_12521", "_ref_2473", - "_ref_12516", + "_ref_12522", "_ref_2474", "sec-static-semantics-varscopeddeclarations", "sec-module-semantics-static-semantics-varscopeddeclarations", @@ -2942,270 +2942,270 @@ "sec-block-static-semantics-varscopeddeclarations", "sec-statement-semantics-static-semantics-varscopeddeclarations", "prod-CXBIcQtz", - "_ref_12517", + "_ref_12523", "prod-4cf8z78V", - "_ref_12518", + "_ref_12524", "prod-UIiAeivR", - "_ref_12519", + "_ref_12525", "prod-R2NCFAfM", - "_ref_12520", + "_ref_12526", "prod-8C3zNXp6", - "_ref_12521", + "_ref_12527", "prod-QgvbQ6qN", - "_ref_12522", + "_ref_12528", "prod-nkERSk1r", - "_ref_12523", + "_ref_12529", "_ref_2475", "prod--ycd0kFi", "_ref_2476", "prod-r8z3UV58", - "_ref_12524", - "_ref_12525", - "_ref_2477", - "_ref_12526", - "_ref_2478", - "_ref_12527", - "prod-zHpAsUUQ", - "_ref_12528", - "_ref_2479", - "prod-r4VwMPwM", - "_ref_12529", - "_ref_2480", "_ref_12530", - "prod-HsuXutdb", "_ref_12531", + "_ref_2477", "_ref_12532", - "_ref_2481", + "_ref_2478", "_ref_12533", + "prod-zHpAsUUQ", "_ref_12534", - "prod-B7KHfByo", + "_ref_2479", + "prod-r4VwMPwM", "_ref_12535", + "_ref_2480", "_ref_12536", + "prod-HsuXutdb", "_ref_12537", - "_ref_2482", "_ref_12538", - "_ref_2483", + "_ref_2481", "_ref_12539", - "prod-yyIeKAQ3", "_ref_12540", + "prod-B7KHfByo", "_ref_12541", - "_ref_2484", "_ref_12542", - "prod-QkEPe1CC", "_ref_12543", + "_ref_2482", "_ref_12544", - "_ref_2485", + "_ref_2483", "_ref_12545", - "prod-jrq4eHFJ", + "prod-yyIeKAQ3", "_ref_12546", "_ref_12547", - "_ref_2486", + "_ref_2484", "_ref_12548", - "prod-5lKKTAkN", + "prod-QkEPe1CC", "_ref_12549", "_ref_12550", + "_ref_2485", "_ref_12551", + "prod-jrq4eHFJ", "_ref_12552", - "_ref_2487", "_ref_12553", - "prod-13ohOiCm", + "_ref_2486", "_ref_12554", + "prod-5lKKTAkN", "_ref_12555", "_ref_12556", "_ref_12557", - "_ref_2488", "_ref_12558", - "_ref_2489", + "_ref_2487", "_ref_12559", - "prod-eqKiNSk1", + "prod-13ohOiCm", "_ref_12560", "_ref_12561", "_ref_12562", "_ref_12563", - "_ref_2490", + "_ref_2488", "_ref_12564", - "prod-KgxDtGf4", + "_ref_2489", "_ref_12565", + "prod-eqKiNSk1", "_ref_12566", "_ref_12567", - "prod-AWnFzjE8", "_ref_12568", "_ref_12569", + "_ref_2490", "_ref_12570", - "prod-5TY9-yea", + "prod-KgxDtGf4", "_ref_12571", "_ref_12572", "_ref_12573", - "prod-t9Ps-Sf3", + "prod-AWnFzjE8", "_ref_12574", "_ref_12575", "_ref_12576", - "prod-IEEeV8La", + "prod-5TY9-yea", "_ref_12577", "_ref_12578", "_ref_12579", - "prod-WOgH08rb", + "prod-t9Ps-Sf3", "_ref_12580", "_ref_12581", "_ref_12582", - "_ref_2491", + "prod-IEEeV8La", "_ref_12583", - "prod-SyVO6l8T", "_ref_12584", "_ref_12585", + "prod-WOgH08rb", "_ref_12586", - "prod-o2HaUKnD", "_ref_12587", "_ref_12588", + "_ref_2491", "_ref_12589", - "prod-kZcYMT8d", + "prod-SyVO6l8T", "_ref_12590", "_ref_12591", "_ref_12592", - "_ref_2492", + "prod-o2HaUKnD", "_ref_12593", - "_ref_2493", "_ref_12594", - "_ref_222", - "prod-otI6GMSS", "_ref_12595", + "prod-kZcYMT8d", "_ref_12596", - "_ref_2494", "_ref_12597", - "prod-FjNXiCI7", "_ref_12598", + "_ref_2492", "_ref_12599", - "_ref_2495", + "_ref_2493", "_ref_12600", - "prod-BX82yRxg", - "_ref_2496", - "prod-aW8QiumN", + "_ref_222", + "prod-otI6GMSS", "_ref_12601", "_ref_12602", + "_ref_2494", "_ref_12603", + "prod-FjNXiCI7", "_ref_12604", - "_ref_2497", "_ref_12605", - "_ref_2498", - "_ref_2499", + "_ref_2495", "_ref_12606", + "prod-BX82yRxg", + "_ref_2496", + "prod-aW8QiumN", "_ref_12607", - "_ref_2500", "_ref_12608", - "prod-nuKGUlOU", "_ref_12609", "_ref_12610", - "_ref_2501", + "_ref_2497", "_ref_12611", - "_ref_2502", + "_ref_2498", + "_ref_2499", "_ref_12612", - "prod-mzP2If-y", "_ref_12613", + "_ref_2500", "_ref_12614", + "prod-nuKGUlOU", "_ref_12615", - "_ref_2503", "_ref_12616", - "_ref_2504", - "prod-ZPHZRUV6", + "_ref_2501", "_ref_12617", + "_ref_2502", "_ref_12618", - "_ref_2505", + "prod-mzP2If-y", "_ref_12619", - "_ref_2506", - "prod-i-A4iWeY", "_ref_12620", "_ref_12621", - "_ref_2507", + "_ref_2503", "_ref_12622", - "prod-ntkJlgei", + "_ref_2504", + "prod-ZPHZRUV6", "_ref_12623", - "_ref_2508", - "prod-RhYCwWQZ", "_ref_12624", + "_ref_2505", "_ref_12625", - "_ref_2509", + "_ref_2506", + "prod-i-A4iWeY", "_ref_12626", - "_ref_2510", "_ref_12627", - "prod-0GInHInm", + "_ref_2507", "_ref_12628", + "prod-ntkJlgei", "_ref_12629", - "_ref_2511", + "_ref_2508", + "prod-RhYCwWQZ", "_ref_12630", - "_ref_2512", "_ref_12631", - "prod-pi8GJ951", + "_ref_2509", "_ref_12632", + "_ref_2510", "_ref_12633", + "prod-0GInHInm", "_ref_12634", - "_ref_2513", "_ref_12635", - "_ref_2514", + "_ref_2511", "_ref_12636", - "_ref_2515", + "_ref_2512", "_ref_12637", - "prod-H8Sf_rsN", + "prod-pi8GJ951", "_ref_12638", "_ref_12639", - "_ref_2516", "_ref_12640", - "prod-vvqmH-2l", - "_ref_2517", - "prod-x8eD4P1T", + "_ref_2513", "_ref_12641", - "_ref_2518", + "_ref_2514", "_ref_12642", - "prod-UWG_9qGM", + "_ref_2515", "_ref_12643", - "_ref_2519", - "prod-VllrABp8", + "prod-H8Sf_rsN", "_ref_12644", + "_ref_12645", + "_ref_2516", + "_ref_12646", + "prod-vvqmH-2l", + "_ref_2517", + "prod-x8eD4P1T", + "_ref_12647", + "_ref_2518", + "_ref_12648", + "prod-UWG_9qGM", + "_ref_12649", + "_ref_2519", + "prod-VllrABp8", + "_ref_12650", "_ref_2520", "prod-MCeJZE_U", - "_ref_12645", + "_ref_12651", "_ref_2521", - "_ref_12646", + "_ref_12652", "prod-g_wYfia1", "_ref_2522", "prod-oVpqQZka", - "_ref_12647", - "_ref_12648", + "_ref_12653", + "_ref_12654", "_ref_2523", - "_ref_12649", + "_ref_12655", "_ref_2524", - "_ref_12650", + "_ref_12656", "prod-TBDbISuB", - "_ref_12651", + "_ref_12657", "_ref_2525", "prod-f75VYPkN", - "_ref_12652", - "_ref_12653", - "_ref_12654", + "_ref_12658", + "_ref_12659", + "_ref_12660", "_ref_2526", - "_ref_12655", + "_ref_12661", "_ref_2527", "sec-static-semantics-toplevellexicallydeclarednames", "sec-labelled-statements-static-semantics-toplevellexicallydeclarednames", "sec-block-static-semantics-toplevellexicallydeclarednames", "prod-s6Vb3QUL", - "_ref_12656", - "_ref_12657", + "_ref_12662", + "_ref_12663", "_ref_2528", - "_ref_12658", + "_ref_12664", "_ref_2529", - "_ref_12659", + "_ref_12665", "prod-DWksqgz-", - "_ref_12660", + "_ref_12666", "_ref_2530", "prod-ReRATT6e", - "_ref_12661", - "_ref_12662", - "_ref_12663", + "_ref_12667", + "_ref_12668", + "_ref_12669", "_ref_2531", - "_ref_12664", + "_ref_12670", "prod-vPjzf01U", - "_ref_12665", - "_ref_12666", + "_ref_12671", + "_ref_12672", "_ref_2532", "sec-static-semantics-toplevellexicallyscopeddeclarations", "sec-labelled-statements-static-semantics-toplevellexicallyscopeddeclarations", @@ -3213,24 +3213,24 @@ "prod-ZOlGIUjg", "_ref_2533", "prod-fSl8sbck", - "_ref_12667", - "_ref_12668", + "_ref_12673", + "_ref_12674", "_ref_2534", - "_ref_12669", + "_ref_12675", "_ref_2535", - "_ref_12670", + "_ref_12676", "prod-68OgfJw9", - "_ref_12671", + "_ref_12677", "_ref_2536", "prod--BAI6AhR", - "_ref_12672", - "_ref_12673", - "_ref_12674", + "_ref_12678", + "_ref_12679", + "_ref_12680", "_ref_2537", - "_ref_12675", + "_ref_12681", "prod-VoYdAOt3", - "_ref_12676", - "_ref_12677", + "_ref_12682", + "_ref_12683", "_ref_2538", "sec-static-semantics-toplevelvardeclarednames", "sec-labelled-statements-static-semantics-toplevelvardeclarednames", @@ -3238,88 +3238,88 @@ "prod-ie-RAx6L", "_ref_2539", "prod-_Kx3fMtB", - "_ref_12678", - "_ref_12679", - "_ref_2540", - "_ref_12680", - "_ref_2541", - "_ref_12681", - "prod-l-2kGEcB", - "_ref_12682", - "_ref_12683", "_ref_12684", - "_ref_2542", "_ref_12685", - "_ref_2543", - "prod-CxIyq9Kn", + "_ref_2540", "_ref_12686", + "_ref_2541", "_ref_12687", + "prod-l-2kGEcB", "_ref_12688", - "_ref_2544", "_ref_12689", - "_ref_2545", "_ref_12690", - "prod-gviukyGv", + "_ref_2542", "_ref_12691", + "_ref_2543", + "prod-CxIyq9Kn", "_ref_12692", - "_ref_2546", "_ref_12693", - "prod-jtk1iKc9", "_ref_12694", + "_ref_2544", "_ref_12695", + "_ref_2545", "_ref_12696", - "_ref_2547", + "prod-gviukyGv", "_ref_12697", - "_ref_2548", "_ref_12698", - "prod-5RFYGz0t", + "_ref_2546", "_ref_12699", - "_ref_2549", + "prod-jtk1iKc9", "_ref_12700", - "sec-static-semantics-toplevelvarscopeddeclarations", - "sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", - "sec-block-static-semantics-toplevelvarscopeddeclarations", - "prod-ELUpDRIL", - "_ref_2550", - "prod-MxUpZ-t-", "_ref_12701", "_ref_12702", - "_ref_2551", + "_ref_2547", "_ref_12703", - "_ref_2552", + "_ref_2548", "_ref_12704", - "prod-wmlLZdyg", + "prod-5RFYGz0t", "_ref_12705", + "_ref_2549", "_ref_12706", + "sec-static-semantics-toplevelvarscopeddeclarations", + "sec-labelled-statements-static-semantics-toplevelvarscopeddeclarations", + "sec-block-static-semantics-toplevelvarscopeddeclarations", + "prod-ELUpDRIL", + "_ref_2550", + "prod-MxUpZ-t-", "_ref_12707", - "_ref_2553", "_ref_12708", - "_ref_2554", + "_ref_2551", "_ref_12709", - "prod-OvMm0IpZ", + "_ref_2552", "_ref_12710", + "prod-wmlLZdyg", "_ref_12711", "_ref_12712", - "_ref_2555", "_ref_12713", - "_ref_2556", - "prod-sPvwm3DB", + "_ref_2553", "_ref_12714", + "_ref_2554", "_ref_12715", - "_ref_2557", + "prod-OvMm0IpZ", "_ref_12716", - "prod-h55yOiCC", "_ref_12717", "_ref_12718", + "_ref_2555", "_ref_12719", - "_ref_2558", + "_ref_2556", + "prod-sPvwm3DB", "_ref_12720", - "_ref_2559", "_ref_12721", - "prod-aZ77pE36", + "_ref_2557", "_ref_12722", - "_ref_2560", + "prod-h55yOiCC", "_ref_12723", + "_ref_12724", + "_ref_12725", + "_ref_2558", + "_ref_12726", + "_ref_2559", + "_ref_12727", + "prod-aZ77pE36", + "_ref_12728", + "_ref_2560", + "_ref_12729", "sec-syntax-directed-operations-labels", "sec-static-semantics-containsduplicatelabels", "sec-module-semantics-static-semantics-containsduplicatelabels", @@ -3336,201 +3336,201 @@ "sec-block-static-semantics-containsduplicatelabels", "sec-statement-semantics-static-semantics-containsduplicatelabels", "prod-5segouA8", - "_ref_12724", + "_ref_12730", "prod-X3W5RktU", - "_ref_12725", + "_ref_12731", "prod-tPl3NUyn", - "_ref_12726", + "_ref_12732", "prod-5amcoTln", - "_ref_12727", + "_ref_12733", "prod-SRoeq51F", - "_ref_12728", + "_ref_12734", "prod-sjee5Pog", - "_ref_12729", + "_ref_12735", "prod-iv3GJbNA", - "_ref_12730", + "_ref_12736", "prod-VdiHdMbL", - "_ref_12731", + "_ref_12737", "prod-SpvJf5dZ", "prod-OH037R2P", - "_ref_12732", - "prod-IG220ePF", - "_ref_12733", - "_ref_12734", - "_ref_2561", - "_ref_12735", - "_ref_2562", - "_ref_12736", - "prod-iIi7e4Mv", - "_ref_12737", "_ref_12738", + "prod-IG220ePF", "_ref_12739", - "_ref_2563", "_ref_12740", - "_ref_2564", + "_ref_2561", "_ref_12741", - "prod-M7d89bkQ", + "_ref_2562", "_ref_12742", + "prod-iIi7e4Mv", "_ref_12743", - "_ref_2565", "_ref_12744", - "prod-CSwsyonC", "_ref_12745", + "_ref_2563", "_ref_12746", - "_ref_2566", + "_ref_2564", "_ref_12747", - "prod-UWs53aWN", + "prod-M7d89bkQ", "_ref_12748", "_ref_12749", - "_ref_2567", + "_ref_2565", "_ref_12750", - "prod-GgLrXaaO", + "prod-CSwsyonC", "_ref_12751", "_ref_12752", + "_ref_2566", "_ref_12753", + "prod-UWs53aWN", "_ref_12754", - "prod-di1-cm7_", "_ref_12755", + "_ref_2567", "_ref_12756", + "prod-GgLrXaaO", "_ref_12757", "_ref_12758", - "prod-zOnkGPoB", "_ref_12759", "_ref_12760", + "prod-di1-cm7_", "_ref_12761", "_ref_12762", - "_ref_2568", "_ref_12763", - "prod-rNKuYq6q", "_ref_12764", + "prod-zOnkGPoB", "_ref_12765", "_ref_12766", - "prod-jKYdRg__", "_ref_12767", "_ref_12768", + "_ref_2568", "_ref_12769", - "prod-zBPUdTbl", + "prod-rNKuYq6q", "_ref_12770", "_ref_12771", "_ref_12772", - "prod-zoCqTANq", + "prod-jKYdRg__", "_ref_12773", "_ref_12774", "_ref_12775", - "prod-zqf8dZti", + "prod-zBPUdTbl", "_ref_12776", "_ref_12777", "_ref_12778", - "prod-dRwtb2-L", + "prod-zoCqTANq", "_ref_12779", "_ref_12780", "_ref_12781", - "prod-kCZrLuMF", + "prod-zqf8dZti", "_ref_12782", "_ref_12783", "_ref_12784", - "prod-1mQl-EgZ", + "prod-dRwtb2-L", "_ref_12785", "_ref_12786", "_ref_12787", - "prod-SKvXy5l6", + "prod-kCZrLuMF", "_ref_12788", "_ref_12789", "_ref_12790", - "_ref_2569", + "prod-1mQl-EgZ", "_ref_12791", - "_ref_223", - "prod-92qu0ILT", "_ref_12792", "_ref_12793", - "_ref_2570", + "prod-SKvXy5l6", "_ref_12794", - "prod-OMSfPp_0", "_ref_12795", "_ref_12796", - "_ref_2571", + "_ref_2569", "_ref_12797", - "prod-8Uz0YNaN", - "prod-UcaBQzki", + "_ref_223", + "prod-92qu0ILT", "_ref_12798", "_ref_12799", + "_ref_2570", "_ref_12800", + "prod-OMSfPp_0", "_ref_12801", - "_ref_2572", "_ref_12802", - "_ref_2573", + "_ref_2571", "_ref_12803", + "prod-8Uz0YNaN", + "prod-UcaBQzki", "_ref_12804", - "_ref_2574", "_ref_12805", - "prod-yJHneCFO", "_ref_12806", "_ref_12807", - "_ref_2575", + "_ref_2572", "_ref_12808", - "_ref_2576", + "_ref_2573", "_ref_12809", - "prod-YbPvJc_D", "_ref_12810", + "_ref_2574", "_ref_12811", + "prod-yJHneCFO", "_ref_12812", - "_ref_2577", "_ref_12813", - "prod-__iQJPEb", + "_ref_2575", "_ref_12814", + "_ref_2576", "_ref_12815", - "_ref_2578", + "prod-YbPvJc_D", "_ref_12816", - "prod-UiQoMdIo", "_ref_12817", "_ref_12818", - "_ref_2579", + "_ref_2577", "_ref_12819", - "_ref_2580", + "prod-__iQJPEb", "_ref_12820", - "prod-j-zK1vJK", "_ref_12821", - "prod-iFqlj7Lz", + "_ref_2578", "_ref_12822", + "prod-UiQoMdIo", "_ref_12823", - "_ref_2581", "_ref_12824", - "_ref_2582", + "_ref_2579", "_ref_12825", - "prod-DkNjzLGB", + "_ref_2580", "_ref_12826", + "prod-j-zK1vJK", "_ref_12827", - "_ref_2583", + "prod-iFqlj7Lz", "_ref_12828", - "_ref_2584", "_ref_12829", - "prod-Aa8IOm4z", + "_ref_2581", "_ref_12830", + "_ref_2582", "_ref_12831", + "prod-DkNjzLGB", "_ref_12832", - "_ref_2585", "_ref_12833", - "_ref_2586", + "_ref_2583", "_ref_12834", - "_ref_2587", + "_ref_2584", "_ref_12835", - "prod-K0PcnMLw", + "prod-Aa8IOm4z", "_ref_12836", "_ref_12837", - "_ref_2588", "_ref_12838", - "prod-cn79vCHf", - "prod-FlDPQVjo", + "_ref_2585", "_ref_12839", + "_ref_2586", "_ref_12840", - "_ref_2589", + "_ref_2587", "_ref_12841", - "_ref_2590", + "prod-K0PcnMLw", "_ref_12842", - "prod-hjcOowKc", "_ref_12843", - "prod-OcbYq9se", + "_ref_2588", "_ref_12844", + "prod-cn79vCHf", + "prod-FlDPQVjo", + "_ref_12845", + "_ref_12846", + "_ref_2589", + "_ref_12847", + "_ref_2590", + "_ref_12848", + "prod-hjcOowKc", + "_ref_12849", + "prod-OcbYq9se", + "_ref_12850", "sec-static-semantics-containsundefinedbreaktarget", "sec-module-semantics-static-semantics-containsundefinedbreaktarget", "sec-function-definitions-static-semantics-containsundefinedbreaktarget", @@ -3547,204 +3547,204 @@ "sec-block-static-semantics-containsundefinedbreaktarget", "sec-statement-semantics-static-semantics-containsundefinedbreaktarget", "prod-fZ1-o-5P", - "_ref_12845", + "_ref_12851", "prod-T0wQwLQ_", - "_ref_12846", + "_ref_12852", "prod-kUTRcwOP", - "_ref_12847", + "_ref_12853", "prod-LpKI1NOa", - "_ref_12848", + "_ref_12854", "prod-s5sTXkkT", - "_ref_12849", + "_ref_12855", "prod-CeDAPMUu", - "_ref_12850", + "_ref_12856", "prod-81RguExk", - "_ref_12851", + "_ref_12857", "prod-YsZID3li", "prod-ndTQ-Fse", - "_ref_12852", - "prod-v3tH_xWo", - "_ref_12853", - "_ref_12854", - "_ref_2591", - "_ref_12855", - "_ref_2592", - "_ref_12856", - "prod-OZMT2LO1", - "_ref_12857", "_ref_12858", + "prod-v3tH_xWo", "_ref_12859", - "_ref_2593", "_ref_12860", - "_ref_2594", + "_ref_2591", "_ref_12861", - "prod-kiVPWNCJ", + "_ref_2592", "_ref_12862", + "prod-OZMT2LO1", "_ref_12863", - "_ref_2595", "_ref_12864", - "prod-JiuempzE", "_ref_12865", + "_ref_2593", "_ref_12866", - "_ref_2596", + "_ref_2594", "_ref_12867", - "prod-NfepJ8d-", + "prod-kiVPWNCJ", "_ref_12868", "_ref_12869", - "_ref_2597", + "_ref_2595", "_ref_12870", - "prod-_bYykgU2", + "prod-JiuempzE", "_ref_12871", "_ref_12872", + "_ref_2596", "_ref_12873", + "prod-NfepJ8d-", "_ref_12874", - "prod-0RGYYYa8", "_ref_12875", + "_ref_2597", "_ref_12876", + "prod-_bYykgU2", "_ref_12877", "_ref_12878", - "prod-gRSHgUm2", "_ref_12879", "_ref_12880", + "prod-0RGYYYa8", "_ref_12881", "_ref_12882", - "_ref_2598", "_ref_12883", - "prod-mui4tXHs", "_ref_12884", + "prod-gRSHgUm2", "_ref_12885", "_ref_12886", - "prod-tYmMbbAK", "_ref_12887", "_ref_12888", + "_ref_2598", "_ref_12889", - "prod-xkRBC0p_", + "prod-mui4tXHs", "_ref_12890", "_ref_12891", "_ref_12892", - "prod-3FISwBIz", + "prod-tYmMbbAK", "_ref_12893", "_ref_12894", "_ref_12895", - "prod-3UTSN7Q_", + "prod-xkRBC0p_", "_ref_12896", "_ref_12897", "_ref_12898", - "prod-0EPuBRtw", + "prod-3FISwBIz", "_ref_12899", "_ref_12900", "_ref_12901", - "prod-bxXqpHGf", + "prod-3UTSN7Q_", "_ref_12902", "_ref_12903", "_ref_12904", - "prod-DVohExfz", + "prod-0EPuBRtw", "_ref_12905", "_ref_12906", "_ref_12907", - "prod-eDdhr4db", + "prod-bxXqpHGf", "_ref_12908", "_ref_12909", "_ref_12910", - "_ref_2599", + "prod-DVohExfz", "_ref_12911", - "_ref_224", - "prod-YN_w7WcD", - "prod-sVlKX7KO", "_ref_12912", - "_ref_2600", "_ref_12913", - "prod-wq9kNHey", + "prod-eDdhr4db", "_ref_12914", "_ref_12915", - "_ref_2601", "_ref_12916", - "prod-zEFnXzdo", + "_ref_2599", "_ref_12917", + "_ref_224", + "prod-YN_w7WcD", + "prod-sVlKX7KO", "_ref_12918", - "_ref_2602", + "_ref_2600", "_ref_12919", - "prod-MxUCmZej", - "prod-a3dtTxDp", + "prod-wq9kNHey", "_ref_12920", "_ref_12921", + "_ref_2601", "_ref_12922", + "prod-zEFnXzdo", "_ref_12923", - "_ref_2603", "_ref_12924", - "_ref_2604", + "_ref_2602", "_ref_12925", + "prod-MxUCmZej", + "prod-a3dtTxDp", "_ref_12926", - "_ref_2605", "_ref_12927", - "prod-mWAyGNz1", "_ref_12928", "_ref_12929", - "_ref_2606", + "_ref_2603", "_ref_12930", - "_ref_2607", + "_ref_2604", "_ref_12931", - "prod-xKDcEL_e", "_ref_12932", + "_ref_2605", "_ref_12933", + "prod-mWAyGNz1", "_ref_12934", - "_ref_2608", "_ref_12935", - "prod-WyF-LUeK", + "_ref_2606", "_ref_12936", + "_ref_2607", "_ref_12937", - "_ref_2609", + "prod-xKDcEL_e", "_ref_12938", - "prod-zsR5iLZH", "_ref_12939", "_ref_12940", - "_ref_2610", + "_ref_2608", "_ref_12941", - "_ref_2611", + "prod-WyF-LUeK", "_ref_12942", - "prod-Mu3VhVjD", "_ref_12943", - "prod-Yr89pOXp", + "_ref_2609", "_ref_12944", + "prod-zsR5iLZH", "_ref_12945", - "_ref_2612", "_ref_12946", - "_ref_2613", + "_ref_2610", "_ref_12947", - "prod-3_4iLynl", + "_ref_2611", "_ref_12948", + "prod-Mu3VhVjD", "_ref_12949", - "_ref_2614", + "prod-Yr89pOXp", "_ref_12950", - "_ref_2615", "_ref_12951", - "prod-KaiFSIRm", + "_ref_2612", "_ref_12952", + "_ref_2613", "_ref_12953", + "prod-3_4iLynl", "_ref_12954", - "_ref_2616", "_ref_12955", - "_ref_2617", + "_ref_2614", "_ref_12956", - "_ref_2618", + "_ref_2615", "_ref_12957", - "prod-_CFhQEhr", + "prod-KaiFSIRm", "_ref_12958", "_ref_12959", - "_ref_2619", "_ref_12960", - "prod-fN52Tgzf", - "prod-gDhjMfCK", + "_ref_2616", "_ref_12961", + "_ref_2617", "_ref_12962", - "_ref_2620", + "_ref_2618", "_ref_12963", - "_ref_2621", + "prod-_CFhQEhr", "_ref_12964", - "prod-T8hjI_vu", "_ref_12965", - "prod-SLqg0yKr", + "_ref_2619", "_ref_12966", + "prod-fN52Tgzf", + "prod-gDhjMfCK", + "_ref_12967", + "_ref_12968", + "_ref_2620", + "_ref_12969", + "_ref_2621", + "_ref_12970", + "prod-T8hjI_vu", + "_ref_12971", + "prod-SLqg0yKr", + "_ref_12972", "sec-static-semantics-containsundefinedcontinuetarget", "sec-module-semantics-static-semantics-containsundefinedcontinuetarget", "sec-function-definitions-static-semantics-containsundefinedcontinuetarget", @@ -3761,208 +3761,208 @@ "sec-block-static-semantics-containsundefinedcontinuetarget", "sec-statement-semantics-static-semantics-containsundefinedcontinuetarget", "prod-HhlDWDz1", - "_ref_12967", + "_ref_12973", "prod-NBGwhRuE", - "_ref_12968", + "_ref_12974", "prod-E6M7T9Em", - "_ref_12969", + "_ref_12975", "prod-V2tQVOUI", - "_ref_12970", + "_ref_12976", "prod-jJUZqLJS", - "_ref_12971", + "_ref_12977", "prod-BNxhQmvf", - "_ref_12972", + "_ref_12978", "prod-B3-Yz0aF", - "_ref_12973", + "_ref_12979", "prod-eptReca1", "prod-QrxFmsVC", - "_ref_12974", + "_ref_12980", "prod-PptGj0zd", - "_ref_12975", + "_ref_12981", "_ref_2622", - "_ref_12976", + "_ref_12982", "prod-Vrq9L4TL", - "_ref_12977", - "_ref_12978", + "_ref_12983", + "_ref_12984", "_ref_2623", - "_ref_12979", + "_ref_12985", "_ref_2624", - "_ref_12980", + "_ref_12986", "prod-MYTRO2yV", - "_ref_12981", - "_ref_12982", - "_ref_12983", - "_ref_2625", - "_ref_12984", - "_ref_2626", - "_ref_12985", - "prod-idT2m0fR", - "_ref_12986", "_ref_12987", - "_ref_2627", "_ref_12988", - "prod-1k-PvIQ6", "_ref_12989", + "_ref_2625", "_ref_12990", - "_ref_2628", + "_ref_2626", "_ref_12991", - "prod-nqE7jDen", + "prod-idT2m0fR", "_ref_12992", "_ref_12993", - "_ref_2629", + "_ref_2627", "_ref_12994", - "prod-sdOZ0OVe", + "prod-1k-PvIQ6", "_ref_12995", "_ref_12996", + "_ref_2628", "_ref_12997", + "prod-nqE7jDen", "_ref_12998", - "prod-38R1spHk", "_ref_12999", + "_ref_2629", "_ref_13000", + "prod-sdOZ0OVe", "_ref_13001", "_ref_13002", - "prod-GQ9tF3ug", "_ref_13003", "_ref_13004", + "prod-38R1spHk", "_ref_13005", "_ref_13006", - "_ref_2630", "_ref_13007", - "prod-ilROtw6r", "_ref_13008", + "prod-GQ9tF3ug", "_ref_13009", "_ref_13010", - "prod-RXKTOvxD", "_ref_13011", "_ref_13012", + "_ref_2630", "_ref_13013", - "prod-mKAcS051", + "prod-ilROtw6r", "_ref_13014", "_ref_13015", "_ref_13016", - "prod-MPaED8xy", + "prod-RXKTOvxD", "_ref_13017", "_ref_13018", "_ref_13019", - "prod-SLsBgk8L", + "prod-mKAcS051", "_ref_13020", "_ref_13021", "_ref_13022", - "prod-G_08fu0g", + "prod-MPaED8xy", "_ref_13023", "_ref_13024", "_ref_13025", - "prod-xuMzWdW7", + "prod-SLsBgk8L", "_ref_13026", "_ref_13027", "_ref_13028", - "prod-xVs7Y4Vv", + "prod-G_08fu0g", "_ref_13029", "_ref_13030", "_ref_13031", - "prod-Ii0_W2zX", + "prod-xuMzWdW7", "_ref_13032", "_ref_13033", "_ref_13034", - "_ref_2631", + "prod-xVs7Y4Vv", "_ref_13035", - "_ref_225", - "prod-P3ParQAP", - "prod-ngwxJt1P", "_ref_13036", - "_ref_2632", "_ref_13037", - "prod-qti0YV4g", + "prod-Ii0_W2zX", "_ref_13038", "_ref_13039", - "_ref_2633", "_ref_13040", - "prod-yGASkGus", + "_ref_2631", "_ref_13041", + "_ref_225", + "prod-P3ParQAP", + "prod-ngwxJt1P", "_ref_13042", - "_ref_2634", + "_ref_2632", "_ref_13043", - "prod-wESl6-va", - "prod-L1SF9WLb", + "prod-qti0YV4g", "_ref_13044", "_ref_13045", + "_ref_2633", "_ref_13046", + "prod-yGASkGus", "_ref_13047", - "_ref_2635", "_ref_13048", - "_ref_2636", + "_ref_2634", "_ref_13049", + "prod-wESl6-va", + "prod-L1SF9WLb", "_ref_13050", - "_ref_2637", "_ref_13051", - "prod-Mf-FlzJR", "_ref_13052", "_ref_13053", - "_ref_2638", + "_ref_2635", "_ref_13054", - "_ref_2639", + "_ref_2636", "_ref_13055", - "prod-YLBmIA_U", "_ref_13056", + "_ref_2637", "_ref_13057", + "prod-Mf-FlzJR", "_ref_13058", - "_ref_2640", "_ref_13059", - "prod-ycWJ_ozd", + "_ref_2638", "_ref_13060", + "_ref_2639", "_ref_13061", - "_ref_2641", + "prod-YLBmIA_U", "_ref_13062", - "prod-8au0KFQe", "_ref_13063", "_ref_13064", - "_ref_2642", + "_ref_2640", "_ref_13065", - "_ref_2643", + "prod-ycWJ_ozd", "_ref_13066", - "prod-I9dzHyBf", "_ref_13067", - "prod-bHqvfllk", + "_ref_2641", "_ref_13068", + "prod-8au0KFQe", "_ref_13069", - "_ref_2644", "_ref_13070", - "_ref_2645", + "_ref_2642", "_ref_13071", - "prod-MPDlN7RI", + "_ref_2643", "_ref_13072", + "prod-I9dzHyBf", "_ref_13073", - "_ref_2646", + "prod-bHqvfllk", "_ref_13074", - "_ref_2647", "_ref_13075", - "prod-fYVcY74b", + "_ref_2644", "_ref_13076", + "_ref_2645", "_ref_13077", + "prod-MPDlN7RI", "_ref_13078", - "_ref_2648", "_ref_13079", - "_ref_2649", + "_ref_2646", "_ref_13080", - "_ref_2650", + "_ref_2647", "_ref_13081", - "prod-WfIkG4rU", + "prod-fYVcY74b", "_ref_13082", "_ref_13083", - "_ref_2651", "_ref_13084", - "prod-zb1__ND8", - "prod-9GocAvXy", + "_ref_2648", "_ref_13085", + "_ref_2649", "_ref_13086", - "_ref_2652", + "_ref_2650", "_ref_13087", - "_ref_2653", + "prod-WfIkG4rU", "_ref_13088", - "prod-GeitVMt4", "_ref_13089", - "prod-JQIpAjs-", + "_ref_2651", "_ref_13090", + "prod-zb1__ND8", + "prod-9GocAvXy", + "_ref_13091", + "_ref_13092", + "_ref_2652", + "_ref_13093", + "_ref_2653", + "_ref_13094", + "prod-GeitVMt4", + "_ref_13095", + "prod-JQIpAjs-", + "_ref_13096", "sec-syntax-directed-operations-function-name-inference", "sec-static-semantics-hasname", "sec-async-arrow-function-definitions-static-semantics-HasName", @@ -3974,54 +3974,54 @@ "sec-function-definitions-static-semantics-hasname", "sec-semantics-static-semantics-hasname", "prod-sGIyUYN_", - "_ref_13091", - "_ref_13092", + "_ref_13097", + "_ref_13098", "_ref_2654", - "_ref_13093", + "_ref_13099", "_ref_2655", "_ref_2656", "prod-lYeq4upI", - "_ref_13094", - "_ref_13095", - "prod-yNYR71Xj", - "_ref_13096", - "_ref_13097", - "prod--vrKJ_CQ", - "_ref_13098", - "_ref_13099", - "prod-8SfxZRyk", "_ref_13100", "_ref_13101", - "prod-yzK8_iQh", + "prod-yNYR71Xj", "_ref_13102", "_ref_13103", - "prod-WTqF0fRI", + "prod--vrKJ_CQ", "_ref_13104", "_ref_13105", - "prod-Wvi-SSNj", + "prod-8SfxZRyk", "_ref_13106", "_ref_13107", - "prod-_uck0Y8U", + "prod-yzK8_iQh", "_ref_13108", - "prod-M26qeGCy", "_ref_13109", + "prod-WTqF0fRI", "_ref_13110", "_ref_13111", - "prod-_5BKcJSD", + "prod-Wvi-SSNj", "_ref_13112", "_ref_13113", + "prod-_uck0Y8U", "_ref_13114", - "prod-2Vz4PDlE", + "prod-M26qeGCy", "_ref_13115", "_ref_13116", "_ref_13117", - "prod-OXrRSTMk", + "prod-_5BKcJSD", "_ref_13118", "_ref_13119", "_ref_13120", - "prod-IuRXWsQe", + "prod-2Vz4PDlE", "_ref_13121", "_ref_13122", + "_ref_13123", + "prod-OXrRSTMk", + "_ref_13124", + "_ref_13125", + "_ref_13126", + "prod-IuRXWsQe", + "_ref_13127", + "_ref_13128", "sec-static-semantics-isfunctiondefinition", "sec-async-function-definitions-static-semantics-IsFunctionDefinition", "sec-class-definitions-static-semantics-isfunctiondefinition", @@ -4045,245 +4045,245 @@ "sec-grouping-operator-static-semantics-isfunctiondefinition", "sec-semantics-static-semantics-isfunctiondefinition", "prod-Xr5TwVeJ", - "_ref_13123", - "_ref_13124", + "_ref_13129", + "_ref_13130", "_ref_2657", - "_ref_13125", + "_ref_13131", "_ref_2658", "prod-og13oFFN", "prod-pnNZChTM", - "_ref_13126", - "prod-XEikQQGc", - "_ref_13127", - "prod-wyk8qHUC", - "_ref_13128", - "prod-ITCaMx3s", - "_ref_13129", - "prod-Q2nhWNO_", - "_ref_13130", - "prod-iMjjH1kL", - "_ref_13131", - "prod-z2eYriJH", "_ref_13132", + "prod-XEikQQGc", "_ref_13133", - "prod-v71UqLpH", + "prod-wyk8qHUC", "_ref_13134", + "prod-ITCaMx3s", "_ref_13135", - "prod-mDSr9u1p", + "prod-Q2nhWNO_", "_ref_13136", + "prod-iMjjH1kL", "_ref_13137", - "prod-YGwVcrrX", + "prod-z2eYriJH", "_ref_13138", - "prod-Kbec_67R", "_ref_13139", - "prod-b4gkKBW4", + "prod-v71UqLpH", "_ref_13140", "_ref_13141", - "prod-iarxBSr7", + "prod-mDSr9u1p", "_ref_13142", - "prod-N8pxX1Sd", "_ref_13143", - "prod-0oosxnZc", + "prod-YGwVcrrX", "_ref_13144", - "prod-Vmis9Cmj", + "prod-Kbec_67R", "_ref_13145", - "prod-Ou259nvv", + "prod-b4gkKBW4", "_ref_13146", - "prod-TCON8m02", "_ref_13147", - "prod-pFhFynwZ", + "prod-iarxBSr7", "_ref_13148", - "prod-0dgjtiQ7", + "prod-N8pxX1Sd", "_ref_13149", - "prod-9gYsYykc", + "prod-0oosxnZc", "_ref_13150", - "prod-ol3I6Y7A", + "prod-Vmis9Cmj", "_ref_13151", - "prod-Csq5hMXB", + "prod-Ou259nvv", "_ref_13152", - "prod--Zmi0P07", + "prod-TCON8m02", "_ref_13153", - "prod-QujNq09F", + "prod-pFhFynwZ", "_ref_13154", - "prod-BcCJ4AWM", + "prod-0dgjtiQ7", "_ref_13155", - "prod-OilJQSvS", + "prod-9gYsYykc", "_ref_13156", - "prod-jkAKpcKK", + "prod-ol3I6Y7A", "_ref_13157", + "prod-Csq5hMXB", "_ref_13158", - "prod-ycvianKq", + "prod--Zmi0P07", "_ref_13159", + "prod-QujNq09F", "_ref_13160", + "prod-BcCJ4AWM", "_ref_13161", - "prod--l26TQ9y", + "prod-OilJQSvS", "_ref_13162", + "prod-jkAKpcKK", "_ref_13163", - "prod-jEr8YSqe", "_ref_13164", + "prod-ycvianKq", "_ref_13165", - "prod-q04_MZWd", "_ref_13166", "_ref_13167", - "prod-1-75ya8a", + "prod--l26TQ9y", "_ref_13168", "_ref_13169", - "prod-JHagwt8S", + "prod-jEr8YSqe", "_ref_13170", "_ref_13171", - "prod-_TEzVLPJ", + "prod-q04_MZWd", "_ref_13172", "_ref_13173", - "prod-WH_Xpcdf", + "prod-1-75ya8a", "_ref_13174", "_ref_13175", - "prod-CcYM3Atg", + "prod-JHagwt8S", "_ref_13176", "_ref_13177", - "prod-24rx6YNr", + "prod-_TEzVLPJ", "_ref_13178", "_ref_13179", - "prod-r0l0CEXN", + "prod-WH_Xpcdf", "_ref_13180", "_ref_13181", - "prod-3O9Aii8g", + "prod-CcYM3Atg", "_ref_13182", "_ref_13183", - "prod-ryf2K57J", + "prod-24rx6YNr", "_ref_13184", "_ref_13185", - "prod-kpZwfqRO", + "prod-r0l0CEXN", "_ref_13186", "_ref_13187", - "prod-TnQABgBJ", + "prod-3O9Aii8g", "_ref_13188", "_ref_13189", - "prod-RsN8Nsde", + "prod-ryf2K57J", "_ref_13190", "_ref_13191", - "prod-yP2rVm0A", + "prod-kpZwfqRO", "_ref_13192", "_ref_13193", - "prod-acZRdH_C", + "prod-TnQABgBJ", "_ref_13194", "_ref_13195", - "prod-FwH99KM9", + "prod-RsN8Nsde", "_ref_13196", "_ref_13197", - "prod-FOQIZ2Ww", + "prod-yP2rVm0A", "_ref_13198", "_ref_13199", - "prod-0Mz2aish", + "prod-acZRdH_C", "_ref_13200", "_ref_13201", - "prod-KPaiyU4J", + "prod-FwH99KM9", "_ref_13202", "_ref_13203", - "prod-CMdoN6cr", + "prod-FOQIZ2Ww", "_ref_13204", "_ref_13205", + "prod-0Mz2aish", "_ref_13206", - "prod-rzpmPN5D", "_ref_13207", - "prod-F_LSmUck", + "prod-KPaiyU4J", "_ref_13208", "_ref_13209", - "prod-t02tAu6_", + "prod-CMdoN6cr", "_ref_13210", "_ref_13211", "_ref_13212", - "prod-jgF9l9Ty", + "prod-rzpmPN5D", "_ref_13213", + "prod-F_LSmUck", "_ref_13214", - "prod-U8uU_bab", "_ref_13215", + "prod-t02tAu6_", "_ref_13216", - "prod-ooZHsevq", "_ref_13217", "_ref_13218", - "prod-1V2XVvzG", + "prod-jgF9l9Ty", "_ref_13219", "_ref_13220", - "prod-Gi9vUOcN", + "prod-U8uU_bab", "_ref_13221", - "prod-Xvt3pq-p", "_ref_13222", - "prod-ZCX-L7VJ", + "prod-ooZHsevq", "_ref_13223", "_ref_13224", + "prod-1V2XVvzG", "_ref_13225", - "prod-mP4b69Ye", "_ref_13226", + "prod-Gi9vUOcN", "_ref_13227", + "prod-Xvt3pq-p", "_ref_13228", - "prod-o3PaoPru", + "prod-ZCX-L7VJ", "_ref_13229", "_ref_13230", "_ref_13231", - "prod-3ftZlYCP", + "prod-mP4b69Ye", "_ref_13232", "_ref_13233", "_ref_13234", - "prod-nQpbEu0v", + "prod-o3PaoPru", "_ref_13235", "_ref_13236", + "_ref_13237", + "prod-3ftZlYCP", + "_ref_13238", + "_ref_13239", + "_ref_13240", + "prod-nQpbEu0v", + "_ref_13241", + "_ref_13242", "sec-isanonymousfunctiondefinition", "_ref_2659", - "_ref_13237", + "_ref_13243", "_ref_2660", - "_ref_13238", + "_ref_13244", "_ref_2661", "_ref_2662", "sec-static-semantics-isidentifierref", "sec-static-semantics-static-semantics-isidentifierref", "sec-semantics-static-semantics-isidentifierref", "prod-ztGhnTck", - "_ref_13239", + "_ref_13245", "prod-JN8cu1mT", "prod-NBAafh2L", - "_ref_13240", + "_ref_13246", "prod-jZlT8Bef", - "_ref_13241", + "_ref_13247", "prod-bDA2HTuE", - "_ref_13242", + "_ref_13248", "prod-qDGWvs6X", - "_ref_13243", + "_ref_13249", "prod-s_EYcmqv", - "_ref_13244", + "_ref_13250", "prod-ol9pQ3OI", - "_ref_13245", + "_ref_13251", "prod-6S4OZBnv", - "_ref_13246", + "_ref_13252", "prod-oszQ0h58", - "_ref_13247", + "_ref_13253", "prod-jR1Utmsf", - "_ref_13248", + "_ref_13254", "prod-CUNEQPp0", - "_ref_13249", + "_ref_13255", "prod-nAbs7Q-f", - "_ref_13250", + "_ref_13256", "prod--KgzMgsO", - "_ref_13251", - "_ref_13252", + "_ref_13257", + "_ref_13258", "prod-CwZtsPgL", - "_ref_13253", - "_ref_13254", + "_ref_13259", + "_ref_13260", "prod-MPSxl2zi", - "_ref_13255", - "_ref_13256", + "_ref_13261", + "_ref_13262", "prod-ho2yxuiE", - "_ref_13257", + "_ref_13263", "prod-LISRqOgO", - "_ref_13258", + "_ref_13264", "prod-zcFyOLGC", - "_ref_13259", - "_ref_13260", + "_ref_13265", + "_ref_13266", "prod-ELtmHyea", - "_ref_13261", + "_ref_13267", "prod-xF2zhbkz", - "_ref_13262", + "_ref_13268", "prod-cJUP0nVQ", - "_ref_13263", + "_ref_13269", "sec-runtime-semantics-namedevaluation", "sec-async-arrow-function-definitions-runtime-semantics-namedevaluation", "sec-async-function-definitions-runtime-semantics-namedevaluation", @@ -4294,57 +4294,57 @@ "sec-function-definitions-runtime-semantics-namedevaluation", "sec-grouping-operator-runtime-semantics-namedevaluation", "prod-mytcbPJI", - "_ref_13264", - "_ref_13265", + "_ref_13270", + "_ref_13271", "_ref_2663", - "_ref_13266", + "_ref_13272", "_ref_2664", "prod-Q_6y5mca", - "_ref_13267", + "_ref_13273", "_ref_2665", "_ref_2666", - "_ref_13268", - "_ref_2667", - "_ref_13269", - "prod-pLzR2hGq", - "_ref_13270", - "_ref_13271", - "_ref_2668", - "_ref_13272", - "prod--NqycDNV", - "_ref_13273", "_ref_13274", - "_ref_2669", + "_ref_2667", "_ref_13275", - "prod-2hHyfg58", + "prod-pLzR2hGq", "_ref_13276", "_ref_13277", - "_ref_2670", + "_ref_2668", "_ref_13278", - "prod-WZTY8BeC", + "prod--NqycDNV", "_ref_13279", "_ref_13280", - "_ref_2671", + "_ref_2669", "_ref_13281", - "prod-2_XE6Qur", + "prod-2hHyfg58", "_ref_13282", "_ref_13283", - "_ref_2672", + "_ref_2670", "_ref_13284", - "prod-acGpB7So", + "prod-WZTY8BeC", "_ref_13285", "_ref_13286", - "prod-AntIZd-c", + "_ref_2671", "_ref_13287", + "prod-2_XE6Qur", "_ref_13288", - "_ref_2673", "_ref_13289", - "prod-_NxRxZOJ", + "_ref_2672", "_ref_13290", - "_ref_2674", + "prod-acGpB7So", "_ref_13291", - "_ref_2675", "_ref_13292", + "prod-AntIZd-c", + "_ref_13293", + "_ref_13294", + "_ref_2673", + "_ref_13295", + "prod-_NxRxZOJ", + "_ref_13296", + "_ref_2674", + "_ref_13297", + "_ref_2675", + "_ref_13298", "sec-syntax-directed-operations-contains", "sec-static-semantics-contains", "sec-async-arrow-function-definitions-static-semantics-Contains", @@ -4359,126 +4359,126 @@ "_ref_2676", "_ref_2677", "prod-JYruL-G6", - "_ref_13293", - "_ref_13294", - "_ref_13295", - "prod-RYB8pT4v", - "_ref_13296", - "_ref_13297", - "prod-Jc3hxjyv", - "_ref_13298", "_ref_13299", "_ref_13300", - "prod-YglW_lFm", "_ref_13301", + "prod-RYB8pT4v", "_ref_13302", "_ref_13303", - "prod-hMB2st0D", + "prod-Jc3hxjyv", "_ref_13304", "_ref_13305", - "prod-5B9biisJ", "_ref_13306", + "prod-YglW_lFm", "_ref_13307", "_ref_13308", - "prod-ow6TXQ_a", "_ref_13309", + "prod-hMB2st0D", "_ref_13310", "_ref_13311", - "prod-lLs4pRL8", + "prod-5B9biisJ", "_ref_13312", "_ref_13313", - "prod-_doZ_xN0", "_ref_13314", + "prod-ow6TXQ_a", "_ref_13315", "_ref_13316", - "prod-vPfDfZVz", "_ref_13317", + "prod-lLs4pRL8", "_ref_13318", "_ref_13319", - "prod-PDvYlV0q", + "prod-_doZ_xN0", "_ref_13320", "_ref_13321", - "prod-0p21L8en", "_ref_13322", + "prod-vPfDfZVz", "_ref_13323", "_ref_13324", - "prod-cKFrJVUo", "_ref_13325", + "prod-PDvYlV0q", "_ref_13326", "_ref_13327", + "prod-0p21L8en", "_ref_13328", "_ref_13329", "_ref_13330", + "prod-cKFrJVUo", "_ref_13331", - "_ref_2678", - "_ref_2679", "_ref_13332", "_ref_13333", - "prod-o1L20JNH", "_ref_13334", "_ref_13335", "_ref_13336", "_ref_13337", + "_ref_2678", + "_ref_2679", "_ref_13338", "_ref_13339", - "_ref_2680", + "prod-o1L20JNH", "_ref_13340", - "_ref_2681", - "prod-CNqH7XEc", "_ref_13341", "_ref_13342", - "_ref_2682", "_ref_13343", - "_ref_2683", - "prod-hmHHRRG6", "_ref_13344", "_ref_13345", + "_ref_2680", "_ref_13346", + "_ref_2681", + "prod-CNqH7XEc", "_ref_13347", "_ref_13348", + "_ref_2682", "_ref_13349", - "_ref_2684", - "prod-0dGKszgN", + "_ref_2683", + "prod-hmHHRRG6", "_ref_13350", "_ref_13351", "_ref_13352", "_ref_13353", "_ref_13354", "_ref_13355", - "_ref_2685", + "_ref_2684", + "prod-0dGKszgN", "_ref_13356", - "_ref_2686", "_ref_13357", - "_ref_2687", "_ref_13358", "_ref_13359", - "prod-bGWft0ts", "_ref_13360", "_ref_13361", - "_ref_2688", + "_ref_2685", "_ref_13362", - "prod-wul2dpOd", + "_ref_2686", "_ref_13363", - "prod-mlsPerHg", + "_ref_2687", "_ref_13364", "_ref_13365", + "prod-bGWft0ts", "_ref_13366", - "_ref_2689", - "prod-GysYUEUH", "_ref_13367", + "_ref_2688", "_ref_13368", - "prod-uIhOYzuO", + "prod-wul2dpOd", "_ref_13369", + "prod-mlsPerHg", "_ref_13370", "_ref_13371", - "_ref_2690", - "prod-Aeadd-iM", "_ref_13372", - "prod-o08cCHMJ", + "_ref_2689", + "prod-GysYUEUH", "_ref_13373", "_ref_13374", + "prod-uIhOYzuO", "_ref_13375", - "_ref_2691", + "_ref_13376", + "_ref_13377", + "_ref_2690", + "prod-Aeadd-iM", + "_ref_13378", + "prod-o08cCHMJ", + "_ref_13379", + "_ref_13380", + "_ref_13381", + "_ref_2691", "sec-static-semantics-computedpropertycontains", "sec-async-function-definitions-static-semantics-ComputedPropertyContains", "sec-class-definitions-static-semantics-computedpropertycontains", @@ -4487,134 +4487,134 @@ "sec-method-definitions-static-semantics-computedpropertycontains", "sec-object-initializer-static-semantics-computedpropertycontains", "prod-KBlapLw6", - "_ref_13376", - "prod-pgiwn-A8", - "_ref_13377", - "_ref_13378", - "_ref_2692", - "prod-ISsdA8pu", - "_ref_13379", - "_ref_13380", - "_ref_13381", - "prod-dm1L9Jgn", "_ref_13382", + "prod-pgiwn-A8", "_ref_13383", - "prod-O8ITZtHB", "_ref_13384", + "_ref_2692", + "prod-ISsdA8pu", "_ref_13385", "_ref_13386", - "_ref_2693", "_ref_13387", - "prod-2P86Dr99", + "prod-dm1L9Jgn", "_ref_13388", "_ref_13389", + "prod-O8ITZtHB", "_ref_13390", - "_ref_2694", "_ref_13391", - "prod-kBzaAzGt", "_ref_13392", + "_ref_2693", "_ref_13393", + "prod-2P86Dr99", "_ref_13394", - "_ref_2695", "_ref_13395", - "prod-w3-p5Y-S", "_ref_13396", + "_ref_2694", "_ref_13397", - "_ref_2696", + "prod-kBzaAzGt", "_ref_13398", - "_ref_2697", "_ref_13399", - "prod-uyqDiD0W", - "prod-0QPM_CIi", "_ref_13400", + "_ref_2695", "_ref_13401", + "prod-w3-p5Y-S", "_ref_13402", - "_ref_2698", "_ref_13403", - "sec-syntax-directed-operations-miscellaneous", - "sec-runtime-semantics-instantiatefunctionobject", - "prod-mfAdULQi", + "_ref_2696", "_ref_13404", + "_ref_2697", "_ref_13405", + "prod-uyqDiD0W", + "prod-0QPM_CIi", "_ref_13406", - "prod-f7nt2HkW", "_ref_13407", "_ref_13408", - "_ref_2699", + "_ref_2698", "_ref_13409", - "prod-BE72OMfT", + "sec-syntax-directed-operations-miscellaneous", + "sec-runtime-semantics-instantiatefunctionobject", + "prod-mfAdULQi", "_ref_13410", "_ref_13411", "_ref_13412", - "prod-9FriOUuY", + "prod-f7nt2HkW", "_ref_13413", "_ref_13414", - "_ref_2700", + "_ref_2699", "_ref_13415", - "prod-MBXIRXX3", + "prod-BE72OMfT", "_ref_13416", "_ref_13417", "_ref_13418", - "prod-0BnnuWOV", + "prod-9FriOUuY", "_ref_13419", "_ref_13420", - "_ref_2701", + "_ref_2700", "_ref_13421", - "prod-cpVe0Sep", + "prod-MBXIRXX3", "_ref_13422", "_ref_13423", "_ref_13424", - "prod-g0-rNkU8", + "prod-0BnnuWOV", "_ref_13425", "_ref_13426", - "_ref_2702", + "_ref_2701", "_ref_13427", + "prod-cpVe0Sep", + "_ref_13428", + "_ref_13429", + "_ref_13430", + "prod-g0-rNkU8", + "_ref_13431", + "_ref_13432", + "_ref_2702", + "_ref_13433", "sec-runtime-semantics-bindinginitialization", "sec-destructuring-binding-patterns-runtime-semantics-bindinginitialization", "sec-identifiers-runtime-semantics-bindinginitialization", "_ref_2703", "_ref_226", "prod-AUuPIcte", - "_ref_13428", + "_ref_13434", "_ref_2704", - "_ref_13429", + "_ref_13435", "_ref_2705", "prod-mvAZKdLR", "_ref_2706", "prod-SuKbQr-p", "_ref_2707", "prod-D4AQahDE", - "_ref_13430", + "_ref_13436", "_ref_2708", "_ref_2709", - "_ref_13431", + "_ref_13437", "prod-5QoB3lmK", - "_ref_13432", + "_ref_13438", "_ref_2710", "_ref_2711", - "_ref_13433", + "_ref_13439", "_ref_2712", "prod-lV7YKS21", "_ref_2713", "prod-LZltxEP-", - "_ref_13434", + "_ref_13440", "prod--Bap0q1J", - "_ref_13435", + "_ref_13441", "_ref_2714", - "_ref_13436", + "_ref_13442", "_ref_2715", "prod-PoaYdJZS", - "_ref_13437", + "_ref_13443", "_ref_2716", "_ref_2717", - "_ref_13438", + "_ref_13444", "prod-qC471RM1", - "_ref_13439", - "_ref_13440", + "_ref_13445", + "_ref_13446", "_ref_2718", - "_ref_13441", + "_ref_13447", "_ref_2719", - "_ref_13442", + "_ref_13448", "sec-initializeboundname", "_ref_2720", "_ref_2721", @@ -4630,54 +4630,54 @@ "prod-tsjeAqRc", "_ref_2726", "prod--IC6X92I", - "_ref_13443", - "_ref_2727", - "_ref_13444", - "prod-NrdrIJZT", - "_ref_13445", - "_ref_13446", - "_ref_13447", - "_ref_2728", - "_ref_13448", - "_ref_2729", "_ref_13449", - "prod-KgRoomIq", + "_ref_2727", "_ref_13450", + "prod-NrdrIJZT", "_ref_13451", - "_ref_2730", "_ref_13452", - "_ref_2731", "_ref_13453", - "prod-jvZ0PZvK", + "_ref_2728", "_ref_13454", + "_ref_2729", "_ref_13455", + "prod-KgRoomIq", "_ref_13456", - "_ref_2732", "_ref_13457", + "_ref_2730", "_ref_13458", - "_ref_2733", + "_ref_2731", "_ref_13459", - "_ref_2734", + "prod-jvZ0PZvK", "_ref_13460", - "prod-JkWX9ITf", "_ref_13461", "_ref_13462", - "_ref_2735", + "_ref_2732", "_ref_13463", - "_ref_2736", "_ref_13464", - "prod-mMA3BDq4", + "_ref_2733", "_ref_13465", + "_ref_2734", "_ref_13466", - "_ref_2737", + "prod-JkWX9ITf", "_ref_13467", - "_ref_2738", "_ref_13468", - "prod-SVSt7_f4", + "_ref_2735", "_ref_13469", + "_ref_2736", "_ref_13470", - "_ref_2739", + "prod-mMA3BDq4", "_ref_13471", + "_ref_13472", + "_ref_2737", + "_ref_13473", + "_ref_2738", + "_ref_13474", + "prod-SVSt7_f4", + "_ref_13475", + "_ref_13476", + "_ref_2739", + "_ref_13477", "_ref_2740", "_ref_2741", "_ref_2742", @@ -4685,34 +4685,34 @@ "_ref_2744", "_ref_2745", "_ref_2746", - "_ref_13472", + "_ref_13478", "_ref_2747", - "_ref_13473", + "_ref_13479", "_ref_2748", - "_ref_13474", - "_ref_13475", + "_ref_13480", + "_ref_13481", "_ref_2749", "_ref_2750", "_ref_2751", "prod-m05a8O_b", - "_ref_13476", - "_ref_13477", + "_ref_13482", + "_ref_13483", "_ref_2752", "_ref_2753", "_ref_2754", "_ref_2755", "_ref_2756", "_ref_2757", - "_ref_13478", - "_ref_13479", + "_ref_13484", + "_ref_13485", "_ref_2758", "_ref_2759", - "_ref_13480", + "_ref_13486", "prod-evgdYCB8", - "_ref_13481", + "_ref_13487", "_ref_2760", "_ref_2761", - "_ref_13482", + "_ref_13488", "_ref_2762", "_ref_2763", "_ref_2764", @@ -4726,13 +4726,13 @@ "_ref_2772", "_ref_2773", "prod-QEcf_4fA", - "_ref_13483", + "_ref_13489", "_ref_2774", "_ref_2775", "_ref_2776", "_ref_2777", "_ref_2778", - "_ref_13484", + "_ref_13490", "_ref_2779", "_ref_2780", "_ref_2781", @@ -4742,21 +4742,21 @@ "prod-1uizUnEF", "_ref_2785", "prod-uQ_NTpHd", - "_ref_13485", - "_ref_13486", + "_ref_13491", + "_ref_13492", "_ref_2786", - "_ref_13487", + "_ref_13493", "_ref_2787", - "_ref_13488", + "_ref_13494", "prod-F7oEv_fM", - "_ref_13489", - "_ref_13490", + "_ref_13495", + "_ref_13496", "_ref_2788", - "_ref_13491", + "_ref_13497", "_ref_2789", - "_ref_13492", + "_ref_13498", "prod-D3j0ZmD-", - "_ref_13493", + "_ref_13499", "_ref_2790", "_ref_2791", "_ref_2792", @@ -4765,15 +4765,15 @@ "_ref_2795", "_ref_2796", "_ref_2797", - "_ref_13494", + "_ref_13500", "prod-F51qoUgS", - "_ref_13495", - "_ref_13496", + "_ref_13501", + "_ref_13502", "_ref_2798", - "_ref_13497", + "_ref_13503", "_ref_2799", "prod-1SN5A2Ci", - "_ref_13498", + "_ref_13504", "_ref_2800", "_ref_2801", "_ref_2802", @@ -4782,7 +4782,7 @@ "_ref_2805", "_ref_2806", "_ref_2807", - "_ref_13499", + "_ref_13505", "sec-static-semantics-assignmenttargettype", "sec-comma-operator-static-semantics-isvalidsimpleassignmenttarget", "sec-comma-operator-static-semantics-assignmenttargettype", @@ -4819,201 +4819,201 @@ "sec-identifiers-static-semantics-isvalidsimpleassignmenttarget", "sec-identifiers-static-semantics-assignmenttargettype", "prod-RnnOsVyV", - "_ref_13500", - "_ref_13501", + "_ref_13506", + "_ref_13507", "_ref_2808", "_ref_2809", - "_ref_13502", + "_ref_13508", "prod-HKn--kBw", "prod-k_mlYmkW", "prod-G2CxyRR8", - "_ref_13503", - "_ref_13504", - "prod-H084cqoS", - "_ref_13505", - "_ref_13506", - "prod-Z77CzX6A", - "_ref_13507", - "_ref_13508", - "prod-fBP_qjj3", "_ref_13509", "_ref_13510", - "prod-u_EHmedU", + "prod-H084cqoS", "_ref_13511", - "prod-sMvtbPMk", "_ref_13512", + "prod-Z77CzX6A", "_ref_13513", - "_ref_2810", "_ref_13514", - "_ref_2811", - "prod-n7xyt9Uq", - "prod-FYG1zcQs", + "prod-fBP_qjj3", "_ref_13515", - "prod-jL-uFKFZ", "_ref_13516", - "prod-qSA3mL7y", + "prod-u_EHmedU", "_ref_13517", - "prod-ERpBYrCG", + "prod-sMvtbPMk", "_ref_13518", - "prod-8X4gnT8X", "_ref_13519", - "prod-yT2Snepb", + "_ref_2810", "_ref_13520", - "prod-fwZnfA7O", + "_ref_2811", + "prod-n7xyt9Uq", + "prod-FYG1zcQs", "_ref_13521", - "prod-ZxMoVw8b", + "prod-jL-uFKFZ", "_ref_13522", - "prod-byz46S5D", + "prod-qSA3mL7y", "_ref_13523", - "prod-iQVGoPgT", + "prod-ERpBYrCG", "_ref_13524", - "prod-zWRPaVzO", + "prod-8X4gnT8X", "_ref_13525", - "prod-g9CfMMnI", + "prod-yT2Snepb", "_ref_13526", - "prod-lJ9wuQsk", + "prod-fwZnfA7O", "_ref_13527", - "prod-fZIg56D8", + "prod-ZxMoVw8b", "_ref_13528", + "prod-byz46S5D", "_ref_13529", - "prod-AgSQnEAG", + "prod-iQVGoPgT", "_ref_13530", + "prod-zWRPaVzO", "_ref_13531", - "prod-cHsc8BCy", + "prod-g9CfMMnI", "_ref_13532", - "prod-A3Jt723U", + "prod-lJ9wuQsk", "_ref_13533", + "prod-fZIg56D8", "_ref_13534", - "prod-AM7YtKeO", "_ref_13535", + "prod-AgSQnEAG", "_ref_13536", - "prod-jkiznuvy", - "prod-6GBPx2Io", - "prod-GfYjfQgH", "_ref_13537", - "prod-EEgk-Yff", + "prod-cHsc8BCy", "_ref_13538", - "prod-RKIk04i1", + "prod-A3Jt723U", "_ref_13539", - "prod-hxMCs-2O", "_ref_13540", - "prod-YQ2Qj3z4", + "prod-AM7YtKeO", "_ref_13541", - "prod-JRAAw485", "_ref_13542", - "prod-L28J0B-W", + "prod-jkiznuvy", + "prod-6GBPx2Io", + "prod-GfYjfQgH", "_ref_13543", - "prod-_pp9tysE", + "prod-EEgk-Yff", "_ref_13544", - "prod-vWffOcNW", + "prod-RKIk04i1", "_ref_13545", - "prod-mkCLwyla", + "prod-hxMCs-2O", "_ref_13546", - "prod-vQJ1qlPd", + "prod-YQ2Qj3z4", "_ref_13547", - "prod-2t1vDiwJ", + "prod-JRAAw485", "_ref_13548", - "prod-ba17c3GF", + "prod-L28J0B-W", "_ref_13549", - "prod-zzL8pmfg", + "prod-_pp9tysE", "_ref_13550", + "prod-vWffOcNW", "_ref_13551", - "prod-8czRO4ZP", + "prod-mkCLwyla", "_ref_13552", + "prod-vQJ1qlPd", "_ref_13553", + "prod-2t1vDiwJ", "_ref_13554", - "prod-ORYKa--f", + "prod-ba17c3GF", "_ref_13555", + "prod-zzL8pmfg", "_ref_13556", - "prod-oZVlZzKh", "_ref_13557", + "prod-8czRO4ZP", "_ref_13558", - "prod-je3cRB7F", "_ref_13559", "_ref_13560", - "prod-SgrZC9mm", + "prod-ORYKa--f", "_ref_13561", "_ref_13562", - "prod-SrzEhL0f", + "prod-oZVlZzKh", "_ref_13563", "_ref_13564", - "prod-ZtojqFO1", + "prod-je3cRB7F", "_ref_13565", "_ref_13566", - "prod-oCA1ZhR8", + "prod-SgrZC9mm", "_ref_13567", "_ref_13568", - "prod-F2jVn7Gn", + "prod-SrzEhL0f", "_ref_13569", "_ref_13570", - "prod-1_mlatk2", + "prod-ZtojqFO1", "_ref_13571", "_ref_13572", - "prod-V44oc_oI", + "prod-oCA1ZhR8", "_ref_13573", "_ref_13574", - "prod-I3ilBqyQ", + "prod-F2jVn7Gn", "_ref_13575", "_ref_13576", - "prod-9wMtfL2T", + "prod-1_mlatk2", "_ref_13577", "_ref_13578", - "prod-pkhka4W_", + "prod-V44oc_oI", "_ref_13579", "_ref_13580", - "prod-zJL_pZsv", + "prod-I3ilBqyQ", "_ref_13581", "_ref_13582", - "prod-H08KK39f", + "prod-9wMtfL2T", "_ref_13583", "_ref_13584", - "prod-ZtMQjV14", + "prod-pkhka4W_", "_ref_13585", "_ref_13586", - "prod-b8QyJMjt", + "prod-zJL_pZsv", "_ref_13587", "_ref_13588", - "prod-E016H1hu", + "prod-H08KK39f", "_ref_13589", "_ref_13590", - "prod-pL4CmROv", + "prod-ZtMQjV14", "_ref_13591", "_ref_13592", - "prod-9euGX5p6", + "prod-b8QyJMjt", "_ref_13593", "_ref_13594", - "prod-CUQk8yb8", + "prod-E016H1hu", "_ref_13595", "_ref_13596", - "prod--rPEOl_h", + "prod-pL4CmROv", "_ref_13597", "_ref_13598", + "prod-9euGX5p6", "_ref_13599", - "prod-qtkSJIt3", "_ref_13600", - "prod-SmIedoOa", + "prod-CUQk8yb8", "_ref_13601", - "prod-ovlJaju5", "_ref_13602", - "prod--dpqOTdc", + "prod--rPEOl_h", "_ref_13603", "_ref_13604", - "prod-DZjLGTZE", "_ref_13605", + "prod-qtkSJIt3", "_ref_13606", + "prod-SmIedoOa", "_ref_13607", - "prod-7LWIIJBX", + "prod-ovlJaju5", "_ref_13608", + "prod--dpqOTdc", "_ref_13609", - "prod-Bj3Q77v8", "_ref_13610", + "prod-DZjLGTZE", "_ref_13611", - "prod-Lo8Q8Acu", "_ref_13612", "_ref_13613", - "prod-PrI2fhmx", + "prod-7LWIIJBX", "_ref_13614", "_ref_13615", + "prod-Bj3Q77v8", + "_ref_13616", + "_ref_13617", + "prod-Lo8Q8Acu", + "_ref_13618", + "_ref_13619", + "prod-PrI2fhmx", + "_ref_13620", + "_ref_13621", "sec-static-semantics-propname", "sec-async-function-definitions-static-semantics-PropName", "sec-class-definitions-static-semantics-propname", @@ -5022,73 +5022,73 @@ "sec-method-definitions-static-semantics-propname", "sec-object-initializer-static-semantics-propname", "prod-qwkHLLWn", - "_ref_13616", - "_ref_2812", - "_ref_13617", - "prod-LNEVDzQo", - "_ref_13618", - "prod-T9fmdB_X", - "_ref_13619", - "_ref_13620", - "_ref_2813", - "_ref_13621", - "prod-u_yMpuq5", "_ref_13622", - "_ref_2814", + "_ref_2812", "_ref_13623", - "prod-Xw0182zP", + "prod-LNEVDzQo", "_ref_13624", - "_ref_2815", + "prod-T9fmdB_X", "_ref_13625", - "prod-nyDilreQ", "_ref_13626", - "_ref_2816", + "_ref_2813", "_ref_13627", - "_ref_2817", - "prod-r9-JDvZR", + "prod-u_yMpuq5", "_ref_13628", - "prod-oSLj8YbW", + "_ref_2814", "_ref_13629", + "prod-Xw0182zP", "_ref_13630", + "_ref_2815", "_ref_13631", - "prod-6GuqXAcF", + "prod-nyDilreQ", "_ref_13632", + "_ref_2816", "_ref_13633", - "prod-agnjkxZz", + "_ref_2817", + "prod-r9-JDvZR", "_ref_13634", + "prod-oSLj8YbW", "_ref_13635", "_ref_13636", - "_ref_2818", "_ref_13637", - "prod-U-2kVjNo", + "prod-6GuqXAcF", "_ref_13638", "_ref_13639", + "prod-agnjkxZz", "_ref_13640", - "_ref_2819", "_ref_13641", - "prod-MiUO88aw", "_ref_13642", + "_ref_2818", "_ref_13643", + "prod-U-2kVjNo", "_ref_13644", - "_ref_2820", "_ref_13645", - "prod-eIc0iw1U", - "prod-63fwvQCr", "_ref_13646", + "_ref_2819", "_ref_13647", + "prod-MiUO88aw", "_ref_13648", - "_ref_2821", "_ref_13649", - "sec-executable-code-and-execution-contexts", - "sec-environment-records", - "sec-lexical-environments", "_ref_13650", + "_ref_2820", "_ref_13651", + "prod-eIc0iw1U", + "prod-63fwvQCr", "_ref_13652", "_ref_13653", "_ref_13654", + "_ref_2821", "_ref_13655", + "sec-executable-code-and-execution-contexts", + "sec-environment-records", + "sec-lexical-environments", "_ref_13656", + "_ref_13657", + "_ref_13658", + "_ref_13659", + "_ref_13660", + "_ref_13661", + "_ref_13662", "sec-the-environment-record-type-hierarchy", "_ref_2822", "_ref_2823", @@ -5097,19 +5097,19 @@ "_ref_2826", "_ref_2827", "_ref_2828", - "_ref_13657", - "_ref_13658", - "_ref_13659", + "_ref_13663", + "_ref_13664", + "_ref_13665", "_ref_2829", "_ref_2830", "_ref_2831", - "_ref_13660", - "_ref_13661", + "_ref_13666", + "_ref_13667", "_ref_2832", "_ref_2833", - "_ref_13662", + "_ref_13668", "_ref_2834", - "_ref_13663", + "_ref_13669", "_ref_2835", "_ref_2836", "_ref_2837", @@ -5174,7 +5174,7 @@ "sec-declarative-environment-records-withbaseobject", "_ref_2881", "sec-object-environment-records", - "_ref_13664", + "_ref_13670", "_ref_229", "_ref_230", "table-additional-fields-of-object-environment-records", @@ -5220,12 +5220,12 @@ "sec-function-environment-records", "function-environment", "_ref_2911", - "_ref_13665", - "_ref_13666", + "_ref_13671", + "_ref_13672", "_ref_231", "table-additional-fields-of-function-environment-records", "table-16", - "_ref_13667", + "_ref_13673", "_ref_2912", "_ref_2913", "_ref_2914", @@ -5253,13 +5253,13 @@ "_ref_2927", "sec-global-environment-records", "global-environment", - "_ref_13668", + "_ref_13674", "_ref_2928", "_ref_234", "_ref_2929", "_ref_235", "_ref_236", - "_ref_13669", + "_ref_13675", "_ref_2930", "_ref_2931", "_ref_2932", @@ -5268,19 +5268,19 @@ "_ref_2935", "_ref_2936", "_ref_237", - "_ref_13670", - "_ref_13671", - "_ref_13672", - "_ref_13673", - "_ref_13674", - "_ref_2937", - "_ref_2938", - "_ref_2939", - "_ref_13675", "_ref_13676", "_ref_13677", "_ref_13678", "_ref_13679", + "_ref_13680", + "_ref_2937", + "_ref_2938", + "_ref_2939", + "_ref_13681", + "_ref_13682", + "_ref_13683", + "_ref_13684", + "_ref_13685", "_ref_2940", "_ref_238", "_ref_239", @@ -5288,38 +5288,38 @@ "table-18", "_ref_2941", "_ref_2942", - "_ref_13680", - "_ref_13681", - "_ref_13682", - "_ref_13683", - "_ref_13684", - "_ref_2943", - "_ref_2944", - "_ref_2945", - "_ref_13685", "_ref_13686", "_ref_13687", "_ref_13688", "_ref_13689", - "_ref_2946", "_ref_13690", + "_ref_2943", + "_ref_2944", + "_ref_2945", "_ref_13691", "_ref_13692", "_ref_13693", "_ref_13694", - "_ref_2947", - "table-additional-methods-of-global-environment-records", - "table-19", - "_ref_2948", - "_ref_2949", "_ref_13695", + "_ref_2946", "_ref_13696", "_ref_13697", "_ref_13698", "_ref_13699", - "_ref_2950", "_ref_13700", + "_ref_2947", + "table-additional-methods-of-global-environment-records", + "table-19", + "_ref_2948", + "_ref_2949", "_ref_13701", + "_ref_13702", + "_ref_13703", + "_ref_13704", + "_ref_13705", + "_ref_2950", + "_ref_13706", + "_ref_13707", "_ref_2951", "_ref_2952", "_ref_2953", @@ -5355,12 +5355,12 @@ "_ref_2972", "sec-hasvardeclaration", "_ref_2973", - "_ref_13702", - "_ref_13703", + "_ref_13708", + "_ref_13709", "sec-haslexicaldeclaration", "_ref_2974", - "_ref_13704", - "_ref_13705", + "_ref_13710", + "_ref_13711", "sec-hasrestrictedglobalproperty", "_ref_2975", "_ref_2976", @@ -5396,7 +5396,7 @@ "sec-module-environment-records", "module-environment", "_ref_3000", - "_ref_13706", + "_ref_13712", "_ref_3001", "_ref_3002", "_ref_241", @@ -5411,7 +5411,7 @@ "_ref_3007", "_ref_3008", "_ref_3009", - "_ref_13707", + "_ref_13713", "_ref_3010", "sec-module-environment-records-deletebinding-n", "_ref_3011", @@ -5481,7 +5481,7 @@ "_ref_3057", "_ref_3058", "_ref_3059", - "_ref_13708", + "_ref_13714", "_ref_3060", "_ref_3061", "sec-createrealm", @@ -5528,8 +5528,8 @@ "_ref_3086", "_ref_3087", "_ref_3088", - "_ref_13709", - "_ref_13710", + "_ref_13715", + "_ref_13716", "_ref_3089", "_ref_3090", "_ref_3091", @@ -5553,7 +5553,7 @@ "_ref_3104", "_ref_3105", "_ref_3106", - "_ref_13711", + "_ref_13717", "_ref_3107", "_ref_254", "table-additional-state-components-for-generator-execution-contexts", @@ -6144,29 +6144,29 @@ "sec-runtime-semantics-evaluatebody", "_ref_3593", "prod-xc-5PFkl", - "_ref_13712", + "_ref_13718", "_ref_3594", - "_ref_13713", + "_ref_13719", "prod-ph5_rCcA", - "_ref_13714", + "_ref_13720", "_ref_3595", - "_ref_13715", + "_ref_13721", "prod-dp9uKN5f", - "_ref_13716", + "_ref_13722", "_ref_3596", - "_ref_13717", + "_ref_13723", "prod-_F5bCEpP", - "_ref_13718", + "_ref_13724", "_ref_3597", - "_ref_13719", + "_ref_13725", "prod-V5mALOgb", - "_ref_13720", + "_ref_13726", "_ref_3598", - "_ref_13721", + "_ref_13727", "prod--uh40sBe", - "_ref_13722", + "_ref_13728", "_ref_3599", - "_ref_13723", + "_ref_13729", "sec-ordinarycallevaluatebody", "_ref_3600", "_ref_3601", @@ -6286,14 +6286,14 @@ "_ref_3696", "_ref_3697", "_ref_3698", - "_ref_13724", - "_ref_13725", - "_ref_13726", - "_ref_3699", - "_ref_13727", - "_ref_13728", - "_ref_13729", "_ref_13730", + "_ref_13731", + "_ref_13732", + "_ref_3699", + "_ref_13733", + "_ref_13734", + "_ref_13735", + "_ref_13736", "_ref_3700", "_ref_3701", "_ref_3702", @@ -6326,7 +6326,7 @@ "_ref_3727", "_ref_3728", "_ref_275", - "_ref_13731", + "_ref_13737", "_ref_3729", "_ref_276", "_ref_277", @@ -6790,10 +6790,10 @@ "sec-module-namespace-exotic-objects", "_ref_4095", "_ref_4096", - "_ref_13732", + "_ref_13738", "_ref_318", "_ref_4097", - "_ref_13733", + "_ref_13739", "_ref_4098", "_ref_4099", "module-namespace-exotic-object", @@ -7067,8 +7067,8 @@ "sec-ecmascript-language-source-code", "sec-source-text", "prod-SourceCharacter", - "_ref_13734", - "_ref_13735", + "_ref_13740", + "_ref_13741", "sec-utf16encodecodepoint", "sec-codepointtoutf16codeunits", "sec-utf16encoding", @@ -7119,12 +7119,6 @@ "_ref_4344", "_ref_342", "sec-types-of-source-code", - "_ref_13736", - "_ref_13737", - "_ref_13738", - "_ref_13739", - "_ref_13740", - "_ref_13741", "_ref_13742", "_ref_13743", "_ref_13744", @@ -7136,14 +7130,14 @@ "_ref_13750", "_ref_13751", "_ref_13752", - "_ref_343", - "_ref_4345", "_ref_13753", "_ref_13754", "_ref_13755", "_ref_13756", "_ref_13757", "_ref_13758", + "_ref_343", + "_ref_4345", "_ref_13759", "_ref_13760", "_ref_13761", @@ -7182,6 +7176,12 @@ "_ref_13794", "_ref_13795", "_ref_13796", + "_ref_13797", + "_ref_13798", + "_ref_13799", + "_ref_13800", + "_ref_13801", + "_ref_13802", "_ref_344", "_ref_345", "_ref_346", @@ -7195,62 +7195,62 @@ "_ref_352", "_ref_4348", "_ref_353", - "_ref_13797", + "_ref_13803", "_ref_4349", - "_ref_13798", + "_ref_13804", "_ref_4350", "sec-directive-prologues-and-the-use-strict-directive", "directive-prologue", - "_ref_13799", - "_ref_13800", - "_ref_13801", - "_ref_13802", - "_ref_13803", - "_ref_13804", "_ref_13805", "_ref_13806", + "_ref_13807", + "_ref_13808", + "_ref_13809", + "_ref_13810", + "_ref_13811", + "_ref_13812", "_ref_354", "_ref_4351", "use-strict-directive", - "_ref_13807", + "_ref_13813", "_ref_4352", - "_ref_13808", + "_ref_13814", "_ref_4353", - "_ref_13809", - "_ref_13810", + "_ref_13815", + "_ref_13816", "_ref_4354", "_ref_4355", - "_ref_13811", + "_ref_13817", "_ref_4356", - "_ref_13812", + "_ref_13818", "_ref_4357", "_ref_4358", "_ref_4359", - "_ref_13813", + "_ref_13819", "_ref_4360", "sec-strict-mode-code", "_ref_355", "_ref_4361", "_ref_4362", - "_ref_13814", - "_ref_13815", + "_ref_13820", + "_ref_13821", "_ref_4363", "_ref_4364", "_ref_4365", - "_ref_13816", - "_ref_13817", - "_ref_13818", - "_ref_13819", - "_ref_13820", - "_ref_13821", "_ref_13822", "_ref_13823", "_ref_13824", "_ref_13825", "_ref_13826", + "_ref_13827", + "_ref_13828", + "_ref_13829", + "_ref_13830", + "_ref_13831", + "_ref_13832", "_ref_4366", "_ref_4367", - "_ref_13827", + "_ref_13833", "_ref_4368", "_ref_4369", "non-strict-code", @@ -7258,145 +7258,139 @@ "_ref_4370", "_ref_4371", "sec-ecmascript-language-lexical-grammar", - "_ref_13828", - "_ref_13829", - "_ref_13830", - "_ref_13831", - "_ref_13832", - "_ref_13833", "_ref_13834", - "_ref_4372", "_ref_13835", "_ref_13836", "_ref_13837", "_ref_13838", "_ref_13839", "_ref_13840", + "_ref_4372", "_ref_13841", "_ref_13842", - "_ref_4373", "_ref_13843", - "_ref_356", "_ref_13844", "_ref_13845", - "prod-InputElementDiv", "_ref_13846", "_ref_13847", "_ref_13848", + "_ref_4373", "_ref_13849", + "_ref_356", "_ref_13850", "_ref_13851", - "prod-InputElementRegExp", + "prod-InputElementDiv", "_ref_13852", "_ref_13853", "_ref_13854", "_ref_13855", "_ref_13856", "_ref_13857", - "prod-InputElementRegExpOrTemplateTail", + "prod-InputElementRegExp", "_ref_13858", "_ref_13859", "_ref_13860", "_ref_13861", "_ref_13862", "_ref_13863", - "prod-InputElementTemplateTail", + "prod-InputElementRegExpOrTemplateTail", "_ref_13864", "_ref_13865", "_ref_13866", "_ref_13867", "_ref_13868", "_ref_13869", - "sec-unicode-format-control-characters", + "prod-InputElementTemplateTail", "_ref_13870", - "_ref_357", - "_ref_358", - "table-format-control-code-point-usage", - "table-31", "_ref_13871", "_ref_13872", "_ref_13873", - "sec-white-space", "_ref_13874", "_ref_13875", + "sec-unicode-format-control-characters", "_ref_13876", + "_ref_357", + "_ref_358", + "table-format-control-code-point-usage", + "table-31", "_ref_13877", "_ref_13878", - "_ref_359", - "table-white-space-code-points", - "table-32", "_ref_13879", - "_ref_360", + "sec-white-space", "_ref_13880", - "prod-WhiteSpace", - "sec-line-terminators", - "_ref_361", "_ref_13881", "_ref_13882", "_ref_13883", "_ref_13884", + "_ref_359", + "table-white-space-code-points", + "table-32", "_ref_13885", + "_ref_360", "_ref_13886", + "prod-WhiteSpace", + "sec-line-terminators", + "_ref_361", "_ref_13887", + "_ref_13888", + "_ref_13889", + "_ref_13890", + "_ref_13891", + "_ref_13892", + "_ref_13893", "_ref_362", "table-line-terminator-code-points", "table-33", "_ref_363", "_ref_364", - "_ref_13888", + "_ref_13894", "prod-LineTerminator", "prod-LineTerminatorSequence", "sec-comments", - "_ref_13889", - "_ref_13890", - "_ref_365", - "_ref_13891", - "_ref_13892", - "prod-Comment", - "_ref_13893", - "_ref_13894", - "prod-MultiLineComment", "_ref_13895", - "prod-MultiLineCommentChars", "_ref_13896", + "_ref_365", "_ref_13897", "_ref_13898", - "prod-PostAsteriskCommentChars", + "prod-Comment", "_ref_13899", "_ref_13900", + "prod-MultiLineComment", "_ref_13901", - "prod-MultiLineNotAsteriskChar", + "prod-MultiLineCommentChars", "_ref_13902", - "prod-MultiLineNotForwardSlashOrAsteriskChar", "_ref_13903", - "prod-SingleLineComment", "_ref_13904", - "prod-SingleLineCommentChars", + "prod-PostAsteriskCommentChars", "_ref_13905", "_ref_13906", - "prod-SingleLineCommentChar", "_ref_13907", + "prod-MultiLineNotAsteriskChar", "_ref_13908", - "_ref_366", - "sec-tokens", - "prod-CommonToken", + "prod-MultiLineNotForwardSlashOrAsteriskChar", "_ref_13909", + "prod-SingleLineComment", "_ref_13910", + "prod-SingleLineCommentChars", "_ref_13911", "_ref_13912", + "prod-SingleLineCommentChar", "_ref_13913", "_ref_13914", + "_ref_366", + "sec-tokens", + "prod-CommonToken", "_ref_13915", "_ref_13916", "_ref_13917", "_ref_13918", - "sec-names-and-keywords", "_ref_13919", "_ref_13920", "_ref_13921", "_ref_13922", "_ref_13923", "_ref_13924", + "sec-names-and-keywords", "_ref_13925", "_ref_13926", "_ref_13927", @@ -7404,74 +7398,80 @@ "_ref_13929", "_ref_13930", "_ref_13931", - "_ref_367", "_ref_13932", "_ref_13933", "_ref_13934", "_ref_13935", "_ref_13936", "_ref_13937", + "_ref_367", "_ref_13938", "_ref_13939", "_ref_13940", "_ref_13941", "_ref_13942", "_ref_13943", - "prod-IdentifierName", - "prod-nway9r4_", "_ref_13944", - "prod-dbXHPjzF", "_ref_13945", "_ref_13946", - "prod-IdentifierStart", "_ref_13947", "_ref_13948", - "prod-IdentifierPart", "_ref_13949", + "prod-IdentifierName", + "prod-nway9r4_", "_ref_13950", - "prod-UnicodeIDStart", - "prod-UnicodeIDContinue", + "prod-dbXHPjzF", "_ref_13951", - "_ref_368", "_ref_13952", + "prod-IdentifierStart", "_ref_13953", - "sec-identifier-names", - "sec-identifier-names-static-semantics-early-errors", "_ref_13954", - "_ref_4374", + "prod-IdentifierPart", "_ref_13955", - "_ref_4375", "_ref_13956", + "prod-UnicodeIDStart", + "prod-UnicodeIDContinue", "_ref_13957", - "_ref_4376", + "_ref_368", "_ref_13958", - "_ref_4377", + "_ref_13959", + "sec-identifier-names", + "sec-identifier-names-static-semantics-early-errors", + "_ref_13960", + "_ref_4374", + "_ref_13961", + "_ref_4375", + "_ref_13962", + "_ref_13963", + "_ref_4376", + "_ref_13964", + "_ref_4377", "_ref_4378", "_ref_4379", - "_ref_13959", + "_ref_13965", "sec-keywords-and-reserved-words", "sec-future-reserved-words", "sec-keywords", "sec-reserved-words", - "_ref_13960", - "_ref_13961", + "_ref_13966", + "_ref_13967", "_ref_4380", - "_ref_13962", + "_ref_13968", "_ref_369", "_ref_4381", "_ref_370", "_ref_371", "_ref_372", "_ref_373", - "_ref_13963", + "_ref_13969", "_ref_4382", - "_ref_13964", + "_ref_13970", "prod-ReservedWord", "_ref_374", - "_ref_13965", - "_ref_13966", - "_ref_13967", - "_ref_13968", + "_ref_13971", + "_ref_13972", + "_ref_13973", + "_ref_13974", "_ref_4383", "_ref_375", "_ref_4384", @@ -7485,10 +7485,10 @@ "_ref_381", "sec-punctuators", "prod-Punctuator", - "_ref_13969", - "_ref_13970", + "_ref_13975", + "_ref_13976", "prod-OptionalChainingPunctuator", - "_ref_13971", + "_ref_13977", "prod-OtherPunctuator", "prod-DivPunctuator", "prod-RightBracePunctuator", @@ -7501,110 +7501,104 @@ "prod-NumericLiteralSeparator", "prod-NumericLiteral", "prod-ct1Yw7tL", - "_ref_13972", - "_ref_13973", - "prod-M9nyIflh", - "_ref_13974", - "prod-lP2MlcII", - "_ref_13975", - "_ref_13976", - "prod-DecimalBigIntegerLiteral", - "prod-v-a6rh2w", - "_ref_13977", - "prod-b9VW4Mn-", "_ref_13978", "_ref_13979", + "prod-M9nyIflh", "_ref_13980", - "prod-fgQ6BNSW", + "prod-lP2MlcII", "_ref_13981", "_ref_13982", + "prod-DecimalBigIntegerLiteral", + "prod-v-a6rh2w", "_ref_13983", + "prod-b9VW4Mn-", "_ref_13984", - "prod-NonDecimalIntegerLiteral", "_ref_13985", "_ref_13986", + "prod-fgQ6BNSW", "_ref_13987", - "prod-BigIntLiteralSuffix", - "prod-DecimalLiteral", "_ref_13988", "_ref_13989", "_ref_13990", + "prod-NonDecimalIntegerLiteral", "_ref_13991", "_ref_13992", "_ref_13993", + "prod-BigIntLiteralSuffix", + "prod-DecimalLiteral", "_ref_13994", - "prod-DecimalIntegerLiteral", "_ref_13995", "_ref_13996", "_ref_13997", "_ref_13998", - "prod-DecimalDigits", "_ref_13999", "_ref_14000", + "prod-DecimalIntegerLiteral", "_ref_14001", "_ref_14002", "_ref_14003", "_ref_14004", - "prod-DecimalDigit", - "prod-NonZeroDigit", - "prod-ExponentPart", + "prod-DecimalDigits", "_ref_14005", "_ref_14006", - "prod-ExponentIndicator", - "prod-SignedInteger", "_ref_14007", "_ref_14008", "_ref_14009", - "prod-BinaryIntegerLiteral", "_ref_14010", + "prod-DecimalDigit", + "prod-NonZeroDigit", + "prod-ExponentPart", "_ref_14011", - "prod-BinaryDigits", "_ref_14012", + "prod-ExponentIndicator", + "prod-SignedInteger", "_ref_14013", "_ref_14014", "_ref_14015", + "prod-BinaryIntegerLiteral", "_ref_14016", "_ref_14017", - "prod-BinaryDigit", - "prod-OctalIntegerLiteral", + "prod-BinaryDigits", "_ref_14018", "_ref_14019", - "prod-OctalDigits", "_ref_14020", "_ref_14021", "_ref_14022", "_ref_14023", + "prod-BinaryDigit", + "prod-OctalIntegerLiteral", "_ref_14024", "_ref_14025", - "prod-OctalDigit", - "prod-HexIntegerLiteral", + "prod-OctalDigits", "_ref_14026", "_ref_14027", - "prod-HexDigits", "_ref_14028", "_ref_14029", "_ref_14030", "_ref_14031", + "prod-OctalDigit", + "prod-HexIntegerLiteral", "_ref_14032", "_ref_14033", - "prod-HexDigit", + "prod-HexDigits", "_ref_14034", "_ref_14035", "_ref_14036", "_ref_14037", - "_ref_4387", - "_ref_382", "_ref_14038", - "_ref_383", "_ref_14039", - "_ref_384", - "sec-static-semantics-mv", + "prod-HexDigit", "_ref_14040", "_ref_14041", "_ref_14042", "_ref_14043", + "_ref_4387", + "_ref_382", "_ref_14044", + "_ref_383", "_ref_14045", + "_ref_384", + "sec-static-semantics-mv", "_ref_14046", "_ref_14047", "_ref_14048", @@ -7717,255 +7711,255 @@ "_ref_14155", "_ref_14156", "_ref_14157", - "sec-numericvalue", - "prod-6EKD79IF", "_ref_14158", - "_ref_4388", "_ref_14159", - "prod-VwBAoy40", "_ref_14160", - "_ref_4389", "_ref_14161", - "_ref_4390", - "_ref_385", "_ref_14162", - "_ref_4391", - "_ref_4392", - "_ref_4393", "_ref_14163", + "sec-numericvalue", + "prod-6EKD79IF", "_ref_14164", - "prod-MgVpq-Ot", + "_ref_4388", "_ref_14165", + "prod-VwBAoy40", "_ref_14166", + "_ref_4389", "_ref_14167", - "prod-_KqL62EN", + "_ref_4390", + "_ref_385", "_ref_14168", - "prod-k8d8Sn1k", + "_ref_4391", + "_ref_4392", + "_ref_4393", "_ref_14169", "_ref_14170", + "prod-MgVpq-Ot", "_ref_14171", - "prod-6lkR-0p2", "_ref_14172", "_ref_14173", + "prod-_KqL62EN", "_ref_14174", - "prod-Rb94_ol-", + "prod-k8d8Sn1k", "_ref_14175", "_ref_14176", "_ref_14177", + "prod-6lkR-0p2", "_ref_14178", "_ref_14179", "_ref_14180", + "prod-Rb94_ol-", "_ref_14181", "_ref_14182", - "_ref_4394", - "sec-literals-string-literals", - "_ref_386", - "prod-StringLiteral", "_ref_14183", "_ref_14184", - "prod-DoubleStringCharacters", "_ref_14185", "_ref_14186", - "prod-SingleStringCharacters", "_ref_14187", "_ref_14188", - "prod-DoubleStringCharacter", + "_ref_4394", + "sec-literals-string-literals", + "_ref_386", + "prod-StringLiteral", "_ref_14189", "_ref_14190", + "prod-DoubleStringCharacters", "_ref_14191", "_ref_14192", - "prod-SingleStringCharacter", + "prod-SingleStringCharacters", "_ref_14193", "_ref_14194", + "prod-DoubleStringCharacter", "_ref_14195", "_ref_14196", - "prod-LineContinuation", "_ref_14197", - "prod-EscapeSequence", "_ref_14198", + "prod-SingleStringCharacter", "_ref_14199", "_ref_14200", "_ref_14201", - "_ref_4395", "_ref_14202", - "_ref_387", - "_ref_388", - "_ref_389", - "prod-CharacterEscapeSequence", + "prod-LineContinuation", "_ref_14203", + "prod-EscapeSequence", "_ref_14204", - "prod-SingleEscapeCharacter", - "prod-NonEscapeCharacter", "_ref_14205", "_ref_14206", "_ref_14207", - "prod-EscapeCharacter", + "_ref_4395", "_ref_14208", + "_ref_387", + "_ref_388", + "_ref_389", + "prod-CharacterEscapeSequence", "_ref_14209", - "prod-HexEscapeSequence", "_ref_14210", + "prod-SingleEscapeCharacter", + "prod-NonEscapeCharacter", "_ref_14211", - "prod-UnicodeEscapeSequence", "_ref_14212", "_ref_14213", - "prod-Hex4Digits", + "prod-EscapeCharacter", "_ref_14214", "_ref_14215", + "prod-HexEscapeSequence", "_ref_14216", "_ref_14217", + "prod-UnicodeEscapeSequence", "_ref_14218", - "_ref_390", "_ref_14219", - "_ref_391", + "prod-Hex4Digits", "_ref_14220", - "sec-static-semantics-sv", - "sec-string-literals-static-semantics-stringvalue", - "_ref_4396", - "_ref_392", "_ref_14221", "_ref_14222", - "_ref_4397", "_ref_14223", "_ref_14224", + "_ref_390", "_ref_14225", + "_ref_391", "_ref_14226", - "_ref_4398", + "sec-static-semantics-sv", + "sec-string-literals-static-semantics-stringvalue", + "_ref_4396", + "_ref_392", "_ref_14227", "_ref_14228", + "_ref_4397", "_ref_14229", "_ref_14230", - "_ref_4399", "_ref_14231", "_ref_14232", + "_ref_4398", "_ref_14233", "_ref_14234", - "_ref_4400", "_ref_14235", "_ref_14236", + "_ref_4399", "_ref_14237", "_ref_14238", - "_ref_393", - "table-string-single-character-escape-sequences", - "table-34", "_ref_14239", "_ref_14240", + "_ref_4400", "_ref_14241", - "_ref_4401", "_ref_14242", "_ref_14243", "_ref_14244", + "_ref_393", + "table-string-single-character-escape-sequences", + "table-34", "_ref_14245", "_ref_14246", "_ref_14247", + "_ref_4401", "_ref_14248", "_ref_14249", "_ref_14250", "_ref_14251", - "_ref_4402", "_ref_14252", - "sec-string-literals-static-semantics-mv", "_ref_14253", "_ref_14254", "_ref_14255", "_ref_14256", "_ref_14257", + "_ref_4402", "_ref_14258", + "sec-string-literals-static-semantics-mv", "_ref_14259", "_ref_14260", "_ref_14261", "_ref_14262", "_ref_14263", "_ref_14264", - "sec-literals-regular-expression-literals", - "_ref_394", - "_ref_4403", - "_ref_395", "_ref_14265", "_ref_14266", - "_ref_396", - "_ref_397", "_ref_14267", "_ref_14268", - "prod-RegularExpressionLiteral", - "prod-6WVj7Zp6", "_ref_14269", "_ref_14270", - "prod-RegularExpressionBody", + "sec-literals-regular-expression-literals", + "_ref_394", + "_ref_4403", + "_ref_395", "_ref_14271", "_ref_14272", - "prod-RegularExpressionChars", + "_ref_396", + "_ref_397", "_ref_14273", "_ref_14274", - "prod-RegularExpressionFirstChar", + "prod-RegularExpressionLiteral", + "prod-6WVj7Zp6", "_ref_14275", "_ref_14276", + "prod-RegularExpressionBody", "_ref_14277", - "prod-RegularExpressionChar", "_ref_14278", + "prod-RegularExpressionChars", "_ref_14279", "_ref_14280", - "prod-RegularExpressionBackslashSequence", + "prod-RegularExpressionFirstChar", "_ref_14281", - "prod-RegularExpressionNonTerminator", "_ref_14282", "_ref_14283", - "prod-RegularExpressionClass", + "prod-RegularExpressionChar", "_ref_14284", - "prod-RegularExpressionClassChars", "_ref_14285", "_ref_14286", - "prod-RegularExpressionClassChar", + "prod-RegularExpressionBackslashSequence", "_ref_14287", + "prod-RegularExpressionNonTerminator", "_ref_14288", - "prod-RegularExpressionFlags", "_ref_14289", + "prod-RegularExpressionClass", "_ref_14290", - "sec-literals-regular-expression-literals-static-semantics-early-errors", + "prod-RegularExpressionClassChars", "_ref_14291", "_ref_14292", + "prod-RegularExpressionClassChar", "_ref_14293", - "sec-static-semantics-bodytext", - "prod-GHASI6lr", "_ref_14294", + "prod-RegularExpressionFlags", "_ref_14295", "_ref_14296", - "sec-static-semantics-flagtext", - "prod-U3zNjneX", + "sec-literals-regular-expression-literals-static-semantics-early-errors", "_ref_14297", "_ref_14298", "_ref_14299", - "sec-template-literal-lexical-components", - "prod-Template", + "sec-static-semantics-bodytext", + "prod-GHASI6lr", "_ref_14300", "_ref_14301", - "prod-NoSubstitutionTemplate", "_ref_14302", - "prod-TemplateHead", + "sec-static-semantics-flagtext", + "prod-U3zNjneX", "_ref_14303", - "prod-TemplateSubstitutionTail", "_ref_14304", "_ref_14305", - "prod-TemplateMiddle", + "sec-template-literal-lexical-components", + "prod-Template", "_ref_14306", - "prod-TemplateTail", "_ref_14307", - "prod-TemplateCharacters", + "prod-NoSubstitutionTemplate", "_ref_14308", + "prod-TemplateHead", "_ref_14309", - "prod-TemplateCharacter", + "prod-TemplateSubstitutionTail", "_ref_14310", "_ref_14311", + "prod-TemplateMiddle", "_ref_14312", + "prod-TemplateTail", "_ref_14313", + "prod-TemplateCharacters", "_ref_14314", "_ref_14315", - "prod-NotEscapeSequence", + "prod-TemplateCharacter", "_ref_14316", "_ref_14317", "_ref_14318", "_ref_14319", "_ref_14320", "_ref_14321", + "prod-NotEscapeSequence", "_ref_14322", "_ref_14323", "_ref_14324", @@ -7980,144 +7974,144 @@ "_ref_14333", "_ref_14334", "_ref_14335", - "prod-NotCodePoint", "_ref_14336", "_ref_14337", - "prod-CodePoint", "_ref_14338", "_ref_14339", "_ref_14340", - "_ref_398", "_ref_14341", + "prod-NotCodePoint", "_ref_14342", "_ref_14343", - "sec-static-semantics-tv-and-trv", - "_ref_4404", - "_ref_399", - "_ref_4405", - "_ref_400", + "prod-CodePoint", "_ref_14344", "_ref_14345", "_ref_14346", + "_ref_398", "_ref_14347", - "_ref_4406", "_ref_14348", "_ref_14349", + "sec-static-semantics-tv-and-trv", + "_ref_4404", + "_ref_399", + "_ref_4405", + "_ref_400", "_ref_14350", "_ref_14351", - "_ref_4407", "_ref_14352", "_ref_14353", - "_ref_4408", + "_ref_4406", "_ref_14354", "_ref_14355", "_ref_14356", "_ref_14357", + "_ref_4407", "_ref_14358", "_ref_14359", + "_ref_4408", "_ref_14360", - "_ref_4409", "_ref_14361", "_ref_14362", "_ref_14363", "_ref_14364", - "_ref_4410", "_ref_14365", "_ref_14366", - "_ref_4411", + "_ref_4409", "_ref_14367", "_ref_14368", - "_ref_4412", "_ref_14369", "_ref_14370", - "_ref_4413", + "_ref_4410", "_ref_14371", "_ref_14372", + "_ref_4411", "_ref_14373", "_ref_14374", - "_ref_4414", + "_ref_4412", "_ref_14375", "_ref_14376", + "_ref_4413", "_ref_14377", "_ref_14378", - "_ref_4415", "_ref_14379", "_ref_14380", + "_ref_4414", "_ref_14381", "_ref_14382", - "_ref_4416", "_ref_14383", "_ref_14384", + "_ref_4415", "_ref_14385", "_ref_14386", "_ref_14387", "_ref_14388", - "_ref_4417", + "_ref_4416", "_ref_14389", "_ref_14390", "_ref_14391", "_ref_14392", - "_ref_4418", "_ref_14393", "_ref_14394", - "_ref_4419", + "_ref_4417", "_ref_14395", "_ref_14396", "_ref_14397", - "_ref_4420", "_ref_14398", - "_ref_4421", + "_ref_4418", "_ref_14399", - "_ref_4422", "_ref_14400", - "_ref_4423", + "_ref_4419", "_ref_14401", "_ref_14402", - "_ref_4424", "_ref_14403", + "_ref_4420", "_ref_14404", + "_ref_4421", "_ref_14405", - "_ref_4425", + "_ref_4422", "_ref_14406", + "_ref_4423", "_ref_14407", - "_ref_4426", "_ref_14408", + "_ref_4424", "_ref_14409", "_ref_14410", "_ref_14411", + "_ref_4425", "_ref_14412", - "_ref_4427", "_ref_14413", + "_ref_4426", "_ref_14414", "_ref_14415", "_ref_14416", "_ref_14417", "_ref_14418", - "_ref_4428", + "_ref_4427", "_ref_14419", "_ref_14420", - "_ref_4429", "_ref_14421", - "_ref_4430", "_ref_14422", "_ref_14423", "_ref_14424", + "_ref_4428", "_ref_14425", - "sec-automatic-semicolon-insertion", - "sec-rules-of-automatic-semicolon-insertion", - "_ref_11654", - "_ref_401", "_ref_14426", - "_ref_402", + "_ref_4429", "_ref_14427", + "_ref_4430", "_ref_14428", - "_ref_403", "_ref_14429", "_ref_14430", "_ref_14431", + "sec-automatic-semicolon-insertion", + "sec-rules-of-automatic-semicolon-insertion", + "_ref_11660", + "_ref_401", "_ref_14432", + "_ref_402", "_ref_14433", "_ref_14434", + "_ref_403", "_ref_14435", "_ref_14436", "_ref_14437", @@ -8136,99 +8130,105 @@ "_ref_14450", "_ref_14451", "_ref_14452", - "sec-examples-of-automatic-semicolon-insertion", "_ref_14453", "_ref_14454", - "sec-interesting-cases-of-automatic-semicolon-insertion", - "sec-asi-interesting-cases-in-statement-lists", "_ref_14455", "_ref_14456", "_ref_14457", "_ref_14458", + "sec-examples-of-automatic-semicolon-insertion", "_ref_14459", - "_ref_404", "_ref_14460", + "sec-interesting-cases-of-automatic-semicolon-insertion", + "sec-asi-interesting-cases-in-statement-lists", "_ref_14461", - "sec-asi-cases-with-no-lineterminator-here", "_ref_14462", "_ref_14463", "_ref_14464", "_ref_14465", - "sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "_ref_404", "_ref_14466", "_ref_14467", + "sec-asi-cases-with-no-lineterminator-here", "_ref_14468", "_ref_14469", "_ref_14470", "_ref_14471", + "sec-no-lineterminator-here-automatic-semicolon-insertion-list", + "_ref_14472", + "_ref_14473", + "_ref_14474", + "_ref_14475", + "_ref_14476", + "_ref_14477", "_ref_405", "_ref_406", "sec-ecmascript-language-expressions", "sec-identifiers", "prod-IdentifierReference", "prod-9ZnfnUjq", - "_ref_14472", + "_ref_14478", "prod-_cQ4k55E", "prod-9S1STxNS", "prod-BindingIdentifier", "prod-cQDX7f7E", - "_ref_14473", + "_ref_14479", "prod-l0m7C_i-", "prod-5cBn3SHb", "prod-LabelIdentifier", - "_ref_14474", + "_ref_14480", "prod-3VpPJW1o", "prod-x8F06K1P", "prod-Identifier", "prod-Qowk0koj", - "_ref_14475", - "_ref_14476", - "_ref_14477", + "_ref_14481", + "_ref_14482", + "_ref_14483", "_ref_4431", "sec-identifiers-static-semantics-early-errors", - "_ref_14478", + "_ref_14484", "_ref_4432", "_ref_4433", - "_ref_14479", + "_ref_14485", "_ref_4434", "_ref_4435", - "_ref_14480", - "_ref_14481", - "_ref_14482", - "_ref_14483", - "_ref_4436", - "_ref_14484", - "_ref_4437", - "_ref_14485", "_ref_14486", "_ref_14487", - "_ref_4438", - "_ref_4439", "_ref_14488", - "_ref_4440", "_ref_14489", - "_ref_4441", + "_ref_4436", "_ref_14490", - "_ref_4442", + "_ref_4437", "_ref_14491", - "_ref_4443", "_ref_14492", - "_ref_4444", "_ref_14493", + "_ref_4438", + "_ref_4439", "_ref_14494", + "_ref_4440", "_ref_14495", + "_ref_4441", "_ref_14496", - "sec-static-semantics-stringvalue", - "sec-identifier-names-static-semantics-stringvalue", - "sec-identifiers-static-semantics-stringvalue", - "prod-tbqchaHr", + "_ref_4442", "_ref_14497", - "prod-NS6rHu2W", + "_ref_4443", "_ref_14498", + "_ref_4444", "_ref_14499", "_ref_14500", "_ref_14501", "_ref_14502", + "sec-static-semantics-stringvalue", + "sec-identifier-names-static-semantics-stringvalue", + "sec-identifiers-static-semantics-stringvalue", + "prod-tbqchaHr", + "_ref_14503", + "prod-NS6rHu2W", + "_ref_14504", + "_ref_14505", + "_ref_14506", + "_ref_14507", + "_ref_14508", "_ref_4445", "prod-TEe-WTI-", "prod-ZpP1WoNY", @@ -8237,181 +8237,181 @@ "prod-fu2iq4OH", "prod-z0WsNljd", "prod-3LDrFiW5", - "_ref_14503", - "_ref_14504", + "_ref_14509", + "_ref_14510", "_ref_4446", - "_ref_14505", + "_ref_14511", "sec-identifiers-runtime-semantics-evaluation", - "_ref_14506", + "_ref_14512", "_ref_4447", "_ref_4448", - "_ref_14507", + "_ref_14513", "_ref_4449", "_ref_4450", - "_ref_14508", + "_ref_14514", "_ref_4451", "_ref_4452", - "_ref_14509", - "_ref_14510", + "_ref_14515", + "_ref_14516", "_ref_4453", "sec-primary-expression", "prod-PrimaryExpression", "prod-Joc9-5i9", "prod-WzC_-Tli", - "_ref_14511", - "prod-kFKvlIew", - "_ref_14512", - "prod-izgqBKzQ", - "_ref_14513", - "prod-rL0KzAka", - "_ref_14514", - "prod-2GG08dnr", - "_ref_14515", - "prod-BjlPLEoy", - "_ref_14516", - "prod-qRYwqON3", "_ref_14517", - "prod-4f1krUyY", + "prod-kFKvlIew", "_ref_14518", - "prod-Hseyu0a-", + "prod-izgqBKzQ", "_ref_14519", - "prod-l_l2o01x", + "prod-rL0KzAka", "_ref_14520", - "prod-ScOzt1wW", + "prod-2GG08dnr", "_ref_14521", - "prod-Lu7YZ_Gz", + "prod-BjlPLEoy", "_ref_14522", - "prod-CoverParenthesizedExpressionAndArrowParameterList", + "prod-qRYwqON3", "_ref_14523", + "prod-4f1krUyY", "_ref_14524", + "prod-Hseyu0a-", "_ref_14525", + "prod-l_l2o01x", "_ref_14526", + "prod-ScOzt1wW", "_ref_14527", + "prod-Lu7YZ_Gz", "_ref_14528", + "prod-CoverParenthesizedExpressionAndArrowParameterList", "_ref_14529", "_ref_14530", "_ref_14531", "_ref_14532", + "_ref_14533", + "_ref_14534", + "_ref_14535", + "_ref_14536", + "_ref_14537", + "_ref_14538", "prod-ParenthesizedExpression", "prod-m5AWMC3P", - "_ref_14533", + "_ref_14539", "sec-this-keyword", "sec-this-keyword-runtime-semantics-evaluation", "_ref_4454", "sec-identifier-reference", "_ref_407", - "_ref_14534", + "_ref_14540", "sec-primary-expression-literals", "prod-Literal", - "_ref_14535", - "_ref_14536", - "_ref_14537", - "_ref_14538", - "sec-literals-runtime-semantics-evaluation", - "_ref_14539", - "_ref_14540", "_ref_14541", "_ref_14542", "_ref_14543", - "_ref_4455", "_ref_14544", - "_ref_408", + "sec-literals-runtime-semantics-evaluation", "_ref_14545", - "_ref_4456", "_ref_14546", - "_ref_409", - "sec-array-initializer", "_ref_14547", "_ref_14548", - "prod-ArrayLiteral", "_ref_14549", + "_ref_4455", "_ref_14550", + "_ref_408", "_ref_14551", + "_ref_4456", "_ref_14552", - "prod-ElementList", - "prod-nakNeXAG", + "_ref_409", + "sec-array-initializer", "_ref_14553", "_ref_14554", - "prod-XL4uSEt_", + "prod-ArrayLiteral", "_ref_14555", "_ref_14556", - "prod-rNLR62Va", "_ref_14557", "_ref_14558", + "prod-ElementList", + "prod-nakNeXAG", "_ref_14559", - "prod-BSaguLF3", "_ref_14560", + "prod-XL4uSEt_", "_ref_14561", "_ref_14562", - "prod-Elision", - "prod-J7xTfeyA", - "prod-lq_Nojbr", + "prod-rNLR62Va", "_ref_14563", + "_ref_14564", + "_ref_14565", + "prod-BSaguLF3", + "_ref_14566", + "_ref_14567", + "_ref_14568", + "prod-Elision", + "prod-J7xTfeyA", + "prod-lq_Nojbr", + "_ref_14569", "prod-SpreadElement", "prod-H9W06sct", - "_ref_14564", + "_ref_14570", "sec-runtime-semantics-arrayaccumulation", "sec-static-semantics-elisionwidth", "prod-ACq7eTCD", "_ref_4457", "_ref_4458", "prod-KyZNZ-MT", - "_ref_14565", + "_ref_14571", "_ref_4459", - "_ref_14566", + "_ref_14572", "prod-_juTnZH7", - "_ref_14567", - "_ref_14568", - "_ref_14569", + "_ref_14573", + "_ref_14574", + "_ref_14575", "_ref_4460", - "_ref_14570", + "_ref_14576", "_ref_4461", - "_ref_14571", + "_ref_14577", "_ref_4462", "_ref_4463", "_ref_4464", "_ref_4465", "prod-PNKSiljq", - "_ref_14572", - "_ref_14573", - "_ref_14574", + "_ref_14578", + "_ref_14579", + "_ref_14580", "_ref_4466", - "_ref_14575", + "_ref_14581", "_ref_4467", "_ref_4468", - "_ref_14576", + "_ref_14582", "prod-9ZiZA1Ch", - "_ref_14577", - "_ref_14578", - "_ref_14579", + "_ref_14583", + "_ref_14584", + "_ref_14585", "_ref_4469", - "_ref_14580", + "_ref_14586", "_ref_4470", - "_ref_14581", + "_ref_14587", "_ref_4471", - "_ref_14582", + "_ref_14588", "_ref_4472", - "_ref_14583", + "_ref_14589", "_ref_4473", "_ref_4474", "_ref_4475", "_ref_4476", "prod-HRfw0EOP", - "_ref_14584", - "_ref_14585", - "_ref_14586", + "_ref_14590", + "_ref_14591", + "_ref_14592", "_ref_4477", - "_ref_14587", + "_ref_14593", "_ref_4478", - "_ref_14588", + "_ref_14594", "_ref_4479", - "_ref_14589", + "_ref_14595", "_ref_4480", "_ref_4481", - "_ref_14590", + "_ref_14596", "prod-_w8Sn596", - "_ref_14591", - "_ref_14592", + "_ref_14597", + "_ref_14598", "_ref_4482", "_ref_4483", "_ref_4484", @@ -8422,223 +8422,223 @@ "_ref_4489", "_ref_4490", "sec-array-initializer-runtime-semantics-evaluation", - "_ref_14593", + "_ref_14599", "_ref_4491", - "_ref_14594", + "_ref_14600", "_ref_4492", - "_ref_14595", + "_ref_14601", "_ref_4493", - "_ref_14596", + "_ref_14602", "_ref_4494", "_ref_4495", - "_ref_14597", + "_ref_14603", "_ref_4496", - "_ref_14598", - "_ref_14599", + "_ref_14604", + "_ref_14605", "_ref_4497", "_ref_4498", - "_ref_14600", + "_ref_14606", "_ref_4499", - "_ref_14601", + "_ref_14607", "_ref_4500", - "_ref_14602", + "_ref_14608", "_ref_4501", "sec-object-initializer", "prod-ObjectLiteral", - "_ref_14603", - "_ref_14604", + "_ref_14609", + "_ref_14610", "prod-PropertyDefinitionList", "prod-2XenTcpv", - "_ref_14605", + "_ref_14611", "prod-c72dXkTz", - "_ref_14606", - "_ref_14607", + "_ref_14612", + "_ref_14613", "prod-PropertyDefinition", "prod-O1kityZO", - "_ref_14608", - "_ref_14609", + "_ref_14614", + "_ref_14615", "prod-Jsxupyj1", - "_ref_14610", - "_ref_14611", + "_ref_14616", + "_ref_14617", "prod-HvcUscDA", - "_ref_14612", + "_ref_14618", "prod-vZMKiSRJ", - "_ref_14613", + "_ref_14619", "prod-PropertyName", "prod-N_V61Gw7", - "_ref_14614", + "_ref_14620", "prod-cSnpDCEZ", - "_ref_14615", + "_ref_14621", "prod-LiteralPropertyName", "prod-JP-jcLhQ", - "_ref_14616", + "_ref_14622", "prod-8fEXDve1", - "_ref_14617", + "_ref_14623", "prod-1paap4E_", - "_ref_14618", + "_ref_14624", "prod-ComputedPropertyName", "prod-V7gahr3e", - "_ref_14619", - "prod-CoverInitializedName", - "_ref_14620", - "_ref_14621", - "prod-Initializer", - "_ref_14622", - "_ref_14623", - "_ref_410", - "_ref_14624", "_ref_14625", + "prod-CoverInitializedName", "_ref_14626", - "sec-object-initializer-static-semantics-early-errors", "_ref_14627", - "_ref_4502", + "prod-Initializer", "_ref_14628", "_ref_14629", + "_ref_410", "_ref_14630", "_ref_14631", "_ref_14632", + "sec-object-initializer-static-semantics-early-errors", "_ref_14633", + "_ref_4502", "_ref_14634", "_ref_14635", "_ref_14636", "_ref_14637", "_ref_14638", + "_ref_14639", + "_ref_14640", + "_ref_14641", + "_ref_14642", + "_ref_14643", + "_ref_14644", "sec-static-semantics-iscomputedpropertykey", "prod-SPDqK5VR", - "_ref_14639", + "_ref_14645", "prod-SOs-1o2b", - "_ref_14640", + "_ref_14646", "sec-static-semantics-propertynamelist", "prod-ojv3z_1M", - "_ref_14641", + "_ref_14647", "_ref_4503", - "_ref_14642", + "_ref_14648", "_ref_4504", "_ref_4505", "_ref_4506", - "_ref_14643", + "_ref_14649", "prod-arjQ9VdV", - "_ref_14644", - "_ref_14645", + "_ref_14650", + "_ref_14651", "_ref_4507", - "_ref_14646", + "_ref_14652", "_ref_4508", - "_ref_14647", + "_ref_14653", "_ref_4509", - "_ref_14648", + "_ref_14654", "sec-object-initializer-runtime-semantics-evaluation", "_ref_4510", "_ref_4511", - "_ref_14649", - "_ref_14650", + "_ref_14655", + "_ref_14656", "_ref_4512", "_ref_4513", "_ref_4514", - "_ref_14651", - "_ref_14652", + "_ref_14657", + "_ref_14658", "_ref_4515", - "_ref_14653", - "_ref_14654", + "_ref_14659", + "_ref_14660", "_ref_4516", - "_ref_14655", - "_ref_14656", + "_ref_14661", + "_ref_14662", "_ref_4517", - "_ref_14657", + "_ref_14663", "_ref_4518", - "_ref_14658", - "_ref_14659", + "_ref_14664", + "_ref_14665", "_ref_4519", "_ref_4520", "sec-runtime-semantics-propertydefinitionevaluation", "sec-object-initializer-runtime-semantics-propertydefinitionevaluation", "prod-2nasR_1u", - "_ref_14660", - "_ref_14661", + "_ref_14666", + "_ref_14667", "_ref_4521", - "_ref_14662", + "_ref_14668", "_ref_4522", - "_ref_14663", + "_ref_14669", "prod-r1teTyPc", - "_ref_14664", - "_ref_14665", + "_ref_14670", + "_ref_14671", "_ref_4523", "_ref_4524", "_ref_4525", "prod-pxaBv7Tq", - "_ref_14666", + "_ref_14672", "_ref_4526", - "_ref_14667", - "_ref_14668", + "_ref_14673", + "_ref_14674", "_ref_4527", "_ref_4528", "_ref_4529", "_ref_4530", "prod-N8qwXXqo", - "_ref_14669", - "_ref_14670", - "_ref_14671", + "_ref_14675", + "_ref_14676", + "_ref_14677", "_ref_4531", "_ref_4532", - "_ref_14672", + "_ref_14678", "_ref_4533", - "_ref_14673", - "_ref_14674", + "_ref_14679", + "_ref_14680", "_ref_4534", "_ref_4535", "_ref_4536", "_ref_4537", "_ref_411", "prod-5O6pmf8R", - "_ref_14675", - "_ref_14676", - "_ref_14677", - "prod-mCjGL17Q", - "_ref_14678", - "_ref_14679", - "prod-0QU7VlhR", - "_ref_14680", "_ref_14681", "_ref_14682", - "_ref_4538", "_ref_14683", - "prod-lU-OqsBQ", + "prod-mCjGL17Q", "_ref_14684", "_ref_14685", + "prod-0QU7VlhR", "_ref_14686", - "_ref_4539", "_ref_14687", - "prod-OisJnYgE", "_ref_14688", + "_ref_4538", "_ref_14689", + "prod-lU-OqsBQ", "_ref_14690", - "_ref_4540", "_ref_14691", - "prod-lzh6ls95", "_ref_14692", + "_ref_4539", "_ref_14693", + "prod-OisJnYgE", "_ref_14694", - "_ref_4541", "_ref_14695", + "_ref_14696", + "_ref_4540", + "_ref_14697", + "prod-lzh6ls95", + "_ref_14698", + "_ref_14699", + "_ref_14700", + "_ref_4541", + "_ref_14701", "sec-function-defining-expressions", "_ref_412", - "_ref_14696", + "_ref_14702", "_ref_413", - "_ref_14697", + "_ref_14703", "_ref_414", - "_ref_14698", + "_ref_14704", "_ref_415", - "_ref_14699", + "_ref_14705", "_ref_416", - "_ref_14700", + "_ref_14706", "sec-primary-expression-regular-expression-literals", "_ref_417", "sec-primary-expression-regular-expression-literals-static-semantics-early-errors", - "_ref_14701", + "_ref_14707", "_ref_4542", - "_ref_14702", + "_ref_14708", "sec-isvalidregularexpressionliteral", "_ref_4543", - "_ref_14703", + "_ref_14709", "_ref_4544", "_ref_4545", "_ref_4546", @@ -8646,108 +8646,108 @@ "_ref_4548", "_ref_4549", "sec-regular-expression-literals-runtime-semantics-evaluation", - "_ref_14704", + "_ref_14710", "_ref_4550", "_ref_4551", - "_ref_14705", + "_ref_14711", "_ref_4552", "_ref_4553", - "_ref_14706", + "_ref_14712", "_ref_4554", "sec-template-literals", "prod-TemplateLiteral", "prod-FjGsqAJv", - "_ref_14707", + "_ref_14713", "prod--wg-2WV5", - "_ref_14708", + "_ref_14714", "prod-SubstitutionTemplate", "prod-nG1t-jNI", - "_ref_14709", - "_ref_14710", - "_ref_14711", - "prod-TemplateSpans", - "prod-IqxH63yE", - "_ref_14712", - "prod-j0qqWY2p", - "_ref_14713", - "_ref_14714", - "prod-TemplateMiddleList", - "prod-V4hc4rPI", "_ref_14715", "_ref_14716", - "prod-PHoLfCK_", "_ref_14717", + "prod-TemplateSpans", + "prod-IqxH63yE", "_ref_14718", + "prod-j0qqWY2p", "_ref_14719", - "sec-static-semantics-template-early-errors", - "sec-primary-expression-template-literals-static-semantics-early-errors", "_ref_14720", + "prod-TemplateMiddleList", + "prod-V4hc4rPI", "_ref_14721", - "_ref_4555", "_ref_14722", + "prod-PHoLfCK_", "_ref_14723", - "_ref_4556", "_ref_14724", "_ref_14725", + "sec-static-semantics-template-early-errors", + "sec-primary-expression-template-literals-static-semantics-early-errors", "_ref_14726", "_ref_14727", + "_ref_4555", "_ref_14728", - "_ref_4557", "_ref_14729", + "_ref_4556", "_ref_14730", "_ref_14731", - "_ref_4558", "_ref_14732", "_ref_14733", "_ref_14734", + "_ref_4557", "_ref_14735", "_ref_14736", "_ref_14737", + "_ref_4558", "_ref_14738", - "_ref_4559", "_ref_14739", - "sec-static-semantics-templatestrings", - "prod-wUHw6ReH", "_ref_14740", "_ref_14741", "_ref_14742", - "_ref_4560", - "prod-AfRnt93a", "_ref_14743", "_ref_14744", + "_ref_4559", "_ref_14745", + "sec-static-semantics-templatestrings", + "prod-wUHw6ReH", "_ref_14746", "_ref_14747", - "_ref_4561", "_ref_14748", - "_ref_4562", - "prod-SXp_0Muf", + "_ref_4560", + "prod-AfRnt93a", "_ref_14749", "_ref_14750", "_ref_14751", - "_ref_4563", - "prod-fValkc1v", "_ref_14752", "_ref_14753", - "_ref_4564", + "_ref_4561", "_ref_14754", + "_ref_4562", + "prod-SXp_0Muf", "_ref_14755", "_ref_14756", - "_ref_4565", - "prod-sExxMRoA", "_ref_14757", + "_ref_4563", + "prod-fValkc1v", "_ref_14758", "_ref_14759", + "_ref_4564", "_ref_14760", - "_ref_4566", - "prod-oVK_xc-L", "_ref_14761", "_ref_14762", + "_ref_4565", + "prod-sExxMRoA", "_ref_14763", - "_ref_4567", "_ref_14764", "_ref_14765", "_ref_14766", + "_ref_4566", + "prod-oVK_xc-L", + "_ref_14767", + "_ref_14768", + "_ref_14769", + "_ref_4567", + "_ref_14770", + "_ref_14771", + "_ref_14772", "_ref_4568", "sec-gettemplateobject", "_ref_4569", @@ -8768,225 +8768,219 @@ "_ref_4584", "_ref_4585", "_ref_4586", - "_ref_14767", + "_ref_14773", "_ref_4587", "_ref_418", - "_ref_14768", + "_ref_14774", "sec-runtime-semantics-substitutionevaluation", "prod-h8M7VnrX", - "_ref_14769", + "_ref_14775", "_ref_4588", "prod-0ukbbNyO", - "_ref_14770", - "_ref_14771", - "_ref_4589", - "_ref_14772", - "prod-oOPfrahZ", - "_ref_14773", - "_ref_14774", - "_ref_14775", - "_ref_4590", - "_ref_4591", - "prod-Jm_C6N1j", "_ref_14776", "_ref_14777", + "_ref_4589", "_ref_14778", - "_ref_4592", + "prod-oOPfrahZ", "_ref_14779", "_ref_14780", - "_ref_4593", - "_ref_4594", - "sec-template-literals-runtime-semantics-evaluation", "_ref_14781", + "_ref_4590", + "_ref_4591", + "prod-Jm_C6N1j", "_ref_14782", - "_ref_419", "_ref_14783", "_ref_14784", + "_ref_4592", "_ref_14785", "_ref_14786", - "_ref_420", + "_ref_4593", + "_ref_4594", + "sec-template-literals-runtime-semantics-evaluation", "_ref_14787", - "_ref_4595", - "_ref_4596", "_ref_14788", - "_ref_4597", - "_ref_4598", + "_ref_419", "_ref_14789", "_ref_14790", "_ref_14791", - "_ref_421", "_ref_14792", + "_ref_420", "_ref_14793", + "_ref_4595", + "_ref_4596", "_ref_14794", - "_ref_4599", + "_ref_4597", + "_ref_4598", "_ref_14795", - "_ref_422", - "_ref_4600", "_ref_14796", "_ref_14797", + "_ref_421", "_ref_14798", - "_ref_423", "_ref_14799", - "_ref_4601", - "_ref_4602", - "_ref_4603", "_ref_14800", + "_ref_4599", "_ref_14801", + "_ref_422", + "_ref_4600", "_ref_14802", "_ref_14803", "_ref_14804", - "_ref_4604", + "_ref_423", "_ref_14805", - "_ref_424", + "_ref_4601", + "_ref_4602", + "_ref_4603", "_ref_14806", - "_ref_4605", - "_ref_4606", - "_ref_4607", "_ref_14807", - "sec-grouping-operator", - "sec-grouping-operator-static-semantics-early-errors", "_ref_14808", "_ref_14809", - "_ref_4608", "_ref_14810", + "_ref_4604", "_ref_14811", + "_ref_424", "_ref_14812", - "_ref_4609", + "_ref_4605", + "_ref_4606", + "_ref_4607", "_ref_14813", - "sec-grouping-operator-runtime-semantics-evaluation", + "sec-grouping-operator", + "sec-grouping-operator-static-semantics-early-errors", "_ref_14814", "_ref_14815", - "_ref_4610", + "_ref_4608", "_ref_14816", "_ref_14817", "_ref_14818", - "_ref_4611", + "_ref_4609", "_ref_14819", - "sec-left-hand-side-expressions", - "prod-MemberExpression", - "prod-zOzqrjO_", + "sec-grouping-operator-runtime-semantics-evaluation", "_ref_14820", - "prod-IScPEVPu", "_ref_14821", + "_ref_4610", "_ref_14822", - "prod-BTxM7XK0", "_ref_14823", "_ref_14824", - "prod-hF7lIb25", + "_ref_4611", "_ref_14825", + "sec-left-hand-side-expressions", + "prod-MemberExpression", + "prod-zOzqrjO_", "_ref_14826", - "prod-CbDen9pR", + "prod-IScPEVPu", "_ref_14827", - "prod-ROYaXrl2", "_ref_14828", - "prod-BRZkuqi1", + "prod-BTxM7XK0", "_ref_14829", "_ref_14830", - "prod-SuperProperty", + "prod-hF7lIb25", "_ref_14831", - "prod-6y-_egWQ", "_ref_14832", - "prod-MetaProperty", + "prod-CbDen9pR", "_ref_14833", + "prod-ROYaXrl2", "_ref_14834", - "prod-NewTarget", - "prod-4bMdCOPa", - "prod-ImportMeta", - "prod-qIsN6LkP", - "prod-NewExpression", + "prod-BRZkuqi1", "_ref_14835", - "prod-NMg_0YQR", "_ref_14836", - "prod-CallExpression", - "prod-58WiwMc8", + "prod-SuperProperty", "_ref_14837", - "prod-Cmo-Ch0M", + "prod-6y-_egWQ", "_ref_14838", - "prod-XZ1IV5BV", + "prod-MetaProperty", "_ref_14839", - "prod-kYvem_87", "_ref_14840", + "prod-NewTarget", + "prod-4bMdCOPa", + "prod-ImportMeta", + "prod-qIsN6LkP", + "prod-NewExpression", "_ref_14841", - "prod-Shb6Dgff", + "prod-NMg_0YQR", "_ref_14842", + "prod-CallExpression", + "prod-58WiwMc8", "_ref_14843", - "prod-EOA2Fe3-", + "prod-Cmo-Ch0M", "_ref_14844", + "prod-XZ1IV5BV", "_ref_14845", - "prod-WPBp76A-", + "prod-kYvem_87", "_ref_14846", "_ref_14847", - "prod-SuperCall", + "prod-Shb6Dgff", "_ref_14848", - "prod-ImportCall", "_ref_14849", - "prod-Arguments", - "prod-lgwqNVq7", + "prod-EOA2Fe3-", "_ref_14850", "_ref_14851", - "prod-ArgumentList", - "prod-e75CowVl", + "prod-WPBp76A-", "_ref_14852", - "prod-bq3bMpyK", "_ref_14853", - "prod--rnN0MQv", + "prod-SuperCall", "_ref_14854", + "prod-ImportCall", "_ref_14855", - "prod-1jakKBk1", + "prod-Arguments", + "prod-lgwqNVq7", "_ref_14856", "_ref_14857", - "prod-OptionalExpression", + "prod-ArgumentList", + "prod-e75CowVl", "_ref_14858", + "prod-bq3bMpyK", "_ref_14859", + "prod--rnN0MQv", "_ref_14860", "_ref_14861", + "prod-1jakKBk1", "_ref_14862", "_ref_14863", - "prod-OptionalChain", - "prod-J4fvvwWl", + "prod-OptionalExpression", "_ref_14864", - "prod-a5k1i_eU", "_ref_14865", - "prod-JoCAeM_3", "_ref_14866", "_ref_14867", - "prod-zMZUOMrf", "_ref_14868", "_ref_14869", - "prod-4aVR1jLh", + "prod-OptionalChain", + "prod-J4fvvwWl", "_ref_14870", + "prod-a5k1i_eU", "_ref_14871", - "prod-25V7_u74", + "prod-JoCAeM_3", "_ref_14872", "_ref_14873", + "prod-zMZUOMrf", "_ref_14874", "_ref_14875", - "prod-LeftHandSideExpression", + "prod-4aVR1jLh", "_ref_14876", - "prod-RmIHX089", "_ref_14877", - "prod-hKgp5YBB", + "prod-25V7_u74", "_ref_14878", "_ref_14879", "_ref_14880", - "prod-CallMemberExpression", "_ref_14881", + "prod-LeftHandSideExpression", "_ref_14882", - "sec-static-semantics", - "sec-left-hand-side-expressions-static-semantics-early-errors", + "prod-RmIHX089", "_ref_14883", + "prod-hKgp5YBB", "_ref_14884", "_ref_14885", - "_ref_425", - "_ref_4612", "_ref_14886", - "sec-property-accessors", + "prod-CallMemberExpression", "_ref_14887", "_ref_14888", + "sec-static-semantics", + "sec-left-hand-side-expressions-static-semantics-early-errors", "_ref_14889", "_ref_14890", "_ref_14891", + "_ref_425", + "_ref_4612", "_ref_14892", + "sec-property-accessors", "_ref_14893", "_ref_14894", "_ref_14895", @@ -8995,41 +8989,47 @@ "_ref_14898", "_ref_14899", "_ref_14900", - "_ref_4613", "_ref_14901", - "sec-property-accessors-runtime-semantics-evaluation", "_ref_14902", "_ref_14903", "_ref_14904", - "_ref_4614", "_ref_14905", - "_ref_4615", - "_ref_4616", "_ref_14906", + "_ref_4613", "_ref_14907", + "sec-property-accessors-runtime-semantics-evaluation", "_ref_14908", "_ref_14909", - "_ref_4617", "_ref_14910", - "_ref_4618", - "_ref_4619", + "_ref_4614", "_ref_14911", + "_ref_4615", + "_ref_4616", "_ref_14912", "_ref_14913", "_ref_14914", - "_ref_4620", "_ref_14915", - "_ref_4621", - "_ref_4622", + "_ref_4617", "_ref_14916", + "_ref_4618", + "_ref_4619", "_ref_14917", "_ref_14918", "_ref_14919", - "_ref_4623", "_ref_14920", + "_ref_4620", + "_ref_14921", + "_ref_4621", + "_ref_4622", + "_ref_14922", + "_ref_14923", + "_ref_14924", + "_ref_14925", + "_ref_4623", + "_ref_14926", "_ref_4624", "_ref_4625", - "_ref_14921", + "_ref_14927", "sec-evaluate-property-access-with-expression-key", "sec-evaluate-expression-key-property-access", "_ref_4626", @@ -9043,26 +9043,26 @@ "_ref_4632", "_ref_4633", "_ref_4634", - "_ref_14922", + "_ref_14928", "_ref_4635", "_ref_4636", "_ref_4637", "sec-new-operator", "sec-new-operator-runtime-semantics-evaluation", - "_ref_14923", + "_ref_14929", "_ref_4638", - "_ref_14924", - "_ref_14925", - "_ref_14926", + "_ref_14930", + "_ref_14931", + "_ref_14932", "_ref_4639", - "_ref_14927", - "_ref_14928", + "_ref_14933", + "_ref_14934", "sec-evaluatenew", "_ref_4640", - "_ref_14929", - "_ref_14930", + "_ref_14935", + "_ref_14936", "_ref_4641", - "_ref_14931", + "_ref_14937", "_ref_4642", "_ref_4643", "_ref_4644", @@ -9070,36 +9070,36 @@ "_ref_4646", "sec-function-calls", "sec-function-calls-runtime-semantics-evaluation", - "_ref_14932", - "_ref_14933", + "_ref_14938", + "_ref_14939", "_ref_4647", - "_ref_14934", - "_ref_14935", - "_ref_14936", + "_ref_14940", + "_ref_14941", + "_ref_14942", "_ref_4648", "_ref_4649", "_ref_4650", "_ref_4651", "_ref_4652", "_ref_4653", - "_ref_14937", + "_ref_14943", "_ref_4654", "_ref_4655", "step-callexpression-evaluation-direct-eval", "_ref_4656", - "_ref_14938", + "_ref_14944", "_ref_4657", "_ref_4658", - "_ref_14939", + "_ref_14945", "_ref_426", - "_ref_14940", - "_ref_14941", - "_ref_14942", + "_ref_14946", + "_ref_14947", + "_ref_14948", "_ref_4659", - "_ref_14943", + "_ref_14949", "_ref_4660", "_ref_4661", - "_ref_14944", + "_ref_14950", "sec-evaluatecall", "sec-evaluatedirectcall", "_ref_4662", @@ -9123,28 +9123,28 @@ "_ref_4680", "sec-super-keyword", "sec-super-keyword-runtime-semantics-evaluation", - "_ref_14945", + "_ref_14951", "_ref_4681", - "_ref_14946", + "_ref_14952", "_ref_4682", "_ref_4683", - "_ref_14947", + "_ref_14953", "_ref_4684", "_ref_4685", - "_ref_14948", + "_ref_14954", "_ref_4686", "_ref_4687", - "_ref_14949", - "_ref_14950", + "_ref_14955", + "_ref_14956", "_ref_4688", "_ref_4689", - "_ref_14951", + "_ref_14957", "_ref_4690", "_ref_4691", "_ref_4692", "_ref_4693", "_ref_4694", - "_ref_14952", + "_ref_14958", "_ref_4695", "_ref_4696", "_ref_4697", @@ -9168,132 +9168,132 @@ "prod-qXYYcvIK", "_ref_4709", "prod-6LIBrAp-", - "_ref_14953", - "_ref_14954", + "_ref_14959", + "_ref_14960", "_ref_4710", "_ref_4711", "prod-9NFeGQ82", - "_ref_14955", + "_ref_14961", "_ref_4712", - "_ref_14956", + "_ref_14962", "_ref_4713", "_ref_4714", "_ref_4715", "_ref_4716", "prod-avUGM8aa", - "_ref_14957", - "_ref_14958", + "_ref_14963", + "_ref_14964", "_ref_4717", - "_ref_14959", - "_ref_14960", + "_ref_14965", + "_ref_14966", "_ref_4718", "prod-Au9Wi9yT", - "_ref_14961", - "_ref_14962", + "_ref_14967", + "_ref_14968", "_ref_4719", - "_ref_14963", - "_ref_14964", + "_ref_14969", + "_ref_14970", "_ref_4720", "_ref_4721", "_ref_4722", "_ref_4723", "prod-EUsfaoKE", - "_ref_14965", - "_ref_14966", + "_ref_14971", + "_ref_14972", "_ref_4724", "_ref_4725", "prod-_obYKRXG", - "_ref_14967", - "_ref_14968", + "_ref_14973", + "_ref_14974", "_ref_4726", "_ref_4727", - "_ref_14969", + "_ref_14975", "_ref_4728", "prod-RX4K7HKv", - "_ref_14970", - "_ref_14971", - "_ref_14972", - "_ref_14973", + "_ref_14976", + "_ref_14977", + "_ref_14978", + "_ref_14979", "_ref_4729", "_ref_4730", - "_ref_14974", + "_ref_14980", "_ref_4731", "_ref_4732", "_ref_4733", "sec-optional-chains", "sec-optional-chaining-evaluation", - "_ref_14975", - "_ref_14976", - "_ref_14977", - "_ref_4734", - "_ref_4735", - "_ref_14978", - "_ref_14979", - "_ref_14980", "_ref_14981", - "_ref_4736", - "_ref_4737", "_ref_14982", "_ref_14983", + "_ref_4734", + "_ref_4735", "_ref_14984", "_ref_14985", - "_ref_4738", - "_ref_4739", "_ref_14986", - "sec-optional-chaining-chain-evaluation", - "prod-1C3YSxR_", "_ref_14987", + "_ref_4736", + "_ref_4737", "_ref_14988", - "_ref_4740", - "_ref_4741", "_ref_14989", - "prod-w5u7jzLu", "_ref_14990", "_ref_14991", - "_ref_4742", - "_ref_4743", + "_ref_4738", + "_ref_4739", "_ref_14992", - "prod-9T4kB2jq", + "sec-optional-chaining-chain-evaluation", + "prod-1C3YSxR_", "_ref_14993", "_ref_14994", - "_ref_4744", - "_ref_4745", + "_ref_4740", + "_ref_4741", "_ref_14995", - "prod-kAXkNcIE", + "prod-w5u7jzLu", "_ref_14996", "_ref_14997", + "_ref_4742", + "_ref_4743", "_ref_14998", - "_ref_4746", - "_ref_4747", + "prod-9T4kB2jq", "_ref_14999", - "_ref_4748", - "_ref_4749", "_ref_15000", - "prod-PNgnxyKa", + "_ref_4744", + "_ref_4745", "_ref_15001", + "prod-kAXkNcIE", "_ref_15002", "_ref_15003", - "_ref_4750", - "_ref_4751", "_ref_15004", - "_ref_4752", - "_ref_4753", + "_ref_4746", + "_ref_4747", "_ref_15005", - "prod-Il7WrbnC", + "_ref_4748", + "_ref_4749", "_ref_15006", + "prod-PNgnxyKa", "_ref_15007", "_ref_15008", + "_ref_15009", + "_ref_4750", + "_ref_4751", + "_ref_15010", + "_ref_4752", + "_ref_4753", + "_ref_15011", + "prod-Il7WrbnC", + "_ref_15012", + "_ref_15013", + "_ref_15014", "_ref_4754", "_ref_4755", - "_ref_15009", + "_ref_15015", "_ref_4756", "_ref_4757", - "_ref_15010", + "_ref_15016", "sec-import-calls", "sec-import-call-runtime-semantics-evaluation", - "_ref_15011", + "_ref_15017", "_ref_4758", - "_ref_15012", + "_ref_15018", "_ref_4759", "_ref_4760", "_ref_4761", @@ -9301,27 +9301,27 @@ "_ref_4763", "_ref_4764", "sec-tagged-templates", - "_ref_15013", + "_ref_15019", "_ref_427", "_ref_428", - "_ref_15014", + "_ref_15020", "sec-tagged-templates-runtime-semantics-evaluation", - "_ref_15015", - "_ref_15016", - "_ref_15017", + "_ref_15021", + "_ref_15022", + "_ref_15023", "_ref_4765", - "_ref_15018", + "_ref_15024", "_ref_4766", "_ref_4767", - "_ref_15019", - "_ref_15020", - "_ref_15021", - "_ref_15022", + "_ref_15025", + "_ref_15026", + "_ref_15027", + "_ref_15028", "_ref_4768", - "_ref_15023", + "_ref_15029", "_ref_4769", "_ref_4770", - "_ref_15024", + "_ref_15030", "sec-meta-properties", "sec-meta-properties-runtime-semantics-evaluation", "_ref_4771", @@ -9352,30 +9352,30 @@ "_ref_4794", "sec-update-expressions", "prod-UpdateExpression", - "_ref_15025", + "_ref_15031", "prod-w05b3u14", - "_ref_15026", - "_ref_15027", + "_ref_15032", + "_ref_15033", "prod-ij__hpSO", - "_ref_15028", - "_ref_15029", + "_ref_15034", + "_ref_15035", "prod-qnUAnDpi", - "_ref_15030", + "_ref_15036", "prod-an6Vm9J4", - "_ref_15031", + "_ref_15037", "sec-update-expressions-static-semantics-early-errors", - "_ref_15032", - "_ref_15033", + "_ref_15038", + "_ref_15039", "_ref_4795", - "_ref_15034", - "_ref_15035", - "_ref_15036", + "_ref_15040", + "_ref_15041", + "_ref_15042", "_ref_4796", - "_ref_15037", + "_ref_15043", "sec-postfix-increment-operator", "sec-postfix-increment-operator-runtime-semantics-evaluation", - "_ref_15038", - "_ref_15039", + "_ref_15044", + "_ref_15045", "_ref_4797", "_ref_4798", "_ref_4799", @@ -9383,8 +9383,8 @@ "_ref_4801", "sec-postfix-decrement-operator", "sec-postfix-decrement-operator-runtime-semantics-evaluation", - "_ref_15040", - "_ref_15041", + "_ref_15046", + "_ref_15047", "_ref_4802", "_ref_4803", "_ref_4804", @@ -9392,8 +9392,8 @@ "_ref_4806", "sec-prefix-increment-operator", "sec-prefix-increment-operator-runtime-semantics-evaluation", - "_ref_15042", - "_ref_15043", + "_ref_15048", + "_ref_15049", "_ref_4807", "_ref_4808", "_ref_4809", @@ -9401,8 +9401,8 @@ "_ref_4811", "sec-prefix-decrement-operator", "sec-prefix-decrement-operator-runtime-semantics-evaluation", - "_ref_15044", - "_ref_15045", + "_ref_15050", + "_ref_15051", "_ref_4812", "_ref_4813", "_ref_4814", @@ -9410,37 +9410,37 @@ "_ref_4816", "sec-unary-operators", "prod-UnaryExpression", - "_ref_15046", + "_ref_15052", "prod-n3f1x4OA", - "_ref_15047", + "_ref_15053", "prod-bEnaiUfM", - "_ref_15048", + "_ref_15054", "prod-oOmRMvU8", - "_ref_15049", + "_ref_15055", "prod-55Xz_E0Z", - "_ref_15050", + "_ref_15056", "prod-yxAmCDj1", - "_ref_15051", + "_ref_15057", "prod-nw8eIftf", - "_ref_15052", + "_ref_15058", "prod-4lEraLTO", - "_ref_15053", + "_ref_15059", "prod-nl8w2g65", - "_ref_15054", + "_ref_15060", "sec-delete-operator", "sec-delete-operator-static-semantics-early-errors", - "_ref_15055", - "_ref_15056", - "_ref_4817", - "_ref_15057", - "_ref_15058", - "_ref_15059", - "_ref_15060", "_ref_15061", "_ref_15062", - "sec-delete-operator-runtime-semantics-evaluation", + "_ref_4817", "_ref_15063", "_ref_15064", + "_ref_15065", + "_ref_15066", + "_ref_15067", + "_ref_15068", + "sec-delete-operator-runtime-semantics-evaluation", + "_ref_15069", + "_ref_15070", "_ref_4818", "_ref_4819", "_ref_4820", @@ -9452,20 +9452,20 @@ "_ref_4825", "_ref_4826", "_ref_4827", - "_ref_15065", + "_ref_15071", "_ref_4828", "_ref_429", "_ref_4829", "sec-void-operator", "sec-void-operator-runtime-semantics-evaluation", - "_ref_15066", - "_ref_15067", + "_ref_15072", + "_ref_15073", "_ref_4830", "_ref_4831", "sec-typeof-operator", "sec-typeof-operator-runtime-semantics-evaluation", - "_ref_15068", - "_ref_15069", + "_ref_15074", + "_ref_15075", "_ref_4832", "_ref_4833", "_ref_4834", @@ -9475,180 +9475,180 @@ "_ref_431", "sec-unary-plus-operator", "sec-unary-plus-operator-runtime-semantics-evaluation", - "_ref_15070", - "_ref_15071", + "_ref_15076", + "_ref_15077", "_ref_4835", "_ref_4836", "sec-unary-minus-operator", "sec-unary-minus-operator-runtime-semantics-evaluation", - "_ref_15072", - "_ref_15073", + "_ref_15078", + "_ref_15079", "_ref_4837", "_ref_4838", "_ref_4839", "sec-bitwise-not-operator", "sec-bitwise-not-operator-runtime-semantics-evaluation", - "_ref_15074", - "_ref_15075", + "_ref_15080", + "_ref_15081", "_ref_4840", "_ref_4841", "_ref_4842", "sec-logical-not-operator", "sec-logical-not-operator-runtime-semantics-evaluation", - "_ref_15076", - "_ref_15077", + "_ref_15082", + "_ref_15083", "_ref_4843", "_ref_4844", "sec-exp-operator", "prod-ExponentiationExpression", - "_ref_15078", - "prod-EEr7dA-y", - "_ref_15079", - "_ref_15080", - "sec-exp-operator-runtime-semantics-evaluation", - "_ref_15081", - "_ref_15082", - "_ref_4845", - "_ref_15083", "_ref_15084", - "sec-multiplicative-operators", - "prod-MultiplicativeExpression", + "prod-EEr7dA-y", "_ref_15085", - "prod-D9vYTSYe", "_ref_15086", + "sec-exp-operator-runtime-semantics-evaluation", "_ref_15087", "_ref_15088", - "prod-MultiplicativeOperator", - "sec-multiplicative-operators-runtime-semantics-evaluation", + "_ref_4845", "_ref_15089", "_ref_15090", + "sec-multiplicative-operators", + "prod-MultiplicativeExpression", "_ref_15091", + "prod-D9vYTSYe", "_ref_15092", - "_ref_4846", "_ref_15093", "_ref_15094", - "sec-additive-operators", - "prod-AdditiveExpression", + "prod-MultiplicativeOperator", + "sec-multiplicative-operators-runtime-semantics-evaluation", "_ref_15095", - "prod--RZPkEex", "_ref_15096", "_ref_15097", - "prod-XorHFOnH", "_ref_15098", + "_ref_4846", "_ref_15099", - "sec-addition-operator-plus", - "sec-addition-operator-plus-runtime-semantics-evaluation", "_ref_15100", + "sec-additive-operators", + "prod-AdditiveExpression", "_ref_15101", - "_ref_4847", + "prod--RZPkEex", "_ref_15102", "_ref_15103", - "sec-subtraction-operator-minus", - "sec-subtraction-operator-minus-runtime-semantics-evaluation", + "prod-XorHFOnH", "_ref_15104", "_ref_15105", - "_ref_4848", + "sec-addition-operator-plus", + "sec-addition-operator-plus-runtime-semantics-evaluation", "_ref_15106", "_ref_15107", - "sec-bitwise-shift-operators", - "prod-ShiftExpression", + "_ref_4847", "_ref_15108", - "prod-fBlf7SId", "_ref_15109", + "sec-subtraction-operator-minus", + "sec-subtraction-operator-minus-runtime-semantics-evaluation", "_ref_15110", - "prod--QVo0NY2", "_ref_15111", + "_ref_4848", "_ref_15112", - "prod-VbX7s-GB", "_ref_15113", + "sec-bitwise-shift-operators", + "prod-ShiftExpression", "_ref_15114", - "sec-left-shift-operator", - "sec-left-shift-operator-runtime-semantics-evaluation", + "prod-fBlf7SId", "_ref_15115", "_ref_15116", - "_ref_4849", + "prod--QVo0NY2", "_ref_15117", "_ref_15118", - "sec-signed-right-shift-operator", - "sec-signed-right-shift-operator-runtime-semantics-evaluation", + "prod-VbX7s-GB", "_ref_15119", "_ref_15120", - "_ref_4850", + "sec-left-shift-operator", + "sec-left-shift-operator-runtime-semantics-evaluation", "_ref_15121", "_ref_15122", - "sec-unsigned-right-shift-operator", - "sec-unsigned-right-shift-operator-runtime-semantics-evaluation", + "_ref_4849", "_ref_15123", "_ref_15124", - "_ref_4851", + "sec-signed-right-shift-operator", + "sec-signed-right-shift-operator-runtime-semantics-evaluation", "_ref_15125", "_ref_15126", - "sec-relational-operators", - "prod-RelationalExpression", + "_ref_4850", "_ref_15127", - "prod-KibMHocH", "_ref_15128", + "sec-unsigned-right-shift-operator", + "sec-unsigned-right-shift-operator-runtime-semantics-evaluation", "_ref_15129", - "prod-W1sKvRa9", "_ref_15130", + "_ref_4851", "_ref_15131", - "prod-H5jP53q2", "_ref_15132", + "sec-relational-operators", + "prod-RelationalExpression", "_ref_15133", - "prod-g28T6iwt", + "prod-KibMHocH", "_ref_15134", "_ref_15135", - "prod-abEstsgg", + "prod-W1sKvRa9", "_ref_15136", "_ref_15137", - "prod-8_yvvfCY", + "prod-H5jP53q2", "_ref_15138", "_ref_15139", - "sec-relational-operators-runtime-semantics-evaluation", + "prod-g28T6iwt", "_ref_15140", "_ref_15141", + "prod-abEstsgg", "_ref_15142", - "_ref_4852", "_ref_15143", - "_ref_4853", - "_ref_4854", - "_ref_4855", + "prod-8_yvvfCY", "_ref_15144", "_ref_15145", + "sec-relational-operators-runtime-semantics-evaluation", "_ref_15146", - "_ref_4856", "_ref_15147", - "_ref_4857", - "_ref_4858", - "_ref_4859", "_ref_15148", + "_ref_4852", "_ref_15149", + "_ref_4853", + "_ref_4854", + "_ref_4855", "_ref_15150", - "_ref_4860", "_ref_15151", - "_ref_4861", - "_ref_4862", - "_ref_4863", "_ref_15152", + "_ref_4856", "_ref_15153", + "_ref_4857", + "_ref_4858", + "_ref_4859", "_ref_15154", - "_ref_4864", "_ref_15155", - "_ref_4865", - "_ref_4866", - "_ref_4867", "_ref_15156", + "_ref_4860", "_ref_15157", + "_ref_4861", + "_ref_4862", + "_ref_4863", "_ref_15158", - "_ref_4868", "_ref_15159", - "_ref_4869", - "_ref_4870", "_ref_15160", + "_ref_4864", "_ref_15161", + "_ref_4865", + "_ref_4866", + "_ref_4867", "_ref_15162", - "_ref_4871", "_ref_15163", + "_ref_15164", + "_ref_4868", + "_ref_15165", + "_ref_4869", + "_ref_4870", + "_ref_15166", + "_ref_15167", + "_ref_15168", + "_ref_4871", + "_ref_15169", "_ref_4872", "_ref_4873", "_ref_4874", @@ -9672,280 +9672,280 @@ "_ref_4887", "sec-equality-operators", "prod-EqualityExpression", - "_ref_15164", - "prod-UHCaQLr6", - "_ref_15165", - "_ref_15166", - "prod-J7HEcFq2", - "_ref_15167", - "_ref_15168", - "prod-ugTHi1aM", - "_ref_15169", "_ref_15170", - "prod-6Ta8WxmN", + "prod-UHCaQLr6", "_ref_15171", "_ref_15172", - "sec-equality-operators-runtime-semantics-evaluation", + "prod-J7HEcFq2", "_ref_15173", "_ref_15174", + "prod-ugTHi1aM", "_ref_15175", - "_ref_4888", "_ref_15176", - "_ref_4889", - "_ref_4890", + "prod-6Ta8WxmN", "_ref_15177", "_ref_15178", + "sec-equality-operators-runtime-semantics-evaluation", "_ref_15179", - "_ref_4891", "_ref_15180", - "_ref_4892", - "_ref_4893", - "_ref_4894", "_ref_15181", + "_ref_4888", "_ref_15182", + "_ref_4889", + "_ref_4890", "_ref_15183", - "_ref_4895", "_ref_15184", - "_ref_4896", - "_ref_4897", "_ref_15185", + "_ref_4891", "_ref_15186", + "_ref_4892", + "_ref_4893", + "_ref_4894", "_ref_15187", - "_ref_4898", "_ref_15188", - "_ref_4899", - "_ref_4900", - "_ref_4901", - "sec-binary-bitwise-operators", - "prod-BitwiseANDExpression", "_ref_15189", - "prod-wrUN23HO", + "_ref_4895", "_ref_15190", + "_ref_4896", + "_ref_4897", "_ref_15191", - "prod-BitwiseXORExpression", "_ref_15192", - "prod-9YKtCpIQ", "_ref_15193", + "_ref_4898", "_ref_15194", - "prod-BitwiseORExpression", + "_ref_4899", + "_ref_4900", + "_ref_4901", + "sec-binary-bitwise-operators", + "prod-BitwiseANDExpression", "_ref_15195", - "prod-AgJdAkQg", + "prod-wrUN23HO", "_ref_15196", "_ref_15197", - "sec-binary-bitwise-operators-runtime-semantics-evaluation", + "prod-BitwiseXORExpression", "_ref_15198", + "prod-9YKtCpIQ", "_ref_15199", - "_ref_4902", "_ref_15200", + "prod-BitwiseORExpression", "_ref_15201", + "prod-AgJdAkQg", "_ref_15202", "_ref_15203", - "_ref_4903", + "sec-binary-bitwise-operators-runtime-semantics-evaluation", "_ref_15204", "_ref_15205", + "_ref_4902", "_ref_15206", "_ref_15207", - "_ref_4904", "_ref_15208", "_ref_15209", - "sec-binary-logical-operators", - "prod-LogicalANDExpression", + "_ref_4903", "_ref_15210", - "prod-vZbQbZtn", "_ref_15211", "_ref_15212", - "prod-LogicalORExpression", "_ref_15213", - "prod-ACEMYh2d", + "_ref_4904", "_ref_15214", "_ref_15215", - "prod-CoalesceExpression", - "prod-au86anjM", + "sec-binary-logical-operators", + "prod-LogicalANDExpression", "_ref_15216", + "prod-vZbQbZtn", "_ref_15217", - "prod-CoalesceExpressionHead", "_ref_15218", + "prod-LogicalORExpression", "_ref_15219", - "prod-ShortCircuitExpression", + "prod-ACEMYh2d", "_ref_15220", "_ref_15221", - "sec-binary-logical-operators-runtime-semantics-evaluation", + "prod-CoalesceExpression", + "prod-au86anjM", "_ref_15222", "_ref_15223", + "prod-CoalesceExpressionHead", "_ref_15224", - "_ref_4905", - "_ref_4906", "_ref_15225", - "_ref_4907", + "prod-ShortCircuitExpression", "_ref_15226", "_ref_15227", + "sec-binary-logical-operators-runtime-semantics-evaluation", "_ref_15228", - "_ref_4908", - "_ref_4909", "_ref_15229", - "_ref_4910", "_ref_15230", + "_ref_4905", + "_ref_4906", "_ref_15231", + "_ref_4907", "_ref_15232", - "_ref_4911", "_ref_15233", - "_ref_4912", - "sec-conditional-operator", - "prod-ConditionalExpression", "_ref_15234", - "prod-mR1mZxSc", + "_ref_4908", + "_ref_4909", "_ref_15235", + "_ref_4910", "_ref_15236", "_ref_15237", "_ref_15238", + "_ref_4911", "_ref_15239", + "_ref_4912", + "sec-conditional-operator", + "prod-ConditionalExpression", "_ref_15240", - "sec-conditional-operator-runtime-semantics-evaluation", + "prod-mR1mZxSc", "_ref_15241", "_ref_15242", "_ref_15243", "_ref_15244", - "_ref_4913", - "_ref_4914", "_ref_15245", - "_ref_4915", "_ref_15246", - "_ref_4916", - "sec-assignment-operators", - "prod-AssignmentExpression", + "sec-conditional-operator-runtime-semantics-evaluation", "_ref_15247", - "prod-R8ryvMfV", "_ref_15248", - "prod-Z4PEVU4t", "_ref_15249", - "prod-_eOvXLbd", "_ref_15250", - "prod-eXKFjh2J", + "_ref_4913", + "_ref_4914", "_ref_15251", + "_ref_4915", "_ref_15252", - "prod-shfKC2mw", + "_ref_4916", + "sec-assignment-operators", + "prod-AssignmentExpression", "_ref_15253", + "prod-R8ryvMfV", "_ref_15254", + "prod-Z4PEVU4t", "_ref_15255", - "prod-hQLdzapj", + "prod-_eOvXLbd", "_ref_15256", + "prod-eXKFjh2J", "_ref_15257", - "prod-w-48XpMo", "_ref_15258", + "prod-shfKC2mw", "_ref_15259", - "prod-7NM9KEaO", "_ref_15260", "_ref_15261", - "prod-AssignmentOperator", - "sec-assignment-operators-static-semantics-early-errors", + "prod-hQLdzapj", "_ref_15262", "_ref_15263", + "prod-w-48XpMo", "_ref_15264", "_ref_15265", + "prod-7NM9KEaO", "_ref_15266", "_ref_15267", - "_ref_4917", + "prod-AssignmentOperator", + "sec-assignment-operators-static-semantics-early-errors", "_ref_15268", "_ref_15269", "_ref_15270", - "_ref_4918", "_ref_15271", "_ref_15272", "_ref_15273", + "_ref_4917", "_ref_15274", - "_ref_4919", "_ref_15275", "_ref_15276", + "_ref_4918", "_ref_15277", "_ref_15278", "_ref_15279", "_ref_15280", + "_ref_4919", "_ref_15281", "_ref_15282", "_ref_15283", "_ref_15284", - "_ref_4920", "_ref_15285", - "sec-assignment-operators-runtime-semantics-evaluation", "_ref_15286", "_ref_15287", "_ref_15288", "_ref_15289", "_ref_15290", + "_ref_4920", "_ref_15291", - "_ref_4921", - "_ref_4922", + "sec-assignment-operators-runtime-semantics-evaluation", "_ref_15292", - "_ref_4923", "_ref_15293", - "_ref_4924", "_ref_15294", "_ref_15295", - "_ref_4925", - "step-assignmentexpression-evaluation-simple-putvalue", - "_ref_4926", "_ref_15296", - "_ref_4927", "_ref_15297", + "_ref_4921", + "_ref_4922", "_ref_15298", - "_ref_4928", - "_ref_4929", + "_ref_4923", "_ref_15299", + "_ref_4924", "_ref_15300", "_ref_15301", + "_ref_4925", + "step-assignmentexpression-evaluation-simple-putvalue", + "_ref_4926", "_ref_15302", + "_ref_4927", + "_ref_15303", + "_ref_15304", + "_ref_4928", + "_ref_4929", + "_ref_15305", + "_ref_15306", + "_ref_15307", + "_ref_15308", "step-assignmentexpression-evaluation-compound-getvalue", "_ref_4930", - "_ref_15303", + "_ref_15309", "_ref_4931", - "_ref_15304", + "_ref_15310", "_ref_4932", "step-assignmentexpression-evaluation-compound-putvalue", "_ref_4933", - "_ref_15305", - "_ref_15306", - "_ref_15307", + "_ref_15311", + "_ref_15312", + "_ref_15313", "step-assignmentexpression-evaluation-lgcl-and-getvalue", "_ref_4934", "_ref_4935", "_ref_4936", - "_ref_15308", + "_ref_15314", "_ref_4937", - "_ref_15309", + "_ref_15315", "_ref_4938", - "_ref_15310", - "_ref_15311", + "_ref_15316", + "_ref_15317", "_ref_4939", "step-assignmentexpression-evaluation-lgcl-and-putvalue", "_ref_4940", - "_ref_15312", - "_ref_15313", - "_ref_15314", + "_ref_15318", + "_ref_15319", + "_ref_15320", "step-assignmentexpression-evaluation-lgcl-or-getvalue", "_ref_4941", "_ref_4942", "_ref_4943", - "_ref_15315", + "_ref_15321", "_ref_4944", - "_ref_15316", + "_ref_15322", "_ref_4945", - "_ref_15317", - "_ref_15318", + "_ref_15323", + "_ref_15324", "_ref_4946", "step-assignmentexpression-evaluation-lgcl-or-putvalue", "_ref_4947", - "_ref_15319", - "_ref_15320", - "_ref_15321", + "_ref_15325", + "_ref_15326", + "_ref_15327", "step-assignmentexpression-evaluation-lgcl-nullish-getvalue", "_ref_4948", "_ref_4949", - "_ref_15322", + "_ref_15328", "_ref_4950", - "_ref_15323", + "_ref_15329", "_ref_4951", - "_ref_15324", - "_ref_15325", + "_ref_15330", + "_ref_15331", "_ref_4952", "step-assignmentexpression-evaluation-lgcl-nullish-putvalue", "_ref_4953", @@ -9996,202 +9996,202 @@ "_ref_4978", "_ref_4979", "sec-destructuring-assignment", - "_ref_15326", - "_ref_15327", - "_ref_15328", - "prod-AssignmentPattern", - "_ref_15329", - "_ref_15330", - "prod-ObjectAssignmentPattern", - "prod-Ix53lok1", - "prod-O0K_hLF1", - "_ref_15331", - "prod-3uSyi6IT", "_ref_15332", - "prod-S2lwsZIP", "_ref_15333", "_ref_15334", - "prod-ArrayAssignmentPattern", - "prod-lF9xCwj2", + "prod-AssignmentPattern", "_ref_15335", "_ref_15336", - "prod-VmyFmgP-", + "prod-ObjectAssignmentPattern", + "prod-Ix53lok1", + "prod-O0K_hLF1", "_ref_15337", - "prod-U5w44WHu", + "prod-3uSyi6IT", "_ref_15338", + "prod-S2lwsZIP", "_ref_15339", "_ref_15340", - "prod-AssignmentRestProperty", - "prod-mUDd8nHs", + "prod-ArrayAssignmentPattern", + "prod-lF9xCwj2", "_ref_15341", - "prod-AssignmentPropertyList", "_ref_15342", - "prod-Zg8oWRHF", + "prod-VmyFmgP-", "_ref_15343", + "prod-U5w44WHu", "_ref_15344", - "prod-AssignmentElementList", - "prod-enAr2ZG3", "_ref_15345", - "prod-Ud4u6J-Q", "_ref_15346", + "prod-AssignmentRestProperty", + "prod-mUDd8nHs", "_ref_15347", - "prod-AssignmentElisionElement", - "prod-sl9Zadb9", + "prod-AssignmentPropertyList", "_ref_15348", + "prod-Zg8oWRHF", "_ref_15349", - "prod-AssignmentProperty", - "prod-3q7yGYEa", "_ref_15350", + "prod-AssignmentElementList", + "prod-enAr2ZG3", "_ref_15351", - "prod-v1dWCZ87", + "prod-Ud4u6J-Q", "_ref_15352", "_ref_15353", - "prod-AssignmentElement", - "prod-qvQWEQo1", + "prod-AssignmentElisionElement", + "prod-sl9Zadb9", "_ref_15354", "_ref_15355", - "prod-AssignmentRestElement", - "prod-DMURMN0m", + "prod-AssignmentProperty", + "prod-3q7yGYEa", "_ref_15356", - "prod-DestructuringAssignmentTarget", "_ref_15357", - "sec-destructuring-assignment-static-semantics-early-errors", + "prod-v1dWCZ87", "_ref_15358", "_ref_15359", - "_ref_4980", + "prod-AssignmentElement", + "prod-qvQWEQo1", "_ref_15360", "_ref_15361", + "prod-AssignmentRestElement", + "prod-DMURMN0m", "_ref_15362", + "prod-DestructuringAssignmentTarget", "_ref_15363", + "sec-destructuring-assignment-static-semantics-early-errors", "_ref_15364", "_ref_15365", + "_ref_4980", "_ref_15366", "_ref_15367", "_ref_15368", "_ref_15369", - "_ref_4981", "_ref_15370", "_ref_15371", "_ref_15372", - "_ref_4982", "_ref_15373", "_ref_15374", "_ref_15375", + "_ref_4981", "_ref_15376", - "_ref_4983", "_ref_15377", + "_ref_15378", + "_ref_4982", + "_ref_15379", + "_ref_15380", + "_ref_15381", + "_ref_15382", + "_ref_4983", + "_ref_15383", "sec-runtime-semantics-destructuringassignmentevaluation", "prod-3gUcVFuf", "_ref_4984", "_ref_4985", "prod-BL-EfQkR", - "_ref_15378", + "_ref_15384", "prod-w0nDUCli", - "_ref_15379", + "_ref_15385", "_ref_4986", "_ref_4987", - "_ref_15380", + "_ref_15386", "_ref_4988", "prod-EbrhbyXb", "_ref_4989", "_ref_4990", "_ref_4991", "prod-zzOr3EoW", - "_ref_15381", + "_ref_15387", "_ref_4992", "_ref_4993", - "_ref_15382", + "_ref_15388", "_ref_4994", "prod--ENeYZ8i", - "_ref_15383", - "_ref_15384", + "_ref_15389", + "_ref_15390", "_ref_4995", - "_ref_15385", + "_ref_15391", "_ref_4996", - "_ref_15386", + "_ref_15392", "_ref_4997", "_ref_4998", "_ref_4999", "_ref_5000", - "_ref_15387", + "_ref_15393", "_ref_5001", "prod-IYCbjDvt", - "_ref_15388", + "_ref_15394", "_ref_5002", "_ref_5003", - "_ref_15389", + "_ref_15395", "_ref_5004", "prod-GIS42l5L", - "_ref_15390", - "_ref_15391", - "_ref_15392", + "_ref_15396", + "_ref_15397", + "_ref_15398", "_ref_5005", "_ref_5006", - "_ref_15393", + "_ref_15399", "_ref_5007", "_ref_5008", "_ref_5009", - "_ref_15394", + "_ref_15400", "_ref_5010", - "_ref_15395", + "_ref_15401", "_ref_5011", "_ref_5012", "_ref_5013", - "_ref_15396", + "_ref_15402", "_ref_5014", - "_ref_15397", + "_ref_15403", "_ref_5015", "_ref_5016", "prod-V79sItM3", - "_ref_15398", + "_ref_15404", "_ref_5017", "_ref_5018", "_ref_5019", - "_ref_15399", + "_ref_15405", "prod-c6GsLBP6", - "_ref_15400", - "_ref_15401", + "_ref_15406", + "_ref_15407", "_ref_5020", "_ref_5021", - "_ref_15402", + "_ref_15408", "_ref_5022", - "_ref_15403", + "_ref_15409", "sec-runtime-semantics-propertydestructuringassignmentevaluation", "prod-ysaEPEoc", - "_ref_15404", - "_ref_15405", + "_ref_15410", + "_ref_15411", "_ref_5023", - "_ref_15406", + "_ref_15412", "_ref_5024", - "_ref_15407", + "_ref_15413", "prod-yhW4Xo3o", - "_ref_15408", - "_ref_15409", + "_ref_15414", + "_ref_15415", "_ref_5025", - "_ref_15410", + "_ref_15416", "_ref_5026", "_ref_5027", - "_ref_15411", + "_ref_15417", "_ref_5028", - "_ref_15412", + "_ref_15418", "_ref_5029", - "_ref_15413", - "_ref_15414", + "_ref_15419", + "_ref_15420", "_ref_5030", "_ref_5031", "_ref_5032", "prod-P2UQDIgF", - "_ref_15415", - "_ref_15416", - "_ref_15417", + "_ref_15421", + "_ref_15422", + "_ref_15423", "_ref_5033", "_ref_5034", - "_ref_15418", + "_ref_15424", "_ref_5035", "sec-runtime-semantics-restdestructuringassignmentevaluation", "prod-uer86s2s", - "_ref_15419", - "_ref_15420", + "_ref_15425", + "_ref_15426", "_ref_5036", "_ref_5037", "_ref_5038", @@ -10199,47 +10199,47 @@ "_ref_5040", "sec-runtime-semantics-iteratordestructuringassignmentevaluation", "prod-wdwg9MFc", - "_ref_15421", + "_ref_15427", "_ref_5041", - "_ref_15422", + "_ref_15428", "prod-LgDa64vV", - "_ref_15423", - "_ref_15424", + "_ref_15429", + "_ref_15430", "_ref_5042", - "_ref_15425", + "_ref_15431", "_ref_5043", - "_ref_15426", + "_ref_15432", "prod-vVbhdjr0", - "_ref_15427", + "_ref_15433", "_ref_5044", - "_ref_15428", + "_ref_15434", "prod-gwNUTqrO", - "_ref_15429", - "_ref_15430", + "_ref_15435", + "_ref_15436", "_ref_5045", - "_ref_15431", + "_ref_15437", "_ref_5046", - "_ref_15432", + "_ref_15438", "prod-4Wj_oyTQ", "_ref_5047", "_ref_5048", "_ref_5049", "_ref_5050", "prod-zWmQntmV", - "_ref_15433", + "_ref_15439", "_ref_5051", - "_ref_15434", + "_ref_15440", "_ref_5052", "_ref_5053", "_ref_5054", "_ref_5055", "prod-L7cVew9S", - "_ref_15435", - "_ref_15436", - "_ref_15437", - "_ref_15438", - "_ref_15439", - "_ref_15440", + "_ref_15441", + "_ref_15442", + "_ref_15443", + "_ref_15444", + "_ref_15445", + "_ref_15446", "_ref_5056", "_ref_5057", "_ref_5058", @@ -10247,31 +10247,31 @@ "_ref_5060", "_ref_5061", "_ref_5062", - "_ref_15441", - "_ref_5063", - "_ref_15442", - "_ref_5064", - "_ref_15443", - "_ref_5065", - "_ref_15444", - "_ref_15445", - "_ref_5066", - "_ref_15446", "_ref_15447", + "_ref_5063", "_ref_15448", + "_ref_5064", "_ref_15449", - "_ref_5067", + "_ref_5065", "_ref_15450", - "_ref_5068", - "_ref_5069", "_ref_15451", + "_ref_5066", "_ref_15452", - "prod-NB8JhQlN", "_ref_15453", "_ref_15454", "_ref_15455", + "_ref_5067", "_ref_15456", + "_ref_5068", + "_ref_5069", "_ref_15457", + "_ref_15458", + "prod-NB8JhQlN", + "_ref_15459", + "_ref_15460", + "_ref_15461", + "_ref_15462", + "_ref_15463", "_ref_5070", "_ref_5071", "_ref_5072", @@ -10283,163 +10283,163 @@ "_ref_5078", "_ref_5079", "_ref_5080", - "_ref_15458", - "_ref_15459", - "_ref_15460", - "_ref_5081", - "_ref_15461", - "_ref_5082", - "_ref_15462", - "_ref_5083", - "sec-runtime-semantics-keyeddestructuringassignmentevaluation", - "prod-M4lsIchc", - "_ref_15463", "_ref_15464", "_ref_15465", "_ref_15466", + "_ref_5081", "_ref_15467", + "_ref_5082", "_ref_15468", - "_ref_5084", - "_ref_5085", + "_ref_5083", + "sec-runtime-semantics-keyeddestructuringassignmentevaluation", + "prod-M4lsIchc", "_ref_15469", - "_ref_5086", "_ref_15470", - "_ref_5087", "_ref_15471", - "_ref_5088", "_ref_15472", "_ref_15473", - "_ref_5089", "_ref_15474", + "_ref_5084", + "_ref_5085", "_ref_15475", + "_ref_5086", "_ref_15476", + "_ref_5087", "_ref_15477", - "_ref_5090", + "_ref_5088", "_ref_15478", - "_ref_5091", - "_ref_5092", - "sec-comma-operator", - "prod-Expression", "_ref_15479", - "prod-lT8vYmn_", + "_ref_5089", "_ref_15480", "_ref_15481", - "sec-comma-operator-runtime-semantics-evaluation", "_ref_15482", "_ref_15483", + "_ref_5090", "_ref_15484", - "_ref_5093", + "_ref_5091", + "_ref_5092", + "sec-comma-operator", + "prod-Expression", "_ref_15485", - "_ref_5094", - "_ref_5095", - "sec-ecmascript-language-statements-and-declarations", - "prod-Statement", - "prod-_RzUocsc", + "prod-lT8vYmn_", "_ref_15486", - "prod-zzZIrcve", "_ref_15487", - "prod-tLSm97IT", + "sec-comma-operator-runtime-semantics-evaluation", "_ref_15488", - "prod--E29oaLq", "_ref_15489", - "prod--LiPad3T", "_ref_15490", + "_ref_5093", "_ref_15491", - "prod-3eO1A4mA", + "_ref_5094", + "_ref_5095", + "sec-ecmascript-language-statements-and-declarations", + "prod-Statement", + "prod-_RzUocsc", "_ref_15492", - "prod-1mMhFDto", + "prod-zzZIrcve", "_ref_15493", - "prod-bep3gsuf", + "prod-tLSm97IT", "_ref_15494", - "prod-6V6m-A5U", + "prod--E29oaLq", "_ref_15495", + "prod--LiPad3T", "_ref_15496", - "prod-3chu9X3V", "_ref_15497", - "prod--yHlyxIy", + "prod-3eO1A4mA", "_ref_15498", - "prod-5Kl0FUSw", + "prod-1mMhFDto", "_ref_15499", - "prod-Declaration", + "prod-bep3gsuf", "_ref_15500", - "prod-atbkfQ3e", + "prod-6V6m-A5U", "_ref_15501", - "prod-DEQYio0_", "_ref_15502", - "prod-HoistableDeclaration", - "prod-L8T23W53", + "prod-3chu9X3V", "_ref_15503", - "prod-CsuSm934", + "prod--yHlyxIy", "_ref_15504", - "prod-Mj0BF5Ng", + "prod-5Kl0FUSw", "_ref_15505", - "prod-_n4x_0B4", + "prod-Declaration", "_ref_15506", - "prod-BreakableStatement", - "prod-00LpqzuX", + "prod-atbkfQ3e", "_ref_15507", - "prod-Uwt2E06k", + "prod-DEQYio0_", "_ref_15508", - "sec-statement-semantics", - "sec-statement-semantics-runtime-semantics-evaluation", + "prod-HoistableDeclaration", + "prod-L8T23W53", "_ref_15509", + "prod-CsuSm934", "_ref_15510", + "prod-Mj0BF5Ng", "_ref_15511", - "_ref_5096", + "prod-_n4x_0B4", "_ref_15512", + "prod-BreakableStatement", + "prod-00LpqzuX", "_ref_15513", + "prod-Uwt2E06k", "_ref_15514", + "sec-statement-semantics", + "sec-statement-semantics-runtime-semantics-evaluation", "_ref_15515", + "_ref_15516", + "_ref_15517", + "_ref_5096", + "_ref_15518", + "_ref_15519", + "_ref_15520", + "_ref_15521", "_ref_5097", "_ref_5098", - "_ref_15516", + "_ref_15522", "sec-block", "prod-BlockStatement", - "_ref_15517", + "_ref_15523", "prod-Block", "prod-30nvN6ck", - "_ref_15518", + "_ref_15524", "prod-StatementList", - "_ref_15519", + "_ref_15525", "prod--OFVjnjw", - "_ref_15520", - "_ref_15521", + "_ref_15526", + "_ref_15527", "prod-StatementListItem", "prod-EQzE7F8u", - "_ref_15522", + "_ref_15528", "prod-GRF71K6E", - "_ref_15523", + "_ref_15529", "sec-block-static-semantics-early-errors", - "_ref_15524", + "_ref_15530", "_ref_5099", - "_ref_15525", + "_ref_15531", "_ref_5100", - "_ref_15526", + "_ref_15532", "_ref_5101", - "_ref_15527", + "_ref_15533", "sec-block-runtime-semantics-evaluation", "_ref_5102", - "_ref_15528", + "_ref_15534", "_ref_5103", "_ref_5104", "_ref_5105", - "_ref_15529", + "_ref_15535", "_ref_5106", - "_ref_15530", + "_ref_15536", "_ref_5107", - "_ref_15531", - "_ref_15532", - "_ref_15533", - "_ref_15534", + "_ref_15537", + "_ref_15538", + "_ref_15539", + "_ref_15540", "_ref_5108", - "_ref_15535", + "_ref_15541", "_ref_5109", "_ref_5110", - "_ref_15536", - "_ref_15537", + "_ref_15542", + "_ref_15543", "sec-blockdeclarationinstantiation", - "_ref_15538", - "_ref_15539", + "_ref_15544", + "_ref_15545", "_ref_5111", "_ref_5112", "_ref_5113", @@ -10453,10 +10453,10 @@ "_ref_5121", "step-blockdeclarationinstantiation-createmutablebinding", "_ref_448", - "_ref_15540", - "_ref_15541", - "_ref_15542", - "_ref_15543", + "_ref_15546", + "_ref_15547", + "_ref_15548", + "_ref_15549", "_ref_5122", "_ref_5123", "step-blockdeclarationinstantiation-initializebinding", @@ -10465,238 +10465,238 @@ "sec-let-and-const-declarations", "_ref_5124", "_ref_5125", - "_ref_15544", - "_ref_15545", - "_ref_15546", - "_ref_15547", - "_ref_15548", - "_ref_15549", "_ref_15550", "_ref_15551", "_ref_15552", - "prod-LexicalDeclaration", - "prod-10DUWE8d", "_ref_15553", "_ref_15554", - "prod-LetOrConst", - "prod-YHzPmgz1", - "prod-G1Hf7gBn", - "prod-BindingList", "_ref_15555", - "prod-FYQ2Ly4e", "_ref_15556", "_ref_15557", - "prod-LexicalBinding", - "prod-l3Hg2UJ0", "_ref_15558", + "prod-LexicalDeclaration", + "prod-10DUWE8d", "_ref_15559", - "prod-FppJpMK8", "_ref_15560", + "prod-LetOrConst", + "prod-YHzPmgz1", + "prod-G1Hf7gBn", + "prod-BindingList", "_ref_15561", - "sec-let-and-const-declarations-static-semantics-early-errors", + "prod-FYQ2Ly4e", "_ref_15562", "_ref_15563", - "_ref_5126", + "prod-LexicalBinding", + "prod-l3Hg2UJ0", "_ref_15564", - "_ref_5127", "_ref_15565", + "prod-FppJpMK8", "_ref_15566", "_ref_15567", + "sec-let-and-const-declarations-static-semantics-early-errors", "_ref_15568", - "_ref_5128", "_ref_15569", + "_ref_5126", "_ref_15570", - "sec-let-and-const-declarations-runtime-semantics-evaluation", + "_ref_5127", "_ref_15571", "_ref_15572", "_ref_15573", - "_ref_5129", - "_ref_5130", "_ref_15574", + "_ref_5128", "_ref_15575", "_ref_15576", - "_ref_5131", + "sec-let-and-const-declarations-runtime-semantics-evaluation", "_ref_15577", "_ref_15578", - "_ref_5132", - "_ref_5133", "_ref_15579", - "_ref_5134", - "_ref_5135", + "_ref_5129", + "_ref_5130", "_ref_15580", "_ref_15581", "_ref_15582", - "_ref_5136", + "_ref_5131", "_ref_15583", - "_ref_5137", - "_ref_5138", "_ref_15584", - "_ref_5139", + "_ref_5132", + "_ref_5133", "_ref_15585", + "_ref_5134", + "_ref_5135", "_ref_15586", - "_ref_5140", - "_ref_5141", "_ref_15587", "_ref_15588", + "_ref_5136", "_ref_15589", - "_ref_5142", - "_ref_5143", - "_ref_5144", + "_ref_5137", + "_ref_5138", "_ref_15590", - "sec-variable-statement", - "_ref_5145", - "_ref_5146", + "_ref_5139", "_ref_15591", "_ref_15592", + "_ref_5140", + "_ref_5141", "_ref_15593", "_ref_15594", "_ref_15595", + "_ref_5142", + "_ref_5143", + "_ref_5144", "_ref_15596", + "sec-variable-statement", + "_ref_5145", + "_ref_5146", "_ref_15597", - "prod-VariableStatement", - "prod-03w8p9mr", "_ref_15598", - "prod-VariableDeclarationList", - "prod-b7kFpx81", "_ref_15599", - "prod-kqbqpKlK", "_ref_15600", "_ref_15601", - "prod-VariableDeclaration", - "prod-IeHby7A3", "_ref_15602", "_ref_15603", - "prod-MhsdViui", + "prod-VariableStatement", + "prod-03w8p9mr", "_ref_15604", + "prod-VariableDeclarationList", + "prod-b7kFpx81", "_ref_15605", - "sec-variable-statement-runtime-semantics-evaluation", + "prod-kqbqpKlK", "_ref_15606", "_ref_15607", - "_ref_5147", - "_ref_5148", + "prod-VariableDeclaration", + "prod-IeHby7A3", "_ref_15608", "_ref_15609", + "prod-MhsdViui", "_ref_15610", - "_ref_5149", "_ref_15611", + "sec-variable-statement-runtime-semantics-evaluation", "_ref_15612", - "_ref_5150", "_ref_15613", + "_ref_5147", + "_ref_5148", "_ref_15614", - "_ref_5151", "_ref_15615", - "_ref_5152", - "_ref_5153", "_ref_15616", - "_ref_5154", + "_ref_5149", "_ref_15617", "_ref_15618", - "_ref_5155", - "step-vardecllist-evaluation-putvalue", - "_ref_5156", + "_ref_5150", "_ref_15619", "_ref_15620", + "_ref_5151", "_ref_15621", - "_ref_5157", - "_ref_5158", - "_ref_450", + "_ref_5152", + "_ref_5153", "_ref_15622", + "_ref_5154", "_ref_15623", "_ref_15624", + "_ref_5155", + "step-vardecllist-evaluation-putvalue", + "_ref_5156", "_ref_15625", - "_ref_5159", - "_ref_5160", "_ref_15626", - "sec-destructuring-binding-patterns", - "prod-BindingPattern", - "prod-XzywOrpN", "_ref_15627", - "prod-0Q02W-YD", + "_ref_5157", + "_ref_5158", + "_ref_450", "_ref_15628", - "prod-ObjectBindingPattern", - "prod-Zq1KBCx2", - "prod-5lmgiaFr", "_ref_15629", - "prod-xrMoI6uo", "_ref_15630", - "prod-ZImPf3XQ", "_ref_15631", + "_ref_5159", + "_ref_5160", "_ref_15632", - "prod-ArrayBindingPattern", - "prod-GTLtfjt0", + "sec-destructuring-binding-patterns", + "prod-BindingPattern", + "prod-XzywOrpN", "_ref_15633", + "prod-0Q02W-YD", "_ref_15634", + "prod-ObjectBindingPattern", + "prod-Zq1KBCx2", + "prod-5lmgiaFr", "_ref_15635", - "prod-ZEEMEcAo", + "prod-xrMoI6uo", "_ref_15636", + "prod-ZImPf3XQ", "_ref_15637", "_ref_15638", - "prod-BindingRestProperty", - "prod-ltwW708a", + "prod-ArrayBindingPattern", + "prod-GTLtfjt0", "_ref_15639", - "prod-BindingPropertyList", "_ref_15640", - "prod-TkJ_upuv", "_ref_15641", + "prod-ZEEMEcAo", "_ref_15642", - "prod-BindingElementList", "_ref_15643", - "prod-QAGJVJ9v", "_ref_15644", + "prod-BindingRestProperty", + "prod-ltwW708a", "_ref_15645", - "prod-BindingElisionElement", - "prod-eAKFkNTn", + "prod-BindingPropertyList", "_ref_15646", + "prod-TkJ_upuv", "_ref_15647", - "prod-BindingProperty", - "prod-_67MBf2R", "_ref_15648", - "prod-VmvTFDAY", + "prod-BindingElementList", "_ref_15649", + "prod-QAGJVJ9v", "_ref_15650", - "prod-BindingElement", "_ref_15651", - "prod-qY39_uPQ", + "prod-BindingElisionElement", + "prod-eAKFkNTn", "_ref_15652", "_ref_15653", - "prod-SingleNameBinding", - "prod-8lbkfoVZ", - "_ref_15654", + "prod-BindingProperty", + "prod-_67MBf2R", + "_ref_15654", + "prod-VmvTFDAY", "_ref_15655", - "prod-BindingRestElement", - "prod-0fOwNHr-", "_ref_15656", - "prod-iBHkClE5", + "prod-BindingElement", "_ref_15657", - "sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", - "prod-jhtKd-Y5", + "prod-qY39_uPQ", "_ref_15658", "_ref_15659", - "_ref_5161", + "prod-SingleNameBinding", + "prod-8lbkfoVZ", "_ref_15660", - "_ref_5162", "_ref_15661", - "prod--5EhKk0m", + "prod-BindingRestElement", + "prod-0fOwNHr-", "_ref_15662", - "_ref_5163", + "prod-iBHkClE5", "_ref_15663", - "_ref_5164", + "sec-destructuring-binding-patterns-runtime-semantics-propertybindinginitialization", + "prod-jhtKd-Y5", "_ref_15664", - "_ref_5165", - "prod-1euONYQ-", "_ref_15665", + "_ref_5161", "_ref_15666", + "_ref_5162", "_ref_15667", + "prod--5EhKk0m", + "_ref_15668", + "_ref_5163", + "_ref_15669", + "_ref_5164", + "_ref_15670", + "_ref_5165", + "prod-1euONYQ-", + "_ref_15671", + "_ref_15672", + "_ref_15673", "_ref_5166", "_ref_5167", - "_ref_15668", + "_ref_15674", "_ref_5168", "sec-destructuring-binding-patterns-runtime-semantics-restbindinginitialization", "prod-jjw6mbi6", - "_ref_15669", + "_ref_15675", "_ref_5169", "_ref_5170", - "_ref_15670", + "_ref_15676", "_ref_5171", "_ref_5172", "_ref_5173", @@ -10705,27 +10705,27 @@ "sec-runtime-semantics-keyedbindinginitialization", "_ref_5176", "prod-kKvAd4Kx", - "_ref_15671", - "_ref_15672", + "_ref_15677", + "_ref_15678", "_ref_5177", - "_ref_15673", - "_ref_15674", + "_ref_15679", + "_ref_15680", "_ref_5178", "_ref_5179", - "_ref_15675", + "_ref_15681", "prod-v4J727kL", - "_ref_15676", - "_ref_15677", + "_ref_15682", + "_ref_15683", "_ref_5180", - "_ref_15678", + "_ref_15684", "_ref_5181", "_ref_5182", - "_ref_15679", + "_ref_15685", "_ref_5183", - "_ref_15680", + "_ref_15686", "_ref_5184", - "_ref_15681", - "_ref_15682", + "_ref_15687", + "_ref_15688", "_ref_5185", "_ref_5186", "_ref_5187", @@ -10735,12 +10735,6 @@ "_ref_5188", "sec-expression-statement", "prod-ExpressionStatement", - "_ref_15683", - "_ref_15684", - "_ref_15685", - "_ref_15686", - "_ref_15687", - "_ref_15688", "_ref_15689", "_ref_15690", "_ref_15691", @@ -10750,218 +10744,224 @@ "_ref_15695", "_ref_15696", "_ref_15697", - "sec-expression-statement-runtime-semantics-evaluation", "_ref_15698", "_ref_15699", - "_ref_5189", - "sec-if-statement", - "prod-IfStatement", - "prod-_lf1EvXT", "_ref_15700", "_ref_15701", "_ref_15702", - "prod--e2u-nCd", "_ref_15703", + "sec-expression-statement-runtime-semantics-evaluation", "_ref_15704", - "sec-if-statement-static-semantics-early-errors", "_ref_15705", + "_ref_5189", + "sec-if-statement", + "prod-IfStatement", + "prod-_lf1EvXT", "_ref_15706", "_ref_15707", - "_ref_5190", "_ref_15708", - "_ref_5191", + "prod--e2u-nCd", "_ref_15709", "_ref_15710", + "sec-if-statement-static-semantics-early-errors", "_ref_15711", - "_ref_5192", "_ref_15712", - "_ref_451", - "sec-if-statement-runtime-semantics-evaluation", "_ref_15713", + "_ref_5190", "_ref_15714", + "_ref_5191", "_ref_15715", "_ref_15716", - "_ref_5193", - "_ref_5194", "_ref_15717", + "_ref_5192", "_ref_15718", - "_ref_5195", - "_ref_5196", + "_ref_451", + "sec-if-statement-runtime-semantics-evaluation", "_ref_15719", "_ref_15720", "_ref_15721", + "_ref_15722", + "_ref_5193", + "_ref_5194", + "_ref_15723", + "_ref_15724", + "_ref_5195", + "_ref_5196", + "_ref_15725", + "_ref_15726", + "_ref_15727", "_ref_5197", "_ref_5198", "_ref_5199", - "_ref_15722", + "_ref_15728", "_ref_5200", "_ref_5201", "sec-iteration-statements", "prod-IterationStatement", "prod-_iKWbsbc", - "_ref_15723", + "_ref_15729", "prod-APtduKCe", - "_ref_15724", + "_ref_15730", "prod-GF3bPj7n", - "_ref_15725", + "_ref_15731", "prod-6JGUK4CB", - "_ref_15726", + "_ref_15732", "sec-iteration-statements-semantics", "sec-loopcontinues", - "_ref_15727", - "_ref_15728", - "_ref_15729", + "_ref_15733", + "_ref_15734", + "_ref_15735", "sec-runtime-semantics-loopevaluation", "prod-bY0mbJsd", - "_ref_15730", + "_ref_15736", "_ref_5202", - "_ref_15731", + "_ref_15737", "prod-pBcbxGRB", - "_ref_15732", + "_ref_15738", "_ref_5203", - "_ref_15733", + "_ref_15739", "prod-FuTGGBHg", - "_ref_15734", + "_ref_15740", "_ref_5204", - "_ref_15735", + "_ref_15741", "prod-RfvZcfJK", - "_ref_15736", + "_ref_15742", "_ref_5205", - "_ref_15737", + "_ref_15743", "sec-do-while-statement", "prod-DoWhileStatement", "prod-9vnoeXX4", - "_ref_15738", - "_ref_15739", + "_ref_15744", + "_ref_15745", "sec-do-while-statement-static-semantics-early-errors", - "_ref_15740", - "_ref_15741", + "_ref_15746", + "_ref_15747", "_ref_5206", - "_ref_15742", + "_ref_15748", "_ref_452", "sec-runtime-semantics-dowhileloopevaluation", "sec-do-while-statement-runtime-semantics-labelledevaluation", "prod-3uzJdijq", - "_ref_15743", - "_ref_15744", - "_ref_15745", + "_ref_15749", + "_ref_15750", + "_ref_15751", "_ref_5207", "_ref_5208", "_ref_5209", - "_ref_15746", + "_ref_15752", "_ref_5210", "_ref_5211", "_ref_5212", "sec-while-statement", "prod-WhileStatement", "prod-Tx40AFG0", - "_ref_15747", - "_ref_15748", + "_ref_15753", + "_ref_15754", "sec-while-statement-static-semantics-early-errors", - "_ref_15749", - "_ref_15750", + "_ref_15755", + "_ref_15756", "_ref_5213", - "_ref_15751", + "_ref_15757", "_ref_453", "sec-runtime-semantics-whileloopevaluation", "sec-while-statement-runtime-semantics-labelledevaluation", "prod-0mdwhc7l", - "_ref_15752", - "_ref_15753", - "_ref_15754", + "_ref_15758", + "_ref_15759", + "_ref_15760", "_ref_5214", "_ref_5215", "_ref_5216", - "_ref_15755", + "_ref_15761", "_ref_5217", "_ref_5218", "_ref_5219", "sec-for-statement", "prod-ForStatement", "prod-NvPgd2yM", - "_ref_15756", - "_ref_15757", - "_ref_15758", - "_ref_15759", - "prod-pYXfSJG_", - "_ref_15760", - "_ref_15761", "_ref_15762", "_ref_15763", - "prod-0Y0bZAvD", "_ref_15764", "_ref_15765", + "prod-pYXfSJG_", "_ref_15766", "_ref_15767", - "sec-for-statement-static-semantics-early-errors", "_ref_15768", "_ref_15769", + "prod-0Y0bZAvD", "_ref_15770", "_ref_15771", "_ref_15772", "_ref_15773", + "sec-for-statement-static-semantics-early-errors", "_ref_15774", "_ref_15775", "_ref_15776", "_ref_15777", "_ref_15778", "_ref_15779", - "_ref_5220", "_ref_15780", - "_ref_454", "_ref_15781", "_ref_15782", "_ref_15783", "_ref_15784", - "_ref_5221", "_ref_15785", - "_ref_5222", + "_ref_5220", "_ref_15786", - "sec-runtime-semantics-forloopevaluation", - "sec-for-statement-runtime-semantics-labelledevaluation", - "prod-qUCVnDNm", + "_ref_454", "_ref_15787", "_ref_15788", "_ref_15789", "_ref_15790", + "_ref_5221", "_ref_15791", + "_ref_5222", "_ref_15792", - "_ref_5223", - "_ref_5224", + "sec-runtime-semantics-forloopevaluation", + "sec-for-statement-runtime-semantics-labelledevaluation", + "prod-qUCVnDNm", "_ref_15793", "_ref_15794", "_ref_15795", - "prod-HwfL-Win", "_ref_15796", "_ref_15797", "_ref_15798", + "_ref_5223", + "_ref_5224", "_ref_15799", "_ref_15800", - "_ref_5225", - "_ref_5226", "_ref_15801", + "prod-HwfL-Win", "_ref_15802", "_ref_15803", - "prod-PMtIFugG", "_ref_15804", "_ref_15805", "_ref_15806", + "_ref_5225", + "_ref_5226", "_ref_15807", + "_ref_15808", + "_ref_15809", + "prod-PMtIFugG", + "_ref_15810", + "_ref_15811", + "_ref_15812", + "_ref_15813", "_ref_5227", "_ref_5228", "_ref_5229", - "_ref_15808", + "_ref_15814", "_ref_5230", - "_ref_15809", + "_ref_15815", "_ref_5231", - "_ref_15810", + "_ref_15816", "_ref_5232", "_ref_5233", "_ref_5234", "_ref_5235", - "_ref_15811", - "_ref_15812", - "_ref_15813", + "_ref_15817", + "_ref_15818", + "_ref_15819", "_ref_5236", "_ref_5237", "sec-forbodyevaluation", @@ -10982,58 +10982,52 @@ "sec-for-in-and-for-of-statements", "prod-ForInOfStatement", "prod-Za8VIr4f", - "_ref_15814", - "_ref_15815", - "_ref_15816", - "prod-_N8Q-kim", - "_ref_15817", - "_ref_15818", - "_ref_15819", - "prod-xutvwaXc", "_ref_15820", "_ref_15821", "_ref_15822", - "prod-nLtPS4oB", + "prod-_N8Q-kim", "_ref_15823", "_ref_15824", "_ref_15825", - "prod-M1zjKbr6", + "prod-xutvwaXc", "_ref_15826", "_ref_15827", "_ref_15828", - "prod-EoyoF5LI", + "prod-nLtPS4oB", "_ref_15829", "_ref_15830", "_ref_15831", - "prod-ReDwT2-b", + "prod-M1zjKbr6", "_ref_15832", "_ref_15833", "_ref_15834", - "prod-ut_uoPzp", + "prod-EoyoF5LI", "_ref_15835", "_ref_15836", "_ref_15837", - "prod-jY1gwM9V", + "prod-ReDwT2-b", "_ref_15838", "_ref_15839", "_ref_15840", - "prod-ForDeclaration", - "prod-ygJ0cdk1", + "prod-ut_uoPzp", "_ref_15841", "_ref_15842", - "prod-ForBinding", - "prod-Od4pejmC", "_ref_15843", - "prod-bASH00Dp", + "prod-jY1gwM9V", "_ref_15844", - "_ref_455", - "sec-for-in-and-for-of-statements-static-semantics-early-errors", "_ref_15845", "_ref_15846", + "prod-ForDeclaration", + "prod-ygJ0cdk1", "_ref_15847", "_ref_15848", + "prod-ForBinding", + "prod-Od4pejmC", "_ref_15849", + "prod-bASH00Dp", "_ref_15850", + "_ref_455", + "sec-for-in-and-for-of-statements-static-semantics-early-errors", "_ref_15851", "_ref_15852", "_ref_15853", @@ -11055,15 +11049,15 @@ "_ref_15869", "_ref_15870", "_ref_15871", - "_ref_5251", "_ref_15872", - "_ref_456", "_ref_15873", "_ref_15874", "_ref_15875", "_ref_15876", "_ref_15877", + "_ref_5251", "_ref_15878", + "_ref_456", "_ref_15879", "_ref_15880", "_ref_15881", @@ -11071,183 +11065,189 @@ "_ref_15883", "_ref_15884", "_ref_15885", - "_ref_5252", "_ref_15886", "_ref_15887", "_ref_15888", - "_ref_5253", "_ref_15889", "_ref_15890", "_ref_15891", + "_ref_5252", "_ref_15892", - "_ref_5254", "_ref_15893", "_ref_15894", + "_ref_5253", "_ref_15895", "_ref_15896", "_ref_15897", "_ref_15898", + "_ref_5254", "_ref_15899", "_ref_15900", "_ref_15901", "_ref_15902", - "_ref_5255", "_ref_15903", - "_ref_5256", "_ref_15904", - "_ref_5257", "_ref_15905", - "_ref_5258", "_ref_15906", - "sec-static-semantics-isdestructuring", - "sec-for-in-and-for-of-statements-static-semantics-isdestructuring", - "sec-static-semantics-static-semantics-isdestructuring", - "prod-HvnSrzbi", "_ref_15907", "_ref_15908", + "_ref_5255", "_ref_15909", + "_ref_5256", "_ref_15910", - "prod-nfrnC2qv", + "_ref_5257", "_ref_15911", + "_ref_5258", "_ref_15912", - "prod-pVCOt4bB", + "sec-static-semantics-isdestructuring", + "sec-for-in-and-for-of-statements-static-semantics-isdestructuring", + "sec-static-semantics-static-semantics-isdestructuring", + "prod-HvnSrzbi", "_ref_15913", "_ref_15914", - "prod-IOJOqU1K", "_ref_15915", "_ref_15916", - "prod-ju7bhK7a", + "prod-nfrnC2qv", "_ref_15917", - "prod-XukR8W1f", "_ref_15918", - "prod-vPeih5lN", + "prod-pVCOt4bB", "_ref_15919", "_ref_15920", - "prod-fNvFZX0j", + "prod-IOJOqU1K", "_ref_15921", - "prod-ag9Jf7uA", "_ref_15922", - "prod-QtossHb7", + "prod-ju7bhK7a", "_ref_15923", - "prod-gowHZDoa", + "prod-XukR8W1f", "_ref_15924", + "prod-vPeih5lN", "_ref_15925", - "_ref_5259", "_ref_15926", - "prod-AsYWUqR1", + "prod-fNvFZX0j", "_ref_15927", - "prod-n6CWa3rF", + "prod-ag9Jf7uA", "_ref_15928", + "prod-QtossHb7", + "_ref_15929", + "prod-gowHZDoa", + "_ref_15930", + "_ref_15931", + "_ref_5259", + "_ref_15932", + "prod-AsYWUqR1", + "_ref_15933", + "prod-n6CWa3rF", + "_ref_15934", "_ref_457", "sec-runtime-semantics-fordeclarationbindinginitialization", "sec-for-in-and-for-of-statements-runtime-semantics-bindinginitialization", "_ref_5260", "_ref_458", "prod-S5lZ05os", - "_ref_15929", - "_ref_15930", + "_ref_15935", + "_ref_15936", "_ref_5261", - "_ref_15931", + "_ref_15937", "sec-runtime-semantics-fordeclarationbindinginstantiation", "sec-runtime-semantics-bindinginstantiation", "prod-bTiDTykL", - "_ref_15932", - "_ref_15933", + "_ref_15938", + "_ref_15939", "_ref_5262", "_ref_5263", "_ref_5264", - "_ref_15934", + "_ref_15940", "_ref_5265", - "_ref_15935", + "_ref_15941", "sec-runtime-semantics-forinofloopevaluation", "sec-for-in-and-for-of-statements-runtime-semantics-labelledevaluation", "prod-dhS3iRZF", - "_ref_15936", - "_ref_15937", - "_ref_15938", - "_ref_5266", - "_ref_15939", - "_ref_5267", - "_ref_15940", - "_ref_15941", - "prod-A6rVBZNm", "_ref_15942", "_ref_15943", "_ref_15944", - "_ref_5268", + "_ref_5266", "_ref_15945", - "_ref_5269", + "_ref_5267", "_ref_15946", "_ref_15947", - "prod-zcGoySgU", + "prod-A6rVBZNm", "_ref_15948", "_ref_15949", "_ref_15950", - "_ref_5270", - "_ref_5271", + "_ref_5268", "_ref_15951", + "_ref_5269", "_ref_15952", - "_ref_5272", "_ref_15953", + "prod-zcGoySgU", "_ref_15954", - "prod-xXfkt6k0", "_ref_15955", "_ref_15956", + "_ref_5270", + "_ref_5271", "_ref_15957", - "_ref_5273", "_ref_15958", - "_ref_5274", + "_ref_5272", "_ref_15959", "_ref_15960", - "prod-pPrWP7Ph", + "prod-xXfkt6k0", "_ref_15961", "_ref_15962", "_ref_15963", - "_ref_5275", + "_ref_5273", "_ref_15964", - "_ref_5276", + "_ref_5274", "_ref_15965", "_ref_15966", - "prod-OIo-GNlm", + "prod-pPrWP7Ph", "_ref_15967", "_ref_15968", "_ref_15969", - "_ref_5277", - "_ref_5278", + "_ref_5275", "_ref_15970", + "_ref_5276", "_ref_15971", - "_ref_5279", "_ref_15972", + "prod-OIo-GNlm", "_ref_15973", - "prod-Z4scLosS", "_ref_15974", "_ref_15975", + "_ref_5277", + "_ref_5278", "_ref_15976", - "_ref_5280", "_ref_15977", - "_ref_5281", + "_ref_5279", "_ref_15978", "_ref_15979", - "prod-5PDN6AV3", + "prod-Z4scLosS", "_ref_15980", "_ref_15981", "_ref_15982", - "_ref_5282", + "_ref_5280", "_ref_15983", - "_ref_5283", + "_ref_5281", "_ref_15984", "_ref_15985", - "prod-KdWnMB6i", + "prod-5PDN6AV3", "_ref_15986", "_ref_15987", "_ref_15988", - "_ref_5284", - "_ref_5285", + "_ref_5282", "_ref_15989", + "_ref_5283", "_ref_15990", - "_ref_5286", "_ref_15991", + "prod-KdWnMB6i", "_ref_15992", + "_ref_15993", + "_ref_15994", + "_ref_5284", + "_ref_5285", + "_ref_15995", + "_ref_15996", + "_ref_5286", + "_ref_15997", + "_ref_15998", "_ref_459", "sec-runtime-semantics-forinofheadevaluation", "sec-runtime-semantics-forin-div-ofheadevaluation-tdznames-expr-iterationkind", @@ -11269,8 +11269,8 @@ "_ref_5301", "_ref_5302", "_ref_5303", - "_ref_15993", - "_ref_15994", + "_ref_15999", + "_ref_16000", "_ref_5304", "_ref_5305", "_ref_5306", @@ -11280,7 +11280,7 @@ "_ref_5310", "_ref_5311", "_ref_5312", - "_ref_15995", + "_ref_16001", "_ref_5313", "_ref_5314", "_ref_5315", @@ -11292,11 +11292,11 @@ "_ref_5321", "_ref_5322", "_ref_5323", - "_ref_15996", + "_ref_16002", "_ref_5324", "_ref_5325", "_ref_5326", - "_ref_15997", + "_ref_16003", "_ref_5327", "_ref_5328", "_ref_5329", @@ -11312,9 +11312,9 @@ "_ref_5339", "_ref_5340", "sec-for-in-and-for-of-statements-runtime-semantics-evaluation", - "_ref_15998", + "_ref_16004", "_ref_5341", - "_ref_15999", + "_ref_16005", "_ref_5342", "sec-enumerate-object-properties", "_ref_5343", @@ -11357,44 +11357,44 @@ "prod-ContinueStatement", "prod-rfM2mnQY", "prod-w6m19zWs", - "_ref_16000", - "_ref_16001", + "_ref_16006", + "_ref_16007", "sec-continue-statement-static-semantics-early-errors", - "_ref_16002", - "_ref_16003", - "_ref_16004", + "_ref_16008", + "_ref_16009", + "_ref_16010", "sec-continue-statement-runtime-semantics-evaluation", "_ref_5369", - "_ref_16005", + "_ref_16011", "_ref_5370", - "_ref_16006", + "_ref_16012", "_ref_5371", "sec-break-statement", "prod-BreakStatement", "prod-Jyx4vreG", "prod-_aoH2Ltk", - "_ref_16007", - "_ref_16008", + "_ref_16013", + "_ref_16014", "sec-break-statement-static-semantics-early-errors", - "_ref_16009", - "_ref_16010", - "_ref_16011", + "_ref_16015", + "_ref_16016", + "_ref_16017", "sec-break-statement-runtime-semantics-evaluation", "_ref_5372", - "_ref_16012", + "_ref_16018", "_ref_5373", - "_ref_16013", + "_ref_16019", "_ref_5374", "sec-return-statement", "prod-ReturnStatement", - "_ref_16014", - "_ref_16015", - "_ref_16016", - "_ref_16017", + "_ref_16020", + "_ref_16021", + "_ref_16022", + "_ref_16023", "sec-return-statement-runtime-semantics-evaluation", "_ref_5375", - "_ref_16018", - "_ref_16019", + "_ref_16024", + "_ref_16025", "_ref_5376", "_ref_5377", "_ref_5378", @@ -11402,110 +11402,110 @@ "sec-with-statement", "prod-WithStatement", "prod-3HlNX-pI", - "_ref_16020", - "_ref_16021", + "_ref_16026", + "_ref_16027", "_ref_5380", "_ref_5381", "sec-with-statement-static-semantics-early-errors", - "_ref_16022", - "_ref_16023", + "_ref_16028", + "_ref_16029", "_ref_5382", "_ref_5383", - "_ref_16024", + "_ref_16030", "_ref_464", "sec-with-statement-runtime-semantics-evaluation", - "_ref_16025", - "_ref_16026", - "_ref_16027", + "_ref_16031", + "_ref_16032", + "_ref_16033", "_ref_5384", "_ref_5385", "_ref_5386", "_ref_5387", "_ref_5388", - "_ref_16028", + "_ref_16034", "_ref_5389", "_ref_5390", "_ref_5391", - "_ref_16029", + "_ref_16035", "_ref_5392", "sec-switch-statement", "prod-SwitchStatement", "prod-3xRnqKfC", - "_ref_16030", - "_ref_16031", + "_ref_16036", + "_ref_16037", "prod-CaseBlock", "prod-q66ZlOHI", - "_ref_16032", + "_ref_16038", "prod-JuWwIrcZ", - "_ref_16033", - "_ref_16034", - "_ref_16035", + "_ref_16039", + "_ref_16040", + "_ref_16041", "prod-CaseClauses", - "_ref_16036", + "_ref_16042", "prod-sjZo1Z65", - "_ref_16037", - "_ref_16038", + "_ref_16043", + "_ref_16044", "prod-CaseClause", "prod-A-5Q_6I5", - "_ref_16039", - "_ref_16040", + "_ref_16045", + "_ref_16046", "prod-DefaultClause", "prod-HPF3iA_C", - "_ref_16041", + "_ref_16047", "sec-switch-statement-static-semantics-early-errors", - "_ref_16042", - "_ref_16043", + "_ref_16048", + "_ref_16049", "_ref_5393", - "_ref_16044", + "_ref_16050", "_ref_5394", - "_ref_16045", + "_ref_16051", "_ref_5395", - "_ref_16046", + "_ref_16052", "sec-runtime-semantics-caseblockevaluation", "prod--oXyocga", "_ref_5396", "prod-n6COrqbY", - "_ref_16047", + "_ref_16053", "_ref_5397", - "_ref_16048", - "_ref_16049", - "_ref_16050", + "_ref_16054", + "_ref_16055", + "_ref_16056", "_ref_5398", "_ref_5399", "_ref_5400", "_ref_5401", "_ref_5402", "prod-bc5B_Aaw", - "_ref_16051", - "_ref_16052", - "_ref_16053", - "_ref_16054", - "_ref_5403", - "_ref_16055", - "_ref_16056", "_ref_16057", + "_ref_16058", + "_ref_16059", + "_ref_16060", + "_ref_5403", + "_ref_16061", + "_ref_16062", + "_ref_16063", "_ref_5404", "_ref_5405", "_ref_5406", "_ref_5407", - "_ref_16058", + "_ref_16064", "_ref_5408", - "_ref_16059", - "_ref_16060", - "_ref_16061", + "_ref_16065", + "_ref_16066", + "_ref_16067", "_ref_5409", - "_ref_16062", + "_ref_16068", "_ref_5410", "_ref_5411", "_ref_5412", "_ref_5413", - "_ref_16063", + "_ref_16069", "_ref_5414", "_ref_5415", "_ref_5416", - "_ref_16064", - "_ref_16065", - "_ref_16066", + "_ref_16070", + "_ref_16071", + "_ref_16072", "_ref_5417", "_ref_5418", "_ref_5419", @@ -11513,223 +11513,223 @@ "sec-runtime-semantics-caseclauseisselected", "sec-runtime-semantics-caseselectorevaluation", "_ref_5421", - "_ref_16067", + "_ref_16073", "_ref_5422", "_ref_5423", - "_ref_16068", - "_ref_16069", - "_ref_16070", - "_ref_5424", - "_ref_5425", - "_ref_16071", - "_ref_16072", - "_ref_16073", - "sec-switch-statement-runtime-semantics-evaluation", "_ref_16074", "_ref_16075", "_ref_16076", - "_ref_5426", - "_ref_5427", - "_ref_5428", - "_ref_5429", + "_ref_5424", + "_ref_5425", "_ref_16077", - "_ref_5430", - "_ref_5431", "_ref_16078", - "_ref_5432", "_ref_16079", + "sec-switch-statement-runtime-semantics-evaluation", "_ref_16080", - "_ref_5433", "_ref_16081", "_ref_16082", + "_ref_5426", + "_ref_5427", + "_ref_5428", + "_ref_5429", "_ref_16083", - "_ref_5434", + "_ref_5430", + "_ref_5431", "_ref_16084", + "_ref_5432", "_ref_16085", - "sec-labelled-statements", - "prod-LabelledStatement", - "prod-0GG8m5VC", "_ref_16086", + "_ref_5433", "_ref_16087", - "prod-LabelledItem", - "prod-ZdaBUa3q", "_ref_16088", - "prod-9bKQMexM", "_ref_16089", + "_ref_5434", "_ref_16090", "_ref_16091", + "sec-labelled-statements", + "prod-LabelledStatement", + "prod-0GG8m5VC", "_ref_16092", "_ref_16093", - "sec-labelled-statements-static-semantics-early-errors", + "prod-LabelledItem", + "prod-ZdaBUa3q", "_ref_16094", - "_ref_465", - "sec-islabelledfunction", + "prod-9bKQMexM", "_ref_16095", "_ref_16096", "_ref_16097", "_ref_16098", - "_ref_5435", - "sec-labelled-statements-runtime-semantics-evaluation", "_ref_16099", + "sec-labelled-statements-static-semantics-early-errors", "_ref_16100", + "_ref_465", + "sec-islabelledfunction", + "_ref_16101", + "_ref_16102", + "_ref_16103", + "_ref_16104", + "_ref_5435", + "sec-labelled-statements-runtime-semantics-evaluation", + "_ref_16105", + "_ref_16106", "_ref_5436", "_ref_5437", - "_ref_16101", + "_ref_16107", "sec-runtime-semantics-labelledevaluation", "sec-labelled-statements-runtime-semantics-labelledevaluation", "sec-statement-semantics-runtime-semantics-labelledevaluation", "prod-pR7DNQsN", - "_ref_16102", + "_ref_16108", "_ref_5438", - "_ref_16103", + "_ref_16109", "_ref_5439", "_ref_5440", "_ref_5441", "prod-FSHcHfYw", - "_ref_16104", - "_ref_16105", + "_ref_16110", + "_ref_16111", "_ref_5442", "_ref_5443", "_ref_5444", - "_ref_16106", - "_ref_16107", + "_ref_16112", + "_ref_16113", "prod-GnWrgP5w", - "_ref_16108", - "_ref_16109", + "_ref_16114", + "_ref_16115", "_ref_5445", - "_ref_16110", + "_ref_16116", "_ref_5446", - "_ref_16111", + "_ref_16117", "_ref_5447", "_ref_5448", "_ref_5449", "prod-3whCJM4e", - "_ref_16112", - "_ref_16113", - "prod-yNvNX8se", - "_ref_16114", - "prod-nGqcJdt_", - "_ref_16115", - "prod-E9WZy4XN", - "_ref_16116", - "prod-JaqknT0A", - "_ref_16117", - "prod-WDFeNdWY", "_ref_16118", - "prod-OTAMsoQb", "_ref_16119", - "prod-7zXkEnhZ", + "prod-yNvNX8se", "_ref_16120", - "prod-P_sTorcs", + "prod-nGqcJdt_", "_ref_16121", - "prod--R2pJplF", + "prod-E9WZy4XN", "_ref_16122", - "prod-UhENwxgv", + "prod-JaqknT0A", "_ref_16123", - "prod-nKo_YY6H", + "prod-WDFeNdWY", "_ref_16124", - "prod-TbDRWisB", + "prod-OTAMsoQb", "_ref_16125", + "prod-7zXkEnhZ", "_ref_16126", + "prod-P_sTorcs", "_ref_16127", + "prod--R2pJplF", "_ref_16128", + "prod-UhENwxgv", "_ref_16129", - "sec-throw-statement", - "prod-ThrowStatement", + "prod-nKo_YY6H", "_ref_16130", + "prod-TbDRWisB", "_ref_16131", - "sec-throw-statement-runtime-semantics-evaluation", "_ref_16132", "_ref_16133", - "_ref_5450", - "_ref_5451", - "sec-try-statement", - "prod-TryStatement", - "prod-wD-TPYub", "_ref_16134", "_ref_16135", - "prod-EYIEedje", + "sec-throw-statement", + "prod-ThrowStatement", "_ref_16136", "_ref_16137", - "prod-cfkI0NCS", + "sec-throw-statement-runtime-semantics-evaluation", "_ref_16138", "_ref_16139", + "_ref_5450", + "_ref_5451", + "sec-try-statement", + "prod-TryStatement", + "prod-wD-TPYub", "_ref_16140", - "prod-Catch", - "prod-IbvHsEaf", "_ref_16141", + "prod-EYIEedje", "_ref_16142", - "prod-ybInUotF", "_ref_16143", - "prod-Finally", + "prod-cfkI0NCS", "_ref_16144", - "prod-CatchParameter", "_ref_16145", "_ref_16146", + "prod-Catch", + "prod-IbvHsEaf", "_ref_16147", - "sec-try-statement-static-semantics-early-errors", "_ref_16148", + "prod-ybInUotF", "_ref_16149", - "_ref_5452", + "prod-Finally", "_ref_16150", - "_ref_5453", + "prod-CatchParameter", "_ref_16151", - "_ref_5454", "_ref_16152", - "_ref_5455", "_ref_16153", - "_ref_5456", + "sec-try-statement-static-semantics-early-errors", "_ref_16154", + "_ref_16155", + "_ref_5452", + "_ref_16156", + "_ref_5453", + "_ref_16157", + "_ref_5454", + "_ref_16158", + "_ref_5455", + "_ref_16159", + "_ref_5456", + "_ref_16160", "_ref_5457", "_ref_466", "sec-runtime-semantics-catchclauseevaluation", "prod-tivA4mFO", - "_ref_16155", - "_ref_16156", + "_ref_16161", + "_ref_16162", "_ref_5458", "_ref_5459", "_ref_5460", - "_ref_16157", + "_ref_16163", "_ref_5461", "_ref_5462", - "_ref_16158", + "_ref_16164", "_ref_5463", "_ref_5464", "_ref_5465", - "_ref_16159", + "_ref_16165", "_ref_5466", "_ref_5467", "prod-7Gz_IT_v", - "_ref_16160", - "_ref_16161", - "_ref_16162", - "sec-try-statement-runtime-semantics-evaluation", - "_ref_16163", - "_ref_16164", - "_ref_16165", - "_ref_5468", "_ref_16166", - "_ref_5469", - "_ref_5470", "_ref_16167", "_ref_16168", + "sec-try-statement-runtime-semantics-evaluation", "_ref_16169", "_ref_16170", - "_ref_5471", - "_ref_5472", "_ref_16171", + "_ref_5468", "_ref_16172", + "_ref_5469", + "_ref_5470", "_ref_16173", "_ref_16174", - "_ref_5473", "_ref_16175", "_ref_16176", + "_ref_5471", + "_ref_5472", + "_ref_16177", + "_ref_16178", + "_ref_16179", + "_ref_16180", + "_ref_5473", + "_ref_16181", + "_ref_16182", "_ref_5474", "_ref_5475", "sec-debugger-statement", "prod-DebuggerStatement", "sec-debugger-statement-runtime-semantics-evaluation", - "_ref_16177", + "_ref_16183", "_ref_5476", "_ref_5477", "_ref_5478", @@ -11740,38 +11740,38 @@ "_ref_468", "sec-parameter-lists", "prod-UniqueFormalParameters", - "_ref_16178", + "_ref_16184", "prod-FormalParameters", "prod-X0L442RA", "prod-eloVArBA", - "_ref_16179", - "_ref_16180", - "_ref_16181", + "_ref_16185", + "_ref_16186", + "_ref_16187", "prod-aTWifksv", - "_ref_16182", - "_ref_16183", + "_ref_16188", + "_ref_16189", "prod-FormalParameterList", "prod-TejDOk2p", - "_ref_16184", + "_ref_16190", "prod-7NFUmaIc", - "_ref_16185", - "_ref_16186", + "_ref_16191", + "_ref_16192", "prod-FunctionRestParameter", - "_ref_16187", + "_ref_16193", "prod-FormalParameter", "prod-t4IFgCs2", - "_ref_16188", + "_ref_16194", "sec-parameter-lists-static-semantics-early-errors", - "_ref_16189", + "_ref_16195", "_ref_5481", - "_ref_16190", - "_ref_16191", + "_ref_16196", + "_ref_16197", "_ref_5482", - "_ref_16192", + "_ref_16198", "_ref_5483", - "_ref_16193", - "_ref_16194", - "_ref_16195", + "_ref_16199", + "_ref_16200", + "_ref_16201", "_ref_5484", "sec-static-semantics-containsexpression", "sec-async-arrow-function-definitions-static-semantics-ContainsExpression", @@ -11780,166 +11780,166 @@ "sec-destructuring-binding-patterns-static-semantics-containsexpression", "prod-zkT2lhLy", "prod-6b4rrD_8", - "_ref_16196", - "prod-wtzT9EiN", - "_ref_16197", - "_ref_16198", - "_ref_5485", - "_ref_16199", - "prod-h16qYz6B", - "_ref_16200", - "prod-1FzGu7Lp", - "_ref_16201", "_ref_16202", - "_ref_5486", + "prod-wtzT9EiN", "_ref_16203", - "prod-rkwjGbA6", "_ref_16204", + "_ref_5485", "_ref_16205", - "_ref_5487", + "prod-h16qYz6B", "_ref_16206", - "prod-J6x8FZJI", + "prod-1FzGu7Lp", "_ref_16207", "_ref_16208", + "_ref_5486", "_ref_16209", - "_ref_5488", + "prod-rkwjGbA6", "_ref_16210", - "_ref_5489", "_ref_16211", - "prod-OZ7bBYfO", + "_ref_5487", "_ref_16212", + "prod-J6x8FZJI", "_ref_16213", - "_ref_5490", "_ref_16214", - "_ref_5491", "_ref_16215", - "prod-Pbu7NeJV", + "_ref_5488", "_ref_16216", + "_ref_5489", "_ref_16217", - "_ref_5492", + "prod-OZ7bBYfO", "_ref_16218", - "_ref_5493", "_ref_16219", - "prod-l7kFOPKe", + "_ref_5490", "_ref_16220", + "_ref_5491", "_ref_16221", - "_ref_5494", + "prod-Pbu7NeJV", "_ref_16222", - "prod-eeXd9umu", "_ref_16223", + "_ref_5492", "_ref_16224", - "_ref_5495", + "_ref_5493", "_ref_16225", - "_ref_5496", + "prod-l7kFOPKe", "_ref_16226", - "prod-1LlZEk6k", "_ref_16227", + "_ref_5494", "_ref_16228", - "prod-4G21hRBK", + "prod-eeXd9umu", "_ref_16229", - "prod-8U9yuoPy", "_ref_16230", + "_ref_5495", "_ref_16231", - "prod-NXTQAWlJ", + "_ref_5496", "_ref_16232", - "prod-TzoSXJM8", + "prod-1LlZEk6k", "_ref_16233", - "_ref_5497", "_ref_16234", - "prod-i4esWmfn", - "prod-ffwfOKFy", + "prod-4G21hRBK", "_ref_16235", + "prod-8U9yuoPy", "_ref_16236", - "_ref_5498", "_ref_16237", - "_ref_5499", + "prod-NXTQAWlJ", "_ref_16238", - "prod-Z488vACK", + "prod-TzoSXJM8", "_ref_16239", + "_ref_5497", "_ref_16240", - "_ref_5500", + "prod-i4esWmfn", + "prod-ffwfOKFy", "_ref_16241", - "_ref_5501", "_ref_16242", - "prod-4Zv7nEzD", + "_ref_5498", "_ref_16243", - "prod-l6d_kFqp", + "_ref_5499", "_ref_16244", + "prod-Z488vACK", "_ref_16245", - "_ref_5502", "_ref_16246", + "_ref_5500", + "_ref_16247", + "_ref_5501", + "_ref_16248", + "prod-4Zv7nEzD", + "_ref_16249", + "prod-l6d_kFqp", + "_ref_16250", + "_ref_16251", + "_ref_5502", + "_ref_16252", "_ref_5503", "prod-gFcfnGJu", - "_ref_16247", + "_ref_16253", "sec-static-semantics-issimpleparameterlist", "sec-async-arrow-function-definitions-static-semantics-IsSimpleParameterList", "sec-arrow-function-definitions-static-semantics-issimpleparameterlist", "sec-function-definitions-static-semantics-issimpleparameterlist", "sec-destructuring-binding-patterns-static-semantics-issimpleparameterlist", "prod-iu5DldfN", - "_ref_16248", - "prod-qrNno2ET", - "_ref_16249", - "_ref_16250", - "prod-0qUANoiw", - "_ref_16251", - "prod-b6-qn4pg", - "_ref_16252", - "_ref_16253", - "prod-tfjykC09", - "prod-3o8iyoDi", "_ref_16254", - "prod-90MekD57", + "prod-qrNno2ET", "_ref_16255", "_ref_16256", - "prod-CdQEr4_m", + "prod-0qUANoiw", "_ref_16257", + "prod-b6-qn4pg", "_ref_16258", - "_ref_5504", "_ref_16259", - "_ref_5505", + "prod-tfjykC09", + "prod-3o8iyoDi", "_ref_16260", - "prod-uFFTeOPE", + "prod-90MekD57", "_ref_16261", - "_ref_5506", "_ref_16262", - "prod-suhNtUzj", + "prod-CdQEr4_m", "_ref_16263", - "prod-46y1StQq", "_ref_16264", + "_ref_5504", "_ref_16265", - "_ref_5507", + "_ref_5505", "_ref_16266", - "_ref_5508", - "prod-qGPu4-Bq", + "prod-uFFTeOPE", "_ref_16267", - "prod-bCpQszCG", + "_ref_5506", "_ref_16268", + "prod-suhNtUzj", "_ref_16269", + "prod-46y1StQq", "_ref_16270", - "_ref_5509", "_ref_16271", + "_ref_5507", + "_ref_16272", + "_ref_5508", + "prod-qGPu4-Bq", + "_ref_16273", + "prod-bCpQszCG", + "_ref_16274", + "_ref_16275", + "_ref_16276", + "_ref_5509", + "_ref_16277", "_ref_5510", "sec-static-semantics-hasinitializer", "sec-function-definitions-static-semantics-hasinitializer", "sec-destructuring-binding-patterns-static-semantics-hasinitializer", "prod-HBo05lrR", - "_ref_16272", + "_ref_16278", "prod-3n6oU9Uv", - "_ref_16273", - "_ref_16274", + "_ref_16279", + "_ref_16280", "prod-Qjr24iGe", - "_ref_16275", + "_ref_16281", "prod-6kCXjXJH", - "_ref_16276", - "_ref_16277", + "_ref_16282", + "_ref_16283", "prod-YlncCUel", - "_ref_16278", - "_ref_16279", + "_ref_16284", + "_ref_16285", "_ref_5511", - "_ref_16280", + "_ref_16286", "_ref_5512", - "_ref_16281", + "_ref_16287", "sec-static-semantics-expectedargumentcount", "sec-async-arrow-function-definitions-static-semantics-ExpectedArgumentCount", "sec-method-definitions-static-semantics-expectedargumentcount", @@ -11947,443 +11947,443 @@ "sec-function-definitions-static-semantics-expectedargumentcount", "prod-X-TC2nAd", "prod-Vy2-ZCdS", - "_ref_16282", - "prod--tdGBtde", - "_ref_16283", - "_ref_16284", - "_ref_5513", - "_ref_16285", - "_ref_16286", - "_ref_16287", "_ref_16288", + "prod--tdGBtde", "_ref_16289", - "prod-WmFS8bja", "_ref_16290", - "_ref_5514", + "_ref_5513", "_ref_16291", - "prod-2HGoRaSl", "_ref_16292", "_ref_16293", - "_ref_5515", "_ref_16294", - "_ref_5516", "_ref_16295", - "_ref_5517", + "prod-WmFS8bja", "_ref_16296", - "prod-u-Q5LrzT", + "_ref_5514", "_ref_16297", - "prod-2fYMCaig", + "prod-2HGoRaSl", "_ref_16298", "_ref_16299", - "_ref_5518", + "_ref_5515", "_ref_16300", - "_ref_5519", - "prod-01YV1lrL", + "_ref_5516", "_ref_16301", - "_ref_5520", + "_ref_5517", "_ref_16302", - "prod-df9_W4vY", + "prod-u-Q5LrzT", "_ref_16303", - "sec-function-definitions", - "prod-FunctionDeclaration", - "prod-lEQdX6hk", + "prod-2fYMCaig", "_ref_16304", "_ref_16305", + "_ref_5518", "_ref_16306", - "prod-eqpHaG0r", + "_ref_5519", + "prod-01YV1lrL", "_ref_16307", + "_ref_5520", "_ref_16308", - "prod-FunctionExpression", - "prod--zvLR38c", + "prod-df9_W4vY", "_ref_16309", + "sec-function-definitions", + "prod-FunctionDeclaration", + "prod-lEQdX6hk", "_ref_16310", "_ref_16311", - "prod-FunctionBody", - "prod-CvdRIvQG", "_ref_16312", - "prod-FunctionStatementList", - "prod-jJULW0Hz", + "prod-eqpHaG0r", "_ref_16313", - "sec-function-definitions-static-semantics-early-errors", "_ref_16314", + "prod-FunctionExpression", + "prod--zvLR38c", "_ref_16315", "_ref_16316", "_ref_16317", + "prod-FunctionBody", + "prod-CvdRIvQG", "_ref_16318", + "prod-FunctionStatementList", + "prod-jJULW0Hz", "_ref_16319", + "sec-function-definitions-static-semantics-early-errors", "_ref_16320", "_ref_16321", "_ref_16322", - "_ref_5521", "_ref_16323", "_ref_16324", "_ref_16325", - "_ref_5522", - "_ref_5523", "_ref_16326", - "_ref_5524", "_ref_16327", - "_ref_5525", "_ref_16328", - "_ref_5526", + "_ref_5521", "_ref_16329", - "_ref_5527", "_ref_16330", "_ref_16331", - "_ref_5528", + "_ref_5522", + "_ref_5523", "_ref_16332", + "_ref_5524", "_ref_16333", - "_ref_5529", + "_ref_5525", "_ref_16334", + "_ref_5526", "_ref_16335", - "_ref_5530", + "_ref_5527", "_ref_16336", "_ref_16337", - "_ref_5531", + "_ref_5528", "_ref_16338", - "_ref_5532", "_ref_16339", + "_ref_5529", "_ref_16340", - "_ref_5533", "_ref_16341", - "_ref_5534", + "_ref_5530", "_ref_16342", - "_ref_5535", "_ref_16343", - "_ref_5536", + "_ref_5531", "_ref_16344", - "_ref_5537", + "_ref_5532", "_ref_16345", - "_ref_5538", "_ref_16346", + "_ref_5533", + "_ref_16347", + "_ref_5534", + "_ref_16348", + "_ref_5535", + "_ref_16349", + "_ref_5536", + "_ref_16350", + "_ref_5537", + "_ref_16351", + "_ref_5538", + "_ref_16352", "sec-static-semantics-functionbodycontainsusestrict", "sec-function-definitions-static-semantics-containsusestrict", "prod-SI3y-Fh-", - "_ref_16347", + "_ref_16353", "_ref_5539", - "_ref_16348", + "_ref_16354", "_ref_5540", "sec-runtime-semantics-evaluatefunctionbody", "sec-function-definitions-runtime-semantics-evaluatebody", "_ref_5541", "prod-BiHevouZ", - "_ref_16349", + "_ref_16355", "_ref_5542", - "_ref_16350", + "_ref_16356", "sec-runtime-semantics-instantiateordinaryfunctionobject", "sec-function-definitions-runtime-semantics-instantiatefunctionobject", "prod-oT86BVb2", - "_ref_16351", - "_ref_16352", - "_ref_16353", + "_ref_16357", + "_ref_16358", + "_ref_16359", "_ref_5543", - "_ref_16354", - "_ref_16355", + "_ref_16360", + "_ref_16361", "_ref_5544", "_ref_5545", - "_ref_16356", - "_ref_16357", + "_ref_16362", + "_ref_16363", "_ref_5546", "_ref_5547", "prod-TjR6TGOd", - "_ref_16358", - "_ref_16359", - "_ref_16360", + "_ref_16364", + "_ref_16365", + "_ref_16366", "_ref_5548", "_ref_5549", - "_ref_16361", - "_ref_16362", + "_ref_16367", + "_ref_16368", "_ref_5550", "_ref_5551", - "_ref_16363", + "_ref_16369", "_ref_5552", "sec-runtime-semantics-instantiateordinaryfunctionexpression", "prod-M2Odxhb_", - "_ref_16364", - "_ref_16365", + "_ref_16370", + "_ref_16371", "_ref_5553", - "_ref_16366", + "_ref_16372", "_ref_5554", "_ref_5555", - "_ref_16367", - "_ref_16368", + "_ref_16373", + "_ref_16374", "_ref_5556", "_ref_5557", "prod-ZT_oXgSx", - "_ref_16369", - "_ref_16370", - "_ref_16371", + "_ref_16375", + "_ref_16376", + "_ref_16377", "_ref_5558", "_ref_5559", - "_ref_16372", + "_ref_16378", "_ref_5560", "_ref_5561", - "_ref_16373", + "_ref_16379", "_ref_5562", "_ref_5563", - "_ref_16374", - "_ref_16375", - "_ref_5564", - "_ref_5565", - "_ref_16376", - "_ref_16377", - "_ref_16378", - "_ref_16379", "_ref_16380", "_ref_16381", + "_ref_5564", + "_ref_5565", "_ref_16382", "_ref_16383", - "sec-function-definitions-runtime-semantics-evaluation", "_ref_16384", "_ref_16385", "_ref_16386", - "_ref_5566", - "_ref_469", "_ref_16387", "_ref_16388", - "_ref_5567", "_ref_16389", + "sec-function-definitions-runtime-semantics-evaluation", "_ref_16390", "_ref_16391", - "_ref_5568", "_ref_16392", + "_ref_5566", + "_ref_469", "_ref_16393", "_ref_16394", - "_ref_5569", - "_ref_5570", - "sec-arrow-function-definitions", - "prod-ArrowFunction", - "prod-AtXUMYu3", + "_ref_5567", "_ref_16395", "_ref_16396", "_ref_16397", - "prod-ArrowParameters", - "prod-C8khN6EK", + "_ref_5568", "_ref_16398", - "prod-K4CbCiCx", "_ref_16399", - "prod-ConciseBody", - "prod-UOsd7muB", "_ref_16400", - "prod-c6cxJePv", + "_ref_5569", + "_ref_5570", + "sec-arrow-function-definitions", + "prod-ArrowFunction", + "prod-AtXUMYu3", "_ref_16401", - "prod-ExpressionBody", "_ref_16402", "_ref_16403", + "prod-ArrowParameters", + "prod-C8khN6EK", "_ref_16404", - "prod-ArrowFormalParameters", + "prod-K4CbCiCx", "_ref_16405", - "sec-arrow-function-definitions-static-semantics-early-errors", + "prod-ConciseBody", + "prod-UOsd7muB", "_ref_16406", + "prod-c6cxJePv", "_ref_16407", + "prod-ExpressionBody", "_ref_16408", - "_ref_5571", "_ref_16409", "_ref_16410", - "_ref_5572", + "prod-ArrowFormalParameters", "_ref_16411", - "_ref_5573", + "sec-arrow-function-definitions-static-semantics-early-errors", "_ref_16412", - "_ref_5574", "_ref_16413", - "_ref_5575", "_ref_16414", - "_ref_5576", + "_ref_5571", "_ref_16415", "_ref_16416", + "_ref_5572", "_ref_16417", - "_ref_5577", + "_ref_5573", "_ref_16418", - "_ref_5578", + "_ref_5574", "_ref_16419", + "_ref_5575", "_ref_16420", - "_ref_5579", + "_ref_5576", "_ref_16421", + "_ref_16422", + "_ref_16423", + "_ref_5577", + "_ref_16424", + "_ref_5578", + "_ref_16425", + "_ref_16426", + "_ref_5579", + "_ref_16427", "sec-static-semantics-concisebodycontainsusestrict", "sec-arrow-function-definitions-static-semantics-containsusestrict", "prod-paSxtgKv", - "_ref_16422", + "_ref_16428", "prod-72drK4Uu", - "_ref_16423", + "_ref_16429", "_ref_5580", - "_ref_16424", + "_ref_16430", "sec-runtime-semantics-evaluateconcisebody", "sec-arrow-function-definitions-runtime-semantics-evaluatebody", "_ref_5581", "prod-WWzcef1e", - "_ref_16425", + "_ref_16431", "_ref_5582", - "_ref_16426", + "_ref_16432", "sec-runtime-semantics-instantiatearrowfunctionexpression", "prod-C8uAwDLj", - "_ref_16427", - "_ref_16428", + "_ref_16433", + "_ref_16434", "_ref_5583", - "_ref_16429", + "_ref_16435", "step-arrowfunction-evaluation-functioncreate", "_ref_5584", "_ref_5585", - "_ref_16430", - "_ref_16431", - "_ref_5586", - "_ref_16432", - "_ref_16433", - "_ref_16434", - "_ref_5587", - "_ref_470", - "_ref_5588", - "_ref_16435", "_ref_16436", - "_ref_5589", "_ref_16437", - "sec-arrow-function-definitions-runtime-semantics-evaluation", + "_ref_5586", "_ref_16438", "_ref_16439", - "_ref_5590", "_ref_16440", + "_ref_5587", + "_ref_470", + "_ref_5588", "_ref_16441", "_ref_16442", - "_ref_5591", - "_ref_5592", - "sec-method-definitions", - "prod-MethodDefinition", - "prod-DdAnncRs", + "_ref_5589", "_ref_16443", + "sec-arrow-function-definitions-runtime-semantics-evaluation", "_ref_16444", "_ref_16445", - "prod-SKJRU3Gy", + "_ref_5590", "_ref_16446", - "prod-JrqfvaKq", "_ref_16447", - "prod-Cxt3DfG5", "_ref_16448", - "prod-rVyvNNAG", + "_ref_5591", + "_ref_5592", + "sec-method-definitions", + "prod-MethodDefinition", + "prod-DdAnncRs", "_ref_16449", "_ref_16450", - "prod-yzpWJRju", "_ref_16451", + "prod-SKJRU3Gy", "_ref_16452", + "prod-JrqfvaKq", "_ref_16453", - "prod-PropertySetParameterList", - "prod-4-xtlU1r", + "prod-Cxt3DfG5", "_ref_16454", - "sec-method-definitions-static-semantics-early-errors", + "prod-rVyvNNAG", "_ref_16455", "_ref_16456", + "prod-yzpWJRju", "_ref_16457", - "_ref_5593", "_ref_16458", - "_ref_5594", "_ref_16459", - "_ref_5595", + "prod-PropertySetParameterList", + "prod-4-xtlU1r", "_ref_16460", - "_ref_5596", + "sec-method-definitions-static-semantics-early-errors", "_ref_16461", "_ref_16462", "_ref_16463", + "_ref_5593", "_ref_16464", - "_ref_5597", + "_ref_5594", "_ref_16465", - "_ref_5598", + "_ref_5595", "_ref_16466", - "_ref_5599", + "_ref_5596", "_ref_16467", - "_ref_5600", "_ref_16468", - "_ref_5601", "_ref_16469", - "sec-static-semantics-hasdirectsuper", - "sec-async-function-definitions-static-semantics-HasDirectSuper", - "sec-async-generator-function-definitions-static-semantics-hasdirectsuper", - "sec-generator-function-definitions-static-semantics-hasdirectsuper", - "sec-method-definitions-static-semantics-hasdirectsuper", - "prod-gHJEX9zr", "_ref_16470", + "_ref_5597", "_ref_16471", + "_ref_5598", "_ref_16472", + "_ref_5599", "_ref_16473", - "_ref_5602", + "_ref_5600", "_ref_16474", + "_ref_5601", "_ref_16475", - "_ref_5603", + "sec-static-semantics-hasdirectsuper", + "sec-async-function-definitions-static-semantics-HasDirectSuper", + "sec-async-generator-function-definitions-static-semantics-hasdirectsuper", + "sec-generator-function-definitions-static-semantics-hasdirectsuper", + "sec-method-definitions-static-semantics-hasdirectsuper", + "prod-gHJEX9zr", "_ref_16476", - "prod-b6Pl_61G", "_ref_16477", "_ref_16478", "_ref_16479", - "_ref_5604", + "_ref_5602", "_ref_16480", - "prod-H9HbdtQw", "_ref_16481", + "_ref_5603", "_ref_16482", + "prod-b6Pl_61G", "_ref_16483", "_ref_16484", - "_ref_5605", "_ref_16485", + "_ref_5604", "_ref_16486", - "_ref_5606", + "prod-H9HbdtQw", "_ref_16487", - "prod-bS69MHvm", "_ref_16488", "_ref_16489", "_ref_16490", + "_ref_5605", "_ref_16491", - "_ref_5607", "_ref_16492", + "_ref_5606", "_ref_16493", - "_ref_5608", + "prod-bS69MHvm", "_ref_16494", - "prod-NvaoI30F", "_ref_16495", "_ref_16496", "_ref_16497", + "_ref_5607", "_ref_16498", - "_ref_5609", "_ref_16499", + "_ref_5608", "_ref_16500", - "_ref_5610", + "prod-NvaoI30F", "_ref_16501", - "prod-pjQjAsti", "_ref_16502", "_ref_16503", "_ref_16504", + "_ref_5609", "_ref_16505", - "_ref_5611", "_ref_16506", + "_ref_5610", "_ref_16507", - "_ref_5612", + "prod-pjQjAsti", "_ref_16508", - "sec-static-semantics-specialmethod", - "prod-5fq3qnCO", "_ref_16509", "_ref_16510", "_ref_16511", - "prod-kI3eJd2i", + "_ref_5611", "_ref_16512", - "prod-y_NSkW05", "_ref_16513", - "prod-fiMt-szv", + "_ref_5612", "_ref_16514", - "prod-Q7dyaoMs", + "sec-static-semantics-specialmethod", + "prod-5fq3qnCO", "_ref_16515", "_ref_16516", - "prod-l_QmdDRa", "_ref_16517", + "prod-kI3eJd2i", "_ref_16518", + "prod-y_NSkW05", "_ref_16519", - "sec-runtime-semantics-definemethod", - "prod-XXVeshWC", + "prod-fiMt-szv", "_ref_16520", + "prod-Q7dyaoMs", "_ref_16521", "_ref_16522", + "prod-l_QmdDRa", "_ref_16523", + "_ref_16524", + "_ref_16525", + "sec-runtime-semantics-definemethod", + "prod-XXVeshWC", + "_ref_16526", + "_ref_16527", + "_ref_16528", + "_ref_16529", "_ref_5613", "_ref_5614", "_ref_5615", - "_ref_16524", + "_ref_16530", "_ref_5616", - "_ref_16525", - "_ref_16526", + "_ref_16531", + "_ref_16532", "_ref_5617", "_ref_5618", "sec-runtime-semantics-methoddefinitionevaluation", @@ -12392,53 +12392,53 @@ "sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation", "sec-method-definitions-runtime-semantics-propertydefinitionevaluation", "prod-O2ghClXn", - "_ref_16527", - "_ref_16528", - "_ref_16529", + "_ref_16533", + "_ref_16534", + "_ref_16535", "_ref_5619", - "_ref_16530", + "_ref_16536", "_ref_5620", "_ref_5621", "prod-uYHoiPvI", - "_ref_16531", - "_ref_16532", - "_ref_16533", + "_ref_16537", + "_ref_16538", + "_ref_16539", "_ref_5622", "_ref_5623", - "_ref_16534", + "_ref_16540", "_ref_5624", "_ref_5625", - "_ref_16535", + "_ref_16541", "_ref_5626", "_ref_5627", "_ref_5628", "prod-szZkViF6", - "_ref_16536", - "_ref_16537", - "_ref_16538", - "_ref_16539", + "_ref_16542", + "_ref_16543", + "_ref_16544", + "_ref_16545", "_ref_5629", "_ref_5630", - "_ref_16540", + "_ref_16546", "_ref_5631", "_ref_5632", - "_ref_16541", - "_ref_16542", + "_ref_16547", + "_ref_16548", "_ref_5633", "_ref_5634", "_ref_5635", "prod-loZ6O68a", - "_ref_16543", - "_ref_16544", - "_ref_16545", - "_ref_16546", + "_ref_16549", + "_ref_16550", + "_ref_16551", + "_ref_16552", "_ref_5636", "_ref_5637", - "_ref_16547", + "_ref_16553", "_ref_5638", "_ref_5639", - "_ref_16548", - "_ref_16549", + "_ref_16554", + "_ref_16555", "_ref_5640", "_ref_5641", "_ref_5642", @@ -12446,17 +12446,17 @@ "_ref_5644", "_ref_5645", "prod--YUeuxRj", - "_ref_16550", - "_ref_16551", - "_ref_16552", - "_ref_16553", + "_ref_16556", + "_ref_16557", + "_ref_16558", + "_ref_16559", "_ref_5646", "_ref_5647", - "_ref_16554", + "_ref_16560", "_ref_5648", "_ref_5649", - "_ref_16555", - "_ref_16556", + "_ref_16561", + "_ref_16562", "_ref_5650", "_ref_5651", "_ref_5652", @@ -12464,204 +12464,204 @@ "_ref_5654", "_ref_5655", "prod-vkxNQX74", - "_ref_16557", - "_ref_16558", - "_ref_16559", - "_ref_16560", + "_ref_16563", + "_ref_16564", + "_ref_16565", + "_ref_16566", "_ref_5656", "_ref_5657", - "_ref_16561", + "_ref_16567", "_ref_5658", "_ref_5659", - "_ref_16562", - "_ref_16563", + "_ref_16568", + "_ref_16569", "_ref_5660", "_ref_5661", "_ref_5662", "sec-generator-function-definitions", "prod-GeneratorMethod", "prod-5SpvNvhd", - "_ref_16564", - "_ref_16565", - "_ref_16566", - "prod-GeneratorDeclaration", - "prod-oJNsRhfl", - "_ref_16567", - "_ref_16568", - "_ref_16569", - "prod-bWfHg6Xe", "_ref_16570", "_ref_16571", - "prod-GeneratorExpression", - "prod-haubt72j", "_ref_16572", + "prod-GeneratorDeclaration", + "prod-oJNsRhfl", "_ref_16573", "_ref_16574", - "prod-GeneratorBody", - "prod-UaNDUTMe", "_ref_16575", - "prod-YieldExpression", + "prod-bWfHg6Xe", "_ref_16576", "_ref_16577", + "prod-GeneratorExpression", + "prod-haubt72j", "_ref_16578", "_ref_16579", "_ref_16580", + "prod-GeneratorBody", + "prod-UaNDUTMe", "_ref_16581", + "prod-YieldExpression", "_ref_16582", "_ref_16583", - "_ref_5663", - "_ref_471", - "sec-generator-function-definitions-static-semantics-early-errors", "_ref_16584", "_ref_16585", "_ref_16586", - "_ref_5664", "_ref_16587", "_ref_16588", - "_ref_5665", "_ref_16589", - "_ref_5666", + "_ref_5663", + "_ref_471", + "sec-generator-function-definitions-static-semantics-early-errors", "_ref_16590", - "_ref_5667", "_ref_16591", - "_ref_5668", "_ref_16592", - "_ref_5669", + "_ref_5664", "_ref_16593", "_ref_16594", + "_ref_5665", "_ref_16595", + "_ref_5666", "_ref_16596", + "_ref_5667", "_ref_16597", + "_ref_5668", "_ref_16598", + "_ref_5669", "_ref_16599", "_ref_16600", "_ref_16601", "_ref_16602", - "_ref_5670", "_ref_16603", "_ref_16604", "_ref_16605", - "_ref_5671", - "_ref_5672", "_ref_16606", - "_ref_5673", "_ref_16607", - "_ref_5674", "_ref_16608", - "_ref_5675", + "_ref_5670", "_ref_16609", - "_ref_5676", "_ref_16610", "_ref_16611", - "_ref_5677", + "_ref_5671", + "_ref_5672", "_ref_16612", + "_ref_5673", "_ref_16613", - "_ref_5678", + "_ref_5674", "_ref_16614", + "_ref_5675", "_ref_16615", - "_ref_5679", + "_ref_5676", "_ref_16616", "_ref_16617", - "_ref_5680", + "_ref_5677", "_ref_16618", "_ref_16619", - "_ref_5681", + "_ref_5678", "_ref_16620", + "_ref_16621", + "_ref_5679", + "_ref_16622", + "_ref_16623", + "_ref_5680", + "_ref_16624", + "_ref_16625", + "_ref_5681", + "_ref_16626", "sec-runtime-semantics-evaluategeneratorbody", "sec-generator-function-definitions-runtime-semantics-evaluatebody", "_ref_5682", "prod-LwSgcEYg", - "_ref_16621", + "_ref_16627", "_ref_5683", "_ref_5684", "_ref_5685", - "_ref_16622", + "_ref_16628", "_ref_5686", "sec-runtime-semantics-instantiategeneratorfunctionobject", "sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject", "prod-x_w-E_WI", - "_ref_16623", - "_ref_16624", - "_ref_16625", + "_ref_16629", + "_ref_16630", + "_ref_16631", "_ref_5687", - "_ref_16626", - "_ref_16627", + "_ref_16632", + "_ref_16633", "_ref_5688", "_ref_5689", - "_ref_16628", - "_ref_16629", + "_ref_16634", + "_ref_16635", "_ref_5690", "_ref_5691", "_ref_5692", "_ref_5693", "prod-zyQVJwqE", - "_ref_16630", - "_ref_16631", - "_ref_16632", + "_ref_16636", + "_ref_16637", + "_ref_16638", "_ref_5694", "_ref_5695", - "_ref_16633", - "_ref_16634", + "_ref_16639", + "_ref_16640", "_ref_5696", "_ref_5697", "_ref_5698", "_ref_5699", - "_ref_16635", + "_ref_16641", "_ref_5700", "sec-runtime-semantics-instantiategeneratorfunctionexpression", "prod-FnOrbSnb", - "_ref_16636", - "_ref_16637", + "_ref_16642", + "_ref_16643", "_ref_5701", - "_ref_16638", + "_ref_16644", "_ref_5702", "_ref_5703", - "_ref_16639", - "_ref_16640", + "_ref_16645", + "_ref_16646", "_ref_5704", "_ref_5705", "_ref_5706", "_ref_5707", "prod-sxTe1ywL", - "_ref_16641", - "_ref_16642", - "_ref_16643", + "_ref_16647", + "_ref_16648", + "_ref_16649", "_ref_5708", "_ref_5709", - "_ref_16644", + "_ref_16650", "_ref_5710", "_ref_5711", - "_ref_16645", + "_ref_16651", "_ref_5712", "_ref_5713", - "_ref_16646", - "_ref_16647", + "_ref_16652", + "_ref_16653", "_ref_5714", "_ref_5715", "_ref_5716", "_ref_5717", - "_ref_16648", - "_ref_16649", - "_ref_16650", - "_ref_16651", - "_ref_16652", - "_ref_16653", "_ref_16654", "_ref_16655", - "sec-generator-function-definitions-runtime-semantics-evaluation", "_ref_16656", "_ref_16657", "_ref_16658", - "_ref_5718", "_ref_16659", - "_ref_5719", "_ref_16660", "_ref_16661", + "sec-generator-function-definitions-runtime-semantics-evaluation", + "_ref_16662", + "_ref_16663", + "_ref_16664", + "_ref_5718", + "_ref_16665", + "_ref_5719", + "_ref_16666", + "_ref_16667", "_ref_5720", "_ref_5721", - "_ref_16662", + "_ref_16668", "_ref_5722", - "_ref_16663", + "_ref_16669", "_ref_5723", "_ref_5724", "_ref_5725", @@ -12701,318 +12701,318 @@ "sec-async-generator-function-definitions", "prod-AsyncGeneratorMethod", "prod-vA6YNbT6", - "_ref_16664", - "_ref_16665", - "_ref_16666", - "_ref_16667", - "prod-AsyncGeneratorDeclaration", - "prod-cOKIJmRw", - "_ref_16668", - "_ref_16669", "_ref_16670", "_ref_16671", - "prod-1L17zU6t", "_ref_16672", "_ref_16673", + "prod-AsyncGeneratorDeclaration", + "prod-cOKIJmRw", "_ref_16674", - "prod-AsyncGeneratorExpression", - "prod-s18yr2Ij", "_ref_16675", "_ref_16676", "_ref_16677", + "prod-1L17zU6t", "_ref_16678", - "prod-AsyncGeneratorBody", - "prod-47HC640n", "_ref_16679", "_ref_16680", + "prod-AsyncGeneratorExpression", + "prod-s18yr2Ij", "_ref_16681", "_ref_16682", "_ref_16683", - "_ref_5759", - "_ref_472", - "sec-async-generator-function-definitions-static-semantics-early-errors", "_ref_16684", + "prod-AsyncGeneratorBody", + "prod-47HC640n", "_ref_16685", "_ref_16686", - "_ref_5760", "_ref_16687", "_ref_16688", - "_ref_5761", "_ref_16689", + "_ref_5759", + "_ref_472", + "sec-async-generator-function-definitions-static-semantics-early-errors", "_ref_16690", - "_ref_5762", "_ref_16691", - "_ref_5763", "_ref_16692", - "_ref_5764", + "_ref_5760", "_ref_16693", - "_ref_5765", "_ref_16694", - "_ref_5766", + "_ref_5761", "_ref_16695", "_ref_16696", + "_ref_5762", "_ref_16697", + "_ref_5763", "_ref_16698", + "_ref_5764", "_ref_16699", + "_ref_5765", "_ref_16700", + "_ref_5766", "_ref_16701", "_ref_16702", "_ref_16703", "_ref_16704", - "_ref_5767", "_ref_16705", "_ref_16706", "_ref_16707", - "_ref_5768", - "_ref_5769", "_ref_16708", - "_ref_5770", "_ref_16709", - "_ref_5771", "_ref_16710", - "_ref_5772", + "_ref_5767", "_ref_16711", - "_ref_5773", "_ref_16712", "_ref_16713", - "_ref_5774", + "_ref_5768", + "_ref_5769", "_ref_16714", + "_ref_5770", "_ref_16715", - "_ref_5775", + "_ref_5771", "_ref_16716", + "_ref_5772", "_ref_16717", - "_ref_5776", + "_ref_5773", "_ref_16718", "_ref_16719", - "_ref_5777", + "_ref_5774", "_ref_16720", "_ref_16721", - "_ref_5778", + "_ref_5775", "_ref_16722", "_ref_16723", - "_ref_5779", + "_ref_5776", "_ref_16724", + "_ref_16725", + "_ref_5777", + "_ref_16726", + "_ref_16727", + "_ref_5778", + "_ref_16728", + "_ref_16729", + "_ref_5779", + "_ref_16730", "sec-runtime-semantics-evaluateasyncgeneratorbody", "sec-asyncgenerator-definitions-evaluatebody", "_ref_5780", "prod-SWMcozzE", - "_ref_16725", + "_ref_16731", "_ref_5781", "_ref_5782", "_ref_5783", - "_ref_16726", + "_ref_16732", "_ref_5784", "sec-runtime-semantics-instantiateasyncgeneratorfunctionobject", "sec-asyncgenerator-definitions-instantiatefunctionobject", "prod-JvNVLw_7", - "_ref_16727", - "_ref_16728", - "_ref_16729", + "_ref_16733", + "_ref_16734", + "_ref_16735", "_ref_5785", - "_ref_16730", - "_ref_16731", + "_ref_16736", + "_ref_16737", "_ref_5786", "_ref_5787", - "_ref_16732", - "_ref_16733", + "_ref_16738", + "_ref_16739", "_ref_5788", "_ref_5789", "_ref_5790", "_ref_5791", "prod-G-CKcSEp", - "_ref_16734", - "_ref_16735", - "_ref_16736", + "_ref_16740", + "_ref_16741", + "_ref_16742", "_ref_5792", "_ref_5793", - "_ref_16737", - "_ref_16738", + "_ref_16743", + "_ref_16744", "_ref_5794", "_ref_5795", "_ref_5796", "_ref_5797", - "_ref_16739", + "_ref_16745", "sec-runtime-semantics-instantiateasyncgeneratorfunctionexpression", "prod-A3m5kV04", - "_ref_16740", - "_ref_16741", + "_ref_16746", + "_ref_16747", "_ref_5798", - "_ref_16742", + "_ref_16748", "_ref_5799", "_ref_5800", - "_ref_16743", - "_ref_16744", + "_ref_16749", + "_ref_16750", "_ref_5801", "_ref_5802", "_ref_5803", "_ref_5804", "prod-7PTlQqLp", - "_ref_16745", - "_ref_16746", - "_ref_16747", + "_ref_16751", + "_ref_16752", + "_ref_16753", "_ref_5805", "_ref_5806", - "_ref_16748", + "_ref_16754", "_ref_5807", "_ref_5808", - "_ref_16749", + "_ref_16755", "_ref_5809", "_ref_5810", - "_ref_16750", - "_ref_16751", + "_ref_16756", + "_ref_16757", "_ref_5811", "_ref_5812", "_ref_5813", "_ref_5814", - "_ref_16752", - "_ref_16753", - "_ref_16754", - "_ref_16755", - "_ref_16756", - "_ref_16757", "_ref_16758", "_ref_16759", - "sec-asyncgenerator-definitions-evaluation", "_ref_16760", "_ref_16761", "_ref_16762", - "_ref_5815", "_ref_16763", - "sec-class-definitions", - "prod-ClassDeclaration", - "prod-kd27yk51", "_ref_16764", "_ref_16765", - "prod-bStNnwN_", + "sec-asyncgenerator-definitions-evaluation", "_ref_16766", - "prod-ClassExpression", - "prod-Vthx67sj", "_ref_16767", "_ref_16768", - "prod-ClassTail", - "prod-mIr25y7h", + "_ref_5815", "_ref_16769", + "sec-class-definitions", + "prod-ClassDeclaration", + "prod-kd27yk51", "_ref_16770", - "prod-ClassHeritage", "_ref_16771", - "prod-ClassBody", + "prod-bStNnwN_", "_ref_16772", - "prod-ClassElementList", - "prod-ADR6-dWZ", + "prod-ClassExpression", + "prod-Vthx67sj", "_ref_16773", - "prod-sKhHHXFQ", "_ref_16774", + "prod-ClassTail", + "prod-mIr25y7h", "_ref_16775", - "prod-ClassElement", - "prod-Qf4HAgqR", "_ref_16776", - "prod-0XtyXojL", + "prod-ClassHeritage", "_ref_16777", - "prod-0Xskgzt4", - "_ref_5816", - "sec-class-definitions-static-semantics-early-errors", + "prod-ClassBody", "_ref_16778", + "prod-ClassElementList", + "prod-ADR6-dWZ", "_ref_16779", + "prod-sKhHHXFQ", "_ref_16780", - "_ref_5817", "_ref_16781", - "_ref_5818", + "prod-ClassElement", + "prod-Qf4HAgqR", "_ref_16782", - "_ref_5819", + "prod-0XtyXojL", "_ref_16783", + "prod-0Xskgzt4", + "_ref_5816", + "sec-class-definitions-static-semantics-early-errors", "_ref_16784", - "_ref_5820", "_ref_16785", - "_ref_5821", "_ref_16786", - "_ref_5822", + "_ref_5817", "_ref_16787", - "_ref_5823", + "_ref_5818", "_ref_16788", + "_ref_5819", "_ref_16789", - "_ref_5824", "_ref_16790", - "_ref_5825", + "_ref_5820", "_ref_16791", - "sec-static-semantics-classelementkind", - "prod-z4kY36XR", + "_ref_5821", "_ref_16792", - "_ref_5826", + "_ref_5822", "_ref_16793", - "prod-WYqnrGO2", + "_ref_5823", "_ref_16794", - "prod-U_NLPgRJ", - "sec-static-semantics-constructormethod", - "prod-5dD0G3pr", "_ref_16795", - "_ref_5827", + "_ref_5824", "_ref_16796", + "_ref_5825", "_ref_16797", - "prod-6CQGn2J9", + "sec-static-semantics-classelementkind", + "prod-z4kY36XR", "_ref_16798", + "_ref_5826", "_ref_16799", - "_ref_5828", + "prod-WYqnrGO2", "_ref_16800", - "_ref_5829", + "prod-U_NLPgRJ", + "sec-static-semantics-constructormethod", + "prod-5dD0G3pr", "_ref_16801", + "_ref_5827", "_ref_16802", + "_ref_16803", + "prod-6CQGn2J9", + "_ref_16804", + "_ref_16805", + "_ref_5828", + "_ref_16806", + "_ref_5829", + "_ref_16807", + "_ref_16808", "_ref_5830", "sec-static-semantics-isstatic", "prod-CtxLpivn", - "_ref_16803", + "_ref_16809", "prod-lR6jUbAy", - "_ref_16804", + "_ref_16810", "prod-LP0OJ3qJ", "sec-static-semantics-nonconstructormethoddefinitions", "prod-TvWKG8EH", - "_ref_16805", + "_ref_16811", "_ref_5831", - "_ref_16806", + "_ref_16812", "_ref_5832", - "_ref_16807", + "_ref_16813", "_ref_5833", "prod-gd6J4_Rr", - "_ref_16808", - "_ref_16809", + "_ref_16814", + "_ref_16815", "_ref_5834", - "_ref_16810", + "_ref_16816", "_ref_5835", - "_ref_16811", - "_ref_16812", + "_ref_16817", + "_ref_16818", "sec-static-semantics-prototypepropertynamelist", "prod-A14zfyT4", - "_ref_16813", + "_ref_16819", "_ref_5836", - "_ref_16814", + "_ref_16820", "_ref_5837", "_ref_5838", - "_ref_16815", + "_ref_16821", "_ref_5839", "_ref_5840", "_ref_5841", - "_ref_16816", + "_ref_16822", "prod-yD4OjNLB", - "_ref_16817", - "_ref_16818", + "_ref_16823", + "_ref_16824", "_ref_5842", - "_ref_16819", + "_ref_16825", "_ref_5843", - "_ref_16820", + "_ref_16826", "_ref_5844", - "_ref_16821", + "_ref_16827", "_ref_5845", - "_ref_16822", + "_ref_16828", "sec-runtime-semantics-classdefinitionevaluation", "prod-AcPtObVs", - "_ref_16823", - "_ref_16824", + "_ref_16829", + "_ref_16830", "_ref_5846", "_ref_5847", - "_ref_16825", + "_ref_16831", "_ref_5848", "_ref_5849", "_ref_5850", - "_ref_16826", + "_ref_16832", "_ref_5851", "_ref_5852", "_ref_5853", @@ -13020,9 +13020,9 @@ "_ref_5855", "_ref_5856", "_ref_5857", - "_ref_16827", + "_ref_16833", "_ref_5858", - "_ref_16828", + "_ref_16834", "_ref_5859", "_ref_473", "_ref_5860", @@ -13030,13 +13030,13 @@ "_ref_5862", "_ref_5863", "_ref_5864", - "_ref_16829", + "_ref_16835", "_ref_5865", - "_ref_16830", + "_ref_16836", "_ref_5866", "_ref_5867", - "_ref_16831", - "_ref_16832", + "_ref_16837", + "_ref_16838", "_ref_5868", "_ref_5869", "_ref_5870", @@ -13055,361 +13055,355 @@ "_ref_5882", "sec-runtime-semantics-bindingclassdeclarationevaluation", "prod-JmEOsNvO", - "_ref_16833", - "_ref_16834", - "_ref_5883", - "_ref_16835", - "_ref_5884", - "_ref_16836", - "_ref_16837", - "_ref_5885", - "_ref_5886", - "prod-qOUNT0OA", - "_ref_16838", - "_ref_5887", "_ref_16839", "_ref_16840", + "_ref_5883", "_ref_16841", + "_ref_5884", "_ref_16842", - "_ref_474", - "sec-class-definitions-runtime-semantics-evaluation", "_ref_16843", + "_ref_5885", + "_ref_5886", + "prod-qOUNT0OA", "_ref_16844", - "_ref_5888", + "_ref_5887", "_ref_16845", - "_ref_5889", "_ref_16846", "_ref_16847", "_ref_16848", - "_ref_5890", + "_ref_474", + "sec-class-definitions-runtime-semantics-evaluation", "_ref_16849", "_ref_16850", + "_ref_5888", "_ref_16851", + "_ref_5889", "_ref_16852", - "_ref_5891", "_ref_16853", - "_ref_5892", "_ref_16854", + "_ref_5890", "_ref_16855", - "sec-async-function-definitions", - "prod-AsyncFunctionDeclaration", - "prod-iAuKx0s9", "_ref_16856", "_ref_16857", "_ref_16858", + "_ref_5891", "_ref_16859", - "prod-TaHP58mu", + "_ref_5892", "_ref_16860", "_ref_16861", + "sec-async-function-definitions", + "prod-AsyncFunctionDeclaration", + "prod-iAuKx0s9", "_ref_16862", - "prod-AsyncFunctionExpression", - "prod-LFCRNt3l", "_ref_16863", "_ref_16864", "_ref_16865", + "prod-TaHP58mu", "_ref_16866", - "prod-AsyncMethod", - "prod-wN1mI5ty", "_ref_16867", "_ref_16868", + "prod-AsyncFunctionExpression", + "prod-LFCRNt3l", "_ref_16869", "_ref_16870", - "prod-AsyncFunctionBody", - "prod-WjFwGBMF", "_ref_16871", - "prod-AwaitExpression", "_ref_16872", + "prod-AsyncMethod", + "prod-wN1mI5ty", "_ref_16873", "_ref_16874", "_ref_16875", "_ref_16876", + "prod-AsyncFunctionBody", + "prod-WjFwGBMF", "_ref_16877", + "prod-AwaitExpression", "_ref_16878", "_ref_16879", "_ref_16880", - "_ref_5893", "_ref_16881", - "_ref_5894", - "_ref_5895", "_ref_16882", - "_ref_5896", "_ref_16883", "_ref_16884", "_ref_16885", "_ref_16886", + "_ref_5893", "_ref_16887", + "_ref_5894", + "_ref_5895", "_ref_16888", + "_ref_5896", "_ref_16889", "_ref_16890", "_ref_16891", "_ref_16892", "_ref_16893", "_ref_16894", - "sec-async-function-definitions-static-semantics-early-errors", "_ref_16895", "_ref_16896", "_ref_16897", - "_ref_5897", "_ref_16898", - "_ref_5898", "_ref_16899", - "_ref_5899", "_ref_16900", + "sec-async-function-definitions-static-semantics-early-errors", "_ref_16901", - "_ref_5900", "_ref_16902", - "_ref_5901", "_ref_16903", - "_ref_5902", + "_ref_5897", "_ref_16904", + "_ref_5898", "_ref_16905", + "_ref_5899", "_ref_16906", "_ref_16907", + "_ref_5900", "_ref_16908", + "_ref_5901", "_ref_16909", + "_ref_5902", "_ref_16910", "_ref_16911", "_ref_16912", - "_ref_5903", "_ref_16913", - "_ref_5904", "_ref_16914", "_ref_16915", - "_ref_5905", "_ref_16916", "_ref_16917", - "_ref_5906", "_ref_16918", + "_ref_5903", "_ref_16919", + "_ref_5904", "_ref_16920", - "_ref_5907", - "_ref_5908", "_ref_16921", - "_ref_5909", + "_ref_5905", "_ref_16922", - "_ref_5910", "_ref_16923", + "_ref_5906", "_ref_16924", - "_ref_5911", "_ref_16925", "_ref_16926", - "_ref_5912", + "_ref_5907", + "_ref_5908", "_ref_16927", + "_ref_5909", "_ref_16928", - "_ref_5913", + "_ref_5910", "_ref_16929", "_ref_16930", - "_ref_5914", + "_ref_5911", "_ref_16931", - "sec-runtime-semantics-instantiateasyncfunctionobject", - "sec-async-function-definitions-InstantiateFunctionObject", - "prod-VjNDNC25", "_ref_16932", + "_ref_5912", "_ref_16933", "_ref_16934", - "_ref_5915", + "_ref_5913", "_ref_16935", "_ref_16936", - "_ref_5916", - "_ref_5917", + "_ref_5914", "_ref_16937", + "sec-runtime-semantics-instantiateasyncfunctionobject", + "sec-async-function-definitions-InstantiateFunctionObject", + "prod-VjNDNC25", "_ref_16938", - "_ref_5918", - "prod-QVYl6PrK", "_ref_16939", "_ref_16940", + "_ref_5915", "_ref_16941", - "_ref_5919", - "_ref_5920", "_ref_16942", + "_ref_5916", + "_ref_5917", "_ref_16943", - "_ref_5921", - "sec-runtime-semantics-instantiateasyncfunctionexpression", - "prod-3RN98Vrc", "_ref_16944", + "_ref_5918", + "prod-QVYl6PrK", "_ref_16945", - "_ref_5922", "_ref_16946", - "_ref_5923", - "_ref_5924", "_ref_16947", + "_ref_5919", + "_ref_5920", "_ref_16948", - "_ref_5925", - "prod-iEhgnbem", "_ref_16949", + "_ref_5921", + "sec-runtime-semantics-instantiateasyncfunctionexpression", + "prod-3RN98Vrc", "_ref_16950", "_ref_16951", - "_ref_5926", - "_ref_5927", + "_ref_5922", "_ref_16952", - "_ref_5928", - "_ref_5929", + "_ref_5923", + "_ref_5924", "_ref_16953", - "_ref_5930", - "_ref_5931", "_ref_16954", + "_ref_5925", + "prod-iEhgnbem", "_ref_16955", - "_ref_5932", "_ref_16956", "_ref_16957", + "_ref_5926", + "_ref_5927", "_ref_16958", + "_ref_5928", + "_ref_5929", "_ref_16959", + "_ref_5930", + "_ref_5931", "_ref_16960", "_ref_16961", + "_ref_5932", "_ref_16962", "_ref_16963", + "_ref_16964", + "_ref_16965", + "_ref_16966", + "_ref_16967", + "_ref_16968", + "_ref_16969", "sec-runtime-semantics-evaluateasyncfunctionbody", "sec-async-function-definitions-EvaluateBody", "_ref_5933", "prod-jL__NzW5", - "_ref_16964", + "_ref_16970", "_ref_5934", "_ref_5935", "_ref_5936", "_ref_5937", "_ref_5938", - "_ref_16965", + "_ref_16971", "_ref_5939", "_ref_5940", "sec-async-function-definitions-runtime-semantics-evaluation", - "_ref_16966", - "_ref_16967", - "_ref_16968", - "_ref_5941", - "_ref_16969", - "_ref_16970", - "_ref_5942", - "_ref_16971", "_ref_16972", "_ref_16973", - "_ref_5943", "_ref_16974", + "_ref_5941", "_ref_16975", "_ref_16976", - "_ref_5944", - "_ref_5945", - "sec-async-arrow-function-definitions", - "prod-AsyncArrowFunction", - "prod-YIoJOc1p", + "_ref_5942", "_ref_16977", "_ref_16978", "_ref_16979", + "_ref_5943", "_ref_16980", - "prod-WTX_aban", "_ref_16981", "_ref_16982", + "_ref_5944", + "_ref_5945", + "sec-async-arrow-function-definitions", + "prod-AsyncArrowFunction", + "prod-YIoJOc1p", "_ref_16983", - "prod-AsyncConciseBody", - "prod-Dfs5WPuP", "_ref_16984", - "prod-Kq4Uu2cU", "_ref_16985", - "prod-AsyncArrowBindingIdentifier", - "prod-cDxY5q2J", "_ref_16986", - "prod-CoverCallExpressionAndAsyncArrowHead", - "prod-HT-vtkeW", + "prod-WTX_aban", "_ref_16987", "_ref_16988", "_ref_16989", + "prod-AsyncConciseBody", + "prod-Dfs5WPuP", "_ref_16990", + "prod-Kq4Uu2cU", "_ref_16991", - "prod-AsyncArrowHead", + "prod-AsyncArrowBindingIdentifier", + "prod-cDxY5q2J", "_ref_16992", + "prod-CoverCallExpressionAndAsyncArrowHead", + "prod-HT-vtkeW", "_ref_16993", - "sec-async-arrow-function-definitions-static-semantics-early-errors", "_ref_16994", "_ref_16995", - "_ref_5946", "_ref_16996", - "_ref_5947", "_ref_16997", + "prod-AsyncArrowHead", "_ref_16998", "_ref_16999", + "sec-async-arrow-function-definitions-static-semantics-early-errors", "_ref_17000", - "_ref_5948", "_ref_17001", + "_ref_5946", "_ref_17002", - "_ref_5949", + "_ref_5947", "_ref_17003", "_ref_17004", - "_ref_5950", "_ref_17005", - "_ref_5951", "_ref_17006", - "_ref_5952", + "_ref_5948", "_ref_17007", - "_ref_5953", "_ref_17008", - "_ref_5954", + "_ref_5949", "_ref_17009", "_ref_17010", + "_ref_5950", "_ref_17011", - "_ref_5955", + "_ref_5951", "_ref_17012", + "_ref_5952", + "_ref_17013", + "_ref_5953", + "_ref_17014", + "_ref_5954", + "_ref_17015", + "_ref_17016", + "_ref_17017", + "_ref_5955", + "_ref_17018", "sec-static-semantics-asyncconcisebodycontainsusestrict", "sec-async-arrow-function-definitions-static-semantics-containsusestrict", "prod-ua51hPgJ", - "_ref_17013", + "_ref_17019", "prod-NdVhlp_L", - "_ref_17014", + "_ref_17020", "_ref_5956", - "_ref_17015", + "_ref_17021", "sec-runtime-semantics-evaluateasyncconcisebody", "sec-async-arrow-function-definitions-EvaluateBody", "_ref_5957", "prod-NeT6IfHf", - "_ref_17016", + "_ref_17022", "_ref_5958", "_ref_5959", "_ref_5960", "_ref_5961", "_ref_5962", - "_ref_17017", + "_ref_17023", "_ref_5963", "_ref_5964", "sec-runtime-semantics-instantiateasyncarrowfunctionexpression", "prod-kBFLOl9Q", - "_ref_17018", - "_ref_17019", - "_ref_5965", - "_ref_17020", - "_ref_17021", - "_ref_5966", - "_ref_5967", - "_ref_17022", - "_ref_5968", - "prod-YQv2CZBp", - "_ref_17023", "_ref_17024", - "_ref_5969", "_ref_17025", + "_ref_5965", "_ref_17026", - "_ref_5970", "_ref_17027", + "_ref_5966", + "_ref_5967", "_ref_17028", - "_ref_5971", - "_ref_5972", + "_ref_5968", + "prod-YQv2CZBp", "_ref_17029", - "_ref_5973", - "sec-async-arrow-function-definitions-runtime-semantics-evaluation", "_ref_17030", + "_ref_5969", "_ref_17031", "_ref_17032", + "_ref_5970", "_ref_17033", - "_ref_5974", "_ref_17034", - "sec-tail-position-calls", - "sec-isintailposition", - "_ref_5975", - "_ref_5976", - "_ref_5977", + "_ref_5971", + "_ref_5972", "_ref_17035", + "_ref_5973", + "sec-async-arrow-function-definitions-runtime-semantics-evaluation", "_ref_17036", "_ref_17037", "_ref_17038", "_ref_17039", + "_ref_5974", "_ref_17040", + "sec-tail-position-calls", + "sec-isintailposition", + "_ref_5975", + "_ref_5976", + "_ref_5977", "_ref_17041", "_ref_17042", "_ref_17043", @@ -13417,6 +13411,12 @@ "_ref_17045", "_ref_17046", "_ref_17047", + "_ref_17048", + "_ref_17049", + "_ref_17050", + "_ref_17051", + "_ref_17052", + "_ref_17053", "_ref_5978", "_ref_5979", "_ref_475", @@ -13424,17 +13424,11 @@ "_ref_5980", "_ref_5981", "sec-statement-rules", - "_ref_17048", - "_ref_17049", - "_ref_5982", - "_ref_17050", - "_ref_5983", - "_ref_17051", - "_ref_17052", - "_ref_17053", "_ref_17054", "_ref_17055", + "_ref_5982", "_ref_17056", + "_ref_5983", "_ref_17057", "_ref_17058", "_ref_17059", @@ -13451,15 +13445,15 @@ "_ref_17070", "_ref_17071", "_ref_17072", - "_ref_5984", "_ref_17073", - "_ref_5985", "_ref_17074", "_ref_17075", "_ref_17076", "_ref_17077", "_ref_17078", + "_ref_5984", "_ref_17079", + "_ref_5985", "_ref_17080", "_ref_17081", "_ref_17082", @@ -13493,67 +13487,67 @@ "_ref_17110", "_ref_17111", "_ref_17112", - "_ref_5986", "_ref_17113", "_ref_17114", "_ref_17115", - "_ref_5987", "_ref_17116", "_ref_17117", - "_ref_5988", "_ref_17118", + "_ref_5986", "_ref_17119", "_ref_17120", - "_ref_5989", "_ref_17121", + "_ref_5987", "_ref_17122", "_ref_17123", + "_ref_5988", "_ref_17124", "_ref_17125", - "_ref_5990", "_ref_17126", - "_ref_5991", + "_ref_5989", "_ref_17127", "_ref_17128", - "_ref_5992", "_ref_17129", "_ref_17130", "_ref_17131", - "_ref_5993", + "_ref_5990", "_ref_17132", - "_ref_5994", + "_ref_5991", "_ref_17133", "_ref_17134", + "_ref_5992", "_ref_17135", "_ref_17136", "_ref_17137", - "_ref_5995", + "_ref_5993", "_ref_17138", + "_ref_5994", "_ref_17139", "_ref_17140", - "_ref_5996", "_ref_17141", "_ref_17142", "_ref_17143", + "_ref_5995", "_ref_17144", "_ref_17145", "_ref_17146", - "_ref_5997", + "_ref_5996", "_ref_17147", "_ref_17148", "_ref_17149", - "_ref_5998", "_ref_17150", - "sec-expression-rules", - "_ref_5999", - "_ref_6000", - "_ref_6001", "_ref_17151", "_ref_17152", + "_ref_5997", "_ref_17153", "_ref_17154", "_ref_17155", + "_ref_5998", "_ref_17156", + "sec-expression-rules", + "_ref_5999", + "_ref_6000", + "_ref_6001", "_ref_17157", "_ref_17158", "_ref_17159", @@ -13643,32 +13637,32 @@ "_ref_17243", "_ref_17244", "_ref_17245", - "_ref_6002", "_ref_17246", "_ref_17247", "_ref_17248", "_ref_17249", - "_ref_6003", "_ref_17250", - "_ref_6004", "_ref_17251", + "_ref_6002", "_ref_17252", "_ref_17253", - "_ref_6005", "_ref_17254", "_ref_17255", + "_ref_6003", "_ref_17256", - "_ref_6006", + "_ref_6004", "_ref_17257", "_ref_17258", "_ref_17259", - "_ref_6007", + "_ref_6005", "_ref_17260", "_ref_17261", "_ref_17262", + "_ref_6006", "_ref_17263", "_ref_17264", "_ref_17265", + "_ref_6007", "_ref_17266", "_ref_17267", "_ref_17268", @@ -13676,13 +13670,13 @@ "_ref_17270", "_ref_17271", "_ref_17272", - "_ref_6008", "_ref_17273", "_ref_17274", "_ref_17275", "_ref_17276", "_ref_17277", "_ref_17278", + "_ref_6008", "_ref_17279", "_ref_17280", "_ref_17281", @@ -13693,12 +13687,18 @@ "_ref_17286", "_ref_17287", "_ref_17288", - "_ref_6009", "_ref_17289", - "_ref_6010", "_ref_17290", - "_ref_6011", "_ref_17291", + "_ref_17292", + "_ref_17293", + "_ref_17294", + "_ref_6009", + "_ref_17295", + "_ref_6010", + "_ref_17296", + "_ref_6011", + "_ref_17297", "sec-preparefortailcall", "_ref_6012", "_ref_6013", @@ -13711,46 +13711,46 @@ "sec-scripts", "prod-Script", "prod-k7_ObWcc", - "_ref_17292", + "_ref_17298", "prod-ScriptBody", "prod-he3lY70e", - "_ref_17293", + "_ref_17299", "sec-scripts-static-semantics-early-errors", - "_ref_17294", + "_ref_17300", "_ref_6019", - "_ref_17295", + "_ref_17301", "_ref_6020", - "_ref_17296", + "_ref_17302", "_ref_6021", - "_ref_17297", - "_ref_17298", - "_ref_17299", + "_ref_17303", + "_ref_17304", + "_ref_17305", "_ref_6022", "_ref_6023", "_ref_6024", "_ref_6025", "_ref_476", - "_ref_17300", + "_ref_17306", "_ref_6026", - "_ref_17301", - "_ref_17302", + "_ref_17307", + "_ref_17308", "_ref_6027", "_ref_6028", - "_ref_17303", + "_ref_17309", "_ref_6029", "_ref_477", "_ref_6030", - "_ref_17304", + "_ref_17310", "_ref_6031", - "_ref_17305", + "_ref_17311", "_ref_6032", - "_ref_17306", + "_ref_17312", "sec-static-semantics-isstrict", "prod-ATUJl4Kq", - "_ref_17307", - "_ref_17308", + "_ref_17313", + "_ref_17314", "_ref_6033", - "_ref_17309", + "_ref_17315", "_ref_6034", "sec-script-semantics-runtime-semantics-evaluation", "_ref_6035", @@ -13762,16 +13762,16 @@ "_ref_6037", "_ref_6038", "_ref_6039", - "_ref_17310", + "_ref_17316", "_ref_6040", "_ref_6041", "sec-parse-script", "_ref_6042", - "_ref_17311", + "_ref_17317", "_ref_6043", "_ref_479", "_ref_6044", - "_ref_17312", + "_ref_17318", "_ref_6045", "_ref_6046", "sec-runtime-semantics-scriptevaluation", @@ -13791,9 +13791,9 @@ "sec-globaldeclarationinstantiation", "_ref_6060", "_ref_6061", - "_ref_17313", + "_ref_17319", "_ref_6062", - "_ref_17314", + "_ref_17320", "_ref_6063", "_ref_6064", "_ref_6065", @@ -13803,19 +13803,19 @@ "_ref_6069", "_ref_6070", "_ref_6071", - "_ref_17315", - "_ref_17316", - "_ref_17317", - "_ref_6072", - "_ref_17318", - "_ref_17319", - "_ref_17320", "_ref_17321", - "_ref_6073", - "_ref_6074", "_ref_17322", "_ref_17323", + "_ref_6072", "_ref_17324", + "_ref_17325", + "_ref_17326", + "_ref_17327", + "_ref_6073", + "_ref_6074", + "_ref_17328", + "_ref_17329", + "_ref_17330", "_ref_6075", "_ref_6076", "_ref_6077", @@ -13831,64 +13831,64 @@ "_ref_6085", "_ref_6086", "_ref_481", - "_ref_17325", - "_ref_17326", + "_ref_17331", + "_ref_17332", "_ref_6087", "_ref_6088", - "_ref_17327", + "_ref_17333", "_ref_6089", "sec-modules", "prod-Module", "prod-J1Dzjg4f", - "_ref_17328", + "_ref_17334", "prod-ModuleBody", - "_ref_17329", + "_ref_17335", "prod-ModuleItemList", "prod-oFwa4ZD6", - "_ref_17330", + "_ref_17336", "prod-GXF21Ewo", - "_ref_17331", - "_ref_17332", + "_ref_17337", + "_ref_17338", "prod-ModuleItem", "prod-0vrrEsBm", - "_ref_17333", + "_ref_17339", "prod-WCJmhvY4", - "_ref_17334", + "_ref_17340", "prod-jXCkpXv4", - "_ref_17335", + "_ref_17341", "sec-module-semantics", "sec-module-semantics-static-semantics-early-errors", - "_ref_17336", + "_ref_17342", "_ref_6090", - "_ref_17337", + "_ref_17343", "_ref_6091", - "_ref_17338", + "_ref_17344", "_ref_6092", - "_ref_17339", + "_ref_17345", "_ref_6093", - "_ref_17340", + "_ref_17346", "_ref_6094", - "_ref_17341", + "_ref_17347", "_ref_6095", - "_ref_17342", + "_ref_17348", "_ref_6096", - "_ref_17343", - "_ref_17344", + "_ref_17349", + "_ref_17350", "_ref_6097", - "_ref_17345", + "_ref_17351", "_ref_6098", - "_ref_17346", + "_ref_17352", "_ref_6099", - "_ref_17347", + "_ref_17353", "_ref_6100", - "_ref_17348", + "_ref_17354", "_ref_6101", - "_ref_17349", + "_ref_17355", "_ref_6102", - "_ref_17350", - "_ref_17351", - "_ref_17352", - "_ref_17353", + "_ref_17356", + "_ref_17357", + "_ref_17358", + "_ref_17359", "sec-importedlocalnames", "_ref_6103", "_ref_482", @@ -13902,46 +13902,46 @@ "prod-KwkKYyRj", "_ref_6107", "prod-K1adkbP6", - "_ref_17354", + "_ref_17360", "_ref_6108", - "_ref_17355", + "_ref_17361", "prod-9OD1gHQa", - "_ref_17356", - "_ref_17357", + "_ref_17362", + "_ref_17363", "_ref_6109", - "_ref_17358", + "_ref_17364", "_ref_6110", - "_ref_17359", + "_ref_17365", "prod-pGkooQP4", - "_ref_17360", + "_ref_17366", "_ref_6111", "prod-Fii3Jv-w", - "_ref_17361", - "_ref_17362", + "_ref_17367", + "_ref_17368", "_ref_6112", - "_ref_17363", + "_ref_17369", "prod-geKEXfWi", - "_ref_17364", + "_ref_17370", "_ref_6113", "_ref_6114", - "_ref_17365", + "_ref_17371", "prod-ShgW98pi", - "_ref_17366", - "_ref_17367", + "_ref_17372", + "_ref_17373", "_ref_6115", - "_ref_17368", + "_ref_17374", "prod-x1UQSoBl", - "_ref_17369", + "_ref_17375", "prod-vvvIsXz5", - "_ref_17370", + "_ref_17376", "prod-GV0VESxu", - "_ref_17371", + "_ref_17377", "prod-VYqY45eE", - "_ref_17372", + "_ref_17378", "prod-bcC47tAa", - "_ref_17373", + "_ref_17379", "prod-GGFgV72D", - "_ref_17374", + "_ref_17380", "_ref_6116", "sec-abstract-module-records", "_ref_6117", @@ -13975,7 +13975,7 @@ "_ref_6132", "_ref_6133", "_ref_6134", - "_ref_17375", + "_ref_17381", "_ref_6135", "_ref_488", "_ref_489", @@ -14075,7 +14075,7 @@ "sourctextmodule-record", "_ref_490", "_ref_6217", - "_ref_17376", + "_ref_17382", "_ref_6218", "_ref_6219", "_ref_6220", @@ -14085,7 +14085,7 @@ "table-additional-fields-of-source-text-module-records", "table-38", "_ref_6222", - "_ref_17377", + "_ref_17383", "_ref_6223", "_ref_6224", "_ref_6225", @@ -14104,8 +14104,8 @@ "table-importentry-record-fields", "_ref_6236", "table-39", - "_ref_17378", - "_ref_17379", + "_ref_17384", + "_ref_17385", "_ref_494", "table-import-forms-mapping-to-importentry-records", "table-40", @@ -14115,25 +14115,25 @@ "_ref_6239", "_ref_495", "table-exportentry-records", - "_ref_6240", - "table-41", - "_ref_17380", - "_ref_17381", - "_ref_17382", - "_ref_17383", - "_ref_17384", - "_ref_17385", + "_ref_6240", + "table-41", + "_ref_17386", + "_ref_17387", + "_ref_17388", + "_ref_17389", + "_ref_17390", + "_ref_17391", "_ref_496", "table-export-forms-mapping-to-exportentry-records", "table-42", "_ref_6241", "sec-parsemodule", "_ref_6242", - "_ref_17386", + "_ref_17392", "_ref_6243", "_ref_497", "_ref_6244", - "_ref_17387", + "_ref_17393", "_ref_6245", "_ref_6246", "_ref_6247", @@ -14216,10 +14216,10 @@ "_ref_6321", "_ref_6322", "_ref_6323", - "_ref_17388", - "_ref_17389", - "_ref_17390", - "_ref_17391", + "_ref_17394", + "_ref_17395", + "_ref_17396", + "_ref_17397", "_ref_6324", "_ref_6325", "_ref_6326", @@ -14236,7 +14236,7 @@ "_ref_6335", "_ref_6336", "_ref_6337", - "_ref_17392", + "_ref_17398", "_ref_6338", "_ref_498", "_ref_6339", @@ -14254,7 +14254,7 @@ "_ref_6349", "_ref_6350", "_ref_6351", - "_ref_17393", + "_ref_17399", "_ref_6352", "_ref_6353", "_ref_500", @@ -14302,383 +14302,383 @@ "_ref_6392", "sec-module-semantics-runtime-semantics-evaluation", "_ref_6393", - "_ref_17394", - "_ref_17395", - "_ref_6394", - "_ref_6395", - "_ref_17396", - "_ref_17397", - "_ref_17398", - "_ref_6396", - "_ref_17399", - "_ref_6397", - "_ref_6398", "_ref_17400", "_ref_17401", + "_ref_6394", + "_ref_6395", "_ref_17402", - "_ref_6399", - "sec-imports", - "prod-ImportDeclaration", - "prod-WzAgO-V_", "_ref_17403", "_ref_17404", - "prod-CDGJVPkq", + "_ref_6396", "_ref_17405", - "prod-ImportClause", + "_ref_6397", + "_ref_6398", "_ref_17406", "_ref_17407", "_ref_17408", - "prod-kEa0XgB6", + "_ref_6399", + "sec-imports", + "prod-ImportDeclaration", + "prod-WzAgO-V_", "_ref_17409", "_ref_17410", - "prod-wyOKxI9w", + "prod-CDGJVPkq", "_ref_17411", + "prod-ImportClause", "_ref_17412", + "_ref_17413", + "_ref_17414", + "prod-kEa0XgB6", + "_ref_17415", + "_ref_17416", + "prod-wyOKxI9w", + "_ref_17417", + "_ref_17418", "prod-ImportedDefaultBinding", "prod-XiX5S_vU", - "_ref_17413", + "_ref_17419", "prod-NameSpaceImport", "prod-AScJop1Y", - "_ref_17414", + "_ref_17420", "prod-NamedImports", "prod-SkqVKtrZ", - "_ref_17415", - "_ref_17416", + "_ref_17421", + "_ref_17422", "prod-FromClause", - "_ref_17417", + "_ref_17423", "prod-ImportsList", - "_ref_17418", + "_ref_17424", "prod-UCgvcMcb", - "_ref_17419", - "_ref_17420", + "_ref_17425", + "_ref_17426", "prod-ImportSpecifier", "prod-5TmWi69r", - "_ref_17421", + "_ref_17427", "prod-Pd4rUvEL", - "_ref_17422", - "_ref_17423", + "_ref_17428", + "_ref_17429", "prod-ModuleSpecifier", "prod-sCJUL89L", - "_ref_17424", + "_ref_17430", "prod-ImportedBinding", - "_ref_17425", + "_ref_17431", "sec-imports-static-semantics-early-errors", - "_ref_17426", + "_ref_17432", "_ref_6400", - "_ref_17427", + "_ref_17433", "sec-static-semantics-importentries", "sec-imports-static-semantics-importentries", "sec-module-semantics-static-semantics-importentries", "prod-65kV3a3C", "_ref_6401", "prod-8cqfbQ1C", - "_ref_17428", - "_ref_17429", + "_ref_17434", + "_ref_17435", "_ref_6402", - "_ref_17430", + "_ref_17436", "_ref_6403", - "_ref_17431", + "_ref_17437", "prod-haUIYXQl", - "_ref_17432", + "_ref_17438", "prod-hUPyQqYi", - "_ref_17433", + "_ref_17439", "_ref_6404", "prod-4FL2ok6-", - "_ref_17434", - "_ref_17435", + "_ref_17440", + "_ref_17441", "_ref_6405", - "_ref_17436", + "_ref_17442", "_ref_6406", - "_ref_17437", + "_ref_17443", "prod--ST7ch2j", - "_ref_17438", + "_ref_17444", "_ref_6407", "sec-static-semantics-importentriesformodule", "prod-ejkMSdRd", - "_ref_17439", - "_ref_17440", + "_ref_17445", + "_ref_17446", "_ref_6408", - "_ref_17441", + "_ref_17447", "_ref_6409", - "_ref_17442", + "_ref_17448", "prod-0jSzNM4w", - "_ref_17443", - "_ref_17444", + "_ref_17449", + "_ref_17450", "_ref_6410", - "_ref_17445", + "_ref_17451", "_ref_6411", - "_ref_17446", + "_ref_17452", "prod-8iON-ECl", - "_ref_17447", + "_ref_17453", "_ref_6412", - "_ref_17448", + "_ref_17454", "_ref_6413", "_ref_6414", "prod-UUrB05kM", - "_ref_17449", + "_ref_17455", "_ref_6415", - "_ref_17450", + "_ref_17456", "_ref_6416", "_ref_6417", "prod-Cg-QzVAj", "_ref_6418", "prod-nXrDLJR0", - "_ref_17451", - "_ref_17452", + "_ref_17457", + "_ref_17458", "_ref_6419", - "_ref_17453", + "_ref_17459", "_ref_6420", - "_ref_17454", + "_ref_17460", "prod-EknrR_3b", - "_ref_17455", + "_ref_17461", "_ref_6421", - "_ref_17456", + "_ref_17462", "_ref_6422", "_ref_6423", "prod-Qq5Ok86W", - "_ref_17457", - "_ref_17458", + "_ref_17463", + "_ref_17464", "_ref_6424", - "_ref_17459", + "_ref_17465", "_ref_6425", - "_ref_17460", + "_ref_17466", "_ref_6426", "_ref_6427", "sec-exports", "prod-ExportDeclaration", "prod-xWvkB_EQ", - "_ref_17461", - "_ref_17462", + "_ref_17467", + "_ref_17468", "prod---2Mdo2Q", - "_ref_17463", + "_ref_17469", "prod-w_WAVAwX", - "_ref_17464", + "_ref_17470", "prod-60Xh0dpZ", - "_ref_17465", + "_ref_17471", "prod-bE4rfMak", - "_ref_17466", + "_ref_17472", "prod-KPFnW3Lq", - "_ref_17467", + "_ref_17473", "prod-GUPXSqcT", - "_ref_17468", - "_ref_17469", + "_ref_17474", + "_ref_17475", "prod-ExportFromClause", "prod-A39AIi_B", "prod-o48mDNgZ", - "_ref_17470", + "_ref_17476", "prod-bKXP43lb", - "_ref_17471", + "_ref_17477", "prod-NamedExports", "prod-tKOro2Xm", - "_ref_17472", - "_ref_17473", + "_ref_17478", + "_ref_17479", "prod-ExportsList", - "_ref_17474", + "_ref_17480", "prod-JgWQiNCe", - "_ref_17475", - "_ref_17476", + "_ref_17481", + "_ref_17482", "prod-ExportSpecifier", "prod-JyH8gtYm", - "_ref_17477", + "_ref_17483", "prod-HMTDwQcl", - "_ref_17478", - "_ref_17479", + "_ref_17484", + "_ref_17485", "sec-exports-static-semantics-early-errors", - "_ref_17480", - "_ref_17481", + "_ref_17486", + "_ref_17487", "_ref_6428", - "_ref_17482", + "_ref_17488", "_ref_6429", - "_ref_17483", + "_ref_17489", "_ref_6430", "_ref_6431", - "_ref_17484", - "_ref_17485", + "_ref_17490", + "_ref_17491", "sec-static-semantics-exportedbindings", "sec-exports-static-semantics-exportedbindings", "sec-module-semantics-static-semantics-exportedbindings", - "_ref_17486", + "_ref_17492", "_ref_6432", "prod-hxF0P9sA", - "_ref_17487", - "_ref_17488", + "_ref_17493", + "_ref_17494", "_ref_6433", - "_ref_17489", + "_ref_17495", "_ref_6434", - "_ref_17490", + "_ref_17496", "prod-_KDGI2fs", - "_ref_17491", + "_ref_17497", "prod-ExniQRjB", - "_ref_17492", + "_ref_17498", "_ref_6435", "prod-V3c4HtRK", - "_ref_17493", - "_ref_17494", + "_ref_17499", + "_ref_17500", "_ref_6436", "prod-OFghu2j_", - "_ref_17495", + "_ref_17501", "_ref_6437", - "_ref_17496", + "_ref_17502", "prod-IJxf-Cdm", - "_ref_17497", + "_ref_17503", "_ref_6438", - "_ref_17498", + "_ref_17504", "prod-PahxJv8L", - "_ref_17499", + "_ref_17505", "_ref_6439", - "_ref_17500", + "_ref_17506", "prod-Ltk1AbDn", - "_ref_17501", + "_ref_17507", "prod-kSrXZybF", - "_ref_17502", + "_ref_17508", "prod-tftEFTtX", - "_ref_17503", + "_ref_17509", "_ref_6440", - "_ref_17504", + "_ref_17510", "prod-TQTcajTg", "_ref_6441", "prod-2N5gUMor", - "_ref_17505", - "_ref_17506", + "_ref_17511", + "_ref_17512", "_ref_6442", - "_ref_17507", + "_ref_17513", "_ref_6443", - "_ref_17508", + "_ref_17514", "prod-PXy6OYfk", - "_ref_17509", + "_ref_17515", "_ref_6444", "_ref_6445", - "_ref_17510", + "_ref_17516", "prod-yE_sj4Qx", - "_ref_17511", - "_ref_17512", + "_ref_17517", + "_ref_17518", "_ref_6446", "_ref_6447", - "_ref_17513", + "_ref_17519", "sec-static-semantics-exportednames", "sec-exports-static-semantics-exportednames", "sec-module-semantics-static-semantics-exportednames", - "_ref_17514", + "_ref_17520", "prod-Td0h-qi5", - "_ref_17515", - "_ref_17516", + "_ref_17521", + "_ref_17522", "_ref_6448", - "_ref_17517", + "_ref_17523", "_ref_6449", - "_ref_17518", + "_ref_17524", "prod-ebSwvFft", - "_ref_17519", + "_ref_17525", "_ref_6450", - "_ref_17520", + "_ref_17526", "prod-HgfJHgi9", - "_ref_17521", + "_ref_17527", "prod-TCq0u4jM", - "_ref_17522", + "_ref_17528", "_ref_6451", "prod-Upv45R4X", - "_ref_17523", - "_ref_17524", + "_ref_17529", + "_ref_17530", "_ref_6452", - "_ref_17525", + "_ref_17531", "prod-H38kB23_", "_ref_6453", "prod-cZdtFWyT", - "_ref_17526", + "_ref_17532", "_ref_6454", "_ref_6455", - "_ref_17527", + "_ref_17533", "prod-zlltzYPM", - "_ref_17528", + "_ref_17534", "_ref_6456", - "_ref_17529", + "_ref_17535", "prod-n6JkNQnf", - "_ref_17530", + "_ref_17536", "_ref_6457", - "_ref_17531", + "_ref_17537", "prod-NjdAgwQZ", - "_ref_17532", + "_ref_17538", "_ref_6458", - "_ref_17533", + "_ref_17539", "prod-iOoR-XLv", - "_ref_17534", + "_ref_17540", "prod-BuNuTBV9", - "_ref_17535", + "_ref_17541", "prod-fWfjxGVB", - "_ref_17536", + "_ref_17542", "prod-tyOEKkRB", "_ref_6459", "prod-VeE5fiYD", - "_ref_17537", - "_ref_17538", + "_ref_17543", + "_ref_17544", "_ref_6460", - "_ref_17539", + "_ref_17545", "_ref_6461", - "_ref_17540", + "_ref_17546", "prod-pHxySdXg", - "_ref_17541", + "_ref_17547", "_ref_6462", "_ref_6463", - "_ref_17542", + "_ref_17548", "prod-GRhLFzm0", - "_ref_17543", - "_ref_17544", + "_ref_17549", + "_ref_17550", "_ref_6464", "_ref_6465", - "_ref_17545", + "_ref_17551", "sec-static-semantics-exportentries", "sec-exports-static-semantics-exportentries", "sec-module-semantics-static-semantics-exportentries", "prod-VtH9KIhP", "_ref_6466", "prod-paVpIqc4", - "_ref_17546", - "_ref_17547", + "_ref_17552", + "_ref_17553", "_ref_6467", - "_ref_17548", + "_ref_17554", "_ref_6468", - "_ref_17549", + "_ref_17555", "prod-lSM0kaNt", - "_ref_17550", + "_ref_17556", "prod-TW56DY7O", - "_ref_17551", + "_ref_17557", "_ref_6469", "prod-Pw78KQtD", - "_ref_17552", - "_ref_17553", + "_ref_17558", + "_ref_17559", "_ref_6470", - "_ref_17554", + "_ref_17560", "_ref_6471", - "_ref_17555", + "_ref_17561", "prod-VQKcYkbx", - "_ref_17556", + "_ref_17562", "_ref_6472", - "_ref_17557", + "_ref_17563", "prod-vHJuGFG0", - "_ref_17558", + "_ref_17564", "_ref_6473", "_ref_6474", - "_ref_17559", + "_ref_17565", "_ref_6475", "prod-7BCAocpR", - "_ref_17560", + "_ref_17566", "_ref_6476", "_ref_6477", - "_ref_17561", + "_ref_17567", "_ref_6478", "prod-rg_YnEcS", - "_ref_17562", + "_ref_17568", "_ref_6479", - "_ref_17563", + "_ref_17569", "_ref_6480", "_ref_6481", "prod-A54_tyTm", - "_ref_17564", + "_ref_17570", "_ref_6482", - "_ref_17565", + "_ref_17571", "_ref_6483", "_ref_6484", "prod-04PQQ9j2", - "_ref_17566", + "_ref_17572", "_ref_6485", "_ref_6486", "sec-static-semantics-exportentriesformodule", @@ -14686,98 +14686,98 @@ "_ref_6487", "_ref_6488", "prod-eEU1GKNj", - "_ref_17567", + "_ref_17573", "_ref_6489", - "_ref_17568", + "_ref_17574", "_ref_6490", "_ref_6491", "prod-mzZ83dVi", "_ref_6492", "prod-zadzACBk", - "_ref_17569", - "_ref_17570", + "_ref_17575", + "_ref_17576", "_ref_6493", - "_ref_17571", + "_ref_17577", "_ref_6494", - "_ref_17572", + "_ref_17578", "prod-sRdxtKYQ", - "_ref_17573", + "_ref_17579", "_ref_6495", - "_ref_17574", + "_ref_17580", "_ref_6496", "_ref_6497", "prod-kMIeNwJo", - "_ref_17575", - "_ref_17576", + "_ref_17581", + "_ref_17582", "_ref_6498", - "_ref_17577", + "_ref_17583", "_ref_6499", - "_ref_17578", + "_ref_17584", "_ref_6500", "_ref_6501", "sec-static-semantics-referencedbindings", "prod-SuOfrU8K", "_ref_6502", "prod-eGw90zQ9", - "_ref_17579", - "_ref_17580", - "_ref_6503", - "_ref_17581", - "_ref_6504", - "_ref_17582", - "prod-T6LrnWgA", - "_ref_17583", - "_ref_6505", - "_ref_17584", - "prod-iOxB68Nd", "_ref_17585", "_ref_17586", - "_ref_6506", + "_ref_6503", "_ref_17587", - "sec-exports-runtime-semantics-evaluation", + "_ref_6504", "_ref_17588", + "prod-T6LrnWgA", "_ref_17589", + "_ref_6505", "_ref_17590", - "_ref_6507", + "prod-iOxB68Nd", "_ref_17591", "_ref_17592", + "_ref_6506", "_ref_17593", + "sec-exports-runtime-semantics-evaluation", "_ref_17594", "_ref_17595", "_ref_17596", + "_ref_6507", "_ref_17597", - "_ref_6508", "_ref_17598", - "_ref_6509", "_ref_17599", + "_ref_17600", + "_ref_17601", + "_ref_17602", + "_ref_17603", + "_ref_6508", + "_ref_17604", + "_ref_6509", + "_ref_17605", "_ref_6510", "_ref_6511", "_ref_6512", - "_ref_17600", + "_ref_17606", "_ref_6513", - "_ref_17601", + "_ref_17607", "_ref_6514", - "_ref_17602", - "_ref_17603", + "_ref_17608", + "_ref_17609", "_ref_6515", "_ref_6516", "_ref_6517", "_ref_6518", "sec-error-handling-and-language-extensions", "early-error", - "_ref_17604", + "_ref_17610", "_ref_6519", - "_ref_17605", - "_ref_17606", + "_ref_17611", + "_ref_17612", "_ref_6520", - "_ref_17607", - "_ref_17608", - "_ref_17609", + "_ref_17613", + "_ref_17614", + "_ref_17615", "_ref_6521", "_ref_502", "_ref_6522", - "_ref_17610", - "_ref_17611", + "_ref_17616", + "_ref_17617", "_ref_6523", "_ref_6524", "_ref_6525", @@ -14786,17 +14786,17 @@ "_ref_6527", "sec-forbidden-extensions", "_ref_6528", - "_ref_17612", - "_ref_17613", - "_ref_17614", - "_ref_17615", - "_ref_17616", - "_ref_17617", "_ref_17618", "_ref_17619", "_ref_17620", "_ref_17621", "_ref_17622", + "_ref_17623", + "_ref_17624", + "_ref_17625", + "_ref_17626", + "_ref_17627", + "_ref_17628", "_ref_6529", "_ref_6530", "_ref_6531", @@ -14807,15 +14807,15 @@ "_ref_6536", "_ref_504", "_ref_505", - "_ref_17623", - "_ref_17624", + "_ref_17629", + "_ref_17630", "_ref_6537", - "_ref_17625", + "_ref_17631", "_ref_506", - "_ref_17626", + "_ref_17632", "_ref_507", "_ref_508", - "_ref_17627", + "_ref_17633", "_ref_509", "_ref_510", "_ref_511", @@ -14824,13 +14824,13 @@ "_ref_513", "_ref_514", "_ref_515", - "_ref_17628", + "_ref_17634", "_ref_6539", "_ref_516", - "_ref_17629", + "_ref_17635", "sec-ecmascript-standard-built-in-objects", - "_ref_17630", - "_ref_17631", + "_ref_17636", + "_ref_17637", "_ref_6540", "_ref_6541", "_ref_6542", @@ -14908,17 +14908,17 @@ "_ref_6588", "_ref_6589", "_ref_6590", - "_ref_17632", + "_ref_17638", "_ref_6591", "_ref_6592", - "_ref_17633", - "_ref_17634", + "_ref_17639", + "_ref_17640", "_ref_6593", - "_ref_17635", + "_ref_17641", "_ref_6594", - "_ref_17636", + "_ref_17642", "_ref_6595", - "_ref_17637", + "_ref_17643", "_ref_6596", "_ref_6597", "_ref_6598", @@ -14954,22 +14954,22 @@ "_ref_6624", "_ref_6625", "_ref_6626", - "_ref_17638", - "_ref_17639", - "_ref_17640", - "_ref_6627", - "_ref_17641", - "_ref_17642", - "_ref_17643", "_ref_17644", + "_ref_17645", + "_ref_17646", + "_ref_6627", + "_ref_17647", + "_ref_17648", + "_ref_17649", + "_ref_17650", "_ref_6628", "_ref_6629", "step-evaldeclarationinstantiation-web-compat-insertion-point", "_ref_532", "_ref_6630", - "_ref_17645", - "_ref_17646", - "_ref_17647", + "_ref_17651", + "_ref_17652", + "_ref_17653", "_ref_6631", "_ref_6632", "step-evaldeclarationinstantiation-post-validation", @@ -15000,9 +15000,9 @@ "_ref_6651", "_ref_6652", "_ref_6653", - "_ref_17648", + "_ref_17654", "_ref_536", - "_ref_17649", + "_ref_17655", "_ref_6654", "_ref_6655", "sec-parseint-string-radix", @@ -15025,22 +15025,22 @@ "_ref_540", "sec-uri-syntax-and-semantics", "prod-uri", - "_ref_17650", - "prod-uriCharacters", - "_ref_17651", - "_ref_17652", - "prod-uriCharacter", - "_ref_17653", - "_ref_17654", - "_ref_17655", - "prod-uriReserved", - "prod-uriUnescaped", "_ref_17656", + "prod-uriCharacters", "_ref_17657", "_ref_17658", - "prod-uriEscaped", + "prod-uriCharacter", "_ref_17659", "_ref_17660", + "_ref_17661", + "prod-uriReserved", + "prod-uriUnescaped", + "_ref_17662", + "_ref_17663", + "_ref_17664", + "prod-uriEscaped", + "_ref_17665", + "_ref_17666", "prod-uriAlpha", "prod-uriMark", "_ref_541", @@ -15063,7 +15063,7 @@ "_ref_6678", "sec-decodeuri-encodeduri", "_ref_6679", - "_ref_17661", + "_ref_17667", "_ref_6680", "sec-decodeuricomponent-encodeduricomponent", "_ref_6681", @@ -15071,13 +15071,13 @@ "sec-encodeuri-uri", "_ref_544", "_ref_6683", - "_ref_17662", - "_ref_17663", + "_ref_17668", + "_ref_17669", "_ref_6684", "sec-encodeuricomponent-uricomponent", "_ref_545", "_ref_6685", - "_ref_17664", + "_ref_17670", "_ref_6686", "sec-constructor-properties-of-the-global-object", "sec-constructor-properties-of-the-global-object-array", @@ -15352,15 +15352,19 @@ "_ref_6809", "_ref_6810", "_ref_6811", - "_ref_17665", - "_ref_17666", - "_ref_17667", - "_ref_17668", - "_ref_17669", - "_ref_17670", - "_ref_6812", "_ref_17671", "_ref_17672", + "_ref_17673", + "_ref_17674", + "_ref_17675", + "_ref_17676", + "_ref_17677", + "_ref_17678", + "_ref_17679", + "_ref_6812", + "_ref_17680", + "_ref_17681", + "_ref_17682", "_ref_6813", "_ref_6814", "_ref_6815", @@ -15372,7 +15376,6 @@ "_ref_6820", "_ref_6821", "_ref_6822", - "_ref_17673", "_ref_6823", "_ref_6824", "_ref_6825", @@ -15385,39 +15388,39 @@ "_ref_6832", "_ref_6833", "_ref_6834", - "table-dynamic-function-sourcetext-prefixes", - "sec-properties-of-the-function-constructor", "_ref_6835", "_ref_6836", "_ref_6837", - "sec-function.length", "_ref_6838", - "sec-function.prototype", "_ref_6839", - "sec-properties-of-the-function-prototype-object", "_ref_6840", + "table-dynamic-function-sourcetext-prefixes", + "sec-properties-of-the-function-constructor", "_ref_6841", "_ref_6842", "_ref_6843", - "sec-function.prototype.apply", + "sec-function.length", "_ref_6844", + "sec-function.prototype", "_ref_6845", + "sec-properties-of-the-function-prototype-object", "_ref_6846", "_ref_6847", "_ref_6848", - "step-function-proto-apply-call", "_ref_6849", + "sec-function.prototype.apply", "_ref_6850", "_ref_6851", "_ref_6852", - "_ref_601", - "sec-function.prototype.bind", "_ref_6853", "_ref_6854", + "step-function-proto-apply-call", "_ref_6855", "_ref_6856", "_ref_6857", "_ref_6858", + "_ref_601", + "sec-function.prototype.bind", "_ref_6859", "_ref_6860", "_ref_6861", @@ -15425,424 +15428,424 @@ "_ref_6863", "_ref_6864", "_ref_6865", - "sec-function.prototype.call", "_ref_6866", "_ref_6867", - "step-function-proto-call-call", "_ref_6868", "_ref_6869", "_ref_6870", "_ref_6871", - "_ref_602", - "sec-function.prototype.constructor", + "sec-function.prototype.call", "_ref_6872", - "sec-function.prototype.tostring", "_ref_6873", + "step-function-proto-call-call", "_ref_6874", "_ref_6875", - "_ref_603", "_ref_6876", - "_ref_17674", - "_ref_17675", - "_ref_17676", "_ref_6877", + "_ref_602", + "sec-function.prototype.constructor", "_ref_6878", + "sec-function.prototype.tostring", "_ref_6879", - "_ref_17677", - "prod-NativeFunction", - "_ref_17678", - "_ref_17679", - "_ref_17680", - "prod-NativeFunctionAccessor", - "sec-function.prototype-@@hasinstance", "_ref_6880", "_ref_6881", + "_ref_603", "_ref_6882", - "sec-function-instances", + "_ref_17683", + "_ref_17684", + "_ref_17685", "_ref_6883", - "_ref_604", - "_ref_605", - "_ref_606", - "sec-function-instances-length", "_ref_6884", - "sec-function-instances-name", "_ref_6885", - "sec-function-instances-prototype", + "_ref_17686", + "prod-NativeFunction", + "_ref_17687", + "_ref_17688", + "_ref_17689", + "prod-NativeFunctionAccessor", + "sec-function.prototype-@@hasinstance", "_ref_6886", "_ref_6887", "_ref_6888", - "_ref_17681", - "_ref_17682", - "_ref_17683", - "_ref_17684", - "sec-hosthassourcetextavailable", + "sec-function-instances", "_ref_6889", + "_ref_604", + "_ref_605", + "_ref_606", + "sec-function-instances-length", "_ref_6890", + "sec-function-instances-name", "_ref_6891", - "sec-boolean-objects", - "sec-boolean-constructor", + "sec-function-instances-prototype", "_ref_6892", "_ref_6893", "_ref_6894", + "_ref_17690", + "_ref_17691", + "_ref_17692", + "_ref_17693", + "sec-hosthassourcetextavailable", "_ref_6895", "_ref_6896", - "sec-boolean-constructor-boolean-value", "_ref_6897", + "sec-boolean-objects", + "sec-boolean-constructor", "_ref_6898", - "sec-properties-of-the-boolean-constructor", "_ref_6899", "_ref_6900", - "sec-boolean.prototype", "_ref_6901", - "sec-properties-of-the-boolean-prototype-object", "_ref_6902", + "sec-boolean-constructor-boolean-value", "_ref_6903", - "thisbooleanvalue", - "sec-thisbooleanvalue", "_ref_6904", + "sec-properties-of-the-boolean-constructor", "_ref_6905", "_ref_6906", + "sec-boolean.prototype", "_ref_6907", - "sec-boolean.prototype.constructor", + "sec-properties-of-the-boolean-prototype-object", "_ref_6908", - "sec-boolean.prototype.tostring", "_ref_6909", - "sec-boolean.prototype.valueof", + "thisbooleanvalue", + "sec-thisbooleanvalue", "_ref_6910", - "sec-properties-of-boolean-instances", "_ref_6911", - "sec-symbol-objects", - "sec-symbol-constructor", "_ref_6912", "_ref_6913", - "sec-symbol-description", + "sec-boolean.prototype.constructor", "_ref_6914", - "sec-properties-of-the-symbol-constructor", + "sec-boolean.prototype.tostring", "_ref_6915", + "sec-boolean.prototype.valueof", "_ref_6916", - "sec-symbol.asynciterator", + "sec-properties-of-boolean-instances", "_ref_6917", - "_ref_607", - "sec-symbol.for", + "sec-symbol-objects", + "sec-symbol-constructor", "_ref_6918", "_ref_6919", + "sec-symbol-description", "_ref_6920", + "sec-properties-of-the-symbol-constructor", "_ref_6921", "_ref_6922", + "sec-symbol.asynciterator", "_ref_6923", + "_ref_607", + "sec-symbol.for", "_ref_6924", "_ref_6925", + "_ref_6926", + "_ref_6927", + "_ref_6928", + "_ref_6929", + "_ref_6930", + "_ref_6931", "_ref_608", "table-globalsymbolregistry-record-fields", - "_ref_6926", + "_ref_6932", "table-44", - "_ref_6927", + "_ref_6933", "sec-symbol.hasinstance", - "_ref_6928", + "_ref_6934", "_ref_609", "sec-symbol.isconcatspreadable", - "_ref_6929", + "_ref_6935", "_ref_610", "sec-symbol.iterator", - "_ref_6930", + "_ref_6936", "_ref_611", "sec-symbol.keyfor", - "_ref_6931", - "_ref_6932", + "_ref_6937", + "_ref_6938", "_ref_612", - "_ref_6933", - "_ref_6934", + "_ref_6939", + "_ref_6940", "sec-symbol.match", - "_ref_6935", + "_ref_6941", "_ref_613", "sec-symbol.matchall", - "_ref_6936", + "_ref_6942", "_ref_614", "sec-symbol.prototype", - "_ref_6937", + "_ref_6943", "sec-symbol.replace", - "_ref_6938", + "_ref_6944", "_ref_615", "sec-symbol.search", - "_ref_6939", + "_ref_6945", "_ref_616", "sec-symbol.species", - "_ref_6940", + "_ref_6946", "_ref_617", "sec-symbol.split", - "_ref_6941", + "_ref_6947", "_ref_618", "sec-symbol.toprimitive", - "_ref_6942", + "_ref_6948", "_ref_619", "sec-symbol.tostringtag", - "_ref_6943", + "_ref_6949", "_ref_620", "sec-symbol.unscopables", - "_ref_6944", + "_ref_6950", "_ref_621", "sec-properties-of-the-symbol-prototype-object", - "_ref_6945", - "_ref_6946", - "thissymbolvalue", - "sec-thissymbolvalue", - "_ref_6947", - "_ref_6948", - "_ref_6949", - "_ref_6950", - "sec-symbol.prototype.constructor", "_ref_6951", - "sec-symbol.prototype.description", "_ref_6952", + "thissymbolvalue", + "sec-thissymbolvalue", "_ref_6953", - "sec-symbol.prototype.tostring", "_ref_6954", "_ref_6955", - "sec-symboldescriptivestring", "_ref_6956", + "sec-symbol.prototype.constructor", "_ref_6957", + "sec-symbol.prototype.description", "_ref_6958", "_ref_6959", + "sec-symbol.prototype.tostring", "_ref_6960", - "sec-symbol.prototype.valueof", "_ref_6961", - "sec-symbol.prototype-@@toprimitive", + "sec-symboldescriptivestring", "_ref_6962", - "sec-symbol.prototype-@@tostringtag", "_ref_6963", - "sec-properties-of-symbol-instances", "_ref_6964", - "sec-error-objects", - "_ref_622", - "_ref_623", "_ref_6965", "_ref_6966", + "sec-symbol.prototype.valueof", "_ref_6967", - "sec-error-constructor", + "sec-symbol.prototype-@@toprimitive", "_ref_6968", + "sec-symbol.prototype-@@tostringtag", "_ref_6969", + "sec-properties-of-symbol-instances", "_ref_6970", + "sec-error-objects", + "_ref_622", + "_ref_623", "_ref_6971", - "sec-error-message", "_ref_6972", "_ref_6973", + "sec-error-constructor", "_ref_6974", "_ref_6975", - "sec-properties-of-the-error-constructor", "_ref_6976", "_ref_6977", - "sec-error.prototype", + "sec-error-message", "_ref_6978", - "sec-properties-of-the-error-prototype-object", "_ref_6979", "_ref_6980", - "sec-error.prototype.constructor", "_ref_6981", - "sec-error.prototype.message", - "sec-error.prototype.name", - "sec-error.prototype.tostring", + "sec-properties-of-the-error-constructor", "_ref_6982", "_ref_6983", + "sec-error.prototype", "_ref_6984", + "sec-properties-of-the-error-prototype-object", "_ref_6985", "_ref_6986", + "sec-error.prototype.constructor", "_ref_6987", - "sec-properties-of-error-instances", + "sec-error.prototype.message", + "sec-error.prototype.name", + "sec-error.prototype.tostring", "_ref_6988", - "sec-native-error-types-used-in-this-standard", - "_ref_624", - "sec-native-error-types-used-in-this-standard-evalerror", "_ref_6989", - "sec-native-error-types-used-in-this-standard-rangeerror", "_ref_6990", - "sec-native-error-types-used-in-this-standard-referenceerror", "_ref_6991", - "sec-native-error-types-used-in-this-standard-syntaxerror", "_ref_6992", - "sec-native-error-types-used-in-this-standard-typeerror", "_ref_6993", - "sec-native-error-types-used-in-this-standard-urierror", + "sec-properties-of-error-instances", "_ref_6994", - "sec-nativeerror-object-structure", - "_ref_625", + "sec-native-error-types-used-in-this-standard", + "_ref_624", + "sec-native-error-types-used-in-this-standard-evalerror", "_ref_6995", + "sec-native-error-types-used-in-this-standard-rangeerror", "_ref_6996", - "_ref_626", - "sec-nativeerror-constructors", + "sec-native-error-types-used-in-this-standard-referenceerror", "_ref_6997", + "sec-native-error-types-used-in-this-standard-syntaxerror", "_ref_6998", + "sec-native-error-types-used-in-this-standard-typeerror", "_ref_6999", + "sec-native-error-types-used-in-this-standard-urierror", "_ref_7000", - "sec-nativeerror", + "sec-nativeerror-object-structure", + "_ref_625", "_ref_7001", - "step-nativerror-ordinarycreatefromconstructor", "_ref_7002", + "_ref_626", + "sec-nativeerror-constructors", "_ref_7003", "_ref_7004", - "_ref_627", "_ref_7005", - "sec-properties-of-the-nativeerror-constructors", "_ref_7006", + "sec-nativeerror", "_ref_7007", - "sec-nativeerror.prototype", - "_ref_628", + "step-nativerror-ordinarycreatefromconstructor", "_ref_7008", - "sec-properties-of-the-nativeerror-prototype-objects", "_ref_7009", "_ref_7010", - "sec-nativeerror.prototype.constructor", + "_ref_627", "_ref_7011", - "_ref_629", - "sec-nativeerror.prototype.message", + "sec-properties-of-the-nativeerror-constructors", "_ref_7012", - "sec-nativeerror.prototype.name", "_ref_7013", + "sec-nativeerror.prototype", + "_ref_628", "_ref_7014", - "sec-properties-of-nativeerror-instances", - "_ref_630", - "sec-aggregate-error-objects", - "sec-aggregate-error-constructor", + "sec-properties-of-the-nativeerror-prototype-objects", "_ref_7015", "_ref_7016", + "sec-nativeerror.prototype.constructor", "_ref_7017", + "_ref_629", + "sec-nativeerror.prototype.message", "_ref_7018", - "sec-aggregate-error", + "sec-nativeerror.prototype.name", "_ref_7019", "_ref_7020", + "sec-properties-of-nativeerror-instances", + "_ref_630", + "sec-aggregate-error-objects", + "sec-aggregate-error-constructor", "_ref_7021", "_ref_7022", "_ref_7023", "_ref_7024", + "sec-aggregate-error", "_ref_7025", - "sec-properties-of-the-aggregate-error-constructors", "_ref_7026", "_ref_7027", - "sec-aggregate-error.prototype", "_ref_7028", - "sec-properties-of-the-aggregate-error-prototype-objects", "_ref_7029", "_ref_7030", - "sec-aggregate-error.prototype.constructor", "_ref_7031", - "sec-aggregate-error.prototype.message", - "sec-aggregate-error.prototype.name", - "sec-properties-of-aggregate-error-instances", + "sec-properties-of-the-aggregate-error-constructors", "_ref_7032", - "_ref_631", - "sec-numbers-and-dates", - "sec-number-objects", - "sec-number-constructor", "_ref_7033", + "sec-aggregate-error.prototype", "_ref_7034", + "sec-properties-of-the-aggregate-error-prototype-objects", "_ref_7035", "_ref_7036", + "sec-aggregate-error.prototype.constructor", "_ref_7037", - "sec-number-constructor-number-value", + "sec-aggregate-error.prototype.message", + "sec-aggregate-error.prototype.name", + "sec-properties-of-aggregate-error-instances", "_ref_7038", + "_ref_631", + "sec-numbers-and-dates", + "sec-number-objects", + "sec-number-constructor", "_ref_7039", "_ref_7040", "_ref_7041", "_ref_7042", - "sec-properties-of-the-number-constructor", "_ref_7043", + "sec-number-constructor-number-value", "_ref_7044", - "sec-number.epsilon", "_ref_7045", "_ref_7046", - "sec-number.isfinite", "_ref_7047", - "sec-number.isinteger", "_ref_7048", - "sec-number.isnan", + "sec-properties-of-the-number-constructor", "_ref_7049", - "_ref_632", - "sec-number.issafeinteger", "_ref_7050", + "sec-number.epsilon", "_ref_7051", "_ref_7052", - "sec-number.max_safe_integer", + "sec-number.isfinite", "_ref_7053", + "sec-number.isinteger", "_ref_7054", + "sec-number.isnan", "_ref_7055", + "_ref_632", + "sec-number.issafeinteger", "_ref_7056", "_ref_7057", - "sec-number.max_value", - "sec-number.min_safe_integer", "_ref_7058", + "sec-number.max_safe_integer", "_ref_7059", "_ref_7060", "_ref_7061", "_ref_7062", - "sec-number.min_value", "_ref_7063", - "sec-number.nan", - "sec-number.negative_infinity", - "sec-number.parsefloat", + "sec-number.max_value", + "sec-number.min_safe_integer", "_ref_7064", "_ref_7065", "_ref_7066", - "_ref_633", - "sec-number.parseint", "_ref_7067", "_ref_7068", + "sec-number.min_value", "_ref_7069", - "_ref_634", - "sec-number.positive_infinity", - "sec-number.prototype", + "sec-number.nan", + "sec-number.negative_infinity", + "sec-number.parsefloat", "_ref_7070", - "sec-properties-of-the-number-prototype-object", "_ref_7071", "_ref_7072", + "_ref_633", + "sec-number.parseint", "_ref_7073", "_ref_7074", - "thisnumbervalue", - "sec-thisnumbervalue", "_ref_7075", + "_ref_634", + "sec-number.positive_infinity", + "sec-number.prototype", "_ref_7076", + "sec-properties-of-the-number-prototype-object", "_ref_7077", "_ref_7078", "_ref_7079", "_ref_7080", - "sec-number.prototype.constructor", + "thisnumbervalue", + "sec-thisnumbervalue", "_ref_7081", - "sec-number.prototype.toexponential", "_ref_7082", "_ref_7083", "_ref_7084", "_ref_7085", "_ref_7086", + "sec-number.prototype.constructor", "_ref_7087", + "sec-number.prototype.toexponential", "_ref_7088", - "step-number-proto-toexponential-intermediate-values", "_ref_7089", "_ref_7090", "_ref_7091", "_ref_7092", - "_ref_635", - "sec-number.prototype.tofixed", "_ref_7093", "_ref_7094", + "step-number-proto-toexponential-intermediate-values", "_ref_7095", "_ref_7096", "_ref_7097", "_ref_7098", + "_ref_635", + "sec-number.prototype.tofixed", "_ref_7099", "_ref_7100", "_ref_7101", "_ref_7102", "_ref_7103", "_ref_7104", - "sec-number.prototype.tolocalestring", "_ref_7105", "_ref_7106", "_ref_7107", - "sec-number.prototype.toprecision", "_ref_7108", "_ref_7109", "_ref_7110", + "sec-number.prototype.tolocalestring", "_ref_7111", "_ref_7112", "_ref_7113", + "sec-number.prototype.toprecision", "_ref_7114", "_ref_7115", "_ref_7116", @@ -15852,147 +15855,147 @@ "_ref_7120", "_ref_7121", "_ref_7122", - "sec-number.prototype.tostring", "_ref_7123", "_ref_7124", "_ref_7125", "_ref_7126", "_ref_7127", "_ref_7128", - "_ref_636", - "sec-number.prototype.valueof", + "sec-number.prototype.tostring", "_ref_7129", - "sec-properties-of-number-instances", "_ref_7130", "_ref_7131", - "sec-bigint-objects", - "sec-bigint-constructor", "_ref_7132", "_ref_7133", "_ref_7134", + "_ref_636", + "sec-number.prototype.valueof", "_ref_7135", - "sec-bigint-constructor-number-value", + "sec-properties-of-number-instances", "_ref_7136", "_ref_7137", + "sec-bigint-objects", + "sec-bigint-constructor", "_ref_7138", "_ref_7139", - "sec-numbertobigint", "_ref_7140", "_ref_7141", - "sec-properties-of-the-bigint-constructor", + "sec-bigint-constructor-number-value", "_ref_7142", "_ref_7143", "_ref_7144", - "sec-bigint.asintn", "_ref_7145", + "sec-numbertobigint", "_ref_7146", "_ref_7147", + "sec-properties-of-the-bigint-constructor", "_ref_7148", "_ref_7149", "_ref_7150", - "sec-bigint.asuintn", + "sec-bigint.asintn", "_ref_7151", "_ref_7152", "_ref_7153", "_ref_7154", - "sec-bigint.prototype", "_ref_7155", - "sec-properties-of-the-bigint-prototype-object", "_ref_7156", + "sec-bigint.asuintn", "_ref_7157", - "thisbigintvalue", - "sec-thisbigintvalue", "_ref_7158", "_ref_7159", "_ref_7160", + "sec-bigint.prototype", "_ref_7161", + "sec-properties-of-the-bigint-prototype-object", "_ref_7162", - "sec-bigint.prototype.constructor", "_ref_7163", - "sec-bigint.prototype.tolocalestring", + "thisbigintvalue", + "sec-thisbigintvalue", "_ref_7164", "_ref_7165", - "sec-bigint.prototype.tostring", "_ref_7166", "_ref_7167", "_ref_7168", + "sec-bigint.prototype.constructor", "_ref_7169", + "sec-bigint.prototype.tolocalestring", "_ref_7170", "_ref_7171", - "_ref_637", - "sec-bigint.prototype.valueof", + "sec-bigint.prototype.tostring", "_ref_7172", - "sec-bigint.prototype-@@tostringtag", "_ref_7173", - "sec-math-object", "_ref_7174", "_ref_7175", "_ref_7176", "_ref_7177", + "_ref_637", + "sec-bigint.prototype.valueof", "_ref_7178", + "sec-bigint.prototype-@@tostringtag", "_ref_7179", - "_ref_638", - "sec-value-properties-of-the-math-object", - "sec-math.e", + "sec-math-object", "_ref_7180", - "sec-math.ln10", "_ref_7181", - "sec-math.ln2", "_ref_7182", - "sec-math.log10e", "_ref_7183", - "sec-math.log2e", "_ref_7184", - "sec-math.pi", "_ref_7185", - "sec-math.sqrt1_2", + "_ref_638", + "sec-value-properties-of-the-math-object", + "sec-math.e", "_ref_7186", - "sec-math.sqrt2", + "sec-math.ln10", "_ref_7187", - "sec-math-@@tostringtag", + "sec-math.ln2", "_ref_7188", - "sec-function-properties-of-the-math-object", + "sec-math.log10e", "_ref_7189", - "sec-math.abs", + "sec-math.log2e", "_ref_7190", - "sec-math.acos", + "sec-math.pi", "_ref_7191", + "sec-math.sqrt1_2", "_ref_7192", + "sec-math.sqrt2", "_ref_7193", + "sec-math-@@tostringtag", "_ref_7194", - "sec-math.acosh", + "sec-function-properties-of-the-math-object", "_ref_7195", + "sec-math.abs", "_ref_7196", + "sec-math.acos", "_ref_7197", - "sec-math.asin", "_ref_7198", "_ref_7199", "_ref_7200", + "sec-math.acosh", "_ref_7201", "_ref_7202", - "sec-math.asinh", "_ref_7203", + "sec-math.asin", "_ref_7204", "_ref_7205", - "sec-math.atan", "_ref_7206", "_ref_7207", "_ref_7208", + "sec-math.asinh", "_ref_7209", "_ref_7210", "_ref_7211", + "sec-math.atan", "_ref_7212", - "sec-math.atanh", "_ref_7213", "_ref_7214", "_ref_7215", - "sec-math.atan2", "_ref_7216", "_ref_7217", "_ref_7218", + "sec-math.atanh", "_ref_7219", "_ref_7220", "_ref_7221", + "sec-math.atan2", "_ref_7222", "_ref_7223", "_ref_7224", @@ -16006,191 +16009,191 @@ "_ref_7232", "_ref_7233", "_ref_7234", - "sec-math.cbrt", "_ref_7235", "_ref_7236", "_ref_7237", - "sec-math.ceil", "_ref_7238", "_ref_7239", "_ref_7240", + "sec-math.cbrt", "_ref_7241", "_ref_7242", - "sec-math.clz32", "_ref_7243", + "sec-math.ceil", "_ref_7244", - "sec-math.cos", "_ref_7245", "_ref_7246", "_ref_7247", - "sec-math.cosh", "_ref_7248", + "sec-math.clz32", "_ref_7249", "_ref_7250", - "sec-math.exp", + "sec-math.cos", "_ref_7251", "_ref_7252", "_ref_7253", - "sec-math.expm1", + "sec-math.cosh", "_ref_7254", "_ref_7255", "_ref_7256", - "sec-math.floor", + "sec-math.exp", "_ref_7257", "_ref_7258", "_ref_7259", + "sec-math.expm1", "_ref_7260", "_ref_7261", - "sec-math.fround", "_ref_7262", + "sec-math.floor", "_ref_7263", "_ref_7264", "_ref_7265", - "sec-math.hypot", "_ref_7266", "_ref_7267", + "sec-math.fround", "_ref_7268", - "sec-math.imul", "_ref_7269", "_ref_7270", "_ref_7271", + "sec-math.hypot", "_ref_7272", "_ref_7273", "_ref_7274", + "sec-math.imul", "_ref_7275", - "sec-math.log", "_ref_7276", "_ref_7277", "_ref_7278", - "sec-math.log1p", "_ref_7279", "_ref_7280", "_ref_7281", - "sec-math.log10", + "sec-math.log", "_ref_7282", "_ref_7283", "_ref_7284", - "sec-math.log2", + "sec-math.log1p", "_ref_7285", "_ref_7286", "_ref_7287", - "sec-math.max", + "sec-math.log10", "_ref_7288", "_ref_7289", "_ref_7290", + "sec-math.log2", "_ref_7291", - "sec-math.min", "_ref_7292", "_ref_7293", + "sec-math.max", "_ref_7294", "_ref_7295", - "sec-math.pow", "_ref_7296", "_ref_7297", - "sec-math.random", + "sec-math.min", "_ref_7298", "_ref_7299", - "sec-math.round", "_ref_7300", "_ref_7301", + "sec-math.pow", "_ref_7302", "_ref_7303", + "sec-math.random", "_ref_7304", - "sec-math.sign", "_ref_7305", - "sec-math.sin", + "sec-math.round", "_ref_7306", "_ref_7307", "_ref_7308", - "sec-math.sinh", "_ref_7309", "_ref_7310", + "sec-math.sign", "_ref_7311", - "sec-math.sqrt", + "sec-math.sin", "_ref_7312", "_ref_7313", "_ref_7314", - "sec-math.tan", + "sec-math.sinh", "_ref_7315", "_ref_7316", "_ref_7317", - "sec-math.tanh", + "sec-math.sqrt", "_ref_7318", "_ref_7319", "_ref_7320", - "sec-math.trunc", + "sec-math.tan", "_ref_7321", "_ref_7322", - "sec-date-objects", - "sec-overview-of-date-objects-and-definitions-of-abstract-operations", "_ref_7323", - "_ref_639", - "sec-time-values-and-time-range", + "sec-math.tanh", "_ref_7324", "_ref_7325", - "_ref_640", - "_ref_641", - "sec-day-number-and-time-within-day", "_ref_7326", - "eqn-Day", + "sec-math.trunc", "_ref_7327", "_ref_7328", + "sec-date-objects", + "sec-overview-of-date-objects-and-definitions-of-abstract-operations", "_ref_7329", + "_ref_639", + "sec-time-values-and-time-range", "_ref_7330", - "eqn-msPerDay", - "eqn-TimeWithinDay", "_ref_7331", + "_ref_640", + "_ref_641", + "sec-day-number-and-time-within-day", "_ref_7332", + "eqn-Day", "_ref_7333", "_ref_7334", "_ref_7335", - "sec-year-number", - "eqn-DaysInYear", "_ref_7336", + "eqn-msPerDay", + "eqn-TimeWithinDay", "_ref_7337", "_ref_7338", "_ref_7339", "_ref_7340", "_ref_7341", + "sec-year-number", + "eqn-DaysInYear", "_ref_7342", "_ref_7343", "_ref_7344", "_ref_7345", "_ref_7346", "_ref_7347", - "eqn-DaysFromYear", "_ref_7348", "_ref_7349", "_ref_7350", "_ref_7351", "_ref_7352", "_ref_7353", + "eqn-DaysFromYear", "_ref_7354", "_ref_7355", "_ref_7356", - "eqn-TimeFromYear", "_ref_7357", "_ref_7358", "_ref_7359", - "eqn-YearFromTime", "_ref_7360", "_ref_7361", - "eqn-InLeapYear", "_ref_7362", + "eqn-TimeFromYear", "_ref_7363", "_ref_7364", "_ref_7365", - "sec-month-number", + "eqn-YearFromTime", "_ref_7366", "_ref_7367", + "eqn-InLeapYear", "_ref_7368", - "eqn-MonthFromTime", "_ref_7369", "_ref_7370", "_ref_7371", + "sec-month-number", "_ref_7372", "_ref_7373", "_ref_7374", + "eqn-MonthFromTime", "_ref_7375", "_ref_7376", "_ref_7377", @@ -16218,18 +16221,18 @@ "_ref_7399", "_ref_7400", "_ref_7401", - "eqn-DayWithinYear", "_ref_7402", "_ref_7403", "_ref_7404", "_ref_7405", - "sec-date-number", "_ref_7406", "_ref_7407", + "eqn-DayWithinYear", "_ref_7408", "_ref_7409", "_ref_7410", "_ref_7411", + "sec-date-number", "_ref_7412", "_ref_7413", "_ref_7414", @@ -16260,19 +16263,19 @@ "_ref_7439", "_ref_7440", "_ref_7441", - "sec-week-day", "_ref_7442", "_ref_7443", "_ref_7444", "_ref_7445", "_ref_7446", - "sec-local-time-zone-adjustment", "_ref_7447", + "sec-week-day", "_ref_7448", "_ref_7449", "_ref_7450", "_ref_7451", "_ref_7452", + "sec-local-time-zone-adjustment", "_ref_7453", "_ref_7454", "_ref_7455", @@ -16286,74 +16289,74 @@ "_ref_7463", "_ref_7464", "_ref_7465", - "sec-localtime", "_ref_7466", "_ref_7467", "_ref_7468", - "sec-utc-t", "_ref_7469", "_ref_7470", "_ref_7471", - "sec-hours-minutes-second-and-milliseconds", + "sec-localtime", "_ref_7472", - "eqn-HourFromTime", "_ref_7473", "_ref_7474", + "sec-utc-t", "_ref_7475", "_ref_7476", "_ref_7477", + "sec-hours-minutes-second-and-milliseconds", "_ref_7478", - "eqn-MinFromTime", + "eqn-HourFromTime", "_ref_7479", "_ref_7480", "_ref_7481", "_ref_7482", "_ref_7483", "_ref_7484", - "eqn-SecFromTime", + "eqn-MinFromTime", "_ref_7485", "_ref_7486", "_ref_7487", "_ref_7488", "_ref_7489", "_ref_7490", - "eqn-msFromTime", + "eqn-SecFromTime", "_ref_7491", "_ref_7492", "_ref_7493", "_ref_7494", - "eqn-HoursPerDay", - "eqn-MinutesPerHour", - "eqn-SecondsPerMinute", - "eqn-msPerSecond", - "eqn-msPerMinute", "_ref_7495", "_ref_7496", + "eqn-msFromTime", "_ref_7497", - "eqn-msPerHour", "_ref_7498", "_ref_7499", "_ref_7500", - "sec-maketime", + "eqn-HoursPerDay", + "eqn-MinutesPerHour", + "eqn-SecondsPerMinute", + "eqn-msPerSecond", + "eqn-msPerMinute", "_ref_7501", "_ref_7502", "_ref_7503", + "eqn-msPerHour", "_ref_7504", "_ref_7505", "_ref_7506", + "sec-maketime", "_ref_7507", "_ref_7508", "_ref_7509", "_ref_7510", "_ref_7511", "_ref_7512", - "sec-makeday", "_ref_7513", "_ref_7514", "_ref_7515", "_ref_7516", "_ref_7517", "_ref_7518", + "sec-makeday", "_ref_7519", "_ref_7520", "_ref_7521", @@ -16365,50 +16368,50 @@ "_ref_7527", "_ref_7528", "_ref_7529", - "sec-makedate", "_ref_7530", - "sec-timeclip", "_ref_7531", "_ref_7532", "_ref_7533", "_ref_7534", - "sec-date-time-string-format", - "_ref_642", - "sec-expanded-years", - "sec-extended-years", "_ref_7535", + "sec-makedate", "_ref_7536", - "_ref_643", - "_ref_644", + "sec-timeclip", "_ref_7537", - "_ref_645", - "sec-date-constructor", "_ref_7538", "_ref_7539", "_ref_7540", + "sec-date-time-string-format", + "_ref_642", + "sec-expanded-years", + "sec-extended-years", "_ref_7541", "_ref_7542", - "sec-date", - "sec-date-year-month-date-hours-minutes-seconds-ms", - "sec-date-value", - "sec-date-constructor-date", + "_ref_643", + "_ref_644", "_ref_7543", + "_ref_645", + "sec-date-constructor", "_ref_7544", "_ref_7545", "_ref_7546", "_ref_7547", "_ref_7548", + "sec-date", + "sec-date-year-month-date-hours-minutes-seconds-ms", + "sec-date-value", + "sec-date-constructor-date", "_ref_7549", "_ref_7550", "_ref_7551", "_ref_7552", - "_ref_646", "_ref_7553", "_ref_7554", "_ref_7555", "_ref_7556", "_ref_7557", "_ref_7558", + "_ref_646", "_ref_7559", "_ref_7560", "_ref_7561", @@ -16421,31 +16424,31 @@ "_ref_7568", "_ref_7569", "_ref_7570", - "sec-properties-of-the-date-constructor", "_ref_7571", "_ref_7572", - "sec-date.now", "_ref_7573", - "sec-date.parse", "_ref_7574", "_ref_7575", "_ref_7576", + "sec-properties-of-the-date-constructor", "_ref_7577", "_ref_7578", - "_ref_647", - "_ref_648", + "sec-date.now", "_ref_7579", + "sec-date.parse", "_ref_7580", - "_ref_649", - "sec-date.prototype", "_ref_7581", - "sec-date.utc", "_ref_7582", "_ref_7583", "_ref_7584", + "_ref_647", + "_ref_648", "_ref_7585", "_ref_7586", + "_ref_649", + "sec-date.prototype", "_ref_7587", + "sec-date.utc", "_ref_7588", "_ref_7589", "_ref_7590", @@ -16455,99 +16458,99 @@ "_ref_7594", "_ref_7595", "_ref_7596", - "sec-properties-of-the-date-prototype-object", "_ref_7597", "_ref_7598", "_ref_7599", - "thistimevalue", - "sec-thistimevalue", "_ref_7600", - "this-Date-object", - "this-time-value", "_ref_7601", - "sec-date.prototype.constructor", "_ref_7602", - "sec-date.prototype.getdate", + "sec-properties-of-the-date-prototype-object", "_ref_7603", "_ref_7604", "_ref_7605", - "sec-date.prototype.getday", + "thistimevalue", + "sec-thistimevalue", "_ref_7606", + "this-Date-object", + "this-time-value", "_ref_7607", + "sec-date.prototype.constructor", "_ref_7608", - "sec-date.prototype.getfullyear", + "sec-date.prototype.getdate", "_ref_7609", "_ref_7610", "_ref_7611", - "sec-date.prototype.gethours", + "sec-date.prototype.getday", "_ref_7612", "_ref_7613", "_ref_7614", - "sec-date.prototype.getmilliseconds", + "sec-date.prototype.getfullyear", "_ref_7615", "_ref_7616", "_ref_7617", - "sec-date.prototype.getminutes", + "sec-date.prototype.gethours", "_ref_7618", "_ref_7619", "_ref_7620", - "sec-date.prototype.getmonth", + "sec-date.prototype.getmilliseconds", "_ref_7621", "_ref_7622", "_ref_7623", - "sec-date.prototype.getseconds", + "sec-date.prototype.getminutes", "_ref_7624", "_ref_7625", "_ref_7626", - "sec-date.prototype.gettime", + "sec-date.prototype.getmonth", "_ref_7627", - "sec-date.prototype.gettimezoneoffset", "_ref_7628", "_ref_7629", + "sec-date.prototype.getseconds", "_ref_7630", - "sec-date.prototype.getutcdate", "_ref_7631", "_ref_7632", - "sec-date.prototype.getutcday", + "sec-date.prototype.gettime", "_ref_7633", + "sec-date.prototype.gettimezoneoffset", "_ref_7634", - "sec-date.prototype.getutcfullyear", "_ref_7635", "_ref_7636", - "sec-date.prototype.getutchours", + "sec-date.prototype.getutcdate", "_ref_7637", "_ref_7638", - "sec-date.prototype.getutcmilliseconds", + "sec-date.prototype.getutcday", "_ref_7639", "_ref_7640", - "sec-date.prototype.getutcminutes", + "sec-date.prototype.getutcfullyear", "_ref_7641", "_ref_7642", - "sec-date.prototype.getutcmonth", + "sec-date.prototype.getutchours", "_ref_7643", "_ref_7644", - "sec-date.prototype.getutcseconds", + "sec-date.prototype.getutcmilliseconds", "_ref_7645", "_ref_7646", - "sec-date.prototype.setdate", + "sec-date.prototype.getutcminutes", "_ref_7647", "_ref_7648", + "sec-date.prototype.getutcmonth", "_ref_7649", "_ref_7650", + "sec-date.prototype.getutcseconds", "_ref_7651", "_ref_7652", + "sec-date.prototype.setdate", "_ref_7653", "_ref_7654", "_ref_7655", "_ref_7656", "_ref_7657", - "sec-date.prototype.setfullyear", "_ref_7658", "_ref_7659", "_ref_7660", "_ref_7661", "_ref_7662", "_ref_7663", + "sec-date.prototype.setfullyear", "_ref_7664", "_ref_7665", "_ref_7666", @@ -16555,13 +16558,13 @@ "_ref_7668", "_ref_7669", "_ref_7670", - "sec-date.prototype.sethours", "_ref_7671", "_ref_7672", "_ref_7673", "_ref_7674", "_ref_7675", "_ref_7676", + "sec-date.prototype.sethours", "_ref_7677", "_ref_7678", "_ref_7679", @@ -16571,26 +16574,26 @@ "_ref_7683", "_ref_7684", "_ref_7685", - "sec-date.prototype.setmilliseconds", "_ref_7686", "_ref_7687", "_ref_7688", "_ref_7689", "_ref_7690", "_ref_7691", + "sec-date.prototype.setmilliseconds", "_ref_7692", "_ref_7693", "_ref_7694", "_ref_7695", "_ref_7696", "_ref_7697", - "sec-date.prototype.setminutes", "_ref_7698", "_ref_7699", "_ref_7700", "_ref_7701", "_ref_7702", "_ref_7703", + "sec-date.prototype.setminutes", "_ref_7704", "_ref_7705", "_ref_7706", @@ -16599,26 +16602,26 @@ "_ref_7709", "_ref_7710", "_ref_7711", - "sec-date.prototype.setmonth", "_ref_7712", "_ref_7713", "_ref_7714", "_ref_7715", "_ref_7716", "_ref_7717", + "sec-date.prototype.setmonth", "_ref_7718", "_ref_7719", "_ref_7720", "_ref_7721", "_ref_7722", "_ref_7723", - "sec-date.prototype.setseconds", "_ref_7724", "_ref_7725", "_ref_7726", "_ref_7727", "_ref_7728", "_ref_7729", + "sec-date.prototype.setseconds", "_ref_7730", "_ref_7731", "_ref_7732", @@ -16626,40 +16629,40 @@ "_ref_7734", "_ref_7735", "_ref_7736", - "sec-date.prototype.settime", "_ref_7737", "_ref_7738", "_ref_7739", "_ref_7740", - "sec-date.prototype.setutcdate", "_ref_7741", "_ref_7742", + "sec-date.prototype.settime", "_ref_7743", "_ref_7744", "_ref_7745", "_ref_7746", + "sec-date.prototype.setutcdate", "_ref_7747", "_ref_7748", "_ref_7749", - "sec-date.prototype.setutcfullyear", "_ref_7750", "_ref_7751", "_ref_7752", "_ref_7753", "_ref_7754", "_ref_7755", + "sec-date.prototype.setutcfullyear", "_ref_7756", "_ref_7757", "_ref_7758", "_ref_7759", "_ref_7760", - "sec-date.prototype.setutchours", "_ref_7761", "_ref_7762", "_ref_7763", "_ref_7764", "_ref_7765", "_ref_7766", + "sec-date.prototype.setutchours", "_ref_7767", "_ref_7768", "_ref_7769", @@ -16667,338 +16670,338 @@ "_ref_7771", "_ref_7772", "_ref_7773", - "sec-date.prototype.setutcmilliseconds", "_ref_7774", "_ref_7775", "_ref_7776", "_ref_7777", "_ref_7778", "_ref_7779", + "sec-date.prototype.setutcmilliseconds", "_ref_7780", "_ref_7781", "_ref_7782", "_ref_7783", - "sec-date.prototype.setutcminutes", "_ref_7784", "_ref_7785", "_ref_7786", "_ref_7787", "_ref_7788", "_ref_7789", + "sec-date.prototype.setutcminutes", "_ref_7790", "_ref_7791", "_ref_7792", "_ref_7793", "_ref_7794", "_ref_7795", - "sec-date.prototype.setutcmonth", "_ref_7796", "_ref_7797", "_ref_7798", "_ref_7799", "_ref_7800", "_ref_7801", + "sec-date.prototype.setutcmonth", "_ref_7802", "_ref_7803", "_ref_7804", "_ref_7805", - "sec-date.prototype.setutcseconds", "_ref_7806", "_ref_7807", "_ref_7808", "_ref_7809", "_ref_7810", "_ref_7811", + "sec-date.prototype.setutcseconds", "_ref_7812", "_ref_7813", "_ref_7814", "_ref_7815", "_ref_7816", - "sec-date.prototype.todatestring", "_ref_7817", "_ref_7818", "_ref_7819", "_ref_7820", - "sec-date.prototype.toisostring", "_ref_7821", - "_ref_650", "_ref_7822", - "sec-date.prototype.tojson", - "_ref_651", + "sec-date.prototype.todatestring", "_ref_7823", "_ref_7824", "_ref_7825", "_ref_7826", - "sec-date.prototype.tolocaledatestring", + "sec-date.prototype.toisostring", "_ref_7827", + "_ref_650", "_ref_7828", - "sec-date.prototype.tolocalestring", + "sec-date.prototype.tojson", + "_ref_651", "_ref_7829", "_ref_7830", - "sec-date.prototype.tolocaletimestring", "_ref_7831", "_ref_7832", - "sec-date.prototype.tostring", + "sec-date.prototype.tolocaledatestring", "_ref_7833", "_ref_7834", - "_ref_652", - "sec-timestring", + "sec-date.prototype.tolocalestring", "_ref_7835", "_ref_7836", + "sec-date.prototype.tolocaletimestring", "_ref_7837", "_ref_7838", + "sec-date.prototype.tostring", "_ref_7839", "_ref_7840", + "_ref_652", + "sec-timestring", "_ref_7841", - "sec-datestring", "_ref_7842", "_ref_7843", "_ref_7844", - "_ref_653", "_ref_7845", - "_ref_654", "_ref_7846", "_ref_7847", + "sec-datestring", "_ref_7848", "_ref_7849", "_ref_7850", + "_ref_653", "_ref_7851", + "_ref_654", "_ref_7852", - "sec-todatestring-day-names", - "sec-todatestring-month-names", - "sec-timezoneestring", "_ref_7853", "_ref_7854", "_ref_7855", "_ref_7856", "_ref_7857", "_ref_7858", + "sec-todatestring-day-names", + "sec-todatestring-month-names", + "sec-timezoneestring", "_ref_7859", "_ref_7860", "_ref_7861", "_ref_7862", - "sec-todatestring", "_ref_7863", "_ref_7864", "_ref_7865", "_ref_7866", "_ref_7867", "_ref_7868", + "sec-todatestring", "_ref_7869", - "sec-date.prototype.totimestring", "_ref_7870", "_ref_7871", "_ref_7872", "_ref_7873", "_ref_7874", "_ref_7875", - "sec-date.prototype.toutcstring", + "sec-date.prototype.totimestring", "_ref_7876", "_ref_7877", "_ref_7878", - "_ref_655", "_ref_7879", - "_ref_656", "_ref_7880", "_ref_7881", + "sec-date.prototype.toutcstring", "_ref_7882", "_ref_7883", "_ref_7884", + "_ref_655", "_ref_7885", + "_ref_656", "_ref_7886", "_ref_7887", - "sec-date.prototype.valueof", "_ref_7888", - "sec-date.prototype-@@toprimitive", "_ref_7889", "_ref_7890", - "sec-properties-of-date-instances", "_ref_7891", "_ref_7892", "_ref_7893", - "sec-text-processing", - "sec-string-objects", - "sec-string-constructor", + "sec-date.prototype.valueof", "_ref_7894", + "sec-date.prototype-@@toprimitive", "_ref_7895", "_ref_7896", + "sec-properties-of-date-instances", "_ref_7897", "_ref_7898", - "sec-string-constructor-string-value", "_ref_7899", + "sec-text-processing", + "sec-string-objects", + "sec-string-constructor", "_ref_7900", "_ref_7901", "_ref_7902", "_ref_7903", - "sec-properties-of-the-string-constructor", "_ref_7904", + "sec-string-constructor-string-value", "_ref_7905", - "sec-string.fromcharcode", "_ref_7906", "_ref_7907", "_ref_7908", "_ref_7909", - "sec-string.fromcodepoint", + "sec-properties-of-the-string-constructor", "_ref_7910", "_ref_7911", + "sec-string.fromcharcode", "_ref_7912", "_ref_7913", "_ref_7914", "_ref_7915", + "sec-string.fromcodepoint", "_ref_7916", "_ref_7917", - "sec-string.prototype", "_ref_7918", - "sec-string.raw", "_ref_7919", "_ref_7920", "_ref_7921", "_ref_7922", "_ref_7923", + "sec-string.prototype", "_ref_7924", + "sec-string.raw", "_ref_7925", "_ref_7926", "_ref_7927", "_ref_7928", "_ref_7929", "_ref_7930", - "_ref_657", - "sec-properties-of-the-string-prototype-object", "_ref_7931", "_ref_7932", - "thisstringvalue", - "sec-thisstringvalue", "_ref_7933", "_ref_7934", "_ref_7935", "_ref_7936", - "sec-string.prototype.charat", + "_ref_657", + "sec-properties-of-the-string-prototype-object", "_ref_7937", "_ref_7938", + "thisstringvalue", + "sec-thisstringvalue", "_ref_7939", "_ref_7940", - "sec-string.prototype.charcodeat", "_ref_7941", "_ref_7942", + "sec-string.prototype.charat", "_ref_7943", "_ref_7944", "_ref_7945", - "sec-string.prototype.codepointat", "_ref_7946", - "_ref_658", - "_ref_659", + "sec-string.prototype.charcodeat", "_ref_7947", "_ref_7948", "_ref_7949", "_ref_7950", "_ref_7951", - "sec-string.prototype.concat", + "sec-string.prototype.codepointat", "_ref_7952", + "_ref_658", + "_ref_659", "_ref_7953", "_ref_7954", "_ref_7955", - "sec-string.prototype.constructor", "_ref_7956", - "sec-string.prototype.endswith", "_ref_7957", + "sec-string.prototype.concat", "_ref_7958", "_ref_7959", "_ref_7960", "_ref_7961", + "sec-string.prototype.constructor", "_ref_7962", + "sec-string.prototype.endswith", "_ref_7963", "_ref_7964", - "sec-string.prototype.includes", "_ref_7965", "_ref_7966", "_ref_7967", "_ref_7968", "_ref_7969", "_ref_7970", + "sec-string.prototype.includes", "_ref_7971", "_ref_7972", - "sec-string.prototype.indexof", "_ref_7973", "_ref_7974", "_ref_7975", "_ref_7976", "_ref_7977", "_ref_7978", + "sec-string.prototype.indexof", "_ref_7979", "_ref_7980", - "sec-string.prototype.lastindexof", "_ref_7981", "_ref_7982", "_ref_7983", "_ref_7984", "_ref_7985", "_ref_7986", + "sec-string.prototype.lastindexof", "_ref_7987", "_ref_7988", "_ref_7989", "_ref_7990", - "sec-string.prototype.localecompare", "_ref_7991", "_ref_7992", "_ref_7993", "_ref_7994", "_ref_7995", - "_ref_660", "_ref_7996", + "sec-string.prototype.localecompare", "_ref_7997", "_ref_7998", "_ref_7999", - "sec-string.prototype.match", "_ref_8000", "_ref_8001", + "_ref_660", "_ref_8002", "_ref_8003", "_ref_8004", "_ref_8005", + "sec-string.prototype.match", "_ref_8006", "_ref_8007", - "sec-string.prototype.matchall", "_ref_8008", "_ref_8009", "_ref_8010", "_ref_8011", "_ref_8012", "_ref_8013", + "sec-string.prototype.matchall", "_ref_8014", "_ref_8015", "_ref_8016", "_ref_8017", "_ref_8018", "_ref_8019", - "sec-string.prototype.normalize", "_ref_8020", "_ref_8021", "_ref_8022", - "sec-string.prototype.padend", "_ref_8023", "_ref_8024", - "sec-string.prototype.padstart", "_ref_8025", + "sec-string.prototype.normalize", "_ref_8026", - "sec-stringpad", "_ref_8027", "_ref_8028", + "sec-string.prototype.padend", "_ref_8029", "_ref_8030", + "sec-string.prototype.padstart", "_ref_8031", "_ref_8032", + "sec-stringpad", "_ref_8033", - "sec-string.prototype.repeat", "_ref_8034", "_ref_8035", "_ref_8036", - "sec-string.prototype.replace", "_ref_8037", "_ref_8038", "_ref_8039", + "sec-string.prototype.repeat", "_ref_8040", "_ref_8041", "_ref_8042", + "sec-string.prototype.replace", "_ref_8043", "_ref_8044", "_ref_8045", @@ -17012,33 +17015,33 @@ "_ref_8053", "_ref_8054", "_ref_8055", - "sec-getsubstitution", "_ref_8056", "_ref_8057", "_ref_8058", "_ref_8059", "_ref_8060", "_ref_8061", + "sec-getsubstitution", "_ref_8062", "_ref_8063", "_ref_8064", "_ref_8065", - "_ref_661", - "table-replacement-text-symbol-substitutions", - "table-45", "_ref_8066", "_ref_8067", "_ref_8068", "_ref_8069", "_ref_8070", "_ref_8071", - "sec-string.prototype.replaceall", + "_ref_661", + "table-replacement-text-symbol-substitutions", + "table-45", "_ref_8072", "_ref_8073", "_ref_8074", "_ref_8075", "_ref_8076", "_ref_8077", + "sec-string.prototype.replaceall", "_ref_8078", "_ref_8079", "_ref_8080", @@ -17060,32 +17063,32 @@ "_ref_8096", "_ref_8097", "_ref_8098", - "sec-string.prototype.search", "_ref_8099", "_ref_8100", "_ref_8101", "_ref_8102", "_ref_8103", "_ref_8104", + "sec-string.prototype.search", "_ref_8105", "_ref_8106", - "sec-string.prototype.slice", "_ref_8107", "_ref_8108", "_ref_8109", "_ref_8110", "_ref_8111", "_ref_8112", + "sec-string.prototype.slice", "_ref_8113", "_ref_8114", "_ref_8115", - "sec-string.prototype.split", "_ref_8116", "_ref_8117", "_ref_8118", "_ref_8119", "_ref_8120", "_ref_8121", + "sec-string.prototype.split", "_ref_8122", "_ref_8123", "_ref_8124", @@ -17103,307 +17106,298 @@ "_ref_8136", "_ref_8137", "_ref_8138", - "sec-splitmatch", "_ref_8139", "_ref_8140", - "sec-string.prototype.startswith", "_ref_8141", "_ref_8142", "_ref_8143", "_ref_8144", + "sec-splitmatch", "_ref_8145", "_ref_8146", + "sec-string.prototype.startswith", "_ref_8147", "_ref_8148", - "sec-string.prototype.substring", "_ref_8149", "_ref_8150", "_ref_8151", "_ref_8152", "_ref_8153", "_ref_8154", + "sec-string.prototype.substring", "_ref_8155", "_ref_8156", "_ref_8157", - "sec-string.prototype.tolocalelowercase", - "_ref_662", "_ref_8158", - "sec-string.prototype.tolocaleuppercase", - "_ref_663", "_ref_8159", - "sec-string.prototype.tolowercase", - "_ref_664", "_ref_8160", "_ref_8161", "_ref_8162", "_ref_8163", - "sec-string.prototype.tostring", + "sec-string.prototype.tolocalelowercase", + "_ref_662", "_ref_8164", + "sec-string.prototype.tolocaleuppercase", + "_ref_663", + "_ref_8165", + "sec-string.prototype.tolowercase", + "_ref_664", + "_ref_8166", + "_ref_8167", + "_ref_8168", + "_ref_8169", + "sec-string.prototype.tostring", + "_ref_8170", "sec-string.prototype.touppercase", "_ref_665", "sec-string.prototype.trim", "_ref_666", - "_ref_8165", + "_ref_8171", "sec-trimstring", "_ref_667", - "_ref_8166", - "_ref_8167", - "_ref_8168", - "_ref_17685", - "_ref_17686", + "_ref_8172", + "_ref_8173", + "_ref_8174", + "_ref_17694", + "_ref_17695", "_ref_668", "sec-string.prototype.trimend", "_ref_669", - "_ref_8169", + "_ref_8175", "sec-string.prototype.trimstart", "_ref_670", - "_ref_8170", + "_ref_8176", "sec-string.prototype.valueof", - "_ref_8171", + "_ref_8177", "sec-string.prototype-@@iterator", "table-internal-slots-of-string-iterator-instances", "table-46", "sec-properties-of-string-iterator-instances", "sec-createstringiterator", "_ref_671", - "_ref_8172", - "_ref_8173", - "_ref_8174", - "_ref_8175", - "_ref_8176", - "_ref_8177", "_ref_8178", "_ref_8179", - "sec-properties-of-string-instances", "_ref_8180", "_ref_8181", - "sec-properties-of-string-instances-length", - "sec-string-iterator-objects", "_ref_8182", - "sec-%stringiteratorprototype%-object", "_ref_8183", "_ref_8184", - "sec-%stringiteratorprototype%.next", "_ref_8185", - "sec-%stringiteratorprototype%-@@tostringtag", + "sec-properties-of-string-instances", "_ref_8186", + "_ref_8187", + "sec-properties-of-string-instances-length", + "sec-string-iterator-objects", + "_ref_8188", + "sec-%stringiteratorprototype%-object", + "_ref_8189", + "_ref_8190", + "sec-%stringiteratorprototype%.next", + "_ref_8191", + "sec-%stringiteratorprototype%-@@tostringtag", + "_ref_8192", "sec-regexp-regular-expression-objects", "sec-patterns", - "_ref_8187", - "_ref_17687", - "prod-Pattern", - "_ref_17688", - "prod-Disjunction", - "_ref_17689", - "_ref_17690", - "_ref_17691", - "prod-Alternative", - "_ref_17692", - "_ref_17693", - "prod-Term", - "_ref_17694", - "_ref_17695", + "_ref_8193", "_ref_17696", + "prod-Pattern", "_ref_17697", - "prod-Assertion", + "prod-Disjunction", "_ref_17698", "_ref_17699", "_ref_17700", + "prod-Alternative", "_ref_17701", - "prod-Quantifier", "_ref_17702", + "prod-Term", "_ref_17703", - "prod-QuantifierPrefix", "_ref_17704", "_ref_17705", "_ref_17706", + "prod-Assertion", "_ref_17707", - "prod-Atom", "_ref_17708", "_ref_17709", "_ref_17710", + "prod-Quantifier", "_ref_17711", "_ref_17712", + "prod-QuantifierPrefix", "_ref_17713", - "prod-SyntaxCharacter", - "prod-PatternCharacter", "_ref_17714", "_ref_17715", - "prod-AtomEscape", "_ref_17716", + "prod-Atom", "_ref_17717", "_ref_17718", "_ref_17719", - "prod-CharacterEscape", - "prod-Oo951o9a", "_ref_17720", - "prod-MEeQQu3e", "_ref_17721", - "prod-oPPhk0pZ", "_ref_17722", - "prod-3rHpyopk", + "prod-SyntaxCharacter", + "prod-PatternCharacter", "_ref_17723", "_ref_17724", - "prod-KFE72mZL", + "prod-AtomEscape", "_ref_17725", - "prod-ControlEscape", - "prod-ControlLetter", - "prod-GroupSpecifier", "_ref_17726", - "prod-GroupName", "_ref_17727", - "prod-RegExpIdentifierName", - "prod-7lP6RX49", "_ref_17728", - "prod-Wlj6DCQi", + "prod-CharacterEscape", + "prod-Oo951o9a", "_ref_17729", + "prod-MEeQQu3e", "_ref_17730", - "prod-RegExpIdentifierStart", + "prod-oPPhk0pZ", "_ref_17731", + "prod-3rHpyopk", "_ref_17732", "_ref_17733", + "prod-KFE72mZL", "_ref_17734", - "prod-RegExpIdentifierPart", + "prod-ControlEscape", + "prod-ControlLetter", + "prod-GroupSpecifier", "_ref_17735", + "prod-GroupName", "_ref_17736", + "prod-RegExpIdentifierName", + "prod-7lP6RX49", "_ref_17737", + "prod-Wlj6DCQi", "_ref_17738", - "prod-RegExpUnicodeEscapeSequence", - "prod-qMcC0l5G", "_ref_17739", + "prod-RegExpIdentifierStart", "_ref_17740", "_ref_17741", "_ref_17742", "_ref_17743", - "prod-j3nSt7Xf", + "prod-RegExpIdentifierPart", "_ref_17744", - "prod-WefCCwPE", "_ref_17745", - "prod-UnicodeLeadSurrogate", - "prod-UnicodeTrailSurrogate", "_ref_17746", "_ref_17747", + "prod-RegExpUnicodeEscapeSequence", + "prod-qMcC0l5G", "_ref_17748", "_ref_17749", - "prod-HexLeadSurrogate", - "prod-9DQE3TBL", "_ref_17750", "_ref_17751", - "prod-HexTrailSurrogate", - "prod-NPEUSg3U", "_ref_17752", + "prod-j3nSt7Xf", "_ref_17753", - "prod-HexNonSurrogate", - "prod-iYWV_jnv", + "prod-WefCCwPE", "_ref_17754", + "prod-UnicodeLeadSurrogate", + "prod-UnicodeTrailSurrogate", "_ref_17755", - "prod-IdentityEscape", "_ref_17756", "_ref_17757", "_ref_17758", - "prod-DecimalEscape", - "prod-PUMw6WxS", + "prod-HexLeadSurrogate", + "prod-9DQE3TBL", "_ref_17759", "_ref_17760", + "prod-HexTrailSurrogate", + "prod-NPEUSg3U", "_ref_17761", - "prod-CharacterClassEscape", "_ref_17762", + "prod-HexNonSurrogate", + "prod-iYWV_jnv", "_ref_17763", - "prod-UnicodePropertyValueExpression", "_ref_17764", + "prod-IdentityEscape", "_ref_17765", "_ref_17766", - "prod-UnicodePropertyName", "_ref_17767", - "prod-UnicodePropertyNameCharacters", - "prod-dKwoh9d_", + "prod-DecimalEscape", + "prod-PUMw6WxS", "_ref_17768", "_ref_17769", - "prod-UnicodePropertyValue", "_ref_17770", - "prod-LoneUnicodePropertyNameOrValue", + "prod-CharacterClassEscape", "_ref_17771", - "prod-UnicodePropertyValueCharacters", - "prod-fm-i-5qN", "_ref_17772", + "prod-UnicodePropertyValueExpression", "_ref_17773", - "prod-UnicodePropertyValueCharacter", "_ref_17774", "_ref_17775", - "prod-UnicodePropertyNameCharacter", + "prod-UnicodePropertyName", "_ref_17776", - "prod-CharacterClass", + "prod-UnicodePropertyNameCharacters", + "prod-dKwoh9d_", "_ref_17777", "_ref_17778", - "prod-ClassRanges", + "prod-UnicodePropertyValue", "_ref_17779", - "prod-NonemptyClassRanges", + "prod-LoneUnicodePropertyNameOrValue", "_ref_17780", + "prod-UnicodePropertyValueCharacters", + "prod-fm-i-5qN", "_ref_17781", "_ref_17782", + "prod-UnicodePropertyValueCharacter", "_ref_17783", "_ref_17784", + "prod-UnicodePropertyNameCharacter", "_ref_17785", - "prod-NonemptyClassRangesNoDash", + "prod-CharacterClass", "_ref_17786", "_ref_17787", + "prod-ClassRanges", "_ref_17788", + "prod-NonemptyClassRanges", "_ref_17789", "_ref_17790", "_ref_17791", - "prod-ClassAtom", - "prod-XasmPTvP", "_ref_17792", - "prod-ClassAtomNoDash", - "prod-8_e8tlx2", "_ref_17793", "_ref_17794", - "prod-ClassEscape", - "prod-vzYjsMTa", - "prod-Q53Yz_u4", - "prod-b7xEos_a", + "prod-NonemptyClassRangesNoDash", "_ref_17795", - "prod-OVCnPzXd", "_ref_17796", - "_ref_672", - "sec-patterns-static-semantics-early-errors", - "_ref_673", "_ref_17797", "_ref_17798", "_ref_17799", "_ref_17800", - "_ref_8188", + "prod-ClassAtom", + "prod-XasmPTvP", "_ref_17801", + "prod-ClassAtomNoDash", + "prod-8_e8tlx2", "_ref_17802", "_ref_17803", + "prod-ClassEscape", + "prod-vzYjsMTa", + "prod-Q53Yz_u4", + "prod-b7xEos_a", "_ref_17804", + "prod-OVCnPzXd", "_ref_17805", + "_ref_672", + "sec-patterns-static-semantics-early-errors", + "_ref_673", "_ref_17806", "_ref_17807", "_ref_17808", - "_ref_8189", - "_ref_8190", "_ref_17809", + "_ref_8194", "_ref_17810", "_ref_17811", - "_ref_8191", "_ref_17812", - "_ref_674", "_ref_17813", "_ref_17814", "_ref_17815", - "_ref_8192", "_ref_17816", - "_ref_8193", "_ref_17817", - "_ref_8194", - "_ref_17818", "_ref_8195", - "_ref_17819", "_ref_8196", + "_ref_17818", + "_ref_17819", "_ref_17820", "_ref_8197", "_ref_17821", + "_ref_674", "_ref_17822", "_ref_17823", "_ref_17824", @@ -17420,230 +17414,235 @@ "_ref_8203", "_ref_17830", "_ref_17831", - "_ref_8204", "_ref_17832", "_ref_17833", + "_ref_8204", "_ref_17834", - "_ref_17835", "_ref_8205", + "_ref_17835", + "_ref_8206", "_ref_17836", + "_ref_8207", "_ref_17837", + "_ref_8208", "_ref_17838", + "_ref_8209", "_ref_17839", - "_ref_8206", "_ref_17840", + "_ref_8210", "_ref_17841", "_ref_17842", "_ref_17843", - "_ref_8207", "_ref_17844", + "_ref_8211", "_ref_17845", "_ref_17846", "_ref_17847", "_ref_17848", - "_ref_8208", - "_ref_8209", - "_ref_17849", - "_ref_8210", - "_ref_8211", "_ref_8212", - "_ref_675", - "_ref_8213", - "_ref_8214", + "_ref_17849", "_ref_17850", - "_ref_8215", - "_ref_8216", "_ref_17851", - "_ref_676", - "_ref_677", "_ref_17852", - "_ref_8217", - "_ref_8218", + "_ref_8213", "_ref_17853", - "_ref_8219", - "_ref_678", - "_ref_8220", - "_ref_679", - "sec-patterns-static-semantics-capturing-group-number", - "_ref_680", - "prod-xT1sXsIe", "_ref_17854", "_ref_17855", - "prod-lKRUpdJ5", "_ref_17856", "_ref_17857", + "_ref_8214", + "_ref_8215", "_ref_17858", + "_ref_8216", + "_ref_8217", + "_ref_8218", + "_ref_675", + "_ref_8219", + "_ref_8220", "_ref_17859", + "_ref_8221", + "_ref_8222", "_ref_17860", + "_ref_676", + "_ref_677", "_ref_17861", + "_ref_8223", + "_ref_8224", "_ref_17862", + "_ref_8225", + "_ref_678", + "_ref_8226", + "_ref_679", + "sec-patterns-static-semantics-capturing-group-number", + "_ref_680", + "prod-xT1sXsIe", + "_ref_17863", + "_ref_17864", + "prod-lKRUpdJ5", + "_ref_17865", + "_ref_17866", + "_ref_17867", + "_ref_17868", + "_ref_17869", + "_ref_17870", + "_ref_17871", "_ref_681", "sec-patterns-static-semantics-is-character-class", "_ref_682", "prod-SW1wsHv2", "prod-bDYaT4vt", - "_ref_17863", + "_ref_17872", "prod-zN7WPfK3", "prod-_sYwOjnL", "prod-uFVNSs1H", - "_ref_17864", + "_ref_17873", "prod-3d9phfMH", - "_ref_17865", + "_ref_17874", "sec-patterns-static-semantics-character-value", "_ref_683", "prod-xjk33vk0", "prod-r7Whzgyd", - "_ref_17866", - "_ref_17867", + "_ref_17875", + "_ref_17876", "prod-lioRfUCB", "prod-RssYfbc0", "prod-qdZp22xs", - "_ref_17868", + "_ref_17877", "_ref_684", "table-controlescape-code-point-values", "table-47", "prod-icPSXbtU", - "_ref_17869", - "_ref_17870", - "prod--h1KYMFX", - "_ref_17871", - "prod-GXRVwMQi", - "_ref_17872", - "_ref_17873", - "prod-xQFw7WMV", - "_ref_17874", - "_ref_17875", - "_ref_8221", - "_ref_17876", - "_ref_8222", - "_ref_17877", - "_ref_8223", - "prod-OI8ASjmd", "_ref_17878", "_ref_17879", - "prod-cC4Huuek", + "prod--h1KYMFX", "_ref_17880", + "prod-GXRVwMQi", "_ref_17881", - "prod-KB9TwXt5", "_ref_17882", - "prod-w_eLE8Wq", + "prod-xQFw7WMV", "_ref_17883", - "prod-gm_vpVWn", "_ref_17884", + "_ref_8227", "_ref_17885", - "prod-u6hqoUgl", + "_ref_8228", "_ref_17886", + "_ref_8229", + "prod-OI8ASjmd", "_ref_17887", - "sec-static-semantics-sourcetext", - "prod-YwpqHKM8", "_ref_17888", + "prod-cC4Huuek", "_ref_17889", - "prod-GwDkgvpu", "_ref_17890", + "prod-KB9TwXt5", "_ref_17891", - "_ref_8224", - "sec-static-semantics-capturinggroupname", - "sec-regexp-identifier-names-static-semantics-stringvalue", - "prod-Yflikipu", + "prod-w_eLE8Wq", "_ref_17892", - "prod-9mV1v__j", + "prod-gm_vpVWn", "_ref_17893", "_ref_17894", + "prod-u6hqoUgl", "_ref_17895", "_ref_17896", + "sec-static-semantics-sourcetext", + "prod-YwpqHKM8", "_ref_17897", - "_ref_8225", - "sec-pattern-semantics", - "_ref_685", - "_ref_8226", - "_ref_8227", "_ref_17898", - "_ref_686", + "prod-GwDkgvpu", "_ref_17899", "_ref_17900", - "_ref_8228", + "_ref_8230", + "sec-static-semantics-capturinggroupname", + "sec-regexp-identifier-names-static-semantics-stringvalue", + "prod-Yflikipu", "_ref_17901", + "prod-9mV1v__j", "_ref_17902", "_ref_17903", - "_ref_8229", - "_ref_8230", + "_ref_17904", + "_ref_17905", + "_ref_17906", "_ref_8231", + "sec-pattern-semantics", + "_ref_685", "_ref_8232", "_ref_8233", + "_ref_17907", + "_ref_686", + "_ref_17908", + "_ref_17909", "_ref_8234", - "sec-notation", + "_ref_17910", + "_ref_17911", + "_ref_17912", "_ref_8235", - "_ref_17904", - "_ref_17905", - "_ref_17906", - "_ref_17907", - "sec-runtime-semantics-wordcharacters-abstract-operation", "_ref_8236", "_ref_8237", "_ref_8238", "_ref_8239", "_ref_8240", + "sec-notation", "_ref_8241", - "sec-pattern", - "_ref_17908", - "_ref_17909", + "_ref_17913", + "_ref_17914", + "_ref_17915", + "_ref_17916", + "sec-runtime-semantics-wordcharacters-abstract-operation", "_ref_8242", "_ref_8243", "_ref_8244", "_ref_8245", "_ref_8246", "_ref_8247", + "sec-pattern", + "_ref_17917", + "_ref_17918", "_ref_8248", - "_ref_687", - "_ref_688", "_ref_8249", - "_ref_8250", - "_ref_8251", - "_ref_8252", - "_ref_689", - "_ref_8253", - "_ref_8254", - "sec-disjunction", - "_ref_17910", - "_ref_17911", - "_ref_17912", - "_ref_17913", - "_ref_17914", - "_ref_17915", + "_ref_8250", + "_ref_8251", + "_ref_8252", + "_ref_8253", + "_ref_8254", + "_ref_687", + "_ref_688", "_ref_8255", "_ref_8256", - "_ref_17916", - "_ref_17917", - "_ref_17918", + "_ref_8257", + "_ref_8258", + "_ref_689", + "_ref_8259", + "_ref_8260", + "sec-disjunction", "_ref_17919", "_ref_17920", "_ref_17921", "_ref_17922", "_ref_17923", - "sec-alternative", - "_ref_8257", - "_ref_8258", "_ref_17924", + "_ref_8261", + "_ref_8262", "_ref_17925", "_ref_17926", "_ref_17927", - "_ref_8259", - "_ref_8260", - "_ref_8261", - "_ref_8262", - "_ref_8263", - "_ref_8264", - "_ref_8265", "_ref_17928", "_ref_17929", "_ref_17930", "_ref_17931", "_ref_17932", + "sec-alternative", + "_ref_8263", + "_ref_8264", "_ref_17933", "_ref_17934", "_ref_17935", - "sec-term", "_ref_17936", + "_ref_8265", + "_ref_8266", + "_ref_8267", + "_ref_8268", + "_ref_8269", + "_ref_8270", + "_ref_8271", "_ref_17937", "_ref_17938", "_ref_17939", @@ -17651,10 +17650,8 @@ "_ref_17941", "_ref_17942", "_ref_17943", - "_ref_8266", - "_ref_8267", - "_ref_8268", "_ref_17944", + "sec-term", "_ref_17945", "_ref_17946", "_ref_17947", @@ -17662,21 +17659,10 @@ "_ref_17949", "_ref_17950", "_ref_17951", - "_ref_8269", - "_ref_8270", - "_ref_8271", - "sec-runtime-semantics-repeatmatcher-abstract-operation", + "_ref_17952", "_ref_8272", "_ref_8273", "_ref_8274", - "_ref_8275", - "_ref_8276", - "step-repeatmatcher-done", - "_ref_8277", - "_ref_8278", - "step-repeatmatcher-clear-captures", - "_ref_8279", - "_ref_17952", "_ref_17953", "_ref_17954", "_ref_17955", @@ -17685,273 +17671,282 @@ "_ref_17958", "_ref_17959", "_ref_17960", + "_ref_8275", + "_ref_8276", + "_ref_8277", + "sec-runtime-semantics-repeatmatcher-abstract-operation", + "_ref_8278", + "_ref_8279", + "_ref_8280", + "_ref_8281", + "_ref_8282", + "step-repeatmatcher-done", + "_ref_8283", + "_ref_8284", + "step-repeatmatcher-clear-captures", + "_ref_8285", "_ref_17961", "_ref_17962", "_ref_17963", "_ref_17964", "_ref_17965", "_ref_17966", - "_ref_690", "_ref_17967", "_ref_17968", "_ref_17969", - "_ref_691", "_ref_17970", - "sec-assertion", - "_ref_8280", - "_ref_8281", "_ref_17971", - "_ref_8282", - "_ref_8283", "_ref_17972", - "_ref_8284", - "_ref_8285", + "_ref_17973", + "_ref_17974", + "_ref_17975", + "_ref_690", + "_ref_17976", + "_ref_17977", + "_ref_17978", + "_ref_691", + "_ref_17979", + "sec-assertion", "_ref_8286", "_ref_8287", + "_ref_17980", "_ref_8288", "_ref_8289", + "_ref_17981", "_ref_8290", "_ref_8291", - "_ref_17973", - "_ref_17974", "_ref_8292", "_ref_8293", "_ref_8294", "_ref_8295", - "_ref_17975", - "_ref_17976", "_ref_8296", "_ref_8297", + "_ref_17982", + "_ref_17983", "_ref_8298", - "_ref_17977", - "_ref_17978", "_ref_8299", "_ref_8300", "_ref_8301", + "_ref_17984", + "_ref_17985", "_ref_8302", - "_ref_17979", - "_ref_17980", "_ref_8303", "_ref_8304", + "_ref_17986", + "_ref_17987", "_ref_8305", - "sec-runtime-semantics-iswordchar-abstract-operation", "_ref_8306", - "sec-quantifier", - "_ref_17981", - "_ref_17982", "_ref_8307", "_ref_8308", - "_ref_17983", - "_ref_17984", - "_ref_8309", - "_ref_8310", - "_ref_17985", - "_ref_17986", - "_ref_692", - "_ref_17987", "_ref_17988", "_ref_17989", + "_ref_8309", + "_ref_8310", + "_ref_8311", + "sec-runtime-semantics-iswordchar-abstract-operation", + "_ref_8312", + "sec-quantifier", "_ref_17990", "_ref_17991", + "_ref_8313", + "_ref_8314", "_ref_17992", - "sec-atom", "_ref_17993", + "_ref_8315", + "_ref_8316", "_ref_17994", - "_ref_8311", "_ref_17995", - "_ref_8312", + "_ref_692", "_ref_17996", "_ref_17997", "_ref_17998", "_ref_17999", - "_ref_8313", "_ref_18000", "_ref_18001", + "sec-atom", "_ref_18002", "_ref_18003", + "_ref_8317", "_ref_18004", + "_ref_8318", "_ref_18005", "_ref_18006", - "_ref_8314", - "_ref_8315", - "_ref_8316", - "_ref_8317", - "_ref_8318", + "_ref_18007", + "_ref_18008", "_ref_8319", + "_ref_18009", + "_ref_18010", + "_ref_18011", + "_ref_18012", + "_ref_18013", + "_ref_18014", + "_ref_18015", "_ref_8320", "_ref_8321", "_ref_8322", - "_ref_18007", - "_ref_18008", - "sec-runtime-semantics-charactersetmatcher-abstract-operation", "_ref_8323", "_ref_8324", "_ref_8325", "_ref_8326", "_ref_8327", "_ref_8328", - "sec-runtime-semantics-canonicalize-ch", + "_ref_18016", + "_ref_18017", + "sec-runtime-semantics-charactersetmatcher-abstract-operation", "_ref_8329", "_ref_8330", - "_ref_18009", - "_ref_18010", "_ref_8331", - "_ref_18011", - "_ref_18012", - "_ref_18013", - "_ref_18014", - "_ref_18015", - "_ref_18016", - "_ref_18017", - "_ref_18018", - "_ref_18019", - "sec-runtime-semantics-unicodematchproperty-p", "_ref_8332", "_ref_8333", "_ref_8334", + "sec-runtime-semantics-canonicalize-ch", "_ref_8335", - "_ref_693", - "_ref_694", "_ref_8336", - "_ref_695", - "_ref_696", + "_ref_18018", + "_ref_18019", "_ref_8337", - "table-nonbinary-unicode-properties", + "_ref_18020", + "_ref_18021", + "_ref_18022", + "_ref_18023", + "_ref_18024", + "_ref_18025", + "_ref_18026", + "_ref_18027", + "_ref_18028", + "sec-runtime-semantics-unicodematchproperty-p", "_ref_8338", "_ref_8339", - "table-binary-unicode-properties", "_ref_8340", "_ref_8341", - "sec-runtime-semantics-unicodematchpropertyvalue-p-v", + "_ref_693", + "_ref_694", "_ref_8342", + "_ref_695", + "_ref_696", "_ref_8343", + "table-nonbinary-unicode-properties", "_ref_8344", "_ref_8345", + "table-binary-unicode-properties", "_ref_8346", "_ref_8347", + "sec-runtime-semantics-unicodematchpropertyvalue-p-v", "_ref_8348", - "_ref_697", "_ref_8349", "_ref_8350", "_ref_8351", + "_ref_8352", + "_ref_8353", + "_ref_8354", + "_ref_697", + "_ref_8355", + "_ref_8356", + "_ref_8357", "_ref_698", "_ref_699", - "_ref_8352", + "_ref_8358", "_ref_700", "_ref_701", "_ref_702", "table-unicode-general-category-values", "table-unicode-script-values", "sec-atomescape", - "_ref_18020", - "_ref_18021", - "_ref_8353", - "_ref_8354", - "_ref_8355", - "_ref_18022", - "_ref_18023", - "_ref_8356", - "_ref_18024", - "_ref_18025", - "_ref_8357", - "_ref_703", - "_ref_18026", - "_ref_18027", - "_ref_18028", "_ref_18029", - "_ref_8358", - "_ref_8359", "_ref_18030", - "_ref_18031", + "_ref_8359", "_ref_8360", + "_ref_8361", + "_ref_18031", "_ref_18032", + "_ref_8362", "_ref_18033", "_ref_18034", + "_ref_8363", + "_ref_703", "_ref_18035", "_ref_18036", "_ref_18037", - "_ref_8361", - "sec-backreference-matcher", - "_ref_8362", - "_ref_8363", + "_ref_18038", "_ref_8364", "_ref_8365", - "_ref_8366", - "_ref_8367", - "_ref_8368", - "_ref_8369", - "_ref_8370", - "sec-characterescape", - "_ref_18038", "_ref_18039", "_ref_18040", + "_ref_8366", "_ref_18041", "_ref_18042", "_ref_18043", "_ref_18044", - "_ref_8371", "_ref_18045", - "sec-decimalescape", "_ref_18046", + "_ref_8367", + "sec-backreference-matcher", + "_ref_8368", + "_ref_8369", + "_ref_8370", + "_ref_8371", + "_ref_8372", + "_ref_8373", + "_ref_8374", + "_ref_8375", + "_ref_8376", + "sec-characterescape", "_ref_18047", "_ref_18048", - "_ref_8372", "_ref_18049", - "sec-characterclassescape", "_ref_18050", "_ref_18051", "_ref_18052", "_ref_18053", + "_ref_8377", "_ref_18054", + "sec-decimalescape", "_ref_18055", "_ref_18056", "_ref_18057", - "_ref_8373", - "_ref_18058", - "_ref_8374", - "_ref_8375", - "_ref_8376", - "_ref_8377", - "_ref_704", "_ref_8378", + "_ref_18058", + "sec-characterclassescape", "_ref_18059", - "_ref_8379", "_ref_18060", - "_ref_8380", "_ref_18061", - "_ref_8381", - "_ref_8382", - "_ref_705", - "_ref_8383", - "_ref_8384", - "_ref_8385", - "_ref_706", - "sec-characterclass", "_ref_18062", "_ref_18063", "_ref_18064", "_ref_18065", - "sec-classranges", "_ref_18066", + "_ref_8379", "_ref_18067", - "sec-nonemptyclassranges", + "_ref_8380", + "_ref_8381", + "_ref_8382", + "_ref_8383", + "_ref_704", + "_ref_8384", "_ref_18068", + "_ref_8385", "_ref_18069", + "_ref_8386", "_ref_18070", + "_ref_8387", + "_ref_8388", + "_ref_705", + "_ref_8389", + "_ref_8390", + "_ref_8391", + "_ref_706", + "sec-characterclass", "_ref_18071", "_ref_18072", "_ref_18073", "_ref_18074", + "sec-classranges", "_ref_18075", "_ref_18076", + "sec-nonemptyclassranges", "_ref_18077", "_ref_18078", "_ref_18079", - "_ref_8386", - "sec-runtime-semantics-characterrange-abstract-operation", - "_ref_8387", - "_ref_8388", - "sec-nonemptyclassrangesnodash", "_ref_18080", "_ref_18081", "_ref_18082", @@ -17961,10 +17956,14 @@ "_ref_18086", "_ref_18087", "_ref_18088", + "_ref_8392", + "sec-runtime-semantics-characterrange-abstract-operation", + "_ref_8393", + "_ref_8394", + "sec-nonemptyclassrangesnodash", "_ref_18089", "_ref_18090", "_ref_18091", - "_ref_8389", "_ref_18092", "_ref_18093", "_ref_18094", @@ -17974,128 +17973,132 @@ "_ref_18098", "_ref_18099", "_ref_18100", + "_ref_8395", "_ref_18101", - "sec-classatom", "_ref_18102", "_ref_18103", - "sec-classatomnodash", "_ref_18104", "_ref_18105", "_ref_18106", "_ref_18107", - "sec-classescape", "_ref_18108", "_ref_18109", - "_ref_8390", "_ref_18110", + "sec-classatom", "_ref_18111", "_ref_18112", + "sec-classatomnodash", "_ref_18113", "_ref_18114", "_ref_18115", - "sec-regexp-constructor", - "_ref_8391", - "_ref_8392", - "_ref_8393", - "_ref_8394", - "sec-regexp-pattern-flags", - "_ref_8395", + "_ref_18116", + "sec-classescape", + "_ref_18117", + "_ref_18118", "_ref_8396", + "_ref_18119", + "_ref_18120", + "_ref_18121", + "_ref_18122", + "_ref_18123", + "_ref_18124", + "sec-regexp-constructor", "_ref_8397", "_ref_8398", "_ref_8399", "_ref_8400", + "sec-regexp-pattern-flags", "_ref_8401", "_ref_8402", "_ref_8403", - "_ref_18116", - "_ref_18117", - "_ref_18118", - "sec-abstract-operations-for-the-regexp-constructor", - "sec-regexpalloc", "_ref_8404", "_ref_8405", - "sec-regexpinitialize", "_ref_8406", "_ref_8407", "_ref_8408", "_ref_8409", + "_ref_18125", + "_ref_18126", + "_ref_18127", + "sec-abstract-operations-for-the-regexp-constructor", + "sec-regexpalloc", "_ref_8410", "_ref_8411", + "sec-regexpinitialize", "_ref_8412", "_ref_8413", "_ref_8414", - "_ref_18119", "_ref_8415", - "_ref_707", "_ref_8416", - "_ref_18120", "_ref_8417", - "sec-parsepattern", "_ref_8418", - "_ref_18121", "_ref_8419", - "_ref_18122", "_ref_8420", - "_ref_18123", + "_ref_18128", "_ref_8421", - "_ref_18124", - "sec-regexpcreate", + "_ref_707", "_ref_8422", + "_ref_18129", "_ref_8423", + "sec-parsepattern", "_ref_8424", - "sec-escaperegexppattern", - "_ref_18125", - "_ref_18126", - "_ref_708", - "_ref_8425", - "_ref_18127", - "_ref_18128", - "_ref_8426", - "_ref_18129", - "_ref_8427", "_ref_18130", + "_ref_8425", "_ref_18131", + "_ref_8426", "_ref_18132", - "sec-properties-of-the-regexp-constructor", + "_ref_8427", + "_ref_18133", + "sec-regexpcreate", "_ref_8428", "_ref_8429", - "sec-regexp.prototype", "_ref_8430", - "sec-get-regexp-@@species", + "sec-escaperegexppattern", + "_ref_18134", + "_ref_18135", + "_ref_708", "_ref_8431", + "_ref_18136", + "_ref_18137", "_ref_8432", + "_ref_18138", "_ref_8433", + "_ref_18139", + "_ref_18140", + "_ref_18141", + "sec-properties-of-the-regexp-constructor", "_ref_8434", - "sec-properties-of-the-regexp-prototype-object", "_ref_8435", + "sec-regexp.prototype", "_ref_8436", + "sec-get-regexp-@@species", "_ref_8437", - "sec-regexp.prototype.constructor", "_ref_8438", - "sec-regexp.prototype.exec", "_ref_8439", "_ref_8440", + "sec-properties-of-the-regexp-prototype-object", "_ref_8441", "_ref_8442", - "sec-regexpexec", "_ref_8443", + "sec-regexp.prototype.constructor", "_ref_8444", + "sec-regexp.prototype.exec", "_ref_8445", "_ref_8446", "_ref_8447", "_ref_8448", + "sec-regexpexec", "_ref_8449", "_ref_8450", "_ref_8451", "_ref_8452", - "sec-regexpbuiltinexec", "_ref_8453", "_ref_8454", "_ref_8455", "_ref_8456", "_ref_8457", "_ref_8458", + "sec-regexpbuiltinexec", "_ref_8459", "_ref_8460", "_ref_8461", @@ -18103,23 +18106,23 @@ "_ref_8463", "_ref_8464", "_ref_8465", - "_ref_709", "_ref_8466", "_ref_8467", "_ref_8468", "_ref_8469", "_ref_8470", "_ref_8471", + "_ref_709", "_ref_8472", "_ref_8473", "_ref_8474", - "_ref_18133", "_ref_8475", "_ref_8476", "_ref_8477", "_ref_8478", "_ref_8479", "_ref_8480", + "_ref_18142", "_ref_8481", "_ref_8482", "_ref_8483", @@ -18127,29 +18130,29 @@ "_ref_8485", "_ref_8486", "_ref_8487", - "_ref_18134", "_ref_8488", - "_ref_18135", "_ref_8489", - "sec-advancestringindex", "_ref_8490", "_ref_8491", "_ref_8492", - "sec-get-regexp.prototype.dotAll", "_ref_8493", + "_ref_18143", "_ref_8494", - "sec-regexphasflag", + "_ref_18144", "_ref_8495", + "sec-advancestringindex", "_ref_8496", "_ref_8497", "_ref_8498", - "sec-get-regexp.prototype.flags", + "sec-get-regexp.prototype.dotAll", "_ref_8499", "_ref_8500", + "sec-regexphasflag", "_ref_8501", "_ref_8502", "_ref_8503", "_ref_8504", + "sec-get-regexp.prototype.flags", "_ref_8505", "_ref_8506", "_ref_8507", @@ -18158,19 +18161,19 @@ "_ref_8510", "_ref_8511", "_ref_8512", - "sec-get-regexp.prototype.global", "_ref_8513", "_ref_8514", - "sec-get-regexp.prototype.ignorecase", "_ref_8515", "_ref_8516", - "sec-regexp.prototype-@@match", "_ref_8517", "_ref_8518", + "sec-get-regexp.prototype.global", "_ref_8519", "_ref_8520", + "sec-get-regexp.prototype.ignorecase", "_ref_8521", "_ref_8522", + "sec-regexp.prototype-@@match", "_ref_8523", "_ref_8524", "_ref_8525", @@ -18190,28 +18193,28 @@ "_ref_8539", "_ref_8540", "_ref_8541", - "sec-regexp-prototype-matchall", "_ref_8542", "_ref_8543", "_ref_8544", "_ref_8545", "_ref_8546", "_ref_8547", + "sec-regexp-prototype-matchall", "_ref_8548", "_ref_8549", "_ref_8550", "_ref_8551", "_ref_8552", - "sec-get-regexp.prototype.multiline", "_ref_8553", "_ref_8554", - "sec-regexp.prototype-@@replace", "_ref_8555", "_ref_8556", "_ref_8557", "_ref_8558", + "sec-get-regexp.prototype.multiline", "_ref_8559", "_ref_8560", + "sec-regexp.prototype-@@replace", "_ref_8561", "_ref_8562", "_ref_8563", @@ -18249,31 +18252,31 @@ "_ref_8595", "_ref_8596", "_ref_8597", - "sec-regexp.prototype-@@search", "_ref_8598", "_ref_8599", "_ref_8600", "_ref_8601", "_ref_8602", "_ref_8603", + "sec-regexp.prototype-@@search", "_ref_8604", "_ref_8605", "_ref_8606", "_ref_8607", - "sec-get-regexp.prototype.source", "_ref_8608", "_ref_8609", "_ref_8610", "_ref_8611", "_ref_8612", "_ref_8613", - "sec-regexp.prototype-@@split", + "sec-get-regexp.prototype.source", "_ref_8614", "_ref_8615", "_ref_8616", "_ref_8617", "_ref_8618", "_ref_8619", + "sec-regexp.prototype-@@split", "_ref_8620", "_ref_8621", "_ref_8622", @@ -18306,42 +18309,42 @@ "_ref_8649", "_ref_8650", "_ref_8651", - "sec-get-regexp.prototype.sticky", "_ref_8652", "_ref_8653", - "sec-regexp.prototype.test", "_ref_8654", "_ref_8655", "_ref_8656", - "sec-regexp.prototype.tostring", "_ref_8657", + "sec-get-regexp.prototype.sticky", "_ref_8658", "_ref_8659", + "sec-regexp.prototype.test", "_ref_8660", "_ref_8661", "_ref_8662", - "_ref_18136", - "sec-get-regexp.prototype.unicode", + "sec-regexp.prototype.tostring", "_ref_8663", "_ref_8664", - "sec-properties-of-regexp-instances", "_ref_8665", "_ref_8666", - "_ref_18137", - "sec-lastindex", "_ref_8667", - "_ref_710", - "sec-regexp-string-iterator-objects", "_ref_8668", - "sec-createregexpstringiterator", - "table-regexp-string-iterator-instance-slots", - "sec-properties-of-regexp-string-iterator-instances", + "_ref_18145", + "sec-get-regexp.prototype.unicode", "_ref_8669", "_ref_8670", + "sec-properties-of-regexp-instances", "_ref_8671", "_ref_8672", + "_ref_18146", + "sec-lastindex", "_ref_8673", + "_ref_710", + "sec-regexp-string-iterator-objects", "_ref_8674", + "sec-createregexpstringiterator", + "table-regexp-string-iterator-instance-slots", + "sec-properties-of-regexp-string-iterator-instances", "_ref_8675", "_ref_8676", "_ref_8677", @@ -18356,34 +18359,34 @@ "_ref_8686", "_ref_8687", "_ref_8688", - "sec-%regexpstringiteratorprototype%-object", "_ref_8689", "_ref_8690", - "sec-%regexpstringiteratorprototype%.next", "_ref_8691", - "sec-%regexpstringiteratorprototype%-@@tostringtag", "_ref_8692", - "sec-indexed-collections", - "sec-array-objects", - "_ref_711", - "sec-array-constructor", "_ref_8693", "_ref_8694", + "sec-%regexpstringiteratorprototype%-object", "_ref_8695", "_ref_8696", + "sec-%regexpstringiteratorprototype%.next", "_ref_8697", + "sec-%regexpstringiteratorprototype%-@@tostringtag", "_ref_8698", + "sec-indexed-collections", + "sec-array-objects", + "_ref_711", + "sec-array-constructor", "_ref_8699", - "sec-array", - "sec-array-items", - "sec-array-len", - "sec-array-constructor-array", "_ref_8700", "_ref_8701", "_ref_8702", "_ref_8703", "_ref_8704", "_ref_8705", + "sec-array", + "sec-array-items", + "sec-array-len", + "sec-array-constructor-array", "_ref_8706", "_ref_8707", "_ref_8708", @@ -18393,16 +18396,16 @@ "_ref_8712", "_ref_8713", "_ref_8714", - "sec-properties-of-the-array-constructor", "_ref_8715", "_ref_8716", - "sec-array.from", "_ref_8717", "_ref_8718", "_ref_8719", "_ref_8720", + "sec-properties-of-the-array-constructor", "_ref_8721", "_ref_8722", + "sec-array.from", "_ref_8723", "_ref_8724", "_ref_8725", @@ -18435,36 +18438,36 @@ "_ref_8752", "_ref_8753", "_ref_8754", - "sec-array.isarray", "_ref_8755", - "sec-array.of", "_ref_8756", "_ref_8757", "_ref_8758", "_ref_8759", "_ref_8760", + "sec-array.isarray", "_ref_8761", + "sec-array.of", "_ref_8762", "_ref_8763", "_ref_8764", - "sec-array.prototype", "_ref_8765", - "sec-get-array-@@species", "_ref_8766", "_ref_8767", "_ref_8768", "_ref_8769", - "sec-properties-of-the-array-prototype-object", "_ref_8770", + "sec-array.prototype", "_ref_8771", + "sec-get-array-@@species", "_ref_8772", - "sec-array.prototype.concat", "_ref_8773", "_ref_8774", "_ref_8775", + "sec-properties-of-the-array-prototype-object", "_ref_8776", "_ref_8777", "_ref_8778", + "sec-array.prototype.concat", "_ref_8779", "_ref_8780", "_ref_8781", @@ -18473,25 +18476,25 @@ "_ref_8784", "_ref_8785", "_ref_8786", - "step-array-proto-concat-set-length", "_ref_8787", "_ref_8788", - "_ref_712", - "sec-isconcatspreadable", "_ref_8789", "_ref_8790", "_ref_8791", "_ref_8792", + "step-array-proto-concat-set-length", "_ref_8793", - "sec-array.prototype.constructor", "_ref_8794", - "sec-array.prototype.copywithin", + "_ref_712", + "sec-isconcatspreadable", "_ref_8795", "_ref_8796", "_ref_8797", "_ref_8798", "_ref_8799", + "sec-array.prototype.constructor", "_ref_8800", + "sec-array.prototype.copywithin", "_ref_8801", "_ref_8802", "_ref_8803", @@ -18507,39 +18510,39 @@ "_ref_8813", "_ref_8814", "_ref_8815", - "sec-array.prototype.entries", "_ref_8816", "_ref_8817", - "sec-array.prototype.every", "_ref_8818", "_ref_8819", "_ref_8820", "_ref_8821", + "sec-array.prototype.entries", "_ref_8822", "_ref_8823", + "sec-array.prototype.every", "_ref_8824", "_ref_8825", "_ref_8826", "_ref_8827", - "sec-array.prototype.fill", "_ref_8828", "_ref_8829", "_ref_8830", "_ref_8831", "_ref_8832", "_ref_8833", + "sec-array.prototype.fill", "_ref_8834", "_ref_8835", "_ref_8836", "_ref_8837", "_ref_8838", - "sec-array.prototype.filter", "_ref_8839", "_ref_8840", "_ref_8841", "_ref_8842", "_ref_8843", "_ref_8844", + "sec-array.prototype.filter", "_ref_8845", "_ref_8846", "_ref_8847", @@ -18548,40 +18551,40 @@ "_ref_8850", "_ref_8851", "_ref_8852", - "sec-array.prototype.find", "_ref_8853", "_ref_8854", "_ref_8855", "_ref_8856", "_ref_8857", "_ref_8858", + "sec-array.prototype.find", "_ref_8859", "_ref_8860", "_ref_8861", - "sec-array.prototype.findindex", "_ref_8862", "_ref_8863", "_ref_8864", "_ref_8865", "_ref_8866", "_ref_8867", + "sec-array.prototype.findindex", "_ref_8868", "_ref_8869", "_ref_8870", "_ref_8871", - "sec-array.prototype.flat", "_ref_8872", "_ref_8873", "_ref_8874", "_ref_8875", "_ref_8876", - "sec-flattenintoarray", "_ref_8877", + "sec-array.prototype.flat", "_ref_8878", "_ref_8879", "_ref_8880", "_ref_8881", "_ref_8882", + "sec-flattenintoarray", "_ref_8883", "_ref_8884", "_ref_8885", @@ -18596,41 +18599,41 @@ "_ref_8894", "_ref_8895", "_ref_8896", - "sec-array.prototype.flatmap", "_ref_8897", "_ref_8898", "_ref_8899", "_ref_8900", "_ref_8901", - "sec-array.prototype.foreach", "_ref_8902", + "sec-array.prototype.flatmap", "_ref_8903", "_ref_8904", "_ref_8905", "_ref_8906", "_ref_8907", + "sec-array.prototype.foreach", "_ref_8908", "_ref_8909", "_ref_8910", - "sec-array.prototype.includes", "_ref_8911", "_ref_8912", "_ref_8913", "_ref_8914", "_ref_8915", "_ref_8916", + "sec-array.prototype.includes", "_ref_8917", "_ref_8918", "_ref_8919", "_ref_8920", "_ref_8921", - "sec-array.prototype.indexof", "_ref_8922", "_ref_8923", "_ref_8924", "_ref_8925", "_ref_8926", "_ref_8927", + "sec-array.prototype.indexof", "_ref_8928", "_ref_8929", "_ref_8930", @@ -18638,26 +18641,26 @@ "_ref_8932", "_ref_8933", "_ref_8934", - "sec-array.prototype.join", "_ref_8935", "_ref_8936", "_ref_8937", "_ref_8938", "_ref_8939", "_ref_8940", + "sec-array.prototype.join", "_ref_8941", "_ref_8942", "_ref_8943", - "sec-array.prototype.keys", "_ref_8944", "_ref_8945", - "sec-array.prototype.lastindexof", "_ref_8946", "_ref_8947", "_ref_8948", "_ref_8949", + "sec-array.prototype.keys", "_ref_8950", "_ref_8951", + "sec-array.prototype.lastindexof", "_ref_8952", "_ref_8953", "_ref_8954", @@ -18665,44 +18668,44 @@ "_ref_8956", "_ref_8957", "_ref_8958", - "sec-array.prototype.map", "_ref_8959", "_ref_8960", "_ref_8961", "_ref_8962", "_ref_8963", "_ref_8964", + "sec-array.prototype.map", "_ref_8965", "_ref_8966", "_ref_8967", "_ref_8968", "_ref_8969", - "sec-array.prototype.pop", "_ref_8970", "_ref_8971", "_ref_8972", "_ref_8973", "_ref_8974", "_ref_8975", + "sec-array.prototype.pop", "_ref_8976", "_ref_8977", "_ref_8978", - "sec-array.prototype.push", "_ref_8979", "_ref_8980", "_ref_8981", "_ref_8982", "_ref_8983", "_ref_8984", + "sec-array.prototype.push", "_ref_8985", "_ref_8986", - "sec-array.prototype.reduce", "_ref_8987", "_ref_8988", "_ref_8989", "_ref_8990", "_ref_8991", "_ref_8992", + "sec-array.prototype.reduce", "_ref_8993", "_ref_8994", "_ref_8995", @@ -18710,13 +18713,13 @@ "_ref_8997", "_ref_8998", "_ref_8999", - "sec-array.prototype.reduceright", "_ref_9000", "_ref_9001", "_ref_9002", "_ref_9003", "_ref_9004", "_ref_9005", + "sec-array.prototype.reduceright", "_ref_9006", "_ref_9007", "_ref_9008", @@ -18724,13 +18727,13 @@ "_ref_9010", "_ref_9011", "_ref_9012", - "sec-array.prototype.reverse", "_ref_9013", "_ref_9014", "_ref_9015", "_ref_9016", "_ref_9017", "_ref_9018", + "sec-array.prototype.reverse", "_ref_9019", "_ref_9020", "_ref_9021", @@ -18743,13 +18746,13 @@ "_ref_9028", "_ref_9029", "_ref_9030", - "sec-array.prototype.shift", "_ref_9031", "_ref_9032", "_ref_9033", "_ref_9034", "_ref_9035", "_ref_9036", + "sec-array.prototype.shift", "_ref_9037", "_ref_9038", "_ref_9039", @@ -18762,13 +18765,13 @@ "_ref_9046", "_ref_9047", "_ref_9048", - "sec-array.prototype.slice", "_ref_9049", "_ref_9050", "_ref_9051", "_ref_9052", "_ref_9053", "_ref_9054", + "sec-array.prototype.slice", "_ref_9055", "_ref_9056", "_ref_9057", @@ -18780,77 +18783,77 @@ "_ref_9063", "_ref_9064", "_ref_9065", - "step-array-proto-slice-set-length", "_ref_9066", "_ref_9067", - "_ref_713", - "sec-array.prototype.some", "_ref_9068", "_ref_9069", "_ref_9070", "_ref_9071", + "step-array-proto-slice-set-length", "_ref_9072", "_ref_9073", + "_ref_713", + "sec-array.prototype.some", "_ref_9074", "_ref_9075", "_ref_9076", "_ref_9077", - "sec-array.prototype.sort", - "step-array-sort-comparefn", "_ref_9078", "_ref_9079", - "step-array-sort-len", "_ref_9080", "_ref_9081", "_ref_9082", "_ref_9083", + "sec-array.prototype.sort", + "step-array-sort-comparefn", "_ref_9084", "_ref_9085", - "step-array-sort", + "step-array-sort-len", "_ref_9086", "_ref_9087", "_ref_9088", "_ref_9089", "_ref_9090", "_ref_9091", + "step-array-sort", "_ref_9092", "_ref_9093", "_ref_9094", "_ref_9095", - "_ref_714", "_ref_9096", "_ref_9097", "_ref_9098", "_ref_9099", "_ref_9100", "_ref_9101", - "_ref_715", + "_ref_714", "_ref_9102", "_ref_9103", "_ref_9104", - "_ref_716", - "_ref_717", "_ref_9105", - "sec-sortcompare", "_ref_9106", "_ref_9107", - "step-sortcompare-tostring-x", + "_ref_715", "_ref_9108", - "step-sortcompare-tostring-y", "_ref_9109", "_ref_9110", + "_ref_716", + "_ref_717", "_ref_9111", + "sec-sortcompare", "_ref_9112", "_ref_9113", - "_ref_718", - "_ref_719", - "sec-array.prototype.splice", + "step-sortcompare-tostring-x", "_ref_9114", + "step-sortcompare-tostring-y", "_ref_9115", "_ref_9116", "_ref_9117", "_ref_9118", "_ref_9119", + "_ref_718", + "_ref_719", + "sec-array.prototype.splice", "_ref_9120", "_ref_9121", "_ref_9122", @@ -18887,35 +18890,35 @@ "_ref_9153", "_ref_9154", "_ref_9155", - "step-array-proto-splice-set-length", "_ref_9156", "_ref_9157", - "_ref_720", - "sec-array.prototype.tolocalestring", "_ref_9158", "_ref_9159", "_ref_9160", "_ref_9161", + "step-array-proto-splice-set-length", "_ref_9162", "_ref_9163", + "_ref_720", + "sec-array.prototype.tolocalestring", "_ref_9164", "_ref_9165", "_ref_9166", "_ref_9167", "_ref_9168", "_ref_9169", - "sec-array.prototype.tostring", "_ref_9170", "_ref_9171", "_ref_9172", "_ref_9173", - "sec-array.prototype.unshift", "_ref_9174", "_ref_9175", + "sec-array.prototype.tostring", "_ref_9176", "_ref_9177", "_ref_9178", "_ref_9179", + "sec-array.prototype.unshift", "_ref_9180", "_ref_9181", "_ref_9182", @@ -18926,19 +18929,19 @@ "_ref_9187", "_ref_9188", "_ref_9189", - "sec-array.prototype.values", "_ref_9190", "_ref_9191", - "sec-array.prototype-@@iterator", "_ref_9192", "_ref_9193", - "sec-array.prototype-@@unscopables", "_ref_9194", "_ref_9195", + "sec-array.prototype.values", "_ref_9196", "_ref_9197", + "sec-array.prototype-@@iterator", "_ref_9198", "_ref_9199", + "sec-array.prototype-@@unscopables", "_ref_9200", "_ref_9201", "_ref_9202", @@ -18946,29 +18949,29 @@ "_ref_9204", "_ref_9205", "_ref_9206", - "sec-properties-of-array-instances", "_ref_9207", "_ref_9208", - "sec-properties-of-array-instances-length", "_ref_9209", "_ref_9210", "_ref_9211", "_ref_9212", - "_ref_721", + "sec-properties-of-array-instances", "_ref_9213", - "_ref_722", - "sec-array-iterator-objects", "_ref_9214", - "sec-createarrayiterator", - "table-internal-slots-of-array-iterator-instances", - "table-48", - "sec-properties-of-array-iterator-instances", + "sec-properties-of-array-instances-length", "_ref_9215", "_ref_9216", "_ref_9217", "_ref_9218", + "_ref_721", "_ref_9219", + "_ref_722", + "sec-array-iterator-objects", "_ref_9220", + "sec-createarrayiterator", + "table-internal-slots-of-array-iterator-instances", + "table-48", + "sec-properties-of-array-iterator-instances", "_ref_9221", "_ref_9222", "_ref_9223", @@ -18981,27 +18984,27 @@ "_ref_9230", "_ref_9231", "_ref_9232", - "sec-%arrayiteratorprototype%-object", "_ref_9233", "_ref_9234", - "sec-%arrayiteratorprototype%.next", "_ref_9235", - "sec-%arrayiteratorprototype%-@@tostringtag", "_ref_9236", - "sec-typedarray-objects", - "_ref_723", "_ref_9237", - "_ref_724", "_ref_9238", - "_ref_725", - "table-the-typedarray-constructors", - "table-49", + "sec-%arrayiteratorprototype%-object", "_ref_9239", "_ref_9240", + "sec-%arrayiteratorprototype%.next", "_ref_9241", + "sec-%arrayiteratorprototype%-@@tostringtag", "_ref_9242", + "sec-typedarray-objects", + "_ref_723", "_ref_9243", + "_ref_724", "_ref_9244", + "_ref_725", + "table-the-typedarray-constructors", + "table-49", "_ref_9245", "_ref_9246", "_ref_9247", @@ -19016,27 +19019,27 @@ "_ref_9256", "_ref_9257", "_ref_9258", - "sec-%typedarray%-intrinsic-object", "_ref_9259", "_ref_9260", "_ref_9261", "_ref_9262", "_ref_9263", - "sec-%typedarray%", "_ref_9264", + "sec-%typedarray%-intrinsic-object", "_ref_9265", "_ref_9266", "_ref_9267", - "sec-properties-of-the-%typedarray%-intrinsic-object", "_ref_9268", "_ref_9269", - "sec-%typedarray%.from", + "sec-%typedarray%", "_ref_9270", "_ref_9271", "_ref_9272", "_ref_9273", + "sec-properties-of-the-%typedarray%-intrinsic-object", "_ref_9274", "_ref_9275", + "sec-%typedarray%.from", "_ref_9276", "_ref_9277", "_ref_9278", @@ -19056,89 +19059,89 @@ "_ref_9292", "_ref_9293", "_ref_9294", - "sec-%typedarray%.of", "_ref_9295", "_ref_9296", "_ref_9297", "_ref_9298", "_ref_9299", "_ref_9300", - "sec-%typedarray%.prototype", + "sec-%typedarray%.of", "_ref_9301", "_ref_9302", - "sec-get-%typedarray%-@@species", "_ref_9303", "_ref_9304", "_ref_9305", "_ref_9306", + "sec-%typedarray%.prototype", "_ref_9307", "_ref_9308", - "sec-properties-of-the-%typedarrayprototype%-object", + "sec-get-%typedarray%-@@species", "_ref_9309", "_ref_9310", - "sec-get-%typedarray%.prototype.buffer", "_ref_9311", "_ref_9312", "_ref_9313", "_ref_9314", - "sec-get-%typedarray%.prototype.bytelength", + "sec-properties-of-the-%typedarrayprototype%-object", "_ref_9315", "_ref_9316", + "sec-get-%typedarray%.prototype.buffer", "_ref_9317", "_ref_9318", "_ref_9319", "_ref_9320", - "sec-get-%typedarray%.prototype.byteoffset", + "sec-get-%typedarray%.prototype.bytelength", "_ref_9321", "_ref_9322", "_ref_9323", "_ref_9324", "_ref_9325", "_ref_9326", - "sec-%typedarray%.prototype.constructor", + "sec-get-%typedarray%.prototype.byteoffset", "_ref_9327", "_ref_9328", - "sec-%typedarray%.prototype.copywithin", "_ref_9329", - "_ref_726", "_ref_9330", "_ref_9331", "_ref_9332", + "sec-%typedarray%.prototype.constructor", "_ref_9333", "_ref_9334", + "sec-%typedarray%.prototype.copywithin", "_ref_9335", + "_ref_726", "_ref_9336", "_ref_9337", "_ref_9338", "_ref_9339", "_ref_9340", "_ref_9341", - "_ref_727", "_ref_9342", "_ref_9343", - "sec-%typedarray%.prototype.entries", "_ref_9344", "_ref_9345", - "sec-%typedarray%.prototype.every", "_ref_9346", - "_ref_728", "_ref_9347", + "_ref_727", "_ref_9348", "_ref_9349", + "sec-%typedarray%.prototype.entries", "_ref_9350", "_ref_9351", + "sec-%typedarray%.prototype.every", "_ref_9352", + "_ref_728", "_ref_9353", "_ref_9354", - "sec-%typedarray%.prototype.fill", "_ref_9355", - "_ref_729", "_ref_9356", "_ref_9357", "_ref_9358", "_ref_9359", "_ref_9360", + "sec-%typedarray%.prototype.fill", "_ref_9361", + "_ref_729", "_ref_9362", "_ref_9363", "_ref_9364", @@ -19146,15 +19149,15 @@ "_ref_9366", "_ref_9367", "_ref_9368", - "sec-%typedarray%.prototype.filter", "_ref_9369", - "_ref_730", "_ref_9370", "_ref_9371", "_ref_9372", "_ref_9373", "_ref_9374", + "sec-%typedarray%.prototype.filter", "_ref_9375", + "_ref_730", "_ref_9376", "_ref_9377", "_ref_9378", @@ -19163,325 +19166,325 @@ "_ref_9381", "_ref_9382", "_ref_9383", - "sec-%typedarray%.prototype.find", "_ref_9384", - "_ref_731", "_ref_9385", "_ref_9386", "_ref_9387", "_ref_9388", "_ref_9389", + "sec-%typedarray%.prototype.find", "_ref_9390", + "_ref_731", "_ref_9391", "_ref_9392", - "sec-%typedarray%.prototype.findindex", "_ref_9393", - "_ref_732", "_ref_9394", "_ref_9395", "_ref_9396", "_ref_9397", "_ref_9398", + "sec-%typedarray%.prototype.findindex", "_ref_9399", + "_ref_732", "_ref_9400", "_ref_9401", "_ref_9402", - "sec-%typedarray%.prototype.foreach", "_ref_9403", - "_ref_733", "_ref_9404", "_ref_9405", "_ref_9406", "_ref_9407", "_ref_9408", + "sec-%typedarray%.prototype.foreach", "_ref_9409", + "_ref_733", "_ref_9410", - "sec-%typedarray%.prototype.includes", "_ref_9411", - "_ref_734", "_ref_9412", "_ref_9413", "_ref_9414", "_ref_9415", "_ref_9416", + "sec-%typedarray%.prototype.includes", "_ref_9417", + "_ref_734", "_ref_9418", - "sec-%typedarray%.prototype.indexof", "_ref_9419", - "_ref_735", "_ref_9420", "_ref_9421", "_ref_9422", "_ref_9423", "_ref_9424", + "sec-%typedarray%.prototype.indexof", "_ref_9425", + "_ref_735", "_ref_9426", "_ref_9427", "_ref_9428", "_ref_9429", "_ref_9430", - "sec-%typedarray%.prototype.join", "_ref_9431", - "_ref_736", "_ref_9432", "_ref_9433", "_ref_9434", "_ref_9435", "_ref_9436", + "sec-%typedarray%.prototype.join", "_ref_9437", + "_ref_736", "_ref_9438", "_ref_9439", - "sec-%typedarray%.prototype.keys", "_ref_9440", "_ref_9441", - "sec-%typedarray%.prototype.lastindexof", "_ref_9442", - "_ref_737", "_ref_9443", "_ref_9444", "_ref_9445", + "sec-%typedarray%.prototype.keys", "_ref_9446", "_ref_9447", + "sec-%typedarray%.prototype.lastindexof", "_ref_9448", + "_ref_737", "_ref_9449", "_ref_9450", "_ref_9451", "_ref_9452", "_ref_9453", - "sec-get-%typedarray%.prototype.length", "_ref_9454", "_ref_9455", "_ref_9456", "_ref_9457", "_ref_9458", "_ref_9459", - "sec-%typedarray%.prototype.map", + "sec-get-%typedarray%.prototype.length", "_ref_9460", - "_ref_738", "_ref_9461", "_ref_9462", "_ref_9463", "_ref_9464", "_ref_9465", + "sec-%typedarray%.prototype.map", "_ref_9466", + "_ref_738", "_ref_9467", "_ref_9468", "_ref_9469", "_ref_9470", - "sec-%typedarray%.prototype.reduce", "_ref_9471", - "_ref_739", "_ref_9472", "_ref_9473", "_ref_9474", "_ref_9475", "_ref_9476", + "sec-%typedarray%.prototype.reduce", "_ref_9477", + "_ref_739", "_ref_9478", "_ref_9479", "_ref_9480", "_ref_9481", - "sec-%typedarray%.prototype.reduceright", "_ref_9482", - "_ref_740", "_ref_9483", "_ref_9484", "_ref_9485", "_ref_9486", "_ref_9487", + "sec-%typedarray%.prototype.reduceright", "_ref_9488", + "_ref_740", "_ref_9489", "_ref_9490", "_ref_9491", "_ref_9492", - "sec-%typedarray%.prototype.reverse", "_ref_9493", - "_ref_741", "_ref_9494", "_ref_9495", "_ref_9496", "_ref_9497", "_ref_9498", + "sec-%typedarray%.prototype.reverse", "_ref_9499", + "_ref_741", "_ref_9500", "_ref_9501", "_ref_9502", "_ref_9503", - "sec-%typedarray%.prototype.set", - "sec-%typedarray%.prototype.set-overloaded-offset", "_ref_9504", "_ref_9505", "_ref_9506", "_ref_9507", "_ref_9508", "_ref_9509", - "sec-settypedarrayfromtypedarray", - "sec-%typedarray%.prototype.set-typedarray-offset", + "sec-%typedarray%.prototype.set", + "sec-%typedarray%.prototype.set-overloaded-offset", "_ref_9510", "_ref_9511", "_ref_9512", "_ref_9513", - "_ref_742", - "_ref_743", - "_ref_744", - "_ref_745", "_ref_9514", "_ref_9515", + "sec-settypedarrayfromtypedarray", + "sec-%typedarray%.prototype.set-typedarray-offset", "_ref_9516", "_ref_9517", "_ref_9518", "_ref_9519", + "_ref_742", + "_ref_743", + "_ref_744", + "_ref_745", "_ref_9520", "_ref_9521", "_ref_9522", "_ref_9523", "_ref_9524", - "sec-settypedarrayfromarraylike", - "sec-%typedarray%.prototype.set-array-offset", "_ref_9525", "_ref_9526", "_ref_9527", "_ref_9528", - "_ref_746", - "_ref_747", "_ref_9529", "_ref_9530", + "sec-settypedarrayfromarraylike", + "sec-%typedarray%.prototype.set-array-offset", "_ref_9531", "_ref_9532", "_ref_9533", "_ref_9534", + "_ref_746", + "_ref_747", "_ref_9535", "_ref_9536", "_ref_9537", - "sec-%typedarray%.prototype.slice", "_ref_9538", - "_ref_748", "_ref_9539", "_ref_9540", "_ref_9541", "_ref_9542", "_ref_9543", + "sec-%typedarray%.prototype.slice", "_ref_9544", + "_ref_748", "_ref_9545", "_ref_9546", "_ref_9547", "_ref_9548", "_ref_9549", - "_ref_749", - "_ref_750", "_ref_9550", "_ref_9551", "_ref_9552", "_ref_9553", "_ref_9554", "_ref_9555", - "_ref_751", + "_ref_749", + "_ref_750", "_ref_9556", "_ref_9557", - "sec-%typedarray%.prototype.some", "_ref_9558", - "_ref_752", "_ref_9559", "_ref_9560", "_ref_9561", + "_ref_751", "_ref_9562", "_ref_9563", + "sec-%typedarray%.prototype.some", "_ref_9564", + "_ref_752", "_ref_9565", "_ref_9566", - "sec-%typedarray%.prototype.sort", "_ref_9567", - "_ref_753", "_ref_9568", - "_ref_754", - "_ref_755", - "_ref_756", - "_ref_757", "_ref_9569", "_ref_9570", "_ref_9571", "_ref_9572", - "_ref_758", + "sec-%typedarray%.prototype.sort", "_ref_9573", + "_ref_753", "_ref_9574", + "_ref_754", + "_ref_755", + "_ref_756", + "_ref_757", "_ref_9575", "_ref_9576", "_ref_9577", "_ref_9578", - "sec-%typedarray%.prototype.subarray", + "_ref_758", "_ref_9579", "_ref_9580", "_ref_9581", "_ref_9582", "_ref_9583", "_ref_9584", + "sec-%typedarray%.prototype.subarray", "_ref_9585", "_ref_9586", "_ref_9587", - "_ref_759", "_ref_9588", "_ref_9589", "_ref_9590", - "sec-%typedarray%.prototype.tolocalestring", "_ref_9591", - "_ref_760", - "_ref_761", "_ref_9592", "_ref_9593", - "sec-%typedarray%.prototype.tostring", + "_ref_759", "_ref_9594", "_ref_9595", "_ref_9596", - "_ref_762", - "sec-%typedarray%.prototype.values", + "sec-%typedarray%.prototype.tolocalestring", "_ref_9597", + "_ref_760", + "_ref_761", "_ref_9598", - "sec-%typedarray%.prototype-@@iterator", "_ref_9599", + "sec-%typedarray%.prototype.tostring", "_ref_9600", "_ref_9601", - "sec-get-%typedarray%.prototype-@@tostringtag", "_ref_9602", + "_ref_762", + "sec-%typedarray%.prototype.values", "_ref_9603", "_ref_9604", + "sec-%typedarray%.prototype-@@iterator", "_ref_9605", "_ref_9606", - "sec-abstract-operations-for-typedarray-objects", - "typedarray-species-create", "_ref_9607", + "sec-get-%typedarray%.prototype-@@tostringtag", "_ref_9608", - "_ref_763", "_ref_9609", "_ref_9610", "_ref_9611", - "typedarray-create", "_ref_9612", + "sec-abstract-operations-for-typedarray-objects", + "typedarray-species-create", "_ref_9613", "_ref_9614", + "_ref_763", "_ref_9615", "_ref_9616", - "sec-validatetypedarray", "_ref_9617", + "typedarray-create", "_ref_9618", "_ref_9619", - "sec-typedarray-constructors", "_ref_9620", "_ref_9621", - "_ref_764", "_ref_9622", + "sec-validatetypedarray", "_ref_9623", - "sec-typedarray", - "sec-typedarray-object", - "sec-typedarray-length", "_ref_9624", "_ref_9625", - "_ref_765", + "sec-typedarray-constructors", "_ref_9626", "_ref_9627", + "_ref_764", "_ref_9628", "_ref_9629", + "sec-typedarray", + "sec-typedarray-object", + "sec-typedarray-length", "_ref_9630", "_ref_9631", + "_ref_765", "_ref_9632", "_ref_9633", "_ref_9634", @@ -19493,110 +19496,110 @@ "_ref_9640", "_ref_9641", "_ref_9642", - "sec-allocatetypedarray", "_ref_9643", - "_ref_766", "_ref_9644", "_ref_9645", "_ref_9646", "_ref_9647", "_ref_9648", + "sec-allocatetypedarray", "_ref_9649", - "sec-initializetypedarrayfromtypedarray", - "sec-typedarray-typedarray", + "_ref_766", "_ref_9650", "_ref_9651", "_ref_9652", - "_ref_767", - "_ref_768", - "_ref_769", - "_ref_770", "_ref_9653", "_ref_9654", "_ref_9655", + "sec-initializetypedarrayfromtypedarray", + "sec-typedarray-typedarray", "_ref_9656", "_ref_9657", "_ref_9658", + "_ref_767", + "_ref_768", + "_ref_769", + "_ref_770", "_ref_9659", "_ref_9660", "_ref_9661", - "sec-initializetypedarrayfromarraybuffer", - "sec-typedarray-buffer-byteoffset-length", "_ref_9662", "_ref_9663", "_ref_9664", "_ref_9665", - "_ref_771", "_ref_9666", "_ref_9667", + "sec-initializetypedarrayfromarraybuffer", + "sec-typedarray-buffer-byteoffset-length", "_ref_9668", "_ref_9669", "_ref_9670", - "sec-initializetypedarrayfromlist", "_ref_9671", + "_ref_771", "_ref_9672", "_ref_9673", "_ref_9674", "_ref_9675", "_ref_9676", + "sec-initializetypedarrayfromlist", "_ref_9677", "_ref_9678", - "sec-initializetypedarrayfromarraylike", "_ref_9679", "_ref_9680", "_ref_9681", "_ref_9682", "_ref_9683", "_ref_9684", + "sec-initializetypedarrayfromarraylike", "_ref_9685", - "sec-allocatetypedarraybuffer", "_ref_9686", "_ref_9687", "_ref_9688", - "_ref_772", "_ref_9689", "_ref_9690", - "sec-properties-of-the-typedarray-constructors", "_ref_9691", + "sec-allocatetypedarraybuffer", "_ref_9692", "_ref_9693", + "_ref_9694", + "_ref_772", + "_ref_9695", + "_ref_9696", + "sec-properties-of-the-typedarray-constructors", + "_ref_9697", + "_ref_9698", + "_ref_9699", "_ref_773", "sec-typedarray.bytes_per_element", "_ref_774", "sec-typedarray.prototype", "_ref_775", "sec-properties-of-typedarray-prototype-objects", - "_ref_9694", - "_ref_9695", + "_ref_9700", + "_ref_9701", "sec-typedarray.prototype.bytes_per_element", "_ref_776", "sec-typedarray.prototype.constructor", - "_ref_9696", + "_ref_9702", "sec-properties-of-typedarray-instances", "_ref_777", "sec-keyed-collections", "sec-keyed-collection", "sec-map-objects", - "_ref_9697", - "sec-map-constructor", - "_ref_9698", - "_ref_9699", - "_ref_9700", - "_ref_9701", - "sec-map-iterable", - "_ref_9702", "_ref_9703", + "sec-map-constructor", "_ref_9704", "_ref_9705", "_ref_9706", "_ref_9707", - "sec-add-entries-from-iterable", + "sec-map-iterable", "_ref_9708", "_ref_9709", "_ref_9710", "_ref_9711", "_ref_9712", "_ref_9713", + "sec-add-entries-from-iterable", "_ref_9714", "_ref_9715", "_ref_9716", @@ -19611,372 +19614,372 @@ "_ref_9725", "_ref_9726", "_ref_9727", - "sec-properties-of-the-map-constructor", "_ref_9728", "_ref_9729", - "sec-map.prototype", "_ref_9730", - "sec-get-map-@@species", "_ref_9731", "_ref_9732", "_ref_9733", + "sec-properties-of-the-map-constructor", "_ref_9734", "_ref_9735", + "sec-map.prototype", "_ref_9736", - "sec-properties-of-the-map-prototype-object", + "sec-get-map-@@species", "_ref_9737", "_ref_9738", - "sec-map.prototype.clear", "_ref_9739", "_ref_9740", "_ref_9741", "_ref_9742", + "sec-properties-of-the-map-prototype-object", "_ref_9743", - "sec-map.prototype.constructor", "_ref_9744", - "sec-map.prototype.delete", + "sec-map.prototype.clear", "_ref_9745", "_ref_9746", "_ref_9747", "_ref_9748", - "sec-map.prototype.entries", "_ref_9749", - "sec-map.prototype.foreach", + "sec-map.prototype.constructor", "_ref_9750", + "sec-map.prototype.delete", "_ref_9751", "_ref_9752", "_ref_9753", "_ref_9754", - "sec-map.prototype.get", + "sec-map.prototype.entries", "_ref_9755", + "sec-map.prototype.foreach", "_ref_9756", "_ref_9757", "_ref_9758", - "sec-map.prototype.has", "_ref_9759", "_ref_9760", + "sec-map.prototype.get", "_ref_9761", "_ref_9762", - "sec-map.prototype.keys", "_ref_9763", - "sec-map.prototype.set", "_ref_9764", + "sec-map.prototype.has", "_ref_9765", "_ref_9766", "_ref_9767", "_ref_9768", - "sec-get-map.prototype.size", + "sec-map.prototype.keys", "_ref_9769", + "sec-map.prototype.set", "_ref_9770", "_ref_9771", "_ref_9772", "_ref_9773", - "sec-map.prototype.values", "_ref_9774", - "sec-map.prototype-@@iterator", + "sec-get-map.prototype.size", "_ref_9775", "_ref_9776", - "sec-map.prototype-@@tostringtag", "_ref_9777", - "sec-properties-of-map-instances", - "sec-map-iterator-objects", "_ref_9778", - "sec-createmapiterator", - "table-internal-slots-of-map-iterator-instances", - "table-50", - "sec-properties-of-map-iterator-instances", "_ref_9779", + "sec-map.prototype.values", "_ref_9780", + "sec-map.prototype-@@iterator", "_ref_9781", "_ref_9782", + "sec-map.prototype-@@tostringtag", "_ref_9783", + "sec-properties-of-map-instances", + "sec-map-iterator-objects", "_ref_9784", + "sec-createmapiterator", + "table-internal-slots-of-map-iterator-instances", + "table-50", + "sec-properties-of-map-iterator-instances", "_ref_9785", "_ref_9786", "_ref_9787", "_ref_9788", "_ref_9789", - "sec-%mapiteratorprototype%-object", "_ref_9790", "_ref_9791", - "sec-%mapiteratorprototype%.next", "_ref_9792", - "sec-%mapiteratorprototype%-@@tostringtag", "_ref_9793", - "sec-set-objects", "_ref_9794", - "sec-set-constructor", "_ref_9795", + "sec-%mapiteratorprototype%-object", "_ref_9796", "_ref_9797", + "sec-%mapiteratorprototype%.next", "_ref_9798", - "sec-set-iterable", + "sec-%mapiteratorprototype%-@@tostringtag", "_ref_9799", + "sec-set-objects", "_ref_9800", + "sec-set-constructor", "_ref_9801", "_ref_9802", "_ref_9803", "_ref_9804", + "sec-set-iterable", "_ref_9805", "_ref_9806", "_ref_9807", "_ref_9808", - "sec-properties-of-the-set-constructor", "_ref_9809", "_ref_9810", - "sec-set.prototype", "_ref_9811", - "sec-get-set-@@species", "_ref_9812", "_ref_9813", "_ref_9814", + "sec-properties-of-the-set-constructor", "_ref_9815", "_ref_9816", + "sec-set.prototype", "_ref_9817", - "sec-properties-of-the-set-prototype-object", + "sec-get-set-@@species", "_ref_9818", "_ref_9819", - "sec-set.prototype.add", "_ref_9820", "_ref_9821", "_ref_9822", - "sec-set.prototype.clear", "_ref_9823", + "sec-properties-of-the-set-prototype-object", "_ref_9824", "_ref_9825", + "sec-set.prototype.add", "_ref_9826", - "sec-set.prototype.constructor", "_ref_9827", - "sec-set.prototype.delete", "_ref_9828", + "sec-set.prototype.clear", "_ref_9829", "_ref_9830", - "sec-set.prototype.entries", "_ref_9831", - "sec-set.prototype.foreach", "_ref_9832", + "sec-set.prototype.constructor", "_ref_9833", + "sec-set.prototype.delete", "_ref_9834", "_ref_9835", - "sec-set.prototype.has", "_ref_9836", + "sec-set.prototype.entries", "_ref_9837", + "sec-set.prototype.foreach", "_ref_9838", - "sec-set.prototype.keys", "_ref_9839", - "sec-get-set.prototype.size", "_ref_9840", "_ref_9841", + "sec-set.prototype.has", "_ref_9842", "_ref_9843", - "sec-set.prototype.values", "_ref_9844", - "sec-set.prototype-@@iterator", + "sec-set.prototype.keys", "_ref_9845", + "sec-get-set.prototype.size", "_ref_9846", - "sec-set.prototype-@@tostringtag", "_ref_9847", - "sec-properties-of-set-instances", - "sec-set-iterator-objects", "_ref_9848", "_ref_9849", - "sec-createsetiterator", - "table-internal-slots-of-set-iterator-instances", - "table-51", - "sec-properties-of-set-iterator-instances", + "sec-set.prototype.values", "_ref_9850", + "sec-set.prototype-@@iterator", "_ref_9851", "_ref_9852", + "sec-set.prototype-@@tostringtag", "_ref_9853", + "sec-properties-of-set-instances", + "sec-set-iterator-objects", "_ref_9854", "_ref_9855", + "sec-createsetiterator", + "table-internal-slots-of-set-iterator-instances", + "table-51", + "sec-properties-of-set-iterator-instances", "_ref_9856", "_ref_9857", "_ref_9858", "_ref_9859", "_ref_9860", - "sec-%setiteratorprototype%-object", "_ref_9861", "_ref_9862", - "sec-%setiteratorprototype%.next", "_ref_9863", - "sec-%setiteratorprototype%-@@tostringtag", "_ref_9864", - "sec-weakmap-objects", "_ref_9865", - "_ref_778", - "sec-weakmap-constructor", "_ref_9866", + "sec-%setiteratorprototype%-object", "_ref_9867", "_ref_9868", + "sec-%setiteratorprototype%.next", "_ref_9869", - "sec-weakmap-iterable", + "sec-%setiteratorprototype%-@@tostringtag", "_ref_9870", + "sec-weakmap-objects", "_ref_9871", + "_ref_778", + "sec-weakmap-constructor", "_ref_9872", "_ref_9873", "_ref_9874", "_ref_9875", - "sec-properties-of-the-weakmap-constructor", + "sec-weakmap-iterable", "_ref_9876", "_ref_9877", - "sec-weakmap.prototype", "_ref_9878", - "sec-properties-of-the-weakmap-prototype-object", "_ref_9879", "_ref_9880", - "sec-weakmap.prototype.constructor", "_ref_9881", - "sec-weakmap.prototype.delete", + "sec-properties-of-the-weakmap-constructor", "_ref_9882", "_ref_9883", + "sec-weakmap.prototype", "_ref_9884", + "sec-properties-of-the-weakmap-prototype-object", "_ref_9885", "_ref_9886", - "sec-weakmap.prototype.get", + "sec-weakmap.prototype.constructor", "_ref_9887", + "sec-weakmap.prototype.delete", "_ref_9888", "_ref_9889", "_ref_9890", "_ref_9891", - "sec-weakmap.prototype.has", "_ref_9892", + "sec-weakmap.prototype.get", "_ref_9893", "_ref_9894", "_ref_9895", "_ref_9896", - "sec-weakmap.prototype.set", "_ref_9897", + "sec-weakmap.prototype.has", "_ref_9898", "_ref_9899", "_ref_9900", "_ref_9901", "_ref_9902", - "sec-weakmap.prototype-@@tostringtag", + "sec-weakmap.prototype.set", "_ref_9903", - "sec-properties-of-weakmap-instances", - "sec-weakset-objects", - "_ref_9904", - "_ref_779", - "_ref_780", - "sec-weakset-constructor", + "_ref_9904", "_ref_9905", "_ref_9906", "_ref_9907", "_ref_9908", - "sec-weakset-iterable", + "sec-weakmap.prototype-@@tostringtag", "_ref_9909", + "sec-properties-of-weakmap-instances", + "sec-weakset-objects", "_ref_9910", + "_ref_779", + "_ref_780", + "sec-weakset-constructor", "_ref_9911", "_ref_9912", "_ref_9913", "_ref_9914", + "sec-weakset-iterable", "_ref_9915", "_ref_9916", "_ref_9917", "_ref_9918", - "sec-properties-of-the-weakset-constructor", "_ref_9919", "_ref_9920", - "sec-weakset.prototype", "_ref_9921", - "sec-properties-of-the-weakset-prototype-object", "_ref_9922", "_ref_9923", - "sec-weakset.prototype.add", "_ref_9924", + "sec-properties-of-the-weakset-constructor", "_ref_9925", "_ref_9926", + "sec-weakset.prototype", "_ref_9927", - "sec-weakset.prototype.constructor", + "sec-properties-of-the-weakset-prototype-object", "_ref_9928", - "sec-weakset.prototype.delete", "_ref_9929", + "sec-weakset.prototype.add", "_ref_9930", "_ref_9931", "_ref_9932", - "sec-weakset.prototype.has", "_ref_9933", + "sec-weakset.prototype.constructor", "_ref_9934", + "sec-weakset.prototype.delete", "_ref_9935", "_ref_9936", - "sec-weakset.prototype-@@tostringtag", "_ref_9937", - "sec-properties-of-weakset-instances", - "sec-structured-data", - "sec-arraybuffer-objects", - "sec-arraybuffer-notation", - "_ref_781", - "_ref_782", "_ref_9938", + "sec-weakset.prototype.has", "_ref_9939", - "sec-abstract-operations-for-arraybuffer-objects", - "sec-allocatearraybuffer", "_ref_9940", "_ref_9941", "_ref_9942", - "sec-isdetachedbuffer", + "sec-weakset.prototype-@@tostringtag", "_ref_9943", + "sec-properties-of-weakset-instances", + "sec-structured-data", + "sec-arraybuffer-objects", + "sec-arraybuffer-notation", + "_ref_781", + "_ref_782", "_ref_9944", - "sec-detacharraybuffer", "_ref_9945", + "sec-abstract-operations-for-arraybuffer-objects", + "sec-allocatearraybuffer", "_ref_9946", "_ref_9947", "_ref_9948", + "sec-isdetachedbuffer", "_ref_9949", "_ref_9950", + "sec-detacharraybuffer", "_ref_9951", "_ref_9952", - "sec-clonearraybuffer", "_ref_9953", "_ref_9954", "_ref_9955", "_ref_9956", "_ref_9957", "_ref_9958", + "sec-clonearraybuffer", "_ref_9959", "_ref_9960", "_ref_9961", "_ref_9962", - "sec-isunsignedelementtype", "_ref_9963", - "sec-isunclampedintegerelementtype", "_ref_9964", "_ref_9965", - "sec-isbigintelementtype", "_ref_9966", - "sec-isnotearconfiguration", "_ref_9967", "_ref_9968", - "sec-rawbytestonumeric", - "sec-rawbytestonumber", + "sec-isunsignedelementtype", "_ref_9969", + "sec-isunclampedintegerelementtype", "_ref_9970", - "_ref_783", "_ref_9971", + "sec-isbigintelementtype", "_ref_9972", + "sec-isnotearconfiguration", "_ref_9973", "_ref_9974", + "sec-rawbytestonumeric", + "sec-rawbytestonumber", "_ref_9975", "_ref_9976", + "_ref_783", "_ref_9977", "_ref_9978", "_ref_9979", "_ref_9980", "_ref_9981", - "sec-getvaluefrombuffer", "_ref_9982", "_ref_9983", "_ref_9984", "_ref_9985", "_ref_9986", - "_ref_784", "_ref_9987", + "sec-getvaluefrombuffer", "_ref_9988", "_ref_9989", "_ref_9990", "_ref_9991", "_ref_9992", + "_ref_784", "_ref_9993", "_ref_9994", "_ref_9995", @@ -19985,59 +19988,59 @@ "_ref_9998", "_ref_9999", "_ref_10000", - "sec-numerictorawbytes", - "sec-numbertorawbytes", "_ref_10001", "_ref_10002", "_ref_10003", "_ref_10004", "_ref_10005", "_ref_10006", + "sec-numerictorawbytes", + "sec-numbertorawbytes", "_ref_10007", - "_ref_785", - "_ref_786", "_ref_10008", "_ref_10009", "_ref_10010", - "sec-setvalueinbuffer", "_ref_10011", "_ref_10012", "_ref_10013", + "_ref_785", + "_ref_786", "_ref_10014", "_ref_10015", "_ref_10016", + "sec-setvalueinbuffer", "_ref_10017", "_ref_10018", "_ref_10019", - "_ref_787", "_ref_10020", "_ref_10021", "_ref_10022", "_ref_10023", "_ref_10024", "_ref_10025", + "_ref_787", "_ref_10026", "_ref_10027", "_ref_10028", "_ref_10029", - "sec-getmodifysetvalueinbuffer", "_ref_10030", "_ref_10031", "_ref_10032", "_ref_10033", "_ref_10034", "_ref_10035", + "sec-getmodifysetvalueinbuffer", "_ref_10036", "_ref_10037", "_ref_10038", "_ref_10039", - "_ref_788", "_ref_10040", "_ref_10041", "_ref_10042", "_ref_10043", "_ref_10044", "_ref_10045", + "_ref_788", "_ref_10046", "_ref_10047", "_ref_10048", @@ -20045,44 +20048,44 @@ "_ref_10050", "_ref_10051", "_ref_10052", - "sec-arraybuffer-constructor", "_ref_10053", "_ref_10054", "_ref_10055", "_ref_10056", - "sec-arraybuffer-length", "_ref_10057", "_ref_10058", - "sec-properties-of-the-arraybuffer-constructor", + "sec-arraybuffer-constructor", "_ref_10059", "_ref_10060", - "sec-arraybuffer.isview", "_ref_10061", - "sec-arraybuffer.prototype", "_ref_10062", - "sec-get-arraybuffer-@@species", + "sec-arraybuffer-length", "_ref_10063", "_ref_10064", + "sec-properties-of-the-arraybuffer-constructor", "_ref_10065", "_ref_10066", - "sec-properties-of-the-arraybuffer-prototype-object", + "sec-arraybuffer.isview", "_ref_10067", + "sec-arraybuffer.prototype", "_ref_10068", - "sec-get-arraybuffer.prototype.bytelength", + "sec-get-arraybuffer-@@species", "_ref_10069", "_ref_10070", "_ref_10071", "_ref_10072", + "sec-properties-of-the-arraybuffer-prototype-object", "_ref_10073", - "sec-arraybuffer.prototype.constructor", "_ref_10074", - "sec-arraybuffer.prototype.slice", + "sec-get-arraybuffer.prototype.bytelength", "_ref_10075", "_ref_10076", "_ref_10077", "_ref_10078", "_ref_10079", + "sec-arraybuffer.prototype.constructor", "_ref_10080", + "sec-arraybuffer.prototype.slice", "_ref_10081", "_ref_10082", "_ref_10083", @@ -20097,57 +20100,57 @@ "_ref_10092", "_ref_10093", "_ref_10094", - "sec-arraybuffer.prototype-@@tostringtag", "_ref_10095", - "sec-properties-of-the-arraybuffer-instances", "_ref_10096", "_ref_10097", - "sec-sharedarraybuffer-objects", - "sec-abstract-operations-for-sharedarraybuffer-objects", - "sec-allocatesharedarraybuffer", "_ref_10098", "_ref_10099", "_ref_10100", - "sec-issharedarraybuffer", + "sec-arraybuffer.prototype-@@tostringtag", "_ref_10101", + "sec-properties-of-the-arraybuffer-instances", "_ref_10102", "_ref_10103", + "sec-sharedarraybuffer-objects", + "sec-abstract-operations-for-sharedarraybuffer-objects", + "sec-allocatesharedarraybuffer", "_ref_10104", "_ref_10105", - "sec-sharedarraybuffer-constructor", "_ref_10106", + "sec-issharedarraybuffer", "_ref_10107", "_ref_10108", "_ref_10109", "_ref_10110", "_ref_10111", - "sec-sharedarraybuffer-length", + "sec-sharedarraybuffer-constructor", "_ref_10112", "_ref_10113", - "sec-properties-of-the-sharedarraybuffer-constructor", "_ref_10114", "_ref_10115", - "sec-sharedarraybuffer.prototype", "_ref_10116", - "sec-sharedarraybuffer-@@species", "_ref_10117", - "sec-properties-of-the-sharedarraybuffer-prototype-object", + "sec-sharedarraybuffer-length", "_ref_10118", "_ref_10119", - "sec-get-sharedarraybuffer.prototype.bytelength", + "sec-properties-of-the-sharedarraybuffer-constructor", "_ref_10120", "_ref_10121", + "sec-sharedarraybuffer.prototype", "_ref_10122", + "sec-sharedarraybuffer-@@species", "_ref_10123", - "sec-sharedarraybuffer.prototype.constructor", + "sec-properties-of-the-sharedarraybuffer-prototype-object", "_ref_10124", - "sec-sharedarraybuffer.prototype.slice", "_ref_10125", + "sec-get-sharedarraybuffer.prototype.bytelength", "_ref_10126", "_ref_10127", "_ref_10128", "_ref_10129", + "sec-sharedarraybuffer.prototype.constructor", "_ref_10130", + "sec-sharedarraybuffer.prototype.slice", "_ref_10131", "_ref_10132", "_ref_10133", @@ -20159,141 +20162,141 @@ "_ref_10139", "_ref_10140", "_ref_10141", - "sec-sharedarraybuffer.prototype.toString", "_ref_10142", - "sec-properties-of-the-sharedarraybuffer-instances", "_ref_10143", - "sec-dataview-objects", - "sec-abstract-operations-for-dataview-objects", - "sec-getviewvalue", "_ref_10144", "_ref_10145", "_ref_10146", "_ref_10147", + "sec-sharedarraybuffer.prototype.toString", "_ref_10148", - "_ref_789", + "sec-properties-of-the-sharedarraybuffer-instances", "_ref_10149", - "sec-setviewvalue", + "sec-dataview-objects", + "sec-abstract-operations-for-dataview-objects", + "sec-getviewvalue", "_ref_10150", "_ref_10151", "_ref_10152", "_ref_10153", "_ref_10154", + "_ref_789", "_ref_10155", + "sec-setviewvalue", "_ref_10156", "_ref_10157", - "_ref_790", "_ref_10158", - "sec-dataview-constructor", "_ref_10159", "_ref_10160", "_ref_10161", "_ref_10162", - "sec-dataview-buffer-byteoffset-bytelength", "_ref_10163", + "_ref_790", "_ref_10164", + "sec-dataview-constructor", "_ref_10165", "_ref_10166", "_ref_10167", "_ref_10168", - "sec-properties-of-the-dataview-constructor", + "sec-dataview-buffer-byteoffset-bytelength", "_ref_10169", "_ref_10170", - "sec-dataview.prototype", "_ref_10171", - "sec-properties-of-the-dataview-prototype-object", "_ref_10172", "_ref_10173", - "sec-get-dataview.prototype.buffer", "_ref_10174", + "sec-properties-of-the-dataview-constructor", "_ref_10175", "_ref_10176", - "sec-get-dataview.prototype.bytelength", + "sec-dataview.prototype", "_ref_10177", + "sec-properties-of-the-dataview-prototype-object", "_ref_10178", "_ref_10179", + "sec-get-dataview.prototype.buffer", "_ref_10180", "_ref_10181", - "sec-get-dataview.prototype.byteoffset", "_ref_10182", + "sec-get-dataview.prototype.bytelength", "_ref_10183", "_ref_10184", "_ref_10185", "_ref_10186", - "sec-dataview.prototype.constructor", "_ref_10187", - "sec-dataview.prototype.getbigint64", + "sec-get-dataview.prototype.byteoffset", "_ref_10188", - "sec-dataview.prototype.getbiguint64", "_ref_10189", - "sec-dataview.prototype.getfloat32", "_ref_10190", - "sec-dataview.prototype.getfloat64", "_ref_10191", - "sec-dataview.prototype.getint8", "_ref_10192", - "sec-dataview.prototype.getint16", + "sec-dataview.prototype.constructor", "_ref_10193", - "sec-dataview.prototype.getint32", + "sec-dataview.prototype.getbigint64", "_ref_10194", - "sec-dataview.prototype.getuint8", + "sec-dataview.prototype.getbiguint64", "_ref_10195", - "sec-dataview.prototype.getuint16", + "sec-dataview.prototype.getfloat32", "_ref_10196", - "sec-dataview.prototype.getuint32", + "sec-dataview.prototype.getfloat64", "_ref_10197", - "sec-dataview.prototype.setbigint64", + "sec-dataview.prototype.getint8", "_ref_10198", - "sec-dataview.prototype.setbiguint64", + "sec-dataview.prototype.getint16", "_ref_10199", - "sec-dataview.prototype.setfloat32", + "sec-dataview.prototype.getint32", "_ref_10200", - "sec-dataview.prototype.setfloat64", + "sec-dataview.prototype.getuint8", "_ref_10201", - "sec-dataview.prototype.setint8", + "sec-dataview.prototype.getuint16", "_ref_10202", - "sec-dataview.prototype.setint16", + "sec-dataview.prototype.getuint32", "_ref_10203", - "sec-dataview.prototype.setint32", + "sec-dataview.prototype.setbigint64", "_ref_10204", - "sec-dataview.prototype.setuint8", + "sec-dataview.prototype.setbiguint64", "_ref_10205", - "sec-dataview.prototype.setuint16", + "sec-dataview.prototype.setfloat32", "_ref_10206", - "sec-dataview.prototype.setuint32", + "sec-dataview.prototype.setfloat64", "_ref_10207", - "sec-dataview.prototype-@@tostringtag", + "sec-dataview.prototype.setint8", "_ref_10208", - "sec-properties-of-dataview-instances", + "sec-dataview.prototype.setint16", "_ref_10209", + "sec-dataview.prototype.setint32", "_ref_10210", - "sec-atomics-object", + "sec-dataview.prototype.setuint8", "_ref_10211", + "sec-dataview.prototype.setuint16", "_ref_10212", + "sec-dataview.prototype.setuint32", "_ref_10213", + "sec-dataview.prototype-@@tostringtag", "_ref_10214", + "sec-properties-of-dataview-instances", "_ref_10215", "_ref_10216", + "sec-atomics-object", "_ref_10217", - "sec-abstract-operations-for-atomics", - "sec-validateintegertypedarray", - "sec-validatesharedintegertypedarray", "_ref_10218", - "_ref_791", "_ref_10219", "_ref_10220", - "sec-validateatomicaccess", "_ref_10221", "_ref_10222", "_ref_10223", - "_ref_792", - "sec-getwaiterlist", + "sec-abstract-operations-for-atomics", + "sec-validateintegertypedarray", + "sec-validatesharedintegertypedarray", "_ref_10224", + "_ref_791", "_ref_10225", "_ref_10226", + "sec-validateatomicaccess", "_ref_10227", "_ref_10228", "_ref_10229", + "_ref_792", + "sec-getwaiterlist", "_ref_10230", "_ref_10231", "_ref_10232", @@ -20307,13 +20310,13 @@ "_ref_10240", "_ref_10241", "_ref_10242", - "sec-entercriticalsection", "_ref_10243", "_ref_10244", "_ref_10245", "_ref_10246", "_ref_10247", "_ref_10248", + "sec-entercriticalsection", "_ref_10249", "_ref_10250", "_ref_10251", @@ -20331,48 +20334,48 @@ "_ref_10263", "_ref_10264", "_ref_10265", - "sec-leavecriticalsection", "_ref_10266", "_ref_10267", "_ref_10268", "_ref_10269", "_ref_10270", "_ref_10271", + "sec-leavecriticalsection", "_ref_10272", "_ref_10273", "_ref_10274", "_ref_10275", - "sec-addwaiter", "_ref_10276", "_ref_10277", "_ref_10278", "_ref_10279", "_ref_10280", "_ref_10281", + "sec-addwaiter", "_ref_10282", - "sec-removewaiter", "_ref_10283", "_ref_10284", "_ref_10285", "_ref_10286", "_ref_10287", "_ref_10288", - "sec-removewaiters", + "sec-removewaiter", "_ref_10289", "_ref_10290", "_ref_10291", "_ref_10292", "_ref_10293", "_ref_10294", + "sec-removewaiters", "_ref_10295", - "sec-suspendagent", - "sec-suspend", "_ref_10296", "_ref_10297", "_ref_10298", "_ref_10299", "_ref_10300", "_ref_10301", + "sec-suspendagent", + "sec-suspend", "_ref_10302", "_ref_10303", "_ref_10304", @@ -20385,74 +20388,74 @@ "_ref_10311", "_ref_10312", "_ref_10313", - "sec-notifywaiter", "_ref_10314", "_ref_10315", "_ref_10316", "_ref_10317", "_ref_10318", "_ref_10319", - "sec-atomicreadmodifywrite", + "sec-notifywaiter", "_ref_10320", "_ref_10321", "_ref_10322", "_ref_10323", "_ref_10324", "_ref_10325", + "sec-atomicreadmodifywrite", "_ref_10326", "_ref_10327", "_ref_10328", "_ref_10329", "_ref_10330", "_ref_10331", - "_ref_793", "_ref_10332", - "sec-bytelistbitwiseop", "_ref_10333", "_ref_10334", "_ref_10335", "_ref_10336", "_ref_10337", + "_ref_793", "_ref_10338", - "sec-bytelistequal", + "sec-bytelistbitwiseop", "_ref_10339", "_ref_10340", - "sec-atomics.add", - "_ref_794", "_ref_10341", "_ref_10342", "_ref_10343", "_ref_10344", + "sec-bytelistequal", "_ref_10345", "_ref_10346", + "sec-atomics.add", + "_ref_794", "_ref_10347", "_ref_10348", "_ref_10349", - "sec-atomics.and", "_ref_10350", "_ref_10351", "_ref_10352", - "sec-atomics.compareexchange", "_ref_10353", "_ref_10354", "_ref_10355", + "sec-atomics.and", "_ref_10356", "_ref_10357", "_ref_10358", + "sec-atomics.compareexchange", "_ref_10359", "_ref_10360", "_ref_10361", "_ref_10362", "_ref_10363", "_ref_10364", - "_ref_795", - "_ref_796", "_ref_10365", "_ref_10366", "_ref_10367", "_ref_10368", "_ref_10369", "_ref_10370", + "_ref_795", + "_ref_796", "_ref_10371", "_ref_10372", "_ref_10373", @@ -20466,79 +20469,79 @@ "_ref_10381", "_ref_10382", "_ref_10383", - "sec-atomics.exchange", "_ref_10384", "_ref_10385", - "sec-atomics.islockfree", "_ref_10386", "_ref_10387", "_ref_10388", "_ref_10389", - "sec-atomics.load", - "sec-atomicload", + "sec-atomics.exchange", "_ref_10390", "_ref_10391", + "sec-atomics.islockfree", "_ref_10392", "_ref_10393", "_ref_10394", - "_ref_797", "_ref_10395", - "sec-atomics.or", + "sec-atomics.load", + "sec-atomicload", "_ref_10396", "_ref_10397", "_ref_10398", - "sec-atomics.store", "_ref_10399", "_ref_10400", + "_ref_797", "_ref_10401", + "sec-atomics.or", "_ref_10402", "_ref_10403", "_ref_10404", + "sec-atomics.store", "_ref_10405", "_ref_10406", "_ref_10407", - "_ref_798", "_ref_10408", - "sec-atomics.sub", - "_ref_799", "_ref_10409", "_ref_10410", "_ref_10411", "_ref_10412", "_ref_10413", + "_ref_798", "_ref_10414", + "sec-atomics.sub", + "_ref_799", "_ref_10415", "_ref_10416", "_ref_10417", - "sec-atomics.wait", "_ref_10418", "_ref_10419", "_ref_10420", "_ref_10421", "_ref_10422", "_ref_10423", + "sec-atomics.wait", "_ref_10424", "_ref_10425", "_ref_10426", "_ref_10427", "_ref_10428", "_ref_10429", - "_ref_800", "_ref_10430", "_ref_10431", "_ref_10432", "_ref_10433", "_ref_10434", "_ref_10435", + "_ref_800", "_ref_10436", "_ref_10437", - "sec-atomics.notify", "_ref_10438", "_ref_10439", "_ref_10440", "_ref_10441", "_ref_10442", "_ref_10443", + "sec-atomics.notify", "_ref_10444", "_ref_10445", "_ref_10446", @@ -20546,51 +20549,51 @@ "_ref_10448", "_ref_10449", "_ref_10450", - "sec-atomics.xor", "_ref_10451", "_ref_10452", "_ref_10453", - "sec-atomics-@@tostringtag", "_ref_10454", - "sec-json-object", "_ref_10455", "_ref_10456", + "sec-atomics.xor", "_ref_10457", "_ref_10458", - "sec-json.parse", "_ref_10459", - "step-json-parse-validate", + "sec-atomics-@@tostringtag", "_ref_10460", + "sec-json-object", "_ref_10461", "_ref_10462", "_ref_10463", - "_ref_18138", "_ref_10464", + "sec-json.parse", "_ref_10465", + "step-json-parse-validate", "_ref_10466", - "_ref_801", - "step-json-parse-assert-type", "_ref_10467", - "_ref_18139", - "_ref_18140", "_ref_10468", "_ref_10469", + "_ref_18147", "_ref_10470", "_ref_10471", "_ref_10472", - "_ref_18141", - "_ref_802", - "_ref_803", - "_ref_804", - "_ref_18142", - "_ref_18143", - "sec-internalizejsonproperty", + "_ref_801", + "step-json-parse-assert-type", "_ref_10473", + "_ref_18148", + "_ref_18149", "_ref_10474", "_ref_10475", "_ref_10476", "_ref_10477", "_ref_10478", + "_ref_18150", + "_ref_802", + "_ref_803", + "_ref_804", + "_ref_18151", + "_ref_18152", + "sec-internalizejsonproperty", "_ref_10479", "_ref_10480", "_ref_10481", @@ -20599,13 +20602,13 @@ "_ref_10484", "_ref_10485", "_ref_10486", - "sec-json.stringify", "_ref_10487", "_ref_10488", "_ref_10489", "_ref_10490", "_ref_10491", "_ref_10492", + "sec-json.stringify", "_ref_10493", "_ref_10494", "_ref_10495", @@ -20629,13 +20632,13 @@ "_ref_10513", "_ref_10514", "_ref_10515", - "sec-serializejsonproperty", "_ref_10516", "_ref_10517", "_ref_10518", "_ref_10519", "_ref_10520", "_ref_10521", + "sec-serializejsonproperty", "_ref_10522", "_ref_10523", "_ref_10524", @@ -20649,129 +20652,135 @@ "_ref_10532", "_ref_10533", "_ref_10534", - "sec-quotejsonstring", - "_ref_805", "_ref_10535", - "_ref_806", "_ref_10536", - "_ref_807", - "_ref_808", "_ref_10537", "_ref_10538", "_ref_10539", "_ref_10540", + "sec-quotejsonstring", + "_ref_805", "_ref_10541", - "table-json-single-character-escapes", - "sec-unicodeescape", + "_ref_806", "_ref_10542", + "_ref_807", + "_ref_808", "_ref_10543", - "sec-serializejsonobject", "_ref_10544", "_ref_10545", "_ref_10546", "_ref_10547", + "table-json-single-character-escapes", + "sec-unicodeescape", "_ref_10548", "_ref_10549", + "sec-serializejsonobject", "_ref_10550", "_ref_10551", "_ref_10552", "_ref_10553", "_ref_10554", - "sec-serializejsonarray", "_ref_10555", "_ref_10556", "_ref_10557", "_ref_10558", "_ref_10559", "_ref_10560", + "sec-serializejsonarray", "_ref_10561", "_ref_10562", "_ref_10563", - "_ref_809", - "sec-json-@@tostringtag", "_ref_10564", - "sec-managing-memory", - "sec-weak-ref-objects", "_ref_10565", - "sec-weak-ref-constructor", "_ref_10566", "_ref_10567", "_ref_10568", "_ref_10569", - "sec-weak-ref-target", + "_ref_809", + "sec-json-@@tostringtag", "_ref_10570", + "sec-managing-memory", + "sec-weak-ref-objects", "_ref_10571", + "sec-weak-ref-constructor", "_ref_10572", - "sec-properties-of-the-weak-ref-constructor", "_ref_10573", "_ref_10574", "_ref_10575", - "sec-weak-ref.prototype", + "sec-weak-ref-target", "_ref_10576", - "sec-properties-of-the-weak-ref-prototype-object", "_ref_10577", "_ref_10578", - "sec-weak-ref.prototype.constructor", - "_ref_10580", + "sec-properties-of-the-weak-ref-constructor", "_ref_10579", - "sec-weak-ref.prototype.deref", + "_ref_10580", "_ref_10581", + "sec-weak-ref.prototype", "_ref_10582", + "sec-properties-of-the-weak-ref-prototype-object", "_ref_10583", "_ref_10584", - "sec-weak-ref.prototype-@@tostringtag", - "_ref_10585", - "sec-weakref-abstract-operations", - "sec-weakrefderef", + "sec-weak-ref.prototype.constructor", "_ref_10586", + "_ref_10585", + "sec-weak-ref.prototype.deref", "_ref_10587", - "sec-properties-of-weak-ref-instances", "_ref_10588", "_ref_10589", "_ref_10590", - "sec-finalization-registry-objects", + "sec-weak-ref.prototype-@@tostringtag", "_ref_10591", - "sec-finalization-registry-constructor", + "sec-weakref-abstract-operations", + "sec-weakrefderef", "_ref_10592", "_ref_10593", + "sec-properties-of-weak-ref-instances", "_ref_10594", "_ref_10595", - "sec-finalization-registry-cleanup-callback", "_ref_10596", + "sec-finalization-registry-objects", "_ref_10597", + "sec-finalization-registry-constructor", "_ref_10598", "_ref_10599", "_ref_10600", - "sec-properties-of-the-finalization-registry-constructor", "_ref_10601", + "sec-finalization-registry-cleanup-callback", "_ref_10602", "_ref_10603", - "sec-finalization-registry.prototype", "_ref_10604", - "sec-properties-of-the-finalization-registry-prototype-object", "_ref_10605", "_ref_10606", - "sec-finalization-registry.prototype.constructor", + "sec-properties-of-the-finalization-registry-constructor", "_ref_10607", - "sec-finalization-registry.prototype.register", "_ref_10608", "_ref_10609", + "sec-finalization-registry.prototype", "_ref_10610", + "sec-properties-of-the-finalization-registry-prototype-object", "_ref_10611", "_ref_10612", + "sec-finalization-registry.prototype.constructor", "_ref_10613", + "sec-finalization-registry.prototype.register", "_ref_10614", - "sec-finalization-registry.prototype.unregister", "_ref_10615", "_ref_10616", "_ref_10617", "_ref_10618", - "sec-finalization-registry.prototype-@@tostringtag", "_ref_10619", - "sec-properties-of-finalization-registry-instances", "_ref_10620", + "sec-finalization-registry.prototype.unregister", "_ref_10621", "_ref_10622", + "_ref_10623", + "_ref_10624", + "sec-finalization-registry.prototype-@@tostringtag", + "_ref_10625", + "sec-properties-of-finalization-registry-instances", + "_ref_10626", + "_ref_10627", + "_ref_10628", "sec-control-abstraction-objects", "sec-iteration", "sec-common-iteration-interfaces", @@ -20798,44 +20807,38 @@ "_ref_816", "table-iteratorresult-interface-properties", "table-55", - "_ref_10623", - "sec-%iteratorprototype%-object", - "_ref_10624", - "_ref_10625", - "sec-%iteratorprototype%-@@iterator", - "sec-asynciteratorprototype", - "_ref_10626", - "_ref_10627", - "sec-asynciteratorprototype-asynciterator", - "sec-async-from-sync-iterator-objects", - "_ref_10628", "_ref_10629", - "sec-createasyncfromsynciterator", + "sec-%iteratorprototype%-object", "_ref_10630", "_ref_10631", + "sec-%iteratorprototype%-@@iterator", + "sec-asynciteratorprototype", "_ref_10632", "_ref_10633", + "sec-asynciteratorprototype-asynciterator", + "sec-async-from-sync-iterator-objects", "_ref_10634", "_ref_10635", - "sec-%asyncfromsynciteratorprototype%-object", + "sec-createasyncfromsynciterator", "_ref_10636", "_ref_10637", - "sec-%asyncfromsynciteratorprototype%.next", "_ref_10638", "_ref_10639", "_ref_10640", "_ref_10641", + "sec-%asyncfromsynciteratorprototype%-object", "_ref_10642", "_ref_10643", + "sec-%asyncfromsynciteratorprototype%.next", "_ref_10644", "_ref_10645", - "sec-%asyncfromsynciteratorprototype%.return", "_ref_10646", "_ref_10647", "_ref_10648", "_ref_10649", "_ref_10650", "_ref_10651", + "sec-%asyncfromsynciteratorprototype%.return", "_ref_10652", "_ref_10653", "_ref_10654", @@ -20844,14 +20847,14 @@ "_ref_10657", "_ref_10658", "_ref_10659", - "sec-%asyncfromsynciteratorprototype%.throw", - "_ref_817", "_ref_10660", "_ref_10661", "_ref_10662", "_ref_10663", "_ref_10664", "_ref_10665", + "sec-%asyncfromsynciteratorprototype%.throw", + "_ref_817", "_ref_10666", "_ref_10667", "_ref_10668", @@ -20859,79 +20862,79 @@ "_ref_10670", "_ref_10671", "_ref_10672", - "sec-async-from-sync-iterator-value-unwrap-functions", "_ref_10673", "_ref_10674", "_ref_10675", - "sec-properties-of-async-from-sync-iterator-instances", "_ref_10676", - "_ref_818", - "table-async-from-sync-iterator-internal-slots", "_ref_10677", "_ref_10678", - "sec-asyncfromsynciteratorcontinuation", + "sec-async-from-sync-iterator-value-unwrap-functions", "_ref_10679", "_ref_10680", "_ref_10681", + "sec-properties-of-async-from-sync-iterator-instances", "_ref_10682", + "_ref_818", + "table-async-from-sync-iterator-internal-slots", "_ref_10683", "_ref_10684", + "sec-asyncfromsynciteratorcontinuation", "_ref_10685", "_ref_10686", - "_ref_819", - "_ref_820", "_ref_10687", "_ref_10688", - "sec-promise-objects", "_ref_10689", "_ref_10690", - "sec-promise-abstract-operations", - "sec-promisecapability-records", "_ref_10691", "_ref_10692", - "_ref_821", - "table-promisecapability-record-fields", + "_ref_819", + "_ref_820", "_ref_10693", - "table-57", "_ref_10694", + "sec-promise-objects", "_ref_10695", - "sec-ifabruptrejectpromise", "_ref_10696", + "sec-promise-abstract-operations", + "sec-promisecapability-records", "_ref_10697", "_ref_10698", + "_ref_821", + "table-promisecapability-record-fields", "_ref_10699", + "table-57", "_ref_10700", - "sec-promisereaction-records", "_ref_10701", + "sec-ifabruptrejectpromise", "_ref_10702", "_ref_10703", "_ref_10704", - "_ref_822", - "table-promisereaction-record-fields", "_ref_10705", - "table-58", "_ref_10706", + "sec-promisereaction-records", "_ref_10707", - "sec-createresolvingfunctions", "_ref_10708", - "_ref_823", - "_ref_824", "_ref_10709", - "_ref_825", - "_ref_826", "_ref_10710", + "_ref_822", + "table-promisereaction-record-fields", "_ref_10711", - "sec-promise-reject-functions", + "table-58", "_ref_10712", "_ref_10713", + "sec-createresolvingfunctions", "_ref_10714", - "sec-promise-resolve-functions", + "_ref_823", + "_ref_824", "_ref_10715", + "_ref_825", + "_ref_826", "_ref_10716", "_ref_10717", + "sec-promise-reject-functions", "_ref_10718", "_ref_10719", "_ref_10720", + "sec-promise-resolve-functions", "_ref_10721", "_ref_10722", "_ref_10723", @@ -20940,56 +20943,56 @@ "_ref_10726", "_ref_10727", "_ref_10728", - "sec-fulfillpromise", "_ref_10729", "_ref_10730", - "sec-newpromisecapability", "_ref_10731", "_ref_10732", "_ref_10733", "_ref_10734", + "sec-fulfillpromise", "_ref_10735", "_ref_10736", - "_ref_827", + "sec-newpromisecapability", "_ref_10737", - "_ref_828", - "_ref_829", "_ref_10738", "_ref_10739", "_ref_10740", "_ref_10741", "_ref_10742", + "_ref_827", "_ref_10743", + "_ref_828", + "_ref_829", "_ref_10744", - "sec-getcapabilitiesexecutor-functions", "_ref_10745", "_ref_10746", "_ref_10747", - "sec-ispromise", "_ref_10748", - "sec-rejectpromise", "_ref_10749", "_ref_10750", + "sec-getcapabilitiesexecutor-functions", "_ref_10751", - "sec-triggerpromisereactions", "_ref_10752", "_ref_10753", + "sec-ispromise", "_ref_10754", + "sec-rejectpromise", "_ref_10755", "_ref_10756", "_ref_10757", - "sec-host-promise-rejection-tracker", + "sec-triggerpromisereactions", "_ref_10758", "_ref_10759", - "sec-promise-jobs", - "sec-newpromisereactionjob", - "sec-promisereactionjob", "_ref_10760", "_ref_10761", "_ref_10762", "_ref_10763", + "sec-host-promise-rejection-tracker", "_ref_10764", "_ref_10765", + "sec-promise-jobs", + "sec-newpromisereactionjob", + "sec-promisereactionjob", "_ref_10766", "_ref_10767", "_ref_10768", @@ -21005,15 +21008,15 @@ "_ref_10778", "_ref_10779", "_ref_10780", - "_ref_10781", - "sec-newpromiseresolvethenablejob", - "sec-promiseresolvethenablejob", + "_ref_10781", "_ref_10782", "_ref_10783", "_ref_10784", "_ref_10785", "_ref_10786", "_ref_10787", + "sec-newpromiseresolvethenablejob", + "sec-promiseresolvethenablejob", "_ref_10788", "_ref_10789", "_ref_10790", @@ -21021,51 +21024,51 @@ "_ref_10792", "_ref_10793", "_ref_10794", - "sec-promise-constructor", "_ref_10795", "_ref_10796", "_ref_10797", "_ref_10798", - "sec-promise-executor", "_ref_10799", "_ref_10800", + "sec-promise-constructor", "_ref_10801", "_ref_10802", "_ref_10803", "_ref_10804", + "sec-promise-executor", "_ref_10805", "_ref_10806", "_ref_10807", "_ref_10808", "_ref_10809", - "sec-properties-of-the-promise-constructor", "_ref_10810", "_ref_10811", - "sec-promise.all", "_ref_10812", "_ref_10813", "_ref_10814", "_ref_10815", + "sec-properties-of-the-promise-constructor", "_ref_10816", "_ref_10817", + "sec-promise.all", "_ref_10818", "_ref_10819", "_ref_10820", "_ref_10821", "_ref_10822", "_ref_10823", - "sec-getpromiseresolve", "_ref_10824", "_ref_10825", "_ref_10826", "_ref_10827", - "sec-performpromiseall", "_ref_10828", "_ref_10829", + "sec-getpromiseresolve", "_ref_10830", "_ref_10831", "_ref_10832", "_ref_10833", + "sec-performpromiseall", "_ref_10834", "_ref_10835", "_ref_10836", @@ -21076,34 +21079,34 @@ "_ref_10841", "_ref_10842", "_ref_10843", - "_ref_830", - "_ref_831", "_ref_10844", "_ref_10845", - "sec-promise.all-resolve-element-functions", "_ref_10846", "_ref_10847", "_ref_10848", - "sec-promise.allsettled", "_ref_10849", + "_ref_830", + "_ref_831", "_ref_10850", "_ref_10851", + "sec-promise.all-resolve-element-functions", "_ref_10852", "_ref_10853", "_ref_10854", + "sec-promise.allsettled", "_ref_10855", "_ref_10856", "_ref_10857", "_ref_10858", "_ref_10859", "_ref_10860", - "sec-performpromiseallsettled", "_ref_10861", "_ref_10862", "_ref_10863", "_ref_10864", "_ref_10865", "_ref_10866", + "sec-performpromiseallsettled", "_ref_10867", "_ref_10868", "_ref_10869", @@ -21114,50 +21117,50 @@ "_ref_10874", "_ref_10875", "_ref_10876", - "_ref_832", - "_ref_833", "_ref_10877", "_ref_10878", - "_ref_834", - "_ref_835", "_ref_10879", "_ref_10880", - "sec-promise.allsettled-resolve-element-functions", "_ref_10881", "_ref_10882", + "_ref_832", + "_ref_833", "_ref_10883", "_ref_10884", + "_ref_834", + "_ref_835", "_ref_10885", "_ref_10886", + "sec-promise.allsettled-resolve-element-functions", "_ref_10887", - "sec-promise.allsettled-reject-element-functions", "_ref_10888", "_ref_10889", "_ref_10890", "_ref_10891", "_ref_10892", "_ref_10893", + "sec-promise.allsettled-reject-element-functions", "_ref_10894", - "sec-promise.any", "_ref_10895", "_ref_10896", "_ref_10897", "_ref_10898", "_ref_10899", "_ref_10900", + "sec-promise.any", "_ref_10901", "_ref_10902", "_ref_10903", "_ref_10904", "_ref_10905", "_ref_10906", - "sec-performpromiseany", "_ref_10907", "_ref_10908", "_ref_10909", "_ref_10910", "_ref_10911", "_ref_10912", + "sec-performpromiseany", "_ref_10913", "_ref_10914", "_ref_10915", @@ -21169,37 +21172,37 @@ "_ref_10921", "_ref_10922", "_ref_10923", - "_ref_836", - "_ref_837", "_ref_10924", "_ref_10925", - "sec-promise.any-reject-element-functions", "_ref_10926", "_ref_10927", "_ref_10928", "_ref_10929", - "sec-promise.prototype", + "_ref_836", + "_ref_837", "_ref_10930", - "sec-promise.race", "_ref_10931", + "sec-promise.any-reject-element-functions", "_ref_10932", "_ref_10933", "_ref_10934", "_ref_10935", + "sec-promise.prototype", "_ref_10936", + "sec-promise.race", "_ref_10937", "_ref_10938", "_ref_10939", "_ref_10940", "_ref_10941", "_ref_10942", - "sec-performpromiserace", "_ref_10943", "_ref_10944", "_ref_10945", "_ref_10946", "_ref_10947", "_ref_10948", + "sec-performpromiserace", "_ref_10949", "_ref_10950", "_ref_10951", @@ -21207,90 +21210,90 @@ "_ref_10953", "_ref_10954", "_ref_10955", - "sec-promise.reject", "_ref_10956", "_ref_10957", "_ref_10958", "_ref_10959", - "sec-promise.resolve", "_ref_10960", "_ref_10961", + "sec-promise.reject", "_ref_10962", "_ref_10963", "_ref_10964", - "sec-promise-resolve", "_ref_10965", + "sec-promise.resolve", "_ref_10966", "_ref_10967", "_ref_10968", "_ref_10969", "_ref_10970", + "sec-promise-resolve", "_ref_10971", "_ref_10972", "_ref_10973", - "sec-get-promise-@@species", "_ref_10974", "_ref_10975", "_ref_10976", "_ref_10977", - "sec-properties-of-the-promise-prototype-object", "_ref_10978", "_ref_10979", - "sec-promise.prototype.catch", + "sec-get-promise-@@species", "_ref_10980", - "sec-promise.prototype.constructor", "_ref_10981", - "sec-promise.prototype.finally", "_ref_10982", "_ref_10983", + "sec-properties-of-the-promise-prototype-object", "_ref_10984", "_ref_10985", + "sec-promise.prototype.catch", "_ref_10986", + "sec-promise.prototype.constructor", "_ref_10987", - "_ref_838", - "_ref_839", + "sec-promise.prototype.finally", "_ref_10988", - "_ref_840", - "_ref_841", "_ref_10989", "_ref_10990", - "sec-thenfinallyfunctions", "_ref_10991", "_ref_10992", "_ref_10993", + "_ref_838", + "_ref_839", "_ref_10994", + "_ref_840", + "_ref_841", "_ref_10995", "_ref_10996", + "sec-thenfinallyfunctions", "_ref_10997", "_ref_10998", "_ref_10999", "_ref_11000", "_ref_11001", - "sec-catchfinallyfunctions", "_ref_11002", "_ref_11003", "_ref_11004", "_ref_11005", "_ref_11006", "_ref_11007", + "sec-catchfinallyfunctions", "_ref_11008", "_ref_11009", "_ref_11010", "_ref_11011", "_ref_11012", - "sec-promise.prototype.then", "_ref_11013", "_ref_11014", "_ref_11015", "_ref_11016", "_ref_11017", - "sec-performpromisethen", "_ref_11018", + "sec-promise.prototype.then", "_ref_11019", "_ref_11020", "_ref_11021", "_ref_11022", "_ref_11023", + "sec-performpromisethen", "_ref_11024", "_ref_11025", "_ref_11026", @@ -21300,136 +21303,136 @@ "_ref_11030", "_ref_11031", "_ref_11032", - "sec-promise.prototype-@@tostringtag", "_ref_11033", - "sec-properties-of-promise-instances", "_ref_11034", "_ref_11035", - "_ref_842", - "table-internal-slots-of-promise-instances", - "table-59", "_ref_11036", "_ref_11037", - "sec-generatorfunction-objects", - "_ref_18144", - "_ref_18145", - "_ref_18146", "_ref_11038", - "figure-2", - "sec-generatorfunction-constructor", + "sec-promise.prototype-@@tostringtag", "_ref_11039", + "sec-properties-of-promise-instances", "_ref_11040", "_ref_11041", - "sec-generatorfunction", + "_ref_842", + "table-internal-slots-of-promise-instances", + "table-59", "_ref_11042", "_ref_11043", - "_ref_843", - "sec-properties-of-the-generatorfunction-constructor", + "sec-generatorfunction-objects", + "_ref_18153", + "_ref_18154", + "_ref_18155", "_ref_11044", + "figure-2", + "sec-generatorfunction-constructor", "_ref_11045", "_ref_11046", "_ref_11047", - "sec-generatorfunction.length", + "sec-generatorfunction", "_ref_11048", - "sec-generatorfunction.prototype", "_ref_11049", - "sec-properties-of-the-generatorfunction-prototype-object", - "_ref_844", + "_ref_843", + "sec-properties-of-the-generatorfunction-constructor", "_ref_11050", "_ref_11051", + "_ref_11052", + "_ref_11053", + "sec-generatorfunction.length", + "_ref_11054", + "sec-generatorfunction.prototype", + "_ref_11055", + "sec-properties-of-the-generatorfunction-prototype-object", + "_ref_844", + "_ref_11056", + "_ref_11057", "_ref_845", "_ref_846", - "_ref_11052", + "_ref_11058", "sec-generatorfunction.prototype.constructor", - "_ref_11053", + "_ref_11059", "sec-generatorfunction.prototype.prototype", - "_ref_11054", + "_ref_11060", "sec-generatorfunction.prototype-@@tostringtag", - "_ref_11055", + "_ref_11061", "sec-generatorfunction-instances", - "_ref_11056", + "_ref_11062", "_ref_847", "sec-generatorfunction-instances-length", "_ref_848", "sec-generatorfunction-instances-name", "_ref_849", "sec-generatorfunction-instances-prototype", - "_ref_11057", - "_ref_11058", - "sec-asyncgeneratorfunction-objects", - "_ref_18147", - "_ref_18148", - "_ref_18149", - "_ref_11059", - "sec-asyncgeneratorfunction-constructor", - "_ref_11060", - "_ref_11061", - "_ref_11062", - "sec-asyncgeneratorfunction", "_ref_11063", "_ref_11064", - "_ref_850", - "sec-properties-of-asyncgeneratorfunction", + "sec-asyncgeneratorfunction-objects", + "_ref_18156", + "_ref_18157", + "_ref_18158", "_ref_11065", + "sec-asyncgeneratorfunction-constructor", "_ref_11066", "_ref_11067", "_ref_11068", - "sec-asyncgeneratorfunction-length", + "sec-asyncgeneratorfunction", "_ref_11069", - "sec-asyncgeneratorfunction-prototype", "_ref_11070", - "sec-properties-of-asyncgeneratorfunction-prototype", + "_ref_850", + "sec-properties-of-asyncgeneratorfunction", "_ref_11071", "_ref_11072", - "_ref_851", - "_ref_852", "_ref_11073", - "sec-asyncgeneratorfunction-prototype-constructor", "_ref_11074", - "sec-asyncgeneratorfunction-prototype-prototype", + "sec-asyncgeneratorfunction-length", "_ref_11075", - "sec-asyncgeneratorfunction-prototype-tostringtag", + "sec-asyncgeneratorfunction-prototype", "_ref_11076", - "sec-asyncgeneratorfunction-instances", + "sec-properties-of-asyncgeneratorfunction-prototype", "_ref_11077", - "_ref_853", - "sec-asyncgeneratorfunction-instance-length", "_ref_11078", - "sec-asyncgeneratorfunction-instance-name", - "_ref_854", - "sec-asyncgeneratorfunction-instance-prototype", + "_ref_851", + "_ref_852", "_ref_11079", + "sec-asyncgeneratorfunction-prototype-constructor", "_ref_11080", - "sec-generator-objects", + "sec-asyncgeneratorfunction-prototype-prototype", "_ref_11081", - "sec-properties-of-generator-prototype", + "sec-asyncgeneratorfunction-prototype-tostringtag", "_ref_11082", + "sec-asyncgeneratorfunction-instances", "_ref_11083", - "sec-generator.prototype.constructor", + "_ref_853", + "sec-asyncgeneratorfunction-instance-length", "_ref_11084", - "sec-generator.prototype.next", + "sec-asyncgeneratorfunction-instance-name", + "_ref_854", + "sec-asyncgeneratorfunction-instance-prototype", "_ref_11085", - "sec-generator.prototype.return", "_ref_11086", + "sec-generator-objects", "_ref_11087", - "sec-generator.prototype.throw", + "sec-properties-of-generator-prototype", "_ref_11088", "_ref_11089", - "sec-generator.prototype-@@tostringtag", + "sec-generator.prototype.constructor", "_ref_11090", - "sec-properties-of-generator-instances", - "_ref_855", - "table-internal-slots-of-generator-instances", - "table-56", + "sec-generator.prototype.next", "_ref_11091", - "sec-generator-abstract-operations", - "sec-generatorstart", + "sec-generator.prototype.return", "_ref_11092", "_ref_11093", + "sec-generator.prototype.throw", "_ref_11094", "_ref_11095", + "sec-generator.prototype-@@tostringtag", "_ref_11096", + "sec-properties-of-generator-instances", + "_ref_855", + "table-internal-slots-of-generator-instances", + "table-56", "_ref_11097", + "sec-generator-abstract-operations", + "sec-generatorstart", "_ref_11098", "_ref_11099", "_ref_11100", @@ -21442,29 +21445,29 @@ "_ref_11107", "_ref_11108", "_ref_11109", - "sec-generatorvalidate", "_ref_11110", "_ref_11111", "_ref_11112", - "sec-generatorresume", "_ref_11113", "_ref_11114", "_ref_11115", + "sec-generatorvalidate", "_ref_11116", "_ref_11117", "_ref_11118", + "sec-generatorresume", "_ref_11119", "_ref_11120", "_ref_11121", "_ref_11122", "_ref_11123", - "sec-generatorresumeabrupt", "_ref_11124", "_ref_11125", "_ref_11126", "_ref_11127", "_ref_11128", "_ref_11129", + "sec-generatorresumeabrupt", "_ref_11130", "_ref_11131", "_ref_11132", @@ -21472,68 +21475,68 @@ "_ref_11134", "_ref_11135", "_ref_11136", - "sec-getgeneratorkind", "_ref_11137", - "sec-generatoryield", "_ref_11138", "_ref_11139", "_ref_11140", "_ref_11141", "_ref_11142", + "sec-getgeneratorkind", "_ref_11143", + "sec-generatoryield", "_ref_11144", "_ref_11145", "_ref_11146", "_ref_11147", "_ref_11148", - "_ref_18150", "_ref_11149", - "sec-yield", "_ref_11150", "_ref_11151", "_ref_11152", "_ref_11153", "_ref_11154", - "sec-createiteratorfromclosure", + "_ref_18159", "_ref_11155", + "sec-yield", "_ref_11156", "_ref_11157", "_ref_11158", - "sec-asyncgenerator-objects", "_ref_11159", - "sec-properties-of-asyncgenerator-prototype", "_ref_11160", + "sec-createiteratorfromclosure", "_ref_11161", - "sec-asyncgenerator-prototype-constructor", "_ref_11162", - "sec-asyncgenerator-prototype-next", "_ref_11163", "_ref_11164", - "sec-asyncgenerator-prototype-return", + "sec-asyncgenerator-objects", "_ref_11165", + "sec-properties-of-asyncgenerator-prototype", "_ref_11166", - "sec-asyncgenerator-prototype-throw", "_ref_11167", + "sec-asyncgenerator-prototype-constructor", "_ref_11168", - "sec-asyncgenerator-prototype-tostringtag", + "sec-asyncgenerator-prototype-next", "_ref_11169", - "sec-properties-of-asyncgenerator-intances", - "table-internal-slots-of-asyncgenerator-instances", "_ref_11170", + "sec-asyncgenerator-prototype-return", "_ref_11171", - "sec-asyncgenerator-abstract-operations", - "sec-asyncgeneratorrequest-records", "_ref_11172", + "sec-asyncgenerator-prototype-throw", "_ref_11173", "_ref_11174", + "sec-asyncgenerator-prototype-tostringtag", "_ref_11175", - "sec-asyncgeneratorstart", + "sec-properties-of-asyncgenerator-intances", + "table-internal-slots-of-asyncgenerator-instances", "_ref_11176", "_ref_11177", + "sec-asyncgenerator-abstract-operations", + "sec-asyncgeneratorrequest-records", "_ref_11178", "_ref_11179", "_ref_11180", "_ref_11181", + "sec-asyncgeneratorstart", "_ref_11182", "_ref_11183", "_ref_11184", @@ -21545,42 +21548,42 @@ "_ref_11190", "_ref_11191", "_ref_11192", - "sec-asyncgeneratorvalidate", "_ref_11193", "_ref_11194", "_ref_11195", - "sec-asyncgeneratorresolve", "_ref_11196", "_ref_11197", "_ref_11198", + "sec-asyncgeneratorvalidate", "_ref_11199", "_ref_11200", "_ref_11201", - "sec-asyncgeneratorreject", + "sec-asyncgeneratorresolve", "_ref_11202", "_ref_11203", "_ref_11204", "_ref_11205", "_ref_11206", - "sec-asyncgeneratorresumenext", "_ref_11207", + "sec-asyncgeneratorreject", "_ref_11208", "_ref_11209", "_ref_11210", "_ref_11211", "_ref_11212", + "sec-asyncgeneratorresumenext", "_ref_11213", - "_ref_856", - "_ref_857", "_ref_11214", - "_ref_858", - "_ref_859", "_ref_11215", "_ref_11216", "_ref_11217", "_ref_11218", "_ref_11219", + "_ref_856", + "_ref_857", "_ref_11220", + "_ref_858", + "_ref_859", "_ref_11221", "_ref_11222", "_ref_11223", @@ -21589,39 +21592,39 @@ "_ref_11226", "_ref_11227", "_ref_11228", - "async-generator-resume-next-return-processor-fulfilled", "_ref_11229", "_ref_11230", - "_ref_860", "_ref_11231", "_ref_11232", "_ref_11233", "_ref_11234", + "async-generator-resume-next-return-processor-fulfilled", "_ref_11235", - "async-generator-resume-next-return-processor-rejected", "_ref_11236", + "_ref_860", "_ref_11237", - "_ref_861", "_ref_11238", "_ref_11239", "_ref_11240", "_ref_11241", + "async-generator-resume-next-return-processor-rejected", "_ref_11242", - "sec-asyncgeneratorenqueue", "_ref_11243", + "_ref_861", "_ref_11244", "_ref_11245", "_ref_11246", "_ref_11247", "_ref_11248", + "sec-asyncgeneratorenqueue", "_ref_11249", - "sec-asyncgeneratoryield", "_ref_11250", "_ref_11251", "_ref_11252", "_ref_11253", "_ref_11254", "_ref_11255", + "sec-asyncgeneratoryield", "_ref_11256", "_ref_11257", "_ref_11258", @@ -21632,48 +21635,54 @@ "_ref_11263", "_ref_11264", "_ref_11265", - "_ref_18151", "_ref_11266", - "sec-createasynciteratorfromclosure", "_ref_11267", "_ref_11268", "_ref_11269", "_ref_11270", "_ref_11271", - "sec-async-function-objects", - "_ref_18152", - "_ref_18153", - "_ref_18154", - "_ref_18155", + "_ref_18160", "_ref_11272", - "sec-async-function-constructor", + "sec-createasynciteratorfromclosure", "_ref_11273", "_ref_11274", "_ref_11275", - "sec-async-function-constructor-arguments", "_ref_11276", "_ref_11277", - "_ref_862", - "sec-async-function-constructor-properties", + "sec-async-function-objects", + "_ref_18161", + "_ref_18162", + "_ref_18163", + "_ref_18164", "_ref_11278", + "sec-async-function-constructor", "_ref_11279", "_ref_11280", "_ref_11281", - "sec-async-function-constructor-length", + "sec-async-function-constructor-arguments", "_ref_11282", - "sec-async-function-constructor-prototype", "_ref_11283", - "sec-async-function-prototype-properties", + "_ref_862", + "sec-async-function-constructor-properties", "_ref_11284", "_ref_11285", - "_ref_863", "_ref_11286", - "sec-async-function-prototype-properties-constructor", "_ref_11287", - "sec-async-function-prototype-properties-toStringTag", + "sec-async-function-constructor-length", "_ref_11288", - "sec-async-function-instances", + "sec-async-function-constructor-prototype", "_ref_11289", + "sec-async-function-prototype-properties", + "_ref_11290", + "_ref_11291", + "_ref_863", + "_ref_11292", + "sec-async-function-prototype-properties-constructor", + "_ref_11293", + "sec-async-function-prototype-properties-toStringTag", + "_ref_11294", + "sec-async-function-instances", + "_ref_11295", "_ref_864", "sec-async-function-instances-length", "_ref_865", @@ -21681,139 +21690,133 @@ "_ref_866", "sec-async-functions-abstract-operations", "sec-async-functions-abstract-operations-async-function-start", - "_ref_11290", - "_ref_11291", - "_ref_11292", - "_ref_11293", - "_ref_11294", - "_ref_11295", "_ref_11296", "_ref_11297", "_ref_11298", "_ref_11299", "_ref_11300", "_ref_11301", - "step-asyncfunctionstart-return-undefined", "_ref_11302", "_ref_11303", "_ref_11304", "_ref_11305", "_ref_11306", "_ref_11307", + "step-asyncfunctionstart-return-undefined", "_ref_11308", - "_ref_867", - "sec-reflection", - "sec-reflect-object", "_ref_11309", "_ref_11310", "_ref_11311", "_ref_11312", "_ref_11313", - "sec-reflect.apply", "_ref_11314", + "_ref_867", + "sec-reflection", + "sec-reflect-object", "_ref_11315", "_ref_11316", "_ref_11317", - "sec-reflect.construct", "_ref_11318", "_ref_11319", + "sec-reflect.apply", "_ref_11320", "_ref_11321", - "sec-reflect.defineproperty", "_ref_11322", "_ref_11323", + "sec-reflect.construct", "_ref_11324", - "sec-reflect.deleteproperty", "_ref_11325", "_ref_11326", - "sec-reflect.get", "_ref_11327", + "sec-reflect.defineproperty", "_ref_11328", - "sec-reflect.getownpropertydescriptor", "_ref_11329", "_ref_11330", + "sec-reflect.deleteproperty", "_ref_11331", - "sec-reflect.getprototypeof", "_ref_11332", - "sec-reflect.has", + "sec-reflect.get", "_ref_11333", "_ref_11334", - "sec-reflect.isextensible", + "sec-reflect.getownpropertydescriptor", "_ref_11335", - "sec-reflect.ownkeys", "_ref_11336", "_ref_11337", - "sec-reflect.preventextensions", + "sec-reflect.getprototypeof", "_ref_11338", - "sec-reflect.set", + "sec-reflect.has", "_ref_11339", "_ref_11340", - "sec-reflect.setprototypeof", + "sec-reflect.isextensible", "_ref_11341", + "sec-reflect.ownkeys", "_ref_11342", - "sec-reflect-@@tostringtag", "_ref_11343", - "sec-proxy-objects", - "sec-proxy-constructor", + "sec-reflect.preventextensions", "_ref_11344", + "sec-reflect.set", "_ref_11345", "_ref_11346", + "sec-reflect.setprototypeof", "_ref_11347", - "sec-proxy-target-handler", "_ref_11348", - "sec-properties-of-the-proxy-constructor", + "sec-reflect-@@tostringtag", "_ref_11349", + "sec-proxy-objects", + "sec-proxy-constructor", "_ref_11350", - "sec-proxy.revocable", "_ref_11351", - "_ref_868", - "_ref_869", "_ref_11352", "_ref_11353", + "sec-proxy-target-handler", "_ref_11354", + "sec-properties-of-the-proxy-constructor", "_ref_11355", "_ref_11356", - "sec-proxy-revocation-functions", + "sec-proxy.revocable", "_ref_11357", + "_ref_868", + "_ref_869", "_ref_11358", - "sec-module-namespace-objects", "_ref_11359", "_ref_11360", - "_ref_18156", - "_ref_18157", - "_ref_870", - "sec-@@tostringtag", "_ref_11361", - "sec-memory-model", "_ref_11362", + "sec-proxy-revocation-functions", "_ref_11363", "_ref_11364", + "sec-module-namespace-objects", "_ref_11365", "_ref_11366", - "sec-memory-model-fundamentals", + "_ref_18165", + "_ref_18166", + "_ref_870", + "sec-@@tostringtag", "_ref_11367", + "sec-memory-model", "_ref_11368", - "table-readsharedmemory-fields", "_ref_11369", "_ref_11370", "_ref_11371", "_ref_11372", + "sec-memory-model-fundamentals", "_ref_11373", - "table-writesharedmemory-fields", "_ref_11374", + "table-readsharedmemory-fields", "_ref_11375", "_ref_11376", "_ref_11377", "_ref_11378", "_ref_11379", + "table-writesharedmemory-fields", "_ref_11380", - "table-rmwsharedmemory-fields", "_ref_11381", "_ref_11382", "_ref_11383", "_ref_11384", "_ref_11385", "_ref_11386", + "table-rmwsharedmemory-fields", "_ref_11387", "_ref_11388", "_ref_11389", @@ -21824,33 +21827,33 @@ "_ref_11394", "_ref_11395", "_ref_11396", - "sec-agent-event-records", "_ref_11397", - "table-agent-events-records", "_ref_11398", "_ref_11399", "_ref_11400", "_ref_11401", "_ref_11402", + "sec-agent-event-records", "_ref_11403", - "sec-chosen-value-records", + "table-agent-events-records", "_ref_11404", - "table-chosen-value-records", "_ref_11405", "_ref_11406", "_ref_11407", "_ref_11408", "_ref_11409", - "sec-candidate-executions", + "sec-chosen-value-records", "_ref_11410", + "table-chosen-value-records", "_ref_11411", - "table-candidate-execution-records", "_ref_11412", "_ref_11413", "_ref_11414", "_ref_11415", + "sec-candidate-executions", "_ref_11416", "_ref_11417", + "table-candidate-execution-records", "_ref_11418", "_ref_11419", "_ref_11420", @@ -21865,28 +21868,28 @@ "_ref_11429", "_ref_11430", "_ref_11431", - "sec-abstract-operations-for-the-memory-model", - "sec-synchronizeeventset", - "sec-event-set", "_ref_11432", "_ref_11433", - "sec-sharedatablockeventset", "_ref_11434", "_ref_11435", "_ref_11436", "_ref_11437", + "sec-abstract-operations-for-the-memory-model", + "sec-synchronizeeventset", + "sec-event-set", "_ref_11438", - "sec-hosteventset", "_ref_11439", + "sec-sharedatablockeventset", "_ref_11440", "_ref_11441", - "sec-composewriteeventbytes", "_ref_11442", "_ref_11443", "_ref_11444", + "sec-hosteventset", "_ref_11445", "_ref_11446", "_ref_11447", + "sec-composewriteeventbytes", "_ref_11448", "_ref_11449", "_ref_11450", @@ -21897,94 +21900,94 @@ "_ref_11455", "_ref_11456", "_ref_11457", - "sec-valueofreadevent", "_ref_11458", "_ref_11459", "_ref_11460", "_ref_11461", "_ref_11462", "_ref_11463", + "sec-valueofreadevent", "_ref_11464", "_ref_11465", "_ref_11466", "_ref_11467", "_ref_11468", - "sec-relations-of-candidate-executions", - "sec-agent-order", "_ref_11469", "_ref_11470", "_ref_11471", "_ref_11472", "_ref_11473", "_ref_11474", + "sec-relations-of-candidate-executions", + "sec-agent-order", "_ref_11475", "_ref_11476", - "sec-reads-bytes-from", "_ref_11477", "_ref_11478", "_ref_11479", "_ref_11480", "_ref_11481", "_ref_11482", + "sec-reads-bytes-from", "_ref_11483", "_ref_11484", "_ref_11485", - "sec-reads-from", "_ref_11486", "_ref_11487", "_ref_11488", - "sec-host-synchronizes-with", "_ref_11489", "_ref_11490", "_ref_11491", + "sec-reads-from", "_ref_11492", "_ref_11493", "_ref_11494", + "sec-host-synchronizes-with", "_ref_11495", "_ref_11496", - "sec-synchronizes-with", "_ref_11497", "_ref_11498", "_ref_11499", "_ref_11500", "_ref_11501", "_ref_11502", - "sec-happens-before", + "sec-synchronizes-with", "_ref_11503", "_ref_11504", "_ref_11505", "_ref_11506", "_ref_11507", - "sec-properties-of-valid-executions", - "sec-valid-chosen-reads", "_ref_11508", + "sec-happens-before", "_ref_11509", "_ref_11510", "_ref_11511", "_ref_11512", "_ref_11513", - "sec-coherent-reads", + "sec-properties-of-valid-executions", + "sec-valid-chosen-reads", "_ref_11514", "_ref_11515", "_ref_11516", "_ref_11517", "_ref_11518", "_ref_11519", - "sec-tear-free-aligned-reads", + "sec-coherent-reads", "_ref_11520", "_ref_11521", "_ref_11522", "_ref_11523", "_ref_11524", "_ref_11525", + "sec-tear-free-aligned-reads", "_ref_11526", - "sec-memory-order", "_ref_11527", "_ref_11528", "_ref_11529", "_ref_11530", "_ref_11531", "_ref_11532", + "sec-memory-order", "_ref_11533", "_ref_11534", "_ref_11535", @@ -21995,28 +21998,28 @@ "_ref_11540", "_ref_11541", "_ref_11542", - "sec-valid-executions", "_ref_11543", "_ref_11544", "_ref_11545", "_ref_11546", "_ref_11547", - "sec-races", "_ref_11548", + "sec-valid-executions", "_ref_11549", "_ref_11550", - "sec-data-races", "_ref_11551", - "sec-data-race-freedom", "_ref_11552", "_ref_11553", - "sec-shared-memory-guidelines", + "sec-races", "_ref_11554", "_ref_11555", "_ref_11556", + "sec-data-races", "_ref_11557", + "sec-data-race-freedom", "_ref_11558", "_ref_11559", + "sec-shared-memory-guidelines", "_ref_11560", "_ref_11561", "_ref_11562", @@ -22033,6 +22036,12 @@ "_ref_11573", "_ref_11574", "_ref_11575", + "_ref_11576", + "_ref_11577", + "_ref_11578", + "_ref_11579", + "_ref_11580", + "_ref_11581", "sec-grammar-summary", "sec-lexical-grammar", "prod-nway9r4_", @@ -22068,7 +22077,7 @@ "prod-ScOzt1wW", "prod-Lu7YZ_Gz", "prod-Lu7YZ_Gz", - "_ref_18158", + "_ref_18167", "prod-m5AWMC3P", "prod-nakNeXAG", "prod-XL4uSEt_", @@ -22115,7 +22124,7 @@ "prod-EOA2Fe3-", "prod-WPBp76A-", "prod-58WiwMc8", - "_ref_18159", + "_ref_18168", "prod-lgwqNVq7", "prod-e75CowVl", "prod-bq3bMpyK", @@ -22174,7 +22183,7 @@ "prod-w-48XpMo", "prod-7NM9KEaO", "prod-eXKFjh2J", - "_ref_18160", + "_ref_18169", "prod-Ix53lok1", "prod-O0K_hLF1", "prod-3uSyi6IT", @@ -22306,7 +22315,7 @@ "prod-UOsd7muB", "prod-c6cxJePv", "prod-K4CbCiCx", - "_ref_18161", + "_ref_18170", "prod-YIoJOc1p", "prod-WTX_aban", "prod-Dfs5WPuP", @@ -22314,7 +22323,7 @@ "prod-cDxY5q2J", "prod-HT-vtkeW", "prod-WTX_aban", - "_ref_18162", + "_ref_18171", "prod-DdAnncRs", "prod-SKJRU3Gy", "prod-JrqfvaKq", @@ -22381,7 +22390,7 @@ "prod-JyH8gtYm", "prod-HMTDwQcl", "sec-number-conversions", - "_ref_18163", + "_ref_18172", "_ref_871", "sec-universal-resource-identifier-character-classes", "sec-regular-expressions", @@ -22395,10 +22404,10 @@ "prod-qMcC0l5G", "prod-j3nSt7Xf", "prod-WefCCwPE", - "_ref_18164", - "_ref_18165", - "_ref_18166", - "_ref_18167", + "_ref_18173", + "_ref_18174", + "_ref_18175", + "_ref_18176", "prod-9DQE3TBL", "prod-NPEUSg3U", "prod-iYWV_jnv", @@ -22412,50 +22421,41 @@ "prod-b7xEos_a", "prod-OVCnPzXd", "sec-additional-ecmascript-features-for-web-browsers", - "_ref_11655", - "_ref_11656", + "_ref_11661", + "_ref_11662", "sec-additional-syntax", "sec-additional-syntax-numeric-literals", "_ref_872", - "_ref_11657", + "_ref_11663", "prod-annexB-NumericLiteral", - "_ref_18168", - "_ref_18169", - "_ref_18170", - "_ref_18171", - "_ref_18172", - "_ref_18173", - "prod-annexB-LegacyOctalIntegerLiteral", - "_ref_18174", - "_ref_18175", - "_ref_18176", - "prod-annexB-DecimalIntegerLiteral", "_ref_18177", "_ref_18178", "_ref_18179", "_ref_18180", "_ref_18181", - "prod-annexB-NonOctalDecimalIntegerLiteral", "_ref_18182", + "prod-annexB-LegacyOctalIntegerLiteral", "_ref_18183", "_ref_18184", "_ref_18185", + "prod-annexB-DecimalIntegerLiteral", "_ref_18186", - "prod-annexB-LegacyOctalLikeDecimalIntegerLiteral", "_ref_18187", "_ref_18188", "_ref_18189", - "prod-annexB-NonOctalDigit", - "sec-additional-syntax-numeric-literals-status-semantics", "_ref_18190", + "prod-annexB-NonOctalDecimalIntegerLiteral", "_ref_18191", "_ref_18192", "_ref_18193", "_ref_18194", "_ref_18195", + "prod-annexB-LegacyOctalLikeDecimalIntegerLiteral", "_ref_18196", "_ref_18197", "_ref_18198", + "prod-annexB-NonOctalDigit", + "sec-additional-syntax-numeric-literals-status-semantics", "_ref_18199", "_ref_18200", "_ref_18201", @@ -22471,45 +22471,45 @@ "_ref_18211", "_ref_18212", "_ref_18213", - "sec-additional-syntax-string-literals", - "_ref_873", - "_ref_11658", - "prod-annexB-EscapeSequence", "_ref_18214", "_ref_18215", "_ref_18216", "_ref_18217", "_ref_18218", - "prod-annexB-LegacyOctalEscapeSequence", "_ref_18219", "_ref_18220", "_ref_18221", "_ref_18222", + "sec-additional-syntax-string-literals", + "_ref_873", + "_ref_11664", + "prod-annexB-EscapeSequence", "_ref_18223", "_ref_18224", "_ref_18225", "_ref_18226", "_ref_18227", + "prod-annexB-LegacyOctalEscapeSequence", "_ref_18228", - "prod-annexB-ZeroToThree", - "prod-annexB-FourToSeven", - "prod-annexB-NonOctalDecimalEscapeSequence", "_ref_18229", "_ref_18230", - "_ref_11659", - "_ref_874", "_ref_18231", - "sec-additional-syntax-string-literals-static-semantics", - "_ref_11660", "_ref_18232", "_ref_18233", "_ref_18234", "_ref_18235", "_ref_18236", "_ref_18237", + "prod-annexB-ZeroToThree", + "prod-annexB-FourToSeven", + "prod-annexB-NonOctalDecimalEscapeSequence", "_ref_18238", "_ref_18239", + "_ref_11665", + "_ref_874", "_ref_18240", + "sec-additional-syntax-string-literals-static-semantics", + "_ref_11666", "_ref_18241", "_ref_18242", "_ref_18243", @@ -22517,145 +22517,139 @@ "_ref_18245", "_ref_18246", "_ref_18247", - "_ref_11661", - "_ref_11662", - "sec-html-like-comments", - "_ref_875", - "_ref_11663", "_ref_18248", - "prod-annexB-Comment", "_ref_18249", "_ref_18250", "_ref_18251", "_ref_18252", "_ref_18253", - "prod-annexB-MultiLineComment", "_ref_18254", "_ref_18255", "_ref_18256", + "_ref_11667", + "_ref_11668", + "sec-html-like-comments", + "_ref_875", + "_ref_11669", "_ref_18257", - "prod-annexB-FirstCommentLine", + "prod-annexB-Comment", "_ref_18258", - "prod-annexB-SingleLineHTMLOpenComment", "_ref_18259", - "prod-annexB-SingleLineHTMLCloseComment", "_ref_18260", "_ref_18261", - "prod-annexB-SingleLineDelimitedComment", "_ref_18262", - "prod-annexB-HTMLCloseComment", + "prod-annexB-MultiLineComment", "_ref_18263", "_ref_18264", "_ref_18265", - "prod-annexB-SingleLineDelimitedCommentChars", "_ref_18266", + "prod-annexB-FirstCommentLine", "_ref_18267", + "prod-annexB-SingleLineHTMLOpenComment", "_ref_18268", - "prod-annexB-SingleLineNotAsteriskChar", + "prod-annexB-SingleLineHTMLCloseComment", "_ref_18269", "_ref_18270", - "prod-annexB-SingleLinePostAsteriskCommentChars", + "prod-annexB-SingleLineDelimitedComment", "_ref_18271", + "prod-annexB-HTMLCloseComment", "_ref_18272", "_ref_18273", - "prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", "_ref_18274", + "prod-annexB-SingleLineDelimitedCommentChars", "_ref_18275", - "prod-annexB-WhiteSpaceSequence", "_ref_18276", "_ref_18277", - "prod-annexB-SingleLineDelimitedCommentSequence", + "prod-annexB-SingleLineNotAsteriskChar", "_ref_18278", "_ref_18279", + "prod-annexB-SingleLinePostAsteriskCommentChars", "_ref_18280", "_ref_18281", "_ref_18282", + "prod-annexB-SingleLineNotForwardSlashOrAsteriskChar", "_ref_18283", - "sec-regular-expressions-patterns", - "_ref_876", - "_ref_11664", - "prod-annexB-Term", "_ref_18284", + "prod-annexB-WhiteSpaceSequence", "_ref_18285", "_ref_18286", + "prod-annexB-SingleLineDelimitedCommentSequence", "_ref_18287", "_ref_18288", "_ref_18289", "_ref_18290", "_ref_18291", "_ref_18292", + "sec-regular-expressions-patterns", + "_ref_876", + "_ref_11670", + "prod-annexB-Term", "_ref_18293", - "prod-annexB-Assertion", "_ref_18294", "_ref_18295", "_ref_18296", "_ref_18297", "_ref_18298", - "prod-annexB-QuantifiableAssertion", "_ref_18299", "_ref_18300", - "prod-annexB-ExtendedAtom", "_ref_18301", "_ref_18302", + "prod-annexB-Assertion", "_ref_18303", "_ref_18304", "_ref_18305", "_ref_18306", - "prod-annexB-InvalidBracedQuantifier", "_ref_18307", + "prod-annexB-QuantifiableAssertion", "_ref_18308", "_ref_18309", + "prod-annexB-ExtendedAtom", "_ref_18310", - "prod-annexB-ExtendedPatternCharacter", "_ref_18311", - "prod-annexB-AtomEscape", "_ref_18312", "_ref_18313", - "_ref_11665", "_ref_18314", "_ref_18315", + "prod-annexB-InvalidBracedQuantifier", "_ref_18316", "_ref_18317", - "prod-annexB-CharacterEscape", "_ref_18318", "_ref_18319", + "prod-annexB-ExtendedPatternCharacter", "_ref_18320", + "prod-annexB-AtomEscape", "_ref_18321", "_ref_18322", + "_ref_11671", "_ref_18323", "_ref_18324", - "prod-annexB-IdentityEscape", "_ref_18325", "_ref_18326", - "prod-annexB-SourceCharacterIdentityEscape", + "prod-annexB-CharacterEscape", "_ref_18327", "_ref_18328", - "prod-annexB-ClassAtomNoDash", "_ref_18329", "_ref_18330", - "prod-annexB-ClassEscape", "_ref_18331", "_ref_18332", "_ref_18333", - "prod-annexB-ClassControlLetter", + "prod-annexB-IdentityEscape", "_ref_18334", - "sec-patterns-static-semantics-early-errors-annexb", - "_ref_877", "_ref_18335", + "prod-annexB-SourceCharacterIdentityEscape", "_ref_18336", "_ref_18337", + "prod-annexB-ClassAtomNoDash", "_ref_18338", - "_ref_11666", "_ref_18339", - "_ref_11667", + "prod-annexB-ClassEscape", "_ref_18340", - "_ref_11668", "_ref_18341", - "_ref_11669", "_ref_18342", - "_ref_11670", + "prod-annexB-ClassControlLetter", "_ref_18343", - "_ref_11671", + "sec-patterns-static-semantics-early-errors-annexb", + "_ref_877", "_ref_18344", "_ref_18345", "_ref_18346", @@ -22672,33 +22666,39 @@ "_ref_18352", "_ref_11677", "_ref_18353", - "sec-patterns-static-semantics-is-character-class-annexb", - "_ref_878", - "sec-patterns-static-semantics-character-value-annexb", - "_ref_879", "_ref_18354", "_ref_18355", "_ref_18356", + "_ref_11678", "_ref_18357", - "_ref_880", - "sec-regular-expression-patterns-semantics", - "_ref_881", - "_ref_882", + "_ref_11679", "_ref_18358", + "_ref_11680", "_ref_18359", + "_ref_11681", "_ref_18360", + "_ref_11682", "_ref_18361", + "_ref_11683", "_ref_18362", - "_ref_883", + "sec-patterns-static-semantics-is-character-class-annexb", + "_ref_878", + "sec-patterns-static-semantics-character-value-annexb", + "_ref_879", "_ref_18363", "_ref_18364", "_ref_18365", "_ref_18366", + "_ref_880", + "sec-regular-expression-patterns-semantics", + "_ref_881", + "_ref_882", "_ref_18367", "_ref_18368", "_ref_18369", "_ref_18370", "_ref_18371", + "_ref_883", "_ref_18372", "_ref_18373", "_ref_18374", @@ -22706,168 +22706,171 @@ "_ref_18376", "_ref_18377", "_ref_18378", - "_ref_884", "_ref_18379", "_ref_18380", - "_ref_885", "_ref_18381", "_ref_18382", "_ref_18383", "_ref_18384", "_ref_18385", - "_ref_886", "_ref_18386", "_ref_18387", + "_ref_884", "_ref_18388", "_ref_18389", + "_ref_885", "_ref_18390", - "_ref_11678", "_ref_18391", "_ref_18392", - "_ref_11679", - "_ref_887", "_ref_18393", - "_ref_11680", "_ref_18394", - "_ref_888", + "_ref_886", "_ref_18395", "_ref_18396", "_ref_18397", "_ref_18398", "_ref_18399", + "_ref_11684", "_ref_18400", - "_ref_11681", - "_ref_889", "_ref_18401", + "_ref_11685", + "_ref_887", "_ref_18402", + "_ref_11686", "_ref_18403", + "_ref_888", "_ref_18404", "_ref_18405", "_ref_18406", - "_ref_11682", - "_ref_890", "_ref_18407", - "_ref_11683", "_ref_18408", + "_ref_18409", + "_ref_11687", + "_ref_889", + "_ref_18410", + "_ref_18411", + "_ref_18412", + "_ref_18413", + "_ref_18414", + "_ref_18415", + "_ref_11688", + "_ref_890", + "_ref_18416", + "_ref_11689", + "_ref_18417", "_ref_891", "sec-runtime-semantics-characterrangeorunion-abstract-operation", - "_ref_11684", + "_ref_11690", "sec-additional-built-in-properties", - "_ref_11685", + "_ref_11691", "sec-additional-properties-of-the-global-object", "_ref_892", "_ref_893", "table-additional-well-known-intrinsic-objects", "table-60", - "_ref_11686", + "_ref_11692", "_ref_894", - "_ref_11687", + "_ref_11693", "_ref_895", "sec-escape-string", - "_ref_11688", - "_ref_11689", - "_ref_11690", - "_ref_11691", - "_ref_11692", - "_ref_11693", "_ref_11694", - "sec-unescape-string", "_ref_11695", "_ref_11696", "_ref_11697", "_ref_11698", - "_ref_18409", "_ref_11699", "_ref_11700", + "sec-unescape-string", "_ref_11701", "_ref_11702", - "sec-additional-properties-of-the-object.prototype-object", - "sec-object.prototype.__proto__", "_ref_11703", - "sec-get-object.prototype.__proto__", "_ref_11704", - "sec-set-object.prototype.__proto__", + "_ref_18418", "_ref_11705", "_ref_11706", "_ref_11707", - "sec-object.prototype.__defineGetter__", "_ref_11708", + "sec-additional-properties-of-the-object.prototype-object", + "sec-object.prototype.__proto__", "_ref_11709", + "sec-get-object.prototype.__proto__", "_ref_11710", + "sec-set-object.prototype.__proto__", "_ref_11711", - "sec-object.prototype.__defineSetter__", "_ref_11712", "_ref_11713", + "sec-object.prototype.__defineGetter__", "_ref_11714", "_ref_11715", - "sec-object.prototype.__lookupGetter__", "_ref_11716", "_ref_11717", + "sec-object.prototype.__defineSetter__", "_ref_11718", - "sec-object.prototype.__lookupSetter__", "_ref_11719", "_ref_11720", "_ref_11721", - "sec-additional-properties-of-the-string.prototype-object", - "sec-string.prototype.substr", + "sec-object.prototype.__lookupGetter__", "_ref_11722", "_ref_11723", "_ref_11724", + "sec-object.prototype.__lookupSetter__", "_ref_11725", "_ref_11726", "_ref_11727", + "sec-additional-properties-of-the-string.prototype-object", + "sec-string.prototype.substr", "_ref_11728", - "sec-string.prototype.anchor", "_ref_11729", - "sec-createhtml", "_ref_11730", "_ref_11731", "_ref_11732", "_ref_11733", "_ref_11734", + "sec-string.prototype.anchor", "_ref_11735", + "sec-createhtml", "_ref_11736", "_ref_11737", - "sec-string.prototype.big", "_ref_11738", - "sec-string.prototype.blink", "_ref_11739", - "sec-string.prototype.bold", "_ref_11740", - "sec-string.prototype.fixed", "_ref_11741", - "sec-string.prototype.fontcolor", "_ref_11742", - "sec-string.prototype.fontsize", "_ref_11743", - "sec-string.prototype.italics", + "sec-string.prototype.big", "_ref_11744", - "sec-string.prototype.link", + "sec-string.prototype.blink", "_ref_11745", - "sec-string.prototype.small", + "sec-string.prototype.bold", "_ref_11746", - "sec-string.prototype.strike", + "sec-string.prototype.fixed", "_ref_11747", - "sec-string.prototype.sub", + "sec-string.prototype.fontcolor", "_ref_11748", - "sec-string.prototype.sup", + "sec-string.prototype.fontsize", "_ref_11749", - "String.prototype.trimleft", + "sec-string.prototype.italics", "_ref_11750", - "String.prototype.trimright", + "sec-string.prototype.link", "_ref_11751", - "sec-additional-properties-of-the-date.prototype-object", - "sec-date.prototype.getyear", + "sec-string.prototype.small", "_ref_11752", + "sec-string.prototype.strike", "_ref_11753", + "sec-string.prototype.sub", "_ref_11754", - "sec-date.prototype.setyear", + "sec-string.prototype.sup", "_ref_11755", + "String.prototype.trimleft", "_ref_11756", + "String.prototype.trimright", "_ref_11757", + "sec-additional-properties-of-the-date.prototype-object", + "sec-date.prototype.getyear", "_ref_11758", "_ref_11759", "_ref_11760", + "sec-date.prototype.setyear", "_ref_11761", "_ref_11762", "_ref_11763", @@ -22877,78 +22880,75 @@ "_ref_11767", "_ref_11768", "_ref_11769", - "sec-date.prototype.togmtstring", "_ref_11770", "_ref_11771", - "sec-additional-properties-of-the-regexp.prototype-object", - "sec-regexp.prototype.compile", "_ref_11772", - "_ref_11773", - "_ref_11774", - "sec-other-additional-features", - "sec-__proto__-property-names-in-object-initializers", - "_ref_896", - "_ref_18410", - "_ref_18411", - "_ref_18412", - "_ref_18413", - "_ref_897", - "_ref_18414", - "_ref_18415", + "_ref_11773", + "_ref_11774", "_ref_11775", - "_ref_18416", - "_ref_18417", - "_ref_18418", + "sec-date.prototype.togmtstring", "_ref_11776", "_ref_11777", - "_ref_18419", - "_ref_898", + "sec-additional-properties-of-the-regexp.prototype-object", + "sec-regexp.prototype.compile", "_ref_11778", + "_ref_11779", + "_ref_11780", + "sec-other-additional-features", + "sec-__proto__-property-names-in-object-initializers", + "_ref_896", + "_ref_18419", "_ref_18420", "_ref_18421", "_ref_18422", + "_ref_897", "_ref_18423", "_ref_18424", - "_ref_11779", - "_ref_11780", - "_ref_18425", "_ref_11781", + "_ref_18425", "_ref_18426", - "_ref_11782", "_ref_18427", - "_ref_18428", + "_ref_11782", "_ref_11783", + "_ref_18428", + "_ref_898", "_ref_11784", - "_ref_11785", - "_ref_11786", - "_ref_11787", - "_ref_11788", - "sec-labelled-function-declarations", "_ref_18429", "_ref_18430", "_ref_18431", - "_ref_11789", "_ref_18432", "_ref_18433", + "_ref_11785", + "_ref_11786", "_ref_18434", - "_ref_899", + "_ref_11787", "_ref_18435", - "_ref_11790", + "_ref_11788", "_ref_18436", "_ref_18437", + "_ref_11789", + "_ref_11790", + "_ref_11791", + "_ref_11792", + "_ref_11793", + "_ref_11794", + "sec-labelled-function-declarations", "_ref_18438", "_ref_18439", - "_ref_11791", - "sec-block-level-function-declarations-web-legacy-compatibility-semantics", "_ref_18440", + "_ref_11795", "_ref_18441", "_ref_18442", "_ref_18443", + "_ref_899", "_ref_18444", + "_ref_11796", "_ref_18445", "_ref_18446", "_ref_18447", "_ref_18448", + "_ref_11797", + "sec-block-level-function-declarations-web-legacy-compatibility-semantics", "_ref_18449", "_ref_18450", "_ref_18451", @@ -22969,352 +22969,361 @@ "_ref_18466", "_ref_18467", "_ref_18468", - "_ref_900", - "_ref_901", - "_ref_902", - "_ref_903", - "_ref_904", - "_ref_905", - "_ref_906", "_ref_18469", - "_ref_11792", - "sec-web-compat-functiondeclarationinstantiation", - "_ref_11793", - "_ref_907", "_ref_18470", "_ref_18471", "_ref_18472", "_ref_18473", "_ref_18474", - "_ref_11794", "_ref_18475", "_ref_18476", "_ref_18477", + "_ref_900", + "_ref_901", + "_ref_902", + "_ref_903", + "_ref_904", + "_ref_905", + "_ref_906", "_ref_18478", + "_ref_11798", + "sec-web-compat-functiondeclarationinstantiation", + "_ref_11799", + "_ref_907", "_ref_18479", "_ref_18480", "_ref_18481", - "_ref_908", - "_ref_11795", - "_ref_11796", - "_ref_11797", - "sec-web-compat-globaldeclarationinstantiation", - "_ref_11798", - "_ref_909", - "_ref_11799", - "_ref_11800", "_ref_18482", "_ref_18483", + "_ref_11800", "_ref_18484", "_ref_18485", "_ref_18486", - "_ref_11801", "_ref_18487", "_ref_18488", "_ref_18489", "_ref_18490", - "_ref_18491", - "_ref_18492", - "_ref_18493", - "_ref_910", + "_ref_908", + "_ref_11801", "_ref_11802", "_ref_11803", + "sec-web-compat-globaldeclarationinstantiation", "_ref_11804", - "sec-web-compat-evaldeclarationinstantiation", + "_ref_909", "_ref_11805", - "_ref_911", "_ref_11806", + "_ref_18491", + "_ref_18492", + "_ref_18493", "_ref_18494", "_ref_18495", + "_ref_11807", "_ref_18496", "_ref_18497", "_ref_18498", - "_ref_11807", "_ref_18499", "_ref_18500", "_ref_18501", "_ref_18502", + "_ref_910", "_ref_11808", "_ref_11809", - "step-evaldeclarationinstantiation-web-compat-bindingexists", "_ref_11810", + "sec-web-compat-evaldeclarationinstantiation", "_ref_11811", + "_ref_911", + "_ref_11812", "_ref_18503", "_ref_18504", - "_ref_912", - "_ref_11812", - "_ref_11813", - "_ref_11814", - "sec-block-duplicates-allowed-static-semantics", - "_ref_913", "_ref_18505", - "_ref_11815", "_ref_18506", - "_ref_11816", - "_ref_11817", "_ref_18507", - "_ref_11818", + "_ref_11813", "_ref_18508", - "sec-switch-duplicates-allowed-static-semantics", - "_ref_914", "_ref_18509", "_ref_18510", - "_ref_11819", "_ref_18511", - "_ref_11820", - "_ref_11821", + "_ref_11814", + "_ref_11815", + "step-evaldeclarationinstantiation-web-compat-bindingexists", + "_ref_11816", + "_ref_11817", "_ref_18512", - "_ref_11822", "_ref_18513", - "sec-web-compat-blockdeclarationinstantiation", - "_ref_11823", - "_ref_915", - "_ref_11824", - "_ref_916", - "_ref_11825", + "_ref_912", + "_ref_11818", + "_ref_11819", + "_ref_11820", + "sec-block-duplicates-allowed-static-semantics", + "_ref_913", "_ref_18514", - "sec-functiondeclarations-in-ifstatement-statement-clauses", + "_ref_11821", "_ref_18515", - "_ref_917", - "prod-annexB-IfStatement", + "_ref_11822", + "_ref_11823", "_ref_18516", + "_ref_11824", "_ref_18517", + "sec-switch-duplicates-allowed-static-semantics", + "_ref_914", "_ref_18518", "_ref_18519", + "_ref_11825", "_ref_18520", + "_ref_11826", + "_ref_11827", "_ref_18521", + "_ref_11828", "_ref_18522", + "sec-web-compat-blockdeclarationinstantiation", + "_ref_11829", + "_ref_915", + "_ref_11830", + "_ref_916", + "_ref_11831", "_ref_18523", + "sec-functiondeclarations-in-ifstatement-statement-clauses", "_ref_18524", + "_ref_917", + "prod-annexB-IfStatement", "_ref_18525", "_ref_18526", - "_ref_11826", "_ref_18527", "_ref_18528", "_ref_18529", "_ref_18530", - "_ref_918", - "sec-variablestatements-in-catch-blocks", - "_ref_919", "_ref_18531", "_ref_18532", - "_ref_11827", "_ref_18533", - "_ref_11828", "_ref_18534", - "_ref_11829", "_ref_18535", - "_ref_11830", + "_ref_11832", "_ref_18536", - "_ref_11831", "_ref_18537", "_ref_18538", "_ref_18539", + "_ref_918", + "sec-variablestatements-in-catch-blocks", + "_ref_919", "_ref_18540", "_ref_18541", + "_ref_11833", "_ref_18542", + "_ref_11834", "_ref_18543", + "_ref_11835", "_ref_18544", - "_ref_11832", + "_ref_11836", "_ref_18545", + "_ref_11837", "_ref_18546", - "_ref_920", - "_ref_921", - "_ref_11833", "_ref_18547", - "_ref_922", - "_ref_11834", "_ref_18548", - "sec-initializers-in-forin-statement-heads", "_ref_18549", - "_ref_923", - "prod-annexB-ForInOfStatement", "_ref_18550", "_ref_18551", "_ref_18552", "_ref_18553", - "_ref_11835", - "_ref_11836", - "_ref_11837", - "_ref_924", + "_ref_11838", "_ref_18554", "_ref_18555", + "_ref_920", + "_ref_921", + "_ref_11839", "_ref_18556", + "_ref_922", + "_ref_11840", "_ref_18557", - "_ref_11838", + "sec-initializers-in-forin-statement-heads", "_ref_18558", - "_ref_11839", - "_ref_11840", - "_ref_925", + "_ref_923", + "prod-annexB-ForInOfStatement", "_ref_18559", "_ref_18560", "_ref_18561", "_ref_18562", "_ref_11841", - "_ref_18563", "_ref_11842", "_ref_11843", - "_ref_926", + "_ref_924", + "_ref_18563", "_ref_18564", "_ref_18565", "_ref_18566", - "_ref_18567", "_ref_11844", - "_ref_18568", + "_ref_18567", "_ref_11845", "_ref_11846", - "_ref_927", + "_ref_925", + "_ref_18568", "_ref_18569", - "_ref_11847", - "_ref_11848", - "_ref_928", "_ref_18570", "_ref_18571", + "_ref_11847", "_ref_18572", - "_ref_18573", + "_ref_11848", "_ref_11849", + "_ref_926", + "_ref_18573", "_ref_18574", - "_ref_11850", "_ref_18575", - "_ref_11851", - "_ref_11852", - "_ref_929", "_ref_18576", + "_ref_11850", "_ref_18577", + "_ref_11851", + "_ref_11852", + "_ref_927", "_ref_18578", - "_ref_18579", "_ref_11853", - "_ref_18580", "_ref_11854", + "_ref_928", + "_ref_18579", + "_ref_18580", "_ref_18581", - "_ref_11855", - "_ref_11856", - "_ref_930", "_ref_18582", + "_ref_11855", "_ref_18583", + "_ref_11856", "_ref_18584", - "_ref_18585", "_ref_11857", - "_ref_18586", "_ref_11858", - "_ref_11859", + "_ref_929", + "_ref_18585", + "_ref_18586", "_ref_18587", - "_ref_11860", "_ref_18588", + "_ref_11859", "_ref_18589", + "_ref_11860", + "_ref_18590", "_ref_11861", "_ref_11862", - "_ref_11863", - "_ref_18590", - "_ref_11864", + "_ref_930", "_ref_18591", "_ref_18592", - "sec-IsHTMLDDA-internal-slot", + "_ref_18593", + "_ref_18594", + "_ref_11863", + "_ref_18595", + "_ref_11864", "_ref_11865", - "_ref_931", - "_ref_932", + "_ref_18596", "_ref_11866", - "_ref_933", + "_ref_18597", + "_ref_18598", "_ref_11867", "_ref_11868", - "sec-IsHTMLDDA-internal-slot-to-boolean", - "_ref_934", "_ref_11869", - "sec-IsHTMLDDA-internal-slot-aec", - "_ref_935", - "_ref_936", + "_ref_18599", "_ref_11870", + "_ref_18600", + "_ref_18601", + "sec-IsHTMLDDA-internal-slot", "_ref_11871", + "_ref_931", + "_ref_932", "_ref_11872", + "_ref_933", "_ref_11873", + "_ref_11874", + "sec-IsHTMLDDA-internal-slot-to-boolean", + "_ref_934", + "_ref_11875", + "sec-IsHTMLDDA-internal-slot-aec", + "_ref_935", + "_ref_936", + "_ref_11876", + "_ref_11877", + "_ref_11878", + "_ref_11879", "sec-IsHTMLDDA-internal-slot-typeof", "_ref_937", "_ref_938", - "_ref_11874", + "_ref_11880", "sec-strict-mode-of-ecmascript", - "_ref_11576", + "_ref_11582", "_ref_939", - "_ref_11577", + "_ref_11583", "_ref_940", - "_ref_18593", + "_ref_18602", "_ref_941", - "_ref_18594", + "_ref_18603", "_ref_942", - "_ref_11578", - "_ref_18595", + "_ref_11584", + "_ref_18604", "_ref_943", "_ref_944", "_ref_945", - "_ref_11579", - "_ref_11580", - "_ref_18596", + "_ref_11585", + "_ref_11586", + "_ref_18605", "_ref_946", - "_ref_18597", - "_ref_11581", - "_ref_11582", + "_ref_18606", + "_ref_11587", + "_ref_11588", "_ref_947", - "_ref_18598", - "_ref_11583", - "_ref_18599", + "_ref_18607", + "_ref_11589", + "_ref_18608", "_ref_948", - "_ref_18600", + "_ref_18609", "_ref_949", - "_ref_18601", + "_ref_18610", "_ref_950", "_ref_951", - "_ref_11584", + "_ref_11590", "_ref_952", "_ref_953", "_ref_954", "_ref_955", - "_ref_11585", - "_ref_18602", - "_ref_11586", + "_ref_11591", + "_ref_18611", + "_ref_11592", "_ref_956", "_ref_957", - "_ref_11587", - "_ref_11588", + "_ref_11593", + "_ref_11594", "_ref_958", "_ref_959", "_ref_960", - "_ref_11589", - "_ref_18603", + "_ref_11595", + "_ref_18612", "_ref_961", - "_ref_11590", + "_ref_11596", "_ref_962", - "_ref_11591", - "_ref_18604", - "_ref_18605", + "_ref_11597", + "_ref_18613", + "_ref_18614", "_ref_963", - "_ref_18606", - "_ref_11592", - "_ref_11593", - "_ref_18607", + "_ref_18615", + "_ref_11598", + "_ref_11599", + "_ref_18616", "_ref_964", - "_ref_18608", - "_ref_18609", - "_ref_11594", - "_ref_11595", + "_ref_18617", + "_ref_18618", + "_ref_11600", + "_ref_11601", "_ref_965", "_ref_966", "sec-host-layering-points", "_ref_967", - "_ref_11596", - "sec-host-hooks-summary", - "_ref_11597", - "_ref_11598", - "_ref_11599", - "_ref_11600", - "_ref_11601", "_ref_11602", + "sec-host-hooks-summary", "_ref_11603", "_ref_11604", "_ref_11605", "_ref_11606", "_ref_11607", "_ref_11608", - "sec-host-defined-fields-summary", "_ref_11609", + "_ref_11610", + "_ref_11611", + "_ref_11612", + "_ref_11613", + "_ref_11614", + "sec-host-defined-fields-summary", + "_ref_11615", "_ref_968", "_ref_969", "_ref_970", @@ -23322,170 +23331,170 @@ "_ref_972", "_ref_973", "sec-host-defined-objects-summary", - "_ref_11610", + "_ref_11616", "_ref_974", "sec-host-running-jobs", - "_ref_11611", + "_ref_11617", "_ref_975", "sec-host-internal-methods-of-exotic-objects", "_ref_976", - "_ref_11612", + "_ref_11618", "sec-host-built-in-objects-and-methods", "_ref_977", "sec-corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact", "_ref_978", "_ref_979", - "_ref_11613", + "_ref_11619", "_ref_980", - "_ref_11614", - "_ref_11615", + "_ref_11620", + "_ref_11621", "_ref_981", - "_ref_11616", - "_ref_11617", - "_ref_11618", + "_ref_11622", + "_ref_11623", + "_ref_11624", "_ref_982", "_ref_983", "_ref_984", "_ref_985", - "_ref_11619", + "_ref_11625", "_ref_986", "_ref_987", "_ref_988", "_ref_989", "_ref_990", "_ref_991", - "_ref_11620", - "_ref_11621", - "_ref_11622", - "_ref_11623", - "sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions", - "_ref_992", - "_ref_11624", - "_ref_993", - "_ref_11625", - "_ref_18610", - "_ref_18611", - "_ref_994", "_ref_11626", "_ref_11627", - "_ref_995", - "_ref_996", - "_ref_18612", - "_ref_18613", - "_ref_18614", - "_ref_997", - "_ref_998", "_ref_11628", - "_ref_999", "_ref_11629", - "_ref_18615", + "sec-additions-and-changes-that-introduce-incompatibilities-with-prior-editions", + "_ref_992", "_ref_11630", - "_ref_1000", - "_ref_18616", - "_ref_18617", - "_ref_18618", + "_ref_993", + "_ref_11631", "_ref_18619", "_ref_18620", - "_ref_1001", + "_ref_994", + "_ref_11632", + "_ref_11633", + "_ref_995", + "_ref_996", "_ref_18621", "_ref_18622", "_ref_18623", - "_ref_1002", + "_ref_997", + "_ref_998", + "_ref_11634", + "_ref_999", + "_ref_11635", "_ref_18624", + "_ref_11636", + "_ref_1000", "_ref_18625", "_ref_18626", "_ref_18627", - "_ref_1003", "_ref_18628", "_ref_18629", - "_ref_1004", + "_ref_1001", "_ref_18630", "_ref_18631", - "_ref_1005", "_ref_18632", - "_ref_11631", + "_ref_1002", "_ref_18633", - "_ref_11632", - "_ref_1006", "_ref_18634", "_ref_18635", "_ref_18636", + "_ref_1003", "_ref_18637", "_ref_18638", - "_ref_1007", + "_ref_1004", "_ref_18639", "_ref_18640", + "_ref_1005", "_ref_18641", + "_ref_11637", "_ref_18642", - "_ref_1008", + "_ref_11638", + "_ref_1006", "_ref_18643", "_ref_18644", "_ref_18645", "_ref_18646", - "_ref_1009", - "_ref_11633", "_ref_18647", + "_ref_1007", "_ref_18648", "_ref_18649", "_ref_18650", "_ref_18651", - "_ref_1010", - "_ref_1011", + "_ref_1008", "_ref_18652", "_ref_18653", "_ref_18654", - "_ref_1012", "_ref_18655", + "_ref_1009", + "_ref_11639", "_ref_18656", "_ref_18657", "_ref_18658", "_ref_18659", "_ref_18660", + "_ref_1010", + "_ref_1011", "_ref_18661", "_ref_18662", "_ref_18663", + "_ref_1012", "_ref_18664", - "_ref_1013", "_ref_18665", - "_ref_11634", + "_ref_18666", + "_ref_18667", + "_ref_18668", + "_ref_18669", + "_ref_18670", + "_ref_18671", + "_ref_18672", + "_ref_18673", + "_ref_1013", + "_ref_18674", + "_ref_11640", "_ref_1014", - "_ref_11635", + "_ref_11641", "_ref_1015", - "_ref_11636", + "_ref_11642", "_ref_1016", - "_ref_11637", + "_ref_11643", "_ref_1017", - "_ref_11638", + "_ref_11644", "_ref_1018", - "_ref_11639", + "_ref_11645", "_ref_1019", - "_ref_11640", + "_ref_11646", "_ref_1020", - "_ref_11641", + "_ref_11647", "_ref_1021", - "_ref_11642", + "_ref_11648", "_ref_1022", - "_ref_11643", + "_ref_11649", "_ref_1023", - "_ref_11644", + "_ref_11650", "_ref_1024", - "_ref_11645", + "_ref_11651", "_ref_1025", "_ref_1026", - "_ref_11646", - "_ref_11647", - "_ref_11648", + "_ref_11652", + "_ref_11653", + "_ref_11654", "_ref_1027", - "_ref_11649", + "_ref_11655", "_ref_1028", "_ref_1029", "_ref_1030", "_ref_1031", "_ref_1032", "_ref_1033", - "_ref_11650", + "_ref_11656", "_ref_1034", - "_ref_11651", + "_ref_11657", "_ref_1035", "_ref_1036", "_ref_1037", diff --git a/tr/ids/floc.json b/tr/ids/floc.json index 540b0a6682b3..a36af92ced20 100644 --- a/tr/ids/floc.json +++ b/tr/ids/floc.json @@ -8,7 +8,7 @@ "toc-jump", "toc-toggle", "title", - "subtitle", + "profile-and-date", "abstract", "status", "toc", diff --git a/tr/ids/gpuweb.json b/tr/ids/gpuweb.json index ee17a7bd6002..358ae7e51168 100644 --- a/tr/ids/gpuweb.json +++ b/tr/ids/gpuweb.json @@ -590,6 +590,11 @@ "ref-for-enumdef-gpufeaturenameā‘¤", "ref-for-exceptiondef-typeerror", "example-d66d19b7", + "origin-restrictions", + "ref-for-the-image-argument-is-not-origin-clean", + "ref-for-concept-canvas-origin-clean", + "ref-for-the-img-element", + "ref-for-htmlmediaelement", "initialization", "initialization-examples", "issue-2101a614", @@ -1249,37 +1254,39 @@ "slice", "texture-interface", "gputexture", + "ref-for-gputextureā‘£", + "ref-for-dom-gpudevice-createtextureā‘”", "ref-for-Exposedā‘§", "ref-for-serializableā‘£", - "ref-for-gputextureā‘£", + "ref-for-gputextureā‘¤", "ref-for-gputextureview", "ref-for-dom-gputexture-createviewā‘ ", "ref-for-dictdef-gputextureviewdescriptor", "ref-for-dom-gputexture-createview-descriptor-descriptor", "ref-for-idl-undefinedā‘¦", "ref-for-dom-gputexture-destroy", - "ref-for-gputextureā‘¤", - "ref-for-gpuobjectbaseā‘„", "ref-for-gputextureā‘„", + "ref-for-gpuobjectbaseā‘„", + "ref-for-gputextureā‘¦", "dom-gputexture-texturesize-slot", "ref-for-typedefdef-gpuextent3d", - "ref-for-gputextureā‘¦", + "ref-for-gputextureā‘§", "ref-for-mipmap-levelā‘£", "dom-gputexture-miplevelcount-slot", "ref-for-typedefdef-gpuintegercoordinate", - "ref-for-gputextureā‘§", + "ref-for-gputextureā‘Ø", "dom-gputexture-samplecount-slot", "ref-for-typedefdef-gpusize32ā‘ ā‘Ø", - "ref-for-gputextureā‘Ø", + "ref-for-gputextureā‘ ā“Ŗ", "dom-gputexture-dimension-slot", "ref-for-enumdef-gputexturedimension", - "ref-for-gputextureā‘ ā“Ŗ", + "ref-for-gputextureā‘ ā‘ ", "dom-gputexture-format-slot", "ref-for-enumdef-gputextureformatā‘”", - "ref-for-gputextureā‘ ā‘ ", + "ref-for-gputextureā‘ ā‘”", "dom-gputexture-textureusage-slot", "ref-for-typedefdef-gputextureusageflags", - "ref-for-gputextureā‘ ā‘”", + "ref-for-gputextureā‘ ā‘¢", "abstract-opdef-compute-render-extent", "ref-for-typedefdef-gpuextent3dā‘ ", "ref-for-typedefdef-gpusize32ā‘”ā“Ŗ", @@ -1325,22 +1332,124 @@ "dom-gputextureusage-storage", "ref-for-typedefdef-gpuflagsconstantā‘ ā‘„", "dom-gputextureusage-render_attachment", + "abstract-opdef-maximum-miplevel-count", + "ref-for-dom-gputexturedescriptor-dimensionā‘£", + "ref-for-dom-gputexturedescriptor-sizeā‘¦", + "ref-for-dom-gputexturedimension-1dā‘”", + "ref-for-extent3d-widthā‘£", + "ref-for-dom-gputexturedimension-2dā‘¢", + "ref-for-extent3d-widthā‘¤", + "ref-for-extent3d-heightā‘¢", + "ref-for-dom-gputexturedimension-3dā‘ ", + "ref-for-extent3d-widthā‘„", + "ref-for-extent3d-heightā‘£", + "ref-for-extent3d-depthorarraylayersā‘”", "dom-gpudevice-createtexture", - "ref-for-gputextureā‘ ā‘¢", + "ref-for-gputextureā‘ ā‘£", "ref-for-gpudeviceā‘”ā‘„", - "ref-for-dom-gpudevice-createtextureā‘”", + "ref-for-dom-gpudevice-createtextureā‘¢", "dom-gpudevice-createtexture-descriptor-descriptor", - "ref-for-gputextureā‘ ā‘£", "ref-for-gputextureā‘ ā‘¤", - "issue-a59519e3", - "ref-for-dom-gpudevice-createtextureā‘¢", - "texture-destruction", "ref-for-gputextureā‘ ā‘„", - "ref-for-dom-gputexture-destroyā‘ ", + "ref-for-device-timelineā‘¤", + "ref-for-dom-gputexturedescriptor-format", + "ref-for-enumdef-gputextureformatā‘£", + "ref-for-dom-gpudevice-device-slotā‘¢", + "ref-for-dom-device-features-slotā‘ ", + "ref-for-list-contain", + "ref-for-exceptiondef-typeerrorā‘”", + "ref-for-validā‘¢", + "ref-for-gpudeviceā‘”ā‘¦", + "ref-for-dom-gputexturedescriptor-sizeā‘§", + "ref-for-extent3d-widthā‘¦", + "ref-for-dom-gputexturedescriptor-sizeā‘Ø", + "ref-for-extent3d-heightā‘¤", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā“Ŗ", + "ref-for-extent3d-depthorarraylayersā‘¢", + "ref-for-dom-gputexturedescriptor-miplevelcount", + "ref-for-dom-gputexturedescriptor-samplecount", + "ref-for-dom-gputexturedescriptor-dimensionā‘¤", + "ref-for-dom-gputexturedimension-1dā‘¢", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘ ", + "ref-for-extent3d-widthā‘§", + "ref-for-dom-gpuadapterlimits-maxtexturedimension1d", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘”", + "ref-for-extent3d-heightā‘„", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘¢", + "ref-for-extent3d-depthorarraylayersā‘£", + "ref-for-dom-gputexturedescriptor-samplecountā‘ ", + "ref-for-dom-gputexturedescriptor-formatā‘ ", + "ref-for-dom-gputexturedimension-2dā‘£", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘£", + "ref-for-extent3d-widthā‘Ø", + "ref-for-dom-gpuadapterlimits-maxtexturedimension2d", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘¤", + "ref-for-extent3d-heightā‘¦", + "ref-for-dom-gpuadapterlimits-maxtexturedimension2dā‘ ", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘„", + "ref-for-extent3d-depthorarraylayersā‘¤", + "ref-for-dom-gpuadapterlimits-maxtexturearraylayers", + "ref-for-dom-gputexturedimension-3dā‘”", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘¦", + "ref-for-extent3d-widthā‘ ā“Ŗ", + "ref-for-dom-gpuadapterlimits-maxtexturedimension3d", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘§", + "ref-for-extent3d-heightā‘§", + "ref-for-dom-gpuadapterlimits-maxtexturedimension3dā‘ ", + "ref-for-dom-gputexturedescriptor-sizeā‘ ā‘Ø", + "ref-for-extent3d-depthorarraylayersā‘„", + "ref-for-dom-gpuadapterlimits-maxtexturedimension3dā‘”", + "ref-for-dom-gputexturedescriptor-samplecountā‘”", + "ref-for-dom-gputexturedescriptor-formatā‘”", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā“Ŗ", + "ref-for-extent3d-widthā‘ ā‘ ", + "ref-for-texel-block-width", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā‘ ", + "ref-for-extent3d-heightā‘Ø", + "ref-for-texel-block-height", + "ref-for-dom-gputexturedescriptor-samplecountā‘¢", + "ref-for-dom-gputexturedescriptor-miplevelcountā‘ ", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā‘”", + "ref-for-extent3d-depthorarraylayersā‘¦", + "ref-for-dom-gputexturedescriptor-usage", + "ref-for-dom-gputextureusage-storageā‘”", + "ref-for-dom-gputexturedescriptor-formatā‘¢", + "ref-for-renderable-format", + "ref-for-dom-gputexturedescriptor-miplevelcountā‘”", + "ref-for-abstract-opdef-maximum-miplevel-count", + "ref-for-dom-gputexturedescriptor-dimensionā‘„", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā‘¢", + "ref-for-dom-gputexturedescriptor-usageā‘ ", + "ref-for-gputextureusage", + "ref-for-dom-gputexturedescriptor-usageā‘”", + "ref-for-dom-gputextureusage-render_attachmentā‘”", + "ref-for-dom-gputexturedescriptor-formatā‘£", + "ref-for-renderable-formatā‘ ", + "ref-for-dom-gputexturedescriptor-usageā‘¢", + "ref-for-dom-gputextureusage-storageā‘¢", + "ref-for-dom-gputexturedescriptor-formatā‘¤", + "ref-for-dom-gputextureusage-storageā‘£", + "ref-for-gpuvalidationerrorā‘ ", + "ref-for-invalidā‘§", "ref-for-gputextureā‘ ā‘¦", - "dom-gputexture-destroy", "ref-for-gputextureā‘ ā‘§", + "ref-for-dom-gputexture-texturesize-slotā‘”", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā‘£", + "ref-for-dom-gputexture-samplecount-slot", + "ref-for-dom-gputexturedescriptor-samplecountā‘£", + "ref-for-dom-gputexture-dimension-slot", + "ref-for-dom-gputexturedescriptor-dimensionā‘¦", + "ref-for-dom-gputexture-format-slot", + "ref-for-dom-gputexturedescriptor-formatā‘„", + "ref-for-dom-gputexture-textureusage-slotā‘ ", + "ref-for-dom-gputexturedescriptor-usageā‘£", + "texture-destruction", "ref-for-gputextureā‘ ā‘Ø", + "ref-for-dom-gputexture-destroyā‘ ", + "ref-for-gputextureā‘”ā“Ŗ", + "dom-gputexture-destroy", + "ref-for-gputextureā‘”ā‘ ", + "ref-for-gputextureā‘”ā‘”", "ref-for-idl-undefinedā‘§", "issue-8d4e95a5", "ref-for-dom-gputexture-destroyā‘”", @@ -1352,7 +1461,7 @@ "ref-for-gpuobjectbaseā‘¦", "ref-for-gputextureviewā‘¢", "dom-gputextureview-texture-slot", - "ref-for-gputextureā‘”ā“Ŗ", + "ref-for-gputextureā‘”ā‘¢", "dom-gputextureview-descriptor-slot", "ref-for-dictdef-gputextureviewdescriptorā‘ ", "ref-for-dictdef-gputextureviewdescriptorā‘”", @@ -1362,7 +1471,7 @@ "texture-view-creation", "dictdef-gputextureviewdescriptor", "ref-for-dictdef-gpuobjectdescriptorbaseā‘£", - "ref-for-enumdef-gputextureformatā‘£", + "ref-for-enumdef-gputextureformatā‘¤", "dom-gputextureviewdescriptor-format", "ref-for-enumdef-gputextureviewdimension", "dom-gputextureviewdescriptor-dimension", @@ -1389,19 +1498,19 @@ "dom-gputextureaspect-depth-only", "dom-gputexture-createview", "ref-for-gputextureviewā‘£", - "ref-for-gputextureā‘”ā‘ ", + "ref-for-gputextureā‘”ā‘£", "ref-for-dom-gputexture-createviewā‘”", "dom-gputexture-createview-descriptor-descriptor", "ref-for-gputextureviewā‘¤", "ref-for-gputextureviewā‘„", "ref-for-abstract-opdef-resolving-gputextureviewdescriptor-defaults", - "ref-for-device-timelineā‘¤", - "ref-for-validā‘¢", + "ref-for-device-timelineā‘„", + "ref-for-validā‘£", "ref-for-dom-gputextureviewdescriptor-aspect", "ref-for-dom-gputextureaspect-stencil-only", - "ref-for-dom-gputexture-format-slot", - "ref-for-dom-gputextureaspect-depth-only", "ref-for-dom-gputexture-format-slotā‘ ", + "ref-for-dom-gputextureaspect-depth-only", + "ref-for-dom-gputexture-format-slotā‘”", "ref-for-dom-gputextureviewdescriptor-miplevelcount", "ref-for-dom-gputextureviewdescriptor-basemiplevelā‘ ", "ref-for-dom-gputextureviewdescriptor-miplevelcountā‘ ", @@ -1411,70 +1520,70 @@ "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘ ", "ref-for-abstract-opdef-array-layer-count", "ref-for-dom-gputextureviewdescriptor-format", - "ref-for-dom-gputexture-format-slotā‘”", + "ref-for-dom-gputexture-format-slotā‘¢", "issue-d4b99640", "ref-for-dom-gputextureviewdescriptor-dimension", "ref-for-dom-gputextureviewdimension-1d", - "ref-for-dom-gputexture-dimension-slot", - "ref-for-dom-gputexturedimension-1dā‘”", + "ref-for-dom-gputexture-dimension-slotā‘ ", + "ref-for-dom-gputexturedimension-1dā‘£", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘”", "ref-for-dom-gputextureviewdimension-2d", - "ref-for-dom-gputexture-dimension-slotā‘ ", - "ref-for-dom-gputexturedimension-2dā‘¢", + "ref-for-dom-gputexture-dimension-slotā‘”", + "ref-for-dom-gputexturedimension-2dā‘¤", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘¢", "ref-for-dom-gputextureviewdimension-2d-array", - "ref-for-dom-gputexture-dimension-slotā‘”", - "ref-for-dom-gputexturedimension-2dā‘£", - "ref-for-dom-gputextureviewdimension-cube", "ref-for-dom-gputexture-dimension-slotā‘¢", - "ref-for-dom-gputexturedimension-2dā‘¤", + "ref-for-dom-gputexturedimension-2dā‘„", + "ref-for-dom-gputextureviewdimension-cube", + "ref-for-dom-gputexture-dimension-slotā‘£", + "ref-for-dom-gputexturedimension-2dā‘¦", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘£", - "ref-for-dom-gputexture-texturesize-slotā‘”", - "ref-for-extent3d-widthā‘£", "ref-for-dom-gputexture-texturesize-slotā‘¢", - "ref-for-extent3d-heightā‘¢", + "ref-for-extent3d-widthā‘ ā‘”", + "ref-for-dom-gputexture-texturesize-slotā‘£", + "ref-for-extent3d-heightā‘ ā“Ŗ", "ref-for-dom-gputextureviewdimension-cube-array", - "ref-for-dom-gputexture-dimension-slotā‘£", - "ref-for-dom-gputexturedimension-2dā‘„", + "ref-for-dom-gputexture-dimension-slotā‘¤", + "ref-for-dom-gputexturedimension-2dā‘§", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘¤", - "ref-for-dom-gputexture-texturesize-slotā‘£", - "ref-for-extent3d-widthā‘¤", "ref-for-dom-gputexture-texturesize-slotā‘¤", - "ref-for-extent3d-heightā‘£", + "ref-for-extent3d-widthā‘ ā‘¢", + "ref-for-dom-gputexture-texturesize-slotā‘„", + "ref-for-extent3d-heightā‘ ā‘ ", "ref-for-dom-gputextureviewdimension-3d", - "ref-for-dom-gputexture-dimension-slotā‘¤", - "ref-for-dom-gputexturedimension-3dā‘ ", + "ref-for-dom-gputexture-dimension-slotā‘„", + "ref-for-dom-gputexturedimension-3dā‘¢", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘„", - "ref-for-gpuvalidationerrorā‘ ", - "ref-for-invalidā‘§", + "ref-for-gpuvalidationerrorā‘”", + "ref-for-invalidā‘Ø", "ref-for-gputextureviewā‘¦", "ref-for-gputextureviewā‘§", "ref-for-dom-gputextureview-texture-slot", "ref-for-dom-gputextureview-descriptor-slot", - "ref-for-dom-gputexture-textureusage-slotā‘ ", - "ref-for-dom-gputextureusage-render_attachmentā‘”", + "ref-for-dom-gputexture-textureusage-slotā‘”", + "ref-for-dom-gputextureusage-render_attachmentā‘¢", "ref-for-abstract-opdef-compute-render-extent", - "ref-for-dom-gputexture-texturesize-slotā‘„", + "ref-for-dom-gputexture-texturesize-slotā‘¦", "ref-for-dom-gputextureviewdescriptor-basemiplevelā‘”", "ref-for-dom-gputextureview-renderextent-slot", "abstract-opdef-resolving-gputextureviewdescriptor-defaults", "ref-for-dictdef-gputextureviewdescriptorā‘¢", "ref-for-dom-gputextureviewdescriptor-formatā‘ ", "ref-for-dom-gputextureviewdescriptor-formatā‘”", - "ref-for-dom-gputexture-format-slotā‘¢", + "ref-for-dom-gputexture-format-slotā‘£", "ref-for-dom-gputextureviewdescriptor-miplevelcountā‘”", "ref-for-dom-gputextureviewdescriptor-miplevelcountā‘¢", "ref-for-dom-gputexture-miplevelcount-slotā‘ ", "ref-for-dom-gputextureviewdescriptor-basemiplevelā‘¢", "ref-for-dom-gputextureviewdescriptor-dimensionā‘ ", - "ref-for-dom-gputexture-dimension-slotā‘„", - "ref-for-dom-gputexturedimension-1dā‘¢", + "ref-for-dom-gputexture-dimension-slotā‘¦", + "ref-for-dom-gputexturedimension-1dā‘¤", "ref-for-dom-gputextureviewdescriptor-dimensionā‘”", "ref-for-dom-gputextureviewdimension-1dā‘ ", - "ref-for-dom-gputexturedimension-2dā‘¦", + "ref-for-dom-gputexturedimension-2dā‘Ø", "ref-for-dom-gputextureviewdescriptor-dimensionā‘¢", "ref-for-dom-gputextureviewdimension-2dā‘ ", - "ref-for-dom-gputexturedimension-3dā‘”", + "ref-for-dom-gputexturedimension-3dā‘£", "ref-for-dom-gputextureviewdescriptor-dimensionā‘£", "ref-for-dom-gputextureviewdimension-3dā‘ ", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘¦", @@ -1488,38 +1597,38 @@ "ref-for-dom-gputextureviewdimension-2d-arrayā‘ ", "ref-for-dom-gputextureviewdimension-cube-arrayā‘ ", "ref-for-dom-gputextureviewdescriptor-arraylayercountā‘ ā“Ŗ", - "ref-for-dom-gputexture-texturesize-slotā‘¦", - "ref-for-extent3d-depthorarraylayersā‘”", + "ref-for-dom-gputexture-texturesize-slotā‘§", + "ref-for-extent3d-depthorarraylayersā‘§", "ref-for-dom-gputextureviewdescriptor-basearraylayerā‘ ", "abstract-opdef-array-layer-count", - "ref-for-gputextureā‘”ā‘”", - "ref-for-dom-gputexture-dimension-slotā‘¦", - "ref-for-dom-gputexturedimension-1dā‘£", - "ref-for-dom-gputexturedimension-3dā‘¢", - "ref-for-dom-gputexturedimension-2dā‘§", - "ref-for-dom-gputexture-texturesize-slotā‘§", - "ref-for-extent3d-depthorarraylayersā‘¢", + "ref-for-gputextureā‘”ā‘¤", + "ref-for-dom-gputexture-dimension-slotā‘§", + "ref-for-dom-gputexturedimension-1dā‘„", + "ref-for-dom-gputexturedimension-3dā‘¤", + "ref-for-dom-gputexturedimension-2dā‘ ā“Ŗ", + "ref-for-dom-gputexture-texturesize-slotā‘Ø", + "ref-for-extent3d-depthorarraylayersā‘Ø", "texture-formats", "ref-for-featureā‘„", "texel-block", - "ref-for-enumdef-gputextureformatā‘¤", "ref-for-enumdef-gputextureformatā‘„", + "ref-for-enumdef-gputextureformatā‘¦", "texel-block-width", "texel-block-height", "ref-for-texel-blockā‘”", - "ref-for-enumdef-gputextureformatā‘¦", - "ref-for-texel-block-width", - "ref-for-texel-block-height", "ref-for-enumdef-gputextureformatā‘§", "ref-for-texel-block-widthā‘ ", - "ref-for-texel-blockā‘¢", "ref-for-texel-block-heightā‘ ", + "ref-for-enumdef-gputextureformatā‘Ø", + "ref-for-texel-block-widthā‘”", + "ref-for-texel-blockā‘¢", + "ref-for-texel-block-heightā‘”", "ref-for-texel-blockā‘£", "texel-block-size", - "ref-for-enumdef-gputextureformatā‘Ø", + "ref-for-enumdef-gputextureformatā‘ ā“Ŗ", "ref-for-texel-blockā‘¤", "ref-for-texel-block-sizeā‘”", - "ref-for-enumdef-gputextureformatā‘ ā“Ŗ", + "ref-for-enumdef-gputextureformatā‘ ā‘ ", "ref-for-dom-gputextureformat-stencil8", "ref-for-dom-gputextureformat-depth24plus", "ref-for-dom-gputextureformat-depth24plus-stencil8", @@ -1585,9 +1694,10 @@ "ref-for-dom-gputextureformat-depth24plus-stencil8ā‘ ", "issue-3e90b303", "ref-for-dom-gputextureformat-stencil8ā‘ ", + "renderable-format", "color-renderable-format", "depth-or-stencil-renderable-format", - "ref-for-dom-gputextureusage-render_attachmentā‘¢", + "ref-for-dom-gputextureusage-render_attachmentā‘£", "samplers", "sampler-interface", "gpusampler", @@ -1685,7 +1795,7 @@ "dom-gpucomparefunction-greater-equal", "dom-gpucomparefunction-always", "abstract-opdef-validating-gpusamplerdescriptor", - "ref-for-gpudeviceā‘”ā‘¦", + "ref-for-gpudeviceā‘”ā‘§", "ref-for-dictdef-gpusamplerdescriptorā‘¤", "ref-for-idl-booleanā‘¢", "ref-for-dom-gpusamplerdescriptor-lodminclampā‘ ", @@ -1699,7 +1809,7 @@ "ref-for-dom-gpufiltermode-linearā‘ ", "dom-gpudevice-createsampler", "ref-for-gpubindgrouplayoutā‘”", - "ref-for-gpudeviceā‘”ā‘§", + "ref-for-gpudeviceā‘”ā‘Ø", "ref-for-dom-gpudevice-createsamplerā‘”", "dom-gpudevice-createsampler-descriptor-descriptor", "ref-for-gpusamplerā‘ ā‘ ", @@ -1716,8 +1826,8 @@ "ref-for-dom-gpufiltermode-linearā‘”", "abstract-opdef-gpudevicecreatesampler-valid-usage", "ref-for-abstract-opdef-validating-gpusamplerdescriptor", - "ref-for-gpuvalidationerrorā‘”", - "ref-for-invalidā‘Ø", + "ref-for-gpuvalidationerrorā‘¢", + "ref-for-invalidā‘ ā“Ŗ", "ref-for-gpusamplerā‘ ā‘£", "bindings", "bind-group-layout", @@ -1913,7 +2023,7 @@ "dictdef-gpustoragetexturebindinglayout", "ref-for-enumdef-gpustoragetextureaccess", "ref-for-dom-gpustoragetexturebindinglayout-accessā‘ ", - "ref-for-enumdef-gputextureformatā‘ ā‘ ", + "ref-for-enumdef-gputextureformatā‘ ā‘”", "ref-for-dom-gpustoragetexturebindinglayout-format", "ref-for-enumdef-gputextureviewdimensionā‘¢", "ref-for-dom-gpustoragetexturebindinglayout-viewdimension", @@ -1923,7 +2033,7 @@ "dom-gpustoragetexturebindinglayout-access", "ref-for-enumdef-gpustoragetextureaccessā‘ ", "dom-gpustoragetexturebindinglayout-format", - "ref-for-enumdef-gputextureformatā‘ ā‘”", + "ref-for-enumdef-gputextureformatā‘ ā‘¢", "ref-for-dom-gputextureviewdescriptor-formatā‘¢", "dom-gpustoragetexturebindinglayout-viewdimension", "ref-for-enumdef-gputextureviewdimensionā‘£", @@ -1940,17 +2050,17 @@ "ref-for-gpubindgrouplayoutā‘ ā“Ŗ", "dom-gpudevice-createbindgrouplayout", "ref-for-gpubindgrouplayoutā‘ ā‘ ", - "ref-for-gpudeviceā‘”ā‘Ø", + "ref-for-gpudeviceā‘¢ā“Ŗ", "ref-for-dom-gpudevice-createbindgrouplayoutā‘”", "dom-gpudevice-createbindgrouplayout-descriptor-descriptor", "ref-for-gpubindgrouplayoutā‘ ā‘”", "ref-for-gpubindgrouplayoutā‘ ā‘¢", "ref-for-gpubindgrouplayoutā‘ ā‘£", - "ref-for-dom-gpudevice-device-slotā‘¢", + "ref-for-dom-gpudevice-device-slotā‘£", "ref-for-dom-device-limits-slotā‘”", - "ref-for-device-timelineā‘„", - "ref-for-validā‘£", - "ref-for-gpudeviceā‘¢ā“Ŗ", + "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ā‘¤", @@ -1997,8 +2107,8 @@ "ref-for-dom-gputextureviewdimension-cubeā‘”", "ref-for-dom-gputextureviewdimension-cube-arrayā‘”", "ref-for-dom-gpustoragetexturebindinglayout-formatā‘”", - "ref-for-gpuvalidationerrorā‘¢", - "ref-for-invalidā‘ ā“Ŗ", + "ref-for-gpuvalidationerrorā‘£", + "ref-for-invalidā‘ ā‘ ", "ref-for-dom-gpubindgrouplayout-dynamicoffsetcount-slot", "ref-for-dom-gpubindgrouplayoutentry-bufferā‘ ā“Ŗ", "ref-for-dom-gpubindgrouplayoutentry-bufferā‘ ā‘ ", @@ -2070,18 +2180,18 @@ "ref-for-internal-usageā‘¦", "dom-gpudevice-createbindgroup", "ref-for-gpubindgroupā‘ ā‘”", - "ref-for-gpudeviceā‘¢ā‘ ", + "ref-for-gpudeviceā‘¢ā‘”", "ref-for-dom-gpudevice-createbindgroupā‘”", "dom-gpudevice-createbindgroup-descriptor-descriptor", "ref-for-gpubindgroupā‘ ā‘¢", "ref-for-gpubindgroupā‘ ā‘£", "ref-for-gpubindgroupā‘ ā‘¤", - "ref-for-dom-gpudevice-device-slotā‘£", + "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ā‘¢ā‘”", + "ref-for-device-timelineā‘§", + "ref-for-validā‘„", + "ref-for-gpudeviceā‘¢ā‘¢", "ref-for-dom-gpubindgroupdescriptor-layout", "ref-for-abstract-opdef-valid-to-use-with", "ref-for-dom-gpubindgrouplayoutdescriptor-entriesā‘Ø", @@ -2117,12 +2227,12 @@ "ref-for-dom-gpubindgrouplayoutentry-textureā‘ ā“Ŗ", "ref-for-dom-gputexturebindinglayout-sampletypeā‘£", "ref-for-dom-gputextureviewdescriptor-formatā‘£", - "ref-for-dom-gputexturedescriptor-usage", + "ref-for-dom-gputexturedescriptor-usageā‘¤", "ref-for-dom-gputextureusage-sampledā‘ ", "ref-for-dom-gpubindgrouplayoutentry-textureā‘ ā‘ ", "ref-for-dom-gputexturebindinglayout-multisampledā‘”", - "ref-for-dom-gputexturedescriptor-samplecount", - "ref-for-dom-gputexturedescriptor-samplecountā‘ ", + "ref-for-dom-gputexturedescriptor-samplecountā‘¤", + "ref-for-dom-gputexturedescriptor-samplecountā‘„", "ref-for-dom-gpubindgrouplayoutentry-storagetextureā‘§", "ref-for-gputextureviewā‘ ā‘¤", "ref-for-abstract-opdef-valid-to-use-withā‘¢", @@ -2134,8 +2244,8 @@ "ref-for-dom-gpustoragetexturebindinglayout-formatā‘¢", "ref-for-dom-gputextureview-descriptor-slotā‘ ", "ref-for-dom-gputextureviewdescriptor-formatā‘¤", - "ref-for-dom-gputexturedescriptor-usageā‘ ", - "ref-for-dom-gputextureusage-storageā‘”", + "ref-for-dom-gputexturedescriptor-usageā‘„", + "ref-for-dom-gputextureusage-storageā‘¤", "ref-for-dom-gpubindgrouplayoutentry-bufferā‘ ā‘”", "ref-for-dictdef-gpubufferbindingā‘„", "ref-for-dom-gpubufferbinding-buffer", @@ -2167,8 +2277,8 @@ "ref-for-dom-gpubufferbinding-sizeā‘§", "ref-for-dom-supported-limits-maxstoragebufferbindingsize", "issue-0155324d", - "ref-for-gpuvalidationerrorā‘£", - "ref-for-invalidā‘ ā‘ ", + "ref-for-gpuvalidationerrorā‘¤", + "ref-for-invalidā‘ ā‘”", "ref-for-dom-gpubindgroup-layout-slot", "ref-for-dom-gpubindgroupdescriptor-layoutā‘¢", "ref-for-dom-gpubindgroup-entries-slot", @@ -2231,22 +2341,22 @@ "dom-gpupipelinelayoutdescriptor-bindgrouplayouts", "dom-gpudevice-createpipelinelayout", "ref-for-gpupipelinelayoutā‘ ā‘„", - "ref-for-gpudeviceā‘¢ā‘¢", + "ref-for-gpudeviceā‘¢ā‘£", "ref-for-dom-gpudevice-createpipelinelayoutā‘”", "dom-gpudevice-createpipelinelayout-descriptor-descriptor", "ref-for-gpupipelinelayoutā‘ ā‘¦", "ref-for-gpupipelinelayoutā‘ ā‘§", - "ref-for-validā‘„", - "ref-for-gpudeviceā‘¢ā‘£", - "ref-for-dom-gpudevice-device-slotā‘¤", + "ref-for-validā‘¦", + "ref-for-gpudeviceā‘¢ā‘¤", + "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-gpuvalidationerrorā‘„", + "ref-for-invalidā‘ ā‘¢", "ref-for-gpupipelinelayoutā‘ ā‘Ø", "ref-for-gpupipelinelayoutā‘”ā“Ŗ", "ref-for-dom-gpupipelinelayout-bindgrouplayouts-slotā‘¢", @@ -2259,29 +2369,8 @@ "shader-modules", "shader-module", "gpushadermodule", - "enumdef-gpucompilationmessagetype", - "dom-gpucompilationmessagetype-error", - "dom-gpucompilationmessagetype-warning", - "dom-gpucompilationmessagetype-info", "ref-for-Exposedā‘ ā‘„", "ref-for-serializableā‘¦", - "gpucompilationmessage", - "ref-for-idl-DOMStringā‘„", - "dom-gpucompilationmessage-message", - "ref-for-enumdef-gpucompilationmessagetype", - "dom-gpucompilationmessage-type", - "ref-for-idl-unsigned-long-long", - "dom-gpucompilationmessage-linenum", - "ref-for-idl-unsigned-long-longā‘ ", - "dom-gpucompilationmessage-linepos", - "ref-for-Exposedā‘ ā‘¦", - "ref-for-serializableā‘§", - "gpucompilationinfo", - "ref-for-idl-frozen-array", - "ref-for-gpucompilationmessage", - "dom-gpucompilationinfo-messages", - "ref-for-Exposedā‘ ā‘§", - "ref-for-serializableā‘Ø", "ref-for-gpushadermoduleā‘£", "ref-for-idl-promiseā‘ ā‘”", "ref-for-gpucompilationinfo", @@ -2289,8 +2378,8 @@ "ref-for-gpushadermoduleā‘¤", "ref-for-gpuobjectbaseā‘ ā‘”", "ref-for-gpushadermoduleā‘„", - "ref-for-serializableā‘ ā“Ŗ", - "ref-for-serializableā‘ ā‘ ", + "ref-for-serializableā‘§", + "ref-for-serializableā‘Ø", "ref-for-gpushadermoduleā‘¦", "shader-module-creation", "dictdef-gpushadermoduledescriptor", @@ -2302,7 +2391,7 @@ "ref-for-dom-gpushadermoduledescriptor-sourcemap", "dom-gpudevice-createshadermodule", "ref-for-gpushadermoduleā‘§", - "ref-for-gpudeviceā‘¢ā‘¤", + "ref-for-gpudeviceā‘¢ā‘„", "ref-for-dom-gpudevice-createshadermoduleā‘”", "dom-gpudevice-createshadermodule-descriptor-descriptor", "ref-for-gpushadermoduleā‘Ø", @@ -2310,6 +2399,65 @@ "issue-e6009c1e", "ref-for-dom-gpudevice-createshadermoduleā‘¢", "shader-module-compilation-information", + "enumdef-gpucompilationmessagetype", + "dom-gpucompilationmessagetype-error", + "dom-gpucompilationmessagetype-warning", + "dom-gpucompilationmessagetype-info", + "ref-for-Exposedā‘ ā‘¦", + "ref-for-serializableā‘ ā“Ŗ", + "gpucompilationmessage", + "ref-for-idl-DOMStringā‘„", + "ref-for-dom-gpucompilationmessage-message", + "ref-for-enumdef-gpucompilationmessagetype", + "ref-for-dom-gpucompilationmessage-type", + "ref-for-idl-unsigned-long-long", + "ref-for-dom-gpucompilationmessage-linenum", + "ref-for-idl-unsigned-long-longā‘ ", + "ref-for-dom-gpucompilationmessage-linepos", + "ref-for-idl-unsigned-long-longā‘”", + "ref-for-dom-gpucompilationmessage-offset", + "ref-for-idl-unsigned-long-longā‘¢", + "ref-for-dom-gpucompilationmessage-length", + "ref-for-Exposedā‘ ā‘§", + "ref-for-serializableā‘ ā‘ ", + "gpucompilationinfo", + "ref-for-idl-frozen-array", + "ref-for-gpucompilationmessage", + "dom-gpucompilationinfo-messages", + "ref-for-gpucompilationmessageā‘ ", + "dom-gpucompilationmessage-message", + "ref-for-idl-DOMStringā‘¦", + "dom-gpucompilationmessage-type", + "ref-for-enumdef-gpucompilationmessagetypeā‘ ", + "dom-gpucompilationmessage-linenum", + "ref-for-idl-unsigned-long-longā‘£", + "ref-for-dom-gpushadermoduledescriptor-code", + "ref-for-dom-gpucompilationmessage-messageā‘ ", + "ref-for-dom-gpucompilationmessage-messageā‘”", + "issue-65ef3f51", + "dom-gpucompilationmessage-linepos", + "ref-for-idl-unsigned-long-longā‘¤", + "ref-for-dom-gpucompilationmessage-linenumā‘ ", + "ref-for-dom-gpushadermoduledescriptor-codeā‘ ", + "ref-for-dom-gpucompilationmessage-messageā‘¢", + "ref-for-dom-gpucompilationmessage-messageā‘£", + "dom-gpucompilationmessage-offset", + "ref-for-idl-unsigned-long-longā‘„", + "ref-for-dom-gpushadermoduledescriptor-codeā‘”", + "ref-for-dom-gpucompilationmessage-messageā‘¤", + "ref-for-dom-gpucompilationmessage-linenumā‘”", + "ref-for-dom-gpucompilationmessage-lineposā‘ ", + "dom-gpucompilationmessage-length", + "ref-for-idl-unsigned-long-longā‘¦", + "ref-for-dom-gpucompilationmessage-messageā‘„", + "ref-for-dom-gpushadermoduledescriptor-codeā‘¢", + "ref-for-dom-gpucompilationmessage-lengthā‘ ", + "ref-for-gpucompilationmessageā‘”", + "ref-for-dom-gpucompilationmessage-offsetā‘ ", + "ref-for-gpucompilationmessageā‘¢", + "ref-for-dom-gpucompilationmessage-lengthā‘”", + "ref-for-dom-gpushadermoduledescriptor-codeā‘£", + "ref-for-dom-gpucompilationmessage-messageā‘¦", "dom-gpushadermodule-compilationinfo", "ref-for-gpushadermoduleā‘ ā‘ ", "ref-for-gpushadermoduleā‘ ā‘”", @@ -2352,7 +2500,7 @@ "ref-for-dom-device-limits-slotā‘¤", "ref-for-dom-supported-limits-maxbindgroupsā‘ ", "ref-for-exceptiondef-rangeerror", - "ref-for-validā‘¦", + "ref-for-validā‘§", "ref-for-gpubindgrouplayoutā‘¢ā“Ŗ", "ref-for-gpubindgrouplayoutā‘¢ā‘ ", "ref-for-dom-gpupipelinebase-layout-slot", @@ -2362,7 +2510,7 @@ "ref-for-group-equivalentā‘”", "ref-for-gpubindgrouplayoutā‘¢ā‘¢", "ref-for-content-timelineā‘¦", - "ref-for-device-timelineā‘§", + "ref-for-device-timelineā‘Ø", "default-pipeline-layout", "ref-for-gpupipelinebaseā‘£", "ref-for-dom-gpupipelinedescriptorbase-layout", @@ -2436,7 +2584,7 @@ "ref-for-dictdef-gpuprogrammablestageā‘¢", "ref-for-gpupipelinelayoutā‘”ā‘¢", "ref-for-dom-gpuprogrammablestage-moduleā‘ ", - "ref-for-validā‘§", + "ref-for-validā‘Ø", "ref-for-gpushadermoduleā‘ ā‘„", "ref-for-dom-gpuprogrammablestage-moduleā‘”", "ref-for-dom-gpuprogrammablestage-entrypointā‘ ", @@ -2515,37 +2663,37 @@ "dom-gpucomputepipelinedescriptor-compute", "dom-gpudevice-createcomputepipeline", "ref-for-gpucomputepipelineā‘ ā‘”", - "ref-for-gpudeviceā‘¢ā‘„", + "ref-for-gpudeviceā‘¢ā‘¦", "ref-for-dom-gpudevice-createcomputepipelineā‘”", "dom-gpudevice-createcomputepipeline-descriptor-descriptor", "ref-for-gpucomputepipelineā‘ ā‘¢", "ref-for-gpucomputepipelineā‘ ā‘£", - "ref-for-validā‘Ø", - "ref-for-gpudeviceā‘¢ā‘¦", + "ref-for-validā‘ ā“Ŗ", + "ref-for-gpudeviceā‘¢ā‘§", "ref-for-dom-gpupipelinedescriptorbase-layoutā‘ ", "ref-for-abstract-opdef-valid-to-use-withā‘„", "ref-for-abstract-opdef-validating-gpuprogrammablestage", "ref-for-dom-gpushaderstage-compute", "ref-for-dom-gpucomputepipelinedescriptor-compute", "ref-for-dom-gpupipelinedescriptorbase-layoutā‘”", - "ref-for-gpuvalidationerrorā‘„", - "ref-for-invalidā‘ ā‘¢", + "ref-for-gpuvalidationerrorā‘¦", + "ref-for-invalidā‘ ā‘£", "ref-for-gpucomputepipelineā‘ ā‘¤", "dom-gpudevice-createcomputepipelineasync", "ref-for-gpucomputepipelineā‘ ā‘„", "ref-for-idl-promiseā‘ ā‘£", "ref-for-idl-promiseā‘ ā‘¤", - "ref-for-invalidā‘ ā‘£", + "ref-for-invalidā‘ ā‘¤", "ref-for-gpucomputepipelineā‘ ā‘¦", "ref-for-queue-timelineā‘¦", - "ref-for-gpudeviceā‘¢ā‘§", + "ref-for-gpudeviceā‘¢ā‘Ø", "ref-for-dom-gpudevice-createcomputepipelineasyncā‘”", "dom-gpudevice-createcomputepipelineasync-descriptor-descriptor", "ref-for-gpucomputepipelineā‘ ā‘§", "ref-for-idl-promiseā‘ ā‘„", "ref-for-gpucomputepipelineā‘ ā‘Ø", "ref-for-a-new-promiseā‘”", - "ref-for-device-timelineā‘Ø", + "ref-for-device-timelineā‘ ā“Ŗ", "ref-for-gpucomputepipelineā‘”ā“Ŗ", "ref-for-dom-gpudevice-createcomputepipelineā‘¢", "ref-for-resolveā‘¤", @@ -2622,20 +2770,20 @@ "ref-for-pipelineā‘ ā‘¤", "dom-gpudevice-createrenderpipeline", "ref-for-gpurenderpipelineā‘ ā‘£", - "ref-for-gpudeviceā‘¢ā‘Ø", + "ref-for-gpudeviceā‘£ā“Ŗ", "ref-for-dom-gpudevice-createrenderpipelineā‘”", "dom-gpudevice-createrenderpipeline-descriptor-descriptor", "ref-for-gpurenderpipelineā‘ ā‘¤", "ref-for-gpurenderpipelineā‘ ā‘„", "ref-for-gpurenderpipelineā‘ ā‘¦", - "ref-for-device-timelineā‘ ā“Ŗ", - "ref-for-validā‘ ā“Ŗ", - "ref-for-gpudeviceā‘£ā“Ŗ", + "ref-for-device-timelineā‘ ā‘ ", + "ref-for-validā‘ ā‘ ", + "ref-for-gpudeviceā‘£ā‘ ", "ref-for-dom-gpupipelinedescriptorbase-layoutā‘¢", "ref-for-abstract-opdef-valid-to-use-withā‘¦", "ref-for-abstract-opdef-validating-gpurenderpipelinedescriptor", - "ref-for-gpuvalidationerrorā‘¦", - "ref-for-invalidā‘ ā‘¤", + "ref-for-gpuvalidationerrorā‘§", + "ref-for-invalidā‘ ā‘„", "ref-for-dom-gpurenderpipeline-descriptor-slot", "ref-for-dom-gpurenderpipeline-strip_index_format-slot", "ref-for-dom-gpurenderpipelinedescriptor-primitiveā‘ ", @@ -2645,23 +2793,23 @@ "ref-for-gpurenderpipelineā‘ ā‘§", "ref-for-idl-promiseā‘ ā‘¦", "ref-for-idl-promiseā‘ ā‘§", - "ref-for-invalidā‘ ā‘„", + "ref-for-invalidā‘ ā‘¦", "ref-for-gpurenderpipelineā‘ ā‘Ø", "ref-for-queue-timelineā‘§", - "ref-for-gpudeviceā‘£ā‘ ", + "ref-for-gpudeviceā‘£ā‘”", "ref-for-dom-gpudevice-createrenderpipelineasyncā‘ ", "dom-gpudevice-createrenderpipelineasync-descriptor-descriptor", "ref-for-gpurenderpipelineā‘”ā“Ŗ", "ref-for-idl-promiseā‘ ā‘Ø", "ref-for-gpurenderpipelineā‘”ā‘ ", "ref-for-a-new-promiseā‘¢", - "ref-for-device-timelineā‘ ā‘ ", + "ref-for-device-timelineā‘ ā‘”", "ref-for-gpurenderpipelineā‘”ā‘”", "ref-for-dom-gpudevice-createrenderpipelineā‘¢", "ref-for-resolveā‘„", "abstract-opdef-validating-gpurenderpipelinedescriptor", "ref-for-dictdef-gpurenderpipelinedescriptorā‘„", - "ref-for-gpudeviceā‘£ā‘”", + "ref-for-gpudeviceā‘£ā‘¢", "ref-for-abstract-opdef-validating-gpuprogrammablestageā‘ ", "ref-for-dom-gpushaderstage-vertexā‘ ", "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘ ", @@ -2682,13 +2830,16 @@ "ref-for-dom-gpumultisamplestate-alphatocoverageenabled", "ref-for-abstract-opdef-validating-gpuprimitivestate", "ref-for-dom-gpurenderpipelinedescriptor-primitiveā‘”", - "ref-for-dom-device-features-slotā‘ ", + "ref-for-dom-device-features-slotā‘”", "ref-for-dom-gpurenderpipelinedescriptor-depthstencilā‘ ", "ref-for-abstract-opdef-validating-gpudepthstencilstate", "ref-for-dom-gpurenderpipelinedescriptor-depthstencilā‘”", "ref-for-abstract-opdef-validating-gpumultisamplestate", "ref-for-dom-gpurenderpipelinedescriptor-multisampleā‘”", - "issue-d8620104", + "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘£", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentā‘¤", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentā‘„", + "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘¤", "issue-3e1e1014", "issue-8cb8079c", "issue-dc62d842", @@ -2720,7 +2871,7 @@ "ref-for-dom-gpuprimitivestate-stripindexformatā‘ ", "ref-for-dom-gpuprimitivestate-stripindexformatā‘”", "ref-for-dom-gpuprimitivestate-clampdepth", - "ref-for-list-contain", + "ref-for-list-containā‘ ", "ref-for-dom-gpufeaturename-depth-clampingā‘ ", "enumdef-gpufrontface", "dom-gpufrontface-ccw", @@ -2751,7 +2902,7 @@ "ref-for-dom-gpufragmentstate-targetsā‘ ", "ref-for-dom-gpufragmentstate-targetsā‘”", "ref-for-dom-gpucolortargetstate-format", - "ref-for-dom-gputextureusage-render_attachmentā‘£", + "ref-for-dom-gputextureusage-render_attachmentā‘¤", "ref-for-dom-gpucolortargetstate-blend", "ref-for-dom-gpucolortargetstate-formatā‘ ", "ref-for-dom-gpucolortargetstate-blendā‘ ", @@ -2775,7 +2926,7 @@ "issue-a20fb287", "color-target-state", "dictdef-gpucolortargetstate", - "ref-for-enumdef-gputextureformatā‘ ā‘¢", + "ref-for-enumdef-gputextureformatā‘ ā‘£", "dom-gpucolortargetstate-format", "ref-for-dictdef-gpublendstate", "dom-gpucolortargetstate-blend", @@ -2831,7 +2982,7 @@ "dom-gpublendoperation-max", "depth-stencil-state", "dictdef-gpudepthstencilstate", - "ref-for-enumdef-gputextureformatā‘ ā‘£", + "ref-for-enumdef-gputextureformatā‘ ā‘¤", "dom-gpudepthstencilstate-format", "ref-for-idl-booleanā‘ ā“Ŗ", "dom-gpudepthstencilstate-depthwriteenabled", @@ -2959,11 +3110,11 @@ "ref-for-typedefdef-gpuindex32ā‘¢", "dom-gpuvertexattribute-shaderlocation", "abstract-opdef-validating-gpuvertexbufferlayout", - "ref-for-gpudeviceā‘£ā‘¢", + "ref-for-gpudeviceā‘£ā‘£", "ref-for-dictdef-gpuvertexbufferlayoutā‘ ", "ref-for-dictdef-gpuprogrammablestageā‘¦", "ref-for-dom-gpuvertexbufferlayout-arraystrideā‘”", - "ref-for-dom-gpudevice-device-slotā‘„", + "ref-for-dom-gpudevice-device-slotā‘¦", "ref-for-dom-device-limits-slotā‘¦", "ref-for-dom-supported-limits-maxvertexbufferarraystride", "ref-for-dom-gpuvertexbufferlayout-arraystrideā‘¢", @@ -2971,7 +3122,7 @@ "ref-for-dom-gpuvertexbufferlayout-arraystrideā‘£", "ref-for-dom-gpuvertexattribute-offsetā‘ ", "ref-for-dom-gpuvertexattribute-formatā‘ ", - "ref-for-dom-gpudevice-device-slotā‘¦", + "ref-for-dom-gpudevice-device-slotā‘§", "ref-for-dom-device-limits-slotā‘§", "ref-for-dom-supported-limits-maxvertexbufferarraystrideā‘ ", "ref-for-dom-gpuvertexattribute-offsetā‘”", @@ -2980,7 +3131,7 @@ "ref-for-dom-gpuvertexattribute-offsetā‘¢", "ref-for-dom-gpuvertexattribute-formatā‘¢", "ref-for-dom-gpuvertexattribute-shaderlocationā‘ ", - "ref-for-dom-gpudevice-device-slotā‘§", + "ref-for-dom-gpudevice-device-slotā‘Ø", "ref-for-dom-device-limits-slotā‘Ø", "ref-for-dom-supported-limits-maxvertexattributes", "ref-for-dom-gpuprogrammablestage-moduleā‘£", @@ -2990,17 +3141,17 @@ "ref-for-dom-gpuvertexattribute-formatā‘£", "ref-for-dom-gpuvertexattribute-shaderlocationā‘”", "abstract-opdef-validating-gpuvertexstate", - "ref-for-gpudeviceā‘£ā‘£", + "ref-for-gpudeviceā‘£ā‘¤", "ref-for-dictdef-gpuvertexstateā‘£", "ref-for-dom-gpuvertexstate-buffersā‘¢", - "ref-for-dom-gpudevice-device-slotā‘Ø", + "ref-for-dom-gpudevice-device-slotā‘ ā“Ŗ", "ref-for-dom-device-limits-slotā‘ ā“Ŗ", "ref-for-dom-supported-limits-maxvertexbuffers", "ref-for-dom-gpuvertexstate-buffersā‘£", "ref-for-abstract-opdef-validating-gpuvertexbufferlayout", "ref-for-dom-gpuvertexbufferlayout-attributesā‘£", "ref-for-dom-gpuvertexstate-buffersā‘¤", - "ref-for-dom-gpudevice-device-slotā‘ ā“Ŗ", + "ref-for-dom-gpudevice-device-slotā‘ ā‘ ", "ref-for-dom-device-limits-slotā‘ ā‘ ", "ref-for-dom-supported-limits-maxvertexattributesā‘ ", "ref-for-dictdef-gpuvertexattributeā‘”", @@ -3146,7 +3297,7 @@ "ref-for-dom-gpucommandencoder-state-slot", "ref-for-dom-encoder-state-openā‘ ", "ref-for-gpucommandencoderā‘ ā“Ŗ", - "ref-for-validā‘ ā‘ ", + "ref-for-validā‘ ā‘”", "ref-for-gpurenderpassencoderā‘£", "ref-for-gpucomputepassencoderā‘¢", "dom-encoder-state-encoding-a-render-pass", @@ -3175,7 +3326,7 @@ "ref-for-dom-encoder-state-closed", "ref-for-dom-gpucommandencoder-finishā‘¢", "ref-for-gpucommandencoderā‘ ā‘£", - "ref-for-invalidā‘ ā‘¦", + "ref-for-invalidā‘ ā‘§", "command-encoder-creation", "dictdef-gpucommandencoderdescriptor", "ref-for-dictdef-gpuobjectdescriptorbaseā‘ ā‘”", @@ -3185,7 +3336,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ā‘ ā‘„", @@ -3199,7 +3350,7 @@ "dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", "ref-for-gpurenderpassencoderā‘¦", "ref-for-gpurenderpassencoderā‘§", - "ref-for-device-timelineā‘ ā‘”", + "ref-for-device-timelineā‘ ā‘¢", "ref-for-dom-gpucommandencoder-state-slotā‘„", "ref-for-dom-encoder-state-openā‘£", "ref-for-abstract-opdef-gpurenderpassdescriptor-valid-usage", @@ -3224,12 +3375,13 @@ "ref-for-dom-gpucommandencoder-begincomputepassā‘”", "dom-gpucommandencoder-begincomputepass-descriptor-descriptor", "ref-for-gpucomputepassencoderā‘„", - "ref-for-device-timelineā‘ ā‘¢", + "ref-for-device-timelineā‘ ā‘£", "ref-for-dom-gpucommandencoder-state-slotā‘§", "ref-for-dom-encoder-state-openā‘¤", "ref-for-dom-gpucommandencoder-state-slotā‘Ø", "ref-for-dom-encoder-state-encoding-a-compute-passā‘ ", "copy-commands", + "issue-ad800a80", "gpu-image-data-layout", "dictdef-gpuimagedatalayout", "ref-for-dictdef-gpuimagedatalayout", @@ -3245,10 +3397,10 @@ "ref-for-buffer", "ref-for-textureā‘¦", "ref-for-gpuqueueā‘„", - "ref-for-dom-gputexturedimension-2dā‘Ø", + "ref-for-dom-gputexturedimension-2dā‘ ā‘ ", "ref-for-images", "ref-for-array-layerā‘”", - "ref-for-dom-gputexturedimension-3dā‘£", + "ref-for-dom-gputexturedimension-3dā‘„", "ref-for-imagesā‘ ", "ref-for-slice", "ref-for-texel-blockā‘„", @@ -3275,83 +3427,100 @@ "gpu-image-copy-buffer", "dictdef-gpuimagecopybuffer", "ref-for-dictdef-gpuimagecopybufferā‘”", - "ref-for-dictdef-gpuimagedatalayoutā‘”", "ref-for-gpubufferā‘¤ā‘§", - "dom-gpuimagecopybuffer-buffer", + "ref-for-dictdef-gpuimagedatalayoutā‘”", "ref-for-dictdef-gpuimagecopybufferā‘¢", - "ref-for-textureā‘Ø", - "ref-for-bufferā‘ ", "ref-for-dictdef-gpuimagedatalayoutā‘¢", + "ref-for-gpubufferā‘¤ā‘Ø", + "dom-gpuimagecopybuffer-buffer", "abstract-opdef-validating-gpuimagecopybuffer", "ref-for-dictdef-gpuimagecopybufferā‘£", "ref-for-idl-booleanā‘ ā‘¢", "ref-for-dom-gpuimagecopybuffer-buffer", - "ref-for-validā‘ ā‘”", - "ref-for-gpubufferā‘¤ā‘Ø", + "ref-for-validā‘ ā‘¢", + "ref-for-gpubufferā‘„ā“Ŗ", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘”", "gpu-image-copy-texture", "dictdef-gpuimagecopytexture", "ref-for-dictdef-gpuimagecopytextureā‘£", - "ref-for-gputextureā‘”ā‘¢", - "dom-gpuimagecopytexture-texture", + "ref-for-gputextureā‘”ā‘„", + "ref-for-texture-subresourceā‘§", + "ref-for-dictdef-gpuimagecopytextureā‘¤", + "ref-for-gputextureā‘”ā‘¦", + "ref-for-dom-gpuimagecopytexture-texture", "ref-for-typedefdef-gpuintegercoordinateā‘„", - "dom-gpuimagecopytexture-miplevel", + "ref-for-dom-gpuimagecopytexture-miplevel", "ref-for-typedefdef-gpuorigin3d", - "dom-gpuimagecopytexture-origin", + "ref-for-dom-gpuimagecopytexture-origin", "ref-for-enumdef-gputextureaspectā‘ ", - "dom-gpuimagecopytexture-aspect", - "ref-for-dictdef-gpuimagecopytextureā‘¤", - "ref-for-texture-subresourceā‘§", + "ref-for-dom-gpuimagecopytexture-aspect", + "dom-gpuimagecopytexture-texture", + "ref-for-gputextureā‘”ā‘§", + "dom-gpuimagecopytexture-miplevel", + "ref-for-typedefdef-gpuintegercoordinateā‘¦", + "ref-for-dom-gpuimagecopytexture-textureā‘ ", + "dom-gpuimagecopytexture-origin", "ref-for-typedefdef-gpuorigin3dā‘ ", - "ref-for-gputextureā‘”ā‘£", - "ref-for-dom-gpuimagecopytexture-origin", + "dom-gpuimagecopytexture-aspect", + "ref-for-enumdef-gputextureaspectā‘”", + "ref-for-dom-gpuimagecopytexture-textureā‘”", "abstract-opdef-validating-gpuimagecopytexture", "ref-for-dictdef-gpuimagecopytextureā‘„", "ref-for-typedefdef-gpuextent3dā‘„", "ref-for-idl-booleanā‘ ā‘£", - "ref-for-texel-block-widthā‘”", - "ref-for-dom-gpuimagecopytexture-texture", - "ref-for-dom-gputexture-format-slotā‘£", - "ref-for-texel-block-heightā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘ ", + "ref-for-texel-block-widthā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘¢", "ref-for-dom-gputexture-format-slotā‘¤", - "ref-for-dom-gpuimagecopytexture-textureā‘”", - "ref-for-validā‘ ā‘¢", - "ref-for-gputextureā‘”ā‘¤", - "ref-for-dom-gpuimagecopytexture-miplevel", + "ref-for-texel-block-heightā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘£", + "ref-for-dom-gputexture-format-slotā‘„", + "ref-for-dom-gpuimagecopytexture-textureā‘¤", + "ref-for-validā‘ ā‘£", + "ref-for-gputextureā‘”ā‘Ø", + "ref-for-dom-gpuimagecopytexture-miplevelā‘ ", "ref-for-dom-gputexture-miplevelcount-slotā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘„", "ref-for-dom-gpuimagecopytexture-originā‘ ", "ref-for-origin3d-x", "ref-for-dom-gpuimagecopytexture-originā‘”", "ref-for-origin3d-y", "ref-for-imagecopytexture-subresource-size", - "ref-for-dom-gpuimagecopytexture-textureā‘£", - "ref-for-dom-gputexture-format-slotā‘„", - "ref-for-dom-gpuimagecopytexture-textureā‘¤", - "ref-for-dom-gputexture-samplecount-slot", + "ref-for-dom-gpuimagecopytexture-textureā‘¦", + "ref-for-dom-gputexture-format-slotā‘¦", + "ref-for-dom-gpuimagecopytexture-textureā‘§", + "ref-for-dom-gputexture-samplecount-slotā‘ ", "issue-6765822b", - "ref-for-dom-gputexturedimension-1dā‘¤", - "ref-for-dom-gputexturedimension-3dā‘¤", - "gpu-image-copy-image-bitmap-copy", - "dictdef-gpuimagecopyimagebitmap", - "ref-for-dictdef-gpuimagecopyimagebitmap", + "ref-for-dom-gputexturedimension-1dā‘¦", + "ref-for-dom-gputexturedimension-3dā‘¦", + "gpu-image-copy-external-image", + "dictdef-gpuimagecopyexternalimage", + "ref-for-dictdef-gpuimagecopyexternalimage", "ref-for-imagebitmap", - "dom-gpuimagecopyimagebitmap-imagebitmap", + "ref-for-htmlcanvaselement", + "ref-for-offscreencanvas", + "ref-for-dom-gpuimagecopyexternalimage-source", "ref-for-typedefdef-gpuorigin2d", - "dom-gpuimagecopyimagebitmap-origin", - "ref-for-dom-gpuimagecopyimagebitmap-origin", + "ref-for-dom-gpuimagecopyexternalimage-origin", + "ref-for-dictdef-gpuimagecopyexternalimageā‘ ", + "dom-gpuimagecopyexternalimage-source", + "ref-for-dom-gpuqueue-copyexternalimagetotexture", + "dom-gpuimagecopyexternalimage-origin", + "ref-for-typedefdef-gpuorigin2dā‘ ", + "issue-c58699db", + "issue-4d5f482e", + "ref-for-dom-gpuqueue-copyexternalimagetotextureā‘ ", + "buffer-copies", "dom-gpucommandencoder-copybuffertobuffer", "ref-for-gpucommandencoderā‘”ā“Ŗ", - "ref-for-gpubufferā‘„ā“Ŗ", "ref-for-gpubufferā‘„ā‘ ", + "ref-for-gpubufferā‘„ā‘”", "ref-for-gpucommandencoderā‘”ā‘ ", "ref-for-dom-gpucommandencoder-copybuffertobufferā‘”", "dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-source", - "ref-for-gpubufferā‘„ā‘”", + "ref-for-gpubufferā‘„ā‘¢", "dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-sourceoffset", "dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destination", - "ref-for-gpubufferā‘„ā‘¢", + "ref-for-gpubufferā‘„ā‘£", "dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-destinationoffset", "dom-gpucommandencoder-copybuffertobuffer-source-sourceoffset-destination-destinationoffset-size-size", "ref-for-idl-undefinedā‘ ā‘§", @@ -3367,10 +3536,10 @@ "ref-for-typedefdef-gpusize64ā‘ ā‘§", "ref-for-dom-gpubuffer-size-slotā‘„", "ref-for-dom-gpubuffer-size-slotā‘¦", - "ref-for-gpubufferā‘„ā‘£", + "ref-for-gpubufferā‘„ā‘¤", "issue-1346f571", "issue-b925324f", - "copy-between-buffer-texture", + "image-copies", "ref-for-dom-gpucommandencoder-copybuffertotextureā‘”", "ref-for-dom-gpucommandencoder-copytexturetobufferā‘ ", "ref-for-dom-gpucommandencoder-copybuffertotextureā‘¢", @@ -3382,75 +3551,75 @@ "ref-for-dictdef-gpuimagecopytextureā‘¦", "ref-for-typedefdef-gpuextent3dā‘¦", "ref-for-imagecopytexture-subresource-sizeā‘”", - "ref-for-extent3d-widthā‘„", - "ref-for-extent3d-heightā‘¤", - "ref-for-extent3d-depthorarraylayersā‘£", + "ref-for-extent3d-widthā‘ ā‘£", + "ref-for-extent3d-heightā‘ ā‘”", + "ref-for-extent3d-depthorarraylayersā‘ ā“Ŗ", "ref-for-physical-sizeā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘„", + "ref-for-dom-gpuimagecopytexture-textureā‘Ø", "ref-for-subresourceā‘ ā‘”", "ref-for-mipmap-levelā‘¤", - "ref-for-dom-gpuimagecopytexture-miplevelā‘ ", + "ref-for-dom-gpuimagecopytexture-miplevelā‘”", "issue-e13b5d24", "abstract-opdef-validating-linear-texture-data", "ref-for-dictdef-gpuimagedatalayoutā‘£", "ref-for-typedefdef-gpusize64ā‘ ā‘Ø", - "ref-for-enumdef-gputextureformatā‘ ā‘¤", + "ref-for-enumdef-gputextureformatā‘ ā‘„", "ref-for-typedefdef-gpuextent3dā‘§", - "ref-for-texel-block-widthā‘¢", - "ref-for-texel-block-heightā‘¢", + "ref-for-texel-block-widthā‘£", + "ref-for-texel-block-heightā‘£", "ref-for-texel-block-sizeā‘¢", - "ref-for-extent3d-widthā‘¦", - "ref-for-extent3d-heightā‘„", - "ref-for-extent3d-widthā‘§", - "ref-for-extent3d-heightā‘¦", + "ref-for-extent3d-widthā‘ ā‘¤", + "ref-for-extent3d-heightā‘ ā‘¢", + "ref-for-extent3d-widthā‘ ā‘„", + "ref-for-extent3d-heightā‘ ā‘£", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘¢", - "ref-for-extent3d-depthorarraylayersā‘¤", + "ref-for-extent3d-depthorarraylayersā‘ ā‘ ", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘£", "ref-for-dom-gpuimagedatalayout-rowsperimageā‘”", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘¤", "ref-for-dom-gpuimagedatalayout-rowsperimageā‘¢", - "ref-for-extent3d-depthorarraylayersā‘„", + "ref-for-extent3d-depthorarraylayersā‘ ā‘”", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘„", "ref-for-dom-gpuimagedatalayout-rowsperimageā‘£", - "ref-for-extent3d-depthorarraylayersā‘¦", - "ref-for-extent3d-depthorarraylayersā‘§", + "ref-for-extent3d-depthorarraylayersā‘ ā‘¢", + "ref-for-extent3d-depthorarraylayersā‘ ā‘£", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘¦", "ref-for-dom-gpuimagedatalayout-offset", "valid-texture-copy-range", "ref-for-dictdef-gpuimagecopytextureā‘§", "ref-for-typedefdef-gpuextent3dā‘Ø", - "ref-for-texel-block-widthā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘¦", - "ref-for-dom-gputexture-format-slotā‘¦", - "ref-for-texel-block-heightā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘§", + "ref-for-texel-block-widthā‘¤", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā“Ŗ", "ref-for-dom-gputexture-format-slotā‘§", - "ref-for-dom-gputexture-dimension-slotā‘§", - "ref-for-dom-gpuimagecopytexture-textureā‘Ø", - "ref-for-dom-gputexturedimension-1dā‘„", - "ref-for-extent3d-heightā‘§", - "ref-for-extent3d-depthorarraylayersā‘Ø", + "ref-for-texel-block-heightā‘¤", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘ ", + "ref-for-dom-gputexture-format-slotā‘Ø", "ref-for-dom-gputexture-dimension-slotā‘Ø", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā“Ŗ", - "ref-for-dom-gputexturedimension-2dā‘ ā“Ŗ", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘”", + "ref-for-dom-gputexturedimension-1dā‘§", + "ref-for-extent3d-heightā‘ ā‘¤", + "ref-for-extent3d-depthorarraylayersā‘ ā‘¤", + "ref-for-dom-gputexture-dimension-slotā‘ ā“Ŗ", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘¢", + "ref-for-dom-gputexturedimension-2dā‘ ā‘”", "ref-for-dom-gpuimagecopytexture-originā‘¢", "ref-for-origin3d-xā‘ ", - "ref-for-extent3d-widthā‘Ø", + "ref-for-extent3d-widthā‘ ā‘¦", "ref-for-dom-gpuimagecopytexture-originā‘£", "ref-for-origin3d-yā‘ ", - "ref-for-extent3d-heightā‘Ø", + "ref-for-extent3d-heightā‘ ā‘„", "ref-for-dom-gpuimagecopytexture-originā‘¤", "ref-for-origin3d-z", - "ref-for-extent3d-depthorarraylayersā‘ ā“Ŗ", - "ref-for-extent3d-widthā‘ ā“Ŗ", - "ref-for-extent3d-heightā‘ ā“Ŗ", - "ref-for-extent3d-depthorarraylayersā‘ ā‘ ", + "ref-for-extent3d-depthorarraylayersā‘ ā‘„", + "ref-for-extent3d-widthā‘ ā‘§", + "ref-for-extent3d-heightā‘ ā‘¦", + "ref-for-extent3d-depthorarraylayersā‘ ā‘¦", "ref-for-imagecopytexture-subresource-sizeā‘¢", - "ref-for-extent3d-widthā‘ ā‘ ", - "ref-for-extent3d-heightā‘ ā‘ ", + "ref-for-extent3d-widthā‘ ā‘Ø", + "ref-for-extent3d-heightā‘ ā‘§", "issue-6765822bā‘ ", - "ref-for-dom-gputexturedimension-1dā‘¦", - "ref-for-dom-gputexturedimension-3dā‘„", + "ref-for-dom-gputexturedimension-1dā‘Ø", + "ref-for-dom-gputexturedimension-3dā‘§", "issue-033005c4", "issue-78dfa349", "ref-for-dom-gputextureformat-depth24plusā‘”", @@ -3459,7 +3628,7 @@ "issue-25ff0f7f", "dom-gpucommandencoder-copybuffertotexture", "ref-for-gpucommandencoderā‘”ā‘”", - "ref-for-gpubufferā‘„ā‘¤", + "ref-for-gpubufferā‘„ā‘„", "ref-for-texture-subresourceā‘Ø", "ref-for-gpucommandencoderā‘”ā‘¢", "ref-for-dom-gpucommandencoder-copybuffertotextureā‘£", @@ -3475,35 +3644,35 @@ "ref-for-dom-gpubuffer-usage-slotā‘¦", "ref-for-dom-gpubufferusage-copy_srcā‘”", "ref-for-abstract-opdef-validating-gpuimagecopytexture", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘ ", - "ref-for-dom-gputexture-textureusage-slotā‘”", - "ref-for-dom-gputextureusage-copy_dst", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘”", - "ref-for-dom-gputexture-samplecount-slotā‘ ", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘¢", - "ref-for-dom-gputexture-format-slotā‘Ø", - "ref-for-dom-gpuimagecopytexture-aspect", "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘£", - "ref-for-dom-gputexture-format-slotā‘ ā“Ŗ", - "ref-for-valid-texture-copy-rangeā‘ ", + "ref-for-dom-gputexture-textureusage-slotā‘¢", + "ref-for-dom-gputextureusage-copy_dst", "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘¤", + "ref-for-dom-gputexture-samplecount-slotā‘”", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘„", + "ref-for-dom-gputexture-format-slotā‘ ā“Ŗ", + "ref-for-dom-gpuimagecopytexture-aspectā‘ ", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘¦", "ref-for-dom-gputexture-format-slotā‘ ā‘ ", + "ref-for-valid-texture-copy-rangeā‘ ", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘§", + "ref-for-dom-gputexture-format-slotā‘ ā‘”", "ref-for-dom-gpuimagedatalayout-offsetā‘ ", "ref-for-texel-block-sizeā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘„", - "ref-for-dom-gputexture-format-slotā‘ ā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘¦", + "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘Ø", "ref-for-dom-gputexture-format-slotā‘ ā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā“Ŗ", + "ref-for-dom-gputexture-format-slotā‘ ā‘£", "ref-for-dom-gpuimagedatalayout-offsetā‘”", "ref-for-abstract-opdef-validating-linear-texture-data", "ref-for-dom-gpuimagecopybuffer-bufferā‘”", "ref-for-dom-gpubuffer-size-slotā‘§", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘§", - "ref-for-dom-gputexture-format-slotā‘ ā‘£", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘ ", + "ref-for-dom-gputexture-format-slotā‘ ā‘¤", "dom-gpucommandencoder-copytexturetobuffer", "ref-for-gpucommandencoderā‘”ā‘£", "ref-for-texture-subresourceā‘ ā‘ ", - "ref-for-gpubufferā‘„ā‘„", + "ref-for-gpubufferā‘„ā‘¦", "ref-for-gpucommandencoderā‘”ā‘¤", "ref-for-dom-gpucommandencoder-copytexturetobufferā‘¢", "dom-gpucommandencoder-copytexturetobuffer-source-destination-copysize-source", @@ -3514,35 +3683,35 @@ "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘”", "ref-for-dom-encoder-state-openā‘§", "ref-for-abstract-opdef-validating-gpuimagecopytextureā‘ ", - "ref-for-dom-gpuimagecopytexture-textureā‘ ā‘Ø", - "ref-for-dom-gputexture-textureusage-slotā‘¢", - "ref-for-dom-gputextureusage-copy_src", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā“Ŗ", - "ref-for-dom-gputexture-samplecount-slotā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘ ", - "ref-for-dom-gputexture-format-slotā‘ ā‘¤", - "ref-for-dom-gpuimagecopytexture-aspectā‘ ", "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘”", + "ref-for-dom-gputexture-textureusage-slotā‘£", + "ref-for-dom-gputextureusage-copy_src", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¢", + "ref-for-dom-gputexture-samplecount-slotā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘£", "ref-for-dom-gputexture-format-slotā‘ ā‘„", + "ref-for-dom-gpuimagecopytexture-aspectā‘”", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¤", + "ref-for-dom-gputexture-format-slotā‘ ā‘¦", "ref-for-abstract-opdef-validating-gpuimagecopybufferā‘ ", "ref-for-dom-gpuimagecopybuffer-bufferā‘¢", "ref-for-dom-gpubuffer-usage-slotā‘§", "ref-for-dom-gpubufferusage-copy_dstā‘”", "ref-for-valid-texture-copy-rangeā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¢", - "ref-for-dom-gputexture-format-slotā‘ ā‘¦", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘„", + "ref-for-dom-gputexture-format-slotā‘ ā‘§", "ref-for-dom-gpuimagedatalayout-offsetā‘¢", "ref-for-texel-block-sizeā‘¤", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘£", - "ref-for-dom-gputexture-format-slotā‘ ā‘§", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¤", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¦", "ref-for-dom-gputexture-format-slotā‘ ā‘Ø", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘§", + "ref-for-dom-gputexture-format-slotā‘”ā“Ŗ", "ref-for-dom-gpuimagedatalayout-offsetā‘£", "ref-for-abstract-opdef-validating-linear-texture-dataā‘ ", "ref-for-dom-gpuimagecopybuffer-bufferā‘£", "ref-for-dom-gpubuffer-size-slotā‘Ø", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘„", - "ref-for-dom-gputexture-format-slotā‘”ā“Ŗ", + "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘Ø", + "ref-for-dom-gputexture-format-slotā‘”ā‘ ", "dom-gpucommandencoder-copytexturetotexture", "ref-for-gpucommandencoderā‘”ā‘„", "ref-for-texture-subresourceā‘ ā‘¢", @@ -3558,50 +3727,50 @@ "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘¢", "ref-for-dom-encoder-state-openā‘Ø", "ref-for-abstract-opdef-validating-gpuimagecopytextureā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘¦", - "ref-for-dom-gputexture-textureusage-slotā‘£", + "ref-for-dom-gpuimagecopytexture-textureā‘¢ā“Ŗ", + "ref-for-dom-gputexture-textureusage-slotā‘¤", "ref-for-dom-gputextureusage-copy_srcā‘ ", "ref-for-abstract-opdef-validating-gpuimagecopytextureā‘¢", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘§", - "ref-for-dom-gputexture-textureusage-slotā‘¤", - "ref-for-dom-gputextureusage-copy_dstā‘ ", - "ref-for-dom-gpuimagecopytexture-textureā‘”ā‘Ø", - "ref-for-dom-gputexture-samplecount-slotā‘¢", - "ref-for-dom-gpuimagecopytexture-textureā‘¢ā“Ŗ", - "ref-for-dom-gputexture-samplecount-slotā‘£", "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘ ", - "ref-for-dom-gputexture-format-slotā‘”ā‘ ", + "ref-for-dom-gputexture-textureusage-slotā‘„", + "ref-for-dom-gputextureusage-copy_dstā‘ ", "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘”", - "ref-for-dom-gputexture-format-slotā‘”ā‘”", + "ref-for-dom-gputexture-samplecount-slotā‘£", "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘¢", - "ref-for-dom-gputexture-format-slotā‘”ā‘¢", - "ref-for-dom-gpuimagecopytexture-aspectā‘”", - "ref-for-dom-gpuimagecopytexture-aspectā‘¢", + "ref-for-dom-gputexture-samplecount-slotā‘¤", "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘£", - "ref-for-dom-gputexture-format-slotā‘”ā‘£", + "ref-for-dom-gputexture-format-slotā‘”ā‘”", "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘¤", + "ref-for-dom-gputexture-format-slotā‘”ā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘„", + "ref-for-dom-gputexture-format-slotā‘”ā‘£", + "ref-for-dom-gpuimagecopytexture-aspectā‘¢", + "ref-for-dom-gpuimagecopytexture-aspectā‘£", + "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘¦", "ref-for-dom-gputexture-format-slotā‘”ā‘¤", + "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘§", + "ref-for-dom-gputexture-format-slotā‘”ā‘„", "ref-for-valid-texture-copy-rangeā‘¢", "ref-for-valid-texture-copy-rangeā‘£", "ref-for-abstract-opdef-set-of-subresources-for-texture-copy", "ref-for-abstract-opdef-set-of-subresources-for-texture-copyā‘ ", "abstract-opdef-set-of-subresources-for-texture-copy", - "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘„", - "ref-for-dom-gputexture-dimension-slotā‘ ā“Ŗ", - "ref-for-dom-gputexturedimension-2dā‘ ā‘ ", - "ref-for-extent3d-depthorarraylayersā‘ ā‘”", + "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘Ø", + "ref-for-dom-gputexture-dimension-slotā‘ ā‘ ", + "ref-for-dom-gputexturedimension-2dā‘ ā‘¢", + "ref-for-extent3d-depthorarraylayersā‘ ā‘§", "ref-for-array-layerā‘¢", "ref-for-dom-gpuimagecopytexture-originā‘„", "ref-for-origin3d-zā‘ ", "ref-for-subresourceā‘ ā‘¢", - "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘¦", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā“Ŗ", "ref-for-mipmap-levelā‘„", - "ref-for-dom-gpuimagecopytexture-miplevelā‘”", + "ref-for-dom-gpuimagecopytexture-miplevelā‘¢", "ref-for-array-layerā‘£", "ref-for-subresourceā‘ ā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘§", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘ ", "ref-for-mipmap-levelā‘¦", - "ref-for-dom-gpuimagecopytexture-miplevelā‘¢", + "ref-for-dom-gpuimagecopytexture-miplevelā‘£", "command-encoder-debug-markers", "ref-for-gpucommandencoderā‘”ā‘§", "ref-for-gpuprogrammablepassencoder", @@ -3611,8 +3780,8 @@ "ref-for-dom-gpucommandencoder-pushdebuggroupā‘ ", "dom-gpucommandencoder-pushdebuggroup-grouplabel-grouplabel", "ref-for-idl-undefinedā‘”ā‘”", - "ref-for-device-timelineā‘ ā‘£", - "ref-for-invalidā‘ ā‘§", + "ref-for-device-timelineā‘ ā‘¤", + "ref-for-invalidā‘ ā‘Ø", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘£", "ref-for-dom-encoder-state-openā‘ ā“Ŗ", "ref-for-stack-push", @@ -3621,8 +3790,8 @@ "ref-for-gpucommandencoderā‘¢ā‘ ", "ref-for-gpucommandencoderā‘¢ā‘”", "ref-for-idl-undefinedā‘”ā‘¢", - "ref-for-device-timelineā‘ ā‘¤", - "ref-for-invalidā‘ ā‘Ø", + "ref-for-device-timelineā‘ ā‘„", + "ref-for-invalidā‘”ā“Ŗ", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘¤", "ref-for-dom-encoder-state-openā‘ ā‘ ", "ref-for-dom-gpucommandencoder-debug_group_stack-slotā‘ ", @@ -3634,8 +3803,8 @@ "ref-for-dom-gpucommandencoder-insertdebugmarkerā‘ ", "dom-gpucommandencoder-insertdebugmarker-markerlabel-markerlabel", "ref-for-idl-undefinedā‘”ā‘£", - "ref-for-device-timelineā‘ ā‘„", - "ref-for-invalidā‘”ā“Ŗ", + "ref-for-device-timelineā‘ ā‘¦", + "ref-for-invalidā‘”ā‘ ", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘„", "ref-for-dom-encoder-state-openā‘ ā‘”", "command-encoder-queries", @@ -3645,11 +3814,11 @@ "dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryset", "dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefinedā‘”ā‘¤", - "ref-for-dom-gpudevice-device-slotā‘ ā‘ ", - "ref-for-dom-device-features-slotā‘”", - "ref-for-list-containā‘ ", + "ref-for-dom-gpudevice-device-slotā‘ ā‘”", + "ref-for-dom-device-features-slotā‘¢", + "ref-for-list-containā‘”", "ref-for-dom-gpufeaturename-timestamp-queryā‘”", - "ref-for-exceptiondef-typeerrorā‘”", + "ref-for-exceptiondef-typeerrorā‘¢", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘¦", "ref-for-dom-encoder-state-openā‘ ā‘¢", "ref-for-abstract-opdef-valid-to-use-withā‘ ā“Ŗ", @@ -3669,7 +3838,7 @@ "dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destination", "dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-destinationoffset", "ref-for-idl-undefinedā‘”ā‘„", - "ref-for-gpuvalidationerrorā‘§", + "ref-for-gpuvalidationerrorā‘Ø", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘§", "ref-for-dom-encoder-state-openā‘ ā‘£", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘ ", @@ -3691,8 +3860,8 @@ "dom-gpucommandencoder-finish-descriptor-descriptor", "ref-for-gpucommandbufferā‘ ā‘ ", "ref-for-gpucommandbufferā‘ ā‘”", - "ref-for-device-timelineā‘ ā‘¦", - "ref-for-validā‘ ā‘£", + "ref-for-device-timelineā‘ ā‘§", + "ref-for-validā‘ ā‘¤", "ref-for-dom-gpucommandencoder-debug_group_stack-slotā‘¢", "ref-for-list-sizeā‘ ", "ref-for-dom-gpucommandencoder-state-slotā‘ ā‘Ø", @@ -3758,9 +3927,9 @@ "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsets-bindgroup", "issue-5fe954ed", "ref-for-idl-undefinedā‘¢ā‘”", - "ref-for-device-timelineā‘ ā‘§", + "ref-for-device-timelineā‘ ā‘Ø", "ref-for-dom-gpuobjectbase-device-slotā‘£", - "ref-for-invalidā‘”ā‘ ", + "ref-for-invalidā‘”ā‘”", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘¢", "ref-for-dom-gpuobjectbase-device-slotā‘¤", "ref-for-dom-device-limits-slotā‘ ā‘”", @@ -3785,9 +3954,9 @@ "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatastart", "dom-gpuprogrammablepassencoder-setbindgroup-index-bindgroup-dynamicoffsetsdata-dynamicoffsetsdatastart-dynamicoffsetsdatalength-dynamicoffsetsdatalength", "ref-for-idl-undefinedā‘¢ā‘¢", - "ref-for-device-timelineā‘ ā‘Ø", + "ref-for-device-timelineā‘”ā“Ŗ", "ref-for-dom-gpuobjectbase-device-slotā‘„", - "ref-for-invalidā‘”ā‘”", + "ref-for-invalidā‘”ā‘¢", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘£", "ref-for-dom-gpuobjectbase-device-slotā‘¦", "ref-for-dom-device-limits-slotā‘ ā‘¢", @@ -3831,14 +4000,14 @@ "ref-for-dom-gpuprogrammablepassencoder-pushdebuggroupā‘ ", "dom-gpuprogrammablepassencoder-pushdebuggroup-grouplabel-grouplabel", "ref-for-idl-undefinedā‘¢ā‘£", - "ref-for-device-timelineā‘”ā“Ŗ", + "ref-for-device-timelineā‘”ā‘ ", "ref-for-stack-pushā‘ ", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slot", "dom-gpuprogrammablepassencoder-popdebuggroup", "ref-for-gpuprogrammablepassencoderā‘¦", "ref-for-gpuprogrammablepassencoderā‘§", "ref-for-idl-undefinedā‘¢ā‘¤", - "ref-for-device-timelineā‘”ā‘ ", + "ref-for-device-timelineā‘”ā‘”", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slotā‘ ", "ref-for-list-sizeā‘”", "ref-for-stack-popā‘ ", @@ -3868,7 +4037,7 @@ "ref-for-dom-gpucomputepassencoder-dispatch-x-y-z-z", "ref-for-idl-undefinedā‘¢ā‘Ø", "ref-for-dom-gpucomputepassencoder-dispatchindirectā‘ ", - "ref-for-gpubufferā‘„ā‘¦", + "ref-for-gpubufferā‘„ā‘§", "ref-for-dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-typedefdef-gpusize64ā‘”ā‘ ", "ref-for-dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectoffset", @@ -3906,9 +4075,9 @@ "ref-for-dom-gpucomputepassencoder-setpipelineā‘¤", "dom-gpucomputepassencoder-setpipeline-pipeline-pipeline", "ref-for-idl-undefinedā‘£ā‘£", - "ref-for-device-timelineā‘”ā‘”", + "ref-for-device-timelineā‘”ā‘¢", "ref-for-dom-gpuobjectbase-device-slotā‘§", - "ref-for-invalidā‘”ā‘¢", + "ref-for-invalidā‘”ā‘£", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘¤", "ref-for-dom-gpucomputepassencoder-pipeline-slot", "dom-gpucomputepassencoder-dispatch", @@ -3919,9 +4088,9 @@ "dom-gpucomputepassencoder-dispatch-x-y-z-y", "dom-gpucomputepassencoder-dispatch-x-y-z-z", "ref-for-idl-undefinedā‘£ā‘¤", - "ref-for-device-timelineā‘”ā‘¢", + "ref-for-device-timelineā‘”ā‘£", "ref-for-dom-gpuobjectbase-device-slotā‘Ø", - "ref-for-invalidā‘”ā‘£", + "ref-for-invalidā‘”ā‘¤", "ref-for-abstract-opdef-validate-encoder-bind-groups", "ref-for-dom-gpucomputepassencoder-pipeline-slotā‘ ", "ref-for-list-appendā‘ ", @@ -3934,7 +4103,7 @@ "ref-for-dom-gpuprogrammablepassencoder-bind_groups-slotā‘¢", "dom-gpucomputepassencoder-dispatchindirect", "ref-for-gpucomputepipelineā‘”ā‘„", - "ref-for-gpubufferā‘„ā‘§", + "ref-for-gpubufferā‘„ā‘Ø", "indirect-dispatch-parameters", "ref-for-dom-gpucomputepassencoder-dispatchā‘„", "ref-for-gpucomputepassencoderā‘ ā‘£", @@ -3943,9 +4112,9 @@ "ref-for-indirect-dispatch-parameters", "dom-gpucomputepassencoder-dispatchindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefinedā‘£ā‘„", - "ref-for-device-timelineā‘”ā‘£", + "ref-for-device-timelineā‘”ā‘¤", "ref-for-dom-gpuobjectbase-device-slotā‘ ā“Ŗ", - "ref-for-invalidā‘”ā‘¤", + "ref-for-invalidā‘”ā‘„", "ref-for-abstract-opdef-validate-encoder-bind-groupsā‘ ", "ref-for-dom-gpucomputepassencoder-pipeline-slotā‘¢", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘„", @@ -3962,21 +4131,21 @@ "dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", "dom-gpucomputepassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", "ref-for-idl-undefinedā‘£ā‘¦", - "ref-for-dom-gpudevice-device-slotā‘ ā‘”", - "ref-for-dom-device-features-slotā‘¢", - "ref-for-list-containā‘”", + "ref-for-dom-gpudevice-device-slotā‘ ā‘¢", + "ref-for-dom-device-features-slotā‘£", + "ref-for-list-containā‘¢", "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘ ", - "ref-for-exceptiondef-typeerrorā‘¢", + "ref-for-exceptiondef-typeerrorā‘£", "issue-96906e82", "ref-for-dom-gpucomputepassencoder-beginpipelinestatisticsqueryā‘”", "dom-gpucomputepassencoder-endpipelinestatisticsquery", "ref-for-gpucomputepassencoderā‘ ā‘„", "ref-for-idl-undefinedā‘£ā‘§", - "ref-for-dom-gpudevice-device-slotā‘ ā‘¢", - "ref-for-dom-device-features-slotā‘£", - "ref-for-list-containā‘¢", + "ref-for-dom-gpudevice-device-slotā‘ ā‘£", + "ref-for-dom-device-features-slotā‘¤", + "ref-for-list-containā‘£", "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘”", - "ref-for-exceptiondef-typeerrorā‘£", + "ref-for-exceptiondef-typeerrorā‘¤", "issue-1efb03e5", "ref-for-dom-gpucomputepassencoder-endpipelinestatisticsqueryā‘ ", "dom-gpucomputepassencoder-writetimestamp", @@ -3985,11 +4154,11 @@ "dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryset", "dom-gpucomputepassencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefinedā‘£ā‘Ø", - "ref-for-dom-gpudevice-device-slotā‘ ā‘£", - "ref-for-dom-device-features-slotā‘¤", - "ref-for-list-containā‘£", + "ref-for-dom-gpudevice-device-slotā‘ ā‘¤", + "ref-for-dom-device-features-slotā‘„", + "ref-for-list-containā‘¤", "ref-for-dom-gpufeaturename-timestamp-queryā‘¢", - "ref-for-exceptiondef-typeerrorā‘¤", + "ref-for-exceptiondef-typeerrorā‘„", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘¦", "ref-for-dom-gpuqueryset-descriptor-slotā‘”", "ref-for-dom-gpuquerysetdescriptor-typeā‘ ", @@ -4004,7 +4173,7 @@ "dom-gpucomputepassencoder-endpass", "ref-for-gpucomputepassencoderā‘ ā‘§", "ref-for-idl-undefinedā‘¤ā“Ŗ", - "ref-for-device-timelineā‘”ā‘¤", + "ref-for-device-timelineā‘”ā‘„", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slotā‘¢", "ref-for-list-sizeā‘¢", "issue-9763c033", @@ -4018,7 +4187,7 @@ "ref-for-dom-gpurenderencoderbase-setpipeline-pipeline-pipeline", "ref-for-idl-undefinedā‘¤ā‘”", "ref-for-dom-gpurenderencoderbase-setindexbufferā‘”", - "ref-for-gpubufferā‘„ā‘Ø", + "ref-for-gpubufferā‘¦ā“Ŗ", "ref-for-dom-gpurenderencoderbase-setindexbuffer-buffer-indexformat-offset-size-buffer", "ref-for-enumdef-gpuindexformatā‘”", "ref-for-dom-gpurenderencoderbase-setindexbuffer-buffer-indexformat-offset-size-indexformat", @@ -4030,7 +4199,7 @@ "ref-for-dom-gpurenderencoderbase-setvertexbufferā‘ ", "ref-for-typedefdef-gpuindex32ā‘§", "ref-for-dom-gpurenderencoderbase-setvertexbuffer-slot-buffer-offset-size-slot", - "ref-for-gpubufferā‘¦ā“Ŗ", + "ref-for-gpubufferā‘¦ā‘ ", "ref-for-dom-gpurenderencoderbase-setvertexbuffer-slot-buffer-offset-size-buffer", "ref-for-typedefdef-gpusize64ā‘”ā‘£", "ref-for-dom-gpurenderencoderbase-setvertexbuffer-slot-buffer-offset-size-offset", @@ -4060,13 +4229,13 @@ "ref-for-dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "ref-for-idl-undefinedā‘¤ā‘„", "ref-for-dom-gpurenderencoderbase-drawindirect", - "ref-for-gpubufferā‘¦ā‘ ", + "ref-for-gpubufferā‘¦ā‘”", "ref-for-dom-gpurenderencoderbase-drawindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-typedefdef-gpusize64ā‘”ā‘„", "ref-for-dom-gpurenderencoderbase-drawindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefinedā‘¤ā‘¦", "ref-for-dom-gpurenderencoderbase-drawindexedindirect", - "ref-for-gpubufferā‘¦ā‘”", + "ref-for-gpubufferā‘¦ā‘¢", "ref-for-dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectbuffer", "ref-for-typedefdef-gpusize64ā‘”ā‘¦", "ref-for-dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", @@ -4088,13 +4257,13 @@ "ref-for-dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-maxdepth", "ref-for-idl-undefinedā‘¤ā‘Ø", "ref-for-dom-gpurenderpassencoder-setscissorrect", - "ref-for-typedefdef-gpuintegercoordinateā‘¦", - "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-x", "ref-for-typedefdef-gpuintegercoordinateā‘§", - "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-y", + "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-x", "ref-for-typedefdef-gpuintegercoordinateā‘Ø", - "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-width", + "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-y", "ref-for-typedefdef-gpuintegercoordinateā‘ ā“Ŗ", + "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-width", + "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘ ", "ref-for-dom-gpurenderpassencoder-setscissorrect-x-y-width-height-height", "ref-for-idl-undefinedā‘„ā“Ŗ", "ref-for-dom-gpurenderpassencoder-setblendconstantā‘ ", @@ -4142,14 +4311,14 @@ "ref-for-gpurenderpipelineā‘”ā‘£", "ref-for-gpurenderpipelineā‘”ā‘¤", "dom-gpurenderencoderbase-index_buffer-slot", - "ref-for-gpubufferā‘¦ā‘¢", + "ref-for-gpubufferā‘¦ā‘£", "dom-gpurenderencoderbase-index_format-slot", "ref-for-enumdef-gpuindexformatā‘¢", "ref-for-dom-gpurenderencoderbase-index_buffer-slot", "dom-gpurenderencoderbase-vertex_buffers-slot", "ref-for-ordered-mapā‘¢", - "ref-for-gpubufferā‘¦ā‘£", "ref-for-gpubufferā‘¦ā‘¤", + "ref-for-gpubufferā‘¦ā‘„", "ref-for-gpurenderpassencoderā‘ ā‘¢", "dom-gpurenderpassencoder-attachment_size-slot", "dom-gpurenderpassencoder-occlusion_query_set-slot", @@ -4197,7 +4366,7 @@ "ref-for-dom-gpurenderpassdescriptor-colorattachmentsā‘¤", "ref-for-dom-gpurenderpassdescriptor-depthstencilattachmentā‘¤", "ref-for-dom-gpurenderpassdepthstencilattachment-viewā‘”", - "ref-for-dom-gputexture-samplecount-slotā‘¤", + "ref-for-dom-gputexture-samplecount-slotā‘„", "ref-for-dom-gpurenderpasscolorattachment-viewā‘¢", "ref-for-dom-gpurenderpassdescriptor-colorattachmentsā‘„", "ref-for-dom-gpurenderpassdescriptor-depthstencilattachmentā‘„", @@ -4256,8 +4425,8 @@ "ref-for-color-renderable-format", "ref-for-dom-gpurenderpasscolorattachment-viewā‘ ā‘ ", "ref-for-dom-gputextureview-texture-slotā‘¢", - "ref-for-dom-gputexture-textureusage-slotā‘„", - "ref-for-dom-gputextureusage-render_attachmentā‘¤", + "ref-for-dom-gputexture-textureusage-slotā‘¦", + "ref-for-dom-gputextureusage-render_attachmentā‘„", "ref-for-dom-gpurenderpasscolorattachment-viewā‘ ā‘”", "ref-for-subresourceā‘ ā‘¦", "ref-for-dom-gpurenderpasscolorattachment-resolvetargetā‘”", @@ -4265,8 +4434,8 @@ "ref-for-dom-gpurenderpasscolorattachment-resolvetargetā‘¢", "ref-for-dom-gpurenderpasscolorattachment-resolvetargetā‘£", "ref-for-dom-gputextureview-texture-slotā‘£", - "ref-for-dom-gputexture-textureusage-slotā‘¦", - "ref-for-dom-gputextureusage-render_attachmentā‘„", + "ref-for-dom-gputexture-textureusage-slotā‘§", + "ref-for-dom-gputextureusage-render_attachmentā‘¦", "ref-for-dom-gpurenderpasscolorattachment-resolvetargetā‘¤", "ref-for-subresourceā‘ ā‘§", "ref-for-subresourceā‘ ā‘Ø", @@ -4274,10 +4443,10 @@ "ref-for-dom-gpurenderpasscolorattachment-viewā‘ ā‘£", "ref-for-dom-gpurenderpasscolorattachment-resolvetargetā‘¦", "ref-for-dom-gputextureview-texture-slotā‘¤", - "ref-for-dom-gputexture-format-slotā‘”ā‘„", + "ref-for-dom-gputexture-format-slotā‘”ā‘¦", "ref-for-dom-gpurenderpasscolorattachment-viewā‘ ā‘¤", "ref-for-dom-gputextureview-texture-slotā‘„", - "ref-for-dom-gputexture-format-slotā‘”ā‘¦", + "ref-for-dom-gputexture-format-slotā‘”ā‘§", "issue-e1444a15", "issue-c0fde948", "depth-stencil-attachments", @@ -4332,8 +4501,8 @@ "ref-for-dom-gpurenderpassdepthstencilattachment-viewā‘ ā‘¤", "ref-for-texture-subresourceā‘ ā‘¦", "ref-for-dom-gpurenderpassdepthstencilattachment-viewā‘ ā‘„", - "ref-for-dom-gputexture-textureusage-slotā‘§", - "ref-for-dom-gputextureusage-render_attachmentā‘¦", + "ref-for-dom-gputexture-textureusage-slotā‘Ø", + "ref-for-dom-gputextureusage-render_attachmentā‘§", "ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonlyā‘”", "ref-for-dom-gpurenderpassdepthstencilattachment-depthloadvalueā‘ ", "ref-for-dom-gpuloadop-loadā‘¢", @@ -4360,9 +4529,9 @@ "ref-for-dom-gpurenderencoderbase-setpipelineā‘¢", "dom-gpurenderencoderbase-setpipeline-pipeline-pipeline", "ref-for-idl-undefinedā‘„ā‘Ø", - "ref-for-device-timelineā‘”ā‘„", + "ref-for-device-timelineā‘”ā‘¦", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘ ", - "ref-for-invalidā‘”ā‘„", + "ref-for-invalidā‘”ā‘¦", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘§", "issue-fda752b5", "ref-for-dom-gpurenderencoderbase-pipeline-slot", @@ -4375,9 +4544,9 @@ "dom-gpurenderencoderbase-setindexbuffer-buffer-indexformat-offset-size-size", "ref-for-dom-gpubuffer-size-slotā‘ ā‘£", "ref-for-idl-undefinedā‘¦ā“Ŗ", - "ref-for-device-timelineā‘”ā‘¦", + "ref-for-device-timelineā‘”ā‘§", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘”", - "ref-for-invalidā‘”ā‘¦", + "ref-for-invalidā‘”ā‘§", "ref-for-abstract-opdef-valid-to-use-withā‘ ā‘Ø", "ref-for-dom-gpubuffer-usage-slotā‘ ā‘ ", "ref-for-dom-gpubufferusage-indexā‘ ", @@ -4395,9 +4564,9 @@ "dom-gpurenderencoderbase-setvertexbuffer-slot-buffer-offset-size-size", "ref-for-dom-gpubuffer-size-slotā‘ ā‘„", "ref-for-idl-undefinedā‘¦ā‘ ", - "ref-for-device-timelineā‘”ā‘§", + "ref-for-device-timelineā‘”ā‘Ø", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘¢", - "ref-for-invalidā‘”ā‘§", + "ref-for-invalidā‘”ā‘Ø", "ref-for-abstract-opdef-valid-to-use-withā‘”ā“Ŗ", "ref-for-dom-gpubuffer-usage-slotā‘ ā‘”", "ref-for-dom-gpubufferusage-vertexā‘ ", @@ -4416,9 +4585,9 @@ "dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-firstvertex", "dom-gpurenderencoderbase-draw-vertexcount-instancecount-firstvertex-firstinstance-firstinstance", "ref-for-idl-undefinedā‘¦ā‘”", - "ref-for-device-timelineā‘”ā‘Ø", + "ref-for-device-timelineā‘¢ā“Ŗ", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘¤", - "ref-for-invalidā‘”ā‘Ø", + "ref-for-invalidā‘¢ā“Ŗ", "ref-for-abstract-opdef-valid-to-draw", "dom-gpurenderencoderbase-drawindexed", "ref-for-gpurenderencoderbaseā‘„", @@ -4429,12 +4598,12 @@ "dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-basevertex", "dom-gpurenderencoderbase-drawindexed-indexcount-instancecount-firstindex-basevertex-firstinstance-firstinstance", "ref-for-idl-undefinedā‘¦ā‘¢", - "ref-for-device-timelineā‘¢ā“Ŗ", + "ref-for-device-timelineā‘¢ā‘ ", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘„", - "ref-for-invalidā‘¢ā“Ŗ", + "ref-for-invalidā‘¢ā‘ ", "ref-for-abstract-opdef-valid-to-draw-indexed", "dom-gpurenderencoderbase-drawindirect", - "ref-for-gpubufferā‘¦ā‘„", + "ref-for-gpubufferā‘¦ā‘¦", "indirect-draw-parameters", "ref-for-dom-gpurenderencoderbase-drawā‘”", "ref-for-gpurenderencoderbaseā‘¦", @@ -4443,9 +4612,9 @@ "ref-for-indirect-draw-parameters", "dom-gpurenderencoderbase-drawindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefinedā‘¦ā‘£", - "ref-for-device-timelineā‘¢ā‘ ", + "ref-for-device-timelineā‘¢ā‘”", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘¦", - "ref-for-invalidā‘¢ā‘ ", + "ref-for-invalidā‘¢ā‘”", "ref-for-abstract-opdef-valid-to-drawā‘ ", "ref-for-abstract-opdef-valid-to-use-withā‘”ā‘ ", "ref-for-dom-gpubuffer-usage-slotā‘ ā‘¢", @@ -4455,7 +4624,7 @@ "ref-for-usage-scopesā‘ ā‘¢", "ref-for-internal-usage-inputā‘£", "dom-gpurenderencoderbase-drawindexedindirect", - "ref-for-gpubufferā‘¦ā‘¦", + "ref-for-gpubufferā‘¦ā‘§", "indirect-drawindexed-parameters", "ref-for-dom-gpurenderencoderbase-drawindexedā‘”", "ref-for-gpurenderencoderbaseā‘§", @@ -4464,9 +4633,9 @@ "ref-for-indirect-drawindexed-parameters", "dom-gpurenderencoderbase-drawindexedindirect-indirectbuffer-indirectoffset-indirectoffset", "ref-for-idl-undefinedā‘¦ā‘¤", - "ref-for-device-timelineā‘¢ā‘”", + "ref-for-device-timelineā‘¢ā‘¢", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘§", - "ref-for-invalidā‘¢ā‘”", + "ref-for-invalidā‘¢ā‘¢", "ref-for-abstract-opdef-valid-to-draw-indexedā‘ ", "ref-for-abstract-opdef-valid-to-use-withā‘”ā‘”", "ref-for-dom-gpubuffer-usage-slotā‘ ā‘£", @@ -4482,7 +4651,7 @@ "ref-for-dom-gpurenderencoderbase-pipeline-slotā‘”", "ref-for-dom-gpurenderpipeline-descriptor-slotā‘ ", "ref-for-typedefdef-gpuindex32ā‘Ø", - "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘£", + "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘„", "ref-for-dom-gpuvertexstate-buffersā‘¦", "ref-for-dom-gpurenderencoderbase-vertex_buffers-slotā‘ ", "abstract-opdef-valid-to-draw-indexed", @@ -4504,7 +4673,7 @@ "dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-mindepth", "dom-gpurenderpassencoder-setviewport-x-y-width-height-mindepth-maxdepth-maxdepth", "ref-for-idl-undefinedā‘¦ā‘„", - "ref-for-device-timelineā‘¢ā‘¢", + "ref-for-device-timelineā‘¢ā‘£", "ref-for-dom-gpurenderpassencoder-attachment_size-slot", "ref-for-dom-gpurenderpassencoder-attachment_size-slotā‘ ", "ref-for-dom-gpurenderpassencoder-viewport-slotā‘ ", @@ -4517,7 +4686,7 @@ "dom-gpurenderpassencoder-setscissorrect-x-y-width-height-width", "dom-gpurenderpassencoder-setscissorrect-x-y-width-height-height", "ref-for-idl-undefinedā‘¦ā‘¦", - "ref-for-device-timelineā‘¢ā‘£", + "ref-for-device-timelineā‘¢ā‘¤", "ref-for-dom-gpurenderpassencoder-attachment_size-slotā‘”", "ref-for-dom-gpurenderpassencoder-attachment_size-slotā‘¢", "dom-gpurenderpassencoder-setblendconstant", @@ -4539,7 +4708,7 @@ "ref-for-dom-gpurenderpassencoder-beginocclusionqueryā‘ ", "dom-gpurenderpassencoder-beginocclusionquery-queryindex-queryindex", "ref-for-idl-undefinedā‘¦ā‘§", - "ref-for-device-timelineā‘¢ā‘¤", + "ref-for-device-timelineā‘¢ā‘„", "ref-for-dom-gpuobjectbase-device-slotā‘ ā‘Ø", "ref-for-dom-gpurenderpassencoder-occlusion_query_set-slotā‘ ", "ref-for-dom-gpurenderpassencoder-occlusion_query_set-slotā‘”", @@ -4550,7 +4719,7 @@ "dom-gpurenderpassencoder-endocclusionquery", "ref-for-gpurenderpassencoderā‘”ā‘ ", "ref-for-idl-undefinedā‘¦ā‘Ø", - "ref-for-device-timelineā‘¢ā‘„", + "ref-for-device-timelineā‘¢ā‘¦", "ref-for-dom-gpuobjectbase-device-slotā‘”ā“Ŗ", "ref-for-dom-gpurenderpassencoder-occlusion_query_active-slotā‘”", "ref-for-dom-gpurenderpassencoder-occlusion_query_active-slotā‘¢", @@ -4560,21 +4729,21 @@ "dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryset", "dom-gpurenderpassencoder-beginpipelinestatisticsquery-queryset-queryindex-queryindex", "ref-for-idl-undefinedā‘§ā“Ŗ", - "ref-for-dom-gpudevice-device-slotā‘ ā‘¤", - "ref-for-dom-device-features-slotā‘„", - "ref-for-list-containā‘¤", + "ref-for-dom-gpudevice-device-slotā‘ ā‘„", + "ref-for-dom-device-features-slotā‘¦", + "ref-for-list-containā‘„", "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘¢", - "ref-for-exceptiondef-typeerrorā‘„", + "ref-for-exceptiondef-typeerrorā‘¦", "issue-96906e82ā‘ ", "ref-for-dom-gpurenderpassencoder-beginpipelinestatisticsqueryā‘”", "dom-gpurenderpassencoder-endpipelinestatisticsquery", "ref-for-gpurenderpassencoderā‘”ā‘¢", "ref-for-idl-undefinedā‘§ā‘ ", - "ref-for-dom-gpudevice-device-slotā‘ ā‘„", - "ref-for-dom-device-features-slotā‘¦", - "ref-for-list-containā‘„", + "ref-for-dom-gpudevice-device-slotā‘ ā‘¦", + "ref-for-dom-device-features-slotā‘§", + "ref-for-list-containā‘¦", "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘£", - "ref-for-exceptiondef-typeerrorā‘¦", + "ref-for-exceptiondef-typeerrorā‘§", "issue-1efb03e5ā‘ ", "ref-for-dom-gpurenderpassencoder-endpipelinestatisticsqueryā‘ ", "dom-gpurenderpassencoder-writetimestamp", @@ -4583,11 +4752,11 @@ "dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryset", "dom-gpurenderpassencoder-writetimestamp-queryset-queryindex-queryindex", "ref-for-idl-undefinedā‘§ā‘”", - "ref-for-dom-gpudevice-device-slotā‘ ā‘¦", - "ref-for-dom-device-features-slotā‘§", - "ref-for-list-containā‘¦", + "ref-for-dom-gpudevice-device-slotā‘ ā‘§", + "ref-for-dom-device-features-slotā‘Ø", + "ref-for-list-containā‘§", "ref-for-dom-gpufeaturename-timestamp-queryā‘£", - "ref-for-exceptiondef-typeerrorā‘§", + "ref-for-exceptiondef-typeerrorā‘Ø", "ref-for-abstract-opdef-valid-to-use-withā‘”ā‘¢", "ref-for-dom-gpuqueryset-descriptor-slotā‘„", "ref-for-dom-gpuquerysetdescriptor-typeā‘¢", @@ -4614,7 +4783,7 @@ "dom-gpurenderpassencoder-endpass", "ref-for-gpurenderpassencoderā‘”ā‘„", "ref-for-idl-undefinedā‘§ā‘£", - "ref-for-device-timelineā‘¢ā‘¦", + "ref-for-device-timelineā‘¢ā‘§", "ref-for-dom-gpuprogrammablepassencoder-debug_group_stack-slotā‘£", "ref-for-list-sizeā‘£", "ref-for-dom-gpurenderpassencoder-occlusion_query_active-slotā‘£", @@ -4644,7 +4813,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ā‘„", @@ -4655,9 +4824,9 @@ "dictdef-gpurenderbundleencoderdescriptor", "ref-for-dictdef-gpuobjectdescriptorbaseā‘ ā‘„", "ref-for-idl-sequenceā‘ ā“Ŗ", - "ref-for-enumdef-gputextureformatā‘ ā‘„", - "dom-gpurenderbundleencoderdescriptor-colorformats", "ref-for-enumdef-gputextureformatā‘ ā‘¦", + "dom-gpurenderbundleencoderdescriptor-colorformats", + "ref-for-enumdef-gputextureformatā‘ ā‘§", "dom-gpurenderbundleencoderdescriptor-depthstencilformat", "ref-for-typedefdef-gpusize32ā‘£ā‘Ø", "dom-gpurenderbundleencoderdescriptor-samplecount", @@ -4682,7 +4851,7 @@ "ref-for-dom-gpuqueue-onsubmittedworkdone", "ref-for-idl-undefinedā‘§ā‘¦", "ref-for-dom-gpuqueue-writebuffer", - "ref-for-gpubufferā‘¦ā‘§", + "ref-for-gpubufferā‘¦ā‘Ø", "ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer", "ref-for-typedefdef-gpusize64ā‘”ā‘§", "ref-for-dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-bufferoffset", @@ -4705,18 +4874,18 @@ "ref-for-typedefdef-gpuextent3dā‘ ā“Ŗ", "ref-for-dom-gpuqueue-writetexture-destination-data-datalayout-size-size", "ref-for-idl-undefinedā‘§ā‘Ø", - "ref-for-dom-gpuqueue-copyimagebitmaptotexture", - "ref-for-dictdef-gpuimagecopyimagebitmapā‘ ", - "ref-for-dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-source", + "ref-for-dom-gpuqueue-copyexternalimagetotextureā‘”", + "ref-for-dictdef-gpuimagecopyexternalimageā‘”", + "ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", "ref-for-dictdef-gpuimagecopytextureā‘ ā“Ŗ", - "ref-for-dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-destination", + "ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination", "ref-for-typedefdef-gpuextent3dā‘ ā‘ ", - "ref-for-dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-copysize", + "ref-for-dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize", "ref-for-gpuqueueā‘¦", "ref-for-gpuobjectbaseā‘”ā‘ ", "ref-for-gpuqueueā‘§", "dom-gpuqueue-writebuffer", - "ref-for-gpubufferā‘¦ā‘Ø", + "ref-for-gpubufferā‘§ā“Ŗ", "ref-for-gpuqueueā‘Ø", "ref-for-dom-gpuqueue-writebufferā‘ ", "dom-gpuqueue-writebuffer-buffer-bufferoffset-data-dataoffset-size-buffer", @@ -4737,7 +4906,7 @@ "ref-for-dom-gpubufferusage-copy_dstā‘¢", "ref-for-dom-gpubuffer-size-slotā‘”ā“Ŗ", "dom-gpuqueue-writetexture", - "ref-for-gputextureā‘”ā‘„", + "ref-for-gputextureā‘¢ā“Ŗ", "ref-for-gpuqueueā‘ ā“Ŗ", "ref-for-dom-gpuqueue-writetextureā‘ ", "dom-gpuqueue-writetexture-destination-data-datalayout-size-destination", @@ -4749,41 +4918,47 @@ "ref-for-dfn-get-buffer-source-copyā‘ ", "ref-for-operationerrorā‘¤", "ref-for-abstract-opdef-validating-linear-texture-dataā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘¢ā‘Ø", - "ref-for-dom-gputexture-format-slotā‘”ā‘§", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘”", + "ref-for-dom-gputexture-format-slotā‘”ā‘Ø", "ref-for-imagesā‘„", "issue-ddacf7c9", "ref-for-queue-timelineā‘ ā‘¢", "ref-for-abstract-opdef-validating-gpuimagecopytextureā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘£ā“Ŗ", - "ref-for-dom-gputexture-textureusage-slotā‘Ø", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘¢", + "ref-for-dom-gputexture-textureusage-slotā‘ ā“Ŗ", "ref-for-dom-gputextureusage-copy_dstā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘ ", - "ref-for-dom-gputexture-samplecount-slotā‘„", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘£", + "ref-for-dom-gputexture-samplecount-slotā‘¦", "ref-for-valid-texture-copy-rangeā‘¤", - "ref-for-dom-gpuimagecopytexture-aspectā‘£", - "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘”", - "ref-for-dom-gputexture-format-slotā‘”ā‘Ø", + "ref-for-dom-gpuimagecopytexture-aspectā‘¤", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘¤", + "ref-for-dom-gputexture-format-slotā‘¢ā“Ŗ", "ref-for-gpucommandencoderā‘£ā“Ŗ", "ref-for-dom-gpucommandencoder-copybuffertotextureā‘¤", "ref-for-dom-gpuimagedatalayout-bytesperrowā‘§", "issue-ddacf7c9ā‘ ", - "dom-gpuqueue-copyimagebitmaptotexture", + "dom-gpuqueue-copyexternalimagetotexture", "ref-for-gpuqueueā‘ ā‘ ", - "ref-for-dom-gpuqueue-copyimagebitmaptotextureā‘ ", - "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-source", - "ref-for-imagebitmapā‘ ", - "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-destination", + "ref-for-dom-gpuqueue-copyexternalimagetotextureā‘¢", + "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-source", + "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-destination", "ref-for-texture-subresourceā‘ ā‘Ø", - "dom-gpuqueue-copyimagebitmaptotexture-source-destination-copysize-copysize", + "dom-gpuqueue-copyexternalimagetotexture-source-destination-copysize-copysize", "ref-for-idl-undefinedā‘Øā‘”", + "ref-for-dom-gpuimagecopyexternalimage-sourceā‘ ", + "ref-for-the-image-argument-is-not-origin-cleanā‘ ", + "ref-for-securityerror", "ref-for-operationerrorā‘„", - "ref-for-extent3d-depthorarraylayersā‘ ā‘¢", - "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘¢", - "ref-for-dom-gputexture-dimension-slotā‘ ā‘ ", - "ref-for-dom-gputexturedimension-2dā‘ ā‘”", - "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘£", - "ref-for-dom-gputexture-format-slotā‘¢ā“Ŗ", + "ref-for-extent3d-depthorarraylayersā‘ ā‘Ø", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘„", + "ref-for-dom-gputexture-textureusage-slotā‘ ā‘ ", + "ref-for-dom-gputextureusage-render_attachmentā‘Ø", + "ref-for-dom-gputextureusage-copy_dstā‘¢", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘¦", + "ref-for-dom-gputexture-dimension-slotā‘ ā‘”", + "ref-for-dom-gputexturedimension-2dā‘ ā‘£", + "ref-for-dom-gpuimagecopytexture-textureā‘£ā‘§", + "ref-for-dom-gputexture-format-slotā‘¢ā‘ ", "ref-for-dom-gputextureformat-rgba8unorm", "ref-for-dom-gputextureformat-rgba8unorm-srgb", "ref-for-dom-gputextureformat-bgra8unorm", @@ -4793,13 +4968,14 @@ "ref-for-dom-gputextureformat-rgba32float", "ref-for-dom-gputextureformat-rg8unorm", "ref-for-dom-gputextureformat-rg16float", + "issue-1ec8ac96", "dom-gpuqueue-submit", "ref-for-gpuqueueā‘ ā‘”", "ref-for-dom-gpuqueue-submitā‘¢", "dom-gpuqueue-submit-commandbuffers-commandbuffers", "ref-for-idl-undefinedā‘Øā‘¢", - "ref-for-device-timelineā‘¢ā‘§", - "ref-for-gpubufferā‘§ā“Ŗ", + "ref-for-device-timelineā‘¢ā‘Ø", + "ref-for-gpubufferā‘§ā‘ ", "ref-for-buffer-stateā‘ ", "ref-for-gpuquerysetā‘ ā‘”", "ref-for-query-set-state-available", @@ -4835,7 +5011,7 @@ "ref-for-gpuquerysetā‘ ā‘„", "ref-for-gpuquerysetā‘ ā‘¦", "query-set-state", - "ref-for-device-timelineā‘¢ā‘Ø", + "ref-for-device-timelineā‘£ā“Ŗ", "query-set-state-available", "ref-for-gpuquerysetā‘ ā‘§", "query-set-state-destroyed", @@ -4864,27 +5040,27 @@ "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-dom-gpuquerysetdescriptor-typeā‘¤", "ref-for-dom-gpuquerytype-pipeline-statistics", - "ref-for-dom-gpudevice-device-slotā‘ ā‘§", - "ref-for-dom-device-features-slotā‘Ø", - "ref-for-list-containā‘§", - "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘¤", - "ref-for-exceptiondef-typeerrorā‘Ø", - "ref-for-dom-gpuquerysetdescriptor-typeā‘„", - "ref-for-dom-gpuquerytype-timestampā‘¢", "ref-for-dom-gpudevice-device-slotā‘ ā‘Ø", "ref-for-dom-device-features-slotā‘ ā“Ŗ", "ref-for-list-containā‘Ø", - "ref-for-dom-gpufeaturename-timestamp-queryā‘¤", + "ref-for-dom-gpufeaturename-pipeline-statistics-queryā‘¤", "ref-for-exceptiondef-typeerrorā‘ ā“Ŗ", - "ref-for-validā‘ ā‘¤", - "ref-for-gpudeviceā‘£ā‘§", + "ref-for-dom-gpuquerysetdescriptor-typeā‘„", + "ref-for-dom-gpuquerytype-timestampā‘¢", + "ref-for-dom-gpudevice-device-slotā‘”ā“Ŗ", + "ref-for-dom-device-features-slotā‘ ā‘ ", + "ref-for-list-containā‘ ā“Ŗ", + "ref-for-dom-gpufeaturename-timestamp-queryā‘¤", + "ref-for-exceptiondef-typeerrorā‘ ā‘ ", + "ref-for-validā‘ ā‘„", + "ref-for-gpudeviceā‘£ā‘Ø", "ref-for-dom-gpuquerysetdescriptor-countā‘¤", "ref-for-dom-gpuquerysetdescriptor-typeā‘¦", "ref-for-dom-gpuquerytype-pipeline-statisticsā‘ ", @@ -4936,7 +5112,7 @@ "ref-for-gpurenderpassencoderā‘”ā‘§", "ref-for-gpucommandencoderā‘£ā‘ ", "ref-for-typedefdef-gpusize64ā‘¢ā‘”", - "ref-for-gpubufferā‘§ā‘ ", + "ref-for-gpubufferā‘§ā‘”", "ref-for-dom-gpucommandencoder-resolvequerysetā‘¢", "ref-for-dom-gpufeaturename-timestamp-queryā‘„", "issue-d34a40b7", @@ -4946,10 +5122,10 @@ "ref-for-dom-canvas-getcontext", "ref-for-gpucanvascontext", "ref-for-dom-canvas-getcontextā‘ ", - "ref-for-htmlcanvaselement", + "ref-for-htmlcanvaselementā‘ ", "example-c7f2bc58", "ref-for-gpucanvascontextā‘ ", - "ref-for-htmlcanvaselementā‘ ", + "ref-for-htmlcanvaselementā‘”", "canvas-context", "ref-for-Exposedā‘¢ā“Ŗ", "gpucanvascontext", @@ -4957,13 +5133,13 @@ "ref-for-dom-gpucanvascontext-configureswapchain", "ref-for-dictdef-gpuswapchaindescriptor", "ref-for-dom-gpucanvascontext-configureswapchain-descriptor-descriptor", - "ref-for-enumdef-gputextureformatā‘ ā‘§", + "ref-for-enumdef-gputextureformatā‘ ā‘Ø", "ref-for-dom-gpucanvascontext-getswapchainpreferredformat", "ref-for-gpuadapterā‘ ā‘„", "ref-for-dom-gpucanvascontext-getswapchainpreferredformat-adapter-adapter", "ref-for-gpucanvascontextā‘”", "dom-gpucanvascontext-canvas-slot", - "ref-for-htmlcanvaselementā‘”", + "ref-for-htmlcanvaselementā‘¢", "ref-for-gpucanvascontextā‘¢", "dom-gpucanvascontext-configureswapchain", "ref-for-gpuswapchainā‘ ", @@ -4972,28 +5148,28 @@ "dom-gpucanvascontext-configureswapchain-descriptor-descriptor", "ref-for-gpuswapchainā‘”", "ref-for-gpuswapchainā‘¢", - "ref-for-device-timelineā‘£ā“Ŗ", + "ref-for-device-timelineā‘£ā‘ ", "ref-for-dom-gpuswapchaindescriptor-device", - "ref-for-validā‘ ā‘„", - "ref-for-gpudeviceā‘£ā‘Ø", + "ref-for-validā‘ ā‘¦", + "ref-for-gpudeviceā‘¤ā“Ŗ", "ref-for-supported-swap-chain-formats", - "ref-for-list-containā‘ ā“Ŗ", + "ref-for-list-containā‘ ā‘ ", "ref-for-dom-gpuswapchaindescriptor-format", "issue-04978d79", "ref-for-dom-gpucanvascontext-configureswapchainā‘”", "dom-gpucanvascontext-getswapchainpreferredformat", - "ref-for-enumdef-gputextureformatā‘ ā‘Ø", + "ref-for-enumdef-gputextureformatā‘”ā“Ŗ", "ref-for-gpucanvascontextā‘¤", "ref-for-dom-gpucanvascontext-getswapchainpreferredformatā‘ ", "dom-gpucanvascontext-getswapchainpreferredformat-adapter-adapter", - "ref-for-enumdef-gputextureformatā‘”ā“Ŗ", "ref-for-enumdef-gputextureformatā‘”ā‘ ", + "ref-for-enumdef-gputextureformatā‘”ā‘”", "ref-for-gpuswapchainā‘£", "ref-for-supported-swap-chain-formatsā‘ ", "swapchain-descriptor", "supported-swap-chain-formats", "ref-for-ordered-setā‘£", - "ref-for-enumdef-gputextureformatā‘”ā‘”", + "ref-for-enumdef-gputextureformatā‘”ā‘¢", "ref-for-dictdef-gpuswapchaindescriptorā‘ ", "ref-for-dom-gpuswapchaindescriptor-formatā‘ ", "ref-for-dictdef-gpuswapchaindescriptorā‘”", @@ -5007,9 +5183,9 @@ "dom-gpucanvascompositingalphamode-premultiplied", "dictdef-gpuswapchaindescriptor", "ref-for-dictdef-gpuobjectdescriptorbaseā‘ ā‘§", - "ref-for-gpudeviceā‘¤ā“Ŗ", + "ref-for-gpudeviceā‘¤ā‘ ", "dom-gpuswapchaindescriptor-device", - "ref-for-enumdef-gputextureformatā‘”ā‘¢", + "ref-for-enumdef-gputextureformatā‘”ā‘£", "dom-gpuswapchaindescriptor-format", "ref-for-typedefdef-gputextureusageflagsā‘”", "dom-gpuswapchaindescriptor-usage", @@ -5018,7 +5194,7 @@ "swapchain", "ref-for-Exposedā‘¢ā‘ ", "gpuswapchain", - "ref-for-gputextureā‘”ā‘¦", + "ref-for-gputextureā‘¢ā‘ ", "ref-for-dom-gpuswapchain-getcurrenttexture", "ref-for-gpuswapchainā‘¤", "ref-for-gpuobjectbaseā‘”ā‘¢", @@ -5028,20 +5204,20 @@ "dom-gpuswapchain-descriptor-slot", "ref-for-dictdef-gpuswapchaindescriptorā‘¢", "dom-gpuswapchain-currenttexture-slot", - "ref-for-gputextureā‘”ā‘§", + "ref-for-gputextureā‘¢ā‘”", "ref-for-dom-gpuswapchain-getcurrenttextureā‘ ", "ref-for-abstract-opdef-allocating-a-new-swap-chain-texture", "ref-for-gpuswapchainā‘¦", "dom-gpuswapchain-getcurrenttexture", - "ref-for-gputextureā‘”ā‘Ø", + "ref-for-gputextureā‘¢ā‘¢", "ref-for-gpucanvascontextā‘¦", "ref-for-gpuswapchainā‘§", - "ref-for-gputextureā‘¢ā“Ŗ", + "ref-for-gputextureā‘¢ā‘£", "ref-for-dom-gpuswapchain-currenttexture-slot", "ref-for-dom-gpuswapchain-currenttexture-slotā‘ ", "ref-for-abstract-opdef-allocating-a-new-swap-chain-textureā‘ ", "ref-for-dom-gpuswapchain-currenttexture-slotā‘”", - "ref-for-gputextureā‘¢ā‘ ", + "ref-for-gputextureā‘¢ā‘¤", "ref-for-dom-gpuswapchain-getcurrenttextureā‘”", "ref-for-update-the-rendering", "ref-for-update-the-renderingā‘ ", @@ -5061,14 +5237,14 @@ "ref-for-dom-gpuswapchain-descriptor-slot", "ref-for-dom-gpuswapchaindescriptor-deviceā‘”", "ref-for-dictdef-gputexturedescriptorā‘ ", - "ref-for-dom-gputexturedescriptor-sizeā‘¦", - "ref-for-dom-gputexturedescriptor-format", + "ref-for-dom-gputexturedescriptor-sizeā‘”ā‘¤", + "ref-for-dom-gputexturedescriptor-formatā‘¦", "ref-for-dom-gpuswapchain-descriptor-slotā‘ ", "ref-for-dom-gpuswapchaindescriptor-formatā‘”", - "ref-for-dom-gputexturedescriptor-usageā‘”", + "ref-for-dom-gputexturedescriptor-usageā‘¦", "ref-for-dom-gpuswapchain-descriptor-slotā‘”", "ref-for-dom-gpuswapchaindescriptor-usage", - "ref-for-gputextureā‘¢ā‘”", + "ref-for-gputextureā‘¢ā‘„", "ref-for-dom-gpudevice-createtextureā‘£", "GPUCanvasCompositingAlphaMode", "dom-gpucanvascompositingalphamode-gpucanvascompositingalphamode", @@ -5083,9 +5259,9 @@ "ref-for-enumdef-gpudevicelostreason", "ref-for-idl-undefinedā‘Øā‘¦", "dom-gpudevicelostinfo-reason", - "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", @@ -5099,14 +5275,14 @@ "ref-for-Exposedā‘¢ā‘£", "gpuvalidationerror", "dom-gpuvalidationerror-gpuvalidationerror", - "ref-for-idl-DOMStringā‘§", - "dom-gpuvalidationerror-gpuvalidationerror-message-message", "ref-for-idl-DOMStringā‘Ø", + "dom-gpuvalidationerror-gpuvalidationerror-message-message", + "ref-for-idl-DOMStringā‘ ā“Ŗ", "dom-gpuvalidationerror-message", "ref-for-gpuoutofmemoryerror", - "ref-for-gpuvalidationerrorā‘Ø", + "ref-for-gpuvalidationerrorā‘ ā“Ŗ", "typedefdef-gpuerror", - "ref-for-gpudeviceā‘¤ā‘”", + "ref-for-gpudeviceā‘¤ā‘¢", "ref-for-idl-undefinedā‘Øā‘§", "ref-for-dom-gpudevice-pusherrorscope", "ref-for-enumdef-gpuerrorfilter", @@ -5124,7 +5300,7 @@ "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", @@ -5135,7 +5311,7 @@ "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", @@ -5174,7 +5350,7 @@ "ref-for-gpurenderencoderbaseā‘ ā‘”", "ref-for-abstract-opdef-resolve-indices", "ref-for-abstract-opdef-process-vertices", - "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘¤", + "ref-for-dom-gpurenderpipelinedescriptor-vertexā‘¦", "ref-for-abstract-opdef-assemble-primitives", "ref-for-dom-gpurenderpipelinedescriptor-primitiveā‘¢", "index-resolution", @@ -5186,7 +5362,7 @@ "ref-for-renderstate-indexbufferā‘”", "issue-a07e0a80", "abstract-opdef-fetch-index", - "ref-for-gpubufferā‘§ā‘”", + "ref-for-gpubufferā‘§ā‘¢", "ref-for-enumdef-gpuindexformatā‘£", "ref-for-dom-gpuindexformat-uint16ā‘ ", "ref-for-dom-gpuindexformat-uint32ā‘ ", @@ -5316,7 +5492,7 @@ "ref-for-pipelineā‘ ā‘§", "alpha-to-coverage", "alpha-to-coverage-mask", - "ref-for-dom-gpurenderpipelinedescriptor-fragmentā‘¤", + "ref-for-dom-gpurenderpipelinedescriptor-fragmentā‘¦", "ref-for-dom-gpufragmentstate-targetsā‘¢", "sample-frequency-shading", "sample-masking", @@ -5347,7 +5523,7 @@ "ref-for-idl-long", "typedefdef-gpudepthbias", "ref-for-EnforceRangeā‘Ø", - "ref-for-idl-unsigned-long-longā‘”", + "ref-for-idl-unsigned-long-longā‘§", "typedefdef-gpusize64", "ref-for-EnforceRangeā‘ ā“Ŗ", "ref-for-idl-unsigned-longā‘”ā‘„", @@ -5378,18 +5554,18 @@ "ref-for-dictdef-gpucolordict", "typedefdef-gpucolor", "dictdef-gpuorigin2ddict", - "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘ ", - "dom-gpuorigin2ddict-x", "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘”", + "dom-gpuorigin2ddict-x", + "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘¢", "dom-gpuorigin2ddict-y", "ref-for-idl-sequenceā‘ ā‘£", - "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘¢", + "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘£", "ref-for-dictdef-gpuorigin2ddict", "typedefdef-gpuorigin2d", "origin2d", - "ref-for-typedefdef-gpuorigin2dā‘ ", - "ref-for-origin2d", "ref-for-typedefdef-gpuorigin2dā‘”", + "ref-for-origin2d", + "ref-for-typedefdef-gpuorigin2dā‘¢", "origin2d-x", "ref-for-dictdef-gpuorigin2ddictā‘ ", "ref-for-dom-gpuorigin2ddict-x", @@ -5397,14 +5573,14 @@ "ref-for-dictdef-gpuorigin2ddictā‘”", "ref-for-dom-gpuorigin2ddict-y", "dictdef-gpuorigin3ddict", - "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘£", - "dom-gpuorigin3ddict-x", "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘¤", - "dom-gpuorigin3ddict-y", + "dom-gpuorigin3ddict-x", "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘„", + "dom-gpuorigin3ddict-y", + "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘¦", "dom-gpuorigin3ddict-z", "ref-for-idl-sequenceā‘ ā‘¤", - "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘¦", + "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘§", "ref-for-dictdef-gpuorigin3ddict", "typedefdef-gpuorigin3d", "origin3d", @@ -5421,14 +5597,14 @@ "ref-for-dictdef-gpuorigin3ddictā‘¢", "ref-for-dom-gpuorigin3ddict-z", "dictdef-gpuextent3ddict", - "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘§", - "dom-gpuextent3ddict-width", "ref-for-typedefdef-gpuintegercoordinateā‘ ā‘Ø", - "dom-gpuextent3ddict-height", + "dom-gpuextent3ddict-width", "ref-for-typedefdef-gpuintegercoordinateā‘”ā“Ŗ", + "dom-gpuextent3ddict-height", + "ref-for-typedefdef-gpuintegercoordinateā‘”ā‘ ", "dom-gpuextent3ddict-depthorarraylayers", "ref-for-idl-sequenceā‘ ā‘„", - "ref-for-typedefdef-gpuintegercoordinateā‘”ā‘ ", + "ref-for-typedefdef-gpuintegercoordinateā‘”ā‘”", "ref-for-dictdef-gpuextent3ddictā‘¢", "typedefdef-gpuextent3d", "extent3d", @@ -5459,14 +5635,14 @@ "ref-for-dom-gputextureformat-depth24unorm-stencil8", "ref-for-dom-gpufeaturename-depth24unorm-stencil8ā‘ ", "ref-for-featureā‘Ø", - "ref-for-enumdef-gputextureformatā‘”ā‘£", + "ref-for-enumdef-gputextureformatā‘”ā‘¤", "ref-for-dom-gputextureformat-depth24unorm-stencil8ā‘ ", "depth32float-stencil8", "dom-gpufeaturename-depth32float-stencil8", "ref-for-dom-gputextureformat-depth32float-stencil8", "ref-for-dom-gpufeaturename-depth32float-stencil8ā‘ ", "ref-for-featureā‘ ā“Ŗ", - "ref-for-enumdef-gputextureformatā‘”ā‘¤", + "ref-for-enumdef-gputextureformatā‘”ā‘„", "ref-for-dom-gputextureformat-depth32float-stencil8ā‘ ", "pipeline-statistics-query", "dom-gpufeaturename-pipeline-statistics-query", @@ -5481,7 +5657,7 @@ "dom-gpufeaturename-texture-compression-bc", "ref-for-dom-gpufeaturename-texture-compression-bcā‘ ", "ref-for-featureā‘ ā‘¢", - "ref-for-enumdef-gputextureformatā‘”ā‘„", + "ref-for-enumdef-gputextureformatā‘”ā‘¦", "ref-for-dom-gputextureformat-bc1-rgba-unorm", "ref-for-dom-gputextureformat-bc1-rgba-unorm-srgb", "ref-for-dom-gputextureformat-bc2-rgba-unorm", @@ -5507,22 +5683,21 @@ "ref-for-dom-gpuquerytype-timestampā‘£", "appendices", "texture-format-caps", - "issue-b4c1a358", "plain-color-formats", "ref-for-dom-gputextureusage-copy_srcā‘”", - "ref-for-dom-gputextureusage-copy_dstā‘¢", + "ref-for-dom-gputextureusage-copy_dstā‘£", "ref-for-dom-gputextureusage-sampledā‘”", "ref-for-enumdef-gputexturesampletypeā‘”", "ref-for-dom-gputexturesampletype-floatā‘”", - "ref-for-dom-gputextureusage-storageā‘¢", - "ref-for-dom-gputextureusage-storageā‘£", + "ref-for-dom-gputextureusage-storageā‘„", + "ref-for-dom-gputextureusage-storageā‘¦", "ref-for-dom-gpustoragetextureaccess-read-onlyā‘¢", "ref-for-dom-gpustoragetextureaccess-write-onlyā‘„", - "ref-for-dom-gputextureusage-storageā‘¤", - "ref-for-dom-gputextureusage-render_attachmentā‘§", + "ref-for-dom-gputextureusage-storageā‘§", + "ref-for-dom-gputextureusage-render_attachmentā‘ ā“Ŗ", "ref-for-enumdef-gputexturesampletypeā‘¢", - "ref-for-dom-gputextureusage-render_attachmentā‘Ø", - "ref-for-dom-gputextureusage-storageā‘„", + "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ā‘”", @@ -5609,9 +5784,9 @@ "ref-for-dom-gputexturesampletype-unfilterable-floatā‘ ā‘§", "depth-formats", "ref-for-dom-gputextureusage-copy_srcā‘¢", - "ref-for-dom-gputextureusage-copy_dstā‘£", + "ref-for-dom-gputextureusage-copy_dstā‘¤", "ref-for-dom-gputextureusage-sampledā‘¢", - "ref-for-dom-gputextureusage-render_attachmentā‘ ā“Ŗ", + "ref-for-dom-gputextureusage-render_attachmentā‘ ā‘”", "ref-for-enumdef-gputexturesampletypeā‘£", "ref-for-dom-gputextureformat-stencil8ā‘¢", "ref-for-dom-gputexturesampletype-uintā‘ ā“Ŗ", @@ -5640,7 +5815,7 @@ "issue-9fde2d0e", "packed-formats", "ref-for-dom-gputextureusage-copy_srcā‘£", - "ref-for-dom-gputextureusage-copy_dstā‘¤", + "ref-for-dom-gputextureusage-copy_dstā‘„", "ref-for-dom-gputextureusage-sampledā‘£", "ref-for-dom-gputexturesampletype-floatā‘ ā‘¦", "ref-for-enumdef-gputexturesampletypeā‘¤", @@ -5675,6 +5850,7 @@ "index", "index-defined-here", "index-defined-elsewhere", + "term-for-concept-canvas-origin-clean", "term-for-number", "term-for-event", "term-for-dictdef-eventinit", @@ -5685,12 +5861,16 @@ "term-for-dedicatedworkerglobalscope", "term-for-eventhandler", "term-for-htmlcanvaselement", + "term-for-htmlmediaelement", "term-for-imagebitmap", "term-for-navigator", + "term-for-offscreencanvas", "term-for-serializable", "term-for-window", "term-for-workernavigator", "term-for-dom-canvas-getcontext", + "term-for-the-img-element", + "term-for-the-image-argument-is-not-origin-clean", "term-for-serializable-objects", "term-for-update-the-rendering", "term-for-list-append", @@ -5721,6 +5901,7 @@ "term-for-idl-promise", "term-for-exceptiondef-rangeerror", "term-for-SameObject", + "term-for-securityerror", "term-for-exceptiondef-typeerror", "term-for-idl-USVString", "term-for-idl-Uint32Array", diff --git a/tr/ids/html-aria.json b/tr/ids/html-aria.json index 4a7c9c46318c..268c44541721 100644 --- a/tr/ids/html-aria.json +++ b/tr/ids/html-aria.json @@ -18,9 +18,6 @@ "rules-wd", "dfn-strong-native-semantics", "dfn-implicit-aria-semantics", - "ref-for-dfn-implicit-aria-semantics-1", - "dfn-html-accessibility-api-mappings", - "ref-for-dfn-implicit-aria-semantics-2", "examples-of-incorrect-usage", "x2-examples-of-incorrect-usage", "don-t-override-default-roles", @@ -36,9 +33,7 @@ "example-5-unintended-consequences", "document-conformance-requirements-for-use-of-aria-attributes-in-html", "docconformance", - "ref-for-dfn-implicit-aria-semantics-3", "dfn-any-role", - "ref-for-dfn-implicit-aria-semantics-4", "dfn-no-role", "aria-usage-note", "h-note", @@ -46,6 +41,8 @@ "h-note-0", "implicit", "el-a", + "issue-container-generatedID", + "h-note-1", "el-a-no-href", "ref-for-dfn-no-corresponding-role-1", "ref-for-dfn-any-role-1", @@ -153,8 +150,8 @@ "el-img-no-alt", "el-input-button", "el-input-checkbox", - "issue-container-generatedID", - "h-note-1", + "issue-container-generatedID-0", + "h-note-2", "el-input-color", "ref-for-dfn-no-corresponding-role-35", "el-input-date", @@ -173,8 +170,8 @@ "el-input-password", "ref-for-dfn-no-corresponding-role-41", "el-input-radio", - "issue-container-generatedID-0", - "h-note-2", + "issue-container-generatedID-1", + "h-note-3", "el-input-range", "el-input-reset", "el-input-search", @@ -318,13 +315,11 @@ "ref-for-dfn-no-corresponding-role-82", "ref-for-dfn-any-role-48", "dfn-no-corresponding-role", - "ref-for-dfn-implicit-aria-semantics-5", - "issue-container-generatedID-1", - "h-note-3", + "issue-container-generatedID-2", + "h-note-4", "example-6", + "requirements-for-use-of-aria-attributes-in-place-of-equivalent-html-attributes", "docconformance-attr", - "ref-for-dfn-implicit-aria-semantics-6", - "ref-for-dfn-implicit-aria-semantics-7", "implicit-attr", "att-checked", "att-disabled", @@ -334,8 +329,8 @@ "att-min", "att-readonly", "att-contenteditable", - "issue-container-generatedID-2", - "h-note-4", + "issue-container-generatedID-3", + "h-note-5", "att-required", "att-colspan", "att-rowspan", @@ -439,9 +434,6 @@ "bib-using-aria", "bib-wai-aria-practices-1.2", "back-to-top", - "dfn-panel-for-dfn-strong-native-semantics", - "dfn-panel-for-dfn-implicit-aria-semantics", - "dfn-panel-for-dfn-html-accessibility-api-mappings", "dfn-panel-for-dfn-any-role", "dfn-panel-for-dfn-no-role", "dfn-panel-for-dfn-no-corresponding-role" diff --git a/tr/ids/html.json b/tr/ids/html.json index 52b4f5f0ea2b..a0d949e41442 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -1246,6 +1246,23 @@ "'font-weight'", "'font-size'", "'font'", + "'font-kerning'", + "'font-stretch'", + "'font-variant-caps'", + "'small-caps'", + "'all-small-caps'", + "'petite-caps'", + "'all-petite-caps'", + "'unicase'", + "'titling-caps'", + "'ultra-condensed'", + "'extra-condensed'", + "'condensed'", + "'semi-condensed'", + "'semi-expanded'", + "'expanded'", + "'extra-expanded'", + "'ultra-expanded'", "'grid-auto-columns'", "'grid-auto-flow'", "'grid-auto-rows'", @@ -1261,6 +1278,9 @@ "ideographic-under-baseline", "fit-content-inline-size", "'aspect-ratio'", + "css-list-item", + "'counter-reset'", + "'counter-set'", "'list-style-type'", "'overflow'", "'hidden'", @@ -1286,6 +1306,7 @@ "'white-space'", "'text-align'", "'letter-spacing'", + "'word-spacing'", "'direction'", "'unicode-bidi'", "block-flow-direction", @@ -1481,6 +1502,7 @@ "svg-svg", "svg-title", "svg-use", + "svg-text-rendering", "filter-value-list", "requestidlecallback()", "start-an-idle-period-algorithm", @@ -24204,10 +24226,13 @@ "the-dialog-element:attr-dialog-open-5", "the-dialog-element:attr-dialog-open-6", "the-dialog-element:the-dialog-element-9", - "the-dialog-element:dialog-focusing-steps", "the-dialog-element:the-dialog-element-10", - "dom-dialog-showmodal", + "the-dialog-element:previously-focused-element", + "the-dialog-element:focused", + "the-dialog-element:dialog-focusing-steps", "the-dialog-element:the-dialog-element-11", + "dom-dialog-showmodal", + "the-dialog-element:the-dialog-element-12", "the-dialog-element:attr-dialog-open-7", "the-dialog-element:invalidstateerror", "the-dialog-element:domexception", @@ -24231,9 +24256,11 @@ "the-dialog-element:top-layer-add", "the-dialog-element:node-document-3", "the-dialog-element:top-layer-2", + "the-dialog-element:previously-focused-element-2", + "the-dialog-element:focused-2", "the-dialog-element:dialog-focusing-steps-2", "dialog-focusing-steps", - "the-dialog-element:the-dialog-element-12", + "the-dialog-element:the-dialog-element-13", "the-dialog-element:inert-2", "the-dialog-element:tree-order", "the-dialog-element:inert-3", @@ -24253,17 +24280,17 @@ "the-dialog-element:list-empty", "the-dialog-element:autofocus-candidates", "the-dialog-element:autofocus-processed-flag", - "the-dialog-element:the-dialog-element-13", - "the-dialog-element:remove-an-element-from-a-document", "the-dialog-element:the-dialog-element-14", + "the-dialog-element:remove-an-element-from-a-document", + "the-dialog-element:the-dialog-element-15", "the-dialog-element:document-2", "the-dialog-element:top-layer-3", "the-dialog-element:list-remove", - "the-dialog-element:the-dialog-element-15", + "the-dialog-element:the-dialog-element-16", "the-dialog-element:is-modal-2", "dom-dialog-close", "the-dialog-element:close-the-dialog", - "the-dialog-element:the-dialog-element-16", + "the-dialog-element:the-dialog-element-17", "close-the-dialog", "the-dialog-element:attr-dialog-open-9", "the-dialog-element:attr-dialog-open-10", @@ -24272,6 +24299,10 @@ "the-dialog-element:document-3", "the-dialog-element:top-layer-4", "the-dialog-element:list-remove-2", + "the-dialog-element:previously-focused-element-3", + "the-dialog-element:previously-focused-element-4", + "the-dialog-element:previously-focused-element-5", + "the-dialog-element:focusing-steps-2", "the-dialog-element:queue-an-element-task", "the-dialog-element:user-interaction-task-source", "the-dialog-element:concept-event-fire", @@ -24287,9 +24318,15 @@ "the-dialog-element:dom-event-cancelable", "the-dialog-element:attr-dialog-open-11", "the-dialog-element:close-the-dialog-2", - "the-dialog-element:the-dialog-element-17", - "is-modal", "the-dialog-element:the-dialog-element-18", + "is-modal", + "the-dialog-element:the-dialog-element-19", + "the-dialog-element:the-dialog-element-20", + "previously-focused-element", + "the-dialog-element:dom-dialog-showmodal-3", + "the-dialog-element:dom-dialog-show-2", + "the-dialog-element:focused-3", + "the-dialog-element:dialog-focusing-steps-3", "dom-dialog-open", "the-dialog-element:reflect", "the-dialog-element:attr-dialog-open-12", @@ -25713,6 +25750,33 @@ "2dcontext:dom-context-2d-direction-ltr", "2dcontext:dom-context-2d-direction-rtl", "2dcontext:dom-context-2d-direction-inherit", + "canvasfontkerning", + "2dcontext:dom-context-2d-fontkerning-auto", + "2dcontext:dom-context-2d-fontkerning-normal", + "2dcontext:dom-context-2d-fontkerning-none", + "canvasfontstretch", + "2dcontext:dom-context-2d-fontstretch-ultra-condensed", + "2dcontext:dom-context-2d-fontstretch-extra-condensed", + "2dcontext:dom-context-2d-fontstretch-condensed", + "2dcontext:dom-context-2d-fontstretch-semi-condensed", + "2dcontext:dom-context-2d-fontstretch-normal", + "2dcontext:dom-context-2d-fontstretch-semi-expanded", + "2dcontext:dom-context-2d-fontstretch-expanded", + "2dcontext:dom-context-2d-fontstretch-extra-expanded", + "2dcontext:dom-context-2d-fontstretch-ultra-expanded", + "canvasfontvariantcaps", + "2dcontext:dom-context-2d-fontvariantcaps-normal", + "2dcontext:dom-context-2d-fontvariantcaps-small-caps", + "2dcontext:dom-context-2d-fontvariantcaps-all-small-caps", + "2dcontext:dom-context-2d-fontvariantcaps-petite-caps", + "2dcontext:dom-context-2d-fontvariantcaps-all-petite-caps", + "2dcontext:dom-context-2d-fontvariantcaps-unicase", + "2dcontext:dom-context-2d-fontvariantcaps-titling-caps", + "canvastextrendering", + "2dcontext:dom-context-2d-textrendering-auto", + "2dcontext:dom-context-2d-textrendering-optimizespeed", + "2dcontext:dom-context-2d-textrendering-optimizelegibility", + "2dcontext:dom-context-2d-textrendering-geometricprecision", "canvaspathdrawingstyles", "2dcontext:dom-context-2d-linewidth", "2dcontext:canvaslinecap", @@ -25731,6 +25795,16 @@ "2dcontext:dom-context-2d-textbaseline", "2dcontext:canvasdirection", "2dcontext:dom-context-2d-direction", + "2dcontext:dom-context-2d-textletterspacing", + "2dcontext:dom-context-2d-textwordspacing", + "2dcontext:canvasfontkerning", + "2dcontext:dom-context-2d-fontkerning", + "2dcontext:canvasfontstretch", + "2dcontext:dom-context-2d-fontstretch", + "2dcontext:canvasfontvariantcaps", + "2dcontext:dom-context-2d-fontvariantcaps", + "2dcontext:canvastextrendering", + "2dcontext:dom-context-2d-textrendering", "canvaspath", "2dcontext:dom-context-2d-closepath", "2dcontext:dom-context-2d-moveto", @@ -25905,6 +25979,12 @@ "the-canvas-state:dom-context-2d-textalign", "the-canvas-state:dom-context-2d-textbaseline", "the-canvas-state:dom-context-2d-direction", + "the-canvas-state:dom-context-2d-textletterspacing", + "the-canvas-state:dom-context-2d-textwordspacing", + "the-canvas-state:dom-context-2d-fontkerning", + "the-canvas-state:dom-context-2d-fontstretch", + "the-canvas-state:dom-context-2d-fontvariantcaps", + "the-canvas-state:dom-context-2d-textrendering", "the-canvas-state:dom-context-2d-imagesmoothingenabled", "the-canvas-state:dom-context-2d-imagesmoothingquality", "the-canvas-state:dash-list", @@ -25990,6 +26070,22 @@ "dom-context-2d-direction-dev", "text-styles:dom-context-2d-direction", "text-styles:dom-context-2d-direction-inherit", + "dom-context-2d-textletterspacing-dev", + "text-styles:dom-context-2d-textletterspacing", + "dom-context-2d-textwordspacing-dev", + "text-styles:dom-context-2d-textwordspacing", + "dom-context-2d-fontkerning-dev", + "text-styles:dom-context-2d-fontkerning", + "text-styles:dom-context-2d-fontkerning-auto", + "dom-context-2d-fontstretch-dev", + "text-styles:dom-context-2d-fontstretch", + "text-styles:dom-context-2d-fontstretch-normal", + "dom-context-2d-fontvariantcaps-dev", + "text-styles:dom-context-2d-fontvariantcaps", + "text-styles:dom-context-2d-fontvariantcaps-normal", + "dom-context-2d-textrendering-dev", + "text-styles:dom-context-2d-textrendering", + "text-styles:dom-context-2d-textrendering-auto", "text-styles:canvastextdrawingstyles", "font-style-source-object", "text-styles:canvasrenderingcontext2d", @@ -26052,6 +26148,28 @@ "text-styles:canvastextdrawingstyles-6", "text-styles:dom-context-2d-direction-2", "text-styles:dom-context-2d-direction-inherit-2", + "dom-context-2d-textletterspacing", + "text-styles:canvastextdrawingstyles-7", + "text-styles:dom-context-2d-textletterspacing-2", + "dom-context-2d-textwordspacing", + "text-styles:canvastextdrawingstyles-8", + "text-styles:dom-context-2d-textwordspacing-2", + "dom-context-2d-fontkerning", + "text-styles:canvastextdrawingstyles-9", + "text-styles:dom-context-2d-fontkerning-2", + "text-styles:dom-context-2d-fontkerning-auto-2", + "dom-context-2d-fontstretch", + "text-styles:canvastextdrawingstyles-10", + "text-styles:dom-context-2d-fontstretch-2", + "text-styles:dom-context-2d-fontstretch-normal-2", + "dom-context-2d-fontvariantcaps", + "text-styles:canvastextdrawingstyles-11", + "text-styles:dom-context-2d-fontvariantcaps-2", + "text-styles:dom-context-2d-fontvariantcaps-normal-2", + "dom-context-2d-textrendering", + "text-styles:canvastextdrawingstyles-12", + "text-styles:dom-context-2d-textrendering-2", + "text-styles:dom-context-2d-textrendering-auto-2", "text-styles:dom-context-2d-textalign-3", "dom-context-2d-textalign-start", "dom-context-2d-textalign-end", @@ -26076,8 +26194,67 @@ "dom-context-2d-direction-inherit", "text-styles:the-canvas-element-6", "text-styles:document", + "text-styles:dom-context-2d-fontkerning-3", + "dom-context-2d-fontkerning-auto", + "dom-context-2d-fontkerning-normal", + "dom-context-2d-fontkerning-none", + "text-styles:dom-context-2d-fontstretch-3", + "dom-context-2d-fontstretch-ultra-condensed", + "text-styles:'font-stretch'", + "text-styles:'ultra-condensed'", + "dom-context-2d-fontstretch-extra-condensed", + "text-styles:'font-stretch'-2", + "text-styles:'extra-condensed'", + "dom-context-2d-fontstretch-condensed", + "text-styles:'font-stretch'-3", + "text-styles:'condensed'", + "dom-context-2d-fontstretch-semi-condensed", + "text-styles:'font-stretch'-4", + "text-styles:'semi-condensed'", + "dom-context-2d-fontstretch-normal", + "dom-context-2d-fontstretch-semi-expanded", + "text-styles:'font-stretch'-5", + "text-styles:'semi-expanded'", + "dom-context-2d-fontstretch-expanded", + "text-styles:'font-stretch'-6", + "text-styles:'expanded'", + "dom-context-2d-fontstretch-extra-expanded", + "text-styles:'font-stretch'-7", + "text-styles:'extra-expanded'", + "dom-context-2d-fontstretch-ultra-expanded", + "text-styles:'font-stretch'-8", + "text-styles:'ultra-expanded'", + "text-styles:dom-context-2d-fontvariantcaps-3", + "dom-context-2d-fontvariantcaps-normal", + "dom-context-2d-fontvariantcaps-small-caps", + "text-styles:'font-variant-caps'", + "text-styles:'small-caps'", + "dom-context-2d-fontvariantcaps-all-small-caps", + "text-styles:'font-variant-caps'-2", + "text-styles:'all-small-caps'", + "dom-context-2d-fontvariantcaps-petite-caps", + "text-styles:'font-variant-caps'-3", + "text-styles:'petite-caps'", + "dom-context-2d-fontvariantcaps-all-petite-caps", + "text-styles:'font-variant-caps'-4", + "text-styles:'all-petite-caps'", + "dom-context-2d-fontvariantcaps-unicase", + "text-styles:'font-variant-caps'-5", + "text-styles:'unicase'", + "dom-context-2d-fontvariantcaps-titling-caps", + "text-styles:'font-variant-caps'-6", + "text-styles:'titling-caps'", + "text-styles:dom-context-2d-textrendering-3", + "dom-context-2d-textrendering-auto", + "text-styles:svg-text-rendering", + "dom-context-2d-textrendering-optimizespeed", + "text-styles:svg-text-rendering-2", + "dom-context-2d-textrendering-optimizelegibility", + "text-styles:svg-text-rendering-3", + "dom-context-2d-textrendering-geometricprecision", + "text-styles:svg-text-rendering-4", "text-preparation-algorithm", - "text-styles:canvastextdrawingstyles-7", + "text-styles:canvastextdrawingstyles-13", "text-styles:inline-box", "text-styles:inline-box-2", "text-styles:space-characters", @@ -26100,15 +26277,25 @@ "text-styles:concept-ltr-2", "text-styles:line-box", "text-styles:inline-box-3", - "text-styles:'font'-2", - "text-styles:inline-box-4", "text-styles:'direction'", - "text-styles:inline-box-5", + "text-styles:'font'-2", + "text-styles:'font-kerning'", + "text-styles:dom-context-2d-fontkerning-4", + "text-styles:'font-stretch'-9", + "text-styles:dom-context-2d-fontstretch-4", + "text-styles:'font-variant-caps'-7", + "text-styles:dom-context-2d-fontvariantcaps-4", + "text-styles:'letter-spacing'", + "text-styles:dom-context-2d-textletterspacing-3", + "text-styles:svg-text-rendering-5", + "text-styles:dom-context-2d-textrendering-4", "text-styles:'white-space'", - "text-styles:inline-box-6", + "text-styles:'word-spacing'", + "text-styles:dom-context-2d-textwordspacing-3", + "text-styles:inline-box-4", "text-styles:line-box-2", "text-styles:'px'-2", - "text-styles:inline-box-7", + "text-styles:inline-box-5", "text-styles:dom-context-2d-textalign-4", "text-styles:dom-context-2d-textbaseline-4", "text-styles:dom-context-2d-textalign-5", @@ -26117,46 +26304,46 @@ "text-styles:dom-context-2d-textalign-start-2", "text-styles:dom-context-2d-textalign-7", "text-styles:dom-context-2d-textalign-end", - "text-styles:inline-box-8", + "text-styles:inline-box-6", "text-styles:dom-context-2d-textalign-8", "text-styles:dom-context-2d-textalign-right", "text-styles:dom-context-2d-textalign-9", "text-styles:dom-context-2d-textalign-end-2", "text-styles:dom-context-2d-textalign-10", "text-styles:dom-context-2d-textalign-start-3", - "text-styles:inline-box-9", + "text-styles:inline-box-7", "text-styles:dom-context-2d-textalign-11", "text-styles:dom-context-2d-textalign-center", - "text-styles:inline-box-10", + "text-styles:inline-box-8", "text-styles:dom-context-2d-textbaseline-5", "text-styles:dom-context-2d-textbaseline-top", "text-styles:first-available-font", - "text-styles:inline-box-11", + "text-styles:inline-box-9", "text-styles:dom-context-2d-textbaseline-6", "text-styles:dom-context-2d-textbaseline-hanging", "text-styles:hanging-baseline-2", "text-styles:first-available-font-2", - "text-styles:inline-box-12", + "text-styles:inline-box-10", "text-styles:dom-context-2d-textbaseline-7", "text-styles:dom-context-2d-textbaseline-middle", "text-styles:first-available-font-3", - "text-styles:inline-box-13", + "text-styles:inline-box-11", "text-styles:dom-context-2d-textbaseline-8", "text-styles:dom-context-2d-textbaseline-alphabetic-3", "text-styles:alphabetic-baseline-2", "text-styles:first-available-font-4", - "text-styles:inline-box-14", + "text-styles:inline-box-12", "text-styles:dom-context-2d-textbaseline-9", "text-styles:dom-context-2d-textbaseline-ideographic", "text-styles:ideographic-under-baseline-2", "text-styles:first-available-font-5", - "text-styles:inline-box-15", + "text-styles:inline-box-13", "text-styles:dom-context-2d-textbaseline-10", "text-styles:dom-context-2d-textbaseline-bottom", "text-styles:first-available-font-6", + "text-styles:inline-box-14", + "text-styles:inline-box-15", "text-styles:inline-box-16", - "text-styles:inline-box-17", - "text-styles:inline-box-18", "text-styles:'px'-3", "building-paths", "building-paths:canvaspath", @@ -49652,7 +49839,22 @@ "lists:ordinal-value", "lists:the-li-element-2", "css-list-rendering", + "lists:css-list-item", "lists:the-li-element-3", + "lists:attr-li-value", + "lists:rules-for-parsing-integers", + "lists:presentational-hints-2", + "lists:'counter-set'", + "lists:the-ol-element", + "lists:attr-ol-start", + "lists:attr-ol-reversed", + "lists:presentational-hints-3", + "lists:'counter-reset'", + "lists:attr-ol-start-2", + "lists:rules-for-parsing-integers-2", + "lists:attr-ol-reversed-2", + "lists:attr-ol-start-3", + "lists:presentational-hints-4", "tables-2", "tables-2:presentational-hints", "tables-2:magic-border-selector", diff --git a/tr/ids/image-resource.json b/tr/ids/image-resource.json index 89961bd8dabc..48d213debc62 100644 --- a/tr/ids/image-resource.json +++ b/tr/ids/image-resource.json @@ -137,7 +137,6 @@ "normative-references", "a-1-normative-references", "bib-appmanifest", - "bib-dom", "bib-fetch", "bib-html", "bib-infra", diff --git a/tr/ids/is-input-pending.json b/tr/ids/is-input-pending.json index 8e0a2c38a216..ea85ceb0e79a 100644 --- a/tr/ids/is-input-pending.json +++ b/tr/ids/is-input-pending.json @@ -64,7 +64,6 @@ "dom-navigator", "webidl-1853875733", "idl-def-navigator-partial-1", - "ref-for-dom-navigator-1", "idl-def-navigator-scheduling", "ref-for-dom-scheduling-2", "dom-navigator-scheduling", @@ -115,24 +114,8 @@ "dfn-panel-for-dom-isinputpendingoptions-includecontinuous", "dfn-panel-for-dom-scheduling", "dfn-panel-for-dom-scheduling-isinputpending", - "dfn-panel-for-dfn-surrounding-agent", - "dfn-panel-for-dfn-event-loop", - "dfn-panel-for-dfn-task-queues", - "dfn-panel-for-dfn-task", - "dfn-panel-for-dfn-dispatch", - "dfn-panel-for-dfn-uievent", - "dfn-panel-for-dfn-touchevent", - "dfn-panel-for-dfn-browsing-context", - "dfn-panel-for-dom-navigator", "dfn-panel-for-dom-navigator-scheduling", "dfn-panel-for-dfn-continuous-event", - "dfn-panel-for-dfn-trusted-event", - "dfn-panel-for-dfn-mousemove", - "dfn-panel-for-dfn-wheel", - "dfn-panel-for-dfn-touchmove", - "dfn-panel-for-dfn-drag", - "dfn-panel-for-dfn-pointermove", - "dfn-panel-for-dfn-pointerrawupdate", "dfn-panel-for-dfn-continuous-event-task" ] } \ No newline at end of file diff --git a/tr/ids/js-self-profiling.json b/tr/ids/js-self-profiling.json index 50fd89b544a4..e076961211e3 100644 --- a/tr/ids/js-self-profiling.json +++ b/tr/ids/js-self-profiling.json @@ -231,7 +231,6 @@ "dom-performance", "webidl-1985224847", "idl-def-performance-partial-1", - "ref-for-dom-performance-1", "idl-def-performance-profile-options", "ref-for-dom-profiler-4", "ref-for-dom-performance-profile-1", @@ -280,25 +279,14 @@ "dfn-panel-for-dfn-profiling-session", "dfn-panel-for-dfn-state", "dfn-panel-for-dfn-sample-interval", - "dfn-panel-for-dfn-agent", - "dfn-panel-for-dfn-time-origin", "dfn-panel-for-dfn-sample-buffer-size-limit", "dfn-panel-for-dfn-take-a-sample", "dfn-panel-for-dfn-samplebufferfull", - "dfn-panel-for-dfn-current-high-resolution-time", - "dfn-panel-for-dfn-execution-context-stack", "dfn-panel-for-dfn-get-a-stack-id", "dfn-panel-for-dfn-get-a-frame-id", - "dfn-panel-for-dfn-execution-context", - "dfn-panel-for-dfn-realm", - "dfn-panel-for-dfn-response", - "dfn-panel-for-dfn-cors-same-origin", - "dfn-panel-for-dfn-function-instance", - "dfn-panel-for-dfn-function-instance-name", "dfn-panel-for-dfn-get-an-element-id", "dfn-panel-for-dom-profiler", "dfn-panel-for-dom-profiler-sampleinterval", - "dfn-panel-for-dfn-domhighrestimestamp", "dfn-panel-for-dom-profiler-stopped", "dfn-panel-for-dom-profiler-stop", "dfn-panel-for-dom-profilertrace", @@ -316,16 +304,11 @@ "dfn-panel-for-dom-profilerframe-name", "dfn-panel-for-dom-profilerframe-resourceid", "dfn-panel-for-dom-profilerresource", - "dfn-panel-for-dfn-script-record", - "dfn-panel-for-dfn-source-text-module-record", "dfn-panel-for-dom-profilerframe-line", "dfn-panel-for-dom-profilerframe-column", "dfn-panel-for-dom-profilerinitoptions", "dfn-panel-for-dom-profilerinitoptions-sampleinterval", "dfn-panel-for-dom-profilerinitoptions-maxbuffersize", - "dfn-panel-for-dom-performance", - "dfn-panel-for-dom-performance-profile", - "dfn-panel-for-dfn-cross-origin-isolated", - "dfn-panel-for-dfn-current" + "dfn-panel-for-dom-performance-profile" ] } \ No newline at end of file diff --git a/tr/ids/manifest-app-info.json b/tr/ids/manifest-app-info.json new file mode 100644 index 000000000000..e8c4cebb4cce --- /dev/null +++ b/tr/ids/manifest-app-info.json @@ -0,0 +1,151 @@ +{ + "spec": { + "title": "Web App Manifest - Application Information", + "url": "https://www.w3.org/TR/manifest-app-info/" + }, + "ids": [ + "initialUserConfig", + "toc-nav", + "toc-jump", + "toc-toggle", + "title", + "abstract", + "ref-for-index-term-web-application-manifest-1", + "ref-for-index-term-application-manifest-1", + "ref-for-index-term-installed-web-application-1", + "sotd", + "w3c_process_revision", + "toc", + "table-of-contents", + "marketable-web-applications", + "x1-marketable-web-applications", + "ref-for-index-term-name-for-manifest-1", + "ref-for-index-term-icons-for-manifest-1", + "supplementary-manifest-members", + "x2-supplementary-manifest-members", + "ref-for-index-term-application-manifest-2", + "ref-for-index-term-applied-1", + "ref-for-index-term-installed-web-application-2", + "ref-for-index-term-application-manifest-3", + "example-1-using-the-supplementary-members", + "ref-for-index-term-application-manifest-4", + "dfn-object", + "ref-for-index-term-array-1", + "dfn-array", + "ref-for-index-term-array-2", + "dfn-string", + "ref-for-index-term-array-3", + "ref-for-index-term-the-json-data-interchange-format-1", + "categories-member", + "x2-1-categories-member", + "dfn-categories", + "ref-for-index-term-array-4", + "ref-for-index-term-array-5", + "issue-container-generatedID", + "h-note", + "description-member", + "x2-2-description-member", + "dfn-description", + "ref-for-index-term-array-6", + "ref-for-index-term-accessible-description-1", + "ref-for-index-term-installed-web-application-3", + "iarc_rating_id-member", + "x2-3-iarc_rating_id-member", + "dfn-iarc_rating_id", + "ref-for-index-term-array-7", + "issue-container-generatedID-0", + "h-note-0", + "ref-for-dfn-iarc_rating_id-1", + "screenshots-member", + "x2-4-screenshots-member", + "dfn-screenshots", + "ref-for-dfn-screenshots-object-1", + "screenshot-object-and-its-members", + "x3-screenshot-object-and-its-members", + "dfn-screenshots-object", + "ref-for-index-term-imageresource-1", + "ref-for-index-term-array-8", + "label-member", + "x3-1-label-member", + "dfn-label", + "ref-for-index-term-array-9", + "ref-for-index-term-accessible-name-1", + "ref-for-dfn-screenshots-object-2", + "ref-for-dfn-label-1", + "example-2-using-the-supplementary-members", + "platform-member", + "x3-2-platform-member", + "dfn-platform", + "ref-for-index-term-array-10", + "issue-container-generatedID-1", + "h-note-1", + "ref-for-index-term-sizes-for-imageresource-1", + "issue-container-generatedID-2", + "h-note-2", + "internationalization", + "a-internationalization", + "ref-for-index-term-the-approach-es-outlined-in-the-manifest-spec-1", + "conformance", + "b-conformance", + "acknowledgements", + "c-acknowledgements", + "gh-contributors", + "index", + "d-index", + "index-defined-here", + "d-1-terms-defined-by-this-specification", + "index-defined-elsewhere", + "d-2-terms-defined-by-reference", + "index-term-accessible-description", + "index-term-accessible-name", + "index-term-application-manifest", + "index-term-applied", + "index-term-icons-for-manifest", + "index-term-installed-web-application", + "index-term-name-for-manifest", + "index-term-the-approach-es-outlined-in-the-manifest-spec", + "index-term-web-application-manifest", + "index-term-array", + "index-term-the-json-data-interchange-format", + "index-term-imageresource", + "index-term-sizes-for-imageresource", + "references", + "e-references", + "normative-references", + "e-1-normative-references", + "bib-accname-1.2", + "bib-appmanifest", + "ref-for-index-term-web-application-manifest-2", + "ref-for-index-term-web-application-manifest-3", + "bib-ecma-404", + "ref-for-index-term-the-json-data-interchange-format-2", + "ref-for-index-term-the-json-data-interchange-format-3", + "bib-image-resource", + "bib-rfc2119", + "bib-rfc8174", + "back-to-top", + "dfn-panel-for-dfn-object", + "dfn-panel-for-dfn-array", + "dfn-panel-for-dfn-string", + "dfn-panel-for-dfn-categories", + "dfn-panel-for-dfn-description", + "dfn-panel-for-dfn-iarc_rating_id", + "dfn-panel-for-dfn-screenshots", + "dfn-panel-for-dfn-screenshots-object", + "dfn-panel-for-dfn-label", + "dfn-panel-for-dfn-platform", + "dfn-panel-for-index-term-accessible-description", + "dfn-panel-for-index-term-accessible-name", + "dfn-panel-for-index-term-application-manifest", + "dfn-panel-for-index-term-applied", + "dfn-panel-for-index-term-icons-for-manifest", + "dfn-panel-for-index-term-installed-web-application", + "dfn-panel-for-index-term-name-for-manifest", + "dfn-panel-for-index-term-the-approach-es-outlined-in-the-manifest-spec", + "dfn-panel-for-index-term-web-application-manifest", + "dfn-panel-for-index-term-array", + "dfn-panel-for-index-term-the-json-data-interchange-format", + "dfn-panel-for-index-term-imageresource", + "dfn-panel-for-index-term-sizes-for-imageresource" + ] +} \ No newline at end of file diff --git a/tr/ids/mathml-core.json b/tr/ids/mathml-core.json index 53fbd48cab47..3a657b1f9618 100644 --- a/tr/ids/mathml-core.json +++ b/tr/ids/mathml-core.json @@ -2076,9 +2076,6 @@ "dfn-panel-for-dfn-displaystyle", "dfn-panel-for-dfn-scriptlevel", "dfn-panel-for-dom-mathmlelement", - "dfn-panel-for-dfn-globaleventhandlers", - "dfn-panel-for-dfn-documentandelementeventhandlers", - "dfn-panel-for-dfn-htmlorforeignelement", "dfn-panel-for-dfn-block-dimension", "dfn-panel-for-dfn-inline-dimension", "dfn-panel-for-dfn-block-axis", diff --git a/tr/ids/notifications.json b/tr/ids/notifications.json index 02dce3e070b5..b85a181f5d30 100644 --- a/tr/ids/notifications.json +++ b/tr/ids/notifications.json @@ -83,9 +83,14 @@ "ref-for-concept-notificationā‘”ā‘¢", "ref-for-service-worker-registrationā‘ ", "create-a-notification", + "ref-for-dictdef-notificationoptions", + "ref-for-dfn-dictionary", + "ref-for-environment-settings-object", + "ref-for-serviceworkerregistration", "ref-for-concept-notificationā‘”ā‘£", "ref-for-service-worker-registrationā‘”", "ref-for-dom-notificationoptions-actions", + "ref-for-list-empty", "ref-for-dfn-throw", "ref-for-exceptiondef-typeerror", "ref-for-actionsā‘ ", @@ -108,13 +113,12 @@ "ref-for-concept-language", "ref-for-dom-notificationoptions-lang", "ref-for-concept-origin", - "ref-for-entry-settings-object", "ref-for-concept-settings-object-origin", "ref-for-body", "ref-for-dom-notificationoptions-body", "ref-for-tagā‘ ", "ref-for-dom-notificationoptions-tagā‘ ", - "ref-for-entry-settings-objectā‘ ", + "ref-for-api-base-url", "ref-for-dom-notificationoptions-image", "ref-for-map-existsā‘ ", "ref-for-concept-url-parser", @@ -134,23 +138,26 @@ "ref-for-map-existsā‘£", "ref-for-dfn-validate-and-normalize", "ref-for-vibration-patternā‘ ", - "ref-for-vibration-patternā‘”", "ref-for-dom-notificationoptions-timestamp", "ref-for-map-existsā‘¤", "ref-for-timestamp", "ref-for-timestampā‘ ", - "ref-for-dom-notificationoptions-renotifyā‘ ", "ref-for-renotify-preference-flag", - "ref-for-dom-notificationoptions-silentā‘ ", + "ref-for-dom-notificationoptions-renotifyā‘ ", "ref-for-silent-preference-flag", - "ref-for-dom-notificationoptions-requireinteraction", + "ref-for-dom-notificationoptions-silentā‘ ", "ref-for-require-interaction-preference-flag", + "ref-for-dom-notificationoptions-requireinteraction", "ref-for-actionsā‘”", "ref-for-dom-notificationoptions-actionsā‘ ", "ref-for-maximum-number-of-actions", "ref-for-actionsā‘¢", "ref-for-action-name", + "ref-for-dom-notificationaction-action", "ref-for-action-title", + "ref-for-dom-notificationaction-title", + "ref-for-dom-notificationaction-icon", + "ref-for-map-existsā‘„", "ref-for-concept-url-parserā‘¢", "ref-for-action-icon-url", "ref-for-action-icon-urlā‘ ", @@ -308,7 +315,7 @@ "alerting-the-user", "alert-steps", "ref-for-dfn-perform-vibration", - "ref-for-vibration-patternā‘¢", + "ref-for-vibration-patternā‘”", "api", "ref-for-Exposed", "notification", @@ -316,7 +323,7 @@ "ref-for-dom-notification-notification", "ref-for-idl-DOMString", "dom-notification-notification-title-options-title", - "ref-for-dictdef-notificationoptions", + "ref-for-dictdef-notificationoptionsā‘ ", "dom-notification-notification-title-options-options", "ref-for-enumdef-notificationpermission", "ref-for-dom-notification-permission", @@ -437,32 +444,34 @@ "ref-for-concept-event-listener", "constructors", "dom-notification-notification", - "ref-for-current-global-object", + "ref-for-this", + "ref-for-concept-relevant-global", "ref-for-serviceworkerglobalscope", "ref-for-dfn-throwā‘¢", "ref-for-exceptiondef-typeerrorā‘¢", "ref-for-create-a-notification", - "ref-for-notificationā‘§", + "ref-for-thisā‘ ", + "ref-for-relevant-settings-object", + "ref-for-thisā‘”", "ref-for-in-parallelā‘£", "ref-for-permissionā‘”", "ref-for-concept-originā‘£", "ref-for-queue-a-taskā‘¢", "ref-for-concept-event-fireā‘¢", + "ref-for-thisā‘¢", "ref-for-fetch-steps", "ref-for-show-stepsā‘ ", "static-members", "dom-notification-permission", "ref-for-permissionā‘¢", - "ref-for-entry-settings-objectā‘”", + "ref-for-current-settings-object", "ref-for-concept-settings-object-originā‘ ", "dom-notification-requestpermission", - "ref-for-this", - "ref-for-concept-relevant-global", - "ref-for-thisā‘ ", - "ref-for-relevant-settings-object", + "ref-for-current-global-object", + "ref-for-current-settings-objectā‘ ", "ref-for-concept-settings-object-originā‘”", "ref-for-a-new-promise", - "ref-for-thisā‘”", + "ref-for-thisā‘£", "ref-for-concept-relevant-realm", "ref-for-in-parallelā‘¤", "ref-for-permissionā‘£", @@ -477,7 +486,7 @@ "object-members", "ref-for-event-handlers", "ref-for-event-handler-event-type", - "ref-for-notificationā‘Ø", + "ref-for-notificationā‘§", "ref-for-event-handlersā‘ ", "ref-for-event-handler-event-typeā‘ ", "dom-notification-onclick", @@ -486,78 +495,98 @@ "dom-notification-onclose", "dom-notification-close", "ref-for-close-stepsā‘”", + "ref-for-thisā‘¤", "ref-for-concept-notificationā‘£ā‘”", "dom-notification-title", + "ref-for-thisā‘„", "ref-for-concept-notificationā‘£ā‘¢", "ref-for-concept-titleā‘¤", "dom-notification-dir", + "ref-for-thisā‘¦", "ref-for-concept-notificationā‘£ā‘£", "ref-for-concept-directionā‘¢", "dom-notification-lang", + "ref-for-thisā‘§", "ref-for-concept-notificationā‘£ā‘¤", "ref-for-concept-languageā‘”", "dom-notification-body", + "ref-for-thisā‘Ø", "ref-for-concept-notificationā‘£ā‘„", "ref-for-bodyā‘£", "dom-notification-tag", + "ref-for-thisā‘ ā“Ŗ", "ref-for-concept-notificationā‘£ā‘¦", "ref-for-tagā‘£", "dom-notification-image", + "ref-for-thisā‘ ā‘ ", "ref-for-concept-notificationā‘£ā‘§", "ref-for-image-urlā‘£", - "ref-for-concept-url-serializer", + "ref-for-thisā‘ ā‘”", "ref-for-concept-notificationā‘£ā‘Ø", "ref-for-image-urlā‘¤", + "ref-for-concept-url-serializer", "dom-notification-icon", + "ref-for-thisā‘ ā‘¢", "ref-for-concept-notificationā‘¤ā“Ŗ", "ref-for-icon-urlā‘£", - "ref-for-concept-url-serializerā‘ ", + "ref-for-thisā‘ ā‘£", "ref-for-concept-notificationā‘¤ā‘ ", "ref-for-icon-urlā‘¤", + "ref-for-concept-url-serializerā‘ ", "dom-notification-badge", + "ref-for-thisā‘ ā‘¤", "ref-for-concept-notificationā‘¤ā‘”", "ref-for-badge-urlā‘£", - "ref-for-concept-url-serializerā‘”", + "ref-for-thisā‘ ā‘„", "ref-for-concept-notificationā‘¤ā‘¢", "ref-for-badge-urlā‘¤", + "ref-for-concept-url-serializerā‘”", "dom-notification-vibrate", + "ref-for-thisā‘ ā‘¦", "ref-for-concept-notificationā‘¤ā‘£", - "ref-for-vibration-patternā‘£", + "ref-for-vibration-patternā‘¢", "dom-notification-timestamp", + "ref-for-thisā‘ ā‘§", "ref-for-concept-notificationā‘¤ā‘¤", "ref-for-timestampā‘”", "dom-notification-renotify", + "ref-for-thisā‘ ā‘Ø", "ref-for-concept-notificationā‘¤ā‘„", "ref-for-renotify-preference-flagā‘”", "dom-notification-silent", + "ref-for-thisā‘”ā“Ŗ", "ref-for-concept-notificationā‘¤ā‘¦", "ref-for-silent-preference-flagā‘ ", "dom-notification-requireinteraction", + "ref-for-thisā‘”ā‘ ", "ref-for-concept-notificationā‘¤ā‘§", "ref-for-require-interaction-preference-flagā‘ ", "dom-notification-data", "ref-for-structureddeserialize", + "ref-for-thisā‘”ā‘”", "ref-for-concept-notificationā‘¤ā‘Ø", "ref-for-dataā‘ ", - "ref-for-thisā‘¢", + "ref-for-thisā‘”ā‘¢", "ref-for-concept-relevant-realmā‘ ", "dom-notification-actions", "ref-for-dictdef-notificationactionā‘”", + "ref-for-list-iterate", + "ref-for-thisā‘”ā‘£", "ref-for-concept-notificationā‘„ā“Ŗ", "ref-for-actionsā‘ ā‘£", "ref-for-dictdef-notificationactionā‘¢", - "ref-for-dom-notificationaction-action", + "ref-for-dom-notificationaction-actionā‘ ", "ref-for-action-nameā‘”", - "ref-for-dom-notificationaction-title", + "ref-for-dom-notificationaction-titleā‘ ", "ref-for-action-titleā‘¢", - "ref-for-dom-notificationaction-icon", + "ref-for-dom-notificationaction-iconā‘ ", "ref-for-action-icon-urlā‘£", "ref-for-sec-object.freeze", "ref-for-dfn-create-frozen-array", "examples", "using-events", "ref-for-non-persistent-notificationā‘¤", - "ref-for-notificationā‘ ā“Ŗ", + "ref-for-notificationā‘Ø", "example-08e8ecea", "using-actions", "ref-for-persistent-notificationā‘¦", @@ -573,17 +602,17 @@ "dictdef-getnotificationoptions", "ref-for-idl-DOMStringā‘ ā“Ŗ", "dom-getnotificationoptions-tag", - "ref-for-serviceworkerregistration", + "ref-for-serviceworkerregistrationā‘ ", "ref-for-idl-promiseā‘ ", "ref-for-idl-undefinedā‘”", "ref-for-dom-serviceworkerregistration-shownotificationā‘ ", "ref-for-idl-DOMStringā‘ ā‘ ", "dom-serviceworkerregistration-shownotification-title-options-title", - "ref-for-dictdef-notificationoptionsā‘ ", + "ref-for-dictdef-notificationoptionsā‘”", "dom-serviceworkerregistration-shownotification-title-options-options", "ref-for-idl-promiseā‘”", "ref-for-idl-sequenceā‘ ", - "ref-for-notificationā‘ ā‘ ", + "ref-for-notificationā‘ ā“Ŗ", "ref-for-dom-serviceworkerregistration-getnotifications", "ref-for-dictdef-getnotificationoptions", "dom-serviceworkerregistration-getnotifications-filter-filter", @@ -595,13 +624,13 @@ "dom-notificationevent-notificationevent-type-eventinitdict-type", "ref-for-dictdef-notificationeventinit", "dom-notificationevent-notificationevent-type-eventinitdict-eventinitdict", - "ref-for-notificationā‘ ā‘”", + "ref-for-notificationā‘ ā‘ ", "dom-notificationevent-notification", "ref-for-idl-DOMStringā‘ ā‘¢", "dom-notificationevent-action", "dictdef-notificationeventinit", "ref-for-dictdef-extendableeventinit", - "ref-for-notificationā‘ ā‘¢", + "ref-for-notificationā‘ ā‘”", "dom-notificationeventinit-notification", "ref-for-idl-DOMStringā‘ ā‘£", "dom-notificationeventinit-action", @@ -611,17 +640,19 @@ "ref-for-eventhandlerā‘¤", "ref-for-dom-serviceworkerglobalscope-onnotificationclose", "dom-serviceworkerregistration-shownotification", - "ref-for-thisā‘£", + "ref-for-thisā‘”ā‘¤", "ref-for-concept-relevant-globalā‘ ", "ref-for-a-new-promiseā‘ ", - "ref-for-thisā‘¤", + "ref-for-thisā‘”ā‘„", "ref-for-concept-relevant-realmā‘”", - "ref-for-thisā‘„", + "ref-for-thisā‘”ā‘¦", "ref-for-dfn-active-worker", "ref-for-reject", "ref-for-exceptiondef-typeerrorā‘£", - "ref-for-thisā‘¦", + "ref-for-thisā‘”ā‘§", "ref-for-create-a-notificationā‘ ", + "ref-for-thisā‘”ā‘Ø", + "ref-for-relevant-settings-objectā‘ ", "ref-for-rejectā‘ ", "ref-for-in-parallelā‘„", "ref-for-permissionā‘„", @@ -636,12 +667,12 @@ "ref-for-dom-manipulation-task-sourceā‘”", "ref-for-resolveā‘ ", "dom-serviceworkerregistration-getnotifications", - "ref-for-thisā‘§", + "ref-for-thisā‘¢ā“Ŗ", "ref-for-concept-relevant-globalā‘”", - "ref-for-thisā‘Ø", + "ref-for-thisā‘¢ā‘ ", "ref-for-concept-relevant-realmā‘¢", - "ref-for-thisā‘ ā“Ŗ", - "ref-for-relevant-settings-objectā‘ ", + "ref-for-thisā‘¢ā‘”", + "ref-for-relevant-settings-objectā‘”", "ref-for-concept-settings-object-originā‘¢", "ref-for-a-new-promiseā‘”", "ref-for-in-parallelā‘¦", @@ -652,28 +683,28 @@ "ref-for-concept-originā‘„", "ref-for-same-originā‘ ", "ref-for-service-worker-registrationā‘¢", - "ref-for-thisā‘ ā‘ ", + "ref-for-thisā‘¢ā‘¢", "ref-for-tagā‘¤", "ref-for-queue-a-global-taskā‘¢", "ref-for-dom-manipulation-task-sourceā‘¢", "ref-for-listā‘”", - "ref-for-list-iterate", + "ref-for-list-iterateā‘ ", "ref-for-concept-notificationā‘„ā‘”", "ref-for-new", - "ref-for-notificationā‘ ā‘£", + "ref-for-notificationā‘ ā‘¢", "ref-for-concept-notificationā‘„ā‘¢", "ref-for-list-appendā‘ ", "ref-for-resolveā‘”", - "ref-for-notificationā‘ ā‘¤", + "ref-for-notificationā‘ ā‘£", "ref-for-concept-notificationā‘„ā‘£", - "ref-for-notificationā‘ ā‘„", + "ref-for-notificationā‘ ā‘¤", "fire-a-service-worker-notification-event", "ref-for-concept-notificationā‘„ā‘¤", "ref-for-fire-functional-event", "ref-for-notificationevent", "ref-for-service-worker-registrationā‘£", "ref-for-dom-notificationevent-notification", - "ref-for-notificationā‘ ā‘¦", + "ref-for-notificationā‘ ā‘„", "ref-for-dom-notificationevent-action", "ref-for-dom-notificationevent-notificationā‘ ", "ref-for-dom-notificationevent-actionā‘ ", @@ -700,9 +731,12 @@ "term-for-eventhandler", "term-for-structureddeserialize", "term-for-structuredserializeforstorage", + "term-for-api-base-url", "term-for-browsing-context", "term-for-current-global-object", + "term-for-current-settings-object", "term-for-dom-manipulation-task-source", + "term-for-environment-settings-object", "term-for-event-handlers", "term-for-event-handler-event-type", "term-for-dom-window-focus", @@ -717,6 +751,7 @@ "term-for-same-origin", "term-for-list-append", "term-for-list-contain", + "term-for-list-empty", "term-for-map-exists", "term-for-list-iterate", "term-for-list", @@ -742,6 +777,7 @@ "term-for-idl-any", "term-for-idl-boolean", "term-for-dfn-create-frozen-array", + "term-for-dfn-dictionary", "term-for-invoke-a-callback-function", "term-for-new", "term-for-reject", @@ -753,12 +789,12 @@ "term-for-idl-unsigned-long", "references", "normative", + "biblio-bcp47", "biblio-bidi", "biblio-dom", "biblio-fetch", "biblio-html", "biblio-infra", - "biblio-lang", "biblio-service-workers", "biblio-url", "biblio-vibration", diff --git a/tr/ids/payment-handler.json b/tr/ids/payment-handler.json index 2a4cb4fe7c3b..bb388bdd7704 100644 --- a/tr/ids/payment-handler.json +++ b/tr/ids/payment-handler.json @@ -16,243 +16,516 @@ "table-of-contents", "introduction", "x1-introduction", + "ref-for-dom-paymentrequestevent-1", + "ref-for-dfn-payment-handler-1", + "ref-for-dom-paymentrequestevent-2", + "ref-for-dom-paymentmanager-1", + "ref-for-dom-paymentinstrument-1", + "ref-for-dom-paymentrequestevent-3", "issue-container-generatedID", "h-note", "model", "x2-overview-of-handling-payment-requests", + "ref-for-dfn-payment-handler-2", + "ref-for-dom-paymentmanager-2", + "ref-for-dom-paymentmanager-instruments-1", + "ref-for-dom-paymentinstrument-2", + "ref-for-dom-paymentinstrument-method-1", + "ref-for-dom-paymentinstrument-capabilities-1", + "ref-for-dom-paymentinstrument-name-1", + "ref-for-dom-paymentinstrument-icons-1", + "ref-for-dom-paymenthandlerresponse-1", "dfn-payee", + "ref-for-dom-canmakepaymentevent-1", + "ref-for-dom-paymentmanager-instruments-2", "dfn-payer", + "ref-for-dom-paymentmanager-instruments-3", + "ref-for-dom-paymentrequestevent-4", + "ref-for-dom-serviceworkerregistration-paymentmanager-1", + "ref-for-dom-paymentrequestevent-5", + "ref-for-dfn-payee-1", + "ref-for-dfn-payment-handler-3", "issue-container-generatedID-0", "h-note-0", + "ref-for-dfn-payment-handler-4", + "ref-for-dom-paymentmanager-instruments-4", + "ref-for-dom-paymentmanager-instruments-5", + "ref-for-dom-serviceworkerregistration-paymentmanager-2", "handling-a-payment-request", "x2-1-handling-a-payment-request", "dfn-payment-handler", + "ref-for-dom-paymentrequestevent-6", "structure-of-a-web-payment-app", "x2-2-structure-of-a-web-payment-app", - "fig-a-web-payment-app-is-associated-with-an-origin-payment-handlers-respond-to-paymentrequestevents-paymentmanagers-manage-the-definition-display-and-user-selection-of-paymentinstruments-a-paymentinstrument-supports-one-or-more-payment-methods", + "fig-a-web-payment-app-is-associated-with-an-origin-payment-handlers-respond-to-paymentrequestevents-paymentmanager-manage-the-definition-display-and-user-selection-of-paymentinstruments-a-paymentinstrument-supports-one-or-more-payment-methods", + "ref-for-dom-paymentrequestevent-7", + "ref-for-dom-paymentmanager-3", + "ref-for-dom-paymentinstrument-3", + "ref-for-dom-paymentinstrument-4", "relation-to-other-types-of-payment-apps", "x2-3-relation-to-other-types-of-payment-apps", "fig-payment-handler-api-enables-web-apps-to-handle-payments-other-types-of-payment-apps-may-use-other-proprietary-mechanisms", "registration", "x3-registration", + "ref-for-dom-paymentinstrument-5", + "ref-for-dom-paymentinstruments-set-1", "extension-to-the-serviceworkerregistration-interface", "x3-1-extension-to-the-serviceworkerregistration-interface", - "dom-serviceworkerregistration-paymentmanager", + "webidl-1742672635", "idl-def-serviceworkerregistration-partial-1", "idl-def-serviceworkerregistration-paymentmanager", + "ref-for-dom-paymentmanager-4", + "ref-for-dom-serviceworkerregistration-paymentmanager-3", + "dom-serviceworkerregistration-paymentmanager", "paymentmanager-interface", "x3-2-paymentmanager-interface", "dom-paymentmanager", + "webidl-569672482", "idl-def-paymentmanager", + "ref-for-dom-paymentmanager-5", "idl-def-paymentmanager-instruments", + "ref-for-dom-paymentinstruments-1", + "ref-for-dom-paymentmanager-instruments-6", "idl-def-paymentmanager-userhint", + "ref-for-dom-paymentmanager-userhint-1", + "idl-def-paymentmanager-enabledelegations-delegations", + "ref-for-dom-paymentmanager-enabledelegations-1", + "ref-for-dom-paymentdelegation-1", + "ref-for-dom-paymentmanager-6", + "ref-for-dfn-payment-handler-5", "instruments-attribute", "x3-2-1-instruments-attribute", "dom-paymentmanager-instruments", "userhint-attribute", "x3-2-2-userhint-attribute", "dom-paymentmanager-userhint", + "enabledelegations-method", + "x3-2-3-enabledelegations-method", + "dom-paymentmanager-enabledelegations", + "ref-for-dfn-payment-handler-6", + "ref-for-dom-paymentdelegation-2", + "paymentdelegation-enum", + "x3-3-paymentdelegation-enum", + "dom-paymentdelegation", + "webidl-1015767474", + "idl-def-paymentdelegation", + "ref-for-dom-paymentdelegation-3", + "ref-for-dom-paymentdelegation-shippingaddress-1", + "ref-for-dom-paymentdelegation-payername-1", + "ref-for-dom-paymentdelegation-payerphone-1", + "ref-for-dom-paymentdelegation-payeremail-1", + "dom-paymentdelegation-shippingaddress", + "dom-paymentdelegation-payername", + "dom-paymentdelegation-payerphone", + "dom-paymentdelegation-payeremail", "paymentinstruments-interface", - "x3-3-paymentinstruments-interface", + "x3-4-paymentinstruments-interface", "dom-paymentinstruments", + "webidl-1332825505", "idl-def-paymentinstruments", + "ref-for-dom-paymentinstruments-2", "idl-def-paymentinstruments-delete-instrumentkey", + "ref-for-dom-paymentinstruments-delete-1", "idl-def-paymentinstruments-get-instrumentkey", + "ref-for-dom-paymentinstruments-get-1", "idl-def-paymentinstruments-keys", + "ref-for-dom-paymentinstruments-keys-1", "idl-def-paymentinstruments-has-instrumentkey", + "ref-for-dom-paymentinstruments-has-1", "idl-def-paymentinstruments-set-instrumentkey-details", + "ref-for-dom-paymentinstruments-set-2", + "ref-for-dom-paymentinstrument-6", "idl-def-paymentinstruments-clear", + "ref-for-dom-paymentinstruments-clear-1", + "ref-for-dom-paymentinstruments-3", "dfn-instrumentkey", + "ref-for-dom-paymentinstrument-7", "delete-method", - "x3-3-1-delete-method", + "x3-4-1-delete-method", "dom-paymentinstruments-delete", + "ref-for-dom-paymentinstrument-8", "get-method", - "x3-3-2-get-method", + "x3-4-2-get-method", "dom-paymentinstruments-get", + "ref-for-dom-paymentinstrument-9", + "ref-for-dom-paymentinstrument-10", "keys-method", - "x3-3-3-keys-method", + "x3-4-3-keys-method", "dom-paymentinstruments-keys", "dfn-sequence", + "ref-for-dom-paymentinstrument-11", "has-method", - "x3-3-4-has-method", + "x3-4-4-has-method", "dom-paymentinstruments-has", + "ref-for-dom-paymentinstrument-12", "set-method", - "x3-3-5-set-method", + "x3-4-5-set-method", "dom-paymentinstruments-set", + "ref-for-dom-paymentinstrument-13", + "ref-for-dfn-service-worker-registration-1", + "ref-for-dfn-active-worker-1", + "ref-for-dom-paymentinstrument-icons-2", + "ref-for-dfn-convert-image-objects-1", + "ref-for-dom-paymentinstrument-icons-3", + "ref-for-dfn-sequence-1", + "ref-for-dom-paymentinstrument-icons-4", + "ref-for-dom-paymentinstrument-icons-5", + "ref-for-dom-paymentinstrument-icons-6", + "ref-for-dfn-fetchedimage-1", + "ref-for-dom-paymentinstrument-14", + "ref-for-dom-paymentinstrument-15", + "ref-for-dom-paymentinstrument-16", "clear-method", - "x3-3-6-clear-method", + "x3-4-6-clear-method", "dom-paymentinstruments-clear", + "ref-for-dom-paymentinstrument-17", "paymentinstrument-dictionary", - "x3-3-7-paymentinstrument-dictionary", + "x3-4-7-paymentinstrument-dictionary", "dom-paymentinstrument", + "webidl-366238821", "idl-def-paymentinstrument", + "ref-for-dom-paymentinstrument-18", "idl-def-paymentinstrument-name", + "ref-for-dom-paymentinstrument-name-2", "idl-def-paymentinstrument-icons", + "ref-for-dom-imageobject-1", + "ref-for-dom-paymentinstrument-icons-7", "idl-def-paymentinstrument-method", + "ref-for-dom-paymentinstrument-method-2", "idl-def-paymentinstrument-capabilities", + "ref-for-dom-paymentinstrument-capabilities-2", "dom-paymentinstrument-name", + "ref-for-dom-paymentinstrument-name-3", + "ref-for-dom-paymentinstrument-19", "dom-paymentinstrument-icons", + "ref-for-dom-paymentinstrument-icons-8", "dom-paymentinstrument-method", + "ref-for-dom-paymentinstrument-method-3", "dom-paymentinstrument-capabilities", + "ref-for-dom-paymentinstrument-capabilities-3", "imageobject-dictionary", - "x3-3-8-imageobject-dictionary", + "x3-4-8-imageobject-dictionary", "dom-imageobject", + "webidl-887860302", "idl-def-imageobject", + "ref-for-dom-imageobject-2", "idl-def-imageobject-src", + "ref-for-dom-imageobject-src-1", "idl-def-imageobject-sizes", + "ref-for-dom-imageobject-sizes-1", "idl-def-imageobject-type", + "ref-for-dom-imageobject-type-1", "dom-imageobject-src", + "ref-for-dom-imageobject-src-2", + "ref-for-dom-imageobject-3", "dom-imageobject-sizes", + "ref-for-dom-imageobject-sizes-2", + "ref-for-dom-imageobject-4", + "ref-for-dom-imageobject-sizes-3", "dom-imageobject-type", + "ref-for-dom-imageobject-type-2", + "ref-for-dom-imageobject-5", "convert-image-objects", - "x3-3-9-convert-image-objects", + "x3-4-9-convert-image-objects", "dfn-convert-image-objects", + "ref-for-dfn-sequence-2", + "ref-for-dom-imageobject-6", + "ref-for-dom-imageobject-type-3", + "ref-for-dfn-sequence-3", + "ref-for-dom-imageobject-7", + "ref-for-dom-imageobject-sizes-4", + "ref-for-dom-imageobject-sizes-5", + "ref-for-dfn-sequence-4", + "ref-for-dom-imageobject-8", + "ref-for-dom-imageobject-src-3", + "ref-for-dfn-sequence-5", + "ref-for-dom-imageobject-9", + "ref-for-dfn-sequence-6", + "ref-for-dom-imageobject-10", + "ref-for-dom-imageobject-src-4", + "ref-for-dom-imageobject-src-5", "example-1-resolving-the-relative-url-of-image-src-in-window-context", "example-2-resolving-the-relative-url-of-image-src-in-service-worker-context", "register-example", - "x3-3-10-registration-example", + "x3-4-10-registration-example", "example-3-payment-handler-registration", "canmakepayment", "x4-can-make-payment", + "ref-for-dfn-payment-handler-7", + "ref-for-dom-canmakepaymentevent-2", + "ref-for-dfn-user-agents-1", + "ref-for-dom-canmakepaymentevent-3", + "ref-for-dom-canmakepaymentevent-respondwith-1", "extension-to-serviceworkerglobalscope", "x4-1-extension-to-serviceworkerglobalscope", + "webidl-1445944587", "idl-def-serviceworkerglobalscope-partial-1", "idl-def-serviceworkerglobalscope-oncanmakepayment", + "ref-for-dom-serviceworkerglobalscope-oncanmakepayment-1", "oncanmakepayment-attribute", "x4-1-1-oncanmakepayment-attribute", "dom-serviceworkerglobalscope-oncanmakepayment", + "ref-for-dom-serviceworkerglobalscope-oncanmakepayment-2", "the-canmakepaymentevent", "x4-2-the-canmakepaymentevent", "dom-canmakepaymentevent", + "ref-for-dom-canmakepaymentevent-4", + "webidl-254832463", "idl-def-canmakepaymentevent", + "ref-for-dom-canmakepaymentevent-5", "idl-def-canmakepaymentevent-constructor-type-eventinitdict", "dom-canmakepaymentevent-constructor", + "ref-for-dom-canmakepaymenteventinit-1", "idl-def-canmakepaymentevent-toporigin", + "ref-for-dom-canmakepaymentevent-toporigin-1", "idl-def-canmakepaymentevent-paymentrequestorigin", + "ref-for-dom-canmakepaymentevent-paymentrequestorigin-1", "idl-def-canmakepaymentevent-methoddata", + "ref-for-dom-canmakepaymentevent-methoddata-1", "idl-def-canmakepaymentevent-respondwith-canmakepaymentresponse", + "ref-for-dom-canmakepaymentevent-respondwith-2", "dom-canmakepaymentevent-toporigin", "dom-canmakepaymentevent-paymentrequestorigin", "dom-canmakepaymentevent-methoddata", "dfn-modifiers", + "ref-for-dom-paymentrequestevent-8", "respondwith-method", "x4-2-1-respondwith-method", "dom-canmakepaymentevent-respondwith", "canmakepaymenteventinit-dictionary", "x4-2-2-canmakepaymenteventinit-dictionary", "dom-canmakepaymenteventinit", + "webidl-573494627", "idl-def-canmakepaymenteventinit", + "ref-for-dom-canmakepaymenteventinit-2", "idl-def-canmakepaymenteventinit-toporigin", + "ref-for-dom-canmakepaymenteventinit-toporigin-1", "idl-def-canmakepaymenteventinit-paymentrequestorigin", + "ref-for-dom-canmakepaymenteventinit-paymentrequestorigin-1", "idl-def-canmakepaymenteventinit-methoddata", + "ref-for-dom-canmakepaymenteventinit-methoddata-1", "dom-canmakepaymenteventinit-toporigin", "dom-canmakepaymenteventinit-paymentrequestorigin", "dom-canmakepaymenteventinit-methoddata", + "ref-for-dom-paymentrequestevent-9", "handling-a-canmakepaymentevent", "x4-3-handling-a-canmakepaymentevent", "dfn-handling-a-canmakepaymentevent", + "ref-for-dfn-user-agents-2", + "ref-for-dfn-user-agents-3", + "ref-for-dom-canmakepaymentevent-6", + "ref-for-dom-canmakepaymentevent-7", + "ref-for-dom-canmakepaymentevent-toporigin-2", + "ref-for-dom-canmakepaymentevent-paymentrequestorigin-2", + "ref-for-dom-canmakepaymentevent-methoddata-2", + "ref-for-dfn-methoddata-population-algorithm-1", + "ref-for-dfn-modifiers-1", + "ref-for-dfn-modifiers-population-algorithm-1", "canmakepayment-example", "x4-4-example-of-handling-the-canmakepaymentevent", + "ref-for-dom-canmakepaymentevent-8", + "ref-for-dom-canmakepaymentevent-9", + "ref-for-dom-canmakepaymentevent-10", "example-4-handling-the-canmakepaymentevent", "filtering-of-payment-instruments", "x4-5-filtering-of-payment-instruments", + "ref-for-dom-paymentinstrument-20", + "ref-for-dom-paymentinstrument-21", + "ref-for-dom-paymentinstrument-capabilities-4", + "ref-for-dom-canmakepaymentevent-11", + "ref-for-dom-canmakepaymentevent-12", "capabilities-example", "x4-5-1-how-to-specify-capabilities", "example-5-specifying-capabilities", "invocation", "x5-invocation", + "ref-for-dom-paymentrequestevent-10", + "ref-for-dom-paymenthandlerresponse-2", "issue-container-number-117", "h-issue", "extension-to-serviceworkerglobalscope-0", "x5-1-extension-to-serviceworkerglobalscope", + "webidl-1119623754", "idl-def-serviceworkerglobalscope-partial-2", "idl-def-serviceworkerglobalscope-onpaymentrequest", + "ref-for-dom-serviceworkerglobalscope-onpaymentrequest-1", "onpaymentrequest-attribute", "x5-1-1-onpaymentrequest-attribute", "dom-serviceworkerglobalscope-onpaymentrequest", - "the-paymentmethodchangeresponse", - "x5-2-the-paymentmethodchangeresponse", - "dom-paymentmethodchangeresponse", - "idl-def-paymentmethodchangeresponse", - "idl-def-paymentmethodchangeresponse-error", - "idl-def-paymentmethodchangeresponse-total", - "idl-def-paymentmethodchangeresponse-modifiers", - "idl-def-paymentmethodchangeresponse-paymentmethoderrors", + "ref-for-dom-serviceworkerglobalscope-onpaymentrequest-2", + "ref-for-dom-paymentrequestevent-11", + "the-paymentrequestdetailsupdate", + "x5-2-the-paymentrequestdetailsupdate", + "dom-paymentrequestdetailsupdate", + "webidl-2024425618", + "idl-def-paymentrequestdetailsupdate", + "ref-for-dom-paymentrequestdetailsupdate-1", + "idl-def-paymentrequestdetailsupdate-error", + "ref-for-dom-paymentrequestdetailsupdate-error-1", + "idl-def-paymentrequestdetailsupdate-total", + "ref-for-dom-paymentrequestdetailsupdate-total-1", + "idl-def-paymentrequestdetailsupdate-modifiers", + "ref-for-dom-paymentrequestdetailsupdate-modifiers-1", + "idl-def-paymentrequestdetailsupdate-shippingoptions", + "ref-for-dom-paymentrequestdetailsupdate-shippingoptions-1", + "idl-def-paymentrequestdetailsupdate-paymentmethoderrors", + "ref-for-dom-paymentrequestdetailsupdate-paymentmethoderrors-1", + "idl-def-paymentrequestdetailsupdate-shippingaddresserrors", + "ref-for-dom-paymentrequestdetailsupdate-shippingaddresserrors-1", "error-member", "x5-2-1-error-member", - "dom-paymentmethodchangeresponse-error", + "dom-paymentrequestdetailsupdate-error", "total-member", "x5-2-2-total-member", - "dom-paymentmethodchangeresponse-total", + "dom-paymentrequestdetailsupdate-total", "modifiers-member", "x5-2-3-modifiers-member", - "dom-paymentmethodchangeresponse-modifiers", + "dom-paymentrequestdetailsupdate-modifiers", + "shippingoptions-member", + "x5-2-4-shippingoptions-member", + "dom-paymentrequestdetailsupdate-shippingoptions", "paymentmethoderrors-member", - "x5-2-4-paymentmethoderrors-member", - "dom-paymentmethodchangeresponse-paymentmethoderrors", + "x5-2-5-paymentmethoderrors-member", + "dom-paymentrequestdetailsupdate-paymentmethoderrors", + "shippingaddresserrors-member", + "x5-2-6-shippingaddresserrors-member", + "dom-paymentrequestdetailsupdate-shippingaddresserrors", "the-paymentrequestevent", "x5-3-the-paymentrequestevent", "dom-paymentrequestevent", + "webidl-1579462396", "idl-def-paymentrequestevent", + "ref-for-dom-paymentrequestevent-12", "idl-def-paymentrequestevent-constructor-type-eventinitdict", "dom-paymentrequestevent-constructor", + "ref-for-dom-paymentrequesteventinit-1", "idl-def-paymentrequestevent-toporigin", + "ref-for-dom-paymentrequestevent-toporigin-1", "idl-def-paymentrequestevent-paymentrequestorigin", + "ref-for-dom-paymentrequestevent-paymentrequestorigin-1", "idl-def-paymentrequestevent-paymentrequestid", + "ref-for-dom-paymentrequestevent-paymentrequestid-1", "idl-def-paymentrequestevent-methoddata", + "ref-for-dom-paymentrequestevent-methoddata-1", "idl-def-paymentrequestevent-total", + "ref-for-dom-paymentrequestevent-total-1", "idl-def-paymentrequestevent-modifiers", + "ref-for-dom-paymentrequestevent-modifiers-1", "idl-def-paymentrequestevent-instrumentkey", + "ref-for-dom-paymentrequestevent-instrumentkey-1", "idl-def-paymentrequestevent-requestbillingaddress", + "ref-for-dom-paymentrequestevent-requestbillingaddress-1", + "idl-def-paymentrequestevent-paymentoptions", + "ref-for-dom-paymentrequestevent-paymentoptions-1", + "idl-def-paymentrequestevent-shippingoptions", + "ref-for-dom-paymentrequestevent-shippingoptions-1", "idl-def-paymentrequestevent-openwindow-url", + "ref-for-dfn-windowclient-0-1", + "ref-for-dom-paymentrequestevent-openwindow-1", "idl-def-paymentrequestevent-changepaymentmethod-methodname-methoddetails", + "ref-for-dom-paymentrequestdetailsupdate-2", + "ref-for-dom-paymentrequestevent-changepaymentmethod-1", + "idl-def-paymentrequestevent-changeshippingaddress-shippingaddress", + "ref-for-dom-paymentrequestdetailsupdate-3", + "ref-for-dom-paymentrequestevent-changeshippingaddress-1", + "idl-def-paymentrequestevent-changeshippingoption-shippingoption", + "ref-for-dom-paymentrequestdetailsupdate-4", + "ref-for-dom-paymentrequestevent-changeshippingoption-1", "idl-def-paymentrequestevent-respondwith-handlerresponsepromise", + "ref-for-dom-paymentrequestevent-respondwith-1", + "ref-for-dom-paymenthandlerresponse-3", "toporigin-attribute", "x5-3-1-toporigin-attribute", "dom-paymentrequestevent-toporigin", + "ref-for-dfn-payee-2", + "ref-for-dfn-handling-a-paymentrequestevent-1", "paymentrequestorigin-attribute", "x5-3-2-paymentrequestorigin-attribute", "dom-paymentrequestevent-paymentrequestorigin", + "ref-for-dom-paymentrequestevent-toporigin-2", + "ref-for-dom-paymentrequestevent-toporigin-3", + "ref-for-dfn-handling-a-paymentrequestevent-2", "paymentrequestid-attribute", "x5-3-3-paymentrequestid-attribute", "dom-paymentrequestevent-paymentrequestid", + "ref-for-dom-paymentrequestevent-paymentrequestid-2", + "ref-for-dom-paymentrequestevent-13", "methoddata-attribute", "x5-3-4-methoddata-attribute", "dom-paymentrequestevent-methoddata", + "ref-for-dfn-methoddata-population-algorithm-2", "total-attribute", "x5-3-5-total-attribute", "dom-paymentrequestevent-total", + "ref-for-dom-paymentrequestevent-total-2", "modifiers-attribute", "x5-3-6-modifiers-attribute", "dom-paymentrequestevent-modifiers", + "ref-for-dfn-modifiers-population-algorithm-2", "instrumentkey-attribute", "x5-3-7-instrumentkey-attribute", "dom-paymentrequestevent-instrumentkey", + "ref-for-dom-paymentinstrument-22", + "ref-for-dom-paymentrequestevent-instrumentkey-2", + "ref-for-dom-paymentmanager-instruments-7", + "ref-for-dom-paymentinstrument-23", "requestbillingaddress-attribute", "x5-3-8-requestbillingaddress-attribute", "dom-paymentrequestevent-requestbillingaddress", + "paymentoptions-attribute", + "x5-3-9-paymentoptions-attribute", + "dom-paymentrequestevent-paymentoptions", + "shippingoptions-attribute", + "x5-3-10-shippingoptions-attribute", + "dom-paymentrequestevent-shippingoptions", "openwindow-method", - "x5-3-9-openwindow-method", + "x5-3-11-openwindow-method", "dom-paymentrequestevent-openwindow", + "ref-for-dfn-open-window-algorithm-1", "changepaymentmethod-method", - "x5-3-10-changepaymentmethod-method", + "x5-3-12-changepaymentmethod-method", "dom-paymentrequestevent-changepaymentmethod", + "ref-for-dfn-change-payment-method-algorithm-1", + "changeshippingaddress-method", + "x5-3-13-changeshippingaddress-method", + "dom-paymentrequestevent-changeshippingaddress", + "ref-for-dfn-change-payment-details-algorithm-1", + "changeshippingoption-method", + "x5-3-14-changeshippingoption-method", + "dom-paymentrequestevent-changeshippingoption", + "ref-for-dfn-change-payment-details-algorithm-2", "respondwith-method-0", - "x5-3-11-respondwith-method", + "x5-3-15-respondwith-method", "dom-paymentrequestevent-respondwith", + "ref-for-dom-paymenthandlerresponse-4", + "ref-for-dfn-respond-to-paymentrequest-algorithm-1", "issue-container-number-123", "h-issue-0", "paymentrequesteventinit-dictionary", - "x5-3-12-paymentrequesteventinit-dictionary", + "x5-3-16-paymentrequesteventinit-dictionary", "dom-paymentrequesteventinit", + "webidl-1216058361", "idl-def-paymentrequesteventinit", + "ref-for-dom-paymentrequesteventinit-2", "idl-def-paymentrequesteventinit-toporigin", + "ref-for-dom-paymentrequesteventinit-toporigin-1", "idl-def-paymentrequesteventinit-paymentrequestorigin", + "ref-for-dom-paymentrequesteventinit-paymentrequestorigin-1", "idl-def-paymentrequesteventinit-paymentrequestid", + "ref-for-dom-paymentrequesteventinit-paymentrequestid-1", "idl-def-paymentrequesteventinit-methoddata", + "ref-for-dom-paymentrequesteventinit-methoddata-1", "idl-def-paymentrequesteventinit-total", + "ref-for-dom-paymentrequesteventinit-total-1", "idl-def-paymentrequesteventinit-modifiers", + "ref-for-dom-paymentrequesteventinit-modifiers-1", "idl-def-paymentrequesteventinit-instrumentkey", + "ref-for-dom-paymentrequesteventinit-instrumentkey-1", + "idl-def-paymentrequesteventinit-paymentoptions", + "ref-for-dom-paymentrequestevent-paymentoptions-2", + "ref-for-dom-paymentrequesteventinit-paymentoptions-1", + "idl-def-paymentrequesteventinit-shippingoptions", + "ref-for-dom-paymentrequesteventinit-shippingoptions-1", "dom-paymentrequesteventinit-toporigin", "dom-paymentrequesteventinit-paymentrequestorigin", "dom-paymentrequesteventinit-paymentrequestid", @@ -260,14 +533,39 @@ "dom-paymentrequesteventinit-total", "dom-paymentrequesteventinit-modifiers", "dom-paymentrequesteventinit-instrumentkey", + "dom-paymentrequesteventinit-paymentoptions", + "dom-paymentrequesteventinit-shippingoptions", + "ref-for-dom-paymentrequestevent-14", "methoddata-population-algorithm", - "x5-3-13-methoddata-population-algorithm", + "x5-3-17-methoddata-population-algorithm", "dfn-methoddata-population-algorithm", + "ref-for-dom-paymentrequestevent-methoddata-2", + "ref-for-dom-paymentinstrument-24", + "ref-for-dfn-payment-handler-8", + "ref-for-dom-serviceworkerregistration-paymentmanager-4", + "ref-for-dom-paymentmanager-instruments-8", + "ref-for-dom-paymentinstrument-method-4", + "ref-for-dfn-sequence-7", + "ref-for-dfn-sequence-8", + "ref-for-dom-paymentrequestevent-methoddata-3", "modifiers-population-algorithm", - "x5-3-14-modifiers-population-algorithm", + "x5-3-18-modifiers-population-algorithm", "dfn-modifiers-population-algorithm", + "ref-for-dom-paymentrequestevent-modifiers-2", + "ref-for-dom-paymentinstrument-25", + "ref-for-dfn-payment-handler-9", + "ref-for-dom-serviceworkerregistration-paymentmanager-5", + "ref-for-dom-paymentmanager-instruments-9", + "ref-for-dom-paymentinstrument-method-5", + "ref-for-dfn-sequence-9", + "ref-for-dfn-sequence-10", + "ref-for-dom-paymentrequestevent-modifiers-3", + "ref-for-dom-paymentrequestevent-total-3", + "ref-for-dom-paymentrequestevent-total-4", + "ref-for-dom-paymentrequestevent-modifiers-4", "internal-slots", "x5-4-internal-slots", + "ref-for-dom-paymentrequestevent-15", "dfn-windowclient", "dfn-windowclient-0", "dfn-fetchedimage", @@ -275,45 +573,133 @@ "handling-a-paymentrequestevent", "x5-5-handling-a-paymentrequestevent", "dfn-handling-a-paymentrequestevent", + "ref-for-dfn-user-agents-4", + "ref-for-dom-paymentinstrument-26", + "ref-for-dom-paymentrequestevent-16", + "ref-for-dom-paymentrequestevent-toporigin-4", + "ref-for-dom-paymentrequestevent-paymentrequestorigin-2", + "ref-for-dom-paymentrequestevent-methoddata-4", + "ref-for-dfn-methoddata-population-algorithm-3", + "ref-for-dfn-modifiers-2", + "ref-for-dfn-modifiers-population-algorithm-3", + "ref-for-dom-paymentrequestevent-total-5", + "ref-for-dom-paymentrequestevent-paymentrequestid-3", + "ref-for-dom-paymentrequestevent-instrumentkey-3", + "ref-for-dfn-instrumentkey-1", + "ref-for-dom-paymentinstrument-27", + "ref-for-dom-paymentrequestevent-paymentoptions-3", + "ref-for-dom-paymentrequestevent-shippingoptions-2", + "ref-for-dfn-payment-handler-10", + "ref-for-dom-paymenthandlerresponse-5", "windows", "x6-windows", "dfn-payment-handler-window", + "ref-for-dfn-payment-handler-11", "issue-container-generatedID-1", "h-note-1", + "ref-for-dom-paymentrequestevent-17", + "ref-for-dfn-payment-handler-12", "open-window-algorithm", "x6-1-open-window-algorithm", "dfn-open-window-algorithm", "issue-container-number-115", "h-issue-1", + "ref-for-dfn-open-window-algorithm-2", "issue-container-number-115-0", "h-issue-2", + "ref-for-dom-paymentrequestevent-18", + "ref-for-dom-paymentrequestevent-19", + "ref-for-dfn-windowclient-1", + "ref-for-dfn-windowclient-2", + "ref-for-dfn-windowclient-3", "post-example", "x6-2-example-of-handling-the-paymentrequestevent", + "ref-for-dom-paymentrequestevent-20", + "ref-for-dom-paymentrequestevent-21", + "ref-for-dom-paymentrequestevent-22", "example-6-handling-the-paymentrequestevent", - "issue-container-number-128", - "h-issue-3", + "ref-for-dfn-payment-handler-window-1", "example-7-simple-payment-handler-window", "response", "x7-response", "paymenthandlerresponse-dictionary", "x7-1-paymenthandlerresponse-dictionary", "dom-paymenthandlerresponse", + "webidl-822477832", "idl-def-paymenthandlerresponse", + "ref-for-dom-paymenthandlerresponse-6", "idl-def-paymenthandlerresponse-methodname", + "ref-for-dom-paymenthandlerresponse-methodname-1", "idl-def-paymenthandlerresponse-details", + "ref-for-dom-paymenthandlerresponse-details-1", + "idl-def-paymenthandlerresponse-payername", + "ref-for-dom-paymenthandlerresponse-payername-1", + "idl-def-paymenthandlerresponse-payeremail", + "ref-for-dom-paymenthandlerresponse-payeremail-1", + "idl-def-paymenthandlerresponse-payerphone", + "ref-for-dom-paymenthandlerresponse-payerphone-1", + "idl-def-paymenthandlerresponse-shippingaddress", + "ref-for-dom-paymenthandlerresponse-shippingaddress-1", + "idl-def-paymenthandlerresponse-shippingoption", + "ref-for-dom-paymenthandlerresponse-shippingoption-1", "methodname-attribute", "x7-1-1-methodname-attribute", "dom-paymenthandlerresponse-methodname", "details-attribute", "x7-1-2-details-attribute", "dom-paymenthandlerresponse-details", + "ref-for-dom-paymentrequestevent-respondwith-2", + "ref-for-dom-paymentrequestevent-23", + "ref-for-dom-paymenthandlerresponse-7", "dfn-payment-app-failure-algorithm", + "payername-attribute", + "x7-1-3-payername-attribute", + "dom-paymenthandlerresponse-payername", + "payeremail-attribute", + "x7-1-4-payeremail-attribute", + "dom-paymenthandlerresponse-payeremail", + "payerphone-attribute", + "x7-1-5-payerphone-attribute", + "dom-paymenthandlerresponse-payerphone", + "shippingaddress-attribute", + "x7-1-6-shippingaddress-attribute", + "dom-paymenthandlerresponse-shippingaddress", + "shippingoption-attribute", + "x7-1-7-shippingoption-attribute", + "dom-paymenthandlerresponse-shippingoption", "change-payment-method-algorithm", "x7-2-change-payment-method-algorithm", "dfn-change-payment-method-algorithm", + "ref-for-dom-paymentrequestdetailsupdate-5", + "change-payment-details-algorithm", + "x7-3-change-payment-details-algorithm", + "dfn-change-payment-details-algorithm", + "ref-for-dom-paymentrequestdetailsupdate-6", "respond-to-paymentrequest-algorithm", - "x7-3-respond-to-paymentrequest-algorithm", + "x7-4-respond-to-paymentrequest-algorithm", "dfn-respond-to-paymentrequest-algorithm", + "ref-for-dfn-respondwithcalled-1", + "ref-for-dfn-respondwithcalled-2", + "ref-for-dfn-payment-app-failure-algorithm-1", + "ref-for-dom-paymenthandlerresponse-8", + "ref-for-dfn-payment-app-failure-algorithm-2", + "ref-for-dom-paymenthandlerresponse-methodname-2", + "ref-for-dom-paymentrequestevent-methoddata-5", + "ref-for-dfn-payment-app-failure-algorithm-3", + "ref-for-dom-paymenthandlerresponse-details-2", + "ref-for-dfn-payment-app-failure-algorithm-4", + "ref-for-dom-paymenthandlerresponse-shippingaddress-2", + "ref-for-dfn-payment-app-failure-algorithm-5", + "ref-for-dom-paymenthandlerresponse-shippingoption-2", + "ref-for-dom-paymentrequestevent-shippingoptions-3", + "ref-for-dfn-payment-app-failure-algorithm-6", + "ref-for-dom-paymenthandlerresponse-payername-2", + "ref-for-dfn-payment-app-failure-algorithm-7", + "ref-for-dom-paymenthandlerresponse-payeremail-2", + "ref-for-dfn-payment-app-failure-algorithm-8", + "ref-for-dom-paymenthandlerresponse-payerphone-2", + "ref-for-dfn-payment-app-failure-algorithm-9", + "ref-for-dfn-payment-app-failure-algorithm-10", "example-8-sending-a-payment-response", "issue-container-generatedID-2", "h-note-2", @@ -321,20 +707,32 @@ "x8-security-and-privacy-considerations", "information-about-the-user-environment", "x8-1-information-about-the-user-environment", + "ref-for-dom-canmakepaymentevent-13", + "ref-for-dom-canmakepaymentevent-14", + "ref-for-dom-canmakepaymentevent-15", + "ref-for-dom-canmakepaymentevent-16", "user-consent-to-install-a-payment-handler", "x8-2-user-consent-to-install-a-payment-handler", + "ref-for-dom-paymentinstruments-set-3", + "ref-for-dom-paymentinstruments-set-4", + "ref-for-dom-paymentinstruments-set-5", "user-consent-before-payment", "x8-3-user-consent-before-payment", + "user-awareness-about-sharing-data-cross-origin", + "x8-4-user-awareness-about-sharing-data-cross-origin", "secure-communications", - "x8-4-secure-communications", + "x8-5-secure-communications", "authorized-payment-apps", - "x8-5-authorized-payment-apps", + "x8-6-authorized-payment-apps", + "ref-for-dfn-handling-a-canmakepaymentevent-1", "supported-origin", - "x8-6-supported-origin", + "x8-7-supported-origin", "data-validation", - "x8-7-data-validation", + "x8-8-data-validation", "private-browsing-mode", - "x8-8-private-browsing-mode", + "x8-9-private-browsing-mode", + "ref-for-dom-canmakepaymentevent-17", + "ref-for-dom-canmakepaymentevent-respondwith-3", "display", "x9-payment-handler-display-considerations", "dependencies", @@ -346,23 +744,24 @@ "dfn-paymentcurrencyamount", "dfn-paymentdetailsmodifier", "dfn-paymentdetailsinit", + "dfn-paymentdetailsbase", "dfn-paymentmethoddata", "dfn-paymentoptions", + "dfn-paymentshippingoption", + "dfn-addressinit", + "dfn-addresserrors", "dfn-paymentmethodchangeevent", + "dfn-paymentrequestupdateevent", "dfn-id", "dfn-canmakepayment", "dfn-show", "dfn-updatewith-detailspromise", "dfn-user-accepts-the-payment-request-algorithm", "dfn-payment-method-changed-algorithm", + "dfn-paymentrequest-updated-algorithm", "dfn-json-serializable", - "dfn-promise", "dfn-internal-slot", - "dfn-typeerror", "dfn-json-stringify", - "dfn-payment-method-identifiers", - "dfn-standardized-payment-method-identifiers", - "dfn-url-based-payment-method-identifiers", "dfn-payment-method-manifests", "dfn-ingested", "dfn-parsed", @@ -370,27 +769,6 @@ "dfn-basic-card", "dfn-supportednetworks", "dfn-supportedtypes", - "dfn-global-object", - "dfn-top-level-browsing-context", - "dfn-structured-clone", - "dfn-event-handler", - "dfn-event-handler-event-type", - "dfn-trusted-event", - "dfn-user-interaction-task-source", - "dfn-origins", - "dfn-fulfillment", - "dfn-rejection", - "dfn-fires", - "dfn-dispatch-flag", - "dfn-stop-propagation-flag", - "dfn-istrusted", - "dfn-stop-immediate-propagation-flag", - "dfn-throws", - "dfn-converting", - "dfn-domexception", - "dfn-invalidstateerror", - "dfn-notallowederror", - "dfn-operationerror", "dfn-service-worker", "dfn-service-worker-registration", "dfn-active-worker", @@ -404,6 +782,8 @@ "dfn-uninstalling-flag", "dfn-try-clear-registration", "dfn-try-activate", + "dfn-extendableevent", + "dfn-extendableeventinit", "dfn-scope-url", "conformance", "x11-conformance", @@ -411,6 +791,97 @@ "idl-index", "a-idl-index", "actual-idl-index", + "ref-for-dom-paymentmanager-7", + "ref-for-dom-serviceworkerregistration-paymentmanager-6", + "ref-for-dom-paymentmanager-8", + "ref-for-dom-paymentinstruments-4", + "ref-for-dom-paymentmanager-instruments-10", + "ref-for-dom-paymentmanager-userhint-2", + "ref-for-dom-paymentmanager-enabledelegations-2", + "ref-for-dom-paymentdelegation-4", + "ref-for-dom-paymentdelegation-5", + "ref-for-dom-paymentdelegation-shippingaddress-2", + "ref-for-dom-paymentdelegation-payername-2", + "ref-for-dom-paymentdelegation-payerphone-2", + "ref-for-dom-paymentdelegation-payeremail-2", + "ref-for-dom-paymentinstruments-5", + "ref-for-dom-paymentinstruments-delete-2", + "ref-for-dom-paymentinstruments-get-2", + "ref-for-dom-paymentinstruments-keys-2", + "ref-for-dom-paymentinstruments-has-2", + "ref-for-dom-paymentinstruments-set-6", + "ref-for-dom-paymentinstrument-28", + "ref-for-dom-paymentinstruments-clear-2", + "ref-for-dom-paymentinstrument-29", + "ref-for-dom-paymentinstrument-name-4", + "ref-for-dom-imageobject-11", + "ref-for-dom-paymentinstrument-icons-9", + "ref-for-dom-paymentinstrument-method-6", + "ref-for-dom-paymentinstrument-capabilities-5", + "ref-for-dom-imageobject-12", + "ref-for-dom-imageobject-src-6", + "ref-for-dom-imageobject-sizes-6", + "ref-for-dom-imageobject-type-4", + "ref-for-dom-serviceworkerglobalscope-oncanmakepayment-3", + "ref-for-dom-canmakepaymentevent-18", + "ref-for-dom-canmakepaymenteventinit-3", + "ref-for-dom-canmakepaymentevent-toporigin-3", + "ref-for-dom-canmakepaymentevent-paymentrequestorigin-3", + "ref-for-dom-canmakepaymentevent-methoddata-3", + "ref-for-dom-canmakepaymentevent-respondwith-4", + "ref-for-dom-canmakepaymenteventinit-4", + "ref-for-dom-canmakepaymenteventinit-toporigin-2", + "ref-for-dom-canmakepaymenteventinit-paymentrequestorigin-2", + "ref-for-dom-canmakepaymenteventinit-methoddata-2", + "ref-for-dom-serviceworkerglobalscope-onpaymentrequest-3", + "ref-for-dom-paymentrequestdetailsupdate-7", + "ref-for-dom-paymentrequestdetailsupdate-error-2", + "ref-for-dom-paymentrequestdetailsupdate-total-2", + "ref-for-dom-paymentrequestdetailsupdate-modifiers-2", + "ref-for-dom-paymentrequestdetailsupdate-shippingoptions-2", + "ref-for-dom-paymentrequestdetailsupdate-paymentmethoderrors-2", + "ref-for-dom-paymentrequestdetailsupdate-shippingaddresserrors-2", + "ref-for-dom-paymentrequestevent-24", + "ref-for-dom-paymentrequesteventinit-3", + "ref-for-dom-paymentrequestevent-toporigin-5", + "ref-for-dom-paymentrequestevent-paymentrequestorigin-3", + "ref-for-dom-paymentrequestevent-paymentrequestid-4", + "ref-for-dom-paymentrequestevent-methoddata-6", + "ref-for-dom-paymentrequestevent-total-6", + "ref-for-dom-paymentrequestevent-modifiers-5", + "ref-for-dom-paymentrequestevent-instrumentkey-4", + "ref-for-dom-paymentrequestevent-requestbillingaddress-2", + "ref-for-dom-paymentrequestevent-paymentoptions-4", + "ref-for-dom-paymentrequestevent-shippingoptions-4", + "ref-for-dfn-windowclient-0-2", + "ref-for-dom-paymentrequestevent-openwindow-2", + "ref-for-dom-paymentrequestdetailsupdate-8", + "ref-for-dom-paymentrequestevent-changepaymentmethod-2", + "ref-for-dom-paymentrequestdetailsupdate-9", + "ref-for-dom-paymentrequestevent-changeshippingaddress-2", + "ref-for-dom-paymentrequestdetailsupdate-10", + "ref-for-dom-paymentrequestevent-changeshippingoption-2", + "ref-for-dom-paymentrequestevent-respondwith-3", + "ref-for-dom-paymenthandlerresponse-9", + "ref-for-dom-paymentrequesteventinit-4", + "ref-for-dom-paymentrequesteventinit-toporigin-2", + "ref-for-dom-paymentrequesteventinit-paymentrequestorigin-2", + "ref-for-dom-paymentrequesteventinit-paymentrequestid-2", + "ref-for-dom-paymentrequesteventinit-methoddata-2", + "ref-for-dom-paymentrequesteventinit-total-2", + "ref-for-dom-paymentrequesteventinit-modifiers-2", + "ref-for-dom-paymentrequesteventinit-instrumentkey-2", + "ref-for-dom-paymentrequestevent-paymentoptions-5", + "ref-for-dom-paymentrequesteventinit-paymentoptions-2", + "ref-for-dom-paymentrequesteventinit-shippingoptions-2", + "ref-for-dom-paymenthandlerresponse-10", + "ref-for-dom-paymenthandlerresponse-methodname-3", + "ref-for-dom-paymenthandlerresponse-details-3", + "ref-for-dom-paymenthandlerresponse-payername-3", + "ref-for-dom-paymenthandlerresponse-payeremail-3", + "ref-for-dom-paymenthandlerresponse-payerphone-3", + "ref-for-dom-paymenthandlerresponse-shippingaddress-3", + "ref-for-dom-paymenthandlerresponse-shippingoption-3", "references", "b-references", "normative-references", @@ -419,14 +890,13 @@ "bib-dom", "bib-ecmascript", "bib-html", + "bib-infra", "bib-mimesniff", "bib-payment-method-basic-card", "bib-payment-method-id", "bib-payment-method-manifest", "bib-payment-request", - "bib-promises-guide", "bib-rfc2119", - "bib-rfc6454", "bib-rfc8174", "bib-service-workers", "bib-url", @@ -434,6 +904,110 @@ "informative-references", "b-2-informative-references", "bib-webcryptoapi", - "back-to-top" + "back-to-top", + "dfn-panel-for-dfn-payee", + "dfn-panel-for-dfn-payer", + "dfn-panel-for-dfn-payment-handler", + "dfn-panel-for-dom-serviceworkerregistration-paymentmanager", + "dfn-panel-for-dom-paymentmanager", + "dfn-panel-for-dom-paymentmanager-instruments", + "dfn-panel-for-dom-paymentmanager-userhint", + "dfn-panel-for-dom-paymentmanager-enabledelegations", + "dfn-panel-for-dom-paymentdelegation", + "dfn-panel-for-dom-paymentdelegation-shippingaddress", + "dfn-panel-for-dom-paymentdelegation-payername", + "dfn-panel-for-dom-paymentdelegation-payerphone", + "dfn-panel-for-dom-paymentdelegation-payeremail", + "dfn-panel-for-dom-paymentinstruments", + "dfn-panel-for-dfn-instrumentkey", + "dfn-panel-for-dom-paymentinstruments-delete", + "dfn-panel-for-dom-paymentinstruments-get", + "dfn-panel-for-dom-paymentinstruments-keys", + "dfn-panel-for-dfn-sequence", + "dfn-panel-for-dom-paymentinstruments-has", + "dfn-panel-for-dom-paymentinstruments-set", + "dfn-panel-for-dom-paymentinstruments-clear", + "dfn-panel-for-dom-paymentinstrument", + "dfn-panel-for-dom-paymentinstrument-name", + "dfn-panel-for-dom-paymentinstrument-icons", + "dfn-panel-for-dom-paymentinstrument-method", + "dfn-panel-for-dom-paymentinstrument-capabilities", + "dfn-panel-for-dom-imageobject", + "dfn-panel-for-dom-imageobject-src", + "dfn-panel-for-dom-imageobject-sizes", + "dfn-panel-for-dom-imageobject-type", + "dfn-panel-for-dfn-convert-image-objects", + "dfn-panel-for-dom-serviceworkerglobalscope-oncanmakepayment", + "dfn-panel-for-dom-canmakepaymentevent", + "dfn-panel-for-dom-canmakepaymentevent-constructor", + "dfn-panel-for-dom-canmakepaymentevent-toporigin", + "dfn-panel-for-dom-canmakepaymentevent-paymentrequestorigin", + "dfn-panel-for-dom-canmakepaymentevent-methoddata", + "dfn-panel-for-dfn-modifiers", + "dfn-panel-for-dom-canmakepaymentevent-respondwith", + "dfn-panel-for-dom-canmakepaymenteventinit", + "dfn-panel-for-dom-canmakepaymenteventinit-toporigin", + "dfn-panel-for-dom-canmakepaymenteventinit-paymentrequestorigin", + "dfn-panel-for-dom-canmakepaymenteventinit-methoddata", + "dfn-panel-for-dfn-handling-a-canmakepaymentevent", + "dfn-panel-for-dom-serviceworkerglobalscope-onpaymentrequest", + "dfn-panel-for-dom-paymentrequestdetailsupdate", + "dfn-panel-for-dom-paymentrequestdetailsupdate-error", + "dfn-panel-for-dom-paymentrequestdetailsupdate-total", + "dfn-panel-for-dom-paymentrequestdetailsupdate-modifiers", + "dfn-panel-for-dom-paymentrequestdetailsupdate-shippingoptions", + "dfn-panel-for-dom-paymentrequestdetailsupdate-paymentmethoderrors", + "dfn-panel-for-dom-paymentrequestdetailsupdate-shippingaddresserrors", + "dfn-panel-for-dom-paymentrequestevent", + "dfn-panel-for-dom-paymentrequestevent-constructor", + "dfn-panel-for-dom-paymentrequestevent-toporigin", + "dfn-panel-for-dom-paymentrequestevent-paymentrequestorigin", + "dfn-panel-for-dom-paymentrequestevent-paymentrequestid", + "dfn-panel-for-dom-paymentrequestevent-methoddata", + "dfn-panel-for-dom-paymentrequestevent-total", + "dfn-panel-for-dom-paymentrequestevent-modifiers", + "dfn-panel-for-dom-paymentrequestevent-instrumentkey", + "dfn-panel-for-dom-paymentrequestevent-requestbillingaddress", + "dfn-panel-for-dom-paymentrequestevent-paymentoptions", + "dfn-panel-for-dom-paymentrequestevent-shippingoptions", + "dfn-panel-for-dom-paymentrequestevent-openwindow", + "dfn-panel-for-dom-paymentrequestevent-changepaymentmethod", + "dfn-panel-for-dom-paymentrequestevent-changeshippingaddress", + "dfn-panel-for-dom-paymentrequestevent-changeshippingoption", + "dfn-panel-for-dom-paymentrequestevent-respondwith", + "dfn-panel-for-dom-paymentrequesteventinit", + "dfn-panel-for-dom-paymentrequesteventinit-toporigin", + "dfn-panel-for-dom-paymentrequesteventinit-paymentrequestorigin", + "dfn-panel-for-dom-paymentrequesteventinit-paymentrequestid", + "dfn-panel-for-dom-paymentrequesteventinit-methoddata", + "dfn-panel-for-dom-paymentrequesteventinit-total", + "dfn-panel-for-dom-paymentrequesteventinit-modifiers", + "dfn-panel-for-dom-paymentrequesteventinit-instrumentkey", + "dfn-panel-for-dom-paymentrequesteventinit-paymentoptions", + "dfn-panel-for-dom-paymentrequesteventinit-shippingoptions", + "dfn-panel-for-dfn-methoddata-population-algorithm", + "dfn-panel-for-dfn-modifiers-population-algorithm", + "dfn-panel-for-dfn-windowclient", + "dfn-panel-for-dfn-windowclient-0", + "dfn-panel-for-dfn-fetchedimage", + "dfn-panel-for-dfn-respondwithcalled", + "dfn-panel-for-dfn-handling-a-paymentrequestevent", + "dfn-panel-for-dfn-payment-handler-window", + "dfn-panel-for-dfn-open-window-algorithm", + "dfn-panel-for-dom-paymenthandlerresponse", + "dfn-panel-for-dom-paymenthandlerresponse-methodname", + "dfn-panel-for-dom-paymenthandlerresponse-details", + "dfn-panel-for-dfn-payment-app-failure-algorithm", + "dfn-panel-for-dom-paymenthandlerresponse-payername", + "dfn-panel-for-dom-paymenthandlerresponse-payeremail", + "dfn-panel-for-dom-paymenthandlerresponse-payerphone", + "dfn-panel-for-dom-paymenthandlerresponse-shippingaddress", + "dfn-panel-for-dom-paymenthandlerresponse-shippingoption", + "dfn-panel-for-dfn-change-payment-method-algorithm", + "dfn-panel-for-dfn-change-payment-details-algorithm", + "dfn-panel-for-dfn-respond-to-paymentrequest-algorithm", + "dfn-panel-for-dfn-service-worker-registration", + "dfn-panel-for-dfn-active-worker", + "dfn-panel-for-dfn-user-agents" ] } \ No newline at end of file diff --git a/tr/ids/storage-access.json b/tr/ids/storage-access.json index 2d91397685c6..5f01f07ebe0b 100644 --- a/tr/ids/storage-access.json +++ b/tr/ids/storage-access.json @@ -128,13 +128,17 @@ "ref-for-concept-document-bcā‘ ", "ref-for-top-level-browsing-contextā‘”", "ref-for-resolveā‘ ", - "ref-for-active-documentā‘”", - "ref-for-concept-document-bcā‘”", - "ref-for-top-level-browsing-contextā‘¢", - "ref-for-same-origin", + "ref-for-concept-environment-top-level-originā‘”", + "ref-for-relevant-settings-objectā‘”", + "ref-for-concept-origin-opaqueā‘ ", "ref-for-resolveā‘”", - "ref-for-generate-a-partitioned-storage-key", + "ref-for-concept-document-originā‘ ", + "ref-for-same-origin", + "ref-for-concept-environment-top-level-originā‘¢", + "ref-for-relevant-settings-objectā‘¢", "ref-for-resolveā‘¢", + "ref-for-generate-a-partitioned-storage-key", + "ref-for-resolveā‘£", "ref-for-concept-relevant-global", "ref-for-in-parallel", "ref-for-obtain-the-storage-access-map", @@ -142,16 +146,16 @@ "ref-for-was-expressly-denied-storage-access-flag", "ref-for-queue-a-global-task", "ref-for-permission-task-source", - "ref-for-resolveā‘£", + "ref-for-resolveā‘¤", "ref-for-has-storage-access-flag", "ref-for-queue-a-global-taskā‘ ", "ref-for-permission-task-sourceā‘ ", - "ref-for-resolveā‘¤", + "ref-for-resolveā‘„", "ref-for-a-new-promiseā‘ ", "ref-for-determine-the-storage-access-policy", "ref-for-queue-a-global-taskā‘”", "ref-for-permission-task-sourceā‘”", - "ref-for-resolveā‘„", + "ref-for-resolveā‘¦", "issue-9416e44b", "ref-for-same-siteā‘ ", "ref-for-documentā‘Ø", @@ -160,33 +164,37 @@ "ref-for-window", "ref-for-transient-activation", "ref-for-reject", + "ref-for-concept-document-bcā‘”", + "ref-for-top-level-browsing-contextā‘¢", + "ref-for-resolveā‘§", "ref-for-concept-document-bcā‘¢", - "ref-for-top-level-browsing-contextā‘£", - "ref-for-resolveā‘¦", - "ref-for-concept-document-bcā‘£", "ref-for-parent-browsing-context", - "ref-for-top-level-browsing-contextā‘¤", + "ref-for-top-level-browsing-contextā‘£", "ref-for-rejectā‘ ", - "ref-for-active-documentā‘¢", - "ref-for-concept-document-bcā‘¤", - "ref-for-top-level-browsing-contextā‘„", - "ref-for-same-originā‘ ", - "ref-for-resolveā‘§", - "ref-for-concept-document-originā‘ ", - "ref-for-concept-origin-opaqueā‘ ", + "ref-for-concept-environment-top-level-originā‘£", + "ref-for-relevant-settings-objectā‘£", + "ref-for-concept-origin-opaqueā‘”", "ref-for-rejectā‘”", + "ref-for-concept-document-originā‘”", + "ref-for-same-originā‘ ", + "ref-for-concept-environment-top-level-originā‘¤", + "ref-for-relevant-settings-objectā‘¤", + "ref-for-resolveā‘Ø", + "ref-for-concept-document-originā‘¢", + "ref-for-concept-origin-opaqueā‘¢", + "ref-for-rejectā‘¢", "ref-for-active-sandboxing-flag-set", "ref-for-sandbox-storage-access-by-user-activation-flag", - "ref-for-rejectā‘¢", - "ref-for-generate-a-partitioned-storage-keyā‘ ", "ref-for-rejectā‘£", + "ref-for-generate-a-partitioned-storage-keyā‘ ", + "ref-for-rejectā‘¤", "ref-for-concept-relevant-globalā‘ ", "ref-for-obtain-the-storage-access-mapā‘ ", "ref-for-obtain-a-storage-access-flag-setā‘ ", "ref-for-was-expressly-denied-storage-access-flagā‘ ", - "ref-for-rejectā‘¤", + "ref-for-rejectā‘„", "ref-for-has-storage-access-flagā‘ ", - "ref-for-resolveā‘Ø", + "ref-for-resolveā‘ ā“Ŗ", "ref-for-in-parallelā‘ ", "ref-for-a-new-promiseā‘¢", "ref-for-determine-the-storage-access-policyā‘ ", @@ -233,10 +241,10 @@ "ref-for-concept-relevant-globalā‘”", "ref-for-queue-a-global-taskā‘£", "ref-for-permission-task-sourceā‘£", - "ref-for-resolveā‘ ā“Ŗ", + "ref-for-resolveā‘ ā‘ ", "ref-for-queue-a-global-taskā‘¤", "ref-for-permission-task-sourceā‘¤", - "ref-for-rejectā‘„", + "ref-for-rejectā‘¦", "ref-for-partitioned-storage-key-embedded-siteā‘¢", "ref-for-unpartitioned-dataā‘„", "ref-for-third-party-contextā‘¤", @@ -246,7 +254,7 @@ "ref-for-save-the-storage-access-flag-setā‘”", "ref-for-queue-a-global-taskā‘„", "ref-for-permission-task-sourceā‘„", - "ref-for-resolveā‘ ā‘ ", + "ref-for-resolveā‘ ā‘”", "ref-for-has-storage-access-flagā‘„", "ref-for-windowā‘ ", "ref-for-transient-activationā‘ ", @@ -255,7 +263,7 @@ "ref-for-save-the-storage-access-flag-setā‘¢", "ref-for-queue-a-global-taskā‘¦", "ref-for-permission-task-sourceā‘¦", - "ref-for-rejectā‘¦", + "ref-for-rejectā‘§", "issue-65ce4cf9", "navigation", "ref-for-current-entry", @@ -263,8 +271,8 @@ "ref-for-current-entryā‘ ", "ref-for-documentā‘ ā‘”", "ref-for-obtain-the-storage-access-mapā‘£", - "ref-for-concept-document-bcā‘„", - "ref-for-top-level-browsing-contextā‘¦", + "ref-for-concept-document-bcā‘£", + "ref-for-top-level-browsing-contextā‘¤", "ref-for-generate-a-partitioned-storage-keyā‘”", "ref-for-obtain-a-storage-access-flag-setā‘£", "ref-for-has-storage-access-flagā‘¦", @@ -308,13 +316,13 @@ "ref-for-dfn-invalid-argumentā‘ ", "ref-for-concept-url-origin", "ref-for-dfn-current-browsing-contextā‘ ", - "ref-for-top-level-browsing-contextā‘§", + "ref-for-top-level-browsing-contextā‘„", "ref-for-dfn-errorā‘”", "ref-for-dfn-error-codeā‘”", "ref-for-dfn-unsupported-operation", "ref-for-dfn-current-browsing-contextā‘”", - "ref-for-active-documentā‘£", - "ref-for-relevant-settings-objectā‘”", + "ref-for-active-documentā‘”", + "ref-for-relevant-settings-objectā‘„", "ref-for-obtain-a-siteā‘”", "ref-for-concept-settings-object-originā‘”", "ref-for-implementation-definedā‘¢", diff --git a/tr/ids/tc39-import-assertions.json b/tr/ids/tc39-import-assertions.json index 32db2b4639b6..646a5d67207c 100644 --- a/tr/ids/tc39-import-assertions.json +++ b/tr/ids/tc39-import-assertions.json @@ -18,21 +18,21 @@ "intro", "sec-syntax", "prod-ImportDeclaration", - "_ref_66", - "_ref_67", - "prod-ExportDeclaration", "_ref_68", - "prod-AssertClause", "_ref_69", - "prod-AssertEntries", + "prod-ExportDeclaration", "_ref_70", + "prod-AssertClause", "_ref_71", + "prod-AssertEntries", "_ref_72", + "_ref_73", + "_ref_74", "prod-AssertionKey", "prod-ImportCall", "sec-semantics", - "_ref_73", - "_ref_74", + "_ref_75", + "_ref_76", "sec-import-calls", "sec-import-call-runtime-semantics-evaluation", "sec-evaluate-import-call", @@ -55,15 +55,15 @@ "_ref_21", "_ref_22", "_ref_23", - "sec-hostresolveimportedmodule", "_ref_24", + "_ref_25", + "sec-hostresolveimportedmodule", + "_ref_26", "_ref_0", "_ref_1", "sec-hostimportmoduledynamically", - "_ref_25", - "_ref_2", - "_ref_26", "_ref_27", + "_ref_2", "_ref_28", "_ref_29", "_ref_30", @@ -73,75 +73,77 @@ "_ref_34", "_ref_35", "_ref_36", - "sec-finishdynamicimport", "_ref_37", - "_ref_3", "_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_75", - "_ref_44", - "_ref_76", - "sec-assert-clause-to-assertions", "_ref_77", - "_ref_45", + "_ref_46", "_ref_78", + "sec-assert-clause-to-assertions", "_ref_79", - "_ref_46", + "_ref_47", "_ref_80", "_ref_81", + "_ref_48", "_ref_82", - "_ref_47", "_ref_83", - "_ref_48", "_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_50", + "_ref_52", "table-cyclic-module-fields", - "_ref_51", + "_ref_53", "importentry-record", - "_ref_52", + "_ref_54", "_ref_4", "table-39", - "_ref_53", - "_ref_54", - "_ref_86", "_ref_55", - "_ref_87", - "sec-static-semantics-modulerequests", "_ref_56", "_ref_88", "_ref_57", "_ref_89", + "sec-static-semantics-modulerequests", "_ref_58", - "prod-Module", - "prod-ModuleItemList", "_ref_90", + "_ref_59", "_ref_91", + "_ref_60", + "prod-Module", + "prod-ModuleItemList", "_ref_92", "_ref_93", "_ref_94", "_ref_95", - "prod-ModuleItem", - "_ref_59", "_ref_96", - "_ref_60", "_ref_97", + "prod-ModuleItem", "_ref_61", - "sec-host-integration", + "_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", diff --git a/tr/ids/tracking-dnt.json b/tr/ids/tracking-dnt.json new file mode 100644 index 000000000000..db45b49bc094 --- /dev/null +++ b/tr/ids/tracking-dnt.json @@ -0,0 +1,346 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "ids": [ + "initialUserConfig", + "toc-nav", + "toc-jump", + "toc-toggle", + "title", + "abstract", + "sotd", + "w3c_process_revision", + "toc", + "table-of-contents", + "introduction", + "x1-introduction", + "dfn-referrals", + "dfn-web-analytics", + "dfn-audience-segmentation", + "dfn-personalization", + "dfn-targeted-advertising", + "terminology", + "x2-terminology", + "terminology.http", + "x2-1-http", + "dfn-client", + "dfn-server", + "dfn-origin-server", + "dfn-user-agent", + "dfn-sender", + "dfn-recipient", + "dfn-request", + "dfn-response", + "dfn-message", + "dfn-intermediary", + "dfn-proxy", + "dfn-cache", + "dfn-uri-host", + "dfn-authority", + "dfn-header-field", + "dfn-target-resource", + "dfn-resource", + "dfn-representation", + "terminology.html", + "x2-2-html", + "dfn-active-document", + "dfn-document-domain", + "dfn-effective-script-origin", + "dfn-responsible-document", + "dfn-browsing-context", + "dfn-nested-browsing-context", + "dfn-top-level-browsing-context", + "terminology.activity", + "x2-3-activity", + "dfn-tracking", + "dfn-context", + "dfn-network-interaction", + "dfn-user-action", + "dfn-user-activity", + "terminology.participants", + "x2-4-participants", + "dfn-user", + "dfn-party", + "dfn-first-party", + "dfn-third-party", + "dfn-service-provider", + "dfn-contractee", + "terminology.data", + "x2-5-data", + "dfn-collects", + "dfn-uses", + "dfn-shares", + "dfn-permanently-de-identified", + "notational", + "x3-notational-conventions", + "requirements", + "x3-1-requirements", + "notation", + "x3-2-formal-syntax", + "dfn-throw", + "dfn-domexception", + "dfn-exceptions", + "dfn-promise-objects", + "dfn-promise-call", + "dfn-resolve-promise", + "dfn-reject-promise", + "dfn-upon-fulfillment", + "dfn-upon-rejection", + "determining", + "x4-determining-user-preference", + "dfn-unset", + "dfn-dnt-1", + "dfn-dnt-0", + "dfn-enabled", + "dfn-not-enabled", + "dfn-extensions", + "dfn-add-ons", + "dfn-plug-ins", + "expressing", + "x5-expressing-a-tracking-preference", + "expression-format", + "x5-1-expression-format", + "dnt-header-field", + "x5-2-dnt-header-field-for-http-requests", + "dfn-dnt", + "ex-1-example-1-get-something-here-http-1-1-host-example-com-dnt-1", + "dnt-extensions", + "x5-2-1-extensions-to-the-dnt-field-value", + "issue-container-generatedID", + "h-note", + "js-dom", + "x5-3-javascript-property-to-detect-preference", + "dom-navigator-donottrack", + "dom-navigator", + "idl-def-navigator-partial-1", + "idl-def-navigator-donottrack", + "other-protocols", + "x5-4-tracking-preference-expressed-in-other-protocols", + "exceptions", + "x6-user-granted-exceptions", + "exception-overview", + "x6-1-overview", + "dfn-user-granted-exception", + "exception-scope", + "x6-2-site-specific-or-web-wide", + "dfn-site-domain", + "dfn-target-domain", + "dfn-script-domain", + "dfn-site-specific", + "dfn-web-wide", + "exception-granting", + "x6-3-granting-an-exception", + "exception-checking", + "x6-4-checking-for-an-exception", + "exception-revoking", + "x6-5-revoking-an-exception", + "exception-javascript-api", + "x6-6-client-side-scripting-api", + "exception-javascript-api-store", + "x6-6-1-api-to-store-a-tracking-exception", + "dom-navigator-storetrackingexception", + "dom-trackingexdata", + "dom-trackingexresult", + "idl-def-navigator-partial-2", + "idl-def-navigator-storetrackingexception-properties", + "idl-def-trackingexdata", + "idl-def-trackingexdata-site", + "idl-def-trackingexdata-targets", + "idl-def-trackingexdata-name", + "idl-def-trackingexdata-explanation", + "idl-def-trackingexdata-details", + "idl-def-trackingexdata-maxage", + "idl-def-trackingexresult", + "idl-def-trackingexresult-issitewide", + "dom-trackingexdata-site", + "dom-trackingexdata-targets", + "dom-trackingexdata-name", + "dom-trackingexdata-explanation", + "dom-trackingexdata-details", + "dom-trackingexdata-maxage", + "dom-trackingexresult-issitewide", + "api-security", + "h-note-0", + "exception-javascript-api-cancel", + "x6-6-2-api-to-remove-a-tracking-exception", + "dom-navigator-removetrackingexception", + "idl-def-navigator-partial-3", + "idl-def-navigator-removetrackingexception-properties", + "exception-javascript-api-confirm", + "x6-6-3-api-to-confirm-a-tracking-exception", + "dom-navigator-trackingexceptionexists", + "idl-def-navigator-partial-4", + "idl-def-navigator-trackingexceptionexists-properties", + "dfn-targets", + "exception-management", + "x6-7-user-agent-management-of-exceptions", + "responding", + "x7-communicating-a-tracking-status", + "response-overview", + "x7-1-overview", + "tracking-status-value", + "x7-2-tracking-status-value", + "TSV-defn", + "x7-2-1-definition", + "dfn-tracking-status-value", + "dfn-tsv", + "dfn-designated-resource", + "TSV-!", + "x7-2-2-under-construction", + "dfn-generatedID", + "TSV-?", + "x7-2-3-dynamic", + "dfn-generatedID-0", + "TSV-G", + "x7-2-4-gateway-g", + "dfn-g", + "TSV-N", + "x7-2-5-not-tracking-n", + "dfn-n", + "TSV-T", + "x7-2-6-tracking-t", + "dfn-t", + "TSV-C", + "x7-2-7-consent-c", + "dfn-c", + "TSV-P", + "x7-2-8-potential-consent-p", + "dfn-p", + "TSV-D", + "x7-2-9-disregarding-d", + "dfn-d", + "issue-container-generatedID-0", + "h-note-1", + "TSV-U", + "x7-2-10-updated-u", + "dfn-u", + "TSV.extension", + "x7-2-11-extensions-to-the-tracking-status-value", + "dfn-tsv-extension", + "response-header-field", + "x7-3-tk-header-field-for-http-responses", + "Tk-header-defn", + "x7-3-1-definition", + "dfn-tk", + "ex-2-example-2-tk-n", + "referring-status-id", + "x7-3-2-referring-to-a-request-specific-tracking-status-resource", + "dfn-status-id", + "ex-3-example-3-tk-t-frx42", + "interactive-status-change", + "x7-3-3-indicating-an-interactive-status-change", + "ex-4-example-4-tk-u", + "status-resource", + "x7-4-tracking-status-resource", + "site-wide-status-resource", + "x7-4-1-site-wide-tracking-status", + "dfn-site-wide-tracking-status-resource", + "request-specific-status-resource", + "x7-4-2-request-specific-tracking-status", + "dfn-tracking-status-resource-space", + "ex-5-example-5-tk-ahoy", + "status-checks-not-tracked", + "x7-4-3-status-checks-are-not-tracked", + "status-caching", + "x7-4-4-caching", + "status-representation", + "x7-5-tracking-status-representation", + "dfn-application-tracking-status-json", + "rep.status-object", + "x7-5-1-status-object", + "dfn-status-object", + "ex-6-example-6-tracking-t-compliance-https-acme-example-org-tracking101-qualifiers-afc-controller-https-www-example-com-privacy-same-party-example-com-example_vids-net-example_stats-com-audit-http-auditor-example-org-727073-policy-privacy-html-tracking-config-http-example-com-your-data", + "rep.tracking", + "x7-5-2-tracking-property", + "ex-7-example-7-tracking-n", + "rep.compliance", + "x7-5-3-compliance-property", + "dfn-compliance", + "rep.qualifiers", + "x7-5-4-qualifiers-property", + "dfn-qualifiers", + "rep.controller", + "x7-5-5-controller-property", + "dfn-controller", + "rep.same-party", + "x7-5-6-same-party-property", + "dfn-same-party", + "rep.audit", + "x7-5-7-audit-property", + "dfn-audit", + "rep.policy", + "x7-5-8-policy-property", + "dfn-policy", + "rep.config", + "x7-5-9-config-property", + "dfn-config", + "rep.extension", + "x7-5-10-extensions-to-the-status-object", + "response-error", + "x7-6-status-code-for-tracking-required", + "use-cases", + "x8-use-cases", + "issue-container-generatedID-1", + "h-ednote", + "using-deployment", + "x8-1-discovering-deployment", + "using-preflight", + "x8-2-preflight-checks", + "security", + "x9-security-considerations", + "privacy", + "x10-privacy-considerations", + "privacy.not-preconfigured", + "x10-1-why-dnt-1-is-not-preconfigured-by-default", + "privacy.fingerprinting", + "x10-2-fingerprinting", + "privacy.history", + "x10-3-stored-exceptions-are-stored-history", + "acks", + "a-acknowledgements", + "registrations", + "b-registrations", + "reg.tracking-status.json", + "b-1-registration-of-application-tracking-status-json", + "reg.DNT", + "b-2-registration-of-dnt-header-field", + "reg.Tk", + "b-3-registration-of-tk-header-field", + "reg.well-known.dnt", + "b-4-registration-of-uri-well-known-dnt", + "changes", + "c-changes", + "changes-CR2", + "c-1-since-second-cr", + "changes-CR1", + "c-2-since-first-cr", + "references", + "d-references", + "normative-references", + "d-1-normative-references", + "bib-html51", + "bib-rfc2119", + "bib-rfc3986", + "bib-rfc5234", + "bib-rfc6265", + "bib-rfc7230", + "bib-rfc7231", + "bib-rfc7234", + "bib-rfc8259", + "bib-webidl", + "bib-webidl-20161215", + "informative-references", + "d-2-informative-references", + "bib-ecmascript", + "bib-knowprivacy", + "bib-orderly", + "bib-promiseguide", + "bib-rfc3864", + "bib-rfc5785", + "bib-rfc6570", + "bib-tcs", + "back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/ua-client-hints.json b/tr/ids/ua-client-hints.json index 1dd0efef7776..592c8d201ae2 100644 --- a/tr/ids/ua-client-hints.json +++ b/tr/ids/ua-client-hints.json @@ -8,7 +8,7 @@ "toc-jump", "toc-toggle", "title", - "subtitle", + "profile-and-date", "abstract", "ref-for-dfn-passive-fingerprinting", "status", @@ -141,21 +141,31 @@ "dom-uadatavalues-platformversion", "ref-for-idl-DOMStringā‘¦", "dom-uadatavalues-uafullversion", - "ref-for-Exposed", - "navigatoruadata", + "dictdef-ualowentropyjson", "ref-for-idl-frozen-arrayā‘ ", "ref-for-dictdef-navigatoruabrandversionā‘ ", - "dom-navigatoruadata-brands", + "dom-ualowentropyjson-brands", "ref-for-idl-booleanā‘ ", - "dom-navigatoruadata-mobile", + "dom-ualowentropyjson-mobile", "ref-for-idl-DOMStringā‘§", + "dom-ualowentropyjson-platform", + "ref-for-Exposed", + "navigatoruadata", + "ref-for-idl-frozen-arrayā‘”", + "ref-for-dictdef-navigatoruabrandversionā‘”", + "dom-navigatoruadata-brands", + "ref-for-idl-booleanā‘”", + "dom-navigatoruadata-mobile", + "ref-for-idl-DOMStringā‘Ø", "dom-navigatoruadata-platform", "ref-for-idl-promise", "ref-for-dictdef-uadatavalues", "dom-navigatoruadata-gethighentropyvalues", "ref-for-idl-sequence", - "ref-for-idl-DOMStringā‘Ø", + "ref-for-idl-DOMStringā‘ ā“Ŗ", "dom-navigatoruadata-gethighentropyvalues-hints-hints", + "ref-for-dictdef-ualowentropyjson", + "dom-navigatoruadata-tojson", "navigatorua", "ref-for-SecureContext", "ref-for-navigatoruadata", @@ -174,8 +184,8 @@ "ref-for-create-brands", "ref-for-windoworworkerglobalscope", "windoworworkerglobalscope-brands-frozen-array", - "ref-for-idl-frozen-arrayā‘”", - "ref-for-dictdef-navigatoruabrandversionā‘”", + "ref-for-idl-frozen-arrayā‘¢", + "ref-for-dictdef-navigatoruabrandversionā‘¢", "ref-for-dfn-create-frozen-array", "ref-for-user-agentā‘¢ā“Ŗ", "ref-for-user-agent-brandsā‘ ", @@ -187,7 +197,7 @@ "ref-for-user-agent-significant-version", "ref-for-user-agentā‘¢ā‘”", "ref-for-user-agent-equivalence-class", - "ref-for-dictdef-navigatoruabrandversionā‘¢", + "ref-for-dictdef-navigatoruabrandversionā‘£", "ref-for-user-agent-brandā‘ ", "ref-for-dom-navigatoruabrandversion-brandā‘ ", "ref-for-user-agent-significant-versionā‘ ", @@ -195,7 +205,7 @@ "ref-for-user-agentā‘¢ā‘¢", "ref-for-list-append", "ref-for-list-item", - "ref-for-dictdef-navigatoruabrandversionā‘£", + "ref-for-dictdef-navigatoruabrandversionā‘¤", "ref-for-create-an-arbitrary-brand", "ref-for-create-an-arbitrary-version", "ref-for-list-itemā‘ ", @@ -278,41 +288,54 @@ "ref-for-queue-a-task", "ref-for-permission-task-source", "ref-for-resolve", + "toJSON", + "dom-navigatorua-tojson", + "ref-for-dictdef-ualowentropyjsonā‘ ", + "ref-for-dom-ualowentropyjson-brands", + "ref-for-thisā‘”", + "ref-for-concept-relevant-globalā‘”", + "ref-for-windoworworkerglobalscope-brands-frozen-arrayā‘”", + "ref-for-dom-ualowentropyjson-mobile", + "ref-for-user-agentā‘£ā‘„", + "ref-for-user-agent-mobilenessā‘£", + "ref-for-dom-ualowentropyjson-platform", + "ref-for-user-agentā‘£ā‘¦", + "ref-for-user-agent-platform-brandā‘”", "security-privacy", "secure-transport", - "ref-for-user-agentā‘£ā‘„", + "ref-for-user-agentā‘£ā‘§", "delegation", - "ref-for-user-agentā‘£ā‘¦", + "ref-for-user-agentā‘£ā‘Ø", "ref-for-dfn-passive-fingerprintingā‘”", "ref-for-abstract-opdef-append-client-hints-to-request", "fingerprinting", "ref-for-dfn-passive-fingerprintingā‘¢", "ref-for-dfn-active-fingerprinting", - "ref-for-user-agentā‘£ā‘§", + "ref-for-user-agentā‘¤ā“Ŗ", "ref-for-dfn-active-fingerprintingā‘ ", "access", - "ref-for-user-agentā‘£ā‘Ø", - "ref-for-user-agentā‘¤ā“Ŗ", + "ref-for-user-agentā‘¤ā‘ ", + "ref-for-user-agentā‘¤ā‘”", "ref-for-user-agent-platform-architectureā‘£", "ref-for-user-agent-platform-bitnessā‘¢", "impl-considerations", "user-agent", - "ref-for-user-agentā‘¤ā‘ ", - "ref-for-user-agentā‘¤ā‘”", - "grease", "ref-for-user-agentā‘¤ā‘¢", - "ref-for-user-agent-brandsā‘”", "ref-for-user-agentā‘¤ā‘£", + "grease", + "ref-for-user-agentā‘¤ā‘¤", + "ref-for-user-agent-brandsā‘”", + "ref-for-user-agentā‘¤ā‘„", "ref-for-user-agent-brandsā‘¢", "ref-for-user-agent-brandsā‘£", "ref-for-user-agent-equivalence-classā‘”", "ref-for-user-agent-equivalence-classā‘¢", - "ref-for-user-agentā‘¤ā‘¤", + "ref-for-user-agentā‘¤ā‘¦", "ref-for-user-agent-brandsā‘¤", "ref-for-user-agent-brandsā‘„", - "ref-for-user-agentā‘¤ā‘„", - "ref-for-user-agentā‘¤ā‘¦", "ref-for-user-agentā‘¤ā‘§", + "ref-for-user-agentā‘¤ā‘Ø", + "ref-for-user-agentā‘„ā“Ŗ", "sec-ch", "iana", "iana-ua", diff --git a/tr/ids/web-bluetooth.json b/tr/ids/web-bluetooth.json index 8170e7a15c24..a1dc5264f222 100644 --- a/tr/ids/web-bluetooth.json +++ b/tr/ids/web-bluetooth.json @@ -8,7 +8,7 @@ "toc-jump", "toc-toggle", "title", - "subtitle", + "profile-and-date", "abstract", "status", "toc", @@ -91,27 +91,38 @@ "dom-bluetoothdatafilterinit-dataprefix", "ref-for-BufferSourceā‘ ", "dom-bluetoothdatafilterinit-mask", + "dictdef-bluetoothmanufacturerdatafilterinit", + "ref-for-dictdef-bluetoothdatafilterinit", + "ref-for-EnforceRange", + "ref-for-idl-unsigned-short", + "dom-bluetoothmanufacturerdatafilterinit-companyidentifier", + "dictdef-bluetoothservicedatafilterinit", + "ref-for-dictdef-bluetoothdatafilterinitā‘ ", + "ref-for-typedefdef-bluetoothserviceuuid", + "dom-bluetoothservicedatafilterinit-service", "dictdef-bluetoothlescanfilterinit", "ref-for-idl-sequence", - "ref-for-typedefdef-bluetoothserviceuuid", + "ref-for-typedefdef-bluetoothserviceuuidā‘ ", "ref-for-dom-bluetoothlescanfilterinit-services", "ref-for-idl-DOMString", "ref-for-dom-bluetoothlescanfilterinit-name", "ref-for-idl-DOMStringā‘ ", "ref-for-dom-bluetoothlescanfilterinit-nameprefix", - "ref-for-idl-object", + "ref-for-idl-sequenceā‘ ", + "ref-for-dictdef-bluetoothmanufacturerdatafilterinit", "ref-for-dom-bluetoothlescanfilterinit-manufacturerdata", - "ref-for-idl-objectā‘ ", + "ref-for-idl-sequenceā‘”", + "ref-for-dictdef-bluetoothservicedatafilterinit", "ref-for-dom-bluetoothlescanfilterinit-servicedata", "dictdef-requestdeviceoptions", - "ref-for-idl-sequenceā‘ ", + "ref-for-idl-sequenceā‘¢", "ref-for-dictdef-bluetoothlescanfilterinit", "ref-for-dom-requestdeviceoptions-filters", - "ref-for-idl-sequenceā‘”", - "ref-for-typedefdef-bluetoothserviceuuidā‘ ", + "ref-for-idl-sequenceā‘£", + "ref-for-typedefdef-bluetoothserviceuuidā‘”", "ref-for-dom-requestdeviceoptions-optionalservices", - "ref-for-idl-sequenceā‘¢", - "ref-for-idl-unsigned-short", + "ref-for-idl-sequenceā‘¤", + "ref-for-idl-unsigned-shortā‘ ", "ref-for-dom-requestdeviceoptions-optionalmanufacturerdata", "ref-for-idl-boolean", "ref-for-dom-requestdeviceoptions-acceptalldevices", @@ -128,7 +139,7 @@ "ref-for-bluetoothdevice", "ref-for-dom-bluetooth-referringdevice", "ref-for-idl-promiseā‘ ", - "ref-for-idl-sequenceā‘£", + "ref-for-idl-sequenceā‘„", "ref-for-bluetoothdeviceā‘ ", "ref-for-dom-bluetooth-getdevices", "ref-for-idl-promiseā‘”", @@ -162,7 +173,7 @@ "dom-bluetoothlescanfilterinit-servicedata", "ref-for-manufacturer-specific-dataā‘ ", "ref-for-service-dataā‘ ", - "ref-for-dictdef-bluetoothdatafilterinit", + "ref-for-dictdef-bluetoothdatafilterinitā‘”", "ref-for-dom-bluetoothdatafilterinit-mask", "ref-for-dom-bluetoothdatafilterinit-dataprefix", "ref-for-dom-bluetoothdatafilterinit-maskā‘ ", @@ -224,18 +235,15 @@ "ref-for-dom-bluetoothlescanfilterinit-servicesā‘”", "ref-for-extended-inquiry-response", "ref-for-dom-bluetoothlescanfilterinit-manufacturerdataā‘”", - "ref-for-sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "ref-for-manufacturer-specific-dataā‘”", + "ref-for-dom-bluetoothmanufacturerdatafilterinit-companyidentifier", "ref-for-bluetoothdatafilterinit-matches", - "ref-for-dom-bluetoothlescanfilterinit-manufacturerdataā‘¢", "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘”", - "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘¢", - "ref-for-sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeysā‘ ", "ref-for-service-dataā‘”", + "ref-for-dom-bluetoothservicedatafilterinit-service", "ref-for-bluetoothdatafilterinit-matchesā‘ ", - "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘£", "bluetoothdatafilterinit-matches", - "ref-for-dictdef-bluetoothdatafilterinitā‘ ", + "ref-for-dictdef-bluetoothdatafilterinitā‘¢", "ref-for-bluetoothdatafilterinit-canonicalizing", "ref-for-dfn-get-buffer-source-copy", "ref-for-dom-bluetoothdatafilterinit-dataprefixā‘ ", @@ -277,8 +285,8 @@ "request-bluetooth-devices", "ref-for-dictdef-bluetoothpermissionstorageā‘ ", "ref-for-dictdef-bluetoothlescanfilterinitā‘ ", - "ref-for-typedefdef-bluetoothserviceuuidā‘”", - "ref-for-idl-unsigned-shortā‘ ", + "ref-for-typedefdef-bluetoothserviceuuidā‘¢", + "ref-for-idl-unsigned-shortā‘”", "ref-for-in-parallelā‘”", "requestDevice-user-gesture", "ref-for-concept-relevant-global", @@ -314,7 +322,7 @@ "ref-for-dom-permissionstate-deniedā‘”", "ref-for-populate-the-bluetooth-cache", "ref-for-get-the-bluetoothdevice-representingā‘ ", - "ref-for-context-object", + "ref-for-this", "bluetoothlescanfilterinit-canonicalizing", "ref-for-dictdef-bluetoothlescanfilterinitā‘”", "ref-for-dictdef-bluetoothlescanfilterinitā‘¢", @@ -334,29 +342,23 @@ "ref-for-utf-8-encodeā‘ ", "ref-for-sec-native-error-types-used-in-this-standard-typeerrorā‘„", "ref-for-bluetooth-device-nameā‘£", - "ref-for-dom-bluetoothlescanfilterinit-manufacturerdataā‘£", - "ref-for-sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeysā‘”", + "ref-for-dom-bluetoothlescanfilterinit-manufacturerdataā‘¢", "ref-for-sec-native-error-types-used-in-this-standard-typeerrorā‘¦", - "ref-for-sec-canonicalnumericindexstring", - "ref-for-sec-isinteger", + "ref-for-dom-bluetoothlescanfilterinit-manufacturerdataā‘£", + "ref-for-dom-bluetoothmanufacturerdatafilterinit-companyidentifierā‘ ", "ref-for-sec-native-error-types-used-in-this-standard-typeerrorā‘§", - "ref-for-dfn-convert-ecmascript-to-idl-value", - "ref-for-dictdef-bluetoothdatafilterinitā‘”", "ref-for-bluetoothdatafilterinit-canonicalizingā‘ ", "ref-for-dfn-convert-idl-to-ecmascript-value", - "ref-for-sec-createdataproperty", - "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘¤", - "ref-for-sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeysā‘¢", + "ref-for-dom-bluetoothmanufacturerdatafilterinit-companyidentifierā‘”", + "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘¢", "ref-for-sec-native-error-types-used-in-this-standard-typeerrorā‘Ø", - "ref-for-sec-canonicalnumericindexstringā‘ ", + "ref-for-dom-bluetoothlescanfilterinit-servicedataā‘£", "ref-for-dom-bluetoothuuid-getserviceā‘£", + "ref-for-dom-bluetoothservicedatafilterinit-serviceā‘ ", "ref-for-blocklistedā‘”", "ref-for-securityerrorā‘”", - "ref-for-dfn-convert-ecmascript-to-idl-valueā‘ ", - "ref-for-dictdef-bluetoothdatafilterinitā‘¢", "ref-for-bluetoothdatafilterinit-canonicalizingā‘”", "ref-for-dfn-convert-idl-to-ecmascript-valueā‘ ", - "ref-for-sec-createdatapropertyā‘ ", "bluetoothdatafilterinit-canonicalizing", "ref-for-dictdef-bluetoothdatafilterinitā‘£", "ref-for-dictdef-bluetoothdatafilterinitā‘¤", @@ -423,14 +425,14 @@ "ref-for-dictdef-permissiondescriptor", "ref-for-idl-DOMStringā‘”", "dom-bluetoothpermissiondescriptor-deviceid", - "ref-for-idl-sequenceā‘¤", + "ref-for-idl-sequenceā‘¦", "ref-for-dictdef-bluetoothlescanfilterinitā‘£", "dom-bluetoothpermissiondescriptor-filters", - "ref-for-idl-sequenceā‘„", - "ref-for-typedefdef-bluetoothserviceuuidā‘¢", + "ref-for-idl-sequenceā‘§", + "ref-for-typedefdef-bluetoothserviceuuidā‘£", "dom-bluetoothpermissiondescriptor-optionalservices", - "ref-for-idl-sequenceā‘¦", - "ref-for-idl-unsigned-shortā‘”", + "ref-for-idl-sequenceā‘Ø", + "ref-for-idl-unsigned-shortā‘¢", "dom-bluetoothpermissiondescriptor-optionalmanufacturerdata", "ref-for-idl-booleanā‘”", "dom-bluetoothpermissiondescriptor-acceptalldevices", @@ -442,14 +444,14 @@ "ref-for-idl-booleanā‘¢", "dom-allowedbluetoothdevice-mayusegatt", "ref-for-idl-DOMStringā‘£", - "ref-for-idl-sequenceā‘§", + "ref-for-idl-sequenceā‘ ā“Ŗ", "ref-for-typedefdef-uuid", "dom-allowedbluetoothdevice-allowedservices", - "ref-for-idl-sequenceā‘Ø", - "ref-for-idl-unsigned-shortā‘¢", + "ref-for-idl-sequenceā‘ ā‘ ", + "ref-for-idl-unsigned-shortā‘£", "dom-allowedbluetoothdevice-allowedmanufacturerdata", "dictdef-bluetoothpermissionstorage", - "ref-for-idl-sequenceā‘ ā“Ŗ", + "ref-for-idl-sequenceā‘ ā‘”", "ref-for-dictdef-allowedbluetoothdevice", "dom-bluetoothpermissionstorage-alloweddevices", "ref-for-dictdef-allowedbluetoothdeviceā‘ ", @@ -774,7 +776,7 @@ "ref-for-Exposedā‘£", "ref-for-SecureContextā‘¢", "ref-for-bluetoothmanufacturerdatamap", - "ref-for-idl-unsigned-shortā‘£", + "ref-for-idl-unsigned-shortā‘¤", "ref-for-sec-dataview-constructorā‘ ", "ref-for-Exposedā‘¤", "ref-for-SecureContextā‘£", @@ -798,7 +800,7 @@ "ref-for-dom-bluetoothadvertisingevent-uuids", "ref-for-idl-DOMStringā‘Ø", "ref-for-dom-bluetoothadvertisingevent-name", - "ref-for-idl-unsigned-shortā‘¤", + "ref-for-idl-unsigned-shortā‘„", "ref-for-dom-bluetoothadvertisingevent-appearance", "ref-for-idl-byte", "ref-for-dom-bluetoothadvertisingevent-txpower", @@ -814,13 +816,13 @@ "ref-for-dictdef-eventinitā‘ ", "ref-for-bluetoothdeviceā‘”ā‘„", "dom-bluetoothadvertisingeventinit-device", - "ref-for-idl-sequenceā‘ ā‘ ", + "ref-for-idl-sequenceā‘ ā‘¢", "ref-for-idl-DOMStringā‘ ā“Ŗ", "ref-for-idl-unsigned-long", "dom-bluetoothadvertisingeventinit-uuids", "ref-for-idl-DOMStringā‘ ā‘ ", "dom-bluetoothadvertisingeventinit-name", - "ref-for-idl-unsigned-shortā‘„", + "ref-for-idl-unsigned-shortā‘¦", "dom-bluetoothadvertisingeventinit-appearance", "ref-for-idl-byteā‘”", "dom-bluetoothadvertisingeventinit-txpower", @@ -897,7 +899,7 @@ "ref-for-idl-frozen-arrayā‘£", "ref-for-dom-bluetoothuuid-getserviceā‘¤", "ref-for-idl-frozen-arrayā‘¤", - "ref-for-idl-unsigned-shortā‘¦", + "ref-for-idl-unsigned-shortā‘§", "ref-for-BufferSourceā‘”", "ref-for-sec-native-error-types-used-in-this-standard-typeerrorā‘ ā‘ ", "ref-for-read-only-arraybuffer", @@ -1049,13 +1051,13 @@ "ref-for-idl-promiseā‘¤", "ref-for-bluetoothremotegattserviceā‘„", "ref-for-dom-bluetoothremotegattserver-getprimaryserviceā‘ ", - "ref-for-typedefdef-bluetoothserviceuuidā‘£", + "ref-for-typedefdef-bluetoothserviceuuidā‘¤", "dom-bluetoothremotegattserver-getprimaryservice-service-service", "ref-for-idl-promiseā‘„", - "ref-for-idl-sequenceā‘ ā‘”", + "ref-for-idl-sequenceā‘ ā‘£", "ref-for-bluetoothremotegattserviceā‘¦", "ref-for-dom-bluetoothremotegattserver-getprimaryservices", - "ref-for-typedefdef-bluetoothserviceuuidā‘¤", + "ref-for-typedefdef-bluetoothserviceuuidā‘„", "dom-bluetoothremotegattserver-getprimaryservices-service-service", "ref-for-bluetoothremotegattserverā‘„", "dom-bluetoothremotegattserver-device", @@ -1180,7 +1182,7 @@ "ref-for-typedefdef-bluetoothcharacteristicuuid", "dom-bluetoothremotegattservice-getcharacteristic-characteristic-characteristic", "ref-for-idl-promiseā‘§", - "ref-for-idl-sequenceā‘ ā‘¢", + "ref-for-idl-sequenceā‘ ā‘¤", "ref-for-bluetoothremotegattcharacteristicā‘§", "ref-for-dom-bluetoothremotegattservice-getcharacteristics", "ref-for-typedefdef-bluetoothcharacteristicuuidā‘ ", @@ -1188,13 +1190,13 @@ "ref-for-idl-promiseā‘Ø", "ref-for-bluetoothremotegattserviceā‘Ø", "ref-for-dom-bluetoothremotegattservice-getincludedserviceā‘ ", - "ref-for-typedefdef-bluetoothserviceuuidā‘„", + "ref-for-typedefdef-bluetoothserviceuuidā‘¦", "dom-bluetoothremotegattservice-getincludedservice-service-service", "ref-for-idl-promiseā‘ ā“Ŗ", - "ref-for-idl-sequenceā‘ ā‘£", + "ref-for-idl-sequenceā‘ ā‘„", "ref-for-bluetoothremotegattserviceā‘ ā“Ŗ", "ref-for-dom-bluetoothremotegattservice-getincludedservices", - "ref-for-typedefdef-bluetoothserviceuuidā‘¦", + "ref-for-typedefdef-bluetoothserviceuuidā‘§", "dom-bluetoothremotegattservice-getincludedservices-service-service", "ref-for-bluetoothremotegattserviceā‘ ā‘ ", "ref-for-characteristiceventhandlersā‘”", @@ -1257,7 +1259,7 @@ "ref-for-typedefdef-bluetoothdescriptoruuid", "dom-bluetoothremotegattcharacteristic-getdescriptor-descriptor-descriptor", "ref-for-idl-promiseā‘ ā‘”", - "ref-for-idl-sequenceā‘ ā‘¤", + "ref-for-idl-sequenceā‘ ā‘¦", "ref-for-bluetoothremotegattdescriptorā‘„", "ref-for-dom-bluetoothremotegattcharacteristic-getdescriptors", "ref-for-typedefdef-bluetoothdescriptoruuidā‘ ", @@ -1841,12 +1843,12 @@ "dom-bluetoothuuid-getdescriptor-name-name", "ref-for-typedefdef-uuidā‘ ā“Ŗ", "ref-for-dom-bluetoothuuid-canonicaluuidā‘ ", - "ref-for-EnforceRange", + "ref-for-EnforceRangeā‘ ", "ref-for-idl-unsigned-longā‘£", "dom-bluetoothuuid-canonicaluuid-alias-alias", "ref-for-idl-DOMStringā‘ ā‘„", "ref-for-idl-unsigned-longā‘¤", - "ref-for-typedefdef-bluetoothserviceuuidā‘§", + "ref-for-typedefdef-bluetoothserviceuuidā‘Ø", "ref-for-idl-DOMStringā‘ ā‘¦", "ref-for-idl-unsigned-longā‘„", "ref-for-typedefdef-bluetoothcharacteristicuuidā‘”", @@ -2033,7 +2035,6 @@ "term-for-abortsignal-add", "term-for-dom-event-bubbles", "term-for-concept-tree-child", - "term-for-context-object", "term-for-concept-document", "term-for-concept-event-fire", "term-for-dom-event-istrusted", @@ -2041,15 +2042,11 @@ "term-for-sec-array-objects", "term-for-sec-array.prototype.map", "term-for-sec-arraybuffer-constructor", - "term-for-sec-canonicalnumericindexstring", - "term-for-sec-createdataproperty", "term-for-sec-dataview-constructor", - "term-for-sec-isinteger", "term-for-sec-promise-objects", "term-for-sec-set-objects", "term-for-sec-native-error-types-used-in-this-standard-typeerror", "term-for-sec-typedarray-constructors", - "term-for-sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "term-for-current-realm", "term-for-sec-object-internal-methods-and-internal-slots", "term-for-sec-code-realms", @@ -2123,13 +2120,12 @@ "term-for-idl-boolean", "term-for-idl-byte", "term-for-dfn-convert-idl-to-ecmascript-value", - "term-for-dfn-convert-ecmascript-to-idl-value", "term-for-dfn-maplike", - "term-for-idl-object", "term-for-dfn-perform-steps-once-promise-is-settled", "term-for-reject", "term-for-resolve", "term-for-idl-sequence", + "term-for-this", "term-for-idl-undefined", "term-for-idl-unsigned-long", "term-for-idl-unsigned-short", diff --git a/tr/ids/web-nfc.json b/tr/ids/web-nfc.json index f42bfa74e18e..cc67168d8e44 100644 --- a/tr/ids/web-nfc.json +++ b/tr/ids/web-nfc.json @@ -1502,7 +1502,6 @@ "dfn-panel-for-resume-nfc", "dfn-panel-for-dfn-web-nfc-permission-name", "dfn-panel-for-dfn-obtain-permission", - "dfn-panel-for-dfn-visibility-state", "dfn-panel-for-nfc-suspended", "dfn-panel-for-dfn-abort-a-pending-write-operation", "dfn-panel-for-dfn-release-nfc", @@ -1552,7 +1551,6 @@ "dfn-panel-for-dfn-blocklisted", "dfn-panel-for-dfn-historical-bytes", "dfn-panel-for-dfn-obtaining-permission", - "dfn-panel-for-dfn-warning-user-during-nfc-operations", - "dfn-panel-for-dfn-visible" + "dfn-panel-for-dfn-warning-user-during-nfc-operations" ] } \ No newline at end of file diff --git a/tr/ids/web-share-target.json b/tr/ids/web-share-target.json index 60bad8d92a0d..1ff3e53da4ed 100644 --- a/tr/ids/web-share-target.json +++ b/tr/ids/web-share-target.json @@ -51,7 +51,6 @@ "ref-for-dom-sharetargetparams-2", "ref-for-dom-sharetarget-params-2", "idl-def-webappmanifest-partial-1", - "ref-for-dom-webappmanifest-1", "idl-def-webappmanifest-share_target", "ref-for-dom-sharetarget-2", "ref-for-dom-webappmanifest-share_target-2", @@ -162,7 +161,6 @@ "bib-service-workers-1", "bib-webintents", "back-to-top", - "dfn-panel-for-dom-webappmanifest", "dfn-panel-for-dom-webappmanifest-share_target", "dfn-panel-for-dfn-web-share-targets", "dfn-panel-for-dfn-post-processing-the-share_target-member", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index ac2ab8ad317d..a774c7781efa 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "ids": [ "toc-nav", diff --git a/tr/ids/webrtc-encoded-transform.json b/tr/ids/webrtc-encoded-transform.json index 76c18407346f..4f565e8ff587 100644 --- a/tr/ids/webrtc-encoded-transform.json +++ b/tr/ids/webrtc-encoded-transform.json @@ -19,7 +19,6 @@ "introduction", "terminology", "specification", - "ref-for-dom-rtcpeerconnectionā‘ ", "ref-for-dom-rtcrtpsender", "ref-for-dom-rtcrtpreceiver", "dictdef-rtcinsertablestreams", @@ -27,77 +26,45 @@ "dom-rtcinsertablestreams-readable", "ref-for-writablestream", "dom-rtcinsertablestreams-writable", - "ref-for-dom-rtcconfiguration", - "ref-for-idl-boolean", - "dom-rtcconfiguration-encodedinsertablestreams", "ref-for-sframetransform", "ref-for-rtcrtpscripttransform", "typedefdef-rtcrtptransform", "ref-for-dom-rtcrtpsenderā‘ ", - "ref-for-dictdef-rtcinsertablestreams", - "ref-for-dom-rtcrtpsender-createencodedstreams", "ref-for-typedefdef-rtcrtptransform", "ref-for-dom-rtcrtpsender-transform", "ref-for-dom-rtcrtpreceiverā‘ ", - "ref-for-dictdef-rtcinsertablestreamsā‘ ", - "dom-rtcrtpreceiver-createencodedstreams", "ref-for-typedefdef-rtcrtptransformā‘ ", "ref-for-dom-rtcrtpsender-transformā‘ ", "operation", - "ref-for-dom-rtcpeerconnectionā‘”", - "ref-for-dom-rtcconfigurationā‘ ", + "ref-for-dom-rtcpeerconnectionā‘ ", + "ref-for-dom-rtcconfiguration", "stream-creation", "ref-for-dom-rtcrtpsenderā‘”", "ref-for-dom-rtcrtpreceiverā‘”", "ref-for-this", "ref-for-thisā‘ ", - "ref-for-thisā‘”", "ref-for-readablestreamā‘ ", "ref-for-readablestream-set-up", + "ref-for-thisā‘”", "ref-for-thisā‘¢", - "ref-for-thisā‘£", "ref-for-readencodeddata", + "ref-for-thisā‘£", "ref-for-thisā‘¤", - "ref-for-thisā‘„", "ref-for-writablestreamā‘ ", "ref-for-writablestream-set-up", - "ref-for-thisā‘¦", + "ref-for-thisā‘„", "ref-for-writablestream-set-up-writealgorithm", "ref-for-writeencodeddata", + "ref-for-thisā‘¦", "ref-for-thisā‘§", "ref-for-thisā‘Ø", - "ref-for-thisā‘ ā“Ŗ", - "ref-for-dom-rtcpeerconnectionā‘¢", - "ref-for-dom-rtcconfiguration-encodedinsertablestreams", "ref-for-queue-a-task", + "ref-for-thisā‘ ā“Ŗ", "ref-for-thisā‘ ā‘ ", - "ref-for-thisā‘ ā‘”", "ref-for-abortcontroller", + "ref-for-thisā‘ ā‘”", "ref-for-thisā‘ ā‘¢", "ref-for-thisā‘ ā‘£", - "ref-for-thisā‘ ā‘¤", - "dom-rtcrtpsender-createencodedstreams", - "ref-for-dom-rtcpeerconnectionā‘£", - "ref-for-dom-rtcconfiguration-encodedinsertablestreamsā‘ ", - "ref-for-invalidaccesserror", - "ref-for-idl-DOMException", - "ref-for-invalidaccesserrorā‘ ", - "ref-for-idl-DOMExceptionā‘ ", - "ref-for-thisā‘ ā‘„", - "ref-for-invalidaccesserrorā‘”", - "ref-for-idl-DOMExceptionā‘”", - "ref-for-thisā‘ ā‘¦", - "ref-for-invalidaccesserrorā‘¢", - "ref-for-idl-DOMExceptionā‘¢", - "ref-for-thisā‘ ā‘§", - "ref-for-dictdef-rtcinsertablestreamsā‘”", - "ref-for-thisā‘ ā‘Ø", - "ref-for-dom-rtcinsertablestreams-readable", - "ref-for-thisā‘”ā“Ŗ", - "ref-for-thisā‘”ā‘ ", - "ref-for-dom-rtcinsertablestreams-writable", - "ref-for-thisā‘”ā‘”", - "ref-for-thisā‘”ā‘¢", "stream-processing", "readencodeddata", "ref-for-dom-rtcrtpsenderā‘¢", @@ -115,20 +82,20 @@ "ref-for-a-promise-resolved-withā‘”", "attribute", "dom-rtcrtpsender-transform", - "ref-for-thisā‘”ā‘£", + "ref-for-thisā‘ ā‘¤", "ref-for-identity-transform-stream", "ref-for-readablestream-get-a-reader", "ref-for-writablestream-get-a-writer", "ref-for-abortcontrollerā‘ ", - "ref-for-thisā‘”ā‘¤", + "ref-for-thisā‘ ā‘„", "ref-for-abortsignal-add", "ref-for-chain-transform-algorithm", - "ref-for-thisā‘”ā‘„", + "ref-for-thisā‘ ā‘¦", "ref-for-abortsignal-signal-abort", - "ref-for-thisā‘”ā‘¦", + "ref-for-thisā‘ ā‘§", "ref-for-chain-transform-algorithmā‘ ", - "ref-for-thisā‘”ā‘§", - "ref-for-thisā‘”ā‘Ø", + "ref-for-thisā‘ ā‘Ø", + "ref-for-thisā‘”ā“Ŗ", "chain-transform-algorithm", "ref-for-abortsignal-aborted-flag", "ref-for-readablestreamdefaultreader-release", @@ -167,7 +134,7 @@ "dom-sframetransform-sframetransform", "ref-for-transformstream", "ref-for-readablestream-set-upā‘ ", - "ref-for-thisā‘¢ā“Ŗ", + "ref-for-thisā‘”ā‘ ", "ref-for-transformstream-set-up-transformalgorithm", "ref-for-dom-sframetransformoptions-role", "sframe-transform-algorithm", @@ -286,11 +253,11 @@ "ref-for-rtctransformevent", "RTCRtpScriptTransformer-attributes", "dom-rtcrtpscripttransformer-options", - "ref-for-thisā‘¢ā‘ ", + "ref-for-thisā‘”ā‘”", "dom-rtcrtpscripttransformer-readable", - "ref-for-thisā‘¢ā‘”", + "ref-for-thisā‘”ā‘¢", "dom-rtcrtpscripttransformer-writable", - "ref-for-thisā‘¢ā‘¢", + "ref-for-thisā‘”ā‘£", "privacy", "examples", "w3c-conformance", @@ -330,10 +297,8 @@ "term-for-dfn-CryptoKey", "term-for-idl-ArrayBuffer", "term-for-BufferSource", - "term-for-idl-DOMException", "term-for-EnforceRange", "term-for-Exposed", - "term-for-invalidaccesserror", "term-for-invalidmodificationerror", "term-for-idl-promise", "term-for-exceptiondef-rangeerror", @@ -341,7 +306,6 @@ "term-for-a-promise-resolved-with", "term-for-idl-any", "term-for-idl-bigint", - "term-for-idl-boolean", "term-for-idl-long", "term-for-idl-long-long", "term-for-idl-object", diff --git a/tr/ids/webtransport.json b/tr/ids/webtransport.json index 387f08f86cb2..217f6ca39105 100644 --- a/tr/ids/webtransport.json +++ b/tr/ids/webtransport.json @@ -24,7 +24,7 @@ "ref-for-event-handlers", "ref-for-event-handler-event-type", "ref-for-dfn-throw", - "ref-for-datagramduplexstream-create", + "ref-for-sendstream-create", "ref-for-sec-promise-objects", "ref-for-sec-promise-objectsā‘ ", "ref-for-sec-promise-objectsā‘”", @@ -49,7 +49,7 @@ "ref-for-sec-promise-objectsā‘¤", "ref-for-invalidstateerror", "ref-for-in-parallel", - "ref-for-sendstream-create", + "ref-for-sendstream-createā‘ ", "ref-for-sendstreamā‘”", "ref-for-dom-webtransport-stateā‘ ", "ref-for-sec-promise-objectsā‘„", @@ -131,30 +131,68 @@ "ref-for-this", "ref-for-webtransport-datagrams", "datagrams-transport-procedures", - "readdatagrams", + "pulldatagrams", + "ref-for-webtransport", + "ref-for-webtransport-incomingdatagramspullpromise", + "ref-for-webtransport-incomingdatagramsqueue", + "ref-for-webtransport-incomingdatagramspullpromiseā‘ ", + "ref-for-webtransport-incomingdatagramspullpromiseā‘”", + "ref-for-queue-dequeue", + "ref-for-idl-Uint8Array", "ref-for-readablestream-enqueue", + "ref-for-webtransport-datagramsā‘ ", + "ref-for-datagramduplexstream-readable", + "ref-for-a-promise-resolved-with", + "receivedatagrams", + "ref-for-webtransportā‘ ", + "ref-for-webtransport-incomingdatagramsqueueā‘ ", + "ref-for-webtransport-incomingdatagramsexpirationduration", + "ref-for-implementation-defined", + "ref-for-webtransport-connection", + "issue-2977ed6c", + "ref-for-pair", + "ref-for-queue-enqueue", + "ref-for-webtransport-incomingdatagramshighwatermark", + "ref-for-queue-dequeueā‘ ", + "ref-for-queue-dequeueā‘”", + "ref-for-iteration-break", + "ref-for-webtransport-incomingdatagramspullpromiseā‘¢", + "ref-for-queue-dequeueā‘¢", + "ref-for-webtransport-incomingdatagramspullpromiseā‘£", + "ref-for-webtransport-incomingdatagramspullpromiseā‘¤", + "ref-for-queue-a-global-task", + "ref-for-networking-task-sourceā‘ ", + "ref-for-concept-relevant-global", + "ref-for-idl-Uint8Arrayā‘ ", + "ref-for-readablestream-enqueueā‘ ", + "ref-for-webtransport-datagramsā‘”", + "ref-for-datagramduplexstream-readableā‘ ", + "ref-for-sec-promise-objectsā‘ ā‘¢", + "ref-for-receivedatagrams", + "ref-for-webtransportā‘”", + "ref-for-webtransport-state", "writedatagrams", - "ref-for-idl-Uint8Array", + "ref-for-idl-Uint8Arrayā‘”", "ref-for-a-promise-rejected-with", "ref-for-exceptiondef-typeerror", "ref-for-webtransport-outgoingdatagramsqueue", "ref-for-webtransport-outgoingdatagramsqueueā‘ ", "ref-for-webtransport-outgoingdatagramshighwatermark", - "ref-for-sec-promise-objectsā‘ ā‘¢", + "ref-for-sec-promise-objectsā‘ ā‘£", "ref-for-writablestreamā‘”", "ref-for-writedatagrams", "ref-for-writedatagramsā‘ ", "ref-for-default-writer-ready", "senddatagrams", - "ref-for-webtransport", + "ref-for-webtransportā‘¢", "ref-for-webtransport-outgoingdatagramsqueueā‘”", "ref-for-webtransport-outgoingdatagramsexpirationduration", - "ref-for-implementation-defined", - "ref-for-sec-promise-objectsā‘ ā‘£", + "ref-for-implementation-definedā‘ ", "ref-for-sec-promise-objectsā‘ ā‘¤", + "ref-for-sec-promise-objectsā‘ ā‘„", "ref-for-senddatagrams", - "ref-for-webtransportā‘ ", - "ref-for-webtransport-state", + "ref-for-webtransportā‘£", + "ref-for-webtransport-stateā‘ ", "duplex-stream", "datagramduplexstream", "ref-for-Exposed", @@ -163,18 +201,26 @@ "ref-for-dom-datagramduplexstream-readable", "ref-for-writablestreamā‘¢", "ref-for-dom-datagramduplexstream-writableā‘ ", - "datagramduplexstream-create", + "datagramduplexstream-internal-slots", "ref-for-datagramduplexstreamā‘¢", + "datagramduplexstream-readable", + "ref-for-readablestreamā‘Ø", + "datagramduplexstream-writable", + "ref-for-writablestreamā‘£", + "datagramduplexstream-create", + "ref-for-datagramduplexstreamā‘£", "datagramduplexstream-create-readable", "datagramduplexstream-create-writable", "ref-for-new", - "ref-for-datagramduplexstreamā‘£", + "ref-for-datagramduplexstreamā‘¤", + "ref-for-datagramduplexstream-readableā‘”", + "ref-for-datagramduplexstream-writable", "duplex-stream-attributes", "dom-datagramduplexstream-readable", - "ref-for-readablestreamā‘Ø", + "ref-for-readablestreamā‘ ā“Ŗ", "ref-for-thisā‘ ", "dom-datagramduplexstream-writable", - "ref-for-writablestreamā‘£", + "ref-for-writablestreamā‘¤", "ref-for-thisā‘”", "web-transport", "ref-for-unidirectionalstreamstransportā‘ ", @@ -204,37 +250,44 @@ "dom-webtransport-close-closeinfo-closeinfo", "ref-for-eventhandlerā‘ ", "ref-for-dom-webtransport-onstatechange", - "ref-for-webtransportā‘”", + "ref-for-webtransportā‘¤", "ref-for-unidirectionalstreamstransportā‘”", - "ref-for-webtransportā‘¢", + "ref-for-webtransportā‘„", "ref-for-bidirectionalstreamstransportā‘¢", - "ref-for-webtransportā‘£", + "ref-for-webtransportā‘¦", "ref-for-datagramtransportā‘”", "webtransport-internal-slots", - "ref-for-webtransportā‘¤", + "ref-for-webtransportā‘§", "webtransport-outgoingstreams", "ref-for-sendstreamā‘¤", "webtransport-receivedstreams", - "ref-for-readablestreamā‘ ā“Ŗ", + "ref-for-readablestreamā‘ ā‘ ", "ref-for-receivestreamā‘”", "webtransport-receivedbidirectionalstreams", - "ref-for-readablestreamā‘ ā‘ ", + "ref-for-readablestreamā‘ ā‘”", "ref-for-bidirectionalstreamā‘Ø", "webtransport-state", "ref-for-enumdef-webtransportstateā‘ ", "webtransport-ready", - "ref-for-webtransportā‘„", + "ref-for-webtransportā‘Ø", "webtransport-closed", - "ref-for-webtransportā‘¦", + "ref-for-webtransportā‘ ā“Ŗ", "webtransport-datagrams", - "ref-for-datagramduplexstreamā‘¤", + "ref-for-datagramduplexstreamā‘„", + "webtransport-incomingdatagramsqueue", + "ref-for-pairā‘ ", + "webtransport-incomingdatagramspullpromise", + "ref-for-pulldatagrams", + "webtransport-incomingdatagramshighwatermark", + "webtransport-incomingdatagramsexpirationduration", + "ref-for-idl-double", "webtransport-outgoingdatagramsqueue", "webtransport-outgoingdatagramshighwatermark", "webtransport-outgoingdatagramsexpirationduration", - "ref-for-idl-double", + "ref-for-idl-doubleā‘ ", "webtransport-connection", "ref-for-concept-connection", - "ref-for-webtransportā‘§", + "ref-for-webtransportā‘ ā‘ ", "webtransport-constructor", "ref-for-dom-webtransport-webtransport", "ref-for-concept-url", @@ -254,42 +307,53 @@ "ref-for-dom-webtransportoptions-servercertificatefingerprints", "ref-for-dfn-throwā‘£", "ref-for-exceptiondef-typeerrorā‘ ", - "ref-for-webtransportā‘Ø", + "ref-for-newā‘ ", + "ref-for-readablestreamā‘ ā‘¢", + "ref-for-newā‘”", + "ref-for-writablestreamā‘„", + "ref-for-datagramduplexstream-create", + "ref-for-datagramduplexstreamā‘¦", + "ref-for-datagramduplexstream-create-readable", + "ref-for-datagramduplexstream-create-writable", + "ref-for-webtransportā‘ ā‘”", "ref-for-webtransport-outgoingstreamsā‘”", "ref-for-webtransport-receivedstreamsā‘”", - "ref-for-readablestreamā‘ ā‘”", + "ref-for-readablestreamā‘ ā‘£", "ref-for-webtransport-receivedbidirectionalstreamsā‘¢", - "ref-for-readablestreamā‘ ā‘¢", - "ref-for-webtransport-stateā‘ ", + "ref-for-readablestreamā‘ ā‘¤", + "ref-for-webtransport-stateā‘”", "ref-for-webtransport-ready", "ref-for-webtransport-closed", - "ref-for-webtransport-datagramsā‘ ", + "ref-for-webtransport-datagramsā‘¢", + "ref-for-webtransport-incomingdatagramsqueueā‘”", + "ref-for-webtransport-incomingdatagramspullpromiseā‘„", + "ref-for-webtransport-incomingdatagramshighwatermarkā‘ ", + "ref-for-implementation-definedā‘”", + "ref-for-webtransport-incomingdatagramsexpirationdurationā‘ ", "ref-for-webtransport-outgoingdatagramsqueueā‘¢", "ref-for-webtransport-outgoingdatagramshighwatermarkā‘ ", - "ref-for-implementation-definedā‘ ", + "ref-for-implementation-definedā‘¢", "ref-for-webtransport-outgoingdatagramsexpirationdurationā‘ ", - "ref-for-webtransport-connection", - "ref-for-writablestreamā‘¤", + "ref-for-webtransport-connectionā‘ ", + "ref-for-pulldatagramsā‘ ", "ref-for-writedatagramsā‘”", - "ref-for-readablestreamā‘ ā‘£", - "ref-for-readdatagrams", - "ref-for-webtransport-datagramsā‘”", - "ref-for-datagramduplexstream-createā‘ ", - "ref-for-datagramduplexstreamā‘„", - "ref-for-datagramduplexstream-create-readable", - "ref-for-datagramduplexstream-create-writable", + "ref-for-readablestream-set-up", + "ref-for-readablestream-set-up-pullalgorithm", + "ref-for-readablestream-set-up-highwatermark", + "ref-for-writablestream-set-up", + "ref-for-writablestream-set-up-writealgorithm", "ref-for-initialize-webtransport-over-http", "ref-for-upon-fulfillment", - "ref-for-webtransport-stateā‘”", "ref-for-webtransport-stateā‘¢", + "ref-for-webtransport-stateā‘£", "ref-for-webtransport-readyā‘ ", "ref-for-idl-undefinedā‘”", "ref-for-upon-rejection", - "ref-for-webtransport-stateā‘£", + "ref-for-webtransport-stateā‘¤", "ref-for-webtransport-readyā‘”", "ref-for-webtransport-closedā‘ ", "initialize-webtransport-over-http", - "ref-for-webtransportā‘ ā“Ŗ", + "ref-for-webtransportā‘ ā‘¢", "ref-for-concept-urlā‘ ", "ref-for-determine-the-network-partition-key", "ref-for-relevant-settings-object", @@ -299,7 +363,7 @@ "ref-for-obtain-a-connection-http3only", "ref-for-obtain-a-connection-dedicated", "ref-for-exceptiondef-typeerrorā‘”", - "ref-for-webtransport-connectionā‘ ", + "ref-for-webtransport-connectionā‘”", "ref-for-exceptiondef-typeerrorā‘¢", "ref-for-exceptiondef-typeerrorā‘£", "ref-for-idl-undefinedā‘¢", @@ -307,7 +371,7 @@ "dom-webtransport-state", "ref-for-enumdef-webtransportstateā‘”", "ref-for-thisā‘¢", - "ref-for-webtransport-stateā‘¤", + "ref-for-webtransport-stateā‘„", "dom-webtransport-ready", "ref-for-idl-undefinedā‘£", "ref-for-thisā‘£", @@ -316,23 +380,23 @@ "ref-for-dictdef-webtransportcloseinfoā‘”", "ref-for-thisā‘¤", "ref-for-webtransport-closedā‘”", - "ref-for-sec-promise-objectsā‘ ā‘„", + "ref-for-sec-promise-objectsā‘ ā‘¦", "ref-for-dictdef-webtransportcloseinfoā‘¢", "dom-webtransport-onstatechange", "ref-for-eventhandlerā‘”", - "ref-for-webtransport-stateā‘„", + "ref-for-webtransport-stateā‘¦", "ref-for-dom-webtransport-closeā‘ ", "webtransport-methods", "dom-webtransport-close", "immediate-close", - "ref-for-webtransport-stateā‘¦", "ref-for-webtransport-stateā‘§", + "ref-for-webtransport-stateā‘Ø", "ref-for-immediate-close", "ref-for-dom-webtransportcloseinfo-errorcode", "ref-for-dom-webtransportcloseinfo-reason", "dom-webtransport-getstats", - "ref-for-webtransportā‘ ā‘ ", - "ref-for-sec-promise-objectsā‘ ā‘¦", + "ref-for-webtransportā‘ ā‘£", + "ref-for-sec-promise-objectsā‘ ā‘§", "ref-for-notsupportederror", "ref-for-in-parallelā‘¢", "ref-for-dictdef-webtransportstatsā‘ ", @@ -374,29 +438,29 @@ "dom-webtransportstate-connected", "dom-webtransportstate-closed", "ref-for-dom-webtransport-closeā‘”", - "ref-for-webtransportā‘ ā‘”", - "ref-for-webtransport-stateā‘Ø", - "ref-for-webtransportā‘ ā‘¢", - "ref-for-readablestreamā‘ ā‘¤", - "ref-for-webtransport-receivedstreamsā‘¢", + "ref-for-webtransportā‘ ā‘¤", + "ref-for-webtransport-stateā‘ ā“Ŗ", + "ref-for-webtransportā‘ ā‘„", "ref-for-readablestreamā‘ ā‘„", + "ref-for-webtransport-receivedstreamsā‘¢", + "ref-for-readablestreamā‘ ā‘¦", "ref-for-webtransport-receivedbidirectionalstreamsā‘£", "ref-for-sendstreamā‘„", "ref-for-webtransport-outgoingstreamsā‘¢", "ref-for-sendstreamā‘¦", "ref-for-webtransport-outgoingstreamsā‘£", "dom-webtransportstate-failed", - "ref-for-webtransport-stateā‘ ā“Ŗ", - "ref-for-readablestreamā‘ ā‘¦", - "ref-for-webtransport-receivedstreamsā‘£", + "ref-for-webtransport-stateā‘ ā‘ ", "ref-for-readablestreamā‘ ā‘§", + "ref-for-webtransport-receivedstreamsā‘£", + "ref-for-readablestreamā‘ ā‘Ø", "ref-for-webtransport-receivedbidirectionalstreamsā‘¤", "ref-for-sendstreamā‘§", "ref-for-webtransport-outgoingstreamsā‘¤", "ref-for-webtransport-outgoingstreamsā‘„", "web-transport-close-info", "dictdef-webtransportcloseinfo", - "ref-for-webtransportā‘ ā‘£", + "ref-for-webtransportā‘ ā‘¦", "ref-for-dictdef-webtransportcloseinfoā‘£", "ref-for-idl-unsigned-long-long", "ref-for-dom-webtransportcloseinfo-errorcodeā‘ ", @@ -406,7 +470,7 @@ "ref-for-idl-unsigned-long-longā‘ ", "dom-webtransportcloseinfo-reason", "ref-for-idl-DOMStringā‘ ", - "ref-for-webtransportā‘ ā‘¤", + "ref-for-webtransportā‘ ā‘§", "web-transport-stats", "dictdef-webtransportstats", "issue-29939a8a", @@ -451,11 +515,11 @@ "ref-for-dom-datagramduplexstream-readableā‘ ", "send-stream", "sendstream", - "ref-for-writablestreamā‘„", - "ref-for-idl-Uint8Arrayā‘ ", + "ref-for-writablestreamā‘¦", + "ref-for-idl-Uint8Arrayā‘¢", "ref-for-Exposedā‘”", "ref-for-sendstreamā‘Ø", - "ref-for-writablestreamā‘¦", + "ref-for-writablestreamā‘§", "ref-for-idl-promiseā‘¤", "ref-for-dictdef-streamabortinfo", "ref-for-dom-sendstream-writingaborted", @@ -465,15 +529,15 @@ "dom-sendstream-abortwriting-abortinfo-abortinfo", "outgoing-stream-overview", "ref-for-sendstreamā‘ ā“Ŗ", - "ref-for-writablestreamā‘§", + "ref-for-writablestreamā‘Ø", "outgoing-stream-attributes", "dom-sendstream-writingaborted", "ref-for-dictdef-streamabortinfoā‘”", - "ref-for-sec-promise-objectsā‘ ā‘§", + "ref-for-sec-promise-objectsā‘ ā‘Ø", "ref-for-sendstreamā‘ ā‘ ", - "ref-for-webtransportā‘ ā‘„", + "ref-for-webtransportā‘ ā‘Ø", "ref-for-webtransport-outgoingstreamsā‘¦", - "ref-for-sec-promise-objectsā‘ ā‘Ø", + "ref-for-sec-promise-objectsā‘”ā“Ŗ", "ref-for-dictdef-streamabortinfoā‘¢", "ref-for-dom-streamabortinfo-errorcode", "outgoing-stream-methods", @@ -481,7 +545,7 @@ "ref-for-sendstreamā‘ ā‘”", "ref-for-sendstreamā‘ ā‘¢", "ref-for-sendstreamā‘ ā‘£", - "ref-for-webtransportā‘ ā‘¦", + "ref-for-webtransportā‘”ā“Ŗ", "ref-for-webtransport-outgoingstreamsā‘§", "stream-abort-info", "dictdef-streamabortinfo", @@ -493,11 +557,11 @@ "ref-for-idl-octetā‘ ", "receive-stream", "receivestream", - "ref-for-readablestreamā‘ ā‘Ø", - "ref-for-idl-Uint8Arrayā‘”", + "ref-for-readablestreamā‘”ā“Ŗ", + "ref-for-idl-Uint8Arrayā‘£", "ref-for-Exposedā‘¢", "ref-for-receivestreamā‘¢", - "ref-for-readablestreamā‘”ā“Ŗ", + "ref-for-readablestreamā‘”ā‘ ", "ref-for-idl-promiseā‘„", "ref-for-dictdef-streamabortinfoā‘¤", "ref-for-dom-receivestream-readingaborted", @@ -507,14 +571,14 @@ "dom-receivestream-abortreading-abortinfo-abortinfo", "incoming-stream-overview", "ref-for-receivestreamā‘£", - "ref-for-readablestreamā‘”ā‘ ", + "ref-for-readablestreamā‘”ā‘”", "incoming-stream-attributes", "dom-receivestream-readingaborted", "ref-for-dictdef-streamabortinfoā‘¦", - "ref-for-sec-promise-objectsā‘”ā“Ŗ", - "ref-for-receivestreamā‘¤", - "ref-for-webtransportā‘ ā‘§", "ref-for-sec-promise-objectsā‘”ā‘ ", + "ref-for-receivestreamā‘¤", + "ref-for-webtransportā‘”ā‘ ", + "ref-for-sec-promise-objectsā‘”ā‘”", "ref-for-dictdef-streamabortinfoā‘§", "ref-for-dom-streamabortinfo-errorcodeā‘”", "incoming-stream-methods", @@ -522,7 +586,7 @@ "ref-for-receivestreamā‘„", "ref-for-receivestreamā‘¦", "ref-for-receivestreamā‘§", - "ref-for-webtransportā‘ ā‘Ø", + "ref-for-webtransportā‘”ā‘”", "bidirectional-stream", "ref-for-Exposedā‘£", "bidirectionalstream", @@ -569,7 +633,7 @@ "example-sending-stream", "ref-for-dom-unidirectionalstreamstransport-createunidirectionalstreamā‘ ", "example-c3aaf81c", - "ref-for-readablestreamā‘”ā‘”", + "ref-for-readablestreamā‘”ā‘¢", "ref-for-textencoderstream", "example-14e60a4e", "example-receiving-incoming-streams", @@ -581,7 +645,7 @@ "example-complete", "example-5d82f6aa", "acknowledgements", - "ref-for-webtransportā‘”ā“Ŗ", + "ref-for-webtransportā‘”ā‘¢", "index", "index-defined-here", "index-defined-elsewhere", @@ -606,9 +670,15 @@ "term-for-event-handler-event-type", "term-for-in-parallel", "term-for-networking-task-source", + "term-for-queue-a-global-task", "term-for-queue-a-task", + "term-for-concept-relevant-global", "term-for-relevant-settings-object", + "term-for-iteration-break", + "term-for-queue-dequeue", + "term-for-queue-enqueue", "term-for-implementation-defined", + "term-for-pair", "term-for-concept-url-fragment", "term-for-concept-url-origin", "term-for-concept-url-scheme", @@ -625,6 +695,7 @@ "term-for-idl-USVString", "term-for-idl-Uint8Array", "term-for-a-promise-rejected-with", + "term-for-a-promise-resolved-with", "term-for-idl-boolean", "term-for-idl-double", "term-for-new", @@ -644,7 +715,11 @@ "term-for-readablestream", "term-for-writablestream", "term-for-readablestream-enqueue", + "term-for-readablestream-set-up-highwatermark", + "term-for-readablestream-set-up-pullalgorithm", "term-for-default-writer-ready", + "term-for-writablestream-set-up", + "term-for-writablestream-set-up-writealgorithm", "references", "normative", "biblio-dom", diff --git a/tr/index.html b/tr/index.html index 885770920c5a..db9b8fcb8a1a 100644 --- a/tr/index.html +++ b/tr/index.html @@ -21,7 +21,7 @@

Reffy crawl

-

April 26, 2021

+

May 03, 2021

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.

@@ -258,6 +258,7 @@

Known dependencies on this specification

Normative references to this spec from:

No informative reference to this spec from other specs.

@@ -377,7 +378,7 @@

Spec info

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

No informative reference to this spec from other specs.

@@ -16546,7 +16674,7 @@

Known dependencies on this specification

Scroll-linked Animations

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: CSSKeywordish, CSSOMString, CSSRule
  • @@ -16594,7 +16722,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.

@@ -16602,7 +16730,7 @@

Known dependencies on this specification

Secure Contexts

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -16640,7 +16768,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16678,7 +16806,7 @@

    Known dependencies on this specification

Selection API

-
+

Spec info

-
+

Potential issue(s)

  • No definition for IDL properties: @@ -16725,7 +16853,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16736,7 +16864,7 @@

    Known dependencies on this specification

Selectors Level 4

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -16801,7 +16929,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -16845,7 +16973,7 @@

    Known dependencies on this specification

Server Timing

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -16880,7 +17008,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.

@@ -16888,7 +17016,7 @@

Known dependencies on this specification

Service Workers 1

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -16983,7 +17111,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17025,7 +17153,7 @@

    Known dependencies on this specification

Static class features

-
+

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.

@@ -17049,7 +17177,7 @@

Known dependencies on this specification

Storage Standard

-
+

Spec info

-
+

Potential issue(s)

  • Broken external links: @@ -17071,7 +17199,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17090,7 +17218,7 @@

    Known dependencies on this specification

Streams Standard

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -17146,7 +17274,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17168,7 +17296,7 @@

    Known dependencies on this specification

Subresource Integrity

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -17205,7 +17333,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17223,7 +17351,7 @@

    Known dependencies on this specification

SVG Accessibility API Mappings

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17293,7 +17421,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17310,7 +17438,7 @@

    Known dependencies on this specification

SVG Animations

-
+

Spec info

-
+

Potential issue(s)

  • Spec uses WebIDL but does not reference it normatively
  • @@ -17369,7 +17497,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.

@@ -17377,7 +17505,7 @@

Known dependencies on this specification

SVG Integration

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17414,7 +17542,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17425,7 +17553,7 @@

    Known dependencies on this specification

SVG Strokes

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17449,7 +17577,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.

@@ -17457,23 +17585,23 @@

Known dependencies on this specification

Temporal proposal

-
+

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.

@@ -17481,7 +17609,7 @@

Known dependencies on this specification

Text Fragments

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17531,7 +17659,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.

@@ -17539,7 +17667,7 @@

Known dependencies on this specification

The Screen Orientation API

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: Screen
  • @@ -17565,7 +17693,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17581,17 +17709,17 @@

    Known dependencies on this specification

The Storage Access API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17626,7 +17754,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.

@@ -17634,7 +17762,7 @@

Known dependencies on this specification

Timing Entry Names Registry

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -17655,7 +17783,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.

@@ -17663,7 +17791,7 @@

Known dependencies on this specification

Top-Level Await

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17690,7 +17818,7 @@

    Known dependencies on this specification

Touch Events

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: WindowProxy
  • @@ -17740,7 +17868,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -17758,7 +17886,7 @@

    Known dependencies on this specification

Trace Context

-
+

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.

+
+
+
+

Tracking Preference Expression (DNT)

+
+

Spec info

+ +
+
+

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.

@@ -17781,7 +17964,7 @@

Known dependencies on this specification

Trusted Types

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17883,7 +18066,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.

@@ -17891,7 +18074,7 @@

Known dependencies on this specification

UI Events

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -17983,7 +18166,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18018,7 +18201,7 @@

    Known dependencies on this specification

UI Events KeyboardEvent code Values

-
+

Spec info

-
+

Potential issue(s)

  • External links that neither target definitions nor headings: @@ -18048,7 +18231,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18063,7 +18246,7 @@

    Known dependencies on this specification

UI Events KeyboardEvent key Values

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18084,7 +18267,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18099,7 +18282,7 @@

    Known dependencies on this specification

Upgrade Insecure Requests

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18129,7 +18312,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18143,7 +18326,7 @@

    Known dependencies on this specification

URL Standard

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18171,7 +18354,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18247,7 +18430,7 @@

    Known dependencies on this specification

User Timing Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -18298,7 +18481,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18314,7 +18497,7 @@

    Known dependencies on this specification

User Timing Level 3

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18354,7 +18537,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.

@@ -18362,17 +18545,17 @@

Known dependencies on this specification

User-Agent Client Hints

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18396,7 +18579,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.

@@ -18404,7 +18587,7 @@

Known dependencies on this specification

Vibration API (Second Edition)

-
+

Spec info

-
+

Potential issue(s)

  • No definition for IDL properties: @@ -18438,7 +18621,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18449,7 +18632,7 @@

    Known dependencies on this specification

Visual Viewport API

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18474,7 +18657,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18485,7 +18668,7 @@

    Known dependencies on this specification

WAI-ARIA Graphics Module

-
+

Spec info

-
+

Potential issue(s)

  • External links to outdated specs: @@ -18505,7 +18688,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18520,7 +18703,7 @@

    Known dependencies on this specification

Web Animations

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -18583,7 +18766,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18604,9 +18787,41 @@

    Known dependencies on this specification

+
+

Web App Manifest - Application Information

+
+

Spec info

+ +
+
+

Potential issue(s)

+ +
+
+

Known dependencies on this specification

+

No normative reference to this spec from other specs.

+

Informative references to this spec from:

+ +
+

Web Application Manifest

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -18626,7 +18841,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Informative references to this spec from:

@@ -18648,7 +18864,7 @@

Known dependencies on this specification

Web Audio API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18716,14 +18932,14 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

Informative references to this spec from:

@@ -18734,7 +18950,7 @@

Known dependencies on this specification

Web Authentication: An API for accessing Public Key Credentials - Level 2

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18806,7 +19022,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.

@@ -18814,7 +19030,7 @@

Known dependencies on this specification

Web Background Synchronization

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -18858,7 +19074,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18872,17 +19088,17 @@

    Known dependencies on this specification

Web Bluetooth

-
+

Spec info

-
+

Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18944,7 +19159,7 @@

    Known dependencies on this specification

Web Cryptography API

-
+

Spec info

-
+

Potential issue(s)

  • Invalid WebIDL content found
  • @@ -18970,7 +19185,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -18987,7 +19202,7 @@

    Known dependencies on this specification

Web Locks API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19029,7 +19244,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.

@@ -19037,7 +19252,7 @@

Known dependencies on this specification

Web MIDI API

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -19116,7 +19331,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -19127,7 +19342,7 @@

Known dependencies on this specification

Web NFC

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -19172,7 +19387,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

No normative reference to this spec from other specs.

Informative references to this spec from:

@@ -19183,7 +19398,7 @@

Known dependencies on this specification

Web Periodic Background Synchronization

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -19223,7 +19438,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.

@@ -19231,7 +19446,7 @@

Known dependencies on this specification

Web Serial API

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -19279,7 +19494,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.

@@ -19287,7 +19502,7 @@

Known dependencies on this specification

Web Share API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19326,7 +19541,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -19337,7 +19552,7 @@

    Known dependencies on this specification

Web Share Target API

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: WebAppManifest
  • @@ -19365,7 +19580,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.

@@ -19373,7 +19588,7 @@

Known dependencies on this specification

Web Speech API

-
+

Spec info

-
+

Potential issue(s)

  • External links to private terms: @@ -19396,7 +19611,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.

@@ -19404,7 +19619,7 @@

Known dependencies on this specification

WebAssembly Core Specification

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19426,7 +19641,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.

@@ -19434,7 +19649,7 @@

Known dependencies on this specification

WebAssembly JavaScript Interface

-
+

Spec info

-
+

Potential issue(s)

  • Unknown WebIDL names used: void
  • @@ -19475,7 +19690,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -19489,7 +19704,7 @@

    Known dependencies on this specification

WebAssembly Web API

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19530,7 +19745,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.

@@ -19538,17 +19753,18 @@

Known dependencies on this specification

WebCodecs

-
+

Spec info

-
+

Potential issue(s)

  • Inconsistent references for links: @@ -19578,7 +19794,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.

@@ -19586,7 +19802,7 @@

Known dependencies on this specification

WebDriver

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19724,7 +19940,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -19737,7 +19953,7 @@

    Known dependencies on this specification

WebDriver BiDi

-
+

Spec info

-
+

Potential issue(s)

  • Missing references for links: @@ -19803,7 +20019,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.

@@ -19811,7 +20027,7 @@

Known dependencies on this specification

WebGL 2.0 Specification

-
+

Spec info

-
+

Potential issue(s)

  • External links to outdated specs: @@ -19830,7 +20046,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -19852,7 +20068,7 @@

    Known dependencies on this specification

WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -19885,7 +20101,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.

@@ -19893,7 +20109,7 @@

Known dependencies on this specification

WebGL EXT_blend_minmax Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -19916,7 +20132,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.

@@ -19924,7 +20140,7 @@

Known dependencies on this specification

WebGL EXT_clip_cull_distance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -19956,7 +20172,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.

@@ -19964,7 +20180,7 @@

Known dependencies on this specification

WebGL EXT_color_buffer_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -19985,7 +20201,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.

@@ -19993,7 +20209,7 @@

Known dependencies on this specification

WebGL EXT_color_buffer_half_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20018,7 +20234,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.

@@ -20026,7 +20242,7 @@

Known dependencies on this specification

WebGL EXT_disjoint_timer_query Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20069,7 +20285,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.

@@ -20077,7 +20293,7 @@

Known dependencies on this specification

WebGL EXT_disjoint_timer_query_webgl2 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20108,7 +20324,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.

@@ -20116,7 +20332,7 @@

Known dependencies on this specification

WebGL EXT_float_blend Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20137,7 +20353,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.

@@ -20145,7 +20361,7 @@

Known dependencies on this specification

WebGL EXT_frag_depth Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20166,7 +20382,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.

@@ -20174,7 +20390,7 @@

Known dependencies on this specification

WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20195,7 +20411,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.

@@ -20203,7 +20419,7 @@

Known dependencies on this specification

WebGL EXT_sRGB Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20228,7 +20444,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.

@@ -20236,7 +20452,7 @@

Known dependencies on this specification

WebGL EXT_texture_compression_bptc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20261,7 +20477,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.

@@ -20269,7 +20485,7 @@

Known dependencies on this specification

WebGL EXT_texture_compression_rgtc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20294,7 +20510,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.

@@ -20302,7 +20518,7 @@

Known dependencies on this specification

WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20325,7 +20541,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.

@@ -20333,7 +20549,7 @@

Known dependencies on this specification

WebGL EXT_texture_norm16 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20362,7 +20578,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.

@@ -20370,7 +20586,7 @@

Known dependencies on this specification

WebGL KHR_parallel_shader_compile Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20392,7 +20608,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.

@@ -20400,7 +20616,7 @@

Known dependencies on this specification

WebGL OES_draw_buffers_indexed Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20434,7 +20650,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.

@@ -20442,7 +20658,7 @@

Known dependencies on this specification

WebGL OES_element_index_uint Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20463,7 +20679,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.

@@ -20471,7 +20687,7 @@

Known dependencies on this specification

WebGL OES_fbo_render_mipmap Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20492,7 +20708,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.

@@ -20500,7 +20716,7 @@

Known dependencies on this specification

WebGL OES_standard_derivatives Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20522,7 +20738,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.

@@ -20530,7 +20746,7 @@

Known dependencies on this specification

WebGL OES_texture_float Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20551,7 +20767,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.

@@ -20559,7 +20775,7 @@

Known dependencies on this specification

WebGL OES_texture_float_linear Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20580,7 +20796,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.

@@ -20588,7 +20804,7 @@

Known dependencies on this specification

WebGL OES_texture_half_float Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20610,7 +20826,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.

@@ -20618,7 +20834,7 @@

Known dependencies on this specification

WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20639,7 +20855,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.

@@ -20647,7 +20863,7 @@

Known dependencies on this specification

WebGL OES_vertex_array_object Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20679,7 +20895,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.

@@ -20687,7 +20903,7 @@

Known dependencies on this specification

WebGL OVR_multiview2 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20720,7 +20936,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.

@@ -20728,7 +20944,7 @@

Known dependencies on this specification

WebGL Specification

-
+

Spec info

-
+

Potential issue(s)

  • External links to outdated specs: @@ -20749,7 +20965,7 @@

    Potential issue(s)

-
+

Known dependencies on this specification

Normative references to this spec from:

    @@ -20787,7 +21003,7 @@

    Known dependencies on this specification

WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20823,7 +21039,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.

@@ -20831,7 +21047,7 @@

Known dependencies on this specification

WebGL WEBGL_color_buffer_float Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20855,7 +21071,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.

@@ -20863,7 +21079,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_astc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20913,7 +21129,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.

@@ -20921,7 +21137,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_etc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20952,7 +21168,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.

@@ -20960,7 +21176,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_etc1 Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -20982,7 +21198,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.

@@ -20990,7 +21206,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_pvrtc Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21015,7 +21231,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.

@@ -21023,7 +21239,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21048,7 +21264,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.

@@ -21056,7 +21272,7 @@

Known dependencies on this specification

WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21081,7 +21297,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.

@@ -21089,7 +21305,7 @@

Known dependencies on this specification

WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21112,7 +21328,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.

@@ -21120,7 +21336,7 @@

Known dependencies on this specification

WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21146,7 +21362,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.

@@ -21154,7 +21370,7 @@

Known dependencies on this specification

WebGL WEBGL_depth_texture Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21176,7 +21392,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.

@@ -21184,7 +21400,7 @@

Known dependencies on this specification

WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21244,7 +21460,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.

@@ -21252,7 +21468,7 @@

Known dependencies on this specification

WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21283,7 +21499,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.

@@ -21291,7 +21507,7 @@

Known dependencies on this specification

WebGL WEBGL_lose_context Khronos Ratified Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21314,7 +21530,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.

@@ -21322,7 +21538,7 @@

Known dependencies on this specification

WebGL WEBGL_multi_draw Extension Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21354,7 +21570,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.

@@ -21362,7 +21578,7 @@

Known dependencies on this specification

WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification

-
+

Spec info

-
+

Potential issue(s)

  • No normative references found
  • @@ -21392,7 +21608,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.

@@ -21400,17 +21616,17 @@

Known dependencies on this specification

WebGPU

-
+

Spec info

-
+

Potential issue(s)

  • External links that neither target definitions nor headings: @@ -21446,7 +21665,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.

    @@ -21454,7 +21673,7 @@

    Known dependencies on this specification

    WebHID API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that neither target definitions nor headings: @@ -21480,7 +21699,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.

    @@ -21488,7 +21707,7 @@

    Known dependencies on this specification

    WebIDL Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Invalid WebIDL content found
    • @@ -21521,7 +21740,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    WebOTP API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -21769,7 +21989,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.

    @@ -21777,7 +21997,7 @@

    Known dependencies on this specification

    WebRTC 1.0: Real-Time Communication Between Browsers

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: AlgorithmIdentifier, DOMException
    • @@ -21840,7 +22060,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

    WebRTC Encoded Transform

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: CryptoKey, bigint
    • @@ -21887,7 +22107,6 @@

      Potential issue(s)

  • External links to private terms:
  • @@ -21909,7 +22128,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.

    @@ -21917,7 +22136,7 @@

    Known dependencies on this specification

    WebRTC Priority Control API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Spec uses WebIDL but does not reference it normatively
    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -21945,17 +22164,17 @@

      Known dependencies on this specification

    WebTransport

    -
    +

    Spec info

    -
    +

    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.

    @@ -21989,7 +22209,7 @@

    Known dependencies on this specification

    WebUSB API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -22037,7 +22257,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -22048,7 +22268,7 @@

    Known dependencies on this specification

    WebVTT: The Web Video Text Tracks Format

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -22108,7 +22328,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22119,7 +22339,7 @@

      Known dependencies on this specification

    WebXR Anchors Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -22165,7 +22385,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.

    @@ -22173,7 +22393,7 @@

    Known dependencies on this specification

    WebXR Augmented Reality Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • No normative references found
    • @@ -22218,7 +22438,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22234,7 +22454,7 @@

      Known dependencies on this specification

    WebXR Depth Sensing Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -22281,7 +22501,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.

    @@ -22289,7 +22509,7 @@

    Known dependencies on this specification

    WebXR Device API

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Unknown WebIDL names used: void
    • @@ -22360,7 +22580,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22382,7 +22602,7 @@

      Known dependencies on this specification

    WebXR DOM Overlays Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Inconsistent references for links: @@ -22417,7 +22637,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.

    @@ -22425,7 +22645,7 @@

    Known dependencies on this specification

    WebXR Gamepads Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • WebIDL names also defined elsewhere: @@ -22468,7 +22688,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22479,7 +22699,7 @@

      Known dependencies on this specification

    WebXR Hand Input Module - Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -22523,7 +22743,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.

    @@ -22531,7 +22751,7 @@

    Known dependencies on this specification

    WebXR Hit Test Module

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links to private terms: @@ -22586,7 +22806,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Although they do not, the following specs should also normatively reference this spec because they use IDL terms it defines:

    @@ -22598,7 +22818,7 @@

    Known dependencies on this specification

    WebXR Layers API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -22661,7 +22881,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      @@ -22676,7 +22896,7 @@

      Known dependencies on this specification

    WebXR Lighting Estimation API Level 1

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for WebIDL names: @@ -22720,7 +22940,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.

    @@ -22728,7 +22948,7 @@

    Known dependencies on this specification

    WOFF File Format 2.0

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • External links that use a dated URL: @@ -22748,7 +22968,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    No normative reference to this spec from other specs.

    Informative references to this spec from:

    @@ -22759,7 +22979,7 @@

    Known dependencies on this specification

    XMLHttpRequest Standard

    -
    +

    Spec info

    -
    +

    Potential issue(s)

    • Missing references for links: @@ -22805,7 +23025,7 @@

      Potential issue(s)

    -
    +

    Known dependencies on this specification

    Normative references to this spec from:

      diff --git a/tr/index.json b/tr/index.json index bb7d1cd5ae7f..492ff4814435 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,12 +1,12 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2021-04-26T01:35:20.187Z", + "date": "2021-05-03T01:36:12.370Z", "options": { "publishedVersion": true }, "stats": { - "crawled": 387, + "crawled": 390, "errors": 0 }, "results": [ @@ -860,7 +860,7 @@ "https://gpuweb.github.io/gpuweb/" ], "crawled": "https://gpuweb.github.io/gpuweb/", - "date": "24 April 2021", + "date": "1 May 2021", "links": "links/gpuweb.json", "refs": "refs/gpuweb.json", "idl": "idl/gpuweb.idl", @@ -960,8 +960,7 @@ "webstorage", "workers", "worklets", - "x-frame-options", - "xslt" + "x-frame-options" ], "excludePaths": [ "html/cross-origin-embedder-policy/credentialless", @@ -987,7 +986,7 @@ "https://www.w3.org/html/wg/drafts/html/master/webappapis.html" ], "crawled": "https://html.spec.whatwg.org/multipage/", - "date": "22 April 2021", + "date": "30 April 2021", "links": "links/html.json", "refs": "refs/html.json", "idl": "idl/html.idl", @@ -1299,7 +1298,7 @@ "https://notifications.spec.whatwg.org/" ], "crawled": "https://notifications.spec.whatwg.org/", - "date": "22 April 2021", + "date": "26 April 2021", "links": "links/notifications.json", "refs": "refs/notifications.json", "idl": "idl/notifications.idl", @@ -1367,7 +1366,7 @@ "https://privacycg.github.io/storage-access/" ], "crawled": "https://privacycg.github.io/storage-access/", - "date": "22 April 2021", + "date": "26 April 2021", "links": "links/storage-access.json", "refs": "refs/storage-access.json", "idl": "idl/storage-access.idl", @@ -1551,10 +1550,11 @@ "https://tc39.es/ecma262/" ], "crawled": "https://tc39.es/ecma262/", - "date": "6 April 2021", + "date": "28 April 2021", "links": "links/ecmascript.json", "generator": null, "dfns": "dfns/ecmascript.json", + "headings": "headings/ecmascript.json", "ids": "ids/ecmascript.json" }, { @@ -1587,6 +1587,7 @@ "date": "23 April 2021", "links": "links/ecma-402.json", "generator": null, + "headings": "headings/ecma-402.json", "ids": "ids/ecma-402.json" }, { @@ -1613,6 +1614,7 @@ "date": "31 March 2021", "links": "links/tc39-atomics-wait-async.json", "generator": null, + "headings": "headings/tc39-atomics-wait-async.json", "ids": "ids/tc39-atomics-wait-async.json" }, { @@ -1639,6 +1641,7 @@ "date": "14 April 2021", "links": "links/tc39-class-fields.json", "generator": null, + "headings": "headings/tc39-class-fields.json", "ids": "ids/tc39-class-fields.json" }, { @@ -1665,6 +1668,7 @@ "date": "19 March 2021", "links": "links/tc39-class-static-block.json", "generator": null, + "headings": "headings/tc39-class-static-block.json", "ids": "ids/tc39-class-static-block.json" }, { @@ -1691,6 +1695,7 @@ "date": "10 March 2021", "links": "links/tc39-error-cause.json", "generator": null, + "headings": "headings/tc39-error-cause.json", "ids": "ids/tc39-error-cause.json" }, { @@ -1714,10 +1719,11 @@ "https://tc39.es/proposal-import-assertions/" ], "crawled": "https://tc39.es/proposal-import-assertions/", - "date": "22 April 2021", + "date": "30 April 2021", "links": "links/tc39-import-assertions.json", "generator": null, "dfns": "dfns/tc39-import-assertions.json", + "headings": "headings/tc39-import-assertions.json", "ids": "ids/tc39-import-assertions.json" }, { @@ -1744,6 +1750,7 @@ "date": "6 February 2021", "links": "links/tc39-json-modules.json", "generator": null, + "headings": "headings/tc39-json-modules.json", "ids": "ids/tc39-json-modules.json" }, { @@ -1770,6 +1777,7 @@ "date": "28 January 2021", "links": "links/tc39-private-fields-in-in.json", "generator": null, + "headings": "headings/tc39-private-fields-in-in.json", "ids": "ids/tc39-private-fields-in-in.json" }, { @@ -1796,6 +1804,7 @@ "date": "14 April 2021", "links": "links/tc39-private-methods.json", "generator": null, + "headings": "headings/tc39-private-methods.json", "ids": "ids/tc39-private-methods.json" }, { @@ -1822,6 +1831,7 @@ "date": "15 January 2021", "links": "links/tc39-regexp-match-indices.json", "generator": null, + "headings": "headings/tc39-regexp-match-indices.json", "ids": "ids/tc39-regexp-match-indices.json" }, { @@ -1848,6 +1858,7 @@ "date": "1 December 2020", "links": "links/tc39-relative-indexing-method.json", "generator": null, + "headings": "headings/tc39-relative-indexing-method.json", "ids": "ids/tc39-relative-indexing-method.json" }, { @@ -1874,6 +1885,7 @@ "date": "14 April 2021", "links": "links/tc39-static-class-features.json", "generator": null, + "headings": "headings/tc39-static-class-features.json", "ids": "ids/tc39-static-class-features.json" }, { @@ -1897,9 +1909,10 @@ "https://tc39.es/proposal-temporal/" ], "crawled": "https://tc39.es/proposal-temporal/", - "date": "19 April 2021", + "date": "28 April 2021", "links": "links/tc39-temporal.json", "generator": null, + "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" }, { @@ -1927,6 +1940,7 @@ "links": "links/tc39-top-level-await.json", "generator": null, "dfns": "dfns/tc39-top-level-await.json", + "headings": "headings/tc39-top-level-await.json", "ids": "ids/tc39-top-level-await.json" }, { @@ -2299,43 +2313,6 @@ "ids": "ids/trusted-types.json", "idlparsed": "idlparsed/trusted-types.json" }, - { - "url": "https://w3c.github.io/webcodecs/", - "seriesComposition": "full", - "shortname": "webcodecs", - "series": { - "shortname": "webcodecs", - "currentSpecification": "webcodecs" - }, - "nightly": { - "url": "https://w3c.github.io/webcodecs/", - "repository": "https://github.com/w3c/webcodecs", - "sourcePath": "index.src.html", - "filename": "index.html" - }, - "title": "WebCodecs", - "source": "spec", - "shortTitle": "WebCodecs", - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "webcodecs" - ] - }, - "versions": [ - "https://w3c.github.io/webcodecs/" - ], - "crawled": "https://w3c.github.io/webcodecs/", - "date": "23 April 2021", - "links": "links/webcodecs.json", - "refs": "refs/webcodecs.json", - "idl": "idl/webcodecs.idl", - "generator": "bikeshed", - "dfns": "dfns/webcodecs.json", - "headings": "headings/webcodecs.json", - "ids": "ids/webcodecs.json", - "idlparsed": "idlparsed/webcodecs.json" - }, { "url": "https://w3c.github.io/webdriver-bidi/", "seriesComposition": "full", @@ -2382,11 +2359,17 @@ "title": "WebRTC Encoded Transform", "source": "spec", "shortTitle": "WebRTC Encoded Transform", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "webrtc-encoded-transform" + ] + }, "versions": [ "https://w3c.github.io/webrtc-encoded-transform/" ], "crawled": "https://w3c.github.io/webrtc-encoded-transform/", - "date": "22 April 2021", + "date": "29 April 2021", "links": "links/webrtc-encoded-transform.json", "refs": "refs/webrtc-encoded-transform.json", "idl": "idl/webrtc-encoded-transform.idl", @@ -2460,7 +2443,7 @@ "https://w3c.github.io/webtransport/" ], "crawled": "https://w3c.github.io/webtransport/", - "date": "20 April 2021", + "date": "28 April 2021", "links": "links/webtransport.json", "refs": "refs/webtransport.json", "idl": "idl/webtransport.idl", @@ -2497,7 +2480,7 @@ "https://webbluetoothcg.github.io/web-bluetooth/" ], "crawled": "https://webbluetoothcg.github.io/web-bluetooth/", - "date": "31 March 2021", + "date": "29 April 2021", "links": "links/web-bluetooth.json", "refs": "refs/web-bluetooth.json", "idl": "idl/web-bluetooth.idl", @@ -2608,7 +2591,7 @@ "https://wicg.github.io/client-hints-infrastructure/" ], "crawled": "https://wicg.github.io/client-hints-infrastructure/", - "date": "12 April 2021", + "date": "29 April 2021", "links": "links/client-hints-infrastructure.json", "refs": "refs/client-hints-infrastructure.json", "generator": "bikeshed", @@ -2680,7 +2663,7 @@ "https://wicg.github.io/construct-stylesheets/" ], "crawled": "https://wicg.github.io/construct-stylesheets/", - "date": "3 March 2020", + "date": "27 April 2021", "links": "links/construct-stylesheets.json", "refs": "refs/construct-stylesheets.json", "idl": "idl/construct-stylesheets.idl", @@ -3143,7 +3126,7 @@ "https://wicg.github.io/floc/" ], "crawled": "https://wicg.github.io/floc/", - "date": "13 April 2021", + "date": "29 April 2021", "links": "links/floc.json", "refs": "refs/floc.json", "idl": "idl/floc.idl", @@ -3637,12 +3620,6 @@ "title": "Media Feeds", "source": "spec", "shortTitle": "Media Feeds", - "tests": { - "repository": "https://github.com/web-platform-tests/wpt", - "testPaths": [ - "media-feeds" - ] - }, "versions": [ "https://wicg.github.io/media-feeds/" ], @@ -4324,7 +4301,7 @@ "https://wicg.github.io/ua-client-hints/" ], "crawled": "https://wicg.github.io/ua-client-hints/", - "date": "14 April 2021", + "date": "26 April 2021", "links": "links/ua-client-hints.json", "refs": "refs/ua-client-hints.json", "idl": "idl/ua-client-hints.idl", @@ -4461,7 +4438,7 @@ }, "title": "WebOTP API", "source": "spec", - "shortTitle": "Web OTP API", + "shortTitle": "WebOTP API", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ @@ -10485,7 +10462,7 @@ "https://w3c.github.io/FileAPI/" ], "crawled": "https://www.w3.org/TR/FileAPI/", - "date": "22 April 2021", + "date": "27 April 2021", "links": "links/FileAPI.json", "refs": "refs/FileAPI.json", "idl": "idl/FileAPI.idl", @@ -11018,7 +10995,7 @@ "https://w3c.github.io/html-aria/" ], "crawled": "https://www.w3.org/TR/html-aria/", - "date": "20 April 2021", + "date": "01 May 2021", "links": "links/html-aria.json", "refs": "refs/html-aria.json", "generator": "respec", @@ -11137,7 +11114,7 @@ "https://w3c.github.io/image-resource/" ], "crawled": "https://www.w3.org/TR/image-resource/", - "date": "29 March 2021", + "date": "26 April 2021", "links": "links/image-resource.json", "refs": "refs/image-resource.json", "idl": "idl/image-resource.idl", @@ -11359,6 +11336,40 @@ "ids": "ids/magnetometer.json", "idlparsed": "idlparsed/magnetometer.json" }, + { + "url": "https://www.w3.org/TR/manifest-app-info/", + "seriesComposition": "full", + "shortname": "manifest-app-info", + "series": { + "shortname": "manifest-app-info", + "currentSpecification": "manifest-app-info" + }, + "release": { + "url": "https://www.w3.org/TR/manifest-app-info/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/manifest-app-info/", + "repository": "https://github.com/w3c/manifest-app-info", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Web App Manifest - Application Information", + "source": "w3c", + "shortTitle": "Web App Manifest - Application Information", + "versions": [ + "https://www.w3.org/TR/manifest-app-info/", + "https://w3c.github.io/manifest-app-info/" + ], + "crawled": "https://www.w3.org/TR/manifest-app-info/", + "date": "24 March 2021", + "links": "links/manifest-app-info.json", + "refs": "refs/manifest-app-info.json", + "generator": "respec", + "dfns": "dfns/manifest-app-info.json", + "headings": "headings/manifest-app-info.json", + "ids": "ids/manifest-app-info.json" + }, { "url": "https://www.w3.org/TR/media-capabilities/", "seriesComposition": "full", @@ -12151,7 +12162,7 @@ "https://w3c.github.io/payment-handler/" ], "crawled": "https://www.w3.org/TR/payment-handler/", - "date": "21 October 2019", + "date": "28 April 2021", "links": "links/payment-handler.json", "refs": "refs/payment-handler.json", "idl": "idl/payment-handler.idl", @@ -13560,6 +13571,121 @@ "headings": "headings/svg-strokes.json", "ids": "ids/svg-strokes.json" }, + { + "url": "https://www.w3.org/TR/SVG11/", + "seriesComposition": "full", + "shortname": "SVG11", + "series": { + "shortname": "SVG", + "currentSpecification": "SVG2" + }, + "seriesVersion": "1.1", + "nightly": { + "url": "https://svgwg.org/svg2-draft/", + "repository": "https://github.com/w3c/svgwg", + "sourcePath": "master/Overview.html", + "pages": [ + "https://svgwg.org/svg2-draft/intro.html", + "https://svgwg.org/svg2-draft/conform.html", + "https://svgwg.org/svg2-draft/render.html", + "https://svgwg.org/svg2-draft/types.html", + "https://svgwg.org/svg2-draft/struct.html", + "https://svgwg.org/svg2-draft/styling.html", + "https://svgwg.org/svg2-draft/geometry.html", + "https://svgwg.org/svg2-draft/coords.html", + "https://svgwg.org/svg2-draft/paths.html", + "https://svgwg.org/svg2-draft/shapes.html", + "https://svgwg.org/svg2-draft/text.html", + "https://svgwg.org/svg2-draft/embedded.html", + "https://svgwg.org/svg2-draft/painting.html", + "https://svgwg.org/svg2-draft/pservers.html", + "https://svgwg.org/svg2-draft/interact.html", + "https://svgwg.org/svg2-draft/linking.html", + "https://svgwg.org/svg2-draft/idl.html", + "https://svgwg.org/svg2-draft/implnote.html", + "https://svgwg.org/svg2-draft/access.html", + "https://svgwg.org/svg2-draft/animate.html", + "https://svgwg.org/svg2-draft/refs.html", + "https://svgwg.org/svg2-draft/eltindex.html", + "https://svgwg.org/svg2-draft/attindex.html", + "https://svgwg.org/svg2-draft/propidx.html", + "https://svgwg.org/svg2-draft/idlindex.html", + "https://svgwg.org/svg2-draft/mimereg.html", + "https://svgwg.org/svg2-draft/changes.html" + ], + "filename": "Overview.html" + }, + "seriesNext": "SVG2", + "release": { + "url": "https://www.w3.org/TR/SVG11/", + "pages": [ + "https://www.w3.org/TR/SVG11/expanded-toc.html", + "https://www.w3.org/TR/SVG11/intro.html", + "https://www.w3.org/TR/SVG11/concepts.html", + "https://www.w3.org/TR/SVG11/render.html", + "https://www.w3.org/TR/SVG11/types.html", + "https://www.w3.org/TR/SVG11/struct.html", + "https://www.w3.org/TR/SVG11/styling.html", + "https://www.w3.org/TR/SVG11/coords.html", + "https://www.w3.org/TR/SVG11/paths.html", + "https://www.w3.org/TR/SVG11/shapes.html", + "https://www.w3.org/TR/SVG11/text.html", + "https://www.w3.org/TR/SVG11/painting.html", + "https://www.w3.org/TR/SVG11/color.html", + "https://www.w3.org/TR/SVG11/pservers.html", + "https://www.w3.org/TR/SVG11/masking.html", + "https://www.w3.org/TR/SVG11/filters.html", + "https://www.w3.org/TR/SVG11/interact.html", + "https://www.w3.org/TR/SVG11/linking.html", + "https://www.w3.org/TR/SVG11/script.html", + "https://www.w3.org/TR/SVG11/animate.html", + "https://www.w3.org/TR/SVG11/fonts.html", + "https://www.w3.org/TR/SVG11/metadata.html", + "https://www.w3.org/TR/SVG11/backward.html", + "https://www.w3.org/TR/SVG11/extend.html", + "https://www.w3.org/TR/SVG11/svgdtd.html", + "https://www.w3.org/TR/SVG11/svgdom.html", + "https://www.w3.org/TR/SVG11/idl.html", + "https://www.w3.org/TR/SVG11/java.html", + "https://www.w3.org/TR/SVG11/escript.html", + "https://www.w3.org/TR/SVG11/implnote.html", + "https://www.w3.org/TR/SVG11/conform.html", + "https://www.w3.org/TR/SVG11/access.html", + "https://www.w3.org/TR/SVG11/i18n.html", + "https://www.w3.org/TR/SVG11/minimize.html", + "https://www.w3.org/TR/SVG11/refs.html", + "https://www.w3.org/TR/SVG11/eltindex.html", + "https://www.w3.org/TR/SVG11/attindex.html", + "https://www.w3.org/TR/SVG11/propidx.html", + "https://www.w3.org/TR/SVG11/feature.html", + "https://www.w3.org/TR/SVG11/mimereg.html", + "https://www.w3.org/TR/SVG11/changes.html" + ], + "filename": "Overview.html" + }, + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "source": "w3c", + "shortTitle": "SVG", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "svg" + ] + }, + "versions": [ + "https://www.w3.org/TR/SVG11/", + "https://svgwg.org/svg2-draft/" + ], + "crawled": "https://www.w3.org/TR/SVG11/", + "date": "16 August 2011", + "links": "links/SVG11.json", + "refs": "refs/SVG11.json", + "idl": "idl/SVG.idl", + "generator": null, + "headings": "headings/SVG11.json", + "ids": "ids/SVG11.json", + "idlparsed": "idlparsed/SVG11.json" + }, { "url": "https://www.w3.org/TR/SVG2/", "seriesComposition": "full", @@ -13569,6 +13695,7 @@ "currentSpecification": "SVG2" }, "seriesVersion": "2", + "seriesPrevious": "SVG11", "release": { "url": "https://www.w3.org/TR/SVG2/", "pages": [ @@ -13781,6 +13908,42 @@ "headings": "headings/trace-context-1.json", "ids": "ids/trace-context-1.json" }, + { + "url": "https://www.w3.org/TR/tracking-dnt/", + "seriesComposition": "full", + "shortname": "tracking-dnt", + "series": { + "shortname": "tracking-dnt", + "currentSpecification": "tracking-dnt" + }, + "release": { + "url": "https://www.w3.org/TR/tracking-dnt/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/dnt/drafts/tracking-dnt.html", + "repository": "https://github.com/w3c/dnt", + "sourcePath": "index.html", + "filename": "tracking-dnt.html" + }, + "title": "Tracking Preference Expression (DNT)", + "source": "w3c", + "shortTitle": "DNT", + "versions": [ + "https://www.w3.org/TR/tracking-dnt/", + "https://w3c.github.io/dnt/drafts/tracking-dnt.html" + ], + "crawled": "https://www.w3.org/TR/tracking-dnt/", + "date": "17 January 2019", + "links": "links/tracking-dnt.json", + "refs": "refs/tracking-dnt.json", + "idl": "idl/tracking-dnt.idl", + "generator": "respec", + "dfns": "dfns/tracking-dnt.json", + "headings": "headings/tracking-dnt.json", + "ids": "ids/tracking-dnt.json", + "idlparsed": "idlparsed/tracking-dnt.json" + }, { "url": "https://www.w3.org/TR/uievents-code/", "seriesComposition": "full", @@ -14402,6 +14565,48 @@ "ids": "ids/webauthn-2.json", "idlparsed": "idlparsed/webauthn-2.json" }, + { + "url": "https://www.w3.org/TR/webcodecs/", + "seriesComposition": "full", + "shortname": "webcodecs", + "series": { + "shortname": "webcodecs", + "currentSpecification": "webcodecs" + }, + "release": { + "url": "https://www.w3.org/TR/webcodecs/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/webcodecs/", + "repository": "https://github.com/w3c/webcodecs", + "sourcePath": "index.src.html", + "filename": "index.html" + }, + "title": "WebCodecs", + "source": "w3c", + "shortTitle": "WebCodecs", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "webcodecs" + ] + }, + "versions": [ + "https://www.w3.org/TR/webcodecs/", + "https://w3c.github.io/webcodecs/" + ], + "crawled": "https://www.w3.org/TR/webcodecs/", + "date": "30 April 2021", + "links": "links/webcodecs.json", + "refs": "refs/webcodecs.json", + "idl": "idl/webcodecs.idl", + "generator": "bikeshed", + "dfns": "dfns/webcodecs.json", + "headings": "headings/webcodecs.json", + "ids": "ids/webcodecs.json", + "idlparsed": "idlparsed/webcodecs.json" + }, { "url": "https://www.w3.org/TR/WebCryptoAPI/", "seriesComposition": "full", @@ -14585,10 +14790,10 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://w3c.github.io/webrtc-identity/identity.html", + "url": "https://w3c.github.io/webrtc-identity/", "repository": "https://github.com/w3c/webrtc-identity", "sourcePath": "identity.html", - "filename": "identity.html" + "filename": "index.html" }, "title": "Identity for WebRTC 1.0", "source": "w3c", @@ -14601,7 +14806,7 @@ }, "versions": [ "https://www.w3.org/TR/webrtc-identity/", - "https://w3c.github.io/webrtc-identity/identity.html" + "https://w3c.github.io/webrtc-identity/" ], "crawled": "https://www.w3.org/TR/webrtc-identity/", "date": "27 September 2018", diff --git a/tr/index.md b/tr/index.md index 6ee365e55e82..0561ce56b993 100644 --- a/tr/index.md +++ b/tr/index.md @@ -1,6 +1,6 @@ % Reffy crawl % Reffy -% April 26, 2021 +% May 03, 2021 ## A Well-Known URL for Changing Passwords {data-spec=true data-anomaly=true data-missingDfns=true data-inconsistentRef=true data-xrefs=true} @@ -167,6 +167,7 @@ Informative references to this spec from: Normative references to this spec from: - [Accessible Rich Internet Applications (WAI-ARIA) 1.2](https://www.w3.org/TR/wai-aria-1.2/) +- [Web App Manifest - Application Information](https://www.w3.org/TR/manifest-app-info/) - [Web Application Manifest](https://www.w3.org/TR/appmanifest/) No informative reference to this spec from other specs. @@ -263,7 +264,7 @@ Informative references to this spec from: - Initial URL: [https://www.w3.org/TR/html-aria/](https://www.w3.org/TR/html-aria/) - Crawled URL: [https://www.w3.org/TR/html-aria/](https://www.w3.org/TR/html-aria/) -- Crawled version: 20 April 2021 +- Crawled version: 01 May 2021 - Editor's Draft: [https://w3c.github.io/html-aria/](https://w3c.github.io/html-aria/) - Latest published version: [https://www.w3.org/TR/html-aria/](https://www.w3.org/TR/html-aria/) - Shortname: html-aria @@ -823,13 +824,14 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) - Crawled URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) -- Crawled version: 12 April 2021 +- Crawled version: 29 April 2021 - Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/) - Shortname: client-hints-infrastructure ### Potential issue(s) {.anomalies} - Missing references for links: + * [`https://www.w3.org/TR/permissions-policy/`](https://www.w3.org/TR/permissions-policy/) * [`https://w3c.github.io/device-memory/`](https://w3c.github.io/device-memory/) - External links to private terms: * [`https://html.spec.whatwg.org/#concept-request-origin`](https://html.spec.whatwg.org/#concept-request-origin) @@ -996,8 +998,8 @@ No informative reference to this spec from other specs. * [`https://www.w3.org/TR/2013/WD-compositing-1-20130625/`](https://www.w3.org/TR/2013/WD-compositing-1-20130625/) - Inconsistent references for links: * [`https://www.w3.org/TR/2dcontext2/`](https://www.w3.org/TR/2dcontext2/), related reference "HTML" uses URL [`https://html.spec.whatwg.org/multipage/`](https://html.spec.whatwg.org/multipage/) - * [`https://www.w3.org/TR/2003/REC-SVG11-20030114/`](https://www.w3.org/TR/2003/REC-SVG11-20030114/), related reference "SVG" uses URL [`https://www.w3.org/TR/SVG/`](https://www.w3.org/TR/SVG/) - * [`https://www.w3.org/TR/2011/REC-SVG11-20110816/`](https://www.w3.org/TR/2011/REC-SVG11-20110816/), related reference "SVG" uses URL [`https://www.w3.org/TR/SVG/`](https://www.w3.org/TR/SVG/) + * [`https://www.w3.org/TR/2003/REC-SVG11-20030114/`](https://www.w3.org/TR/2003/REC-SVG11-20030114/), related reference "SVG11" uses URL [`https://www.w3.org/TR/SVG11/`](https://www.w3.org/TR/SVG11/) + * [`https://www.w3.org/TR/2011/REC-SVG11-20110816/`](https://www.w3.org/TR/2011/REC-SVG11-20110816/), related reference "SVG11" uses URL [`https://www.w3.org/TR/SVG11/`](https://www.w3.org/TR/SVG11/) * [`https://www.w3.org/TR/2dcontext/`](https://www.w3.org/TR/2dcontext/), related reference "HTML" uses URL [`https://html.spec.whatwg.org/multipage/`](https://html.spec.whatwg.org/multipage/) - External links to outdated specs: * [`https://www.w3.org/TR/2dcontext2/`](https://www.w3.org/TR/2dcontext2/) @@ -1080,13 +1082,13 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) - Crawled URL: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) -- Crawled version: 3 March 2020 +- Crawled version: 27 April 2021 - Editor's Draft: [https://wicg.github.io/construct-stylesheets/](https://wicg.github.io/construct-stylesheets/) - Shortname: construct-stylesheets ### Potential issue(s) {.anomalies} -- Unknown WebIDL names used: `CSSStyleSheet`, `MediaList`, `void` +- Unknown WebIDL names used: `CSSStyleSheet`, `MediaList` - External links to private terms: * [`https://drafts.csswg.org/cssom-1/#concept-css-style-sheet-location`](https://drafts.csswg.org/cssom-1/#concept-css-style-sheet-location) * [`https://drafts.csswg.org/cssom-1/#concept-css-style-sheet-parent-css-style-sheet`](https://drafts.csswg.org/cssom-1/#concept-css-style-sheet-parent-css-style-sheet) @@ -1102,7 +1104,9 @@ No informative reference to this spec from other specs. - Broken external links: * [`https://drafts.csswg.org/cssom-1/#documentorshadowroot-document-or-shadow-root-css-style-sheets`](https://drafts.csswg.org/cssom-1/#documentorshadowroot-document-or-shadow-root-css-style-sheets) * [`https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-stylesheets`](https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-stylesheets) + * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) * [`https://heycam.github.io/webidl/#notallowederror`](https://heycam.github.io/webidl/#notallowederror) + * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) ### Known dependencies on this specification {.dependencies} @@ -2252,7 +2256,6 @@ Informative references to this spec from: Normative references to this spec from: -- [Constructable Stylesheet Objects](https://wicg.github.io/construct-stylesheets/) - [CSS Box Alignment Module Level 3](https://www.w3.org/TR/css-align-3/) - [CSS Box Model Module Level 3](https://www.w3.org/TR/css-box-3/) - [CSS Box Model Module Level 4](https://www.w3.org/TR/css-box-4/) @@ -2352,6 +2355,7 @@ Informative references to this spec from: Normative references to this spec from: +- [Constructable Stylesheet Objects](https://wicg.github.io/construct-stylesheets/) - [Content Security Policy Level 3](https://www.w3.org/TR/CSP3/) - [CSS Animations Level 2](https://drafts.csswg.org/css-animations-2/) - [CSS Basic User Interface Module Level 4](https://www.w3.org/TR/css-ui-4/) @@ -3725,7 +3729,7 @@ Informative references to this spec from: - [CSS Cascading and Inheritance Level 5](https://www.w3.org/TR/css-cascade-5/) -## CSS Layout API Level 1 {data-spec=true data-anomaly=true data-hasInvalidIdl=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} +## CSS Layout API Level 1 {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} ### Spec info {.info} @@ -3738,7 +3742,7 @@ Informative references to this spec from: ### Potential issue(s) {.anomalies} -- Invalid WebIDL content found +- Unknown WebIDL names used: `CSS`, `void` - Missing references for links: * [`https://www.w3.org/TR/css3-break/`](https://www.w3.org/TR/css3-break/) * [`https://www.w3.org/TR/css3-positioning/`](https://www.w3.org/TR/css3-positioning/) @@ -5917,7 +5921,7 @@ No normative reference to this spec from other specs. No informative reference to this spec from other specs. -## CSS Typed OM Level 1 {data-spec=true data-anomaly=true data-unknownExposedNames=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} +## CSS Typed OM Level 1 {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} ### Spec info {.info} @@ -5930,7 +5934,6 @@ No informative reference to this spec from other specs. ### Potential issue(s) {.anomalies} -- Unknown [Exposed] names used: `LayoutWorklet` - Unknown WebIDL names used: `CSS`, `CSSStyleRule`, `ElementCSSInlineStyle`, `void` - Possibly no definition for IDL properties: * `equals(...value)` with type `method` for [`CSSNumericValue`](https://www.w3.org/TR/css-typed-om-1/#cssnumericvalue), but found [`equals(...values)`](https://www.w3.org/TR/css-typed-om-1/#dom-cssnumericvalue-equals) with type `method` for `CSSNumericValue` @@ -6885,7 +6888,6 @@ Normative references to this spec from: - [HTML Standard](https://html.spec.whatwg.org/multipage/) - [HTMLVideoElement.requestVideoFrameCallback()](https://wicg.github.io/video-rvfc/) - [Idle Detection API](https://wicg.github.io/idle-detection/) -- [Image Resource](https://www.w3.org/TR/image-resource/) - [Import Maps](https://wicg.github.io/import-maps/) - [Indexed Database API 3.0](https://www.w3.org/TR/IndexedDB-3/) - [Intersection Observer](https://www.w3.org/TR/intersection-observer/) @@ -6989,6 +6991,7 @@ Informative references to this spec from: - [DOM Parsing and Serialization](https://www.w3.org/TR/DOM-Parsing/) - [Input Events Level 2](https://www.w3.org/TR/input-events-2/) - [Origin Policy](https://wicg.github.io/origin-policy/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) - [Screen Capture](https://www.w3.org/TR/screen-capture/) - [Web Share API](https://www.w3.org/TR/web-share/) - [WebIDL Level 1](https://www.w3.org/TR/WebIDL-1/) @@ -7072,7 +7075,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) - Crawled URL: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) -- Crawled version: 6 April 2021 +- Crawled version: 28 April 2021 - Editor's Draft: [https://tc39.es/ecma262/](https://tc39.es/ecma262/) - Shortname: ecmascript @@ -7438,7 +7441,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) - Crawled URL: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) -- Crawled version: 13 April 2021 +- Crawled version: 29 April 2021 - Editor's Draft: [https://wicg.github.io/floc/](https://wicg.github.io/floc/) - Shortname: floc @@ -7653,7 +7656,7 @@ Informative references to this spec from: - Initial URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) - Crawled URL: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) -- Crawled version: 22 April 2021 +- Crawled version: 27 April 2021 - Editor's Draft: [https://w3c.github.io/FileAPI/](https://w3c.github.io/FileAPI/) - Latest published version: [https://www.w3.org/TR/FileAPI/](https://www.w3.org/TR/FileAPI/) - Shortname: FileAPI @@ -8695,7 +8698,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://html.spec.whatwg.org/multipage/](https://html.spec.whatwg.org/multipage/) - Crawled URL: [https://html.spec.whatwg.org/multipage/](https://html.spec.whatwg.org/multipage/) -- Crawled version: 22 April 2021 +- Crawled version: 30 April 2021 - Editor's Draft: [https://html.spec.whatwg.org/multipage/](https://html.spec.whatwg.org/multipage/) - Shortname: html @@ -9572,6 +9575,7 @@ Normative references to this spec from: - [The Screen Orientation API](https://www.w3.org/TR/screen-orientation/) - [The Storage Access API](https://privacycg.github.io/storage-access/) - [Touch Events](https://www.w3.org/TR/touch-events/) +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/) - [Trusted Types](https://w3c.github.io/webappsec-trusted-types/dist/spec/) - [UI Events](https://www.w3.org/TR/uievents/) - [Upgrade Insecure Requests](https://www.w3.org/TR/upgrade-insecure-requests/) @@ -9598,7 +9602,7 @@ Normative references to this spec from: - [Web Speech API](https://wicg.github.io/speech-api/) - [WebAssembly JavaScript Interface](https://www.w3.org/TR/wasm-js-api-1/) - [WebAssembly Web API](https://www.w3.org/TR/wasm-web-api-1/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) - [WebDriver](https://www.w3.org/TR/webdriver2/) - [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) - [WebGL 2.0 Specification](https://www.khronos.org/registry/webgl/specs/latest/2.0/) @@ -9757,7 +9761,7 @@ Informative references to this spec from: - Initial URL: [https://www.w3.org/TR/webrtc-identity/](https://www.w3.org/TR/webrtc-identity/) - Crawled URL: [https://www.w3.org/TR/webrtc-identity/](https://www.w3.org/TR/webrtc-identity/) - Crawled version: 27 September 2018 -- Editor's Draft: [https://w3c.github.io/webrtc-identity/identity.html](https://w3c.github.io/webrtc-identity/identity.html) +- Editor's Draft: [https://w3c.github.io/webrtc-identity/](https://w3c.github.io/webrtc-identity/) - Latest published version: [https://www.w3.org/TR/webrtc-identity/](https://www.w3.org/TR/webrtc-identity/) - Shortname: webrtc-identity @@ -9831,22 +9835,25 @@ No normative reference to this spec from other specs. No informative reference to this spec from other specs. -## Image Resource {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} +## Image Resource {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-xrefs=true} ### Spec info {.info} - Initial URL: [https://www.w3.org/TR/image-resource/](https://www.w3.org/TR/image-resource/) - Crawled URL: [https://www.w3.org/TR/image-resource/](https://www.w3.org/TR/image-resource/) -- Crawled version: 29 March 2021 +- Crawled version: 26 April 2021 - Editor's Draft: [https://w3c.github.io/image-resource/](https://w3c.github.io/image-resource/) - Latest published version: [https://www.w3.org/TR/image-resource/](https://www.w3.org/TR/image-resource/) - Shortname: image-resource ### Potential issue(s) {.anomalies} +- Missing references for links: + * [`https://www.w3.org/TR/wai-aria/`](https://www.w3.org/TR/wai-aria/) +- External links to private terms: + * [`https://www.w3.org/TR/wai-aria/#dfn-accessible-name`](https://www.w3.org/TR/wai-aria/#dfn-accessible-name) - Broken external links: * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) - * [`https://dom.spec.whatwg.org/#context-object`](https://dom.spec.whatwg.org/#context-object) ### Known dependencies on this specification {.dependencies} @@ -9854,6 +9861,7 @@ Normative references to this spec from: - [Background Fetch](https://wicg.github.io/background-fetch/) - [Content Index](https://wicg.github.io/content-index/spec/) +- [Web App Manifest - Application Information](https://www.w3.org/TR/manifest-app-info/) - [Web Application Manifest](https://www.w3.org/TR/appmanifest/) No informative reference to this spec from other specs. @@ -9865,7 +9873,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) - Crawled URL: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) -- Crawled version: 22 April 2021 +- Crawled version: 30 April 2021 - Editor's Draft: [https://tc39.es/proposal-import-assertions/](https://tc39.es/proposal-import-assertions/) - Shortname: tc39-import-assertions @@ -10082,6 +10090,7 @@ Normative references to this spec from: - [Origin Policy](https://wicg.github.io/origin-policy/) - [Origin-bound one-time codes delivered via SMS](https://wicg.github.io/sms-one-time-codes/) - [Page Lifecycle](https://wicg.github.io/page-lifecycle/) +- [Payment Handler API](https://www.w3.org/TR/payment-handler/) - [Payment Method Manifest](https://www.w3.org/TR/payment-method-manifest/) - [Payment Method: Basic Card](https://www.w3.org/TR/payment-method-basic-card/) - [Payment Request API](https://www.w3.org/TR/payment-request/) @@ -10116,7 +10125,7 @@ Normative references to this spec from: - [Web Serial API](https://wicg.github.io/serial/) - [Web Share Target API](https://w3c.github.io/web-share-target/) - [WebAssembly JavaScript Interface](https://www.w3.org/TR/wasm-js-api-1/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) - [WebDriver](https://www.w3.org/TR/webdriver2/) - [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) - [WebGPU](https://gpuweb.github.io/gpuweb/) @@ -10764,7 +10773,7 @@ No informative reference to this spec from other specs. Normative references to this spec from: - [HTMLVideoElement.requestVideoFrameCallback()](https://wicg.github.io/video-rvfc/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) No informative reference to this spec from other specs. @@ -11280,7 +11289,7 @@ Informative references to this spec from: - [Encrypted Media Extensions](https://www.w3.org/TR/encrypted-media/) - [Media Playback Quality](https://w3c.github.io/media-playback-quality/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) ## MediaStream Image Capture {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} @@ -11448,7 +11457,7 @@ Informative references to this spec from: - [Contact Picker API](https://wicg.github.io/contact-api/spec/) - [Web Application Manifest](https://www.w3.org/TR/appmanifest/) - [Web Audio API](https://www.w3.org/TR/webaudio/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) ## Mixed Content {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} @@ -11691,15 +11700,15 @@ No informative reference to this spec from other specs. - Initial URL: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) - Crawled URL: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) -- Crawled version: 22 April 2021 +- Crawled version: 26 April 2021 - Editor's Draft: [https://notifications.spec.whatwg.org/](https://notifications.spec.whatwg.org/) - Shortname: notifications ### Potential issue(s) {.anomalies} - External links to private terms: + * [`https://heycam.github.io/webidl/#dfn-dictionary`](https://heycam.github.io/webidl/#dfn-dictionary) * [`https://heycam.github.io/webidl/#dfn-throw`](https://heycam.github.io/webidl/#dfn-throw) - * [`https://html.spec.whatwg.org/#entry-settings-object`](https://html.spec.whatwg.org/#entry-settings-object) * [`https://html.spec.whatwg.org/#update-the-image-data`](https://html.spec.whatwg.org/#update-the-image-data) * [`https://w3c.github.io/vibration/#dfn-validate-and-normalize`](https://w3c.github.io/vibration/#dfn-validate-and-normalize) * [`https://w3c.github.io/vibration/#dfn-perform-vibration`](https://w3c.github.io/vibration/#dfn-perform-vibration) @@ -12017,41 +12026,24 @@ Normative references to this spec from: No informative reference to this spec from other specs. -## Payment Handler API {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-xrefs=true} +## Payment Handler API {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} ### Spec info {.info} - Initial URL: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) - Crawled URL: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) -- Crawled version: 21 October 2019 +- Crawled version: 28 April 2021 - Editor's Draft: [https://w3c.github.io/payment-handler/](https://w3c.github.io/payment-handler/) - Latest published version: [https://www.w3.org/TR/payment-handler/](https://www.w3.org/TR/payment-handler/) - Shortname: payment-handler ### Potential issue(s) {.anomalies} -- Unknown WebIDL names used: `void` -- Possibly no definition for IDL properties: - * `delete(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.delete()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-delete) with type `method` for `PaymentInstruments` - * `get(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.get()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-get) with type `method` for `PaymentInstruments` - * `has(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.has()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-has) with type `method` for `PaymentInstruments` - * `set(instrumentKey, details)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.set()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-set) with type `method` for `PaymentInstruments` - * `constructor(type, eventInitDict)` with type `constructor` for [`CanMakePaymentEvent`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent), but found [`CanMakePaymentEvent.constructor()`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-constructor) with type `constructor` for `CanMakePaymentEvent` - * `respondWith(canMakePaymentResponse)` with type `method` for [`CanMakePaymentEvent`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent), but found [`CanMakePaymentEvent.respondWith()`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-respondwith) with type `method` for `CanMakePaymentEvent` - * `constructor(type, eventInitDict)` with type `constructor` for [`PaymentRequestEvent`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent), but found [`PaymentRequestEvent.constructor()`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-constructor) with type `constructor` for `PaymentRequestEvent` - * `openWindow(url)` with type `method` for [`PaymentRequestEvent`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent), but found [`PaymentRequestEvent.openWindow()`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-openwindow) with type `method` for `PaymentRequestEvent` - External links to private terms: * [`https://www.w3.org/TR/payment-request/#dfn-payment-method`](https://www.w3.org/TR/payment-request/#dfn-payment-method) - * [`https://html.spec.whatwg.org/#ascii-case-insensitive`](https://html.spec.whatwg.org/#ascii-case-insensitive) - * [`https://html.spec.whatwg.org/#concept-url-scheme`](https://html.spec.whatwg.org/#concept-url-scheme) * [`https://heycam.github.io/webidl/#invalidstateerror`](https://heycam.github.io/webidl/#invalidstateerror) - * [`https://heycam.github.io/webidl/#dfn-DOMException`](https://heycam.github.io/webidl/#dfn-DOMException) * [`https://heycam.github.io/webidl/#operationerror`](https://heycam.github.io/webidl/#operationerror) - * [`https://heycam.github.io/webidl/#dfn-throw`](https://heycam.github.io/webidl/#dfn-throw) - * [`https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value`](https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value) -- External links that neither target definitions nor headings: - * [`https://html.spec.whatwg.org/#structured-clone`](https://html.spec.whatwg.org/#structured-clone) - * [`https://heycam.github.io/webidl/#idl-void`](https://heycam.github.io/webidl/#idl-void) + * [`https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value`](https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value) - Broken external links: * [`https://www.w3.org/TR/service-workers-1/#service-worker-global-scope`](https://www.w3.org/TR/service-workers-1/#service-worker-global-scope) * [`https://www.w3.org/TR/service-workers-1/#dfn-extend-lifetime-promises`](https://www.w3.org/TR/service-workers-1/#dfn-extend-lifetime-promises) @@ -12061,15 +12053,17 @@ No informative reference to this spec from other specs. * [`https://www.w3.org/TR/payment-request/#canmakepayment()-method`](https://www.w3.org/TR/payment-request/#canmakepayment()-method) * [`https://www.w3.org/TR/payment-request/#show()-method`](https://www.w3.org/TR/payment-request/#show()-method) * [`https://www.w3.org/TR/payment-request/#dfn-json-serialize`](https://www.w3.org/TR/payment-request/#dfn-json-serialize) - * [`https://html.spec.whatwg.org/#context-object`](https://html.spec.whatwg.org/#context-object) - * [`https://html.spec.whatwg.org/#triggered-by-user-activation`](https://html.spec.whatwg.org/#triggered-by-user-activation) - * [`https://html.spec.whatwg.org/#concept-events-trusted`](https://html.spec.whatwg.org/#concept-events-trusted) * [`https://www.w3.org/TR/payment-method-basic-card/#dom-basiccardrequest-supportedtypes`](https://www.w3.org/TR/payment-method-basic-card/#dom-basiccardrequest-supportedtypes) * [`https://heycam.github.io/webidl/#SecureContext`](https://heycam.github.io/webidl/#SecureContext) + * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) + * [`https://heycam.github.io/webidl/#a-new-promise`](https://heycam.github.io/webidl/#a-new-promise) * [`https://heycam.github.io/webidl/#notallowederror`](https://heycam.github.io/webidl/#notallowederror) + * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) + * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) + * [`https://heycam.github.io/webidl/#upon-rejection`](https://heycam.github.io/webidl/#upon-rejection) + * [`https://heycam.github.io/webidl/#upon-fulfillment`](https://heycam.github.io/webidl/#upon-fulfillment) * [`https://www.w3.org/TR/appmanifest/#fetching-image-resources`](https://www.w3.org/TR/appmanifest/#fetching-image-resources) - * [`https://www.w3.org/TR/payment-method-id/#payment-method-identifiers-(pmis)`](https://www.w3.org/TR/payment-method-id/#payment-method-identifiers-(pmis)) ### Known dependencies on this specification {.dependencies} @@ -13247,7 +13241,7 @@ Informative references to this spec from: - [WebXR Layers API Level 1](https://www.w3.org/TR/webxrlayers-1/) -## Resize Observer {data-spec=true data-anomaly=true data-hasInvalidIdl=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} +## Resize Observer {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} ### Spec info {.info} @@ -13260,7 +13254,7 @@ Informative references to this spec from: ### Potential issue(s) {.anomalies} -- Invalid WebIDL content found +- Unknown WebIDL names used: `void` - Missing references for links: * [`https://www.w3.org/TR/css3-positioning/`](https://www.w3.org/TR/css3-positioning/) * [`https://www.w3.org/TR/css-display-3/`](https://www.w3.org/TR/css-display-3/) @@ -13405,6 +13399,128 @@ No normative reference to this spec from other specs. No informative reference to this spec from other specs. +## Scalable Vector Graphics (SVG) 1.1 (Second Edition) {data-spec=true data-anomaly=true data-noRefToWebIDL=true data-hasInvalidIdl=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} + +### Spec info {.info} + +- Initial URL: [https://www.w3.org/TR/SVG11/](https://www.w3.org/TR/SVG11/) +- Crawled URL: [https://www.w3.org/TR/SVG11/](https://www.w3.org/TR/SVG11/) +- Crawled version: 16 August 2011 +- Editor's Draft: [https://svgwg.org/svg2-draft/](https://svgwg.org/svg2-draft/) +- Latest published version: [https://www.w3.org/TR/SVG11/](https://www.w3.org/TR/SVG11/) +- Shortname: SVG11 + +### Potential issue(s) {.anomalies} + +- Invalid WebIDL content found +- Spec uses WebIDL but does not reference it normatively +- Missing references for links: + * [`https://www.w3.org/TR/2001/REC-xlink-20010627/`](https://www.w3.org/TR/2001/REC-xlink-20010627/) + * [`https://www.w3.org/TR/2001/REC-MathML2-20010221/`](https://www.w3.org/TR/2001/REC-MathML2-20010221/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/present/`](https://www.w3.org/TR/1999/REC-html401-19991224/present/) + * [`https://www.w3.org/TR/xlink/`](https://www.w3.org/TR/xlink/) + * [`https://www.w3.org/TR/xml-names11/`](https://www.w3.org/TR/xml-names11/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/struct/`](https://www.w3.org/TR/1999/REC-html401-19991224/struct/) + * [`https://www.w3.org/TR/2003/REC-MathML2-20031021/`](https://www.w3.org/TR/2003/REC-MathML2-20031021/) + * [`https://www.w3.org/TR/xml-stylesheet/`](https://www.w3.org/TR/xml-stylesheet/) + * [`https://www.w3.org/TR/xsl/`](https://www.w3.org/TR/xsl/) + * [`https://www.w3.org/TR/html4/`](https://www.w3.org/TR/html4/) + * [`https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/`](https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/) + * [`https://www.w3.org/TR/smil/`](https://www.w3.org/TR/smil/) +- Inconsistent references for links: + * [`https://www.w3.org/TR/2006/REC-xml-names-20060816/`](https://www.w3.org/TR/2006/REC-xml-names-20060816/), related reference "XML-NS" uses URL [`http://www.w3.org/TR/2009/REC-xml-names-20091208/`](http://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/2006/REC-xml-20060816/`](https://www.w3.org/TR/2006/REC-xml-20060816/), related reference "XML10" uses URL [`http://www.w3.org/TR/2008/REC-xml-20081126/`](http://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/xmlbase/`](https://www.w3.org/TR/xmlbase/), related reference "XML-BASE" uses URL [`http://www.w3.org/TR/2009/REC-xmlbase-20090128/`](http://www.w3.org/TR/2009/REC-xmlbase-20090128/) + * [`https://www.w3.org/TR/smil-animation/`](https://www.w3.org/TR/smil-animation/), related reference "SMILANIM" uses URL [`http://www.w3.org/TR/2001/REC-smil-animation-20010904/`](http://www.w3.org/TR/2001/REC-smil-animation-20010904/) + * [`https://www.w3.org/TR/xlink11/`](https://www.w3.org/TR/xlink11/), related reference "XLINK" uses URL [`http://www.w3.org/TR/2010/REC-xlink11-20100506/`](http://www.w3.org/TR/2010/REC-xlink11-20100506/) + * [`https://www.w3.org/TR/xml/`](https://www.w3.org/TR/xml/), related reference "XML10" uses URL [`http://www.w3.org/TR/2008/REC-xml-20081126/`](http://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/xml-names/`](https://www.w3.org/TR/xml-names/), related reference "XML-NS" uses URL [`http://www.w3.org/TR/2009/REC-xml-names-20091208/`](http://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/charmod/`](https://www.w3.org/TR/charmod/), related reference "CHARMOD" uses URL [`http://www.w3.org/TR/2005/REC-charmod-20050215/`](http://www.w3.org/TR/2005/REC-charmod-20050215/) + * [`https://www.w3.org/TR/rdf-primer/`](https://www.w3.org/TR/rdf-primer/), related reference "RDF-PRIMER" uses URL [`http://www.w3.org/TR/2004/REC-rdf-primer-20040210/`](http://www.w3.org/TR/2004/REC-rdf-primer-20040210/) + * [`https://www.w3.org/TR/xmlschema-2/`](https://www.w3.org/TR/xmlschema-2/), related reference "SCHEMA2" uses URL [`http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/`](http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/) + * [`https://www.w3.org/TR/css3-selectors/`](https://www.w3.org/TR/css3-selectors/), related reference "SELECTORS" uses URL [`http://www.w3.org/TR/2009/PR-css3-selectors-20091215/`](http://www.w3.org/TR/2009/PR-css3-selectors-20091215/) + * [`https://www.w3.org/TR/xhtml1/`](https://www.w3.org/TR/xhtml1/), related reference "XHTML" uses URL [`http://www.w3.org/TR/2002/REC-xhtml1-20020801/`](http://www.w3.org/TR/2002/REC-xhtml1-20020801/) + * [`https://www.w3.org/TR/xslt/`](https://www.w3.org/TR/xslt/), related reference "XSLT" uses URL [`http://www.w3.org/TR/1999/REC-xslt-19991116`](http://www.w3.org/TR/1999/REC-xslt-19991116) + * [`https://www.w3.org/TR/xslt20/`](https://www.w3.org/TR/xslt20/), related reference "XSLT2" uses URL [`http://www.w3.org/TR/2007/REC-xslt20-20070123/`](http://www.w3.org/TR/2007/REC-xslt20-20070123/) +- External links that use a dated URL: + * [`https://www.w3.org/TR/2001/REC-SVG-20010904/`](https://www.w3.org/TR/2001/REC-SVG-20010904/) + * [`https://www.w3.org/TR/2008/REC-xml-20081126/`](https://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/2006/REC-xml-names-20060816/`](https://www.w3.org/TR/2006/REC-xml-names-20060816/) + * [`https://www.w3.org/TR/2001/REC-xlink-20010627/`](https://www.w3.org/TR/2001/REC-xlink-20010627/) + * [`https://www.w3.org/TR/2009/REC-xmlbase-20090128/`](https://www.w3.org/TR/2009/REC-xmlbase-20090128/) + * [`https://www.w3.org/TR/2008/REC-CSS2-20080411/`](https://www.w3.org/TR/2008/REC-CSS2-20080411/) + * [`https://www.w3.org/TR/1999/REC-xslt-19991116`](https://www.w3.org/TR/1999/REC-xslt-19991116) + * [`https://www.w3.org/TR/2007/REC-xslt20-20070123/`](https://www.w3.org/TR/2007/REC-xslt20-20070123/) + * [`https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/`](https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/) + * [`https://www.w3.org/TR/2008/REC-SMIL3-20081201/`](https://www.w3.org/TR/2008/REC-SMIL3-20081201/) + * [`https://www.w3.org/TR/2001/REC-smil-animation-20010904/`](https://www.w3.org/TR/2001/REC-smil-animation-20010904/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/`](https://www.w3.org/TR/1999/REC-html401-19991224/) + * [`https://www.w3.org/TR/2002/REC-xhtml1-20020801/`](https://www.w3.org/TR/2002/REC-xhtml1-20020801/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/) + * [`https://www.w3.org/TR/2001/REC-MathML2-20010221/`](https://www.w3.org/TR/2001/REC-MathML2-20010221/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/) + * [`https://www.w3.org/TR/2006/REC-xml-20060816/`](https://www.w3.org/TR/2006/REC-xml-20060816/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/present/`](https://www.w3.org/TR/1999/REC-html401-19991224/present/) + * [`https://www.w3.org/TR/2006/REC-xsl11-20061205/`](https://www.w3.org/TR/2006/REC-xsl11-20061205/) + * [`https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/`](https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/struct/`](https://www.w3.org/TR/1999/REC-html401-19991224/struct/) + * [`https://www.w3.org/TR/2004/REC-rdf-primer-20040210/`](https://www.w3.org/TR/2004/REC-rdf-primer-20040210/) + * [`https://www.w3.org/TR/2003/REC-MathML2-20031021/`](https://www.w3.org/TR/2003/REC-MathML2-20031021/) + * [`https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/`](https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/) + * [`https://www.w3.org/TR/2000/REC-ATAG10-20000203/`](https://www.w3.org/TR/2000/REC-ATAG10-20000203/) + * [`https://www.w3.org/TR/2002/REC-UAAG10-20021217/`](https://www.w3.org/TR/2002/REC-UAAG10-20021217/) + * [`https://www.w3.org/TR/2008/REC-WCAG20-20081211/`](https://www.w3.org/TR/2008/REC-WCAG20-20081211/) + * [`https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/`](https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/) + * [`https://www.w3.org/TR/2005/REC-charmod-20050215/`](https://www.w3.org/TR/2005/REC-charmod-20050215/) + * [`https://www.w3.org/TR/2003/REC-PNG-20031110/`](https://www.w3.org/TR/2003/REC-PNG-20031110/) + * [`https://www.w3.org/TR/2010/REC-xlink11-20100506/`](https://www.w3.org/TR/2010/REC-xlink11-20100506/) + * [`https://www.w3.org/TR/2009/REC-xml-names-20091208/`](https://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/2010/REC-MathML3-20101021/`](https://www.w3.org/TR/2010/REC-MathML3-20101021/) + * [`https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/`](https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/) + * [`https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/`](https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/) + * [`https://www.w3.org/TR/2009/PR-css3-selectors-20091215/`](https://www.w3.org/TR/2009/PR-css3-selectors-20091215/) + * [`https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/`](https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/) + * [`https://www.w3.org/TR/2006/WD-Window-20060407/`](https://www.w3.org/TR/2006/WD-Window-20060407/) + +### Known dependencies on this specification {.dependencies} + +Normative references to this spec from: + +- [Compositing and Blending Level 1](https://www.w3.org/TR/compositing-1/) +- [Compositing and Blending Level 2](https://drafts.fxtf.org/compositing-2/) +- [CSS Basic User Interface Module Level 4](https://www.w3.org/TR/css-ui-4/) +- [CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/) +- [CSS Image Values and Replaced Content Module Level 4](https://www.w3.org/TR/css-images-4/) +- [CSS Images Module Level 3](https://www.w3.org/TR/css-images-3/) +- [CSS Object Model (CSSOM)](https://www.w3.org/TR/cssom-1/) +- [CSS Transforms Module Level 1](https://www.w3.org/TR/css-transforms-1/) +- [CSS Transforms Module Level 2](https://www.w3.org/TR/css-transforms-2/) +- [CSS Writing Modes Level 4](https://www.w3.org/TR/css-writing-modes-4/) +- [Filter Effects Module Level 1](https://www.w3.org/TR/filter-effects-1/) +- [Fullscreen API Standard](https://fullscreen.spec.whatwg.org/) +- [HTML Standard](https://html.spec.whatwg.org/multipage/) +- [Motion Path Module Level 1](https://www.w3.org/TR/motion-1/) +- [Resource Timing Level 2](https://www.w3.org/TR/resource-timing-2/) +- [SVG Integration](https://www.w3.org/TR/svg-integration/) +- [Web Animations](https://www.w3.org/TR/web-animations-1/) + +Informative references to this spec from: + +- [Cascading Style Sheets Level 2 Revision 1 (CSSĀ 2.1) Specification](https://www.w3.org/TR/CSS21/) +- [Cascading Style Sheets Level 2 Revision 2 (CSSĀ 2.2) Specification](https://www.w3.org/TR/CSS22/) +- [Clipboard API and events](https://www.w3.org/TR/clipboard-apis/) +- [CSS Cascading and Inheritance Level 3](https://www.w3.org/TR/css-cascade-3/) +- [CSS Cascading and Inheritance Level 4](https://www.w3.org/TR/css-cascade-4/) +- [CSS Cascading and Inheritance Level 5](https://www.w3.org/TR/css-cascade-5/) +- [CSS Style Attributes](https://www.w3.org/TR/css-style-attr/) +- [CSS Transitions](https://www.w3.org/TR/css-transitions-1/) +- [Geometry Interfaces Module Level 1](https://www.w3.org/TR/geometry-1/) +- [Selectors Level 4](https://www.w3.org/TR/selectors-4/) +- [SVG Accessibility API Mappings](https://www.w3.org/TR/svg-aam-1.0/) + + ## Scalable Vector Graphics (SVG) 2 {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} ### Spec info {.info} @@ -13613,6 +13729,7 @@ Informative references to this spec from: - [CSSOM View Module](https://www.w3.org/TR/cssom-view-1/) - [Geometry Interfaces Module Level 1](https://www.w3.org/TR/geometry-1/) - [Graphics Accessibility API Mappings](https://www.w3.org/TR/graphics-aam-1.0/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) - [Selectors Level 4](https://www.w3.org/TR/selectors-4/) - [SVG Accessibility API Mappings](https://www.w3.org/TR/svg-aam-1.0/) - [WAI-ARIA Graphics Module](https://www.w3.org/TR/graphics-aria-1.0/) @@ -14475,7 +14592,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://tc39.es/proposal-temporal/](https://tc39.es/proposal-temporal/) - Crawled URL: [https://tc39.es/proposal-temporal/](https://tc39.es/proposal-temporal/) -- Crawled version: 19 April 2021 +- Crawled version: 28 April 2021 - Editor's Draft: [https://tc39.es/proposal-temporal/](https://tc39.es/proposal-temporal/) - Shortname: tc39-temporal @@ -14577,7 +14694,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://privacycg.github.io/storage-access/](https://privacycg.github.io/storage-access/) - Crawled URL: [https://privacycg.github.io/storage-access/](https://privacycg.github.io/storage-access/) -- Crawled version: 22 April 2021 +- Crawled version: 26 April 2021 - Editor's Draft: [https://privacycg.github.io/storage-access/](https://privacycg.github.io/storage-access/) - Shortname: storage-access @@ -14739,6 +14856,50 @@ No normative reference to this spec from other specs. No informative reference to this spec from other specs. +## Tracking Preference Expression (DNT) {data-spec=true data-anomaly=true data-unknownIdlNames=true data-missingDfns=true data-inconsistentRef=true data-xrefs=true} + +### Spec info {.info} + +- Initial URL: [https://www.w3.org/TR/tracking-dnt/](https://www.w3.org/TR/tracking-dnt/) +- Crawled URL: [https://www.w3.org/TR/tracking-dnt/](https://www.w3.org/TR/tracking-dnt/) +- Crawled version: 17 January 2019 +- Editor's Draft: [https://w3c.github.io/dnt/drafts/tracking-dnt.html](https://w3c.github.io/dnt/drafts/tracking-dnt.html) +- Latest published version: [https://www.w3.org/TR/tracking-dnt/](https://www.w3.org/TR/tracking-dnt/) +- Shortname: tracking-dnt + +### Potential issue(s) {.anomalies} + +- Unknown WebIDL names used: `void` +- No definition for IDL properties: + * `TrackingExData` with type `dictionary`, but found [`TrackingExData`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata) with type `dfn` + * `site` with type `dict-member`, but found [`site`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-site) with type `dfn` for `trackingexdata` + * `targets` with type `dict-member`, but found [`targets`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-targets) with type `dfn` for `trackingexdata` + * `name` with type `dict-member`, but found [`name`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-name) with type `dfn` for `trackingexdata` + * `explanation` with type `dict-member`, but found [`explanation`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-explanation) with type `dfn` for `trackingexdata` + * `details` with type `dict-member`, but found [`details`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-details) with type `dfn` for `trackingexdata` + * `maxAge` with type `dict-member`, but found [`maxAge`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-maxage) with type `dfn` for `trackingexdata` + * `TrackingExResult` with type `dictionary`, but found [`TrackingExResult`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult) with type `dfn` + * `isSiteWide` with type `dict-member`, but found [`isSiteWide`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult-issitewide) with type `dfn` for `trackingexresult` + * `doNotTrack` with type `attribute` + * `storeTrackingException(properties)` with type `method` + * `removeTrackingException(properties)` with type `method` + * `trackingExceptionExists(properties)` with type `method` +- Inconsistent references for links: + * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/), related reference "HTML51" uses URL [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) + * [`https://html.spec.whatwg.org/`](https://html.spec.whatwg.org/), related reference "HTML51" uses URL [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) +- External links to outdated specs: + * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) + * [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) +- External links that use a dated URL: + * [`https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/`](https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/) + +### Known dependencies on this specification {.dependencies} + +No normative reference to this spec from other specs. + +No informative reference to this spec from other specs. + + ## Trusted Types {data-spec=true data-anomaly=true data-missingDfns=true data-missingLinkRef=true data-inconsistentRef=true data-xrefs=true} ### Spec info {.info} @@ -15234,7 +15395,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://wicg.github.io/ua-client-hints/](https://wicg.github.io/ua-client-hints/) - Crawled URL: [https://wicg.github.io/ua-client-hints/](https://wicg.github.io/ua-client-hints/) -- Crawled version: 14 April 2021 +- Crawled version: 26 April 2021 - Editor's Draft: [https://wicg.github.io/ua-client-hints/](https://wicg.github.io/ua-client-hints/) - Shortname: ua-client-hints @@ -15421,6 +15582,32 @@ Informative references to this spec from: - [CSS Pseudo-Elements Module Level 4](https://www.w3.org/TR/css-pseudo-4/) +## Web App Manifest - Application Information {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} + +### Spec info {.info} + +- Initial URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled URL: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Crawled version: 24 March 2021 +- Editor's Draft: [https://w3c.github.io/manifest-app-info/](https://w3c.github.io/manifest-app-info/) +- Latest published version: [https://www.w3.org/TR/manifest-app-info/](https://www.w3.org/TR/manifest-app-info/) +- Shortname: manifest-app-info + +### Potential issue(s) {.anomalies} + +- External links to private terms: + * [`https://www.w3.org/TR/accname-1.2/#dfn-accessible-description`](https://www.w3.org/TR/accname-1.2/#dfn-accessible-description) + * [`https://www.w3.org/TR/accname-1.2/#dfn-accessible-name`](https://www.w3.org/TR/accname-1.2/#dfn-accessible-name) + +### Known dependencies on this specification {.dependencies} + +No normative reference to this spec from other specs. + +Informative references to this spec from: + +- [Web Application Manifest](https://www.w3.org/TR/appmanifest/) + + ## Web Application Manifest {data-spec=true data-anomaly=true data-missingDfns=true data-xrefs=true} ### Spec info {.info} @@ -15447,6 +15634,7 @@ Normative references to this spec from: - [Image Resource](https://www.w3.org/TR/image-resource/) - [Payment Handler API](https://www.w3.org/TR/payment-handler/) - [Payment Method Manifest](https://www.w3.org/TR/payment-method-manifest/) +- [Web App Manifest - Application Information](https://www.w3.org/TR/manifest-app-info/) - [Web Share Target API](https://w3c.github.io/web-share-target/) Informative references to this spec from: @@ -15517,7 +15705,7 @@ Normative references to this spec from: - [Media Capture and Streams](https://www.w3.org/TR/mediacapture-streams/) - [Media Capture from DOM Elements](https://www.w3.org/TR/mediacapture-fromelement/) - [Web MIDI API](https://www.w3.org/TR/webmidi/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) - [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) Informative references to this spec from: @@ -15641,7 +15829,7 @@ Informative references to this spec from: - Initial URL: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) - Crawled URL: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) -- Crawled version: 31 March 2021 +- Crawled version: 29 April 2021 - Editor's Draft: [https://webbluetoothcg.github.io/web-bluetooth/](https://webbluetoothcg.github.io/web-bluetooth/) - Shortname: web-bluetooth @@ -15657,7 +15845,6 @@ Informative references to this spec from: * [`https://heycam.github.io/webidl/#dfn-get-buffer-source-copy`](https://heycam.github.io/webidl/#dfn-get-buffer-source-copy) * [`https://heycam.github.io/webidl/#notfounderror`](https://heycam.github.io/webidl/#notfounderror) * [`https://heycam.github.io/webidl/#securityerror`](https://heycam.github.io/webidl/#securityerror) - * [`https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value`](https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value) * [`https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value`](https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value) * [`https://heycam.github.io/webidl/#aborterror`](https://heycam.github.io/webidl/#aborterror) * [`https://heycam.github.io/webidl/#notsupportederror`](https://heycam.github.io/webidl/#notsupportederror) @@ -15673,13 +15860,13 @@ Informative references to this spec from: * [`https://heycam.github.io/webidl/#a-new-promise`](https://heycam.github.io/webidl/#a-new-promise) * [`https://heycam.github.io/webidl/#resolve`](https://heycam.github.io/webidl/#resolve) * [`https://heycam.github.io/webidl/#reject`](https://heycam.github.io/webidl/#reject) + * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) * [`https://heycam.github.io/webidl/#dfn-maplike`](https://heycam.github.io/webidl/#dfn-maplike) * [`https://heycam.github.io/webidl/#wait-for-all`](https://heycam.github.io/webidl/#wait-for-all) * [`https://heycam.github.io/webidl/#a-promise-rejected-with`](https://heycam.github.io/webidl/#a-promise-rejected-with) * [`https://heycam.github.io/webidl/#upon-fulfillment`](https://heycam.github.io/webidl/#upon-fulfillment) - * [`https://dom.spec.whatwg.org/#context-object`](https://dom.spec.whatwg.org/#context-object) * [`https://w3c.github.io/permissions/#dom-permissionname-bluetooth`](https://w3c.github.io/permissions/#dom-permissionname-bluetooth) ### Known dependencies on this specification {.dependencies} @@ -16183,10 +16370,11 @@ No informative reference to this spec from other specs. ### Spec info {.info} -- Initial URL: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) -- Crawled URL: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) -- Crawled version: 23 April 2021 +- Initial URL: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) +- Crawled URL: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) +- Crawled version: 30 April 2021 - Editor's Draft: [https://w3c.github.io/webcodecs/](https://w3c.github.io/webcodecs/) +- Latest published version: [https://www.w3.org/TR/webcodecs/](https://www.w3.org/TR/webcodecs/) - Shortname: webcodecs ### Potential issue(s) {.anomalies} @@ -17765,7 +17953,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) - Crawled URL: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) -- Crawled version: 24 April 2021 +- Crawled version: 1 May 2021 - Editor's Draft: [https://gpuweb.github.io/gpuweb/](https://gpuweb.github.io/gpuweb/) - Shortname: gpuweb @@ -17776,6 +17964,9 @@ No informative reference to this spec from other specs. * [`https://heycam.github.io/webidl/#datacloneerror`](https://heycam.github.io/webidl/#datacloneerror) * [`https://heycam.github.io/webidl/#aborterror`](https://heycam.github.io/webidl/#aborterror) * [`https://heycam.github.io/webidl/#dfn-get-buffer-source-copy`](https://heycam.github.io/webidl/#dfn-get-buffer-source-copy) + * [`https://heycam.github.io/webidl/#securityerror`](https://heycam.github.io/webidl/#securityerror) + * [`https://html.spec.whatwg.org/#the-image-argument-is-not-origin-clean`](https://html.spec.whatwg.org/#the-image-argument-is-not-origin-clean) + * [`https://html.spec.whatwg.org/#concept-canvas-origin-clean`](https://html.spec.whatwg.org/#concept-canvas-origin-clean) * [`https://html.spec.whatwg.org/#serializable-objects`](https://html.spec.whatwg.org/#serializable-objects) - External links that neither target definitions nor headings: * [`https://heycam.github.io/webidl/#idl-ArrayBuffer`](https://heycam.github.io/webidl/#idl-ArrayBuffer) @@ -18008,6 +18199,7 @@ Normative references to this spec from: - [Text Fragments](https://wicg.github.io/scroll-to-text-fragment/) - [The Screen Orientation API](https://www.w3.org/TR/screen-orientation/) - [The Storage Access API](https://privacycg.github.io/storage-access/) +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/) - [Trusted Types](https://w3c.github.io/webappsec-trusted-types/dist/spec/) - [UI Events](https://www.w3.org/TR/uievents/) - [URL Standard](https://url.spec.whatwg.org/) @@ -18031,7 +18223,7 @@ Normative references to this spec from: - [Web Speech API](https://wicg.github.io/speech-api/) - [WebAssembly JavaScript Interface](https://www.w3.org/TR/wasm-js-api-1/) - [WebAssembly Web API](https://www.w3.org/TR/wasm-web-api-1/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) - [WebDriver](https://www.w3.org/TR/webdriver2/) - [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) - [WebGL 2.0 Specification](https://www.khronos.org/registry/webgl/specs/latest/2.0/) @@ -18164,7 +18356,7 @@ Normative references to this spec from: - [MediaStreamTrack Content Hints](https://www.w3.org/TR/mst-content-hint/) - [Scalable Video Coding (SVC) Extension for WebRTC](https://www.w3.org/TR/webrtc-svc/) - [Web Audio API](https://www.w3.org/TR/webaudio/) -- [WebCodecs](https://w3c.github.io/webcodecs/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) - [WebRTC Encoded Transform](https://w3c.github.io/webrtc-encoded-transform/) - [WebRTC Priority Control API](https://www.w3.org/TR/webrtc-priority/) - [WebTransport](https://w3c.github.io/webtransport/) @@ -18181,7 +18373,7 @@ Informative references to this spec from: - Initial URL: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) - Crawled URL: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) -- Crawled version: 22 April 2021 +- Crawled version: 29 April 2021 - Editor's Draft: [https://w3c.github.io/webrtc-encoded-transform/](https://w3c.github.io/webrtc-encoded-transform/) - Shortname: webrtc-encoded-transform @@ -18191,7 +18383,6 @@ Informative references to this spec from: - Inconsistent references for links: * [`https://w3c.github.io/webcrypto/`](https://w3c.github.io/webcrypto/), related reference "WebCryptoAPI" uses URL [`https://www.w3.org/TR/WebCryptoAPI/`](https://www.w3.org/TR/WebCryptoAPI/) - External links to private terms: - * [`https://heycam.github.io/webidl/#invalidaccesserror`](https://heycam.github.io/webidl/#invalidaccesserror) * [`https://heycam.github.io/webidl/#invalidmodificationerror`](https://heycam.github.io/webidl/#invalidmodificationerror) * [`https://w3c.github.io/webcrypto/#dfn-CryptoKey`](https://w3c.github.io/webcrypto/#dfn-CryptoKey) - External links that neither target definitions nor headings: @@ -18244,7 +18435,7 @@ No informative reference to this spec from other specs. - Initial URL: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) - Crawled URL: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) -- Crawled version: 20 April 2021 +- Crawled version: 28 April 2021 - Editor's Draft: [https://w3c.github.io/webtransport/](https://w3c.github.io/webtransport/) - Shortname: webtransport @@ -18259,6 +18450,7 @@ No informative reference to this spec from other specs. * [`https://heycam.github.io/webidl/#idl-Uint8Array`](https://heycam.github.io/webidl/#idl-Uint8Array) - Broken external links: * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) + * [`https://heycam.github.io/webidl/#a-promise-resolved-with`](https://heycam.github.io/webidl/#a-promise-resolved-with) * [`https://heycam.github.io/webidl/#a-promise-rejected-with`](https://heycam.github.io/webidl/#a-promise-rejected-with) * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) * [`https://heycam.github.io/webidl/#new`](https://heycam.github.io/webidl/#new) diff --git a/tr/links/SVG11.json b/tr/links/SVG11.json new file mode 100644 index 000000000000..38e5e429f7b8 --- /dev/null +++ b/tr/links/SVG11.json @@ -0,0 +1,391 @@ +{ + "spec": { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "url": "https://www.w3.org/TR/SVG11/" + }, + "links": { + "https://www.w3.org/TR/": [], + "https://www.w3.org/2003/01/REC-SVG11-20030114-errata": [], + "https://www.w3.org/TR/2010/WD-SVG11-20100622/": [], + "https://www.w3.org/TR/2011/WD-SVG11-20110512/": [], + "https://www.w3.org/TR/2011/PR-SVG11-20110609/": [], + "https://lists.w3.org/Archives/Public/www-svg/": [], + "https://www.w3.org/Graphics/SVG/Test/20110816/": [], + "https://www.w3.org/Graphics/SVG/Test/20110816/status/implementation_matrix.html": [], + "https://www.w3.org/Graphics/SVG/WG": [], + "https://www.w3.org/Graphics/Activity": [], + "https://www.w3.org/Interaction/": [], + "https://www.w3.org/2007/11/SVG_rechartering/SVG-WG-charter.html": [], + "https://www.w3.org/Graphics/SVG/": [], + "https://www.w3.org/Consortium/Patent-Policy-20040205/": [ + "def-essential", + "sec-Disclosure" + ], + "https://www.w3.org/2004/01/pp-impl/19480/status": [], + "https://www.w3.org/Graphics/SVG/svg-updates/translations.html": [], + "https://www.w3.org/TR/2001/REC-SVG-20010904/": [], + "https://www.w3.org/TR/2003/REC-SVG11-20030114/": [], + "https://www.w3.org/TR/2008/REC-xml-20081126/": [ + "sec-prolog-dtd", + "NT-Char", + "sec-mixed-content", + "sec-cdata-sect", + "syntax", + "sec-line-ends", + "sec-well-formed", + "dt-valid" + ], + "https://www.ietf.org/rfc/rfc3023.txt": [], + "https://www.ietf.org/rfc/rfc1952.txt": [], + "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11-flat.dtd": [], + "https://www.w3.org/TR/2006/REC-xml-names-20060816/": [], + "https://www.w3.org/TR/2001/REC-xlink-20010627/": [ + "simple-links" + ], + "https://www.w3.org/TR/2009/REC-xmlbase-20090128/": [], + "https://www.w3.org/TR/2008/REC-CSS2-20080411/": [ + "propdef-background-image", + "propdef-list-style-image", + "value-def-color", + "system-colors", + "length-units", + "q12", + "important-rules", + "q8", + "font-descriptions", + "at-media-rule", + "at-import", + "x66", + "dynamic-pseudo-classes", + "q15", + "at-rules", + "uri", + "q4", + "media-types", + "inheritance", + "computed-value", + "specified-value", + "cascade", + "visual-media-group", + "propdef-width", + "propdef-height", + "propdef-azimuth", + "propdef-cue", + "propdef-cue-after", + "propdef-cue-before", + "propdef-elevation", + "propdef-pause", + "propdef-pause-after", + "propdef-pause-before", + "propdef-pitch", + "propdef-pitch-range", + "propdef-play-during", + "propdef-richness", + "propdef-speak", + "propdef-speak-header", + "propdef-speak-numeral", + "propdef-speak-punctuation", + "propdef-speech-rate", + "propdef-stress", + "propdef-voice-family", + "propdef-volume", + "positioning-scheme", + "q1", + "emsq", + "tline", + "spacing-props", + "value-def-inherit", + "propdef-direction", + "propdef-unicode-bidi", + "unitsperem", + "font-specification", + "property-defs", + "propdef-font-family", + "propdef-font-style", + "propdef-font-variant", + "propdef-font-weight", + "propdef-font-stretch", + "propdef-font-size", + "propdef-font-size-adjust", + "propdef-font", + "propdef-letter-spacing", + "propdef-word-spacing", + "propdef-text-decoration", + "referencing", + "propdef-display", + "propdef-visibility", + "color-units", + "gamma-correction", + "propdef-color", + "q2", + "overflow", + "clipping", + "propdef-cursor", + "dataqual", + "descdef-font-family", + "descdef-font-style", + "descdef-font-variant", + "descdef-font-weight", + "descdef-font-stretch", + "descdef-font-size", + "descdef-unicode-range", + "descdef-units-per-em", + "descdef-panose-1", + "matching", + "descdef-stemv", + "descdef-stemh", + "descdef-slope", + "descdef-cap-height", + "descdef-x-height", + "descdef-ascent", + "descdef-descent", + "descdef-widths", + "descdef-bbox", + "descdef-baseline", + "descdef-mathline", + "descdef-src", + "conformance", + "value-def-shape", + "interactive-media-group", + "all-media-group", + "propdef-line-height", + "value-def-family-name", + "value-def-generic-family", + "value-def-absolute-size", + "value-def-relative-size", + "value-def-percentage", + "value-def-number" + ], + "https://www.w3.org/TR/1999/REC-xslt-19991116": [], + "https://www.w3.org/TR/2007/REC-xslt20-20070123/": [], + "https://www.w3.org/1999/06/REC-xml-stylesheet-19990629/": [], + "https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/": [], + "https://www.w3.org/TR/2008/REC-SMIL3-20081201/": [ + "adef-keySplines" + ], + "https://www.w3.org/TR/2001/REC-smil-animation-20010904/": [ + "AnimationFramework", + "AnimationModel", + "SpecifyingAnimationTarget", + "Timing-EvaluationOfBeginEndTimeLists", + "Unifying", + "HyperlinkSemantics", + "DurAttribute", + "EndActiveAttribute", + "MinMax", + "RestartAttribute", + "SpecifyingAnimationFunction", + "RepeatCountAttribute", + "RepeatDurAttribute", + "Restart", + "FillAttribute", + "CalcModeAttribute", + "ValuesAttribute", + "KeyTimesAttribute", + "KeySplinesAttribute", + "FromAttribute", + "ToAttribute", + "ByAttribute", + "AnimFuncValues", + "TimingAndRealWorldClockTime", + "AdditiveAnim", + "Accumulate", + "FromToByAndAdditive", + "AdditiveAttribute", + "AccumulateAttribute", + "animateElement", + "setElement", + "animateMotionElement", + "MotionCalcModeAttribute", + "MotionOriginAttribute", + "animateColorElement", + "Timing-BeginEnd-InstanceTimesLists", + "SMIL-Java-ElementTimeControl", + "DOMSupport", + "SMIL-Java-TimeEvent" + ], + "https://www.w3.org/TR/1999/REC-html401-19991224/": [], + "https://www.w3.org/TR/2002/REC-xhtml1-20020801/": [], + "https://www.w3.org/WAI/": [], + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/": [ + "ID-5CED94D7", + "dt-readonly-node", + "ID-527DCFF2", + "ID-11C98490" + ], + "https://www.ietf.org/rfc/rfc2119.txt": [], + "https://www.ietf.org/rfc/rfc3987.txt": [], + "https://www.w3.org/TR/2001/REC-MathML2-20010221/": [], + "https://www.w3.org/TR/REC-xml/": [ + "sec-notation" + ], + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/": [ + "CSS-RGBColor", + "CSS-CSSPrimitiveValue", + "CSS-CSSValue", + "CSS-CSSStyleDeclaration", + "CSS-CSSRule", + "CSS-ViewCSS", + "CSS-DocumentCSS", + "CSS-CSSValueList", + "CSS-extended" + ], + "https://www.w3.org/TR/2006/REC-xml-20060816/": [ + "NT-Name" + ], + "https://www.w3.org/TR/DOM-Level-2-Core/": [ + "ID-745549614", + "ID-17189187", + "i-Document", + "ID-536297177", + "td-live", + "ID-FF21A306", + "ID-102161490", + "ID-1728279322" + ], + "https://www.w3.org/TR/SVG/": [ + "InterfaceSVGColorProfileRule" + ], + "https://www.ietf.org/rfc/bcp/bcp47.txt": [], + "https://www.w3.org/TR/REC-DOM-Level-1/": [], + "https://www.w3.org/TR/DOM-Level-2-Events/": [ + "Events-DocumentEvent", + "Events-EventTarget", + "Events-Event", + "Events-EventListener" + ], + "https://www.w3.org/TR/1999/REC-html401-19991224/present/": [ + "h-14.2.2", + "h-14.2.3" + ], + "https://www.ietf.org/rfc/rfc2396.txt": [], + "https://www.ietf.org/rfc/rfc2046.txt": [], + "https://portal.opengeospatial.org/files/?artifact_id=20509": [], + "https://www.w3.org/TR/CSS2/": [ + "direction" + ], + "https://www.microsoft.com/typography/otspec/": [], + "https://www.microsoft.com/typography/otspec/base.htm": [], + "https://www.w3.org/TR/2006/REC-xsl11-20061205/": [ + "font-model" + ], + "https://www.unicode.org/faq/unsup_char.html": [], + "https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/": [ + "Node3-textContent" + ], + "https://webstore.iec.ch/webstore/webstore.nsf/artnum/025408": [], + "https://www.color.org/": [], + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/": [ + "Events-registration", + "Events-DocumentEvent-createEvent", + "Events-Event-initEvent", + "Events-UIEvent", + "Events-MouseEvent", + "Events-MutationEvent", + "Events-eventgroupings-keyevents", + "Events-flow", + "Events-eventgroupings-uievents", + "Events-eventgroupings-mouseevents", + "Events-eventgroupings-mutationevents" + ], + "https://www.w3.org/TR/xlink/": [], + "https://www.ietf.org/rfc/rfc3986.txt": [], + "https://www.w3.org/TR/xmlbase/": [], + "https://www.w3.org/TR/REC-xml-names/": [], + "https://www.w3.org/TR/xml-names11/": [], + "https://www.w3.org/TR/1999/REC-html401-19991224/struct/": [ + "h-12.2" + ], + "https://www.w3.org/TR/DOM-Level-2-Views/": [ + "Views-AbstractView" + ], + "https://www.w3.org/2001/sw/Activity": [], + "https://www.w3.org/TR/2004/REC-rdf-primer-20040210/": [], + "https://dublincore.org/": [], + "https://www.w3.org/TR/2003/REC-MathML2-20031021/": [], + "https://www.w3.org/2011/08/REC-SVG11-20110816-errata": [], + "https://www.w3.org/Graphics/SVG/1.1/DTD/svg11-flat-20110816.dtd": [], + "https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/": [], + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/": [], + "https://www.w3.org/TR/2011/REC-SVG11-20110816/": [], + "https://www.w3.org/TR/2000/REC-ATAG10-20000203/": [], + "https://www.w3.org/International/": [], + "https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html": [ + "sec14.39", + "sec14.41", + "sec14.3" + ], + "https://www.ietf.org/rfc/rfc1951.txt": [], + "https://www.ietf.org/rfc/rfc2616.txt": [], + "https://www.ietf.org/rfc/rfc2397.txt": [], + "https://www.w3.org/TR/2002/REC-UAAG10-20021217/": [], + "https://www.w3.org/TR/2008/REC-WCAG20-20081211/": [], + "https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/": [], + "https://www.w3.org/TR/2005/REC-charmod-20050215/": [], + "https://www.w3.org/TR/ATAG10/": [], + "https://www.cie.co.at/publ/abst/15-2004.html": [], + "https://www.w3.org/TR/CSS21/": [], + "https://www.w3.org/TR/CSS/": [], + "https://www.w3.org/TR/DOM-Level-2-Style/": [], + "https://www.ecma-international.org/publications/standards/Ecma-262.htm": [], + "https://www.color.org/ICC1v42_2006-05.pdf": [], + "https://www.color.org/icc_specs2.xalter": [], + "https://www.iso.org/iso/catalogue_detail?csnumber=40874": [], + "https://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=18902": [], + "https://www.w3.org/Graphics/JPEG/itu-t81.pdf": [], + "https://www.w3.org/TR/2003/REC-PNG-20031110/": [], + "https://www.w3.org/TR/PNG/": [], + "https://www.ietf.org/rfc/rfc2318.txt": [], + "https://www.ietf.org/rfc/rfc2397": [], + "https://www.ietf.org/rfc/rfc2616": [], + "https://www.ietf.org/rfc/rfc2732.txt": [], + "https://www.ietf.org/rfc/rfc3629.txt": [], + "https://www.ietf.org/rfc/rfc3986": [], + "https://tools.ietf.org/html/rfc3987": [], + "https://www.ietf.org/rfc/rfc4329.txt": [], + "https://www.w3.org/TR/smil-animation/": [], + "https://www.colour.org/tc8-05/Docs/colorspace/61966-2-1.pdf": [], + "https://www.color.org/chardata/rgb/srgb.xalter": [], + "https://www.unicode.org/reports/tr9/": [], + "https://www.unicode.org/versions/Unicode6.0.0/": [], + "https://www.w3.org/TR/2010/REC-xlink11-20100506/": [], + "https://www.w3.org/TR/xlink11/": [], + "https://www.w3.org/TR/xml/": [], + "https://www.w3.org/TR/2009/REC-xml-names-20091208/": [], + "https://www.w3.org/TR/xml-names/": [], + "https://www.w3.org/TR/xml-stylesheet/": [], + "https://www.w3.org/TR/xsl/": [], + "https://www.w3.org/TR/charmod/": [], + "https://www.w3.org/TR/DOM-Level-3-Core/": [], + "https://www.w3.org/TR/html4/": [], + "https://www.w3.org/TR/2010/REC-MathML3-20101021/": [], + "https://www.w3.org/TR/MathML3/": [], + "https://www.iana.org/assignments/media-types/": [], + "https://standards.iso.org/ittf/PubliclyAvailableStandards/c038615_ISO_IEC_19757-4_2006(E).zip": [], + "https://nvdl.org/": [], + "https://www.microsoft.com/typography/otspec160/": [], + "https://standards.iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009(E).zip": [], + "https://www.w3.org/TR/rdf-primer/": [], + "https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/": [], + "https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/": [], + "https://www.w3.org/TR/xmlschema-2/": [], + "https://www.w3.org/TR/2009/PR-css3-selectors-20091215/": [], + "https://www.w3.org/TR/css3-selectors/": [], + "https://www.w3.org/TR/SVG-access/": [], + "https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/": [], + "https://www.w3.org/TR/SVGCompositing/": [], + "https://www.w3.org/TR/smil/": [], + "https://www.w3.org/TR/SVG10/": [], + "https://www.w3.org/TR/UAAG10/": [], + "https://www.w3.org/TR/WCAG20/": [], + "https://www.w3.org/TR/2006/WD-Window-20060407/": [], + "https://www.w3.org/TR/Window/": [], + "https://www.w3.org/TR/xhtml1/": [], + "https://www.w3.org/TR/XHTMLplusMathMLplusSVG/": [], + "https://www.w3.org/TR/xslt/": [], + "https://www.w3.org/TR/xslt20/": [], + "https://www.ietf.org/rfc/rfc4288.txt": [], + "https://www.w3.org/2002/06/registering-mediatype.html": [], + "https://www.w3.org/TR/SVG11/": [] + } +} \ No newline at end of file diff --git a/tr/links/client-hints-infrastructure.json b/tr/links/client-hints-infrastructure.json index 2376a66bc043..2a570d4bdcaf 100644 --- a/tr/links/client-hints-infrastructure.json +++ b/tr/links/client-hints-infrastructure.json @@ -20,6 +20,7 @@ "map-set", "set-append", "list-clone", + "list-remove", "list-iterate", "byte-lowercase" ], @@ -44,15 +45,17 @@ "concept-fetch", "concept-request-request", "concept-request-client", - "concept-header", - "concept-header-name", + "subresource-request", "concept-request-header-list", "header-list-contains", "concept-header-list-append", - "subresource-request", "concept-http-redirect-fetch", + "concept-header-name", "concept-header-value" ], + "https://www.w3.org/TR/permissions-policy/": [ + "algo-should-request-be-allowed-to-use-feature" + ], "https://wicg.github.io/savedata/": [ "save-data-request-header-field" ], diff --git a/tr/links/construct-stylesheets.json b/tr/links/construct-stylesheets.json index b58333d1b7a3..00dbe84e7151 100644 --- a/tr/links/construct-stylesheets.json +++ b/tr/links/construct-stylesheets.json @@ -30,12 +30,15 @@ "shadowroot" ], "https://heycam.github.io/webidl/": [ + "idl-promise", "idl-USVString", + "idl-undefined", "idl-DOMString", "idl-boolean", "notallowederror", "idl-DOMException", - "networkerror" + "networkerror", + "idl-frozen-array" ], "https://html.spec.whatwg.org/": [ "concept-script-base-url", @@ -51,14 +54,14 @@ "parse-a-rule", "parse-a-list-of-rules" ], - "https://drafts.csswg.org/css-cascade-4/": [ + "https://drafts.csswg.org/css-cascade-5/": [ "at-ruledef-import" ], "https://fetch.spec.whatwg.org/": [ "concept-fetch-terminate", "concept-fetch-group" ], - "https://www.w3.org/TR/css-cascade-4/": [], + "https://www.w3.org/TR/css-cascade-5/": [], "https://www.w3.org/TR/css-syntax-3/": [], "https://www.w3.org/TR/cssom-1/": [], "https://tools.ietf.org/html/rfc2119": [] diff --git a/tr/links/gpuweb.json b/tr/links/gpuweb.json index f1647dcda437..1b696a07bd2d 100644 --- a/tr/links/gpuweb.json +++ b/tr/links/gpuweb.json @@ -60,6 +60,7 @@ "BufferSource", "idl-DataView", "dfn-get-buffer-source-copy", + "securityerror", "idl-long" ], "https://infra.spec.whatwg.org/": [ @@ -67,8 +68,8 @@ "list-empty", "list", "list-append", - "ordered-map", "list-contain", + "ordered-map", "stack", "stack-push", "list-size", @@ -76,6 +77,12 @@ "list-clone" ], "https://html.spec.whatwg.org/": [ + "the-image-argument-is-not-origin-clean", + "concept-canvas-origin-clean", + "cors-settings-attributes", + "the-img-element", + "media-elements", + "htmlmediaelement", "window", "dedicatedworkerglobalscope", "navigator", @@ -84,8 +91,9 @@ "serializable-objects", "cross-origin-isolated", "imagebitmap", - "dom-canvas-getcontext", "htmlcanvaselement", + "offscreencanvas", + "dom-canvas-getcontext", "update-the-rendering", "eventhandler" ], @@ -98,7 +106,13 @@ "https://drafts.csswg.org/css-values-4/": [ "number" ], + "https://gpuweb.github.io/gpuweb/wgsl/": [ + "comments", + "input-output-locations", + "interpolation" + ], "https://github.com/gpuweb/gpuweb/issues/69": [], + "https://github.com/gpuweb/gpuweb/issues/1483": [], "https://github.com/gpuweb/gpuweb/issues/21": [], "https://github.com/gpuweb/gpuweb/issues/537": [], "https://github.com/gpuweb/gpuweb/issues/652": [], diff --git a/tr/links/html.json b/tr/links/html.json index 3f066c909ee4..fc0d0cfaf10b 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -969,7 +969,24 @@ "font-family-prop", "font-weight-prop", "font-size-prop", - "font-prop" + "font-prop", + "propdef-font-kerning", + "propdef-font-stretch", + "propdef-font-variant-caps", + "valdef-font-variant-caps-small-caps", + "valdef-font-variant-caps-all-small-caps", + "valdef-font-variant-caps-petite-caps", + "valdef-font-variant-caps-all-petite-caps", + "valdef-font-variant-caps-unicase", + "valdef-font-variant-caps-titling-caps", + "valdef-font-stretch-ultra-condensed", + "valdef-font-stretch-extra-condensed", + "valdef-font-stretch-condensed", + "valdef-font-stretch-semi-condensed", + "valdef-font-stretch-semi-expanded", + "valdef-font-stretch-expanded", + "valdef-font-stretch-extra-expanded", + "valdef-font-stretch-ultra-expanded" ], "https://drafts.csswg.org/css-grid/": [ "propdef-grid-auto-columns", @@ -995,6 +1012,9 @@ "aspect-ratio" ], "https://drafts.csswg.org/css-lists/": [ + "list-item", + "propdef-counter-reset", + "propdef-counter-set", "propdef-list-style-type" ], "https://drafts.csswg.org/css-overflow/": [ @@ -1029,7 +1049,8 @@ "text-transform-property", "white-space-property", "text-align-property", - "letter-spacing-property" + "letter-spacing-property", + "propdef-word-spacing" ], "https://drafts.csswg.org/css-writing-modes/": [ "direction", @@ -1238,6 +1259,9 @@ "https://svgwg.org/svg2-draft/linking.html": [ "AElement" ], + "https://svgwg.org/svg2-draft/painting.html": [ + "TextRendering" + ], "https://drafts.fxtf.org/filter-effects/": [ "typedef-filter-value-list" ], diff --git a/tr/links/image-resource.json b/tr/links/image-resource.json index dea15c605bca..e2c08f05fdd7 100644 --- a/tr/links/image-resource.json +++ b/tr/links/image-resource.json @@ -51,15 +51,15 @@ "concept-request-destination", "concept-request-client" ], + "https://www.w3.org/TR/wai-aria/": [ + "dfn-accessible-name" + ], "https://www.w3.org/TR/appmanifest/": [ "dfn-application-manifest", "dfn-name", "dfn-short_name", "dfn-icons" ], - "https://dom.spec.whatwg.org/": [ - "context-object" - ], "https://www.w3.org/TR/SVG/": [ "elementdef-title", "elementdef-svg" diff --git a/tr/links/js-self-profiling.json b/tr/links/js-self-profiling.json index ef16ab160db2..0a5076cfa65d 100644 --- a/tr/links/js-self-profiling.json +++ b/tr/links/js-self-profiling.json @@ -60,6 +60,7 @@ "configuration-point-default-value" ], "https://datatracker.ietf.org/doc/html/rfc2119": [], - "https://datatracker.ietf.org/doc/html/rfc8174": [] + "https://datatracker.ietf.org/doc/html/rfc8174": [], + "https://www.w3.org/TR/hr-time-3/": [] } } \ No newline at end of file diff --git a/tr/links/manifest-app-info.json b/tr/links/manifest-app-info.json new file mode 100644 index 000000000000..9171dc4047ca --- /dev/null +++ b/tr/links/manifest-app-info.json @@ -0,0 +1,48 @@ +{ + "spec": { + "title": "Web App Manifest - Application Information", + "url": "https://www.w3.org/TR/manifest-app-info/" + }, + "links": { + "https://www.w3.org/TR/appmanifest/": [ + "dfn-application-manifest", + "dfn-installed-web-application", + "dfn-name", + "dfn-icons", + "dfn-applied", + "internationalization" + ], + "https://www.w3.org/TR/": [], + "https://github.com/w3c/manifest-app-info/": [], + "https://www.w3.org/2019/webapps/": [], + "https://github.com/w3c/manifest-app-info/issues/": [], + "https://www.w3.org/Consortium/Patent-Policy/": [], + "https://www.w3.org/2020/Process-20200915/": [], + "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf": [], + "https://www.w3.org/TR/accname-1.2/": [ + "dfn-accessible-description", + "dfn-accessible-name" + ], + "https://www.globalratings.com/": [], + "https://www.globalratings.com/how-iarc-works.aspx": [], + "https://www.globalratings.com/for-developers.aspx": [], + "https://www.w3.org/TR/image-resource/": [ + "dom-imageresource", + "dom-imageresource-sizes" + ], + "https://www.android.com/": [], + "https://www.google.com/chromebook/chrome-os/": [], + "https://www.apple.com/ipados/": [], + "https://www.apple.com/ios/": [], + "https://www.kaiostech.com/": [], + "https://www.apple.com/macos/": [], + "https://www.microsoft.com/en-us/windows": [], + "https://chrome.google.com/webstore": [], + "https://play.google.com/": [], + "https://itunes.apple.com/us/genre/ios/": [], + "https://www.microsoft.com/en-us/store/apps": [], + "https://datatracker.ietf.org/doc/html/bcp14": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc8174": [] + } +} \ No newline at end of file diff --git a/tr/links/media-playback-quality.json b/tr/links/media-playback-quality.json index 1b1ed8c25296..200191b0cba5 100644 --- a/tr/links/media-playback-quality.json +++ b/tr/links/media-playback-quality.json @@ -18,7 +18,7 @@ ], "https://www.w3.org/2004/01/pp-impl/115198/status": [], "https://www.w3.org/2020/Process-20200915/": [], - "https://www.w3.org/TR/hr-time-2/": [ + "https://www.w3.org/TR/hr-time-3/": [ "dfn-current-high-resolution-time", "dom-domhighrestimestamp" ], diff --git a/tr/links/notifications.json b/tr/links/notifications.json index 1c49903b7b25..aa9586888669 100644 --- a/tr/links/notifications.json +++ b/tr/links/notifications.json @@ -7,6 +7,7 @@ "https://github.com/whatwg/notifications/issues/new": [], "https://heycam.github.io/webidl/": [ "DOMTimeStamp", + "dfn-dictionary", "dfn-throw", "exceptiondef-typeerror", "Exposed", @@ -29,19 +30,11 @@ "new" ], "https://developer.mozilla.org/en-US/docs/Web/API/Notification/image": [], - "https://infra.spec.whatwg.org/": [ - "map-exists", - "list", - "list-replace", - "list-remove", - "list-append", - "list-contain", - "list-iterate" - ], "https://html.spec.whatwg.org/": [ + "environment-settings-object", "structuredserializeforstorage", - "entry-settings-object", "concept-settings-object-origin", + "api-base-url", "concept-origin", "update-the-image-data", "in-parallel", @@ -50,9 +43,10 @@ "dom-window-focus", "browsing-context", "eventhandler", - "current-global-object", "concept-relevant-global", "relevant-settings-object", + "current-settings-object", + "current-global-object", "concept-relevant-realm", "queue-a-global-task", "dom-manipulation-task-source", @@ -61,6 +55,24 @@ "event-handler-event-type", "structureddeserialize" ], + "https://w3c.github.io/ServiceWorker/": [ + "serviceworkerregistration", + "serviceworkerglobalscope", + "extendableevent", + "dictdef-extendableeventinit", + "dfn-active-worker", + "fire-functional-event" + ], + "https://infra.spec.whatwg.org/": [ + "list-empty", + "map-exists", + "list", + "list-replace", + "list-remove", + "list-append", + "list-contain", + "list-iterate" + ], "https://url.spec.whatwg.org/": [ "concept-url-parser", "concept-url-serializer" @@ -84,14 +96,6 @@ "concept-event-listener" ], "https://developer.mozilla.org/en-US/docs/Web/API/Notification/Notification": [], - "https://w3c.github.io/ServiceWorker/": [ - "serviceworkerglobalscope", - "serviceworkerregistration", - "extendableevent", - "dictdef-extendableeventinit", - "dfn-active-worker", - "fire-functional-event" - ], "https://developer.mozilla.org/en-US/docs/Web/API/Notification/permission": [], "https://robert.ocallahan.org/2011/06/permissions-for-web-applications_30.html": [], "https://developer.mozilla.org/en-US/docs/Web/API/Notification/onclick": [], @@ -127,7 +131,7 @@ "https://www.google.com/": [], "https://creativecommons.org/licenses/by/4.0/": [], "https://opensource.org/licenses/BSD-3-Clause": [], - "https://www.unicode.org/reports/tr9/tr9-42.html": [], - "https://datatracker.ietf.org/doc/html/rfc5646": [] + "https://datatracker.ietf.org/doc/html/rfc5646": [], + "https://www.unicode.org/reports/tr9/tr9-42.html": [] } } \ No newline at end of file diff --git a/tr/links/payment-handler.json b/tr/links/payment-handler.json index ec77d48c0458..8140475eeed3 100644 --- a/tr/links/payment-handler.json +++ b/tr/links/payment-handler.json @@ -8,18 +8,18 @@ "https://github.com/w3c/payment-handler/issues": [], "https://www.w3.org/Payments/WG/": [], "https://github.com/w3c/payment-handler/issues/": [], - "https://www.w3.org/Consortium/Patent-Policy/": [ + "https://www.w3.org/Consortium/Patent-Policy-20170801/": [ "def-essential", "sec-Disclosure" ], "https://www.w3.org/2004/01/pp-impl/83744/status": [], - "https://www.w3.org/2019/Process-20190301/": [], + "https://www.w3.org/2020/Process-20200915/": [], "https://www.w3.org/TR/service-workers-1/": [ "service-worker-concept", - "service-worker-registration-concept", "service-worker-global-scope", - "extendableevent", + "extendableevent-interface", "dictdef-extendableeventinit", + "service-worker-registration-concept", "fire-functional-event-algorithm", "dfn-extend-lifetime-promises", "client-visibilitystate-attribute", @@ -41,26 +41,35 @@ "dom-paymentrequest", "paymentcurrencyamount-dictionary", "paymentdetailsmodifier-dictionary", + "dom-paymentshippingoption", + "dom-addresserrors", + "dom-addressinit", "id-attribute", "paymentdetailsinit-dictionary", "dom-paymentoptions", + "dom-paymentdetailsbase-shippingoptions", + "paymentdetailsbase-dictionary", "dom-paymentmethoddata-supportedmethods", "show-method", "dfn-json-serialize", "payment-method-changed-algorithm", "dom-paymentmethodchangeevent", "updatewith-method", + "paymentrequest-updated-algorithm", + "dom-paymentrequestupdateevent", + "dom-paymentoptions-requestshipping", + "dom-paymentoptions-requestpayername", + "dom-paymentoptions-requestpayeremail", + "dom-paymentoptions-requestpayerphone", "user-accepts-the-payment-request-algorithm", "dom-paymentresponse", "dom-paymentresponse-methodname", - "dom-paymentresponse-details" - ], - "https://dom.spec.whatwg.org/": [ - "firing-events", - "dom-event-istrusted", - "dispatch-flag", - "stop-propagation-flag", - "stop-immediate-propagation-flag" + "dom-paymentresponse-details", + "dom-paymentresponse-shippingaddress", + "dom-paymentresponse-shippingoption", + "dom-paymentresponse-payername", + "dom-paymentresponse-payeremail", + "dom-paymentresponse-payerphone" ], "https://html.spec.whatwg.org/": [ "user-interaction-task-source", @@ -68,68 +77,70 @@ "workerglobalscope", "the-link-element", "unordered-set-of-unique-space-separated-tokens", - "ascii-case-insensitive", "attr-link-sizes", - "context-object", "relevant-settings-object", "api-base-url", - "concept-url-scheme", "eventhandler", "event-handlers", "event-handler-event-type", "ascii-serialisation-of-an-origin", - "structured-clone", - "triggered-by-user-activation", + "concept-origin", "top-level-browsing-context", "navigate", "structuredserialize", "structureddeserialize", "queue-a-microtask", - "global-object", - "concept-events-trusted" + "concept-relevant-global" ], "https://www.w3.org/TR/payment-method-basic-card/": [ "method-id", "dom-basiccardrequest-supportednetworks", "dom-basiccardrequest-supportedtypes" ], + "https://www.w3.org/TR/WebCryptoAPI/": [], "https://heycam.github.io/webidl/": [ "SameObject", "SecureContext", "Exposed", "idl-DOMString", "idl-promise", + "idl-undefined", + "idl-sequence", "idl-boolean", "idl-any", - "idl-sequence", - "idl-void", + "a-new-promise", "invalidstateerror", + "idl-DOMException", "notallowederror", + "exceptiondef-typeerror", "idl-object", "idl-USVString", + "this", "idl-frozen-array", - "dfn-DOMException", "operationerror", - "dfn-throw", - "dfn-convert-idl-to-ecmascript-value" - ], - "https://tc39.es/ecma262/": [ - "sec-promise-objects", - "sec-native-error-types-used-in-this-standard-typeerror", - "sec-object-internal-methods-and-internal-slots", - "sec-json.stringify" + "upon-rejection", + "upon-fulfillment", + "dfn-convert-ecmascript-to-idl-value" ], "https://www.w3.org/TR/appmanifest/": [ "fetching-image-resources" ], "https://www.w3.org/TR/payment-method-id/": [ - "payment-method-identifiers-(pmis)", - "standardized-payment-method-identifiers", - "url-based-payment-method-identifiers" + "dfn-pmi", + "dfn-standardized-payment-method-identifier", + "dfn-url-based-payment-method-identifier" + ], + "https://infra.spec.whatwg.org/": [ + "ascii-case-insensitive" ], "https://mimesniff.spec.whatwg.org/": [ "valid-mime-type" ], + "https://url.spec.whatwg.org/": [ + "concept-url-scheme", + "concept-url-origin", + "concept-url-parser" + ], "https://www.w3.org/TR/payment-method-manifest/": [ "ingest-payment-method-manifests", "parsed-payment-method-manifest", @@ -139,18 +150,18 @@ "https://github.com/w3c/payment-handler/issues/117": [], "https://github.com/w3c/payment-handler/issues/123": [], "https://github.com/w3c/payment-handler/issues/115": [], - "https://url.spec.whatwg.org/": [ - "concept-url-parser" + "https://dom.spec.whatwg.org/": [ + "dom-event-istrusted", + "dispatch-flag", + "stop-propagation-flag", + "stop-immediate-propagation-flag" ], - "https://github.com/w3c/payment-handler/issues/128": [], - "https://www.w3.org/2001/tag/doc/promises-guide": [ - "upon-rejection", - "upon-fulfillment" + "https://tc39.es/ecma262/": [ + "sec-object-internal-methods-and-internal-slots", + "sec-json.stringify" ], - "https://tools.ietf.org/html/bcp14": [], - "https://tools.ietf.org/html/rfc2119": [], - "https://tools.ietf.org/html/rfc6454": [], - "https://tools.ietf.org/html/rfc8174": [], - "https://www.w3.org/TR/WebCryptoAPI/": [] + "https://datatracker.ietf.org/doc/html/bcp14": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc8174": [] } } \ No newline at end of file diff --git a/tr/links/tc39-import-assertions.json b/tr/links/tc39-import-assertions.json index b6974c801f1a..ef986aff15ad 100644 --- a/tr/links/tc39-import-assertions.json +++ b/tr/links/tc39-import-assertions.json @@ -26,9 +26,9 @@ "sec-tostring", "sec-ifabruptrejectpromise", "sec-list-and-record-specification-type", - "sec-get-o-p", "sec-ecmascript-data-types-and-values", "sec-call", + "sec-get-o-p", "sec-enumerableownpropertynames", "sec-abstract-module-records", "script-record", diff --git a/tr/links/tracking-dnt.json b/tr/links/tracking-dnt.json new file mode 100644 index 000000000000..66df1cfd03a9 --- /dev/null +++ b/tr/links/tracking-dnt.json @@ -0,0 +1,73 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "links": { + "https://www.w3.org/TR/": [], + "https://www.w3.org/2011/tracking-protection/": [], + "https://github.com/w3c/dnt/issues": [], + "https://lists.w3.org/Archives/Public/public-tracking/": [], + "https://www.w3.org/Consortium/Patent-Policy/": [], + "https://www.w3.org/2018/Process-20180201/": [], + "https://tools.ietf.org/html/rfc7230": [ + "section-2.1", + "section-2.3", + "section-2.7", + "section-3.2", + "section-5.1" + ], + "https://tools.ietf.org/html/rfc7231": [ + "section-2", + "section-3" + ], + "https://www.w3.org/TR/html5/": [ + "active-document", + "dom-document-domain", + "responsible-document", + "browsing-context", + "top-level-browsing-context", + "relaxing-the-same-origin-restriction" + ], + "https://html.spec.whatwg.org/": [ + "nested-browsing-contexts" + ], + "https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/": [ + "dfn-throw", + "idl-DOMException", + "idl-exceptions" + ], + "https://tc39.github.io/ecma262/": [ + "sec-promise-objects" + ], + "https://www.w3.org/2001/tag/doc/promises-guide": [ + "promise-calling", + "resolve-promise", + "reject-promise", + "upon-fulfillment", + "upon-rejection" + ], + "https://www.w3.org/TR/html51/": [ + "the-navigator-object" + ], + "https://heycam.github.io/webidl/": [ + "idl-DOMString", + "idl-promise", + "idl-sequence", + "idl-long", + "idl-boolean" + ], + "https://tools.ietf.org/html/rfc2119": [], + "https://tools.ietf.org/html/rfc3986": [], + "https://tools.ietf.org/html/rfc5234": [], + "https://tools.ietf.org/html/rfc6265": [], + "https://tools.ietf.org/html/rfc7234": [], + "https://tools.ietf.org/html/rfc8259": [], + "https://www.knowprivacy.org/report/KnowPrivacy_Final_Report.pdf": [], + "https://github.com/lloyd/orderly": [], + "https://tools.ietf.org/html/rfc3864": [], + "https://tools.ietf.org/html/rfc5785": [], + "https://tools.ietf.org/html/rfc6570": [], + "https://www.w3.org/TR/tracking-compliance/": [] + } +} \ No newline at end of file diff --git a/tr/links/web-bluetooth.json b/tr/links/web-bluetooth.json index 624bf7f3877b..6c0a75a60eb9 100644 --- a/tr/links/web-bluetooth.json +++ b/tr/links/web-bluetooth.json @@ -19,13 +19,9 @@ "sec-native-error-types-used-in-this-standard-typeerror", "sec-object-internal-methods-and-internal-slots", "sec-code-realms", - "sec-ordinary-object-internal-methods-and-internal-slots-ownpropertykeys", "sec-array-objects", "sec-set-objects", "sec-array.prototype.map", - "sec-canonicalnumericindexstring", - "sec-isinteger", - "sec-createdataproperty", "current-realm", "sec-arraybuffer-constructor", "sec-typedarray-constructors" @@ -63,10 +59,10 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth": [], "https://heycam.github.io/webidl/": [ "BufferSource", + "EnforceRange", + "idl-unsigned-short", "idl-sequence", "idl-DOMString", - "idl-object", - "idl-unsigned-short", "idl-boolean", "Exposed", "SecureContext", @@ -78,7 +74,7 @@ "reject", "notfounderror", "securityerror", - "dfn-convert-ecmascript-to-idl-value", + "this", "dfn-convert-idl-to-ecmascript-value", "idl-DOMException", "idl-frozen-array", @@ -96,12 +92,10 @@ "networkerror", "upon-fulfillment", "dfn-perform-steps-once-promise-is-settled", - "invalidmodificationerror", - "EnforceRange" + "invalidmodificationerror" ], "https://dom.spec.whatwg.org/": [ "eventtarget", - "context-object", "concept-event-fire", "event", "dictdef-eventinit", diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index c04143b8623d..5662dc782e18 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "links": { "https://www.w3.org/TR/": [], @@ -56,7 +56,7 @@ "this", "ArrayBufferView" ], - "https://webaudio.github.io/web-audio-api/": [ + "https://www.w3.org/TR/webaudio/": [ "audiobuffer" ], "https://github.com/w3c/webcodecs/issues/138": [], @@ -77,7 +77,6 @@ "widl-RTCPeerConnection-getStats-Promise-RTCStatsReport--MediaStreamTrack-selector" ], "https://www.w3.org/TR/media-capabilities/": [], - "https://www.w3.org/TR/webaudio/": [], "https://datatracker.ietf.org/doc/html/rfc6381": [], "https://www.w3.org/TR/webcodecs-codec-registry/": [] } diff --git a/tr/links/webrtc-encoded-transform.json b/tr/links/webrtc-encoded-transform.json index f6632e0861cf..447d7e2fd370 100644 --- a/tr/links/webrtc-encoded-transform.json +++ b/tr/links/webrtc-encoded-transform.json @@ -39,10 +39,7 @@ "transformstream-set-up-transformalgorithm" ], "https://heycam.github.io/webidl/": [ - "idl-boolean", "this", - "invalidaccesserror", - "idl-DOMException", "a-promise-resolved-with", "EnforceRange", "idl-unsigned-long-long", diff --git a/tr/links/webtransport.json b/tr/links/webtransport.json index 203b6793295e..9bb894631a70 100644 --- a/tr/links/webtransport.json +++ b/tr/links/webtransport.json @@ -12,6 +12,8 @@ "event-handlers", "event-handler-event-type", "in-parallel", + "queue-a-global-task", + "concept-relevant-global", "relevant-settings-object", "feedback-from-the-protocol" ], @@ -25,6 +27,7 @@ "idl-unsigned-short", "this", "idl-Uint8Array", + "a-promise-resolved-with", "a-promise-rejected-with", "exceptiondef-typeerror", "Exposed", @@ -51,10 +54,19 @@ "readablestream", "writablestream", "readablestream-enqueue", - "default-writer-ready" + "default-writer-ready", + "readablestream-set-up", + "readablestream-set-up-pullalgorithm", + "readablestream-set-up-highwatermark", + "writablestream-set-up", + "writablestream-set-up-writealgorithm" ], "https://infra.spec.whatwg.org/": [ - "implementation-defined" + "queue-dequeue", + "implementation-defined", + "pair", + "queue-enqueue", + "iteration-break" ], "https://fetch.spec.whatwg.org/": [ "concept-connection", diff --git a/tr/perissue.html b/tr/perissue.html index e429449a3f78..0adb1c77dcda 100644 --- a/tr/perissue.html +++ b/tr/perissue.html @@ -20,7 +20,7 @@

      Reffy crawl report (per issue)

      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.

      -

      387 specifications were crawled in this report.

      +

      390 specifications were crawled in this report.

      Specifications without normative dependencies

      @@ -128,6 +127,7 @@

      Specifications that use WebIDL but do not reference the WebIDL spec

    • Page Visibility Level 2
    • Private Network Access
    • Referrer Policy
    • +
    • Scalable Vector Graphics (SVG) 1.1 (Second Edition)
    • Secure Contexts
    • Subresource Integrity
    • SVG Animations
    • @@ -176,23 +176,22 @@

      Specifications that use WebIDL but do not reference the WebIDL spec

    • WebRTC Priority Control API
    • WebXR Augmented Reality Module - Level 1
    -

    => 57 specifications found

    +

    => 58 specifications found

    List of [Exposed] names not defined in the specifications crawled

    -

    => 3 [Exposed] names found

    +

    => 2 [Exposed] names found

    Please keep in mind that Reffy only knows about IDL terms defined in the specifications that were crawled and that do not have invalid IDL content.

    List of WebIDL names not defined in the specifications crawled

    => 23 WebIDL names found

    Some of them may be type errors in specs (e.g. "int" does not exist, "Array" cannot be used on its own, etc.) Also, please keep in mind that Reffy only knows about IDL terms defined in the specifications that were crawled and that do not have invalid IDL content.

    @@ -1006,6 +1005,22 @@

    No definition for IDL properties

  • createTouch(view, target, identifier, pageX, pageY, screenX, screenY) with type method
  • createTouchList(...touches) with type method
  • +
  • Tracking Preference Expression (DNT): +
      +
    • TrackingExData with type dictionary, but found TrackingExData with type dfn
    • +
    • site with type dict-member, but found site with type dfn for trackingexdata
    • +
    • targets with type dict-member, but found targets with type dfn for trackingexdata
    • +
    • name with type dict-member, but found name with type dfn for trackingexdata
    • +
    • explanation with type dict-member, but found explanation with type dfn for trackingexdata
    • +
    • details with type dict-member, but found details with type dfn for trackingexdata
    • +
    • maxAge with type dict-member, but found maxAge with type dfn for trackingexdata
    • +
    • TrackingExResult with type dictionary, but found TrackingExResult with type dfn
    • +
    • isSiteWide with type dict-member, but found isSiteWide with type dfn for trackingexresult
    • +
    • doNotTrack with type attribute
    • +
    • storeTrackingException(properties) with type method
    • +
    • removeTrackingException(properties) with type method
    • +
    • trackingExceptionExists(properties) with type method
    • +
  • User Timing Level 2:
    • PerformanceMark with type interface, but found PerformanceMark with type dfn
    • @@ -1444,7 +1459,7 @@

      No definition for IDL properties

    • multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(mode, countsList, countsOffset, type, offsetsList, offsetsOffset, instanceCountsList, instanceCountsOffset, baseVerticesList, baseVerticesOffset, baseInstancesList, baseInstancesOffset, drawCount) with type method
  • -

    => 730 properties without definition found in 61 specifications

    +

    => 743 properties without definition found in 62 specifications

    Possibly no definition for CSS properties

    @@ -1527,17 +1542,6 @@

    Possibly no definition for IDL properties

  • namedItem(name) with type method for Plugin, but found namedItem() with type method for Plugin
  • getElementsByName(elementName) with type method, but found getElementsByName(name) with type method for Document
  • -
  • Payment Handler API: -
  • Performance Timeline Level 2:
  • -

    => 81 properties without definition found in 6 specifications

    +

    => 73 properties without definition found in 5 specifications

    @@ -2667,8 +2691,8 @@

    Reference URL is inconsistent with URL used in document links

  • Compositing and Blending Level 2 links to:
  • Contact Picker API links to https://w3c.github.io/FileAPI/ but related reference "FileAPI" uses URL https://www.w3.org/TR/FileAPI/
  • @@ -3032,6 +3056,23 @@

    Reference URL is inconsistent with URL used in document links

  • https://w3c.github.io/webappsec-mixed-content/ but related reference "MIXED-CONTENT" uses URL https://www.w3.org/TR/mixed-content/
  • Resource Timing Level 2 links to https://w3c.github.io/performance-timeline/ but related reference "PERFORMANCE-TIMELINE-2" uses URL https://www.w3.org/TR/performance-timeline-2/
  • +
  • Scalable Vector Graphics (SVG) 1.1 (Second Edition) links to: +
  • Scalable Vector Graphics (SVG) 2 links to:
  • The Storage Access API links to https://w3c.github.io/permissions/ but related reference "PERMISSIONS" uses URL https://www.w3.org/TR/permissions/
  • +
  • Tracking Preference Expression (DNT) links to: +
  • Trusted Types links to:
  • -
  • WebCodecs links to https://w3c.github.io/media-capabilities/ but related reference "MEDIA-CAPABILITIES" uses URL https://www.w3.org/TR/media-capabilities/
  • +
  • WebCodecs links to https://w3c.github.io/media-capabilities/ but related reference "MEDIA-CAPABILITIES" uses URL https://www.w3.org/TR/media-capabilities/
  • WebDriver links to: -

    => 318 inconsistent references for links found in 170 specifications

    +

    => 334 inconsistent references for links found in 172 specifications

    Links in the body of a specification should be to the same document as that pointed to by the related reference in the References section. The specifications reported here use a different URL. For instance, they may use a link to the Editor's Draft but target the latest published version in the References section. There should be some consistency across the specification.

  • \ No newline at end of file diff --git a/tr/perissue.md b/tr/perissue.md index 6ef06227d156..c8a3ac45af76 100644 --- a/tr/perissue.md +++ b/tr/perissue.md @@ -1,8 +1,8 @@ % Reffy crawl % Reffy -% April 26, 2021 +% May 03, 2021 -387 specifications were crawled in this report. +390 specifications were crawled in this report. ## Specifications without normative dependencies @@ -83,16 +83,15 @@ Basically all specifications have normative dependencies on some other specifica ## List of specifications with invalid WebIDL content - [CSS Font Loading Module Level 3](https://www.w3.org/TR/css-font-loading-3/) -- [CSS Layout API Level 1](https://www.w3.org/TR/css-layout-api-1/) - [CSS Masking Module Level 1](https://www.w3.org/TR/css-masking-1/) - [CSS Object Model (CSSOM)](https://www.w3.org/TR/cssom-1/) - [CSS Regions Module Level 1](https://www.w3.org/TR/css-regions-1/) - [CSSOM View Module](https://www.w3.org/TR/cssom-view-1/) -- [Resize Observer](https://www.w3.org/TR/resize-observer-1/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) - [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/) - [WebIDL Level 1](https://www.w3.org/TR/WebIDL-1/) -=> 9 specifications found +=> 8 specifications found WebIDL continues to evolve. Reffy may incorrectly report as invalid perfectly valid WebIDL content if the specification uses bleeding-edge WebIDL features @@ -115,6 +114,7 @@ WebIDL continues to evolve. Reffy may incorrectly report as invalid perfectly va - [Page Visibility Level 2](https://www.w3.org/TR/page-visibility-2/) - [Private Network Access](https://wicg.github.io/private-network-access/) - [Referrer Policy](https://www.w3.org/TR/referrer-policy/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) - [Secure Contexts](https://www.w3.org/TR/secure-contexts/) - [Subresource Integrity](https://www.w3.org/TR/SRI/) - [SVG Animations](https://svgwg.org/specs/animations/) @@ -163,17 +163,16 @@ WebIDL continues to evolve. Reffy may incorrectly report as invalid perfectly va - [WebRTC Priority Control API](https://www.w3.org/TR/webrtc-priority/) - [WebXR Augmented Reality Module - Level 1](https://www.w3.org/TR/webxr-ar-module-1/) -=> 57 specifications found +=> 58 specifications found ## List of [Exposed] names not defined in the specifications crawled -- `LayoutWorklet` used in [CSS Typed OM Level 1](https://www.w3.org/TR/css-typed-om-1/) - `RTCIdentityProviderGlobalScope` used in [Identity for WebRTC 1.0](https://www.w3.org/TR/webrtc-identity/) - `SecureContext` used in [Contact Picker API](https://wicg.github.io/contact-api/spec/) -=> 3 [Exposed] names found +=> 2 [Exposed] names found Please keep in mind that Reffy only knows about IDL terms defined in the specifications that were crawled **and** that do not have invalid IDL content. @@ -181,7 +180,7 @@ Please keep in mind that Reffy only knows about IDL terms defined in the specifi ## List of WebIDL names not defined in the specifications crawled - `AlgorithmIdentifier` used in [WebRTC 1.0: Real-Time Communication Between Browsers](https://www.w3.org/TR/webrtc/) -- `CSS` used in [CSS Animation Worklet API](https://www.w3.org/TR/css-animation-worklet-1/), [CSS Conditional Rules Module Level 3](https://www.w3.org/TR/css-conditional-3/), [CSS Custom Highlight API Module Level 1](https://www.w3.org/TR/css-highlight-api-1/), [CSS Image Values and Replaced Content Module Level 4](https://www.w3.org/TR/css-images-4/), [CSS Painting API Level 1](https://www.w3.org/TR/css-paint-api-1/), [CSS Parser API](https://wicg.github.io/css-parser-api/), [CSS Properties and Values API Level 1](https://www.w3.org/TR/css-properties-values-api-1/), [CSS Typed OM Level 1](https://www.w3.org/TR/css-typed-om-1/) +- `CSS` used in [CSS Animation Worklet API](https://www.w3.org/TR/css-animation-worklet-1/), [CSS Conditional Rules Module Level 3](https://www.w3.org/TR/css-conditional-3/), [CSS Custom Highlight API Module Level 1](https://www.w3.org/TR/css-highlight-api-1/), [CSS Image Values and Replaced Content Module Level 4](https://www.w3.org/TR/css-images-4/), [CSS Layout API Level 1](https://www.w3.org/TR/css-layout-api-1/), [CSS Painting API Level 1](https://www.w3.org/TR/css-paint-api-1/), [CSS Parser API](https://wicg.github.io/css-parser-api/), [CSS Properties and Values API Level 1](https://www.w3.org/TR/css-properties-values-api-1/), [CSS Typed OM Level 1](https://www.w3.org/TR/css-typed-om-1/) - `CSSGroupingRule` used in [CSS Conditional Rules Module Level 3](https://www.w3.org/TR/css-conditional-3/) - `CSSKeywordish` used in [Scroll-linked Animations](https://drafts.csswg.org/scroll-animations-1/) - `CSSOMString` used in [CSS Animations Level 1](https://www.w3.org/TR/css-animations-1/), [CSS Animations Level 2](https://drafts.csswg.org/css-animations-2/), [CSS Conditional Rules Module Level 3](https://www.w3.org/TR/css-conditional-3/), [CSS Counter Styles Level 3](https://www.w3.org/TR/css-counter-styles-3/), [CSS Custom Highlight API Module Level 1](https://www.w3.org/TR/css-highlight-api-1/), [CSS Fonts Module Level 4](https://www.w3.org/TR/css-fonts-4/), [CSS Nesting Module](https://drafts.csswg.org/css-nesting-1/), [CSS Properties and Values API Level 1](https://www.w3.org/TR/css-properties-values-api-1/), [CSS Pseudo-Elements Module Level 4](https://www.w3.org/TR/css-pseudo-4/), [CSS Transitions](https://www.w3.org/TR/css-transitions-1/), [CSS Transitions Level 2](https://drafts.csswg.org/css-transitions-2/), [Scroll-linked Animations](https://drafts.csswg.org/scroll-animations-1/) @@ -202,7 +201,7 @@ Please keep in mind that Reffy only knows about IDL terms defined in the specifi - `WebAppManifest` used in [Web Share Target API](https://w3c.github.io/web-share-target/) - `WindowProxy` used in [HTML Standard](https://html.spec.whatwg.org/multipage/), [Portals](https://wicg.github.io/portals/), [SVG Animations](https://svgwg.org/specs/animations/), [Touch Events](https://www.w3.org/TR/touch-events/) - `bigint` used in [WebRTC Encoded Transform](https://w3c.github.io/webrtc-encoded-transform/) -- `void` used in [Constructable Stylesheet Objects](https://wicg.github.io/construct-stylesheets/), [Cooperative Scheduling of Background Tasks](https://www.w3.org/TR/requestidlecallback/), [Credential Management Level 1](https://www.w3.org/TR/credential-management-1/), [CSS Animation Worklet API](https://www.w3.org/TR/css-animation-worklet-1/), [CSS Animations Level 1](https://www.w3.org/TR/css-animations-1/), [CSS Painting API Level 1](https://www.w3.org/TR/css-paint-api-1/), [CSS Spatial Navigation Level 1](https://www.w3.org/TR/css-nav-1/), [CSS Typed OM Level 1](https://www.w3.org/TR/css-typed-om-1/), [DOM Parsing and Serialization](https://www.w3.org/TR/DOM-Parsing/), [Encrypted Media Extensions](https://www.w3.org/TR/encrypted-media/), [Filter Effects Module Level 1](https://www.w3.org/TR/filter-effects-1/), [Generic Sensor API](https://www.w3.org/TR/generic-sensor/), [Geolocation API Specification 2nd Edition](https://www.w3.org/TR/geolocation-API/), [Identity for WebRTC 1.0](https://www.w3.org/TR/webrtc-identity/), [Media Session Standard](https://www.w3.org/TR/mediasession/), [Media Source Extensionsā„¢](https://www.w3.org/TR/media-source/), [Orientation Sensor](https://www.w3.org/TR/orientation-sensor/), [Payment Handler API](https://www.w3.org/TR/payment-handler/), [Performance Timeline Level 2](https://www.w3.org/TR/performance-timeline-2/), [Pointer Lock 2.0](https://www.w3.org/TR/pointerlock-2/), [Remote Playback API](https://www.w3.org/TR/remote-playback/), [Reporting API](https://www.w3.org/TR/reporting-1/), [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/), [Service Workers 1](https://www.w3.org/TR/service-workers-1/), [User Timing Level 2](https://www.w3.org/TR/user-timing-2/), [Web Animations](https://www.w3.org/TR/web-animations-1/), [Web MIDI API](https://www.w3.org/TR/webmidi/), [WebAssembly JavaScript Interface](https://www.w3.org/TR/wasm-js-api-1/), [WebXR Device API](https://www.w3.org/TR/webxr/) +- `void` used in [Cooperative Scheduling of Background Tasks](https://www.w3.org/TR/requestidlecallback/), [Credential Management Level 1](https://www.w3.org/TR/credential-management-1/), [CSS Animation Worklet API](https://www.w3.org/TR/css-animation-worklet-1/), [CSS Animations Level 1](https://www.w3.org/TR/css-animations-1/), [CSS Layout API Level 1](https://www.w3.org/TR/css-layout-api-1/), [CSS Painting API Level 1](https://www.w3.org/TR/css-paint-api-1/), [CSS Spatial Navigation Level 1](https://www.w3.org/TR/css-nav-1/), [CSS Typed OM Level 1](https://www.w3.org/TR/css-typed-om-1/), [DOM Parsing and Serialization](https://www.w3.org/TR/DOM-Parsing/), [Encrypted Media Extensions](https://www.w3.org/TR/encrypted-media/), [Filter Effects Module Level 1](https://www.w3.org/TR/filter-effects-1/), [Generic Sensor API](https://www.w3.org/TR/generic-sensor/), [Geolocation API Specification 2nd Edition](https://www.w3.org/TR/geolocation-API/), [Identity for WebRTC 1.0](https://www.w3.org/TR/webrtc-identity/), [Media Session Standard](https://www.w3.org/TR/mediasession/), [Media Source Extensionsā„¢](https://www.w3.org/TR/media-source/), [Orientation Sensor](https://www.w3.org/TR/orientation-sensor/), [Performance Timeline Level 2](https://www.w3.org/TR/performance-timeline-2/), [Pointer Lock 2.0](https://www.w3.org/TR/pointerlock-2/), [Remote Playback API](https://www.w3.org/TR/remote-playback/), [Reporting API](https://www.w3.org/TR/reporting-1/), [Resize Observer](https://www.w3.org/TR/resize-observer-1/), [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/), [Service Workers 1](https://www.w3.org/TR/service-workers-1/), [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/), [User Timing Level 2](https://www.w3.org/TR/user-timing-2/), [Web Animations](https://www.w3.org/TR/web-animations-1/), [Web MIDI API](https://www.w3.org/TR/webmidi/), [WebAssembly JavaScript Interface](https://www.w3.org/TR/wasm-js-api-1/), [WebXR Device API](https://www.w3.org/TR/webxr/) => 23 WebIDL names found @@ -924,6 +923,20 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * `shiftKey` with type `attribute` * `createTouch(view, target, identifier, pageX, pageY, screenX, screenY)` with type `method` * `createTouchList(...touches)` with type `method` +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/): + * `TrackingExData` with type `dictionary`, but found [`TrackingExData`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata) with type `dfn` + * `site` with type `dict-member`, but found [`site`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-site) with type `dfn` for `trackingexdata` + * `targets` with type `dict-member`, but found [`targets`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-targets) with type `dfn` for `trackingexdata` + * `name` with type `dict-member`, but found [`name`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-name) with type `dfn` for `trackingexdata` + * `explanation` with type `dict-member`, but found [`explanation`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-explanation) with type `dfn` for `trackingexdata` + * `details` with type `dict-member`, but found [`details`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-details) with type `dfn` for `trackingexdata` + * `maxAge` with type `dict-member`, but found [`maxAge`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-maxage) with type `dfn` for `trackingexdata` + * `TrackingExResult` with type `dictionary`, but found [`TrackingExResult`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult) with type `dfn` + * `isSiteWide` with type `dict-member`, but found [`isSiteWide`](https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult-issitewide) with type `dfn` for `trackingexresult` + * `doNotTrack` with type `attribute` + * `storeTrackingException(properties)` with type `method` + * `removeTrackingException(properties)` with type `method` + * `trackingExceptionExists(properties)` with type `method` - [User Timing Level 2](https://www.w3.org/TR/user-timing-2/): * `PerformanceMark` with type `interface`, but found [`PerformanceMark`](https://www.w3.org/TR/user-timing-2/#dom-performancemark) with type `dfn` * `PerformanceMeasure` with type `interface`, but found [`PerformanceMeasure`](https://www.w3.org/TR/user-timing-2/#dom-performancemeasure) with type `dfn` @@ -1272,7 +1285,7 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * `multiDrawArraysInstancedBaseInstanceWEBGL(mode, firstsList, firstsOffset, countsList, countsOffset, instanceCountsList, instanceCountsOffset, baseInstancesList, baseInstancesOffset, drawCount)` with type `method` * `multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(mode, countsList, countsOffset, type, offsetsList, offsetsOffset, instanceCountsList, instanceCountsOffset, baseVerticesList, baseVerticesOffset, baseInstancesList, baseInstancesOffset, drawCount)` with type `method` -=> 730 properties without definition found in 61 specifications +=> 743 properties without definition found in 62 specifications ## Possibly no definition for CSS properties @@ -1351,15 +1364,6 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * `item(index)` with type `method` for [`Plugin`](https://html.spec.whatwg.org/multipage/obsolete.html#dom-plugin), but found [`item()`](https://html.spec.whatwg.org/multipage/obsolete.html#dom-plugin-item) with type `method` for `Plugin` * `namedItem(name)` with type `method` for [`Plugin`](https://html.spec.whatwg.org/multipage/obsolete.html#dom-plugin), but found [`namedItem()`](https://html.spec.whatwg.org/multipage/obsolete.html#dom-plugin-nameditem) with type `method` for `Plugin` * `getElementsByName(elementName)` with type `method`, but found [`getElementsByName(name)`](https://html.spec.whatwg.org/multipage/dom.html#dom-document-getelementsbyname) with type `method` for `Document` -- [Payment Handler API](https://www.w3.org/TR/payment-handler/): - * `delete(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.delete()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-delete) with type `method` for `PaymentInstruments` - * `get(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.get()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-get) with type `method` for `PaymentInstruments` - * `has(instrumentKey)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.has()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-has) with type `method` for `PaymentInstruments` - * `set(instrumentKey, details)` with type `method` for [`PaymentInstruments`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments), but found [`PaymentInstruments.set()`](https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-set) with type `method` for `PaymentInstruments` - * `constructor(type, eventInitDict)` with type `constructor` for [`CanMakePaymentEvent`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent), but found [`CanMakePaymentEvent.constructor()`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-constructor) with type `constructor` for `CanMakePaymentEvent` - * `respondWith(canMakePaymentResponse)` with type `method` for [`CanMakePaymentEvent`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent), but found [`CanMakePaymentEvent.respondWith()`](https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-respondwith) with type `method` for `CanMakePaymentEvent` - * `constructor(type, eventInitDict)` with type `constructor` for [`PaymentRequestEvent`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent), but found [`PaymentRequestEvent.constructor()`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-constructor) with type `constructor` for `PaymentRequestEvent` - * `openWindow(url)` with type `method` for [`PaymentRequestEvent`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent), but found [`PaymentRequestEvent.openWindow()`](https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-openwindow) with type `method` for `PaymentRequestEvent` - [Performance Timeline Level 2](https://www.w3.org/TR/performance-timeline-2/): * `constructor(callback)` with type `constructor` for [`PerformanceObserver`](https://www.w3.org/TR/performance-timeline-2/#dom-performanceobserver), but found [`PerformanceObserver.constructor()`](https://www.w3.org/TR/performance-timeline-2/#dom-performanceobserver-constructor) with type `constructor` for `PerformanceObserver` * `observe(options)` with type `method` for [`PerformanceObserver`](https://www.w3.org/TR/performance-timeline-2/#dom-performanceobserver), but found [`PerformanceObserver.observe()`](https://www.w3.org/TR/performance-timeline-2/#dom-performanceobserver-observe) with type `method` for `PerformanceObserver` @@ -1371,7 +1375,7 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * `setStreams(...streams)` with type `method` for [`RTCRtpSender`](https://www.w3.org/TR/webrtc/#dom-rtcrtpsender), but found [`setStreams()`](https://www.w3.org/TR/webrtc/#dom-rtcrtpsender-setstreams) with type `method` for `RTCRtpSender` * `addTrack(track, ...streams)` with type `method` for [`RTCPeerConnection`](https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection), but found [`addTrack()`](https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-addtrack) with type `method` for `RTCPeerConnection` -=> 81 properties without definition found in 6 specifications +=> 73 properties without definition found in 5 specifications ## Missing references based on document links @@ -1394,7 +1398,9 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s - [Beacon](https://www.w3.org/TR/beacon/) links to [`https://xhr.spec.whatwg.org/`](https://xhr.spec.whatwg.org/) but does not list it in its references - [Cascading Style Sheets Level 2 Revision 2 (CSSĀ 2.2) Specification](https://www.w3.org/TR/CSS22/) links to [`https://www.w3.org/TR/css3-box/`](https://www.w3.org/TR/css3-box/) but does not list it in its references - [Clear Site Data](https://www.w3.org/TR/clear-site-data/) links to [`https://w3c.github.io/IndexedDB/`](https://w3c.github.io/IndexedDB/) but does not list it in its references -- [Client Hints Infrastructure](https://wicg.github.io/client-hints-infrastructure/) links to [`https://w3c.github.io/device-memory/`](https://w3c.github.io/device-memory/) but does not list it in its references +- [Client Hints Infrastructure](https://wicg.github.io/client-hints-infrastructure/) links to: + * [`https://www.w3.org/TR/permissions-policy/`](https://www.w3.org/TR/permissions-policy/) but does not list it in its references + * [`https://w3c.github.io/device-memory/`](https://w3c.github.io/device-memory/) but does not list it in its references - [Clipboard API and events](https://www.w3.org/TR/clipboard-apis/) links to [`https://w3c.github.io/editing/contentEditable.html`](https://w3c.github.io/editing/contentEditable.html) but does not list it in its references - [Compatibility Standard](https://compat.spec.whatwg.org/) links to: * [`https://www.w3.org/TR/css-cascade/`](https://www.w3.org/TR/css-cascade/) but does not list it in its references @@ -1977,6 +1983,7 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * [`https://spec.whatwg.org/`](https://spec.whatwg.org/) but does not list it in its references * [`https://www.w3.org/TR/css3-color/`](https://www.w3.org/TR/css3-color/) but does not list it in its references - [Identifiers for WebRTC's Statistics API](https://www.w3.org/TR/webrtc-stats/) links to [`https://w3c.github.io/webrtc-extensions/`](https://w3c.github.io/webrtc-extensions/) but does not list it in its references +- [Image Resource](https://www.w3.org/TR/image-resource/) links to [`https://www.w3.org/TR/wai-aria/`](https://www.w3.org/TR/wai-aria/) but does not list it in its references - [import assertions](https://tc39.es/proposal-import-assertions/) links to [`https://html.spec.whatwg.org/`](https://html.spec.whatwg.org/) but does not list it in its references - [Indexed Database API 3.0](https://www.w3.org/TR/IndexedDB-3/) links to: * [`https://www.w3.org/TR/2015/REC-IndexedDB-20150108/`](https://www.w3.org/TR/2015/REC-IndexedDB-20150108/) but does not list it in its references @@ -2045,6 +2052,19 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s * [`https://w3c.github.io/webappsec/specs/CSP2/`](https://w3c.github.io/webappsec/specs/CSP2/) but does not list it in its references * [`https://w3c.github.io/webappsec/specs/content-security-policy/`](https://w3c.github.io/webappsec/specs/content-security-policy/) but does not list it in its references - [Save Data API](https://wicg.github.io/savedata/) links to [`https://www.w3.org/TR/netinfo/`](https://www.w3.org/TR/netinfo/) but does not list it in its references +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) links to: + * [`https://www.w3.org/TR/2001/REC-xlink-20010627/`](https://www.w3.org/TR/2001/REC-xlink-20010627/) but does not list it in its references + * [`https://www.w3.org/TR/2001/REC-MathML2-20010221/`](https://www.w3.org/TR/2001/REC-MathML2-20010221/) but does not list it in its references + * [`https://www.w3.org/TR/1999/REC-html401-19991224/present/`](https://www.w3.org/TR/1999/REC-html401-19991224/present/) but does not list it in its references + * [`https://www.w3.org/TR/xlink/`](https://www.w3.org/TR/xlink/) but does not list it in its references + * [`https://www.w3.org/TR/xml-names11/`](https://www.w3.org/TR/xml-names11/) but does not list it in its references + * [`https://www.w3.org/TR/1999/REC-html401-19991224/struct/`](https://www.w3.org/TR/1999/REC-html401-19991224/struct/) but does not list it in its references + * [`https://www.w3.org/TR/2003/REC-MathML2-20031021/`](https://www.w3.org/TR/2003/REC-MathML2-20031021/) but does not list it in its references + * [`https://www.w3.org/TR/xml-stylesheet/`](https://www.w3.org/TR/xml-stylesheet/) but does not list it in its references + * [`https://www.w3.org/TR/xsl/`](https://www.w3.org/TR/xsl/) but does not list it in its references + * [`https://www.w3.org/TR/html4/`](https://www.w3.org/TR/html4/) but does not list it in its references + * [`https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/`](https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/) but does not list it in its references + * [`https://www.w3.org/TR/smil/`](https://www.w3.org/TR/smil/) but does not list it in its references - [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/) links to: * [`https://www.w3.org/TR/svg-integration/`](https://www.w3.org/TR/svg-integration/) but does not list it in its references * [`https://www.w3.org/TR/2012/CR-WebIDL-20120419/`](https://www.w3.org/TR/2012/CR-WebIDL-20120419/) but does not list it in its references @@ -2188,7 +2208,7 @@ Also, please keep in mind that Reffy only knows about IDL terms defined in the s - [WebXR Hand Input Module - Level 1](https://www.w3.org/TR/webxr-hand-input-1/) links to [`https://www.w3.org/TR/webxr/`](https://www.w3.org/TR/webxr/) but does not list it in its references - [XMLHttpRequest Standard](https://xhr.spec.whatwg.org/) links to [`https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/`](https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/) but does not list it in its references -=> 689 missing references for links found in 176 specifications +=> 703 missing references for links found in 178 specifications Any link to an external document from within a specification should trigger the creation of a corresponding entry in the references section. @@ -2230,8 +2250,8 @@ Note Reffy only reports on links to "well-known" specs and ignores links to non- * [`https://www.w3.org/TR/2dcontext/`](https://www.w3.org/TR/2dcontext/) but related reference "2dcontext2" uses URL [`http://www.w3.org/TR/2dcontext2/`](http://www.w3.org/TR/2dcontext2/) - [Compositing and Blending Level 2](https://drafts.fxtf.org/compositing-2/) links to: * [`https://www.w3.org/TR/2dcontext2/`](https://www.w3.org/TR/2dcontext2/) but related reference "HTML" uses URL [`https://html.spec.whatwg.org/multipage/`](https://html.spec.whatwg.org/multipage/) - * [`https://www.w3.org/TR/2003/REC-SVG11-20030114/`](https://www.w3.org/TR/2003/REC-SVG11-20030114/) but related reference "SVG" uses URL [`https://www.w3.org/TR/SVG/`](https://www.w3.org/TR/SVG/) - * [`https://www.w3.org/TR/2011/REC-SVG11-20110816/`](https://www.w3.org/TR/2011/REC-SVG11-20110816/) but related reference "SVG" uses URL [`https://www.w3.org/TR/SVG/`](https://www.w3.org/TR/SVG/) + * [`https://www.w3.org/TR/2003/REC-SVG11-20030114/`](https://www.w3.org/TR/2003/REC-SVG11-20030114/) but related reference "SVG11" uses URL [`https://www.w3.org/TR/SVG11/`](https://www.w3.org/TR/SVG11/) + * [`https://www.w3.org/TR/2011/REC-SVG11-20110816/`](https://www.w3.org/TR/2011/REC-SVG11-20110816/) but related reference "SVG11" uses URL [`https://www.w3.org/TR/SVG11/`](https://www.w3.org/TR/SVG11/) * [`https://www.w3.org/TR/2dcontext/`](https://www.w3.org/TR/2dcontext/) but related reference "HTML" uses URL [`https://html.spec.whatwg.org/multipage/`](https://html.spec.whatwg.org/multipage/) - [Contact Picker API](https://wicg.github.io/contact-api/spec/) links to [`https://w3c.github.io/FileAPI/`](https://w3c.github.io/FileAPI/) but related reference "FileAPI" uses URL [`https://www.w3.org/TR/FileAPI/`](https://www.w3.org/TR/FileAPI/) - [Content Index](https://wicg.github.io/content-index/spec/) links to: @@ -2490,6 +2510,21 @@ Note Reffy only reports on links to "well-known" specs and ignores links to non- * [`https://w3c.github.io/page-visibility/`](https://w3c.github.io/page-visibility/) but related reference "PAGE-VISIBILITY" uses URL [`https://www.w3.org/TR/page-visibility/`](https://www.w3.org/TR/page-visibility/) * [`https://w3c.github.io/webappsec-mixed-content/`](https://w3c.github.io/webappsec-mixed-content/) but related reference "MIXED-CONTENT" uses URL [`https://www.w3.org/TR/mixed-content/`](https://www.w3.org/TR/mixed-content/) - [Resource Timing Level 2](https://www.w3.org/TR/resource-timing-2/) links to [`https://w3c.github.io/performance-timeline/`](https://w3c.github.io/performance-timeline/) but related reference "PERFORMANCE-TIMELINE-2" uses URL [`https://www.w3.org/TR/performance-timeline-2/`](https://www.w3.org/TR/performance-timeline-2/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/) links to: + * [`https://www.w3.org/TR/2006/REC-xml-names-20060816/`](https://www.w3.org/TR/2006/REC-xml-names-20060816/) but related reference "XML-NS" uses URL [`http://www.w3.org/TR/2009/REC-xml-names-20091208/`](http://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/2006/REC-xml-20060816/`](https://www.w3.org/TR/2006/REC-xml-20060816/) but related reference "XML10" uses URL [`http://www.w3.org/TR/2008/REC-xml-20081126/`](http://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/xmlbase/`](https://www.w3.org/TR/xmlbase/) but related reference "XML-BASE" uses URL [`http://www.w3.org/TR/2009/REC-xmlbase-20090128/`](http://www.w3.org/TR/2009/REC-xmlbase-20090128/) + * [`https://www.w3.org/TR/smil-animation/`](https://www.w3.org/TR/smil-animation/) but related reference "SMILANIM" uses URL [`http://www.w3.org/TR/2001/REC-smil-animation-20010904/`](http://www.w3.org/TR/2001/REC-smil-animation-20010904/) + * [`https://www.w3.org/TR/xlink11/`](https://www.w3.org/TR/xlink11/) but related reference "XLINK" uses URL [`http://www.w3.org/TR/2010/REC-xlink11-20100506/`](http://www.w3.org/TR/2010/REC-xlink11-20100506/) + * [`https://www.w3.org/TR/xml/`](https://www.w3.org/TR/xml/) but related reference "XML10" uses URL [`http://www.w3.org/TR/2008/REC-xml-20081126/`](http://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/xml-names/`](https://www.w3.org/TR/xml-names/) but related reference "XML-NS" uses URL [`http://www.w3.org/TR/2009/REC-xml-names-20091208/`](http://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/charmod/`](https://www.w3.org/TR/charmod/) but related reference "CHARMOD" uses URL [`http://www.w3.org/TR/2005/REC-charmod-20050215/`](http://www.w3.org/TR/2005/REC-charmod-20050215/) + * [`https://www.w3.org/TR/rdf-primer/`](https://www.w3.org/TR/rdf-primer/) but related reference "RDF-PRIMER" uses URL [`http://www.w3.org/TR/2004/REC-rdf-primer-20040210/`](http://www.w3.org/TR/2004/REC-rdf-primer-20040210/) + * [`https://www.w3.org/TR/xmlschema-2/`](https://www.w3.org/TR/xmlschema-2/) but related reference "SCHEMA2" uses URL [`http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/`](http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/) + * [`https://www.w3.org/TR/css3-selectors/`](https://www.w3.org/TR/css3-selectors/) but related reference "SELECTORS" uses URL [`http://www.w3.org/TR/2009/PR-css3-selectors-20091215/`](http://www.w3.org/TR/2009/PR-css3-selectors-20091215/) + * [`https://www.w3.org/TR/xhtml1/`](https://www.w3.org/TR/xhtml1/) but related reference "XHTML" uses URL [`http://www.w3.org/TR/2002/REC-xhtml1-20020801/`](http://www.w3.org/TR/2002/REC-xhtml1-20020801/) + * [`https://www.w3.org/TR/xslt/`](https://www.w3.org/TR/xslt/) but related reference "XSLT" uses URL [`http://www.w3.org/TR/1999/REC-xslt-19991116`](http://www.w3.org/TR/1999/REC-xslt-19991116) + * [`https://www.w3.org/TR/xslt20/`](https://www.w3.org/TR/xslt20/) but related reference "XSLT2" uses URL [`http://www.w3.org/TR/2007/REC-xslt20-20070123/`](http://www.w3.org/TR/2007/REC-xslt20-20070123/) - [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/) links to: * [`https://www.w3.org/TR/2008/REC-xml-20081126/`](https://www.w3.org/TR/2008/REC-xml-20081126/) but related reference "xml" uses URL [`https://www.w3.org/TR/xml`](https://www.w3.org/TR/xml) * [`https://www.w3.org/TR/2006/REC-xml-names-20060816/`](https://www.w3.org/TR/2006/REC-xml-names-20060816/) but related reference "xml-names" uses URL [`https://www.w3.org/TR/xml-names`](https://www.w3.org/TR/xml-names) @@ -2535,6 +2570,9 @@ Note Reffy only reports on links to "well-known" specs and ignores links to non- * [`https://www.w3.org/TR/html/`](https://www.w3.org/TR/html/) but related reference "HTML" uses URL [`http://www.w3.org/TR/html5/`](http://www.w3.org/TR/html5/) * [`https://www.w3.org/TR/smil-animation/`](https://www.w3.org/TR/smil-animation/) but related reference "SMILANIM" uses URL [`http://www.w3.org/TR/2001/REC-smil-animation-20010904/`](http://www.w3.org/TR/2001/REC-smil-animation-20010904/) - [The Storage Access API](https://privacycg.github.io/storage-access/) links to [`https://w3c.github.io/permissions/`](https://w3c.github.io/permissions/) but related reference "PERMISSIONS" uses URL [`https://www.w3.org/TR/permissions/`](https://www.w3.org/TR/permissions/) +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/) links to: + * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) but related reference "HTML51" uses URL [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) + * [`https://html.spec.whatwg.org/`](https://html.spec.whatwg.org/) but related reference "HTML51" uses URL [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) - [Trusted Types](https://w3c.github.io/webappsec-trusted-types/dist/spec/) links to: * [`https://w3c.github.io/webappsec-csp/`](https://w3c.github.io/webappsec-csp/) but related reference "CSP3" uses URL [`https://www.w3.org/TR/CSP3/`](https://www.w3.org/TR/CSP3/) * [`https://w3c.github.io/DOM-Parsing/`](https://w3c.github.io/DOM-Parsing/) but related reference "DOM-Parsing" uses URL [`https://www.w3.org/TR/DOM-Parsing/`](https://www.w3.org/TR/DOM-Parsing/) @@ -2560,7 +2598,7 @@ Note Reffy only reports on links to "well-known" specs and ignores links to non- - [Web Periodic Background Synchronization](https://wicg.github.io/periodic-background-sync/) links to: * [`https://w3c.github.io/ServiceWorker/`](https://w3c.github.io/ServiceWorker/) but related reference "SERVICE-WORKERS-1" uses URL [`https://www.w3.org/TR/service-workers-1/`](https://www.w3.org/TR/service-workers-1/) * [`https://w3c.github.io/permissions/`](https://w3c.github.io/permissions/) but related reference "PERMISSIONS" uses URL [`https://www.w3.org/TR/permissions/`](https://www.w3.org/TR/permissions/) -- [WebCodecs](https://w3c.github.io/webcodecs/) links to [`https://w3c.github.io/media-capabilities/`](https://w3c.github.io/media-capabilities/) but related reference "MEDIA-CAPABILITIES" uses URL [`https://www.w3.org/TR/media-capabilities/`](https://www.w3.org/TR/media-capabilities/) +- [WebCodecs](https://www.w3.org/TR/webcodecs/) links to [`https://w3c.github.io/media-capabilities/`](https://w3c.github.io/media-capabilities/) but related reference "MEDIA-CAPABILITIES" uses URL [`https://www.w3.org/TR/media-capabilities/`](https://www.w3.org/TR/media-capabilities/) - [WebDriver](https://www.w3.org/TR/webdriver2/) links to: * [`https://w3c.github.io/uievents/`](https://w3c.github.io/uievents/) but related reference "UI-EVENTS" uses URL [`https://www.w3.org/TR/uievents/`](https://www.w3.org/TR/uievents/) * [`https://w3c.github.io/aria/`](https://w3c.github.io/aria/) but related reference "wai-aria-1.2" uses URL [`https://www.w3.org/TR/wai-aria-1.2/`](https://www.w3.org/TR/wai-aria-1.2/) @@ -2590,7 +2628,7 @@ Note Reffy only reports on links to "well-known" specs and ignores links to non- - [WebXR Gamepads Module - Level 1](https://www.w3.org/TR/webxr-gamepads-module-1/) links to [`https://w3c.github.io/gamepad/`](https://w3c.github.io/gamepad/) but related reference "GAMEPAD" uses URL [`https://www.w3.org/TR/gamepad/`](https://www.w3.org/TR/gamepad/) - [WebXR Hand Input Module - Level 1](https://www.w3.org/TR/webxr-hand-input-1/) links to [`https://w3c.github.io/ServiceWorker/`](https://w3c.github.io/ServiceWorker/) but related reference "SERVICE-WORKERS-1" uses URL [`https://www.w3.org/TR/service-workers-1/`](https://www.w3.org/TR/service-workers-1/) -=> 318 inconsistent references for links found in 170 specifications +=> 334 inconsistent references for links found in 172 specifications Links in the body of a specification should be to the same document as that pointed to by the related reference in the References section. The specifications reported here use a different URL. For instance, they may use a link to the Editor's Draft but target the latest published version in the References section. There should be some consistency across the specification. @@ -3371,6 +3409,8 @@ Links in the body of a specification should be to the same document as that poin * [`https://www.w3.org/TR/page-visibility-2/#dom-document-onvisibilitychange`](https://www.w3.org/TR/page-visibility-2/#dom-document-onvisibilitychange) * [`https://heycam.github.io/webidl/#invalidstateerror`](https://heycam.github.io/webidl/#invalidstateerror) * [`https://heycam.github.io/webidl/#aborterror`](https://heycam.github.io/webidl/#aborterror) +- [Image Resource](https://www.w3.org/TR/image-resource/): + * [`https://www.w3.org/TR/wai-aria/#dfn-accessible-name`](https://www.w3.org/TR/wai-aria/#dfn-accessible-name) - [import assertions](https://tc39.es/proposal-import-assertions/): * [`https://html.spec.whatwg.org/#fetch-a-single-module-script`](https://html.spec.whatwg.org/#fetch-a-single-module-script) * [`https://html.spec.whatwg.org/#fetch-the-descendants-of-a-module-script`](https://html.spec.whatwg.org/#fetch-the-descendants-of-a-module-script) @@ -3614,8 +3654,8 @@ Links in the body of a specification should be to the same document as that poin - [Network Error Logging](https://www.w3.org/TR/network-error-logging-1/): * [`https://wicg.github.io/reporting/#report-type`](https://wicg.github.io/reporting/#report-type) - [Notifications API Standard](https://notifications.spec.whatwg.org/): + * [`https://heycam.github.io/webidl/#dfn-dictionary`](https://heycam.github.io/webidl/#dfn-dictionary) * [`https://heycam.github.io/webidl/#dfn-throw`](https://heycam.github.io/webidl/#dfn-throw) - * [`https://html.spec.whatwg.org/#entry-settings-object`](https://html.spec.whatwg.org/#entry-settings-object) * [`https://html.spec.whatwg.org/#update-the-image-data`](https://html.spec.whatwg.org/#update-the-image-data) * [`https://w3c.github.io/vibration/#dfn-validate-and-normalize`](https://w3c.github.io/vibration/#dfn-validate-and-normalize) * [`https://w3c.github.io/vibration/#dfn-perform-vibration`](https://w3c.github.io/vibration/#dfn-perform-vibration) @@ -3665,13 +3705,9 @@ Links in the body of a specification should be to the same document as that poin * [`https://w3c.github.io/performance-timeline/#dfn-queue-a-performanceentry`](https://w3c.github.io/performance-timeline/#dfn-queue-a-performanceentry) - [Payment Handler API](https://www.w3.org/TR/payment-handler/): * [`https://www.w3.org/TR/payment-request/#dfn-payment-method`](https://www.w3.org/TR/payment-request/#dfn-payment-method) - * [`https://html.spec.whatwg.org/#ascii-case-insensitive`](https://html.spec.whatwg.org/#ascii-case-insensitive) - * [`https://html.spec.whatwg.org/#concept-url-scheme`](https://html.spec.whatwg.org/#concept-url-scheme) * [`https://heycam.github.io/webidl/#invalidstateerror`](https://heycam.github.io/webidl/#invalidstateerror) - * [`https://heycam.github.io/webidl/#dfn-DOMException`](https://heycam.github.io/webidl/#dfn-DOMException) * [`https://heycam.github.io/webidl/#operationerror`](https://heycam.github.io/webidl/#operationerror) - * [`https://heycam.github.io/webidl/#dfn-throw`](https://heycam.github.io/webidl/#dfn-throw) - * [`https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value`](https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value) + * [`https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value`](https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value) - [Payment Method Manifest](https://www.w3.org/TR/payment-method-manifest/): * [`https://w3c.github.io/payment-request/#dfn-payment-method`](https://w3c.github.io/payment-request/#dfn-payment-method) * [`https://w3c.github.io/payment-request/#dfn-paymentrequest-paymentrequest`](https://w3c.github.io/payment-request/#dfn-paymentrequest-paymentrequest) @@ -4062,6 +4098,9 @@ Links in the body of a specification should be to the same document as that poin * [`https://drafts.csswg.org/cssom/#css-property-to-idl-attribute`](https://drafts.csswg.org/cssom/#css-property-to-idl-attribute) * [`https://drafts.csswg.org/cssom/#serialize-a-css-value`](https://drafts.csswg.org/cssom/#serialize-a-css-value) * [`https://drafts.csswg.org/cssom/#idl-attribute-to-css-property`](https://drafts.csswg.org/cssom/#idl-attribute-to-css-property) +- [Web App Manifest - Application Information](https://www.w3.org/TR/manifest-app-info/): + * [`https://www.w3.org/TR/accname-1.2/#dfn-accessible-description`](https://www.w3.org/TR/accname-1.2/#dfn-accessible-description) + * [`https://www.w3.org/TR/accname-1.2/#dfn-accessible-name`](https://www.w3.org/TR/accname-1.2/#dfn-accessible-name) - [Web Application Manifest](https://www.w3.org/TR/appmanifest/): * [`https://www.w3.org/TR/accname-1.2/#dfn-accessible-name`](https://www.w3.org/TR/accname-1.2/#dfn-accessible-name) - [Web Audio API](https://www.w3.org/TR/webaudio/): @@ -4111,7 +4150,6 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#dfn-get-buffer-source-copy`](https://heycam.github.io/webidl/#dfn-get-buffer-source-copy) * [`https://heycam.github.io/webidl/#notfounderror`](https://heycam.github.io/webidl/#notfounderror) * [`https://heycam.github.io/webidl/#securityerror`](https://heycam.github.io/webidl/#securityerror) - * [`https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value`](https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value) * [`https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value`](https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value) * [`https://heycam.github.io/webidl/#aborterror`](https://heycam.github.io/webidl/#aborterror) * [`https://heycam.github.io/webidl/#notsupportederror`](https://heycam.github.io/webidl/#notsupportederror) @@ -4185,7 +4223,7 @@ Links in the body of a specification should be to the same document as that poin * [`https://fetch.spec.whatwg.org/#concept-body-consume-body`](https://fetch.spec.whatwg.org/#concept-body-consume-body) * [`https://heycam.github.io/webidl/#dfn-get-buffer-source-copy`](https://heycam.github.io/webidl/#dfn-get-buffer-source-copy) * [`https://heycam.github.io/webidl/#datacloneerror`](https://heycam.github.io/webidl/#datacloneerror) -- [WebCodecs](https://w3c.github.io/webcodecs/): +- [WebCodecs](https://www.w3.org/TR/webcodecs/): * [`https://heycam.github.io/webidl/#notsupportederror`](https://heycam.github.io/webidl/#notsupportederror) * [`https://heycam.github.io/webidl/#invalidstateerror`](https://heycam.github.io/webidl/#invalidstateerror) * [`https://heycam.github.io/webidl/#encodingerror`](https://heycam.github.io/webidl/#encodingerror) @@ -4308,6 +4346,9 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#datacloneerror`](https://heycam.github.io/webidl/#datacloneerror) * [`https://heycam.github.io/webidl/#aborterror`](https://heycam.github.io/webidl/#aborterror) * [`https://heycam.github.io/webidl/#dfn-get-buffer-source-copy`](https://heycam.github.io/webidl/#dfn-get-buffer-source-copy) + * [`https://heycam.github.io/webidl/#securityerror`](https://heycam.github.io/webidl/#securityerror) + * [`https://html.spec.whatwg.org/#the-image-argument-is-not-origin-clean`](https://html.spec.whatwg.org/#the-image-argument-is-not-origin-clean) + * [`https://html.spec.whatwg.org/#concept-canvas-origin-clean`](https://html.spec.whatwg.org/#concept-canvas-origin-clean) * [`https://html.spec.whatwg.org/#serializable-objects`](https://html.spec.whatwg.org/#serializable-objects) - [WebOTP API](https://wicg.github.io/web-otp/): * [`https://w3c.github.io/webappsec-credential-management/#same-origin-with-its-ancestors`](https://w3c.github.io/webappsec-credential-management/#same-origin-with-its-ancestors) @@ -4330,7 +4371,6 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#invalidcharactererror`](https://heycam.github.io/webidl/#invalidcharactererror) * [`https://fetch.spec.whatwg.org/#concept-cors-check`](https://fetch.spec.whatwg.org/#concept-cors-check) - [WebRTC Encoded Transform](https://w3c.github.io/webrtc-encoded-transform/): - * [`https://heycam.github.io/webidl/#invalidaccesserror`](https://heycam.github.io/webidl/#invalidaccesserror) * [`https://heycam.github.io/webidl/#invalidmodificationerror`](https://heycam.github.io/webidl/#invalidmodificationerror) * [`https://w3c.github.io/webcrypto/#dfn-CryptoKey`](https://w3c.github.io/webcrypto/#dfn-CryptoKey) - [WebTransport](https://w3c.github.io/webtransport/): @@ -4500,7 +4540,7 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#networkerror`](https://heycam.github.io/webidl/#networkerror) * [`https://heycam.github.io/webidl/#dfn-value-pairs-to-iterate-over`](https://heycam.github.io/webidl/#dfn-value-pairs-to-iterate-over) -=> 1679 problematic external links found in 223 specifications +=> 1679 problematic external links found in 225 specifications ## External links that neither target definitions nor headings @@ -4845,9 +4885,6 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#idl-Float64Array`](https://heycam.github.io/webidl/#idl-Float64Array) - [Origin Policy](https://wicg.github.io/origin-policy/): * [`https://html.spec.whatwg.org/#concept-document-feature-policy`](https://html.spec.whatwg.org/#concept-document-feature-policy) -- [Payment Handler API](https://www.w3.org/TR/payment-handler/): - * [`https://html.spec.whatwg.org/#structured-clone`](https://html.spec.whatwg.org/#structured-clone) - * [`https://heycam.github.io/webidl/#idl-void`](https://heycam.github.io/webidl/#idl-void) - [Payment Method Identifiers](https://www.w3.org/TR/payment-method-id/): * [`https://html.spec.whatwg.org/#case-sensitive`](https://html.spec.whatwg.org/#case-sensitive) - [Payment Method Manifest](https://www.w3.org/TR/payment-method-manifest/): @@ -4997,7 +5034,7 @@ Links in the body of a specification should be to the same document as that poin - [Web Serial API](https://wicg.github.io/serial/): * [`https://heycam.github.io/webidl/#idl-Uint8Array`](https://heycam.github.io/webidl/#idl-Uint8Array) * [`https://heycam.github.io/webidl/#idl-ArrayBuffer`](https://heycam.github.io/webidl/#idl-ArrayBuffer) -- [WebCodecs](https://w3c.github.io/webcodecs/): +- [WebCodecs](https://www.w3.org/TR/webcodecs/): * [`https://heycam.github.io/webidl/#idl-ArrayBuffer`](https://heycam.github.io/webidl/#idl-ArrayBuffer) - [WebDriver](https://www.w3.org/TR/webdriver2/): * [`https://html.spec.whatwg.org/#dom-document-activeelement`](https://html.spec.whatwg.org/#dom-document-activeelement) @@ -5037,7 +5074,7 @@ Links in the body of a specification should be to the same document as that poin - [XMLHttpRequest Standard](https://xhr.spec.whatwg.org/): * [`https://heycam.github.io/webidl/#idl-ArrayBuffer`](https://heycam.github.io/webidl/#idl-ArrayBuffer) -=> 425 problematic external links found in 106 specifications +=> 423 problematic external links found in 105 specifications ## Broken external links @@ -5107,7 +5144,9 @@ Links in the body of a specification should be to the same document as that poin - [Constructable Stylesheet Objects](https://wicg.github.io/construct-stylesheets/): * [`https://drafts.csswg.org/cssom-1/#documentorshadowroot-document-or-shadow-root-css-style-sheets`](https://drafts.csswg.org/cssom-1/#documentorshadowroot-document-or-shadow-root-css-style-sheets) * [`https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-stylesheets`](https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-stylesheets) + * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) * [`https://heycam.github.io/webidl/#notallowederror`](https://heycam.github.io/webidl/#notallowederror) + * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) - [Contact Picker API](https://wicg.github.io/contact-api/spec/): * [`https://dom.spec.whatwg.org/#context-object`](https://dom.spec.whatwg.org/#context-object) * [`https://heycam.github.io/webidl/#SecureContext`](https://heycam.github.io/webidl/#SecureContext) @@ -6079,7 +6118,6 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) - [Image Resource](https://www.w3.org/TR/image-resource/): * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) - * [`https://dom.spec.whatwg.org/#context-object`](https://dom.spec.whatwg.org/#context-object) - [Import Maps](https://wicg.github.io/import-maps/): * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) - [Indexed Database API 3.0](https://www.w3.org/TR/IndexedDB-3/): @@ -6277,15 +6315,17 @@ Links in the body of a specification should be to the same document as that poin * [`https://www.w3.org/TR/payment-request/#canmakepayment()-method`](https://www.w3.org/TR/payment-request/#canmakepayment()-method) * [`https://www.w3.org/TR/payment-request/#show()-method`](https://www.w3.org/TR/payment-request/#show()-method) * [`https://www.w3.org/TR/payment-request/#dfn-json-serialize`](https://www.w3.org/TR/payment-request/#dfn-json-serialize) - * [`https://html.spec.whatwg.org/#context-object`](https://html.spec.whatwg.org/#context-object) - * [`https://html.spec.whatwg.org/#triggered-by-user-activation`](https://html.spec.whatwg.org/#triggered-by-user-activation) - * [`https://html.spec.whatwg.org/#concept-events-trusted`](https://html.spec.whatwg.org/#concept-events-trusted) * [`https://www.w3.org/TR/payment-method-basic-card/#dom-basiccardrequest-supportedtypes`](https://www.w3.org/TR/payment-method-basic-card/#dom-basiccardrequest-supportedtypes) * [`https://heycam.github.io/webidl/#SecureContext`](https://heycam.github.io/webidl/#SecureContext) + * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) + * [`https://heycam.github.io/webidl/#a-new-promise`](https://heycam.github.io/webidl/#a-new-promise) * [`https://heycam.github.io/webidl/#notallowederror`](https://heycam.github.io/webidl/#notallowederror) + * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) + * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) + * [`https://heycam.github.io/webidl/#upon-rejection`](https://heycam.github.io/webidl/#upon-rejection) + * [`https://heycam.github.io/webidl/#upon-fulfillment`](https://heycam.github.io/webidl/#upon-fulfillment) * [`https://www.w3.org/TR/appmanifest/#fetching-image-resources`](https://www.w3.org/TR/appmanifest/#fetching-image-resources) - * [`https://www.w3.org/TR/payment-method-id/#payment-method-identifiers-(pmis)`](https://www.w3.org/TR/payment-method-id/#payment-method-identifiers-(pmis)) - [Payment Method Manifest](https://www.w3.org/TR/payment-method-manifest/): * [`https://w3c.github.io/payment-request/#dfn-payment-apps`](https://w3c.github.io/payment-request/#dfn-payment-apps) * [`https://w3c.github.io/payment-method-id/#dfn-payment-method-identifiers`](https://w3c.github.io/payment-method-id/#dfn-payment-method-identifiers) @@ -6666,13 +6706,13 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#a-new-promise`](https://heycam.github.io/webidl/#a-new-promise) * [`https://heycam.github.io/webidl/#resolve`](https://heycam.github.io/webidl/#resolve) * [`https://heycam.github.io/webidl/#reject`](https://heycam.github.io/webidl/#reject) + * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) * [`https://heycam.github.io/webidl/#idl-frozen-array`](https://heycam.github.io/webidl/#idl-frozen-array) * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) * [`https://heycam.github.io/webidl/#dfn-maplike`](https://heycam.github.io/webidl/#dfn-maplike) * [`https://heycam.github.io/webidl/#wait-for-all`](https://heycam.github.io/webidl/#wait-for-all) * [`https://heycam.github.io/webidl/#a-promise-rejected-with`](https://heycam.github.io/webidl/#a-promise-rejected-with) * [`https://heycam.github.io/webidl/#upon-fulfillment`](https://heycam.github.io/webidl/#upon-fulfillment) - * [`https://dom.spec.whatwg.org/#context-object`](https://dom.spec.whatwg.org/#context-object) * [`https://w3c.github.io/permissions/#dom-permissionname-bluetooth`](https://w3c.github.io/permissions/#dom-permissionname-bluetooth) - [Web Locks API](https://wicg.github.io/web-locks/): * [`https://heycam.github.io/webidl/#resolve`](https://heycam.github.io/webidl/#resolve) @@ -6747,7 +6787,7 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#reject`](https://heycam.github.io/webidl/#reject) * [`https://heycam.github.io/webidl/#resolve`](https://heycam.github.io/webidl/#resolve) * [`https://heycam.github.io/webidl/#upon-rejection`](https://heycam.github.io/webidl/#upon-rejection) -- [WebCodecs](https://w3c.github.io/webcodecs/): +- [WebCodecs](https://www.w3.org/TR/webcodecs/): * [`https://heycam.github.io/webidl/#idl-undefined`](https://heycam.github.io/webidl/#idl-undefined) * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) * [`https://heycam.github.io/webidl/#a-promise-rejected-with`](https://heycam.github.io/webidl/#a-promise-rejected-with) @@ -6827,6 +6867,7 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#resolve`](https://heycam.github.io/webidl/#resolve) - [WebTransport](https://w3c.github.io/webtransport/): * [`https://heycam.github.io/webidl/#this`](https://heycam.github.io/webidl/#this) + * [`https://heycam.github.io/webidl/#a-promise-resolved-with`](https://heycam.github.io/webidl/#a-promise-resolved-with) * [`https://heycam.github.io/webidl/#a-promise-rejected-with`](https://heycam.github.io/webidl/#a-promise-rejected-with) * [`https://heycam.github.io/webidl/#exceptiondef-typeerror`](https://heycam.github.io/webidl/#exceptiondef-typeerror) * [`https://heycam.github.io/webidl/#new`](https://heycam.github.io/webidl/#new) @@ -6904,7 +6945,7 @@ Links in the body of a specification should be to the same document as that poin * [`https://heycam.github.io/webidl/#new`](https://heycam.github.io/webidl/#new) * [`https://w3c.github.io/DOM-Parsing/#dfn-fragment-serializing-algorithm`](https://w3c.github.io/DOM-Parsing/#dfn-fragment-serializing-algorithm) -=> 1621 problematic external links found in 240 specifications +=> 1625 problematic external links found in 240 specifications ## External links to terms that no longer exist in the latest version of the targeted specification @@ -7039,6 +7080,9 @@ Links in the body of a specification should be to the same document as that poin * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) - [Touch Events](https://www.w3.org/TR/touch-events/): * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/): + * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) + * [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) - [Trusted Types](https://w3c.github.io/webappsec-trusted-types/dist/spec/): * [`https://www.w3.org/TR/html5/`](https://www.w3.org/TR/html5/) - [UI Events](https://www.w3.org/TR/uievents/): @@ -7075,7 +7119,7 @@ Links in the body of a specification should be to the same document as that poin - [WebVTT: The Web Video Text Tracks Format](https://www.w3.org/TR/webvtt1/): * [`https://www.w3.org/TR/html51/`](https://www.w3.org/TR/html51/) -=> 89 problematic external links found in 70 specifications +=> 91 problematic external links found in 71 specifications ## External links that use a dated URL @@ -7314,6 +7358,47 @@ Links in the body of a specification should be to the same document as that poin * [`https://www.w3.org/TR/2006/WD-css3-page-20061010`](https://www.w3.org/TR/2006/WD-css3-page-20061010) - [Referrer Policy](https://www.w3.org/TR/referrer-policy/): * [`https://www.w3.org/TR/2010/REC-wsc-ui-20100812/`](https://www.w3.org/TR/2010/REC-wsc-ui-20100812/) +- [Scalable Vector Graphics (SVG) 1.1 (Second Edition)](https://www.w3.org/TR/SVG11/): + * [`https://www.w3.org/TR/2001/REC-SVG-20010904/`](https://www.w3.org/TR/2001/REC-SVG-20010904/) + * [`https://www.w3.org/TR/2008/REC-xml-20081126/`](https://www.w3.org/TR/2008/REC-xml-20081126/) + * [`https://www.w3.org/TR/2006/REC-xml-names-20060816/`](https://www.w3.org/TR/2006/REC-xml-names-20060816/) + * [`https://www.w3.org/TR/2001/REC-xlink-20010627/`](https://www.w3.org/TR/2001/REC-xlink-20010627/) + * [`https://www.w3.org/TR/2009/REC-xmlbase-20090128/`](https://www.w3.org/TR/2009/REC-xmlbase-20090128/) + * [`https://www.w3.org/TR/2008/REC-CSS2-20080411/`](https://www.w3.org/TR/2008/REC-CSS2-20080411/) + * [`https://www.w3.org/TR/1999/REC-xslt-19991116`](https://www.w3.org/TR/1999/REC-xslt-19991116) + * [`https://www.w3.org/TR/2007/REC-xslt20-20070123/`](https://www.w3.org/TR/2007/REC-xslt20-20070123/) + * [`https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/`](https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/) + * [`https://www.w3.org/TR/2008/REC-SMIL3-20081201/`](https://www.w3.org/TR/2008/REC-SMIL3-20081201/) + * [`https://www.w3.org/TR/2001/REC-smil-animation-20010904/`](https://www.w3.org/TR/2001/REC-smil-animation-20010904/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/`](https://www.w3.org/TR/1999/REC-html401-19991224/) + * [`https://www.w3.org/TR/2002/REC-xhtml1-20020801/`](https://www.w3.org/TR/2002/REC-xhtml1-20020801/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/) + * [`https://www.w3.org/TR/2001/REC-MathML2-20010221/`](https://www.w3.org/TR/2001/REC-MathML2-20010221/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/) + * [`https://www.w3.org/TR/2006/REC-xml-20060816/`](https://www.w3.org/TR/2006/REC-xml-20060816/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/present/`](https://www.w3.org/TR/1999/REC-html401-19991224/present/) + * [`https://www.w3.org/TR/2006/REC-xsl11-20061205/`](https://www.w3.org/TR/2006/REC-xsl11-20061205/) + * [`https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/`](https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/) + * [`https://www.w3.org/TR/1999/REC-html401-19991224/struct/`](https://www.w3.org/TR/1999/REC-html401-19991224/struct/) + * [`https://www.w3.org/TR/2004/REC-rdf-primer-20040210/`](https://www.w3.org/TR/2004/REC-rdf-primer-20040210/) + * [`https://www.w3.org/TR/2003/REC-MathML2-20031021/`](https://www.w3.org/TR/2003/REC-MathML2-20031021/) + * [`https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/`](https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/) + * [`https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/`](https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/) + * [`https://www.w3.org/TR/2000/REC-ATAG10-20000203/`](https://www.w3.org/TR/2000/REC-ATAG10-20000203/) + * [`https://www.w3.org/TR/2002/REC-UAAG10-20021217/`](https://www.w3.org/TR/2002/REC-UAAG10-20021217/) + * [`https://www.w3.org/TR/2008/REC-WCAG20-20081211/`](https://www.w3.org/TR/2008/REC-WCAG20-20081211/) + * [`https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/`](https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/) + * [`https://www.w3.org/TR/2005/REC-charmod-20050215/`](https://www.w3.org/TR/2005/REC-charmod-20050215/) + * [`https://www.w3.org/TR/2003/REC-PNG-20031110/`](https://www.w3.org/TR/2003/REC-PNG-20031110/) + * [`https://www.w3.org/TR/2010/REC-xlink11-20100506/`](https://www.w3.org/TR/2010/REC-xlink11-20100506/) + * [`https://www.w3.org/TR/2009/REC-xml-names-20091208/`](https://www.w3.org/TR/2009/REC-xml-names-20091208/) + * [`https://www.w3.org/TR/2010/REC-MathML3-20101021/`](https://www.w3.org/TR/2010/REC-MathML3-20101021/) + * [`https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/`](https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/) + * [`https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/`](https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/) + * [`https://www.w3.org/TR/2009/PR-css3-selectors-20091215/`](https://www.w3.org/TR/2009/PR-css3-selectors-20091215/) + * [`https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/`](https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/) + * [`https://www.w3.org/TR/2006/WD-Window-20060407/`](https://www.w3.org/TR/2006/WD-Window-20060407/) - [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/): * [`https://www.w3.org/TR/2011/REC-SVG11-20110816/`](https://www.w3.org/TR/2011/REC-SVG11-20110816/) * [`https://www.w3.org/TR/2008/REC-xml-20081126/`](https://www.w3.org/TR/2008/REC-xml-20081126/) @@ -7368,6 +7453,8 @@ Links in the body of a specification should be to the same document as that poin * [`https://www.w3.org/TR/2014/WD-SVG2-20140211/`](https://www.w3.org/TR/2014/WD-SVG2-20140211/) - [SVG Strokes](https://www.w3.org/TR/svg-strokes/): * [`https://www.w3.org/TR/2015/WD-SVG2-20150409/`](https://www.w3.org/TR/2015/WD-SVG2-20150409/) +- [Tracking Preference Expression (DNT)](https://www.w3.org/TR/tracking-dnt/): + * [`https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/`](https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/) - [UI Events](https://www.w3.org/TR/uievents/): * [`https://www.w3.org/TR/2004/REC-xml-20040204/`](https://www.w3.org/TR/2004/REC-xml-20040204/) - [WebIDL Level 1](https://www.w3.org/TR/WebIDL-1/): @@ -7382,6 +7469,6 @@ Links in the body of a specification should be to the same document as that poin - [XMLHttpRequest Standard](https://xhr.spec.whatwg.org/): * [`https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/`](https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/) -=> 237 problematic external links found in 64 specifications +=> 278 problematic external links found in 66 specifications diff --git a/tr/refs/SVG11.json b/tr/refs/SVG11.json new file mode 100644 index 000000000000..67631cfc4851 --- /dev/null +++ b/tr/refs/SVG11.json @@ -0,0 +1,260 @@ +{ + "spec": { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "url": "https://www.w3.org/TR/SVG11/" + }, + "refs": { + "normative": [ + { + "name": "ATAG", + "url": "http://www.w3.org/TR/2000/REC-ATAG10-20000203/" + }, + { + "name": "BCP47", + "url": "http://www.ietf.org/rfc/bcp/bcp47.txt" + }, + { + "name": "COLORIMETRY", + "url": "http://www.cie.co.at/publ/abst/15-2004.html" + }, + { + "name": "CSS2", + "url": "http://www.w3.org/TR/2008/REC-CSS2-20080411/" + }, + { + "name": "DOM1", + "url": "http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/" + }, + { + "name": "DOM2", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/" + }, + { + "name": "DOM2EVENTS", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/" + }, + { + "name": "DOM2STYLE", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/" + }, + { + "name": "DOM2VIEWS", + "url": "http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/" + }, + { + "name": "ECMA-262", + "url": "http://www.ecma-international.org/publications/standards/Ecma-262.htm" + }, + { + "name": "ICC42", + "url": "http://www.color.org/ICC1v42_2006-05.pdf" + }, + { + "name": "ISO8601", + "url": "http://www.iso.org/iso/catalogue_detail?csnumber=40874" + }, + { + "name": "JPEG", + "url": "http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=18902" + }, + { + "name": "GML", + "url": "http://portal.opengeospatial.org/files/?artifact_id=20509" + }, + { + "name": "PNG", + "url": "http://www.w3.org/TR/2003/REC-PNG-20031110/" + }, + { + "name": "PORTERDUFF", + "url": "" + }, + { + "name": "RFC1951", + "url": "http://www.ietf.org/rfc/rfc1951.txt" + }, + { + "name": "RFC1952", + "url": "http://www.ietf.org/rfc/rfc1952.txt" + }, + { + "name": "RFC2046", + "url": "http://www.ietf.org/rfc/rfc2046.txt" + }, + { + "name": "RFC2119", + "url": "http://www.ietf.org/rfc/rfc2119.txt" + }, + { + "name": "RFC2318", + "url": "http://www.ietf.org/rfc/rfc2318.txt" + }, + { + "name": "RFC2397", + "url": "http://www.ietf.org/rfc/rfc2397" + }, + { + "name": "RFC2616", + "url": "http://www.ietf.org/rfc/rfc2616" + }, + { + "name": "RFC2732", + "url": "http://www.ietf.org/rfc/rfc2732.txt" + }, + { + "name": "RFC3023", + "url": "http://www.ietf.org/rfc/rfc3023.txt" + }, + { + "name": "RFC3629", + "url": "http://www.ietf.org/rfc/rfc3629.txt" + }, + { + "name": "RFC3986", + "url": "http://www.ietf.org/rfc/rfc3986" + }, + { + "name": "RFC3987", + "url": "http://tools.ietf.org/html/rfc3987" + }, + { + "name": "RFC4329", + "url": "http://www.ietf.org/rfc/rfc4329.txt" + }, + { + "name": "SMILANIM", + "url": "http://www.w3.org/TR/2001/REC-smil-animation-20010904/" + }, + { + "name": "SRGB", + "url": "http://www.colour.org/tc8-05/Docs/colorspace/61966-2-1.pdf" + }, + { + "name": "UAX9", + "url": "http://www.unicode.org/reports/tr9/" + }, + { + "name": "UNICODE", + "url": "http://www.unicode.org/versions/Unicode6.0.0/" + }, + { + "name": "XLINK", + "url": "http://www.w3.org/TR/2010/REC-xlink11-20100506/" + }, + { + "name": "XML10", + "url": "http://www.w3.org/TR/2008/REC-xml-20081126/" + }, + { + "name": "XML-BASE", + "url": "http://www.w3.org/TR/2009/REC-xmlbase-20090128/" + }, + { + "name": "XML-NS", + "url": "http://www.w3.org/TR/2009/REC-xml-names-20091208/" + }, + { + "name": "XML-SS", + "url": "http://www.w3.org/1999/06/REC-xml-stylesheet-19990629/" + }, + { + "name": "XSL", + "url": "http://www.w3.org/TR/2006/REC-xsl11-20061205/" + } + ], + "informative": [ + { + "name": "CHARMOD", + "url": "http://www.w3.org/TR/2005/REC-charmod-20050215/" + }, + { + "name": "DCORE", + "url": "http://dublincore.org/" + }, + { + "name": "DOM3", + "url": "http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/" + }, + { + "name": "FOLEY-VANDAM", + "url": "" + }, + { + "name": "HTML4", + "url": "http://www.w3.org/TR/1999/REC-html401-19991224/" + }, + { + "name": "MATHML", + "url": "http://www.w3.org/TR/2010/REC-MathML3-20101021/" + }, + { + "name": "MIMETYPES", + "url": "http://www.iana.org/assignments/media-types/" + }, + { + "name": "NVDL", + "url": "http://standards.iso.org/ittf/PubliclyAvailableStandards/c038615_ISO_IEC_19757-4_2006(E).zip" + }, + { + "name": "OPENTYPE", + "url": "http://www.microsoft.com/typography/otspec160/" + }, + { + "name": "RDF-PRIMER", + "url": "http://www.w3.org/TR/2004/REC-rdf-primer-20040210/" + }, + { + "name": "SCHEMA2", + "url": "http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/" + }, + { + "name": "SELECTORS", + "url": "http://www.w3.org/TR/2009/PR-css3-selectors-20091215/" + }, + { + "name": "SVG-ACCESS", + "url": "http://www.w3.org/TR/2000/NOTE-SVG-access-20000807/" + }, + { + "name": "SVG-COMPOSITING", + "url": "http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/" + }, + { + "name": "SMIL", + "url": "http://www.w3.org/TR/2008/REC-SMIL3-20081201/" + }, + { + "name": "SVG10", + "url": "http://www.w3.org/TR/2001/REC-SVG-20010904/" + }, + { + "name": "UAAG", + "url": "http://www.w3.org/TR/2002/REC-UAAG10-20021217/" + }, + { + "name": "WCAG2", + "url": "http://www.w3.org/TR/2008/REC-WCAG20-20081211/" + }, + { + "name": "WINDOW", + "url": "http://www.w3.org/TR/2006/WD-Window-20060407/" + }, + { + "name": "XHTML", + "url": "http://www.w3.org/TR/2002/REC-xhtml1-20020801/" + }, + { + "name": "XHTMLplusMathMLplusSVG", + "url": "http://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/" + }, + { + "name": "XSLT", + "url": "http://www.w3.org/TR/1999/REC-xslt-19991116" + }, + { + "name": "XSLT2", + "url": "http://www.w3.org/TR/2007/REC-xslt20-20070123/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/construct-stylesheets.json b/tr/refs/construct-stylesheets.json index 7a98eece9191..ade3cc547ef6 100644 --- a/tr/refs/construct-stylesheets.json +++ b/tr/refs/construct-stylesheets.json @@ -6,8 +6,8 @@ "refs": { "normative": [ { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-SYNTAX-3", diff --git a/tr/refs/image-resource.json b/tr/refs/image-resource.json index 53396e4840db..c244b544a9d9 100644 --- a/tr/refs/image-resource.json +++ b/tr/refs/image-resource.json @@ -9,10 +9,6 @@ "name": "appmanifest", "url": "https://www.w3.org/TR/appmanifest/" }, - { - "name": "dom", - "url": "https://dom.spec.whatwg.org/" - }, { "name": "fetch", "url": "https://fetch.spec.whatwg.org/" diff --git a/tr/refs/js-self-profiling.json b/tr/refs/js-self-profiling.json index 1ce35e7b8ea8..9e9726fbe7c6 100644 --- a/tr/refs/js-self-profiling.json +++ b/tr/refs/js-self-profiling.json @@ -45,7 +45,7 @@ "informative": [ { "name": "HR-Time", - "url": "https://www.w3.org/TR/hr-time-2/" + "url": "https://www.w3.org/TR/hr-time-3/" } ] } diff --git a/tr/refs/manifest-app-info.json b/tr/refs/manifest-app-info.json new file mode 100644 index 000000000000..62d16885eb00 --- /dev/null +++ b/tr/refs/manifest-app-info.json @@ -0,0 +1,35 @@ +{ + "spec": { + "title": "Web App Manifest - Application Information", + "url": "https://www.w3.org/TR/manifest-app-info/" + }, + "refs": { + "normative": [ + { + "name": "accname-1.2", + "url": "https://www.w3.org/TR/accname-1.2/" + }, + { + "name": "appmanifest", + "url": "https://www.w3.org/TR/appmanifest/" + }, + { + "name": "ECMA-404", + "url": "https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" + }, + { + "name": "image-resource", + "url": "https://www.w3.org/TR/image-resource/" + }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "RFC8174", + "url": "https://datatracker.ietf.org/doc/html/rfc8174" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/tr/refs/media-playback-quality.json b/tr/refs/media-playback-quality.json index ec379e7d1a6b..a81b3104a3ac 100644 --- a/tr/refs/media-playback-quality.json +++ b/tr/refs/media-playback-quality.json @@ -7,7 +7,7 @@ "normative": [ { "name": "hr-time", - "url": "https://www.w3.org/TR/hr-time-2/" + "url": "https://www.w3.org/TR/hr-time-3/" }, { "name": "html", diff --git a/tr/refs/notifications.json b/tr/refs/notifications.json index bf94e00b9c0b..8ab89a0cd2aa 100644 --- a/tr/refs/notifications.json +++ b/tr/refs/notifications.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "BCP47", + "url": "https://datatracker.ietf.org/doc/html/rfc5646" + }, { "name": "BIDI", "url": "https://www.unicode.org/reports/tr9/tr9-42.html" @@ -25,10 +29,6 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "LANG", - "url": "https://datatracker.ietf.org/doc/html/rfc5646" - }, { "name": "SERVICE-WORKERS", "url": "https://w3c.github.io/ServiceWorker/" diff --git a/tr/refs/payment-handler.json b/tr/refs/payment-handler.json index 8e1b2b605dbe..2e558b108461 100644 --- a/tr/refs/payment-handler.json +++ b/tr/refs/payment-handler.json @@ -10,7 +10,7 @@ "url": "https://www.w3.org/TR/appmanifest/" }, { - "name": "DOM", + "name": "dom", "url": "https://dom.spec.whatwg.org/" }, { @@ -21,6 +21,10 @@ "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, { "name": "mimesniff", "url": "https://mimesniff.spec.whatwg.org/" @@ -41,21 +45,13 @@ "name": "payment-request", "url": "https://www.w3.org/TR/payment-request/" }, - { - "name": "PROMISES-GUIDE", - "url": "https://www.w3.org/2001/tag/doc/promises-guide" - }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" - }, - { - "name": "RFC6454", - "url": "https://tools.ietf.org/html/rfc6454" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "RFC8174", - "url": "https://tools.ietf.org/html/rfc8174" + "url": "https://datatracker.ietf.org/doc/html/rfc8174" }, { "name": "SERVICE-WORKERS", @@ -66,7 +62,7 @@ "url": "https://url.spec.whatwg.org/" }, { - "name": "WEBIDL", + "name": "WebIDL", "url": "https://heycam.github.io/webidl/" } ], diff --git a/tr/refs/tracking-dnt.json b/tr/refs/tracking-dnt.json new file mode 100644 index 000000000000..f2a2a488ce8e --- /dev/null +++ b/tr/refs/tracking-dnt.json @@ -0,0 +1,88 @@ +{ + "spec": { + "title": "Tracking Preference Expression (DNT)", + "url": "https://www.w3.org/TR/tracking-dnt/" + }, + "refs": { + "normative": [ + { + "name": "HTML51", + "url": "https://www.w3.org/TR/html51/" + }, + { + "name": "RFC2119", + "url": "https://tools.ietf.org/html/rfc2119" + }, + { + "name": "RFC3986", + "url": "https://tools.ietf.org/html/rfc3986" + }, + { + "name": "RFC5234", + "url": "https://tools.ietf.org/html/rfc5234" + }, + { + "name": "RFC6265", + "url": "https://tools.ietf.org/html/rfc6265" + }, + { + "name": "RFC7230", + "url": "https://tools.ietf.org/html/rfc7230" + }, + { + "name": "RFC7231", + "url": "https://tools.ietf.org/html/rfc7231" + }, + { + "name": "RFC7234", + "url": "https://tools.ietf.org/html/rfc7234" + }, + { + "name": "RFC8259", + "url": "https://tools.ietf.org/html/rfc8259" + }, + { + "name": "WEBIDL", + "url": "https://heycam.github.io/webidl/" + }, + { + "name": "WebIDL-20161215", + "url": "https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/" + } + ], + "informative": [ + { + "name": "ECMASCRIPT", + "url": "https://tc39.github.io/ecma262/" + }, + { + "name": "KnowPrivacy", + "url": "http://www.knowprivacy.org/report/KnowPrivacy_Final_Report.pdf" + }, + { + "name": "Orderly", + "url": "https://github.com/lloyd/orderly" + }, + { + "name": "PromiseGuide", + "url": "https://www.w3.org/2001/tag/doc/promises-guide" + }, + { + "name": "RFC3864", + "url": "https://tools.ietf.org/html/rfc3864" + }, + { + "name": "RFC5785", + "url": "https://tools.ietf.org/html/rfc5785" + }, + { + "name": "RFC6570", + "url": "https://tools.ietf.org/html/rfc6570" + }, + { + "name": "TCS", + "url": "https://www.w3.org/TR/tracking-compliance/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/webcodecs.json b/tr/refs/webcodecs.json index f5007b3b6d6d..dc0a0df5c1df 100644 --- a/tr/refs/webcodecs.json +++ b/tr/refs/webcodecs.json @@ -1,7 +1,7 @@ { "spec": { "title": "WebCodecs", - "url": "https://w3c.github.io/webcodecs/" + "url": "https://www.w3.org/TR/webcodecs/" }, "refs": { "normative": [ diff --git a/tr/study.json b/tr/study.json index 1636545dc973..835a997e2f80 100644 --- a/tr/study.json +++ b/tr/study.json @@ -2,11 +2,11 @@ "type": "study", "title": "Reffy crawl", "description": "", - "date": "2021-04-26T01:35:20.187Z", + "date": "2021-05-03T01:36:12.370Z", "stats": { - "crawled": 387, + "crawled": 390, "errors": 0, - "studied": 387 + "studied": 390 }, "results": [ { @@ -346,6 +346,11 @@ "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", "crawled": "https://www.w3.org/TR/wai-aria-1.2/" }, + { + "url": "https://www.w3.org/TR/manifest-app-info/", + "title": "Web App Manifest - Application Information", + "crawled": "https://www.w3.org/TR/manifest-app-info/" + }, { "url": "https://www.w3.org/TR/appmanifest/", "title": "Web Application Manifest", @@ -552,7 +557,7 @@ { "title": "ARIA in HTML", "shortname": "html-aria", - "date": "20 April 2021", + "date": "01 May 2021", "url": "https://www.w3.org/TR/html-aria/", "release": { "url": "https://www.w3.org/TR/html-aria/", @@ -4825,7 +4830,7 @@ { "title": "Client Hints Infrastructure", "shortname": "client-hints-infrastructure", - "date": "12 April 2021", + "date": "29 April 2021", "url": "https://wicg.github.io/client-hints-infrastructure/", "nightly": { "url": "https://wicg.github.io/client-hints-infrastructure/", @@ -4847,6 +4852,7 @@ "idl": [] }, "missingLinkRef": [ + "https://www.w3.org/TR/permissions-policy/", "https://w3c.github.io/device-memory/" ], "inconsistentRef": [], @@ -5217,15 +5223,15 @@ { "link": "https://www.w3.org/TR/2003/REC-SVG11-20030114/", "ref": { - "name": "SVG", - "url": "https://www.w3.org/TR/SVG/" + "name": "SVG11", + "url": "https://www.w3.org/TR/SVG11/" } }, { "link": "https://www.w3.org/TR/2011/REC-SVG11-20110816/", "ref": { - "name": "SVG", - "url": "https://www.w3.org/TR/SVG/" + "name": "SVG11", + "url": "https://www.w3.org/TR/SVG11/" } }, { @@ -5385,7 +5391,7 @@ { "title": "Constructable Stylesheet Objects", "shortname": "construct-stylesheets", - "date": "3 March 2020", + "date": "27 April 2021", "url": "https://wicg.github.io/construct-stylesheets/", "nightly": { "url": "https://wicg.github.io/construct-stylesheets/", @@ -5402,8 +5408,7 @@ "unknownExposedNames": [], "unknownIdlNames": [ "CSSStyleSheet", - "MediaList", - "void" + "MediaList" ], "redefinedIdlNames": [], "missingWebIdlRef": [], @@ -5435,7 +5440,9 @@ "brokenLinks": [ "https://drafts.csswg.org/cssom-1/#documentorshadowroot-document-or-shadow-root-css-style-sheets", "https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-stylesheets", - "https://heycam.github.io/webidl/#notallowederror" + "https://heycam.github.io/webidl/#idl-undefined", + "https://heycam.github.io/webidl/#notallowederror", + "https://heycam.github.io/webidl/#idl-frozen-array" ], "evolvingLinks": [], "outdatedSpecs": [], @@ -8316,11 +8323,6 @@ ], "referencedBy": { "normative": [ - { - "url": "https://wicg.github.io/construct-stylesheets/", - "title": "Constructable Stylesheet Objects", - "crawled": "https://wicg.github.io/construct-stylesheets/" - }, { "url": "https://www.w3.org/TR/css-align-3/", "title": "CSS Box Alignment Module Level 3", @@ -8669,6 +8671,11 @@ ], "referencedBy": { "normative": [ + { + "url": "https://wicg.github.io/construct-stylesheets/", + "title": "Constructable Stylesheet Objects", + "crawled": "https://wicg.github.io/construct-stylesheets/" + }, { "url": "https://www.w3.org/TR/CSP3/", "title": "Content Security Policy Level 3", @@ -12426,9 +12433,13 @@ "report": { "noNormativeRefs": false, "noRefToWebIDL": false, - "hasInvalidIdl": true, + "hasInvalidIdl": false, + "hasObsoleteIdl": false, "unknownExposedNames": [], - "unknownIdlNames": [], + "unknownIdlNames": [ + "CSS", + "void" + ], "redefinedIdlNames": [], "missingWebIdlRef": [], "missingDfns": { @@ -18222,9 +18233,7 @@ "noRefToWebIDL": false, "hasInvalidIdl": false, "hasObsoleteIdl": false, - "unknownExposedNames": [ - "LayoutWorklet" - ], + "unknownExposedNames": [], "unknownIdlNames": [ "CSS", "CSSStyleRule", @@ -20998,11 +21007,6 @@ "title": "Idle Detection API", "crawled": "https://wicg.github.io/idle-detection/" }, - { - "url": "https://www.w3.org/TR/image-resource/", - "title": "Image Resource", - "crawled": "https://www.w3.org/TR/image-resource/" - }, { "url": "https://wicg.github.io/import-maps/", "title": "Import Maps", @@ -21465,6 +21469,11 @@ "title": "Origin Policy", "crawled": "https://wicg.github.io/origin-policy/" }, + { + "url": "https://www.w3.org/TR/SVG11/", + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "crawled": "https://www.w3.org/TR/SVG11/" + }, { "url": "https://www.w3.org/TR/screen-capture/", "title": "Screen Capture", @@ -21672,7 +21681,7 @@ { "title": "ECMAScriptĀ® 2022 LanguageĀ Specification", "shortname": "ecmascript", - "date": "6 April 2021", + "date": "28 April 2021", "url": "https://tc39.es/ecma262/", "nightly": { "url": "https://tc39.es/ecma262/", @@ -24801,7 +24810,7 @@ { "title": "Federated Learning of Cohorts", "shortname": "floc", - "date": "13 April 2021", + "date": "29 April 2021", "url": "https://wicg.github.io/floc/", "nightly": { "url": "https://wicg.github.io/floc/", @@ -25414,7 +25423,7 @@ { "title": "File API", "shortname": "FileAPI", - "date": "22 April 2021", + "date": "27 April 2021", "url": "https://www.w3.org/TR/FileAPI/", "release": { "url": "https://www.w3.org/TR/FileAPI/", @@ -28615,7 +28624,7 @@ { "title": "HTML Standard", "shortname": "html", - "date": "22 April 2021", + "date": "30 April 2021", "url": "https://html.spec.whatwg.org/multipage/", "nightly": { "url": "https://html.spec.whatwg.org/multipage/", @@ -39498,6 +39507,11 @@ "title": "Touch Events", "crawled": "https://www.w3.org/TR/touch-events/" }, + { + "url": "https://www.w3.org/TR/tracking-dnt/", + "title": "Tracking Preference Expression (DNT)", + "crawled": "https://www.w3.org/TR/tracking-dnt/" + }, { "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/", "title": "Trusted Types", @@ -39629,9 +39643,9 @@ "crawled": "https://www.w3.org/TR/wasm-web-api-1/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" }, { "url": "https://www.w3.org/TR/webdriver2/", @@ -40589,10 +40603,10 @@ "filename": "Overview.html" }, "nightly": { - "url": "https://w3c.github.io/webrtc-identity/identity.html", + "url": "https://w3c.github.io/webrtc-identity/", "repository": "https://github.com/w3c/webrtc-identity", "sourcePath": "identity.html", - "filename": "identity.html" + "filename": "index.html" }, "crawled": "https://www.w3.org/TR/webrtc-identity/", "report": { @@ -40743,7 +40757,7 @@ { "title": "Image Resource", "shortname": "image-resource", - "date": "29 March 2021", + "date": "26 April 2021", "url": "https://www.w3.org/TR/image-resource/", "release": { "url": "https://www.w3.org/TR/image-resource/", @@ -40769,7 +40783,9 @@ "css": [], "idl": [] }, - "missingLinkRef": [], + "missingLinkRef": [ + "https://www.w3.org/TR/wai-aria/" + ], "inconsistentRef": [], "referencedBy": { "normative": [ @@ -40783,6 +40799,11 @@ "title": "Content Index", "crawled": "https://wicg.github.io/content-index/spec/" }, + { + "url": "https://www.w3.org/TR/manifest-app-info/", + "title": "Web App Manifest - Application Information", + "crawled": "https://www.w3.org/TR/manifest-app-info/" + }, { "url": "https://www.w3.org/TR/appmanifest/", "title": "Web Application Manifest", @@ -40792,11 +40813,12 @@ "informative": [] }, "xrefs": { - "notExported": [], + "notExported": [ + "https://www.w3.org/TR/wai-aria/#dfn-accessible-name" + ], "notDfn": [], "brokenLinks": [ - "https://heycam.github.io/webidl/#exceptiondef-typeerror", - "https://dom.spec.whatwg.org/#context-object" + "https://heycam.github.io/webidl/#exceptiondef-typeerror" ], "evolvingLinks": [], "outdatedSpecs": [], @@ -40808,7 +40830,7 @@ { "title": "import assertions", "shortname": "tc39-import-assertions", - "date": "22 April 2021", + "date": "30 April 2021", "url": "https://tc39.es/proposal-import-assertions/", "nightly": { "url": "https://tc39.es/proposal-import-assertions/", @@ -41393,6 +41415,11 @@ "title": "Page Lifecycle", "crawled": "https://wicg.github.io/page-lifecycle/" }, + { + "url": "https://www.w3.org/TR/payment-handler/", + "title": "Payment Handler API", + "crawled": "https://www.w3.org/TR/payment-handler/" + }, { "url": "https://www.w3.org/TR/payment-method-manifest/", "title": "Payment Method Manifest", @@ -41564,9 +41591,9 @@ "crawled": "https://www.w3.org/TR/wasm-js-api-1/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" }, { "url": "https://www.w3.org/TR/webdriver2/", @@ -42865,9 +42892,9 @@ "crawled": "https://wicg.github.io/video-rvfc/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" } ], "informative": [] @@ -47043,9 +47070,9 @@ "crawled": "https://w3c.github.io/media-playback-quality/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" } ] }, @@ -47409,9 +47436,9 @@ "crawled": "https://www.w3.org/TR/webaudio/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" } ] }, @@ -47956,7 +47983,7 @@ { "title": "Notifications API Standard", "shortname": "notifications", - "date": "22 April 2021", + "date": "26 April 2021", "url": "https://notifications.spec.whatwg.org/", "nightly": { "url": "https://notifications.spec.whatwg.org/", @@ -48008,8 +48035,8 @@ }, "xrefs": { "notExported": [ + "https://heycam.github.io/webidl/#dfn-dictionary", "https://heycam.github.io/webidl/#dfn-throw", - "https://html.spec.whatwg.org/#entry-settings-object", "https://html.spec.whatwg.org/#update-the-image-data", "https://w3c.github.io/vibration/#dfn-validate-and-normalize", "https://w3c.github.io/vibration/#dfn-perform-vibration" @@ -48810,7 +48837,7 @@ { "title": "Payment Handler API", "shortname": "payment-handler", - "date": "21 October 2019", + "date": "28 April 2021", "url": "https://www.w3.org/TR/payment-handler/", "release": { "url": "https://www.w3.org/TR/payment-handler/", @@ -48829,455 +48856,12 @@ "hasInvalidIdl": false, "hasObsoleteIdl": false, "unknownExposedNames": [], - "unknownIdlNames": [ - "void" - ], + "unknownIdlNames": [], "redefinedIdlNames": [], "missingWebIdlRef": [], "missingDfns": { "css": [], - "idl": [ - { - "expected": { - "linkingText": [ - "delete(instrumentKey)" - ], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentinstruments-delete", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-delete", - "linkingText": [ - "PaymentInstruments.delete()", - "PaymentInstruments.delete", - "delete()", - "delete" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false, - "heading": { - "id": "delete-method", - "title": "delete() method", - "number": "3.3.1" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-paymentinstruments", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments", - "linkingText": [ - "PaymentInstruments" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "paymentinstruments-interface", - "title": "PaymentInstruments interface", - "number": "3.3" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "get(instrumentKey)" - ], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentinstruments-get", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-get", - "linkingText": [ - "PaymentInstruments.get()", - "PaymentInstruments.get", - "get()", - "get" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false, - "heading": { - "id": "get-method", - "title": "get() method", - "number": "3.3.2" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-paymentinstruments", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments", - "linkingText": [ - "PaymentInstruments" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "paymentinstruments-interface", - "title": "PaymentInstruments interface", - "number": "3.3" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "has(instrumentKey)" - ], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentinstruments-has", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-has", - "linkingText": [ - "PaymentInstruments.has()", - "PaymentInstruments.has", - "has()", - "has" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false, - "heading": { - "id": "has-method", - "title": "has() method", - "number": "3.3.4" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-paymentinstruments", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments", - "linkingText": [ - "PaymentInstruments" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "paymentinstruments-interface", - "title": "PaymentInstruments interface", - "number": "3.3" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "set(instrumentKey, details)" - ], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentinstruments-set", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments-set", - "linkingText": [ - "PaymentInstruments.set()", - "PaymentInstruments.set", - "set()", - "set" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "PaymentInstruments" - ], - "access": "public", - "informative": false, - "heading": { - "id": "set-method", - "title": "set() method", - "number": "3.3.5" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-paymentinstruments", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentinstruments", - "linkingText": [ - "PaymentInstruments" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "paymentinstruments-interface", - "title": "PaymentInstruments interface", - "number": "3.3" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "constructor(type, eventInitDict)" - ], - "type": "constructor", - "for": [ - "CanMakePaymentEvent" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-canmakepaymentevent-constructor", - "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-constructor", - "linkingText": [ - "CanMakePaymentEvent.constructor()", - "CanMakePaymentEvent.constructor", - "constructor()", - "constructor" - ], - "localLinkingText": [], - "type": "constructor", - "for": [ - "CanMakePaymentEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-canmakepaymentevent", - "title": "The CanMakePaymentEvent", - "number": "4.2" - }, - "definedIn": "pre" - }, - "for": { - "id": "dom-canmakepaymentevent", - "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent", - "linkingText": [ - "CanMakePaymentEvent" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-canmakepaymentevent", - "title": "The CanMakePaymentEvent", - "number": "4.2" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "respondWith(canMakePaymentResponse)" - ], - "type": "method", - "for": [ - "CanMakePaymentEvent" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-canmakepaymentevent-respondwith", - "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent-respondwith", - "linkingText": [ - "CanMakePaymentEvent.respondWith()", - "CanMakePaymentEvent.respondWith", - "respondWith()", - "respondWith" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "CanMakePaymentEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "respondwith-method", - "title": "respondWith() method", - "number": "4.2.1" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-canmakepaymentevent", - "href": "https://www.w3.org/TR/payment-handler/#dom-canmakepaymentevent", - "linkingText": [ - "CanMakePaymentEvent" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-canmakepaymentevent", - "title": "The CanMakePaymentEvent", - "number": "4.2" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "constructor(type, eventInitDict)" - ], - "type": "constructor", - "for": [ - "PaymentRequestEvent" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentrequestevent-constructor", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-constructor", - "linkingText": [ - "PaymentRequestEvent.constructor()", - "PaymentRequestEvent.constructor", - "constructor()", - "constructor" - ], - "localLinkingText": [], - "type": "constructor", - "for": [ - "PaymentRequestEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-paymentrequestevent", - "title": "The PaymentRequestEvent", - "number": "5.3" - }, - "definedIn": "pre" - }, - "for": { - "id": "dom-paymentrequestevent", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent", - "linkingText": [ - "PaymentRequestEvent" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-paymentrequestevent", - "title": "The PaymentRequestEvent", - "number": "5.3" - }, - "definedIn": "heading" - }, - "warning": true - }, - { - "expected": { - "linkingText": [ - "openWindow(url)" - ], - "type": "method", - "for": [ - "PaymentRequestEvent" - ], - "access": "public", - "informative": false - }, - "found": { - "id": "dom-paymentrequestevent-openwindow", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent-openwindow", - "linkingText": [ - "PaymentRequestEvent.openWindow()", - "PaymentRequestEvent.openWindow", - "openWindow()", - "openWindow" - ], - "localLinkingText": [], - "type": "method", - "for": [ - "PaymentRequestEvent" - ], - "access": "public", - "informative": false, - "heading": { - "id": "openwindow-method", - "title": "openWindow() method", - "number": "5.3.9" - }, - "definedIn": "heading" - }, - "for": { - "id": "dom-paymentrequestevent", - "href": "https://www.w3.org/TR/payment-handler/#dom-paymentrequestevent", - "linkingText": [ - "PaymentRequestEvent" - ], - "localLinkingText": [], - "type": "interface", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "the-paymentrequestevent", - "title": "The PaymentRequestEvent", - "number": "5.3" - }, - "definedIn": "heading" - }, - "warning": true - } - ] + "idl": [] }, "missingLinkRef": [], "inconsistentRef": [], @@ -49294,18 +48878,11 @@ "xrefs": { "notExported": [ "https://www.w3.org/TR/payment-request/#dfn-payment-method", - "https://html.spec.whatwg.org/#ascii-case-insensitive", - "https://html.spec.whatwg.org/#concept-url-scheme", "https://heycam.github.io/webidl/#invalidstateerror", - "https://heycam.github.io/webidl/#dfn-DOMException", "https://heycam.github.io/webidl/#operationerror", - "https://heycam.github.io/webidl/#dfn-throw", - "https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value" - ], - "notDfn": [ - "https://html.spec.whatwg.org/#structured-clone", - "https://heycam.github.io/webidl/#idl-void" + "https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value" ], + "notDfn": [], "brokenLinks": [ "https://www.w3.org/TR/service-workers-1/#service-worker-global-scope", "https://www.w3.org/TR/service-workers-1/#dfn-extend-lifetime-promises", @@ -49315,15 +48892,17 @@ "https://www.w3.org/TR/payment-request/#canmakepayment()-method", "https://www.w3.org/TR/payment-request/#show()-method", "https://www.w3.org/TR/payment-request/#dfn-json-serialize", - "https://html.spec.whatwg.org/#context-object", - "https://html.spec.whatwg.org/#triggered-by-user-activation", - "https://html.spec.whatwg.org/#concept-events-trusted", "https://www.w3.org/TR/payment-method-basic-card/#dom-basiccardrequest-supportedtypes", "https://heycam.github.io/webidl/#SecureContext", + "https://heycam.github.io/webidl/#idl-undefined", + "https://heycam.github.io/webidl/#a-new-promise", "https://heycam.github.io/webidl/#notallowederror", + "https://heycam.github.io/webidl/#exceptiondef-typeerror", + "https://heycam.github.io/webidl/#this", "https://heycam.github.io/webidl/#idl-frozen-array", - "https://www.w3.org/TR/appmanifest/#fetching-image-resources", - "https://www.w3.org/TR/payment-method-id/#payment-method-identifiers-(pmis)" + "https://heycam.github.io/webidl/#upon-rejection", + "https://heycam.github.io/webidl/#upon-fulfillment", + "https://www.w3.org/TR/appmanifest/#fetching-image-resources" ], "evolvingLinks": [], "outdatedSpecs": [], @@ -52825,9 +52404,12 @@ "report": { "noNormativeRefs": false, "noRefToWebIDL": false, - "hasInvalidIdl": true, + "hasInvalidIdl": false, + "hasObsoleteIdl": false, "unknownExposedNames": [], - "unknownIdlNames": [], + "unknownIdlNames": [ + "void" + ], "redefinedIdlNames": [], "missingWebIdlRef": [], "missingDfns": { @@ -53140,6 +52722,418 @@ "ok": false } }, + { + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "shortname": "SVG11", + "date": "16 August 2011", + "url": "https://www.w3.org/TR/SVG11/", + "release": { + "url": "https://www.w3.org/TR/SVG11/", + "pages": [ + "https://www.w3.org/TR/SVG11/expanded-toc.html", + "https://www.w3.org/TR/SVG11/intro.html", + "https://www.w3.org/TR/SVG11/concepts.html", + "https://www.w3.org/TR/SVG11/render.html", + "https://www.w3.org/TR/SVG11/types.html", + "https://www.w3.org/TR/SVG11/struct.html", + "https://www.w3.org/TR/SVG11/styling.html", + "https://www.w3.org/TR/SVG11/coords.html", + "https://www.w3.org/TR/SVG11/paths.html", + "https://www.w3.org/TR/SVG11/shapes.html", + "https://www.w3.org/TR/SVG11/text.html", + "https://www.w3.org/TR/SVG11/painting.html", + "https://www.w3.org/TR/SVG11/color.html", + "https://www.w3.org/TR/SVG11/pservers.html", + "https://www.w3.org/TR/SVG11/masking.html", + "https://www.w3.org/TR/SVG11/filters.html", + "https://www.w3.org/TR/SVG11/interact.html", + "https://www.w3.org/TR/SVG11/linking.html", + "https://www.w3.org/TR/SVG11/script.html", + "https://www.w3.org/TR/SVG11/animate.html", + "https://www.w3.org/TR/SVG11/fonts.html", + "https://www.w3.org/TR/SVG11/metadata.html", + "https://www.w3.org/TR/SVG11/backward.html", + "https://www.w3.org/TR/SVG11/extend.html", + "https://www.w3.org/TR/SVG11/svgdtd.html", + "https://www.w3.org/TR/SVG11/svgdom.html", + "https://www.w3.org/TR/SVG11/idl.html", + "https://www.w3.org/TR/SVG11/java.html", + "https://www.w3.org/TR/SVG11/escript.html", + "https://www.w3.org/TR/SVG11/implnote.html", + "https://www.w3.org/TR/SVG11/conform.html", + "https://www.w3.org/TR/SVG11/access.html", + "https://www.w3.org/TR/SVG11/i18n.html", + "https://www.w3.org/TR/SVG11/minimize.html", + "https://www.w3.org/TR/SVG11/refs.html", + "https://www.w3.org/TR/SVG11/eltindex.html", + "https://www.w3.org/TR/SVG11/attindex.html", + "https://www.w3.org/TR/SVG11/propidx.html", + "https://www.w3.org/TR/SVG11/feature.html", + "https://www.w3.org/TR/SVG11/mimereg.html", + "https://www.w3.org/TR/SVG11/changes.html" + ], + "filename": "Overview.html" + }, + "nightly": { + "url": "https://svgwg.org/svg2-draft/", + "repository": "https://github.com/w3c/svgwg", + "sourcePath": "master/Overview.html", + "pages": [ + "https://svgwg.org/svg2-draft/intro.html", + "https://svgwg.org/svg2-draft/conform.html", + "https://svgwg.org/svg2-draft/render.html", + "https://svgwg.org/svg2-draft/types.html", + "https://svgwg.org/svg2-draft/struct.html", + "https://svgwg.org/svg2-draft/styling.html", + "https://svgwg.org/svg2-draft/geometry.html", + "https://svgwg.org/svg2-draft/coords.html", + "https://svgwg.org/svg2-draft/paths.html", + "https://svgwg.org/svg2-draft/shapes.html", + "https://svgwg.org/svg2-draft/text.html", + "https://svgwg.org/svg2-draft/embedded.html", + "https://svgwg.org/svg2-draft/painting.html", + "https://svgwg.org/svg2-draft/pservers.html", + "https://svgwg.org/svg2-draft/interact.html", + "https://svgwg.org/svg2-draft/linking.html", + "https://svgwg.org/svg2-draft/idl.html", + "https://svgwg.org/svg2-draft/implnote.html", + "https://svgwg.org/svg2-draft/access.html", + "https://svgwg.org/svg2-draft/animate.html", + "https://svgwg.org/svg2-draft/refs.html", + "https://svgwg.org/svg2-draft/eltindex.html", + "https://svgwg.org/svg2-draft/attindex.html", + "https://svgwg.org/svg2-draft/propidx.html", + "https://svgwg.org/svg2-draft/idlindex.html", + "https://svgwg.org/svg2-draft/mimereg.html", + "https://svgwg.org/svg2-draft/changes.html" + ], + "filename": "Overview.html" + }, + "crawled": "https://www.w3.org/TR/SVG11/", + "report": { + "noNormativeRefs": false, + "noRefToWebIDL": true, + "hasInvalidIdl": true, + "unknownExposedNames": [], + "unknownIdlNames": [], + "redefinedIdlNames": [], + "missingWebIdlRef": [], + "missingDfns": { + "css": [], + "idl": [] + }, + "missingLinkRef": [ + "https://www.w3.org/TR/2001/REC-xlink-20010627/", + "https://www.w3.org/TR/2001/REC-MathML2-20010221/", + "https://www.w3.org/TR/1999/REC-html401-19991224/present/", + "https://www.w3.org/TR/xlink/", + "https://www.w3.org/TR/xml-names11/", + "https://www.w3.org/TR/1999/REC-html401-19991224/struct/", + "https://www.w3.org/TR/2003/REC-MathML2-20031021/", + "https://www.w3.org/TR/xml-stylesheet/", + "https://www.w3.org/TR/xsl/", + "https://www.w3.org/TR/html4/", + "https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/", + "https://www.w3.org/TR/smil/" + ], + "inconsistentRef": [ + { + "link": "https://www.w3.org/TR/2006/REC-xml-names-20060816/", + "ref": { + "name": "XML-NS", + "url": "http://www.w3.org/TR/2009/REC-xml-names-20091208/" + } + }, + { + "link": "https://www.w3.org/TR/2006/REC-xml-20060816/", + "ref": { + "name": "XML10", + "url": "http://www.w3.org/TR/2008/REC-xml-20081126/" + } + }, + { + "link": "https://www.w3.org/TR/xmlbase/", + "ref": { + "name": "XML-BASE", + "url": "http://www.w3.org/TR/2009/REC-xmlbase-20090128/" + } + }, + { + "link": "https://www.w3.org/TR/smil-animation/", + "ref": { + "name": "SMILANIM", + "url": "http://www.w3.org/TR/2001/REC-smil-animation-20010904/" + } + }, + { + "link": "https://www.w3.org/TR/xlink11/", + "ref": { + "name": "XLINK", + "url": "http://www.w3.org/TR/2010/REC-xlink11-20100506/" + } + }, + { + "link": "https://www.w3.org/TR/xml/", + "ref": { + "name": "XML10", + "url": "http://www.w3.org/TR/2008/REC-xml-20081126/" + } + }, + { + "link": "https://www.w3.org/TR/xml-names/", + "ref": { + "name": "XML-NS", + "url": "http://www.w3.org/TR/2009/REC-xml-names-20091208/" + } + }, + { + "link": "https://www.w3.org/TR/charmod/", + "ref": { + "name": "CHARMOD", + "url": "http://www.w3.org/TR/2005/REC-charmod-20050215/" + } + }, + { + "link": "https://www.w3.org/TR/rdf-primer/", + "ref": { + "name": "RDF-PRIMER", + "url": "http://www.w3.org/TR/2004/REC-rdf-primer-20040210/" + } + }, + { + "link": "https://www.w3.org/TR/xmlschema-2/", + "ref": { + "name": "SCHEMA2", + "url": "http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/" + } + }, + { + "link": "https://www.w3.org/TR/css3-selectors/", + "ref": { + "name": "SELECTORS", + "url": "http://www.w3.org/TR/2009/PR-css3-selectors-20091215/" + } + }, + { + "link": "https://www.w3.org/TR/xhtml1/", + "ref": { + "name": "XHTML", + "url": "http://www.w3.org/TR/2002/REC-xhtml1-20020801/" + } + }, + { + "link": "https://www.w3.org/TR/xslt/", + "ref": { + "name": "XSLT", + "url": "http://www.w3.org/TR/1999/REC-xslt-19991116" + } + }, + { + "link": "https://www.w3.org/TR/xslt20/", + "ref": { + "name": "XSLT2", + "url": "http://www.w3.org/TR/2007/REC-xslt20-20070123/" + } + } + ], + "referencedBy": { + "normative": [ + { + "url": "https://www.w3.org/TR/compositing-1/", + "title": "Compositing and Blending Level 1", + "crawled": "https://www.w3.org/TR/compositing-1/" + }, + { + "url": "https://drafts.fxtf.org/compositing-2/", + "title": "Compositing and Blending Level 2", + "crawled": "https://drafts.fxtf.org/compositing-2/" + }, + { + "url": "https://www.w3.org/TR/css-ui-4/", + "title": "CSS Basic User Interface Module Level 4", + "crawled": "https://www.w3.org/TR/css-ui-4/" + }, + { + "url": "https://www.w3.org/TR/css-color-4/", + "title": "CSS Color Module Level 4", + "crawled": "https://www.w3.org/TR/css-color-4/" + }, + { + "url": "https://www.w3.org/TR/css-images-4/", + "title": "CSS Image Values and Replaced Content Module Level 4", + "crawled": "https://www.w3.org/TR/css-images-4/" + }, + { + "url": "https://www.w3.org/TR/css-images-3/", + "title": "CSS Images Module Level 3", + "crawled": "https://www.w3.org/TR/css-images-3/" + }, + { + "url": "https://www.w3.org/TR/cssom-1/", + "title": "CSS Object Model (CSSOM)", + "crawled": "https://www.w3.org/TR/cssom-1/" + }, + { + "url": "https://www.w3.org/TR/css-transforms-1/", + "title": "CSS Transforms Module Level 1", + "crawled": "https://www.w3.org/TR/css-transforms-1/" + }, + { + "url": "https://www.w3.org/TR/css-transforms-2/", + "title": "CSS Transforms Module Level 2", + "crawled": "https://www.w3.org/TR/css-transforms-2/" + }, + { + "url": "https://www.w3.org/TR/css-writing-modes-4/", + "title": "CSS Writing Modes Level 4", + "crawled": "https://www.w3.org/TR/css-writing-modes-4/" + }, + { + "url": "https://www.w3.org/TR/filter-effects-1/", + "title": "Filter Effects Module Level 1", + "crawled": "https://www.w3.org/TR/filter-effects-1/" + }, + { + "url": "https://fullscreen.spec.whatwg.org/", + "title": "Fullscreen API Standard", + "crawled": "https://fullscreen.spec.whatwg.org/" + }, + { + "url": "https://html.spec.whatwg.org/multipage/", + "title": "HTML Standard", + "crawled": "https://html.spec.whatwg.org/multipage/" + }, + { + "url": "https://www.w3.org/TR/motion-1/", + "title": "Motion Path Module Level 1", + "crawled": "https://www.w3.org/TR/motion-1/" + }, + { + "url": "https://www.w3.org/TR/resource-timing-2/", + "title": "Resource Timing Level 2", + "crawled": "https://www.w3.org/TR/resource-timing-2/" + }, + { + "url": "https://www.w3.org/TR/svg-integration/", + "title": "SVG Integration", + "crawled": "https://www.w3.org/TR/svg-integration/" + }, + { + "url": "https://www.w3.org/TR/web-animations-1/", + "title": "Web Animations", + "crawled": "https://www.w3.org/TR/web-animations-1/" + } + ], + "informative": [ + { + "url": "https://www.w3.org/TR/CSS21/", + "title": "Cascading Style Sheets Level 2 Revision 1 (CSSĀ 2.1) Specification", + "crawled": "https://www.w3.org/TR/CSS21/" + }, + { + "url": "https://www.w3.org/TR/CSS22/", + "title": "Cascading Style Sheets Level 2 Revision 2 (CSSĀ 2.2) Specification", + "crawled": "https://www.w3.org/TR/CSS22/" + }, + { + "url": "https://www.w3.org/TR/clipboard-apis/", + "title": "Clipboard API and events", + "crawled": "https://www.w3.org/TR/clipboard-apis/" + }, + { + "url": "https://www.w3.org/TR/css-cascade-3/", + "title": "CSS Cascading and Inheritance Level 3", + "crawled": "https://www.w3.org/TR/css-cascade-3/" + }, + { + "url": "https://www.w3.org/TR/css-cascade-4/", + "title": "CSS Cascading and Inheritance Level 4", + "crawled": "https://www.w3.org/TR/css-cascade-4/" + }, + { + "url": "https://www.w3.org/TR/css-cascade-5/", + "title": "CSS Cascading and Inheritance Level 5", + "crawled": "https://www.w3.org/TR/css-cascade-5/" + }, + { + "url": "https://www.w3.org/TR/css-style-attr/", + "title": "CSS Style Attributes", + "crawled": "https://www.w3.org/TR/css-style-attr/" + }, + { + "url": "https://www.w3.org/TR/css-transitions-1/", + "title": "CSS Transitions", + "crawled": "https://www.w3.org/TR/css-transitions-1/" + }, + { + "url": "https://www.w3.org/TR/geometry-1/", + "title": "Geometry Interfaces Module Level 1", + "crawled": "https://www.w3.org/TR/geometry-1/" + }, + { + "url": "https://www.w3.org/TR/selectors-4/", + "title": "Selectors Level 4", + "crawled": "https://www.w3.org/TR/selectors-4/" + }, + { + "url": "https://www.w3.org/TR/svg-aam-1.0/", + "title": "SVG Accessibility API Mappings", + "crawled": "https://www.w3.org/TR/svg-aam-1.0/" + } + ] + }, + "xrefs": { + "notExported": [], + "notDfn": [], + "brokenLinks": [], + "evolvingLinks": [], + "outdatedSpecs": [], + "datedUrls": [ + "https://www.w3.org/TR/2001/REC-SVG-20010904/", + "https://www.w3.org/TR/2008/REC-xml-20081126/", + "https://www.w3.org/TR/2006/REC-xml-names-20060816/", + "https://www.w3.org/TR/2001/REC-xlink-20010627/", + "https://www.w3.org/TR/2009/REC-xmlbase-20090128/", + "https://www.w3.org/TR/2008/REC-CSS2-20080411/", + "https://www.w3.org/TR/1999/REC-xslt-19991116", + "https://www.w3.org/TR/2007/REC-xslt20-20070123/", + "https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/", + "https://www.w3.org/TR/2008/REC-SMIL3-20081201/", + "https://www.w3.org/TR/2001/REC-smil-animation-20010904/", + "https://www.w3.org/TR/1999/REC-html401-19991224/", + "https://www.w3.org/TR/2002/REC-xhtml1-20020801/", + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/", + "https://www.w3.org/TR/2001/REC-MathML2-20010221/", + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/", + "https://www.w3.org/TR/2006/REC-xml-20060816/", + "https://www.w3.org/TR/1999/REC-html401-19991224/present/", + "https://www.w3.org/TR/2006/REC-xsl11-20061205/", + "https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/", + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/", + "https://www.w3.org/TR/1999/REC-html401-19991224/struct/", + "https://www.w3.org/TR/2004/REC-rdf-primer-20040210/", + "https://www.w3.org/TR/2003/REC-MathML2-20031021/", + "https://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/", + "https://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/", + "https://www.w3.org/TR/2000/REC-ATAG10-20000203/", + "https://www.w3.org/TR/2002/REC-UAAG10-20021217/", + "https://www.w3.org/TR/2008/REC-WCAG20-20081211/", + "https://www.w3.org/TR/2000/NOTE-SVG-access-20000807/", + "https://www.w3.org/TR/2005/REC-charmod-20050215/", + "https://www.w3.org/TR/2003/REC-PNG-20031110/", + "https://www.w3.org/TR/2010/REC-xlink11-20100506/", + "https://www.w3.org/TR/2009/REC-xml-names-20091208/", + "https://www.w3.org/TR/2010/REC-MathML3-20101021/", + "https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/", + "https://www.w3.org/TR/2005/NOTE-xml11schema10-20050511/", + "https://www.w3.org/TR/2009/PR-css3-selectors-20091215/", + "https://www.w3.org/TR/2009/WD-SVGCompositing-20090430/", + "https://www.w3.org/TR/2006/WD-Window-20060407/" + ] + }, + "ok": false + } + }, { "title": "Scalable Vector Graphics (SVG) 2", "shortname": "SVG2", @@ -53693,6 +53687,11 @@ "title": "Graphics Accessibility API Mappings", "crawled": "https://www.w3.org/TR/graphics-aam-1.0/" }, + { + "url": "https://www.w3.org/TR/SVG11/", + "title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + "crawled": "https://www.w3.org/TR/SVG11/" + }, { "url": "https://www.w3.org/TR/selectors-4/", "title": "Selectors Level 4", @@ -55725,7 +55724,7 @@ { "title": "Temporal proposal", "shortname": "tc39-temporal", - "date": "19 April 2021", + "date": "28 April 2021", "url": "https://tc39.es/proposal-temporal/", "nightly": { "url": "https://tc39.es/proposal-temporal/", @@ -55911,7 +55910,7 @@ { "title": "The Storage Access API", "shortname": "storage-access", - "date": "22 April 2021", + "date": "26 April 2021", "url": "https://privacycg.github.io/storage-access/", "nightly": { "url": "https://privacycg.github.io/storage-access/", @@ -56487,6 +56486,418 @@ "ok": true } }, + { + "title": "Tracking Preference Expression (DNT)", + "shortname": "tracking-dnt", + "date": "17 January 2019", + "url": "https://www.w3.org/TR/tracking-dnt/", + "release": { + "url": "https://www.w3.org/TR/tracking-dnt/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/dnt/drafts/tracking-dnt.html", + "repository": "https://github.com/w3c/dnt", + "sourcePath": "index.html", + "filename": "tracking-dnt.html" + }, + "crawled": "https://www.w3.org/TR/tracking-dnt/", + "report": { + "noNormativeRefs": false, + "noRefToWebIDL": false, + "hasInvalidIdl": false, + "hasObsoleteIdl": false, + "unknownExposedNames": [], + "unknownIdlNames": [ + "void" + ], + "redefinedIdlNames": [], + "missingWebIdlRef": [], + "missingDfns": { + "css": [], + "idl": [ + { + "expected": { + "linkingText": [ + "TrackingExData" + ], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata", + "linkingText": [ + "TrackingExData" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "prose" + }, + "for": null + }, + { + "expected": { + "linkingText": [ + "site" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-site", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-site", + "linkingText": [ + "site" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "targets" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-targets", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-targets", + "linkingText": [ + "targets" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "name" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-name", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "explanation" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-explanation", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-explanation", + "linkingText": [ + "explanation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "details" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-details", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-details", + "linkingText": [ + "details" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "maxAge" + ], + "type": "dict-member", + "for": [ + "TrackingExData" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexdata-maxage", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexdata-maxage", + "linkingText": [ + "maxAge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexdata" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "TrackingExResult" + ], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexresult", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult", + "linkingText": [ + "TrackingExResult" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "prose" + }, + "for": null + }, + { + "expected": { + "linkingText": [ + "isSiteWide" + ], + "type": "dict-member", + "for": [ + "TrackingExResult" + ], + "access": "public", + "informative": false + }, + "found": { + "id": "dom-trackingexresult-issitewide", + "href": "https://www.w3.org/TR/tracking-dnt/#dom-trackingexresult-issitewide", + "linkingText": [ + "isSiteWide" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "trackingexresult" + ], + "access": "private", + "informative": false, + "heading": { + "id": "exception-javascript-api-store", + "title": "API to Store a Tracking Exception", + "number": "6.6.1" + }, + "definedIn": "dt" + } + }, + { + "expected": { + "linkingText": [ + "doNotTrack" + ], + "type": "attribute", + "for": [ + "Navigator" + ], + "access": "public", + "informative": false + } + }, + { + "expected": { + "linkingText": [ + "storeTrackingException(properties)" + ], + "type": "method", + "for": [ + "Navigator" + ], + "access": "public", + "informative": false + } + }, + { + "expected": { + "linkingText": [ + "removeTrackingException(properties)" + ], + "type": "method", + "for": [ + "Navigator" + ], + "access": "public", + "informative": false + } + }, + { + "expected": { + "linkingText": [ + "trackingExceptionExists(properties)" + ], + "type": "method", + "for": [ + "Navigator" + ], + "access": "public", + "informative": false + } + } + ] + }, + "missingLinkRef": [], + "inconsistentRef": [ + { + "link": "https://www.w3.org/TR/html5/", + "ref": { + "name": "HTML51", + "url": "https://www.w3.org/TR/html51/" + } + }, + { + "link": "https://html.spec.whatwg.org/", + "ref": { + "name": "HTML51", + "url": "https://www.w3.org/TR/html51/" + } + } + ], + "referencedBy": { + "normative": [], + "informative": [] + }, + "xrefs": { + "notExported": [], + "notDfn": [], + "brokenLinks": [], + "evolvingLinks": [], + "outdatedSpecs": [ + "https://www.w3.org/TR/html5/", + "https://www.w3.org/TR/html51/" + ], + "datedUrls": [ + "https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/" + ] + }, + "ok": false + } + }, { "title": "Trusted Types", "shortname": "trusted-types", @@ -57725,7 +58136,7 @@ { "title": "User-Agent Client Hints", "shortname": "ua-client-hints", - "date": "14 April 2021", + "date": "26 April 2021", "url": "https://wicg.github.io/ua-client-hints/", "nightly": { "url": "https://wicg.github.io/ua-client-hints/", @@ -58139,6 +58550,60 @@ "ok": false } }, + { + "title": "Web App Manifest - Application Information", + "shortname": "manifest-app-info", + "date": "24 March 2021", + "url": "https://www.w3.org/TR/manifest-app-info/", + "release": { + "url": "https://www.w3.org/TR/manifest-app-info/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/manifest-app-info/", + "repository": "https://github.com/w3c/manifest-app-info", + "sourcePath": "index.html", + "filename": "index.html" + }, + "crawled": "https://www.w3.org/TR/manifest-app-info/", + "report": { + "noNormativeRefs": false, + "noRefToWebIDL": false, + "hasInvalidIdl": false, + "unknownExposedNames": [], + "unknownIdlNames": [], + "redefinedIdlNames": [], + "missingWebIdlRef": [], + "missingDfns": { + "css": [], + "idl": [] + }, + "missingLinkRef": [], + "inconsistentRef": [], + "referencedBy": { + "normative": [], + "informative": [ + { + "url": "https://www.w3.org/TR/appmanifest/", + "title": "Web Application Manifest", + "crawled": "https://www.w3.org/TR/appmanifest/" + } + ] + }, + "xrefs": { + "notExported": [ + "https://www.w3.org/TR/accname-1.2/#dfn-accessible-description", + "https://www.w3.org/TR/accname-1.2/#dfn-accessible-name" + ], + "notDfn": [], + "brokenLinks": [], + "evolvingLinks": [], + "outdatedSpecs": [], + "datedUrls": [] + }, + "ok": false + } + }, { "title": "Web Application Manifest", "shortname": "appmanifest", @@ -58201,6 +58666,11 @@ "title": "Payment Method Manifest", "crawled": "https://www.w3.org/TR/payment-method-manifest/" }, + { + "url": "https://www.w3.org/TR/manifest-app-info/", + "title": "Web App Manifest - Application Information", + "crawled": "https://www.w3.org/TR/manifest-app-info/" + }, { "url": "https://w3c.github.io/web-share-target/", "title": "Web Share Target API", @@ -58298,9 +58768,9 @@ "crawled": "https://www.w3.org/TR/webmidi/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" }, { "url": "https://w3c.github.io/webdriver-bidi/", @@ -58560,7 +59030,7 @@ { "title": "Web Bluetooth", "shortname": "web-bluetooth", - "date": "31 March 2021", + "date": "29 April 2021", "url": "https://webbluetoothcg.github.io/web-bluetooth/", "nightly": { "url": "https://webbluetoothcg.github.io/web-bluetooth/", @@ -58628,7 +59098,6 @@ "https://heycam.github.io/webidl/#dfn-get-buffer-source-copy", "https://heycam.github.io/webidl/#notfounderror", "https://heycam.github.io/webidl/#securityerror", - "https://heycam.github.io/webidl/#dfn-convert-ecmascript-to-idl-value", "https://heycam.github.io/webidl/#dfn-convert-idl-to-ecmascript-value", "https://heycam.github.io/webidl/#aborterror", "https://heycam.github.io/webidl/#notsupportederror", @@ -58646,13 +59115,13 @@ "https://heycam.github.io/webidl/#a-new-promise", "https://heycam.github.io/webidl/#resolve", "https://heycam.github.io/webidl/#reject", + "https://heycam.github.io/webidl/#this", "https://heycam.github.io/webidl/#idl-frozen-array", "https://heycam.github.io/webidl/#idl-undefined", "https://heycam.github.io/webidl/#dfn-maplike", "https://heycam.github.io/webidl/#wait-for-all", "https://heycam.github.io/webidl/#a-promise-rejected-with", "https://heycam.github.io/webidl/#upon-fulfillment", - "https://dom.spec.whatwg.org/#context-object", "https://w3c.github.io/permissions/#dom-permissionname-bluetooth" ], "evolvingLinks": [], @@ -60062,15 +60531,19 @@ { "title": "WebCodecs", "shortname": "webcodecs", - "date": "23 April 2021", - "url": "https://w3c.github.io/webcodecs/", + "date": "30 April 2021", + "url": "https://www.w3.org/TR/webcodecs/", + "release": { + "url": "https://www.w3.org/TR/webcodecs/", + "filename": "Overview.html" + }, "nightly": { "url": "https://w3c.github.io/webcodecs/", "repository": "https://github.com/w3c/webcodecs", "sourcePath": "index.src.html", "filename": "index.html" }, - "crawled": "https://w3c.github.io/webcodecs/", + "crawled": "https://www.w3.org/TR/webcodecs/", "report": { "noNormativeRefs": false, "noRefToWebIDL": false, @@ -65549,7 +66022,7 @@ { "title": "WebGPU", "shortname": "gpuweb", - "date": "24 April 2021", + "date": "1 May 2021", "url": "https://gpuweb.github.io/gpuweb/", "nightly": { "url": "https://gpuweb.github.io/gpuweb/", @@ -65583,6 +66056,9 @@ "https://heycam.github.io/webidl/#datacloneerror", "https://heycam.github.io/webidl/#aborterror", "https://heycam.github.io/webidl/#dfn-get-buffer-source-copy", + "https://heycam.github.io/webidl/#securityerror", + "https://html.spec.whatwg.org/#the-image-argument-is-not-origin-clean", + "https://html.spec.whatwg.org/#concept-canvas-origin-clean", "https://html.spec.whatwg.org/#serializable-objects" ], "notDfn": [ @@ -66463,6 +66939,11 @@ "title": "The Storage Access API", "crawled": "https://privacycg.github.io/storage-access/" }, + { + "url": "https://www.w3.org/TR/tracking-dnt/", + "title": "Tracking Preference Expression (DNT)", + "crawled": "https://www.w3.org/TR/tracking-dnt/" + }, { "url": "https://w3c.github.io/webappsec-trusted-types/dist/spec/", "title": "Trusted Types", @@ -66579,9 +67060,9 @@ "crawled": "https://www.w3.org/TR/wasm-web-api-1/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" }, { "url": "https://www.w3.org/TR/webdriver2/", @@ -67022,9 +67503,9 @@ "crawled": "https://www.w3.org/TR/webaudio/" }, { - "url": "https://w3c.github.io/webcodecs/", + "url": "https://www.w3.org/TR/webcodecs/", "title": "WebCodecs", - "crawled": "https://w3c.github.io/webcodecs/" + "crawled": "https://www.w3.org/TR/webcodecs/" }, { "url": "https://w3c.github.io/webrtc-encoded-transform/", @@ -67100,7 +67581,7 @@ { "title": "WebRTC Encoded Transform", "shortname": "webrtc-encoded-transform", - "date": "22 April 2021", + "date": "29 April 2021", "url": "https://w3c.github.io/webrtc-encoded-transform/", "nightly": { "url": "https://w3c.github.io/webrtc-encoded-transform/", @@ -67141,7 +67622,6 @@ }, "xrefs": { "notExported": [ - "https://heycam.github.io/webidl/#invalidaccesserror", "https://heycam.github.io/webidl/#invalidmodificationerror", "https://w3c.github.io/webcrypto/#dfn-CryptoKey" ], @@ -67213,7 +67693,7 @@ { "title": "WebTransport", "shortname": "webtransport", - "date": "20 April 2021", + "date": "28 April 2021", "url": "https://w3c.github.io/webtransport/", "nightly": { "url": "https://w3c.github.io/webtransport/", @@ -67253,6 +67733,7 @@ ], "brokenLinks": [ "https://heycam.github.io/webidl/#this", + "https://heycam.github.io/webidl/#a-promise-resolved-with", "https://heycam.github.io/webidl/#a-promise-rejected-with", "https://heycam.github.io/webidl/#exceptiondef-typeerror", "https://heycam.github.io/webidl/#new",