diff --git a/ed/elements/SVG11.json b/ed/elements/SVG11.json index f625f0541207..187dc21b6d1a 100644 --- a/ed/elements/SVG11.json +++ b/ed/elements/SVG11.json @@ -6,322 +6,402 @@ "elements": [ { "name": "svg", + "href": "https://www.w3.org/TR/SVG11/struct.html#SVGElement", "interface": "SVGSVGElement" }, { "name": "g", + "href": "https://www.w3.org/TR/SVG11/struct.html#GElement", "interface": "SVGGElement" }, { "name": "defs", + "href": "https://www.w3.org/TR/SVG11/struct.html#DefsElement", "interface": "SVGDefsElement" }, { "name": "desc", + "href": "https://www.w3.org/TR/SVG11/struct.html#DescElement", "interface": "SVGDescElement" }, { "name": "title", + "href": "https://www.w3.org/TR/SVG11/struct.html#TitleElement", "interface": "SVGTitleElement" }, { "name": "symbol", + "href": "https://www.w3.org/TR/SVG11/struct.html#SymbolElement", "interface": "SVGSymbolElement" }, { "name": "use", + "href": "https://www.w3.org/TR/SVG11/struct.html#UseElement", "interface": "SVGUseElement" }, { "name": "image", + "href": "https://www.w3.org/TR/SVG11/struct.html#ImageElement", "interface": "SVGImageElement" }, { "name": "switch", + "href": "https://www.w3.org/TR/SVG11/struct.html#SwitchElement", "interface": "SVGSwitchElement" }, { "name": "style", + "href": "https://www.w3.org/TR/SVG11/styling.html#StyleElement", "interface": "SVGStyleElement" }, { "name": "path", + "href": "https://www.w3.org/TR/SVG11/paths.html#PathElement", "interface": "SVGPathElement" }, { "name": "rect", + "href": "https://www.w3.org/TR/SVG11/shapes.html#RectElement", "interface": "SVGRectElement" }, { "name": "circle", + "href": "https://www.w3.org/TR/SVG11/shapes.html#CircleElement", "interface": "SVGCircleElement" }, { "name": "ellipse", + "href": "https://www.w3.org/TR/SVG11/shapes.html#EllipseElement", "interface": "SVGEllipseElement" }, { "name": "line", + "href": "https://www.w3.org/TR/SVG11/shapes.html#LineElement", "interface": "SVGLineElement" }, { "name": "polyline", + "href": "https://www.w3.org/TR/SVG11/shapes.html#PolylineElement", "interface": "SVGPolylineElement" }, { "name": "polygon", + "href": "https://www.w3.org/TR/SVG11/shapes.html#PolygonElement", "interface": "SVGPolygonElement" }, { "name": "text", + "href": "https://www.w3.org/TR/SVG11/text.html#TextElement", "interface": "SVGTextElement" }, { "name": "tspan", + "href": "https://www.w3.org/TR/SVG11/text.html#TSpanElement", "interface": "SVGTSpanElement" }, { "name": "tref", + "href": "https://www.w3.org/TR/SVG11/text.html#TRefElement", "interface": "SVGTRefElement" }, { "name": "textPath", + "href": "https://www.w3.org/TR/SVG11/text.html#TextPathElement", "interface": "SVGTextPathElement" }, { "name": "altGlyph", + "href": "https://www.w3.org/TR/SVG11/text.html#AltGlyphElement", "interface": "SVGAltGlyphElement" }, { "name": "altGlyphDef", + "href": "https://www.w3.org/TR/SVG11/text.html#AlternateGlyphDefinitions", "interface": "SVGAltGlyphDefElement" }, { "name": "altGlyphItem", + "href": "https://www.w3.org/TR/SVG11/text.html#AlternateGlyphDefinitions", "interface": "SVGAltGlyphItemElement" }, { "name": "glyphRef", + "href": "https://www.w3.org/TR/SVG11/text.html#AlternateGlyphDefinitions", "interface": "SVGGlyphRefElement" }, { "name": "marker", + "href": "https://www.w3.org/TR/SVG11/painting.html#MarkerElement", "interface": "SVGMarkerElement" }, { "name": "color-profile", + "href": "https://www.w3.org/TR/SVG11/color.html#ColorProfileElement", "interface": "SVGColorProfileElement" }, { "name": "linearGradient", + "href": "https://www.w3.org/TR/SVG11/pservers.html#LinearGradients", "interface": "SVGLinearGradientElement" }, { "name": "radialGradient", + "href": "https://www.w3.org/TR/SVG11/pservers.html#RadialGradients", "interface": "SVGRadialGradientElement" }, { "name": "stop", + "href": "https://www.w3.org/TR/SVG11/pservers.html#GradientStops", "interface": "SVGStopElement" }, { "name": "pattern", + "href": "https://www.w3.org/TR/SVG11/pservers.html#Patterns", "interface": "SVGPatternElement" }, { "name": "clipPath", + "href": "https://www.w3.org/TR/SVG11/masking.html#EstablishingANewClippingPath", "interface": "SVGClipPathElement" }, { "name": "mask", + "href": "https://www.w3.org/TR/SVG11/masking.html#Masking", "interface": "SVGMaskElement" }, { "name": "filter", + "href": "https://www.w3.org/TR/SVG11/filters.html#FilterElement", "interface": "SVGFilterElement" }, { "name": "feDistantLight", + "href": "https://www.w3.org/TR/SVG11/filters.html#feDistantLightElement", "interface": "SVGFEDistantLightElement" }, { "name": "fePointLight", + "href": "https://www.w3.org/TR/SVG11/filters.html#fePointLightElement", "interface": "SVGFEPointLightElement" }, { "name": "feSpotLight", + "href": "https://www.w3.org/TR/SVG11/filters.html#feSpotLightElement", "interface": "SVGFESpotLightElement" }, { "name": "feBlend", + "href": "https://www.w3.org/TR/SVG11/filters.html#feBlendElement", "interface": "SVGFEBlendElement" }, { "name": "feColorMatrix", + "href": "https://www.w3.org/TR/SVG11/filters.html#feColorMatrixElement", "interface": "SVGFEColorMatrixElement" }, { "name": "feComponentTransfer", + "href": "https://www.w3.org/TR/SVG11/filters.html#feComponentTransferElement", "interface": "SVGFEComponentTransferElement" }, { "name": "feFuncR", + "href": "https://www.w3.org/TR/SVG11/filters.html#feFuncRElement", "interface": "SVGFEFuncRElement" }, { "name": "feFuncG", + "href": "https://www.w3.org/TR/SVG11/filters.html#feFuncGElement", "interface": "SVGFEFuncGElement" }, { "name": "feFuncB", + "href": "https://www.w3.org/TR/SVG11/filters.html#feFuncBElement", "interface": "SVGFEFuncBElement" }, { "name": "feFuncA", + "href": "https://www.w3.org/TR/SVG11/filters.html#feFuncAElement", "interface": "SVGFEFuncAElement" }, { "name": "feComposite", + "href": "https://www.w3.org/TR/SVG11/filters.html#feCompositeElement", "interface": "SVGFECompositeElement" }, { "name": "feConvolveMatrix", + "href": "https://www.w3.org/TR/SVG11/filters.html#feConvolveMatrixElement", "interface": "SVGFEConvolveMatrixElement" }, { "name": "feDiffuseLighting", + "href": "https://www.w3.org/TR/SVG11/filters.html#feDiffuseLightingElement", "interface": "SVGFEDiffuseLightingElement" }, { "name": "feDisplacementMap", + "href": "https://www.w3.org/TR/SVG11/filters.html#feDisplacementMapElement", "interface": "SVGFEDisplacementMapElement" }, { "name": "feFlood", + "href": "https://www.w3.org/TR/SVG11/filters.html#feFloodElement", "interface": "SVGFEFloodElement" }, { "name": "feGaussianBlur", + "href": "https://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement", "interface": "SVGFEGaussianBlurElement" }, { "name": "feImage", + "href": "https://www.w3.org/TR/SVG11/filters.html#feImageElement", "interface": "SVGFEImageElement" }, { "name": "feMerge", + "href": "https://www.w3.org/TR/SVG11/filters.html#feMergeElement", "interface": "SVGFEMergeElement" }, { "name": "feMergeNode", + "href": "https://www.w3.org/TR/SVG11/filters.html#feMergeNodeElement", "interface": "SVGFEMergeNodeElement" }, { "name": "feMorphology", + "href": "https://www.w3.org/TR/SVG11/filters.html#feMorphologyElement", "interface": "SVGFEMorphologyElement" }, { "name": "feOffset", + "href": "https://www.w3.org/TR/SVG11/filters.html#feOffsetElement", "interface": "SVGFEOffsetElement" }, { "name": "feSpecularLighting", + "href": "https://www.w3.org/TR/SVG11/filters.html#feSpecularLightingElement", "interface": "SVGFESpecularLightingElement" }, { "name": "feTile", + "href": "https://www.w3.org/TR/SVG11/filters.html#feTileElement", "interface": "SVGFETileElement" }, { "name": "feTurbulence", + "href": "https://www.w3.org/TR/SVG11/filters.html#feTurbulenceElement", "interface": "SVGFETurbulenceElement" }, { "name": "cursor", + "href": "https://www.w3.org/TR/SVG11/interact.html#CursorElement", "interface": "SVGCursorElement" }, { "name": "a", + "href": "https://www.w3.org/TR/SVG11/linking.html#AElement", "interface": "SVGAElement" }, { "name": "view", + "href": "https://www.w3.org/TR/SVG11/linking.html#ViewElement", "interface": "SVGViewElement" }, { "name": "script", + "href": "https://www.w3.org/TR/SVG11/script.html#ScriptElement", "interface": "SVGScriptElement" }, { "name": "animate", + "href": "https://www.w3.org/TR/SVG11/animate.html#AnimateElement", "interface": "SVGAnimateElement" }, { "name": "set", + "href": "https://www.w3.org/TR/SVG11/animate.html#SetElement", "interface": "SVGSetElement" }, { "name": "animateMotion", + "href": "https://www.w3.org/TR/SVG11/animate.html#AnimateMotionElement", "interface": "SVGAnimateMotionElement" }, { "name": "mpath", + "href": "https://www.w3.org/TR/SVG11/animate.html#MPathElement", "interface": "SVGMPathElement" }, { "name": "animateColor", + "href": "https://www.w3.org/TR/SVG11/animate.html#AnimateColorElement", "interface": "SVGAnimateColorElement" }, { "name": "animateTransform", + "href": "https://www.w3.org/TR/SVG11/animate.html#AnimateTransformElement", "interface": "SVGAnimateTransformElement" }, { "name": "font", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontElement", "interface": "SVGFontElement" }, { "name": "glyph", + "href": "https://www.w3.org/TR/SVG11/fonts.html#GlyphElement", "interface": "SVGGlyphElement" }, { "name": "missing-glyph", + "href": "https://www.w3.org/TR/SVG11/fonts.html#MissingGlyphElement", "interface": "SVGMissingGlyphElement" }, { "name": "hkern", + "href": "https://www.w3.org/TR/SVG11/fonts.html#KernElements", "interface": "SVGHKernElement" }, { "name": "vkern", + "href": "https://www.w3.org/TR/SVG11/fonts.html#KernElements", "interface": "SVGVKernElement" }, { "name": "font-face", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontFaceElement", "interface": "SVGFontFaceElement" }, { "name": "font-face-src", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontFaceSrcElement", "interface": "SVGFontFaceSrcElement" }, { "name": "font-face-uri", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontFaceURIElement", "interface": "SVGFontFaceUriElement" }, { "name": "font-face-format", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontFaceFormatElement", "interface": "SVGFontFaceFormatElement" }, { "name": "font-face-name", + "href": "https://www.w3.org/TR/SVG11/fonts.html#FontFaceNameElement", "interface": "SVGFontFaceNameElement" }, { "name": "metadata", + "href": "https://www.w3.org/TR/SVG11/metadata.html#MetadataElement", "interface": "SVGMetadataElement" }, { "name": "foreignObject", + "href": "https://www.w3.org/TR/SVG11/extend.html#ForeignObjectElement", "interface": "SVGForeignObjectElement" } ] diff --git a/ed/elements/epub-33.json b/ed/elements/epub-33.json index 823b1b0dfcc7..9b23add57f07 100644 --- a/ed/elements/epub-33.json +++ b/ed/elements/epub-33.json @@ -5,103 +5,136 @@ }, "elements": [ { - "name": "container" + "name": "container", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-container" }, { - "name": "rootfiles" + "name": "rootfiles", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-rootfiles" }, { - "name": "rootfile" + "name": "rootfile", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-rootfile" }, { - "name": "links" + "name": "links", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-links" }, { - "name": "encryption" + "name": "encryption", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encryption" }, { - "name": "EncryptedKey" + "name": "EncryptedKey", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encryptedkey" }, { - "name": "EncryptedData" + "name": "EncryptedData", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-encrypteddata" }, { - "name": "Compression" + "name": "Compression", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-compression" }, { - "name": "signatures" + "name": "signatures", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-signatures" }, { - "name": "package" + "name": "package", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-package" }, { - "name": "metadata" + "name": "metadata", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-metadata" }, { - "name": "dc:identifier" + "name": "dc:identifier", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-identifier" }, { - "name": "dc:title" + "name": "dc:title", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-title" }, { - "name": "dc:language" + "name": "dc:language", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-language" }, { - "name": "dc:contributor" + "name": "dc:contributor", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-contributor" }, { - "name": "dc:creator" + "name": "dc:creator", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-creator" }, { - "name": "dc:date" + "name": "dc:date", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-date" }, { - "name": "dc:subject" + "name": "dc:subject", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-subject" }, { - "name": "dc:type" + "name": "dc:type", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-dc-type" }, { - "name": "meta" + "name": "meta", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-meta" }, { - "name": "link" + "name": "link", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-link" }, { - "name": "manifest" + "name": "manifest", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-manifest" }, { - "name": "item" + "name": "item", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-item" }, { - "name": "spine" + "name": "spine", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-spine" }, { - "name": "itemref" + "name": "itemref", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-itemref" }, { - "name": "collection" + "name": "collection", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-collection" }, { - "name": "smil" + "name": "smil", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-smil" }, { - "name": "head" + "name": "head", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-head" }, { - "name": "body" + "name": "body", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-body" }, { - "name": "seq" + "name": "seq", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-seq" }, { - "name": "par" + "name": "par", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-par" }, { - "name": "text" + "name": "text", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-text" }, { - "name": "audio" + "name": "audio", + "href": "https://w3c.github.io/epub-specs/epub33/core/#dfn-audio" } ] } \ No newline at end of file diff --git a/ed/elements/fenced-frame.json b/ed/elements/fenced-frame.json index 7549d6ddce88..ef31884ea0eb 100644 --- a/ed/elements/fenced-frame.json +++ b/ed/elements/fenced-frame.json @@ -6,6 +6,7 @@ "elements": [ { "name": "fencedframe", + "href": "https://wicg.github.io/fenced-frame/#elementdef-fencedframe", "interface": "HTMLFencedFrameElement" } ] diff --git a/ed/elements/html.json b/ed/elements/html.json index a584c2982050..177e528f2e3d 100644 --- a/ed/elements/html.json +++ b/ed/elements/html.json @@ -6,450 +6,562 @@ "elements": [ { "name": "html", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-html-element", "interface": "HTMLHtmlElement" }, { "name": "head", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-head-element", "interface": "HTMLHeadElement" }, { "name": "title", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-title-element", "interface": "HTMLTitleElement" }, { "name": "base", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-base-element", "interface": "HTMLBaseElement" }, { "name": "link", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-link-element", "interface": "HTMLLinkElement" }, { "name": "meta", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#meta", "interface": "HTMLMetaElement" }, { "name": "style", + "href": "https://html.spec.whatwg.org/multipage/semantics.html#the-style-element", "interface": "HTMLStyleElement" }, { "name": "body", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-body-element", "interface": "HTMLBodyElement" }, { "name": "article", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-article-element", "interface": "HTMLElement" }, { "name": "section", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-section-element", "interface": "HTMLElement" }, { "name": "nav", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-nav-element", "interface": "HTMLElement" }, { "name": "aside", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-aside-element", "interface": "HTMLElement" }, { "name": "h1", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h1-element", "interface": "HTMLHeadingElement" }, { "name": "h2", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h2-element", "interface": "HTMLHeadingElement" }, { "name": "h3", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h3-element", "interface": "HTMLHeadingElement" }, { "name": "h4", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h4-element", "interface": "HTMLHeadingElement" }, { "name": "h5", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h5-element", "interface": "HTMLHeadingElement" }, { "name": "h6", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-h6-element", "interface": "HTMLHeadingElement" }, { "name": "hgroup", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-hgroup-element", "interface": "HTMLElement" }, { "name": "header", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-header-element", "interface": "HTMLElement" }, { "name": "footer", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-footer-element", "interface": "HTMLElement" }, { "name": "address", + "href": "https://html.spec.whatwg.org/multipage/sections.html#the-address-element", "interface": "HTMLElement" }, { "name": "p", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element", "interface": "HTMLParagraphElement" }, { "name": "hr", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element", "interface": "HTMLHRElement" }, { "name": "pre", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-pre-element", "interface": "HTMLPreElement" }, { "name": "blockquote", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element", "interface": "HTMLQuoteElement" }, { "name": "ol", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-ol-element", "interface": "HTMLOListElement" }, { "name": "ul", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-ul-element", "interface": "HTMLUListElement" }, { "name": "menu", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#menus", "interface": "HTMLMenuElement" }, { "name": "li", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-li-element", "interface": "HTMLLIElement" }, { "name": "dl", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element", "interface": "HTMLDListElement" }, { "name": "dt", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element", "interface": "HTMLElement" }, { "name": "dd", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element", "interface": "HTMLElement" }, { "name": "figure", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figure-element", "interface": "HTMLElement" }, { "name": "figcaption", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element", "interface": "HTMLElement" }, { "name": "main", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element", "interface": "HTMLElement" }, { "name": "search", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element", "interface": "HTMLElement" }, { "name": "div", + "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element", "interface": "HTMLDivElement" }, { "name": "a", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element", "interface": "HTMLAnchorElement" }, { "name": "em", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-em-element", "interface": "HTMLElement" }, { "name": "strong", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-strong-element", "interface": "HTMLElement" }, { "name": "small", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-small-element", "interface": "HTMLElement" }, { "name": "s", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element", "interface": "HTMLElement" }, { "name": "cite", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-cite-element", "interface": "HTMLElement" }, { "name": "q", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element", "interface": "HTMLQuoteElement" }, { "name": "dfn", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-dfn-element", "interface": "HTMLElement" }, { "name": "abbr", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-abbr-element", "interface": "HTMLElement" }, { "name": "ruby", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-ruby-element", "interface": "HTMLElement" }, { "name": "rt", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-rt-element", "interface": "HTMLElement" }, { "name": "rp", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-rp-element", "interface": "HTMLElement" }, { "name": "data", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-data-element", "interface": "HTMLDataElement" }, { "name": "time", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-time-element", "interface": "HTMLTimeElement" }, { "name": "code", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element", "interface": "HTMLElement" }, { "name": "var", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-var-element", "interface": "HTMLElement" }, { "name": "samp", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-samp-element", "interface": "HTMLElement" }, { "name": "kbd", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-kbd-element", "interface": "HTMLElement" }, { "name": "sub", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sub-element", "interface": "HTMLElement" }, { "name": "sup", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sup-element", "interface": "HTMLElement" }, { "name": "i", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-i-element", "interface": "HTMLElement" }, { "name": "b", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-b-element", "interface": "HTMLElement" }, { "name": "u", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-u-element", "interface": "HTMLElement" }, { "name": "mark", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-mark-element", "interface": "HTMLElement" }, { "name": "bdi", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdi-element", "interface": "HTMLElement" }, { "name": "bdo", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-bdo-element", "interface": "HTMLElement" }, { "name": "span", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-span-element", "interface": "HTMLSpanElement" }, { "name": "br", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element", "interface": "HTMLBRElement" }, { "name": "wbr", + "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element", "interface": "HTMLElement" }, { "name": "ins", + "href": "https://html.spec.whatwg.org/multipage/edits.html#the-ins-element", "interface": "HTMLModElement" }, { "name": "del", + "href": "https://html.spec.whatwg.org/multipage/edits.html#the-del-element", "interface": "HTMLModElement" }, { "name": "picture", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element", "interface": "HTMLPictureElement" }, { "name": "source", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element", "interface": "HTMLSourceElement" }, { "name": "img", + "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element", "interface": "HTMLImageElement" }, { "name": "iframe", + "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element", "interface": "HTMLIFrameElement" }, { "name": "embed", + "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element", "interface": "HTMLEmbedElement" }, { "name": "object", + "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element", "interface": "HTMLObjectElement" }, { "name": "video", + "href": "https://html.spec.whatwg.org/multipage/media.html#video", "interface": "HTMLVideoElement" }, { "name": "audio", + "href": "https://html.spec.whatwg.org/multipage/media.html#audio", "interface": "HTMLAudioElement" }, { "name": "track", + "href": "https://html.spec.whatwg.org/multipage/media.html#the-track-element", "interface": "HTMLTrackElement" }, { "name": "map", + "href": "https://html.spec.whatwg.org/multipage/image-maps.html#the-map-element", "interface": "HTMLMapElement" }, { "name": "area", + "href": "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element", "interface": "HTMLAreaElement" }, { "name": "table", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-table-element", "interface": "HTMLTableElement" }, { "name": "caption", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-caption-element", "interface": "HTMLTableCaptionElement" }, { "name": "colgroup", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-colgroup-element", "interface": "HTMLTableColElement" }, { "name": "col", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-col-element", "interface": "HTMLTableColElement" }, { "name": "tbody", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-tbody-element", "interface": "HTMLTableSectionElement" }, { "name": "thead", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-thead-element", "interface": "HTMLTableSectionElement" }, { "name": "tfoot", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-tfoot-element", "interface": "HTMLTableSectionElement" }, { "name": "tr", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-tr-element", "interface": "HTMLTableRowElement" }, { "name": "td", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-td-element", "interface": "HTMLTableCellElement" }, { "name": "th", + "href": "https://html.spec.whatwg.org/multipage/tables.html#the-th-element", "interface": "HTMLTableCellElement" }, { "name": "form", + "href": "https://html.spec.whatwg.org/multipage/forms.html#the-form-element", "interface": "HTMLFormElement" }, { "name": "label", + "href": "https://html.spec.whatwg.org/multipage/forms.html#the-label-element", "interface": "HTMLLabelElement" }, { "name": "input", + "href": "https://html.spec.whatwg.org/multipage/input.html#the-input-element", "interface": "HTMLInputElement" }, { "name": "button", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element", "interface": "HTMLButtonElement" }, { "name": "select", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-select-element", "interface": "HTMLSelectElement" }, { "name": "datalist", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element", "interface": "HTMLDataListElement" }, { "name": "optgroup", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-optgroup-element", "interface": "HTMLOptGroupElement" }, { "name": "option", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element", "interface": "HTMLOptionElement" }, { "name": "textarea", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element", "interface": "HTMLTextAreaElement" }, { "name": "output", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-output-element", "interface": "HTMLOutputElement" }, { "name": "progress", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-progress-element", "interface": "HTMLProgressElement" }, { "name": "meter", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-meter-element", "interface": "HTMLMeterElement" }, { "name": "fieldset", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-fieldset-element", "interface": "HTMLFieldSetElement" }, { "name": "legend", + "href": "https://html.spec.whatwg.org/multipage/form-elements.html#the-legend-element", "interface": "HTMLLegendElement" }, { "name": "details", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element", "interface": "HTMLDetailsElement" }, { "name": "summary", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-summary-element", "interface": "HTMLElement" }, { "name": "dialog", + "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element", "interface": "HTMLDialogElement" }, { "name": "script", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#script", "interface": "HTMLScriptElement" }, { "name": "noscript", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element", "interface": "HTMLElement" }, { "name": "template", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#the-template-element", "interface": "HTMLTemplateElement" }, { "name": "slot", + "href": "https://html.spec.whatwg.org/multipage/scripting.html#the-slot-element", "interface": "HTMLSlotElement" }, { "name": "canvas", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvas", "interface": "HTMLCanvasElement" } ] diff --git a/ed/elements/mathml-core.json b/ed/elements/mathml-core.json index f4a131ebf5e7..4c7d24f8a53f 100644 --- a/ed/elements/mathml-core.json +++ b/ed/elements/mathml-core.json @@ -6,122 +6,152 @@ "elements": [ { "name": "math", + "href": "https://w3c.github.io/mathml-core/#dfn-math", "interface": "MathMLElement" }, { "name": "mtext", + "href": "https://w3c.github.io/mathml-core/#dfn-mtext", "interface": "MathMLElement" }, { "name": "mi", + "href": "https://w3c.github.io/mathml-core/#dfn-mi", "interface": "MathMLElement" }, { "name": "mn", + "href": "https://w3c.github.io/mathml-core/#dfn-mn", "interface": "MathMLElement" }, { "name": "mo", + "href": "https://w3c.github.io/mathml-core/#dfn-mo", "interface": "MathMLElement" }, { "name": "mspace", + "href": "https://w3c.github.io/mathml-core/#dfn-mspace", "interface": "MathMLElement" }, { "name": "ms", + "href": "https://w3c.github.io/mathml-core/#dfn-ms", "interface": "MathMLElement" }, { "name": "mrow", + "href": "https://w3c.github.io/mathml-core/#dfn-mrow", "interface": "MathMLElement" }, { "name": "mfrac", + "href": "https://w3c.github.io/mathml-core/#dfn-mfrac", "interface": "MathMLElement" }, { "name": "msqrt", + "href": "https://w3c.github.io/mathml-core/#dfn-msqrt", "interface": "MathMLElement" }, { "name": "mroot", + "href": "https://w3c.github.io/mathml-core/#dfn-mroot", "interface": "MathMLElement" }, { "name": "mstyle", + "href": "https://w3c.github.io/mathml-core/#dfn-mstyle", "interface": "MathMLElement" }, { "name": "merror", + "href": "https://w3c.github.io/mathml-core/#dfn-merror", "interface": "MathMLElement" }, { "name": "mpadded", + "href": "https://w3c.github.io/mathml-core/#dfn-mpadded", "interface": "MathMLElement" }, { "name": "mphantom", + "href": "https://w3c.github.io/mathml-core/#dfn-mphantom", "interface": "MathMLElement" }, { "name": "msub", + "href": "https://w3c.github.io/mathml-core/#dfn-msub", "interface": "MathMLElement" }, { "name": "msup", + "href": "https://w3c.github.io/mathml-core/#dfn-msup", "interface": "MathMLElement" }, { "name": "msubsup", + "href": "https://w3c.github.io/mathml-core/#dfn-msubsup", "interface": "MathMLElement" }, { "name": "munder", + "href": "https://w3c.github.io/mathml-core/#dfn-munder", "interface": "MathMLElement" }, { "name": "mover", + "href": "https://w3c.github.io/mathml-core/#dfn-mover", "interface": "MathMLElement" }, { "name": "munderover", + "href": "https://w3c.github.io/mathml-core/#dfn-munderover", "interface": "MathMLElement" }, { "name": "mmultiscripts", + "href": "https://w3c.github.io/mathml-core/#dfn-mmultiscripts", "interface": "MathMLElement" }, { "name": "mprescripts", + "href": "https://w3c.github.io/mathml-core/#dfn-mprescripts", "interface": "MathMLElement" }, { "name": "mtable", + "href": "https://w3c.github.io/mathml-core/#dfn-mtable", "interface": "MathMLElement" }, { "name": "mtr", + "href": "https://w3c.github.io/mathml-core/#dfn-mtr", "interface": "MathMLElement" }, { "name": "mtd", + "href": "https://w3c.github.io/mathml-core/#dfn-mtd", "interface": "MathMLElement" }, { "name": "maction", + "href": "https://w3c.github.io/mathml-core/#dfn-maction", "interface": "MathMLElement" }, { "name": "semantics", + "href": "https://w3c.github.io/mathml-core/#dfn-semantics", "interface": "MathMLElement" }, { "name": "annotation", + "href": "https://w3c.github.io/mathml-core/#dfn-annotation", "interface": "MathMLElement" }, { "name": "annotation-xml", + "href": "https://w3c.github.io/mathml-core/#dfn-annotation-xml", "interface": "MathMLElement" } ] diff --git a/ed/elements/model-element.json b/ed/elements/model-element.json index 846dd94612fe..c18e81343db9 100644 --- a/ed/elements/model-element.json +++ b/ed/elements/model-element.json @@ -6,6 +6,7 @@ "elements": [ { "name": "model", + "href": "https://immersive-web.github.io/model-element/#dfn-model", "interface": "HTMLModelElement" } ] diff --git a/ed/elements/portals.json b/ed/elements/portals.json index baca0760b77e..62958575ebd6 100644 --- a/ed/elements/portals.json +++ b/ed/elements/portals.json @@ -6,6 +6,7 @@ "elements": [ { "name": "portal", + "href": "https://wicg.github.io/portals/#elementdef-portal", "interface": "HTMLPortalElement" } ] diff --git a/ed/elements/svg-animations.json b/ed/elements/svg-animations.json index 28f6000e1dc4..735ba24657af 100644 --- a/ed/elements/svg-animations.json +++ b/ed/elements/svg-animations.json @@ -6,25 +6,31 @@ "elements": [ { "name": "animate", + "href": "https://svgwg.org/specs/animations/#elementdef-animate", "interface": "SVGAnimateElement" }, { "name": "set", + "href": "https://svgwg.org/specs/animations/#elementdef-set", "interface": "SVGSetElement" }, { - "name": "discard" + "name": "discard", + "href": "https://svgwg.org/specs/animations/#elementdef-discard" }, { "name": "animateMotion", + "href": "https://svgwg.org/specs/animations/#elementdef-animateMotion", "interface": "SVGAnimateMotionElement" }, { "name": "mpath", + "href": "https://svgwg.org/specs/animations/#elementdef-mpath", "interface": "SVGMPathElement" }, { "name": "animateTransform", + "href": "https://svgwg.org/specs/animations/#elementdef-animateTransform", "interface": "SVGAnimateTransformElement" } ] diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index 6ba90aae638d..79c9e9f5f778 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -1460,29 +1460,29 @@ "https://tc39.es/proposal-temporal/#_ref_1197", "https://tc39.es/proposal-temporal/#_ref_1198", "https://tc39.es/proposal-temporal/#_ref_1199", - "https://tc39.es/proposal-temporal/#_ref_1200", "https://tc39.es/proposal-temporal/#sec-temporal-combinedateandnormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1200", "https://tc39.es/proposal-temporal/#_ref_1201", "https://tc39.es/proposal-temporal/#_ref_1202", "https://tc39.es/proposal-temporal/#_ref_1203", "https://tc39.es/proposal-temporal/#_ref_1204", - "https://tc39.es/proposal-temporal/#_ref_1205", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", + "https://tc39.es/proposal-temporal/#_ref_1205", "https://tc39.es/proposal-temporal/#_ref_1206", - "https://tc39.es/proposal-temporal/#_ref_1207", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1207", "https://tc39.es/proposal-temporal/#_ref_1208", "https://tc39.es/proposal-temporal/#_ref_1209", "https://tc39.es/proposal-temporal/#_ref_1210", "https://tc39.es/proposal-temporal/#_ref_1211", "https://tc39.es/proposal-temporal/#_ref_1212", "https://tc39.es/proposal-temporal/#_ref_1213", - "https://tc39.es/proposal-temporal/#_ref_1214", "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#_ref_1215", + "https://tc39.es/proposal-temporal/#_ref_1214", "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1215", "https://tc39.es/proposal-temporal/#_ref_1216", "https://tc39.es/proposal-temporal/#_ref_1217", "https://tc39.es/proposal-temporal/#_ref_1218", @@ -1494,63 +1494,63 @@ "https://tc39.es/proposal-temporal/#_ref_1224", "https://tc39.es/proposal-temporal/#_ref_1225", "https://tc39.es/proposal-temporal/#_ref_1226", - "https://tc39.es/proposal-temporal/#_ref_1227", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", - "https://tc39.es/proposal-temporal/#_ref_1228", + "https://tc39.es/proposal-temporal/#_ref_1227", "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", - "https://tc39.es/proposal-temporal/#_ref_1229", + "https://tc39.es/proposal-temporal/#_ref_1228", "https://tc39.es/proposal-temporal/#sec-temporal-normalizetimeduration", + "https://tc39.es/proposal-temporal/#_ref_1229", "https://tc39.es/proposal-temporal/#_ref_1230", - "https://tc39.es/proposal-temporal/#_ref_1231", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationabs", + "https://tc39.es/proposal-temporal/#_ref_1231", "https://tc39.es/proposal-temporal/#_ref_1232", - "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#_ref_1234", "https://tc39.es/proposal-temporal/#_ref_1235", "https://tc39.es/proposal-temporal/#_ref_1236", - "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#sec-temporal-add24hourdaystonormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#_ref_1238", "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", - "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#sec-temporal-addnormalizedtimedurationtoepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", - "https://tc39.es/proposal-temporal/#_ref_1243", "https://tc39.es/proposal-temporal/#sec-temporal-comparenormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1243", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", - "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#sec-temporal-dividenormalizedtimeduration", - "https://tc39.es/proposal-temporal/#_ref_1247", + "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationfromepochnanosecondsdifference", + "https://tc39.es/proposal-temporal/#_ref_1247", "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", - "https://tc39.es/proposal-temporal/#_ref_1250", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationiszero", - "https://tc39.es/proposal-temporal/#_ref_1251", + "https://tc39.es/proposal-temporal/#_ref_1250", "https://tc39.es/proposal-temporal/#sec-temporal-roundnormalizedtimedurationtoincrement", - "https://tc39.es/proposal-temporal/#_ref_1252", + "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_28", + "https://tc39.es/proposal-temporal/#_ref_1252", "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#_ref_1254", - "https://tc39.es/proposal-temporal/#_ref_1255", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationseconds", - "https://tc39.es/proposal-temporal/#_ref_1256", + "https://tc39.es/proposal-temporal/#_ref_1255", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsign", - "https://tc39.es/proposal-temporal/#_ref_1257", + "https://tc39.es/proposal-temporal/#_ref_1256", "https://tc39.es/proposal-temporal/#sec-temporal-normalizedtimedurationsubseconds", + "https://tc39.es/proposal-temporal/#_ref_1257", "https://tc39.es/proposal-temporal/#_ref_1258", - "https://tc39.es/proposal-temporal/#_ref_1259", "https://tc39.es/proposal-temporal/#sec-temporal-subtractnormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1259", "https://tc39.es/proposal-temporal/#_ref_1260", "https://tc39.es/proposal-temporal/#_ref_1261", "https://tc39.es/proposal-temporal/#_ref_1262", - "https://tc39.es/proposal-temporal/#_ref_1263", "https://tc39.es/proposal-temporal/#sec-zerotimeduration", - "https://tc39.es/proposal-temporal/#_ref_1264", + "https://tc39.es/proposal-temporal/#_ref_1263", "https://tc39.es/proposal-temporal/#sec-temporal-balancetimeduration", + "https://tc39.es/proposal-temporal/#_ref_1264", "https://tc39.es/proposal-temporal/#_ref_1265", "https://tc39.es/proposal-temporal/#_ref_1266", "https://tc39.es/proposal-temporal/#_ref_1267", @@ -1576,8 +1576,8 @@ "https://tc39.es/proposal-temporal/#_ref_1287", "https://tc39.es/proposal-temporal/#_ref_1288", "https://tc39.es/proposal-temporal/#_ref_1289", - "https://tc39.es/proposal-temporal/#_ref_1290", "https://tc39.es/proposal-temporal/#sec-temporal-balancetimedurationrelative", + "https://tc39.es/proposal-temporal/#_ref_1290", "https://tc39.es/proposal-temporal/#_ref_1291", "https://tc39.es/proposal-temporal/#_ref_1292", "https://tc39.es/proposal-temporal/#_ref_1293", @@ -1592,8 +1592,8 @@ "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#_ref_1304", - "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedatedurationrelative", + "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#_ref_1306", "https://tc39.es/proposal-temporal/#_ref_1307", "https://tc39.es/proposal-temporal/#_ref_1308", @@ -1613,8 +1613,8 @@ "https://tc39.es/proposal-temporal/#_ref_1322", "https://tc39.es/proposal-temporal/#_ref_1323", "https://tc39.es/proposal-temporal/#_ref_1324", - "https://tc39.es/proposal-temporal/#_ref_1325", "https://tc39.es/proposal-temporal/#sec-temporal-balancedatedurationrelative", + "https://tc39.es/proposal-temporal/#_ref_1325", "https://tc39.es/proposal-temporal/#_ref_1326", "https://tc39.es/proposal-temporal/#_ref_1327", "https://tc39.es/proposal-temporal/#_ref_1328", @@ -1636,8 +1636,8 @@ "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", "https://tc39.es/proposal-temporal/#_ref_1346", - "https://tc39.es/proposal-temporal/#_ref_1347", "https://tc39.es/proposal-temporal/#sec-temporal-addduration", + "https://tc39.es/proposal-temporal/#_ref_1347", "https://tc39.es/proposal-temporal/#_ref_1348", "https://tc39.es/proposal-temporal/#_ref_1349", "https://tc39.es/proposal-temporal/#_ref_1350", @@ -1673,25 +1673,25 @@ "https://tc39.es/proposal-temporal/#_ref_1380", "https://tc39.es/proposal-temporal/#_ref_1381", "https://tc39.es/proposal-temporal/#_ref_1382", - "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", + "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", + "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#_ref_1386", "https://tc39.es/proposal-temporal/#_ref_1387", - "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#_ref_1389", "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#_ref_1391", "https://tc39.es/proposal-temporal/#_ref_1392", "https://tc39.es/proposal-temporal/#_ref_1393", "https://tc39.es/proposal-temporal/#_ref_1394", - "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", - "https://tc39.es/proposal-temporal/#_ref_1396", + "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#_ref_29", + "https://tc39.es/proposal-temporal/#_ref_1396", "https://tc39.es/proposal-temporal/#_ref_1397", "https://tc39.es/proposal-temporal/#_ref_1398", "https://tc39.es/proposal-temporal/#_ref_1399", @@ -1757,10 +1757,10 @@ "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", - "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", - "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#_ref_30", + "https://tc39.es/proposal-temporal/#_ref_1463", "https://tc39.es/proposal-temporal/#_ref_1464", "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", @@ -1778,8 +1778,8 @@ "https://tc39.es/proposal-temporal/#_ref_1478", "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#_ref_1480", - "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", + "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#_ref_1482", "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#_ref_1484", @@ -1787,40 +1787,39 @@ "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", - "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromduration", + "https://tc39.es/proposal-temporal/#_ref_1489", "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#_ref_1491", "https://tc39.es/proposal-temporal/#_ref_1492", "https://tc39.es/proposal-temporal/#_ref_1493", "https://tc39.es/proposal-temporal/#_ref_1494", - "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant", + "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", - "https://tc39.es/proposal-temporal/#_ref_1497", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", + "https://tc39.es/proposal-temporal/#_ref_1497", "https://tc39.es/proposal-temporal/#_ref_1498", - "https://tc39.es/proposal-temporal/#_ref_1499", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", + "https://tc39.es/proposal-temporal/#_ref_1499", "https://tc39.es/proposal-temporal/#_ref_1500", - "https://tc39.es/proposal-temporal/#_ref_1501", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", + "https://tc39.es/proposal-temporal/#_ref_1501", "https://tc39.es/proposal-temporal/#_ref_1502", - "https://tc39.es/proposal-temporal/#_ref_1503", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", + "https://tc39.es/proposal-temporal/#_ref_1503", "https://tc39.es/proposal-temporal/#_ref_1504", - "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#_ref_1506", - "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#_ref_1507", "https://tc39.es/proposal-temporal/#_ref_1508", "https://tc39.es/proposal-temporal/#_ref_1509", - "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-%40%40tostringtag", @@ -1829,14 +1828,15 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1511", + "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1512", + "https://tc39.es/proposal-temporal/#_ref_1511", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1513", + "https://tc39.es/proposal-temporal/#_ref_1512", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1514", + "https://tc39.es/proposal-temporal/#_ref_1513", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_1514", "https://tc39.es/proposal-temporal/#_ref_1515", "https://tc39.es/proposal-temporal/#_ref_1516", "https://tc39.es/proposal-temporal/#_ref_1517", @@ -1846,10 +1846,10 @@ "https://tc39.es/proposal-temporal/#_ref_1521", "https://tc39.es/proposal-temporal/#_ref_1522", "https://tc39.es/proposal-temporal/#_ref_1523", - "https://tc39.es/proposal-temporal/#_ref_1524", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", - "https://tc39.es/proposal-temporal/#_ref_1525", + "https://tc39.es/proposal-temporal/#_ref_1524", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1525", "https://tc39.es/proposal-temporal/#_ref_1526", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", @@ -1860,37 +1860,37 @@ "https://tc39.es/proposal-temporal/#_ref_1533", "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", - "https://tc39.es/proposal-temporal/#_ref_1536", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1537", + "https://tc39.es/proposal-temporal/#_ref_1536", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1538", + "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#_ref_1540", - "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", - "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1544", + "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1545", + "https://tc39.es/proposal-temporal/#_ref_1544", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1546", + "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1547", + "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1547", "https://tc39.es/proposal-temporal/#_ref_1548", - "https://tc39.es/proposal-temporal/#_ref_1549", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1550", + "https://tc39.es/proposal-temporal/#_ref_1549", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_1550", "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#_ref_1552", "https://tc39.es/proposal-temporal/#_ref_1553", @@ -1898,78 +1898,78 @@ "https://tc39.es/proposal-temporal/#_ref_1555", "https://tc39.es/proposal-temporal/#_ref_1556", "https://tc39.es/proposal-temporal/#_ref_1557", - "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", + "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", - "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_32", + "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#_ref_1562", "https://tc39.es/proposal-temporal/#_ref_1563", - "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_33", - "https://tc39.es/proposal-temporal/#_ref_1565", + "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", + "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", "https://tc39.es/proposal-temporal/#_ref_1567", "https://tc39.es/proposal-temporal/#_ref_1568", "https://tc39.es/proposal-temporal/#_ref_1569", - "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", - "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfrominstant", + "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", - "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#_ref_1582", "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", - "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", + "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#_ref_1587", "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#_ref_1589", - "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", + "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#_ref_1591", "https://tc39.es/proposal-temporal/#_ref_1592", - "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", - "https://tc39.es/proposal-temporal/#_ref_1594", + "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_1595", + "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_1596", + "https://tc39.es/proposal-temporal/#_ref_1595", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", - "https://tc39.es/proposal-temporal/#_ref_1597", + "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_1598", + "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_1599", + "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_1600", + "https://tc39.es/proposal-temporal/#_ref_1599", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_1601", + "https://tc39.es/proposal-temporal/#_ref_1600", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1601", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", @@ -1979,28 +1979,28 @@ "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", "https://tc39.es/proposal-temporal/#_ref_1610", - "https://tc39.es/proposal-temporal/#_ref_1611", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1612", + "https://tc39.es/proposal-temporal/#_ref_1611", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1613", + "https://tc39.es/proposal-temporal/#_ref_1612", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1614", + "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1615", + "https://tc39.es/proposal-temporal/#_ref_1614", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_1615", "https://tc39.es/proposal-temporal/#_ref_1616", - "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#_ref_1618", "https://tc39.es/proposal-temporal/#_ref_1619", - "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1621", + "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1622", + "https://tc39.es/proposal-temporal/#_ref_1621", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#_ref_1625", @@ -2008,16 +2008,16 @@ "https://tc39.es/proposal-temporal/#_ref_1627", "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", - "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getcalendar", - "https://tc39.es/proposal-temporal/#_ref_1631", + "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_1632", + "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1632", "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", "https://tc39.es/proposal-temporal/#_ref_1635", @@ -2032,19 +2032,19 @@ "https://tc39.es/proposal-temporal/#_ref_1644", "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#_ref_1646", - "https://tc39.es/proposal-temporal/#_ref_1647", "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1648", + "https://tc39.es/proposal-temporal/#_ref_1647", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1648", "https://tc39.es/proposal-temporal/#_ref_1649", - "https://tc39.es/proposal-temporal/#_ref_1650", "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", + "https://tc39.es/proposal-temporal/#_ref_1650", "https://tc39.es/proposal-temporal/#_ref_1651", "https://tc39.es/proposal-temporal/#_ref_1652", - "https://tc39.es/proposal-temporal/#_ref_1653", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1653", "https://tc39.es/proposal-temporal/#_ref_1654", "https://tc39.es/proposal-temporal/#_ref_1655", "https://tc39.es/proposal-temporal/#_ref_1656", @@ -2061,8 +2061,8 @@ "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", "https://tc39.es/proposal-temporal/#_ref_1669", - "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoorsubtractdurationfromplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#_ref_1671", "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#_ref_1673", @@ -2084,33 +2084,33 @@ "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", + "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_1696", - "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", + "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", "https://tc39.es/proposal-temporal/#_ref_1699", "https://tc39.es/proposal-temporal/#_ref_1700", - "https://tc39.es/proposal-temporal/#_ref_1701", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", - "https://tc39.es/proposal-temporal/#_ref_1702", + "https://tc39.es/proposal-temporal/#_ref_1701", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1703", + "https://tc39.es/proposal-temporal/#_ref_1702", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", - "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1705", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#_ref_1708", @@ -2120,20 +2120,20 @@ "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_1716", - "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1721", + "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1722", + "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_1725", @@ -2141,16 +2141,16 @@ "https://tc39.es/proposal-temporal/#_ref_1727", "https://tc39.es/proposal-temporal/#_ref_1728", "https://tc39.es/proposal-temporal/#_ref_1729", - "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getcalendar", - "https://tc39.es/proposal-temporal/#_ref_1731", + "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_1732", + "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_1732", "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#_ref_1735", @@ -2166,107 +2166,107 @@ "https://tc39.es/proposal-temporal/#_ref_1745", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", - "https://tc39.es/proposal-temporal/#_ref_1748", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_1748", "https://tc39.es/proposal-temporal/#_ref_1749", "https://tc39.es/proposal-temporal/#_ref_1750", - "https://tc39.es/proposal-temporal/#_ref_1751", "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", + "https://tc39.es/proposal-temporal/#_ref_1751", "https://tc39.es/proposal-temporal/#_ref_1752", "https://tc39.es/proposal-temporal/#_ref_1753", - "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone", + "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1755", "https://tc39.es/proposal-temporal/#_ref_1756", "https://tc39.es/proposal-temporal/#_ref_1757", "https://tc39.es/proposal-temporal/#_ref_1758", - "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.from", + "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#_ref_1760", - "https://tc39.es/proposal-temporal/#_ref_1761", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", - "https://tc39.es/proposal-temporal/#_ref_1762", + "https://tc39.es/proposal-temporal/#_ref_1761", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#_ref_1764", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", - "https://tc39.es/proposal-temporal/#_ref_1765", + "https://tc39.es/proposal-temporal/#_ref_1764", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", + "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", - "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", + "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", - "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", + "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", - "https://tc39.es/proposal-temporal/#_ref_1777", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", + "https://tc39.es/proposal-temporal/#_ref_1777", "https://tc39.es/proposal-temporal/#_ref_1778", "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", - "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", + "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", - "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", + "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#_ref_1786", - "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tostring", - "https://tc39.es/proposal-temporal/#_ref_1788", + "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1789", + "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", "https://tc39.es/proposal-temporal/#_ref_36", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", + "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", + "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_1792", - "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#sec-temporal-time-zone-methods-records", - "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#table-temporal-time-zone-methods-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1795", + "https://tc39.es/proposal-temporal/#_ref_1794", "https://tc39.es/proposal-temporal/#sec-temporal-createtimezonemethodsrecord", + "https://tc39.es/proposal-temporal/#_ref_1795", "https://tc39.es/proposal-temporal/#_ref_1796", "https://tc39.es/proposal-temporal/#_ref_1797", "https://tc39.es/proposal-temporal/#_ref_1798", - "https://tc39.es/proposal-temporal/#_ref_1799", "https://tc39.es/proposal-temporal/#sec-temporal-timezonemethodsrecordlookup", + "https://tc39.es/proposal-temporal/#_ref_1799", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", - "https://tc39.es/proposal-temporal/#_ref_1803", "https://tc39.es/proposal-temporal/#sec-temporal-timezonemethodsrecordhaslookedup", + "https://tc39.es/proposal-temporal/#_ref_1803", "https://tc39.es/proposal-temporal/#_ref_1804", - "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#sec-temporal-timezonemethodsrecordisbuiltin", + "https://tc39.es/proposal-temporal/#_ref_1805", "https://tc39.es/proposal-temporal/#_ref_1806", "https://tc39.es/proposal-temporal/#_ref_1807", - "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#sec-temporal-timezonemethodsrecordcall", + "https://tc39.es/proposal-temporal/#_ref_1808", "https://tc39.es/proposal-temporal/#_ref_1809", "https://tc39.es/proposal-temporal/#_ref_1810", "https://tc39.es/proposal-temporal/#_ref_1811", "https://tc39.es/proposal-temporal/#_ref_1812", - "https://tc39.es/proposal-temporal/#_ref_1813", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", + "https://tc39.es/proposal-temporal/#_ref_1813", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", "https://tc39.es/proposal-temporal/#_ref_1816", @@ -2275,8 +2275,8 @@ "https://tc39.es/proposal-temporal/#_ref_1819", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", - "https://tc39.es/proposal-temporal/#_ref_1822", "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1822", "https://tc39.es/proposal-temporal/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", "https://tc39.es/proposal-temporal/#_ref_1825", @@ -2284,68 +2284,68 @@ "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", - "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", + "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#_ref_1831", "https://tc39.es/proposal-temporal/#_ref_1832", "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_1834", "https://tc39.es/proposal-temporal/#_ref_1835", - "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", - "https://tc39.es/proposal-temporal/#_ref_1837", + "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", - "https://tc39.es/proposal-temporal/#_ref_1838", + "https://tc39.es/proposal-temporal/#_ref_1837", "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#_ref_1839", - "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", "https://tc39.es/proposal-temporal/#_ref_1843", - "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", + "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#_ref_1845", "https://tc39.es/proposal-temporal/#_ref_1846", - "https://tc39.es/proposal-temporal/#_ref_1847", "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporaltimezoneprotocol", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneslotvalue", + "https://tc39.es/proposal-temporal/#_ref_1847", "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", "https://tc39.es/proposal-temporal/#_ref_1850", "https://tc39.es/proposal-temporal/#_ref_1851", - "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_1853", "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_1855", - "https://tc39.es/proposal-temporal/#_ref_1856", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneobject", - "https://tc39.es/proposal-temporal/#_ref_1857", + "https://tc39.es/proposal-temporal/#_ref_1856", "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", "https://tc39.es/proposal-temporal/#_ref_1860", - "https://tc39.es/proposal-temporal/#_ref_1861", "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetstringfor", + "https://tc39.es/proposal-temporal/#_ref_1861", "https://tc39.es/proposal-temporal/#_ref_1862", "https://tc39.es/proposal-temporal/#_ref_1863", - "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#sec-temporal-getplaindatetimefor", + "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#_ref_1870", - "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#sec-temporal-getinstantfor", + "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#_ref_1875", - "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", + "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", "https://tc39.es/proposal-temporal/#_ref_1878", "https://tc39.es/proposal-temporal/#_ref_1879", @@ -2368,60 +2368,60 @@ "https://tc39.es/proposal-temporal/#_ref_1896", "https://tc39.es/proposal-temporal/#_ref_1897", "https://tc39.es/proposal-temporal/#_ref_1898", - "https://tc39.es/proposal-temporal/#_ref_1899", "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", + "https://tc39.es/proposal-temporal/#_ref_1899", "https://tc39.es/proposal-temporal/#_ref_1900", "https://tc39.es/proposal-temporal/#_ref_1901", "https://tc39.es/proposal-temporal/#_ref_1902", - "https://tc39.es/proposal-temporal/#_ref_1903", "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", + "https://tc39.es/proposal-temporal/#_ref_1903", "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", - "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#_ref_1910", - "https://tc39.es/proposal-temporal/#_ref_1911", + "https://tc39.es/proposal-temporal/#_ref_2658", "https://tc39.es/proposal-temporal/#_ref_2659", "https://tc39.es/proposal-temporal/#_ref_2660", + "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_2661", - "https://tc39.es/proposal-temporal/#_ref_1912", "https://tc39.es/proposal-temporal/#_ref_2662", - "https://tc39.es/proposal-temporal/#_ref_2663", - "https://tc39.es/proposal-temporal/#_ref_1913", + "https://tc39.es/proposal-temporal/#_ref_1912", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", + "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", "https://tc39.es/proposal-temporal/#_ref_1915", - "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#sec-temporal-availablecalendars", + "https://tc39.es/proposal-temporal/#_ref_1916", "https://tc39.es/proposal-temporal/#_ref_1917", "https://tc39.es/proposal-temporal/#_ref_1918", "https://tc39.es/proposal-temporal/#_ref_1919", "https://tc39.es/proposal-temporal/#_ref_1920", - "https://tc39.es/proposal-temporal/#_ref_1921", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-methods-records", - "https://tc39.es/proposal-temporal/#_ref_1922", + "https://tc39.es/proposal-temporal/#_ref_1921", "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#table-temporal-calendar-methods-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1923", + "https://tc39.es/proposal-temporal/#_ref_1922", "https://tc39.es/proposal-temporal/#sec-temporal-createcalendarmethodsrecord", + "https://tc39.es/proposal-temporal/#_ref_1923", "https://tc39.es/proposal-temporal/#_ref_1924", "https://tc39.es/proposal-temporal/#_ref_1925", "https://tc39.es/proposal-temporal/#_ref_1926", - "https://tc39.es/proposal-temporal/#_ref_1927", "https://tc39.es/proposal-temporal/#sec-temporal-createcalendarmethodsrecordfromrelativeto", + "https://tc39.es/proposal-temporal/#_ref_1927", "https://tc39.es/proposal-temporal/#_ref_1928", "https://tc39.es/proposal-temporal/#_ref_1929", "https://tc39.es/proposal-temporal/#_ref_1930", "https://tc39.es/proposal-temporal/#_ref_1931", - "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmethodsrecordlookup", + "https://tc39.es/proposal-temporal/#_ref_1932", "https://tc39.es/proposal-temporal/#_ref_1933", "https://tc39.es/proposal-temporal/#_ref_1934", "https://tc39.es/proposal-temporal/#_ref_1935", @@ -2431,124 +2431,124 @@ "https://tc39.es/proposal-temporal/#_ref_1939", "https://tc39.es/proposal-temporal/#_ref_1940", "https://tc39.es/proposal-temporal/#_ref_1941", - "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmethodsrecordhaslookedup", + "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", - "https://tc39.es/proposal-temporal/#_ref_1944", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmethodsrecordisbuiltin", + "https://tc39.es/proposal-temporal/#_ref_1944", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", - "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmethodsrecordcall", + "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", "https://tc39.es/proposal-temporal/#_ref_1951", - "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", + "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", + "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_1955", "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#_ref_1959", - "https://tc39.es/proposal-temporal/#_ref_1960", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", + "https://tc39.es/proposal-temporal/#_ref_1960", "https://tc39.es/proposal-temporal/#_ref_1961", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", + "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#_ref_1964", "https://tc39.es/proposal-temporal/#_ref_1965", - "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", + "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_1967", "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", + "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#_ref_1970", - "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", + "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", + "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_1974", - "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", + "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#_ref_1976", "https://tc39.es/proposal-temporal/#_ref_1977", - "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", + "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#_ref_1979", - "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", + "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_1981", - "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", + "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#_ref_1983", - "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearofweek", + "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", - "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", + "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_1987", - "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", + "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", + "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", + "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", + "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_1995", - "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#sec-temporal-objectimplementstemporalcalendarprotocol", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarslotvalue", + "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", "https://tc39.es/proposal-temporal/#_ref_1998", "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_2000", "https://tc39.es/proposal-temporal/#_ref_2001", - "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", - "https://tc39.es/proposal-temporal/#_ref_2003", + "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", + "https://tc39.es/proposal-temporal/#_ref_2003", "https://tc39.es/proposal-temporal/#_ref_2004", "https://tc39.es/proposal-temporal/#_ref_2005", - "https://tc39.es/proposal-temporal/#_ref_2006", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarobject", - "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#_ref_2006", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", + "https://tc39.es/proposal-temporal/#_ref_2007", "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2012", - "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", - "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#sec-temporal-maybeformatcalendarannotation", + "https://tc39.es/proposal-temporal/#_ref_2016", "https://tc39.es/proposal-temporal/#_ref_2017", - "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", + "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#_ref_2019", - "https://tc39.es/proposal-temporal/#_ref_2020", "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", + "https://tc39.es/proposal-temporal/#_ref_2020", "https://tc39.es/proposal-temporal/#_ref_2021", - "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", + "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2023", - "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", + "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#_ref_2026", "https://tc39.es/proposal-temporal/#_ref_2027", @@ -2561,70 +2561,70 @@ "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", - "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", "https://tc39.es/proposal-temporal/#sec-temporal-isoresolvemonth", + "https://tc39.es/proposal-temporal/#_ref_2037", + "https://tc39.es/proposal-temporal/#_ref_2663", "https://tc39.es/proposal-temporal/#_ref_2038", - "https://tc39.es/proposal-temporal/#_ref_2664", - "https://tc39.es/proposal-temporal/#_ref_2039", "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", - "https://tc39.es/proposal-temporal/#_ref_2040", + "https://tc39.es/proposal-temporal/#_ref_2039", "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", - "https://tc39.es/proposal-temporal/#_ref_2041", + "https://tc39.es/proposal-temporal/#_ref_2040", "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_2041", "https://tc39.es/proposal-temporal/#_ref_2042", - "https://tc39.es/proposal-temporal/#_ref_2043", "https://tc39.es/proposal-temporal/#sec-temporal-isofieldkeystoignore", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", + "https://tc39.es/proposal-temporal/#_ref_2043", "https://tc39.es/proposal-temporal/#_ref_2044", "https://tc39.es/proposal-temporal/#_ref_2045", "https://tc39.es/proposal-temporal/#_ref_2046", - "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", + "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#_ref_2048", "https://tc39.es/proposal-temporal/#_ref_2049", "https://tc39.es/proposal-temporal/#_ref_2050", - "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar", + "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#_ref_2052", "https://tc39.es/proposal-temporal/#_ref_2053", - "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.from", + "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#_ref_2055", - "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-%40%40tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_40", + "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", "https://tc39.es/proposal-temporal/#_ref_2058", "https://tc39.es/proposal-temporal/#_ref_2059", "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_41", + "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#_ref_2065", "https://tc39.es/proposal-temporal/#_ref_2066", "https://tc39.es/proposal-temporal/#_ref_2067", - "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_42", + "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#_ref_2071", "https://tc39.es/proposal-temporal/#_ref_2072", "https://tc39.es/proposal-temporal/#_ref_2073", - "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_43", + "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#_ref_2075", "https://tc39.es/proposal-temporal/#_ref_2076", "https://tc39.es/proposal-temporal/#_ref_2077", @@ -2632,103 +2632,103 @@ "https://tc39.es/proposal-temporal/#_ref_2079", "https://tc39.es/proposal-temporal/#_ref_2080", "https://tc39.es/proposal-temporal/#_ref_2081", - "https://tc39.es/proposal-temporal/#_ref_2082", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#_ref_2082", "https://tc39.es/proposal-temporal/#_ref_2083", "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#_ref_2085", "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#_ref_2087", - "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_45", - "https://tc39.es/proposal-temporal/#_ref_2089", + "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_46", - "https://tc39.es/proposal-temporal/#_ref_2090", + "https://tc39.es/proposal-temporal/#_ref_2089", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_47", + "https://tc39.es/proposal-temporal/#_ref_2090", "https://tc39.es/proposal-temporal/#_ref_2091", - "https://tc39.es/proposal-temporal/#_ref_2092", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_48", - "https://tc39.es/proposal-temporal/#_ref_2093", + "https://tc39.es/proposal-temporal/#_ref_2092", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_49", + "https://tc39.es/proposal-temporal/#_ref_2093", "https://tc39.es/proposal-temporal/#_ref_2094", - "https://tc39.es/proposal-temporal/#_ref_2095", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_50", + "https://tc39.es/proposal-temporal/#_ref_2095", "https://tc39.es/proposal-temporal/#_ref_2096", - "https://tc39.es/proposal-temporal/#_ref_2097", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_51", + "https://tc39.es/proposal-temporal/#_ref_2097", "https://tc39.es/proposal-temporal/#_ref_2098", - "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", - "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_52", - "https://tc39.es/proposal-temporal/#_ref_2102", + "https://tc39.es/proposal-temporal/#_ref_2101", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_53", + "https://tc39.es/proposal-temporal/#_ref_2102", "https://tc39.es/proposal-temporal/#_ref_2103", - "https://tc39.es/proposal-temporal/#_ref_2104", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_54", + "https://tc39.es/proposal-temporal/#_ref_2104", "https://tc39.es/proposal-temporal/#_ref_2105", - "https://tc39.es/proposal-temporal/#_ref_2106", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_55", - "https://tc39.es/proposal-temporal/#_ref_2107", + "https://tc39.es/proposal-temporal/#_ref_2106", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_56", + "https://tc39.es/proposal-temporal/#_ref_2107", "https://tc39.es/proposal-temporal/#_ref_2108", "https://tc39.es/proposal-temporal/#_ref_2109", - "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_57", - "https://tc39.es/proposal-temporal/#_ref_2111", + "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_58", + "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", "https://tc39.es/proposal-temporal/#_ref_2114", - "https://tc39.es/proposal-temporal/#_ref_2115", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-iteratortolistoftype", "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", + "https://tc39.es/proposal-temporal/#_ref_2115", "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", "https://tc39.es/proposal-temporal/#_ref_2118", "https://tc39.es/proposal-temporal/#_ref_2119", - "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", "https://tc39.es/proposal-temporal/#sec-date-equations", "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", + "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#_ref_2121", "https://tc39.es/proposal-temporal/#_ref_2122", "https://tc39.es/proposal-temporal/#_ref_2123", "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#_ref_2125", - "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", - "https://tc39.es/proposal-temporal/#_ref_2127", + "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", - "https://tc39.es/proposal-temporal/#_ref_2128", + "https://tc39.es/proposal-temporal/#_ref_2127", "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", + "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#_ref_2129", "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#_ref_2131", - "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", + "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#_ref_2133", "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#_ref_2135", @@ -2761,13 +2761,13 @@ "https://tc39.es/proposal-temporal/#_ref_2162", "https://tc39.es/proposal-temporal/#_ref_2163", "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#_ref_2165", "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", + "https://tc39.es/proposal-temporal/#_ref_2165", "https://tc39.es/proposal-temporal/#_ref_2166", "https://tc39.es/proposal-temporal/#_ref_2167", "https://tc39.es/proposal-temporal/#_ref_2168", - "https://tc39.es/proposal-temporal/#_ref_2169", "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", + "https://tc39.es/proposal-temporal/#_ref_2169", "https://tc39.es/proposal-temporal/#_ref_2170", "https://tc39.es/proposal-temporal/#_ref_2171", "https://tc39.es/proposal-temporal/#_ref_2172", @@ -2801,48 +2801,48 @@ "https://tc39.es/proposal-temporal/#_ref_2200", "https://tc39.es/proposal-temporal/#_ref_2201", "https://tc39.es/proposal-temporal/#_ref_2202", - "https://tc39.es/proposal-temporal/#_ref_2203", "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", + "https://tc39.es/proposal-temporal/#_ref_2203", "https://tc39.es/proposal-temporal/#_ref_2204", "https://tc39.es/proposal-temporal/#_ref_2205", "https://tc39.es/proposal-temporal/#_ref_2206", - "https://tc39.es/proposal-temporal/#_ref_2207", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_2208", + "https://tc39.es/proposal-temporal/#_ref_2207", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloverflow", - "https://tc39.es/proposal-temporal/#_ref_2209", + "https://tc39.es/proposal-temporal/#_ref_2208", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", - "https://tc39.es/proposal-temporal/#_ref_2210", + "https://tc39.es/proposal-temporal/#_ref_2209", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#_ref_61", - "https://tc39.es/proposal-temporal/#_ref_2211", + "https://tc39.es/proposal-temporal/#_ref_2210", "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#_ref_63", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", - "https://tc39.es/proposal-temporal/#_ref_2212", + "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#sec-temporal-tocalendarnameoption", - "https://tc39.es/proposal-temporal/#_ref_2213", + "https://tc39.es/proposal-temporal/#_ref_2212", "https://tc39.es/proposal-temporal/#sec-temporal-totimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_2214", + "https://tc39.es/proposal-temporal/#_ref_2213", "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_2215", + "https://tc39.es/proposal-temporal/#_ref_2214", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_2216", + "https://tc39.es/proposal-temporal/#_ref_2215", "https://tc39.es/proposal-temporal/#sec-temporal-tofractionalseconddigits", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunit", "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#_ref_2217", + "https://tc39.es/proposal-temporal/#_ref_2216", "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#table-temporal-units", "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", + "https://tc39.es/proposal-temporal/#_ref_2217", "https://tc39.es/proposal-temporal/#_ref_2218", "https://tc39.es/proposal-temporal/#_ref_2219", "https://tc39.es/proposal-temporal/#_ref_2220", @@ -2861,7 +2861,6 @@ "https://tc39.es/proposal-temporal/#_ref_2233", "https://tc39.es/proposal-temporal/#_ref_2234", "https://tc39.es/proposal-temporal/#_ref_2235", - "https://tc39.es/proposal-temporal/#_ref_2236", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_67", "https://tc39.es/proposal-temporal/#_ref_68", @@ -2874,7 +2873,7 @@ "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_2237", + "https://tc39.es/proposal-temporal/#_ref_2236", "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_74", @@ -2883,15 +2882,15 @@ "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_77", - "https://tc39.es/proposal-temporal/#_ref_2238", + "https://tc39.es/proposal-temporal/#_ref_2237", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#_ref_2238", "https://tc39.es/proposal-temporal/#_ref_2239", - "https://tc39.es/proposal-temporal/#_ref_2240", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_79", + "https://tc39.es/proposal-temporal/#_ref_2240", "https://tc39.es/proposal-temporal/#_ref_2241", - "https://tc39.es/proposal-temporal/#_ref_2242", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", @@ -2912,26 +2911,26 @@ "https://tc39.es/proposal-temporal/#prod-DateMonthWithThirtyOneDays", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", + "https://tc39.es/proposal-temporal/#_ref_2664", "https://tc39.es/proposal-temporal/#_ref_2665", - "https://tc39.es/proposal-temporal/#_ref_2666", "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", + "https://tc39.es/proposal-temporal/#_ref_2666", "https://tc39.es/proposal-temporal/#_ref_2667", "https://tc39.es/proposal-temporal/#_ref_2668", "https://tc39.es/proposal-temporal/#_ref_2669", - "https://tc39.es/proposal-temporal/#_ref_2670", "https://tc39.es/proposal-temporal/#prod-ValidMonthDay", + "https://tc39.es/proposal-temporal/#_ref_2670", "https://tc39.es/proposal-temporal/#_ref_2671", "https://tc39.es/proposal-temporal/#_ref_2672", "https://tc39.es/proposal-temporal/#_ref_2673", "https://tc39.es/proposal-temporal/#_ref_2674", - "https://tc39.es/proposal-temporal/#_ref_2675", "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#_ref_2675", "https://tc39.es/proposal-temporal/#_ref_2676", "https://tc39.es/proposal-temporal/#_ref_2677", "https://tc39.es/proposal-temporal/#_ref_2678", "https://tc39.es/proposal-temporal/#_ref_2679", "https://tc39.es/proposal-temporal/#_ref_2680", - "https://tc39.es/proposal-temporal/#_ref_2681", "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#prod-TimeSecond", @@ -2940,56 +2939,57 @@ "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", "https://tc39.es/proposal-temporal/#prod-UTCOffsetMinutePrecision", "https://tc39.es/proposal-temporal/#prod-UTCOffsetSubMinutePrecision", + "https://tc39.es/proposal-temporal/#_ref_2681", "https://tc39.es/proposal-temporal/#_ref_2682", "https://tc39.es/proposal-temporal/#_ref_2683", - "https://tc39.es/proposal-temporal/#_ref_2684", "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", + "https://tc39.es/proposal-temporal/#_ref_2684", "https://tc39.es/proposal-temporal/#_ref_2685", - "https://tc39.es/proposal-temporal/#_ref_2686", "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", - "https://tc39.es/proposal-temporal/#_ref_2687", + "https://tc39.es/proposal-temporal/#_ref_2686", "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", - "https://tc39.es/proposal-temporal/#_ref_2688", + "https://tc39.es/proposal-temporal/#_ref_2687", "https://tc39.es/proposal-temporal/#prod-TZChar", - "https://tc39.es/proposal-temporal/#_ref_2689", + "https://tc39.es/proposal-temporal/#_ref_2688", "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", + "https://tc39.es/proposal-temporal/#_ref_2689", "https://tc39.es/proposal-temporal/#_ref_2690", "https://tc39.es/proposal-temporal/#_ref_2691", - "https://tc39.es/proposal-temporal/#_ref_2692", "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#_ref_2692", "https://tc39.es/proposal-temporal/#_ref_2693", "https://tc39.es/proposal-temporal/#_ref_2694", - "https://tc39.es/proposal-temporal/#_ref_2695", "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#_ref_2695", "https://tc39.es/proposal-temporal/#_ref_2696", - "https://tc39.es/proposal-temporal/#_ref_2697", "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", + "https://tc39.es/proposal-temporal/#_ref_2697", "https://tc39.es/proposal-temporal/#_ref_2698", - "https://tc39.es/proposal-temporal/#_ref_2699", "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", - "https://tc39.es/proposal-temporal/#_ref_2700", + "https://tc39.es/proposal-temporal/#_ref_2699", "https://tc39.es/proposal-temporal/#prod-AKeyChar", - "https://tc39.es/proposal-temporal/#_ref_2701", + "https://tc39.es/proposal-temporal/#_ref_2700", "https://tc39.es/proposal-temporal/#prod-AnnotationKey", + "https://tc39.es/proposal-temporal/#_ref_2701", "https://tc39.es/proposal-temporal/#_ref_2702", "https://tc39.es/proposal-temporal/#_ref_2703", - "https://tc39.es/proposal-temporal/#_ref_2704", "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", + "https://tc39.es/proposal-temporal/#_ref_2704", "https://tc39.es/proposal-temporal/#_ref_2705", "https://tc39.es/proposal-temporal/#_ref_2706", - "https://tc39.es/proposal-temporal/#_ref_2707", "https://tc39.es/proposal-temporal/#prod-AnnotationValue", + "https://tc39.es/proposal-temporal/#_ref_2707", "https://tc39.es/proposal-temporal/#_ref_2708", "https://tc39.es/proposal-temporal/#_ref_2709", - "https://tc39.es/proposal-temporal/#_ref_2710", "https://tc39.es/proposal-temporal/#prod-Annotation", + "https://tc39.es/proposal-temporal/#_ref_2710", "https://tc39.es/proposal-temporal/#_ref_2711", "https://tc39.es/proposal-temporal/#_ref_2712", - "https://tc39.es/proposal-temporal/#_ref_2713", "https://tc39.es/proposal-temporal/#prod-Annotations", + "https://tc39.es/proposal-temporal/#_ref_2713", "https://tc39.es/proposal-temporal/#_ref_2714", - "https://tc39.es/proposal-temporal/#_ref_2715", "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#_ref_2715", "https://tc39.es/proposal-temporal/#_ref_2716", "https://tc39.es/proposal-temporal/#_ref_2717", "https://tc39.es/proposal-temporal/#_ref_2718", @@ -3002,19 +3002,19 @@ "https://tc39.es/proposal-temporal/#_ref_2725", "https://tc39.es/proposal-temporal/#_ref_2726", "https://tc39.es/proposal-temporal/#_ref_2727", - "https://tc39.es/proposal-temporal/#_ref_2728", "https://tc39.es/proposal-temporal/#prod-TimeSpecWithOptionalOffsetNotAmbiguous", + "https://tc39.es/proposal-temporal/#_ref_2728", "https://tc39.es/proposal-temporal/#_ref_2729", "https://tc39.es/proposal-temporal/#_ref_2730", "https://tc39.es/proposal-temporal/#_ref_2731", - "https://tc39.es/proposal-temporal/#_ref_2732", "https://tc39.es/proposal-temporal/#prod-DateTime", + "https://tc39.es/proposal-temporal/#_ref_2732", "https://tc39.es/proposal-temporal/#_ref_2733", "https://tc39.es/proposal-temporal/#_ref_2734", "https://tc39.es/proposal-temporal/#_ref_2735", "https://tc39.es/proposal-temporal/#_ref_2736", - "https://tc39.es/proposal-temporal/#_ref_2737", "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", + "https://tc39.es/proposal-temporal/#_ref_2737", "https://tc39.es/proposal-temporal/#_ref_2738", "https://tc39.es/proposal-temporal/#_ref_2739", "https://tc39.es/proposal-temporal/#_ref_2740", @@ -3022,50 +3022,50 @@ "https://tc39.es/proposal-temporal/#_ref_2742", "https://tc39.es/proposal-temporal/#_ref_2743", "https://tc39.es/proposal-temporal/#_ref_2744", - "https://tc39.es/proposal-temporal/#_ref_2745", "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", + "https://tc39.es/proposal-temporal/#_ref_2745", "https://tc39.es/proposal-temporal/#_ref_2746", "https://tc39.es/proposal-temporal/#_ref_2747", "https://tc39.es/proposal-temporal/#_ref_2748", "https://tc39.es/proposal-temporal/#_ref_2749", "https://tc39.es/proposal-temporal/#_ref_2750", - "https://tc39.es/proposal-temporal/#_ref_2751", "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTimeTimeRequired", + "https://tc39.es/proposal-temporal/#_ref_2751", "https://tc39.es/proposal-temporal/#_ref_2752", "https://tc39.es/proposal-temporal/#_ref_2753", "https://tc39.es/proposal-temporal/#_ref_2754", "https://tc39.es/proposal-temporal/#_ref_2755", "https://tc39.es/proposal-temporal/#_ref_2756", - "https://tc39.es/proposal-temporal/#_ref_2757", "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", + "https://tc39.es/proposal-temporal/#_ref_2757", "https://tc39.es/proposal-temporal/#_ref_2758", "https://tc39.es/proposal-temporal/#_ref_2759", - "https://tc39.es/proposal-temporal/#_ref_2760", "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", + "https://tc39.es/proposal-temporal/#_ref_2760", "https://tc39.es/proposal-temporal/#_ref_2761", "https://tc39.es/proposal-temporal/#_ref_2762", - "https://tc39.es/proposal-temporal/#_ref_2763", "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", - "https://tc39.es/proposal-temporal/#_ref_2764", + "https://tc39.es/proposal-temporal/#_ref_2763", "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#_ref_2764", "https://tc39.es/proposal-temporal/#_ref_2765", "https://tc39.es/proposal-temporal/#_ref_2766", - "https://tc39.es/proposal-temporal/#_ref_2767", "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", - "https://tc39.es/proposal-temporal/#_ref_2768", + "https://tc39.es/proposal-temporal/#_ref_2767", "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", + "https://tc39.es/proposal-temporal/#_ref_2768", "https://tc39.es/proposal-temporal/#_ref_2769", "https://tc39.es/proposal-temporal/#_ref_2770", "https://tc39.es/proposal-temporal/#_ref_2771", "https://tc39.es/proposal-temporal/#_ref_2772", "https://tc39.es/proposal-temporal/#_ref_2773", - "https://tc39.es/proposal-temporal/#_ref_2774", "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", - "https://tc39.es/proposal-temporal/#_ref_2775", + "https://tc39.es/proposal-temporal/#_ref_2774", "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", + "https://tc39.es/proposal-temporal/#_ref_2775", "https://tc39.es/proposal-temporal/#_ref_2776", "https://tc39.es/proposal-temporal/#_ref_2777", "https://tc39.es/proposal-temporal/#_ref_2778", @@ -3074,33 +3074,33 @@ "https://tc39.es/proposal-temporal/#_ref_2781", "https://tc39.es/proposal-temporal/#_ref_2782", "https://tc39.es/proposal-temporal/#_ref_2783", - "https://tc39.es/proposal-temporal/#_ref_2784", "https://tc39.es/proposal-temporal/#prod-DurationTime", + "https://tc39.es/proposal-temporal/#_ref_2784", "https://tc39.es/proposal-temporal/#_ref_2785", "https://tc39.es/proposal-temporal/#_ref_2786", "https://tc39.es/proposal-temporal/#_ref_2787", "https://tc39.es/proposal-temporal/#_ref_2788", "https://tc39.es/proposal-temporal/#_ref_2789", - "https://tc39.es/proposal-temporal/#_ref_2790", "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", + "https://tc39.es/proposal-temporal/#_ref_2790", "https://tc39.es/proposal-temporal/#_ref_2791", - "https://tc39.es/proposal-temporal/#_ref_2792", "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", + "https://tc39.es/proposal-temporal/#_ref_2792", "https://tc39.es/proposal-temporal/#_ref_2793", "https://tc39.es/proposal-temporal/#_ref_2794", - "https://tc39.es/proposal-temporal/#_ref_2795", "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", + "https://tc39.es/proposal-temporal/#_ref_2795", "https://tc39.es/proposal-temporal/#_ref_2796", "https://tc39.es/proposal-temporal/#_ref_2797", "https://tc39.es/proposal-temporal/#_ref_2798", "https://tc39.es/proposal-temporal/#_ref_2799", "https://tc39.es/proposal-temporal/#_ref_2800", - "https://tc39.es/proposal-temporal/#_ref_2801", "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", + "https://tc39.es/proposal-temporal/#_ref_2801", "https://tc39.es/proposal-temporal/#_ref_2802", "https://tc39.es/proposal-temporal/#_ref_2803", "https://tc39.es/proposal-temporal/#_ref_2804", @@ -3109,8 +3109,8 @@ "https://tc39.es/proposal-temporal/#_ref_2807", "https://tc39.es/proposal-temporal/#_ref_2808", "https://tc39.es/proposal-temporal/#_ref_2809", - "https://tc39.es/proposal-temporal/#_ref_2810", "https://tc39.es/proposal-temporal/#prod-DurationDate", + "https://tc39.es/proposal-temporal/#_ref_2810", "https://tc39.es/proposal-temporal/#_ref_2811", "https://tc39.es/proposal-temporal/#_ref_2812", "https://tc39.es/proposal-temporal/#_ref_2813", @@ -3118,35 +3118,35 @@ "https://tc39.es/proposal-temporal/#_ref_2815", "https://tc39.es/proposal-temporal/#_ref_2816", "https://tc39.es/proposal-temporal/#_ref_2817", - "https://tc39.es/proposal-temporal/#_ref_2818", "https://tc39.es/proposal-temporal/#prod-Duration", + "https://tc39.es/proposal-temporal/#_ref_2818", "https://tc39.es/proposal-temporal/#_ref_2819", "https://tc39.es/proposal-temporal/#_ref_2820", "https://tc39.es/proposal-temporal/#_ref_2821", - "https://tc39.es/proposal-temporal/#_ref_2822", "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", + "https://tc39.es/proposal-temporal/#_ref_2822", "https://tc39.es/proposal-temporal/#_ref_2823", "https://tc39.es/proposal-temporal/#_ref_2824", "https://tc39.es/proposal-temporal/#_ref_2825", "https://tc39.es/proposal-temporal/#_ref_2826", "https://tc39.es/proposal-temporal/#_ref_2827", - "https://tc39.es/proposal-temporal/#_ref_2828", "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", - "https://tc39.es/proposal-temporal/#_ref_2829", + "https://tc39.es/proposal-temporal/#_ref_2828", "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", - "https://tc39.es/proposal-temporal/#_ref_2830", + "https://tc39.es/proposal-temporal/#_ref_2829", "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#_ref_2830", "https://tc39.es/proposal-temporal/#_ref_2831", - "https://tc39.es/proposal-temporal/#_ref_2832", "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#_ref_2832", "https://tc39.es/proposal-temporal/#_ref_2833", - "https://tc39.es/proposal-temporal/#_ref_2834", "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", + "https://tc39.es/proposal-temporal/#_ref_2834", "https://tc39.es/proposal-temporal/#_ref_2835", - "https://tc39.es/proposal-temporal/#_ref_2836", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", - "https://tc39.es/proposal-temporal/#_ref_2837", + "https://tc39.es/proposal-temporal/#_ref_2836", "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_2837", "https://tc39.es/proposal-temporal/#_ref_2838", "https://tc39.es/proposal-temporal/#_ref_2839", "https://tc39.es/proposal-temporal/#_ref_2840", @@ -3154,17 +3154,17 @@ "https://tc39.es/proposal-temporal/#_ref_2842", "https://tc39.es/proposal-temporal/#_ref_2843", "https://tc39.es/proposal-temporal/#_ref_2844", + "https://tc39.es/proposal-temporal/#_ref_2242", "https://tc39.es/proposal-temporal/#_ref_2845", - "https://tc39.es/proposal-temporal/#_ref_2243", "https://tc39.es/proposal-temporal/#_ref_2846", "https://tc39.es/proposal-temporal/#_ref_2847", "https://tc39.es/proposal-temporal/#_ref_2848", "https://tc39.es/proposal-temporal/#_ref_2849", "https://tc39.es/proposal-temporal/#_ref_2850", "https://tc39.es/proposal-temporal/#_ref_2851", - "https://tc39.es/proposal-temporal/#_ref_2852", + "https://tc39.es/proposal-temporal/#_ref_2243", "https://tc39.es/proposal-temporal/#_ref_2244", - "https://tc39.es/proposal-temporal/#_ref_2245", + "https://tc39.es/proposal-temporal/#_ref_2852", "https://tc39.es/proposal-temporal/#_ref_2853", "https://tc39.es/proposal-temporal/#_ref_2854", "https://tc39.es/proposal-temporal/#_ref_2855", @@ -3175,26 +3175,26 @@ "https://tc39.es/proposal-temporal/#_ref_2860", "https://tc39.es/proposal-temporal/#_ref_2861", "https://tc39.es/proposal-temporal/#_ref_2862", - "https://tc39.es/proposal-temporal/#_ref_2863", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", - "https://tc39.es/proposal-temporal/#_ref_2864", + "https://tc39.es/proposal-temporal/#_ref_2863", + "https://tc39.es/proposal-temporal/#_ref_2245", "https://tc39.es/proposal-temporal/#_ref_2246", - "https://tc39.es/proposal-temporal/#_ref_2247", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", - "https://tc39.es/proposal-temporal/#_ref_2865", - "https://tc39.es/proposal-temporal/#_ref_2248", + "https://tc39.es/proposal-temporal/#_ref_2864", + "https://tc39.es/proposal-temporal/#_ref_2247", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_2249", - "https://tc39.es/proposal-temporal/#_ref_2866", + "https://tc39.es/proposal-temporal/#_ref_2248", + "https://tc39.es/proposal-temporal/#_ref_2865", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_2250", + "https://tc39.es/proposal-temporal/#_ref_2249", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_2866", "https://tc39.es/proposal-temporal/#_ref_2867", - "https://tc39.es/proposal-temporal/#_ref_2868", - "https://tc39.es/proposal-temporal/#_ref_2251", + "https://tc39.es/proposal-temporal/#_ref_2250", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_2251", "https://tc39.es/proposal-temporal/#_ref_2252", - "https://tc39.es/proposal-temporal/#_ref_2253", + "https://tc39.es/proposal-temporal/#_ref_2868", "https://tc39.es/proposal-temporal/#_ref_2869", "https://tc39.es/proposal-temporal/#_ref_2870", "https://tc39.es/proposal-temporal/#_ref_2871", @@ -3205,7 +3205,7 @@ "https://tc39.es/proposal-temporal/#_ref_2876", "https://tc39.es/proposal-temporal/#_ref_2877", "https://tc39.es/proposal-temporal/#_ref_2878", - "https://tc39.es/proposal-temporal/#_ref_2879", + "https://tc39.es/proposal-temporal/#_ref_2253", "https://tc39.es/proposal-temporal/#_ref_2254", "https://tc39.es/proposal-temporal/#_ref_2255", "https://tc39.es/proposal-temporal/#_ref_2256", @@ -3221,63 +3221,63 @@ "https://tc39.es/proposal-temporal/#_ref_2266", "https://tc39.es/proposal-temporal/#_ref_2267", "https://tc39.es/proposal-temporal/#_ref_2268", - "https://tc39.es/proposal-temporal/#_ref_2269", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", + "https://tc39.es/proposal-temporal/#_ref_2879", "https://tc39.es/proposal-temporal/#_ref_2880", + "https://tc39.es/proposal-temporal/#_ref_2269", "https://tc39.es/proposal-temporal/#_ref_2881", - "https://tc39.es/proposal-temporal/#_ref_2270", - "https://tc39.es/proposal-temporal/#_ref_2882", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_2882", "https://tc39.es/proposal-temporal/#_ref_2883", "https://tc39.es/proposal-temporal/#_ref_2884", - "https://tc39.es/proposal-temporal/#_ref_2885", - "https://tc39.es/proposal-temporal/#_ref_2271", + "https://tc39.es/proposal-temporal/#_ref_2270", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", + "https://tc39.es/proposal-temporal/#_ref_2885", "https://tc39.es/proposal-temporal/#_ref_2886", + "https://tc39.es/proposal-temporal/#_ref_2271", "https://tc39.es/proposal-temporal/#_ref_2887", - "https://tc39.es/proposal-temporal/#_ref_2272", - "https://tc39.es/proposal-temporal/#_ref_2888", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_2272", "https://tc39.es/proposal-temporal/#_ref_2273", "https://tc39.es/proposal-temporal/#_ref_2274", "https://tc39.es/proposal-temporal/#_ref_2275", "https://tc39.es/proposal-temporal/#_ref_2276", "https://tc39.es/proposal-temporal/#_ref_2277", + "https://tc39.es/proposal-temporal/#_ref_2888", "https://tc39.es/proposal-temporal/#_ref_2278", - "https://tc39.es/proposal-temporal/#_ref_2889", "https://tc39.es/proposal-temporal/#_ref_2279", "https://tc39.es/proposal-temporal/#_ref_2280", "https://tc39.es/proposal-temporal/#_ref_2281", "https://tc39.es/proposal-temporal/#_ref_2282", - "https://tc39.es/proposal-temporal/#_ref_2283", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", + "https://tc39.es/proposal-temporal/#_ref_2889", "https://tc39.es/proposal-temporal/#_ref_2890", - "https://tc39.es/proposal-temporal/#_ref_2891", - "https://tc39.es/proposal-temporal/#_ref_2284", + "https://tc39.es/proposal-temporal/#_ref_2283", "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", - "https://tc39.es/proposal-temporal/#_ref_2285", + "https://tc39.es/proposal-temporal/#_ref_2284", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", - "https://tc39.es/proposal-temporal/#_ref_2286", + "https://tc39.es/proposal-temporal/#_ref_2285", "https://tc39.es/proposal-temporal/#_ref_80", + "https://tc39.es/proposal-temporal/#_ref_2286", "https://tc39.es/proposal-temporal/#_ref_2287", - "https://tc39.es/proposal-temporal/#_ref_2288", "https://tc39.es/proposal-temporal/#_ref_81", + "https://tc39.es/proposal-temporal/#_ref_2288", "https://tc39.es/proposal-temporal/#_ref_2289", "https://tc39.es/proposal-temporal/#_ref_2290", "https://tc39.es/proposal-temporal/#_ref_2291", - "https://tc39.es/proposal-temporal/#_ref_2292", "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-field-descriptor-record", "https://tc39.es/proposal-temporal/#_ref_83", "https://tc39.es/proposal-temporal/#table-temporal-calendar-field-descriptor-record", - "https://tc39.es/proposal-temporal/#_ref_2293", + "https://tc39.es/proposal-temporal/#_ref_2292", "https://tc39.es/proposal-temporal/#_ref_84", "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#_ref_2294", + "https://tc39.es/proposal-temporal/#_ref_2293", "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", + "https://tc39.es/proposal-temporal/#_ref_2294", "https://tc39.es/proposal-temporal/#_ref_2295", "https://tc39.es/proposal-temporal/#_ref_2296", "https://tc39.es/proposal-temporal/#_ref_2297", @@ -3288,34 +3288,34 @@ "https://tc39.es/proposal-temporal/#_ref_2302", "https://tc39.es/proposal-temporal/#_ref_2303", "https://tc39.es/proposal-temporal/#_ref_2304", - "https://tc39.es/proposal-temporal/#_ref_2305", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_2306", + "https://tc39.es/proposal-temporal/#_ref_2305", "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_2307", + "https://tc39.es/proposal-temporal/#_ref_2306", "https://tc39.es/proposal-temporal/#sec-sortstringlistbycodeunit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_2308", + "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#sec-copydataproperties", "https://tc39.es/proposal-temporal/#sec-snapshotownproperties", - "https://tc39.es/proposal-temporal/#_ref_2309", + "https://tc39.es/proposal-temporal/#_ref_2308", "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/proposal-temporal/#sec-temporal-getutcepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_2309", "https://tc39.es/proposal-temporal/#_ref_2310", - "https://tc39.es/proposal-temporal/#_ref_2311", "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", + "https://tc39.es/proposal-temporal/#_ref_2311", "https://tc39.es/proposal-temporal/#_ref_2312", "https://tc39.es/proposal-temporal/#_ref_2313", - "https://tc39.es/proposal-temporal/#_ref_2314", + "https://tc39.es/proposal-temporal/#_ref_2891", "https://tc39.es/proposal-temporal/#_ref_2892", - "https://tc39.es/proposal-temporal/#_ref_2893", - "https://tc39.es/proposal-temporal/#_ref_2315", + "https://tc39.es/proposal-temporal/#_ref_2314", "https://tc39.es/proposal-temporal/#sec-availablenamedtimezoneidentifiers", + "https://tc39.es/proposal-temporal/#_ref_2315", "https://tc39.es/proposal-temporal/#_ref_2316", "https://tc39.es/proposal-temporal/#_ref_2317", "https://tc39.es/proposal-temporal/#_ref_2318", @@ -3325,63 +3325,63 @@ "https://tc39.es/proposal-temporal/#_ref_2322", "https://tc39.es/proposal-temporal/#_ref_2323", "https://tc39.es/proposal-temporal/#_ref_2324", - "https://tc39.es/proposal-temporal/#_ref_2325", "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-defaulttimezone", + "https://tc39.es/proposal-temporal/#_ref_2325", "https://tc39.es/proposal-temporal/#_ref_2326", "https://tc39.es/proposal-temporal/#_ref_2327", "https://tc39.es/proposal-temporal/#_ref_2328", "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_2330", - "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", - "https://tc39.es/proposal-temporal/#_ref_2332", + "https://tc39.es/proposal-temporal/#_ref_2331", + "https://tc39.es/proposal-temporal/#_ref_2893", "https://tc39.es/proposal-temporal/#_ref_2894", - "https://tc39.es/proposal-temporal/#_ref_2895", "https://tc39.es/proposal-temporal/#_ref_87", "https://tc39.es/proposal-temporal/#_ref_88", "https://tc39.es/proposal-temporal/#sec-localtime", + "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_2333", "https://tc39.es/proposal-temporal/#_ref_2334", "https://tc39.es/proposal-temporal/#_ref_2335", "https://tc39.es/proposal-temporal/#_ref_2336", "https://tc39.es/proposal-temporal/#_ref_2337", - "https://tc39.es/proposal-temporal/#_ref_2338", "https://tc39.es/proposal-temporal/#sec-utc-t", + "https://tc39.es/proposal-temporal/#_ref_2338", "https://tc39.es/proposal-temporal/#_ref_2339", "https://tc39.es/proposal-temporal/#_ref_2340", "https://tc39.es/proposal-temporal/#_ref_2341", "https://tc39.es/proposal-temporal/#_ref_2342", "https://tc39.es/proposal-temporal/#_ref_2343", - "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#sec-timestring", - "https://tc39.es/proposal-temporal/#_ref_2345", + "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#sec-timezoneestring", + "https://tc39.es/proposal-temporal/#_ref_2345", "https://tc39.es/proposal-temporal/#_ref_2346", "https://tc39.es/proposal-temporal/#_ref_2347", - "https://tc39.es/proposal-temporal/#_ref_2348", "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2895", "https://tc39.es/proposal-temporal/#_ref_2896", - "https://tc39.es/proposal-temporal/#_ref_2897", "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2898", + "https://tc39.es/proposal-temporal/#_ref_2897", "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date", + "https://tc39.es/proposal-temporal/#_ref_2348", "https://tc39.es/proposal-temporal/#_ref_2349", "https://tc39.es/proposal-temporal/#_ref_2350", "https://tc39.es/proposal-temporal/#_ref_2351", "https://tc39.es/proposal-temporal/#_ref_2352", - "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date.now", - "https://tc39.es/proposal-temporal/#_ref_2354", + "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_2355", + "https://tc39.es/proposal-temporal/#_ref_2354", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", + "https://tc39.es/proposal-temporal/#_ref_2355", "https://tc39.es/proposal-temporal/#_ref_2356", "https://tc39.es/proposal-temporal/#_ref_2357", "https://tc39.es/proposal-temporal/#_ref_2358", @@ -3389,9 +3389,9 @@ "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", "https://tc39.es/proposal-temporal/#_ref_2362", - "https://tc39.es/proposal-temporal/#_ref_2363", "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", "https://tc39.es/proposal-temporal/#sec-time-zone-names", + "https://tc39.es/proposal-temporal/#_ref_2363", "https://tc39.es/proposal-temporal/#_ref_2364", "https://tc39.es/proposal-temporal/#_ref_2365", "https://tc39.es/proposal-temporal/#_ref_2366", @@ -3404,16 +3404,16 @@ "https://tc39.es/proposal-temporal/#_ref_2373", "https://tc39.es/proposal-temporal/#_ref_2374", "https://tc39.es/proposal-temporal/#_ref_2375", - "https://tc39.es/proposal-temporal/#_ref_2376", "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#_ref_2377", + "https://tc39.es/proposal-temporal/#_ref_2376", "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", "https://tc39.es/proposal-temporal/#sec-availabletimezones", + "https://tc39.es/proposal-temporal/#_ref_2377", "https://tc39.es/proposal-temporal/#_ref_2378", "https://tc39.es/proposal-temporal/#_ref_2379", "https://tc39.es/proposal-temporal/#_ref_2380", - "https://tc39.es/proposal-temporal/#_ref_2381", "https://tc39.es/proposal-temporal/#_ref_90", + "https://tc39.es/proposal-temporal/#_ref_2381", "https://tc39.es/proposal-temporal/#_ref_2382", "https://tc39.es/proposal-temporal/#_ref_2383", "https://tc39.es/proposal-temporal/#_ref_2384", @@ -3422,54 +3422,54 @@ "https://tc39.es/proposal-temporal/#_ref_2387", "https://tc39.es/proposal-temporal/#_ref_2388", "https://tc39.es/proposal-temporal/#_ref_2389", - "https://tc39.es/proposal-temporal/#_ref_2390", "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", - "https://tc39.es/proposal-temporal/#_ref_2391", + "https://tc39.es/proposal-temporal/#_ref_2390", "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", + "https://tc39.es/proposal-temporal/#_ref_2391", "https://tc39.es/proposal-temporal/#_ref_2392", "https://tc39.es/proposal-temporal/#_ref_2393", "https://tc39.es/proposal-temporal/#_ref_2394", - "https://tc39.es/proposal-temporal/#_ref_2395", "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", + "https://tc39.es/proposal-temporal/#_ref_2395", "https://tc39.es/proposal-temporal/#_ref_2396", - "https://tc39.es/proposal-temporal/#_ref_2397", "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", + "https://tc39.es/proposal-temporal/#_ref_2397", "https://tc39.es/proposal-temporal/#_ref_2398", - "https://tc39.es/proposal-temporal/#_ref_2399", "https://tc39.es/proposal-temporal/#intl-object", "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", + "https://tc39.es/proposal-temporal/#_ref_2399", "https://tc39.es/proposal-temporal/#_ref_2400", - "https://tc39.es/proposal-temporal/#_ref_2401", "https://tc39.es/proposal-temporal/#sec-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", + "https://tc39.es/proposal-temporal/#_ref_2401", "https://tc39.es/proposal-temporal/#_ref_2402", - "https://tc39.es/proposal-temporal/#_ref_2403", "https://tc39.es/proposal-temporal/#sec-getoption-deleted", - "https://tc39.es/proposal-temporal/#_ref_2404", + "https://tc39.es/proposal-temporal/#_ref_2403", "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", - "https://tc39.es/proposal-temporal/#_ref_2405", + "https://tc39.es/proposal-temporal/#_ref_2404", "https://tc39.es/proposal-temporal/#_ref_91", "https://tc39.es/proposal-temporal/#_ref_92", "https://tc39.es/proposal-temporal/#_ref_93", "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", - "https://tc39.es/proposal-temporal/#_ref_2406", + "https://tc39.es/proposal-temporal/#_ref_2405", "https://tc39.es/proposal-temporal/#_ref_94", - "https://tc39.es/proposal-temporal/#_ref_2407", + "https://tc39.es/proposal-temporal/#_ref_2406", "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", + "https://tc39.es/proposal-temporal/#_ref_2407", "https://tc39.es/proposal-temporal/#_ref_2408", "https://tc39.es/proposal-temporal/#_ref_2409", "https://tc39.es/proposal-temporal/#_ref_2410", "https://tc39.es/proposal-temporal/#_ref_2411", "https://tc39.es/proposal-temporal/#_ref_2412", "https://tc39.es/proposal-temporal/#_ref_2413", + "https://tc39.es/proposal-temporal/#_ref_2898", "https://tc39.es/proposal-temporal/#_ref_2414", - "https://tc39.es/proposal-temporal/#_ref_2899", "https://tc39.es/proposal-temporal/#_ref_2415", "https://tc39.es/proposal-temporal/#_ref_2416", "https://tc39.es/proposal-temporal/#_ref_2417", @@ -3479,27 +3479,27 @@ "https://tc39.es/proposal-temporal/#_ref_2421", "https://tc39.es/proposal-temporal/#_ref_2422", "https://tc39.es/proposal-temporal/#_ref_2423", - "https://tc39.es/proposal-temporal/#_ref_2424", "https://tc39.es/proposal-temporal/#_ref_95", - "https://tc39.es/proposal-temporal/#_ref_2425", + "https://tc39.es/proposal-temporal/#_ref_2424", "https://tc39.es/proposal-temporal/#table-temporal-patterns", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", + "https://tc39.es/proposal-temporal/#_ref_2425", "https://tc39.es/proposal-temporal/#_ref_2426", - "https://tc39.es/proposal-temporal/#_ref_2427", "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", + "https://tc39.es/proposal-temporal/#_ref_2427", "https://tc39.es/proposal-temporal/#_ref_2428", - "https://tc39.es/proposal-temporal/#_ref_2429", "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", + "https://tc39.es/proposal-temporal/#_ref_2429", "https://tc39.es/proposal-temporal/#_ref_2430", "https://tc39.es/proposal-temporal/#_ref_2431", - "https://tc39.es/proposal-temporal/#_ref_2432", "https://tc39.es/proposal-temporal/#sec-formatdatetime", + "https://tc39.es/proposal-temporal/#_ref_2432", "https://tc39.es/proposal-temporal/#_ref_2433", - "https://tc39.es/proposal-temporal/#_ref_2434", "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#_ref_2434", "https://tc39.es/proposal-temporal/#_ref_2435", - "https://tc39.es/proposal-temporal/#_ref_2436", "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", + "https://tc39.es/proposal-temporal/#_ref_2436", "https://tc39.es/proposal-temporal/#_ref_2437", "https://tc39.es/proposal-temporal/#_ref_2438", "https://tc39.es/proposal-temporal/#_ref_2439", @@ -3510,61 +3510,61 @@ "https://tc39.es/proposal-temporal/#_ref_2444", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", - "https://tc39.es/proposal-temporal/#_ref_2447", "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", + "https://tc39.es/proposal-temporal/#_ref_2447", "https://tc39.es/proposal-temporal/#_ref_2448", "https://tc39.es/proposal-temporal/#_ref_2449", - "https://tc39.es/proposal-temporal/#_ref_2450", "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#_ref_2450", "https://tc39.es/proposal-temporal/#_ref_2451", "https://tc39.es/proposal-temporal/#_ref_2452", - "https://tc39.es/proposal-temporal/#_ref_2453", "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", + "https://tc39.es/proposal-temporal/#_ref_2453", "https://tc39.es/proposal-temporal/#_ref_2454", - "https://tc39.es/proposal-temporal/#_ref_2455", "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", + "https://tc39.es/proposal-temporal/#_ref_2455", "https://tc39.es/proposal-temporal/#_ref_2456", - "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_96", "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_2458", + "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", + "https://tc39.es/proposal-temporal/#_ref_2458", "https://tc39.es/proposal-temporal/#_ref_2459", "https://tc39.es/proposal-temporal/#_ref_2460", "https://tc39.es/proposal-temporal/#_ref_2461", "https://tc39.es/proposal-temporal/#_ref_2462", - "https://tc39.es/proposal-temporal/#_ref_2463", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_2463", "https://tc39.es/proposal-temporal/#_ref_2464", "https://tc39.es/proposal-temporal/#_ref_2465", "https://tc39.es/proposal-temporal/#_ref_2466", "https://tc39.es/proposal-temporal/#_ref_2467", - "https://tc39.es/proposal-temporal/#_ref_2468", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_2468", "https://tc39.es/proposal-temporal/#_ref_2469", "https://tc39.es/proposal-temporal/#_ref_2470", "https://tc39.es/proposal-temporal/#_ref_2471", "https://tc39.es/proposal-temporal/#_ref_2472", - "https://tc39.es/proposal-temporal/#_ref_2473", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", + "https://tc39.es/proposal-temporal/#_ref_2473", "https://tc39.es/proposal-temporal/#_ref_2474", "https://tc39.es/proposal-temporal/#_ref_2475", "https://tc39.es/proposal-temporal/#_ref_2476", - "https://tc39.es/proposal-temporal/#_ref_2477", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", + "https://tc39.es/proposal-temporal/#_ref_2477", "https://tc39.es/proposal-temporal/#_ref_2478", "https://tc39.es/proposal-temporal/#_ref_2479", "https://tc39.es/proposal-temporal/#_ref_2480", - "https://tc39.es/proposal-temporal/#_ref_2481", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_2482", + "https://tc39.es/proposal-temporal/#_ref_2481", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", - "https://tc39.es/proposal-temporal/#_ref_2483", + "https://tc39.es/proposal-temporal/#_ref_2482", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", + "https://tc39.es/proposal-temporal/#_ref_2483", "https://tc39.es/proposal-temporal/#_ref_2484", "https://tc39.es/proposal-temporal/#_ref_2485", "https://tc39.es/proposal-temporal/#_ref_2486", @@ -3573,53 +3573,52 @@ "https://tc39.es/proposal-temporal/#_ref_2489", "https://tc39.es/proposal-temporal/#_ref_2490", "https://tc39.es/proposal-temporal/#_ref_2491", - "https://tc39.es/proposal-temporal/#_ref_2492", "https://tc39.es/proposal-temporal/#sec-tolocaltime", + "https://tc39.es/proposal-temporal/#_ref_2492", "https://tc39.es/proposal-temporal/#_ref_2493", "https://tc39.es/proposal-temporal/#_ref_2494", - "https://tc39.es/proposal-temporal/#_ref_2495", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", + "https://tc39.es/proposal-temporal/#_ref_2495", "https://tc39.es/proposal-temporal/#_ref_2496", - "https://tc39.es/proposal-temporal/#_ref_2497", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", + "https://tc39.es/proposal-temporal/#_ref_2497", "https://tc39.es/proposal-temporal/#_ref_2498", "https://tc39.es/proposal-temporal/#_ref_2499", - "https://tc39.es/proposal-temporal/#_ref_2500", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", + "https://tc39.es/proposal-temporal/#_ref_2500", "https://tc39.es/proposal-temporal/#_ref_2501", "https://tc39.es/proposal-temporal/#_ref_2502", - "https://tc39.es/proposal-temporal/#_ref_2503", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_97", "https://tc39.es/proposal-temporal/#table-datetimeformat-resolvedoptions-properties", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", + "https://tc39.es/proposal-temporal/#_ref_2503", "https://tc39.es/proposal-temporal/#_ref_2504", "https://tc39.es/proposal-temporal/#_ref_2505", "https://tc39.es/proposal-temporal/#_ref_2506", "https://tc39.es/proposal-temporal/#_ref_2507", "https://tc39.es/proposal-temporal/#_ref_2508", "https://tc39.es/proposal-temporal/#_ref_2509", - "https://tc39.es/proposal-temporal/#_ref_2510", "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "https://tc39.es/proposal-temporal/#sup-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", + "https://tc39.es/proposal-temporal/#_ref_2510", "https://tc39.es/proposal-temporal/#_ref_2511", "https://tc39.es/proposal-temporal/#_ref_2512", "https://tc39.es/proposal-temporal/#_ref_2513", - "https://tc39.es/proposal-temporal/#_ref_2514", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", + "https://tc39.es/proposal-temporal/#_ref_2514", "https://tc39.es/proposal-temporal/#_ref_2515", - "https://tc39.es/proposal-temporal/#_ref_2516", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateaddition", + "https://tc39.es/proposal-temporal/#_ref_2516", "https://tc39.es/proposal-temporal/#_ref_2517", "https://tc39.es/proposal-temporal/#_ref_2518", "https://tc39.es/proposal-temporal/#_ref_2519", - "https://tc39.es/proposal-temporal/#_ref_2520", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedifference", - "https://tc39.es/proposal-temporal/#_ref_2521", + "https://tc39.es/proposal-temporal/#_ref_2520", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateera", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateerayear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateyear", @@ -3629,29 +3628,30 @@ "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateweekofyear", + "https://tc39.es/proposal-temporal/#_ref_2521", "https://tc39.es/proposal-temporal/#_ref_2522", "https://tc39.es/proposal-temporal/#_ref_2523", "https://tc39.es/proposal-temporal/#_ref_2524", "https://tc39.es/proposal-temporal/#_ref_2525", - "https://tc39.es/proposal-temporal/#_ref_2526", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinweek", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinmonth", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatedaysinyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatemonthsinyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateinleapyear", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfielddescriptors", + "https://tc39.es/proposal-temporal/#_ref_2526", "https://tc39.es/proposal-temporal/#_ref_2527", - "https://tc39.es/proposal-temporal/#_ref_2528", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_2529", + "https://tc39.es/proposal-temporal/#_ref_2528", "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", - "https://tc39.es/proposal-temporal/#_ref_2530", + "https://tc39.es/proposal-temporal/#_ref_2529", "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", "https://tc39.es/proposal-temporal/#_ref_98", "https://tc39.es/proposal-temporal/#_ref_99", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_100", + "https://tc39.es/proposal-temporal/#_ref_2530", "https://tc39.es/proposal-temporal/#_ref_2531", "https://tc39.es/proposal-temporal/#_ref_2532", "https://tc39.es/proposal-temporal/#_ref_2533", @@ -3661,9 +3661,9 @@ "https://tc39.es/proposal-temporal/#_ref_2537", "https://tc39.es/proposal-temporal/#_ref_2538", "https://tc39.es/proposal-temporal/#_ref_2539", - "https://tc39.es/proposal-temporal/#_ref_2540", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_101", + "https://tc39.es/proposal-temporal/#_ref_2540", "https://tc39.es/proposal-temporal/#_ref_2541", "https://tc39.es/proposal-temporal/#_ref_2542", "https://tc39.es/proposal-temporal/#_ref_2543", @@ -3673,9 +3673,9 @@ "https://tc39.es/proposal-temporal/#_ref_2547", "https://tc39.es/proposal-temporal/#_ref_2548", "https://tc39.es/proposal-temporal/#_ref_2549", - "https://tc39.es/proposal-temporal/#_ref_2550", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_102", + "https://tc39.es/proposal-temporal/#_ref_2550", "https://tc39.es/proposal-temporal/#_ref_2551", "https://tc39.es/proposal-temporal/#_ref_2552", "https://tc39.es/proposal-temporal/#_ref_2553", @@ -3685,9 +3685,9 @@ "https://tc39.es/proposal-temporal/#_ref_2557", "https://tc39.es/proposal-temporal/#_ref_2558", "https://tc39.es/proposal-temporal/#_ref_2559", - "https://tc39.es/proposal-temporal/#_ref_2560", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_103", + "https://tc39.es/proposal-temporal/#_ref_2560", "https://tc39.es/proposal-temporal/#_ref_2561", "https://tc39.es/proposal-temporal/#_ref_2562", "https://tc39.es/proposal-temporal/#_ref_2563", @@ -3697,9 +3697,9 @@ "https://tc39.es/proposal-temporal/#_ref_2567", "https://tc39.es/proposal-temporal/#_ref_2568", "https://tc39.es/proposal-temporal/#_ref_2569", - "https://tc39.es/proposal-temporal/#_ref_2570", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_104", + "https://tc39.es/proposal-temporal/#_ref_2570", "https://tc39.es/proposal-temporal/#_ref_2571", "https://tc39.es/proposal-temporal/#_ref_2572", "https://tc39.es/proposal-temporal/#_ref_2573", @@ -3707,150 +3707,149 @@ "https://tc39.es/proposal-temporal/#_ref_2575", "https://tc39.es/proposal-temporal/#_ref_2576", "https://tc39.es/proposal-temporal/#_ref_2577", - "https://tc39.es/proposal-temporal/#_ref_2578", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", + "https://tc39.es/proposal-temporal/#_ref_2578", "https://tc39.es/proposal-temporal/#_ref_2579", - "https://tc39.es/proposal-temporal/#_ref_2580", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_2580", "https://tc39.es/proposal-temporal/#_ref_2581", - "https://tc39.es/proposal-temporal/#_ref_2582", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_105", + "https://tc39.es/proposal-temporal/#_ref_2582", "https://tc39.es/proposal-temporal/#_ref_2583", - "https://tc39.es/proposal-temporal/#_ref_2584", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_106", + "https://tc39.es/proposal-temporal/#_ref_2584", "https://tc39.es/proposal-temporal/#_ref_2585", - "https://tc39.es/proposal-temporal/#_ref_2586", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_107", + "https://tc39.es/proposal-temporal/#_ref_2586", "https://tc39.es/proposal-temporal/#_ref_2587", "https://tc39.es/proposal-temporal/#_ref_2588", - "https://tc39.es/proposal-temporal/#_ref_2589", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_108", + "https://tc39.es/proposal-temporal/#_ref_2589", "https://tc39.es/proposal-temporal/#_ref_2590", - "https://tc39.es/proposal-temporal/#_ref_2591", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_109", + "https://tc39.es/proposal-temporal/#_ref_2591", "https://tc39.es/proposal-temporal/#_ref_2592", "https://tc39.es/proposal-temporal/#_ref_2593", - "https://tc39.es/proposal-temporal/#_ref_2594", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_110", + "https://tc39.es/proposal-temporal/#_ref_2594", "https://tc39.es/proposal-temporal/#_ref_2595", "https://tc39.es/proposal-temporal/#_ref_2596", - "https://tc39.es/proposal-temporal/#_ref_2597", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_111", + "https://tc39.es/proposal-temporal/#_ref_2597", "https://tc39.es/proposal-temporal/#_ref_2598", "https://tc39.es/proposal-temporal/#_ref_2599", - "https://tc39.es/proposal-temporal/#_ref_2600", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_112", + "https://tc39.es/proposal-temporal/#_ref_2600", "https://tc39.es/proposal-temporal/#_ref_2601", "https://tc39.es/proposal-temporal/#_ref_2602", - "https://tc39.es/proposal-temporal/#_ref_2603", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_113", + "https://tc39.es/proposal-temporal/#_ref_2603", "https://tc39.es/proposal-temporal/#_ref_2604", - "https://tc39.es/proposal-temporal/#_ref_2605", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_114", + "https://tc39.es/proposal-temporal/#_ref_2605", "https://tc39.es/proposal-temporal/#_ref_2606", "https://tc39.es/proposal-temporal/#_ref_2607", - "https://tc39.es/proposal-temporal/#_ref_2608", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_115", + "https://tc39.es/proposal-temporal/#_ref_2608", "https://tc39.es/proposal-temporal/#_ref_2609", "https://tc39.es/proposal-temporal/#_ref_2610", - "https://tc39.es/proposal-temporal/#_ref_2611", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_116", + "https://tc39.es/proposal-temporal/#_ref_2611", "https://tc39.es/proposal-temporal/#_ref_2612", - "https://tc39.es/proposal-temporal/#_ref_2613", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_117", + "https://tc39.es/proposal-temporal/#_ref_2613", "https://tc39.es/proposal-temporal/#_ref_2614", "https://tc39.es/proposal-temporal/#_ref_2615", "https://tc39.es/proposal-temporal/#_ref_2616", - "https://tc39.es/proposal-temporal/#_ref_2617", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_118", + "https://tc39.es/proposal-temporal/#_ref_2617", "https://tc39.es/proposal-temporal/#_ref_2618", "https://tc39.es/proposal-temporal/#_ref_2619", - "https://tc39.es/proposal-temporal/#_ref_2620", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_119", + "https://tc39.es/proposal-temporal/#_ref_2620", "https://tc39.es/proposal-temporal/#_ref_2621", "https://tc39.es/proposal-temporal/#_ref_2622", "https://tc39.es/proposal-temporal/#_ref_2623", "https://tc39.es/proposal-temporal/#_ref_2624", - "https://tc39.es/proposal-temporal/#_ref_2625", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_120", + "https://tc39.es/proposal-temporal/#_ref_2625", "https://tc39.es/proposal-temporal/#_ref_2626", - "https://tc39.es/proposal-temporal/#_ref_2627", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_121", + "https://tc39.es/proposal-temporal/#_ref_2627", "https://tc39.es/proposal-temporal/#_ref_2628", - "https://tc39.es/proposal-temporal/#_ref_2629", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2630", + "https://tc39.es/proposal-temporal/#_ref_2629", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2631", + "https://tc39.es/proposal-temporal/#_ref_2630", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_122", + "https://tc39.es/proposal-temporal/#_ref_2631", "https://tc39.es/proposal-temporal/#_ref_2632", - "https://tc39.es/proposal-temporal/#_ref_2633", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2634", + "https://tc39.es/proposal-temporal/#_ref_2633", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2635", + "https://tc39.es/proposal-temporal/#_ref_2634", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_123", + "https://tc39.es/proposal-temporal/#_ref_2635", "https://tc39.es/proposal-temporal/#_ref_2636", - "https://tc39.es/proposal-temporal/#_ref_2637", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_124", + "https://tc39.es/proposal-temporal/#_ref_2637", "https://tc39.es/proposal-temporal/#_ref_2638", - "https://tc39.es/proposal-temporal/#_ref_2639", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_125", + "https://tc39.es/proposal-temporal/#_ref_2639", "https://tc39.es/proposal-temporal/#_ref_2640", - "https://tc39.es/proposal-temporal/#_ref_2641", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_2642", + "https://tc39.es/proposal-temporal/#_ref_2641", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_2643", + "https://tc39.es/proposal-temporal/#_ref_2642", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_126", + "https://tc39.es/proposal-temporal/#_ref_2643", "https://tc39.es/proposal-temporal/#_ref_2644", "https://tc39.es/proposal-temporal/#_ref_2645", "https://tc39.es/proposal-temporal/#_ref_2646", "https://tc39.es/proposal-temporal/#_ref_2647", "https://tc39.es/proposal-temporal/#_ref_2648", "https://tc39.es/proposal-temporal/#_ref_2649", - "https://tc39.es/proposal-temporal/#_ref_2650", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", + "https://tc39.es/proposal-temporal/#_ref_2650", "https://tc39.es/proposal-temporal/#_ref_2651", "https://tc39.es/proposal-temporal/#_ref_2652", "https://tc39.es/proposal-temporal/#_ref_2653", - "https://tc39.es/proposal-temporal/#_ref_2654", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_2654", "https://tc39.es/proposal-temporal/#_ref_2655", "https://tc39.es/proposal-temporal/#_ref_2656", "https://tc39.es/proposal-temporal/#_ref_2657", - "https://tc39.es/proposal-temporal/#_ref_2658", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/ed/index.json b/ed/index.json index 28ce396728a7..e0b664c15836 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-02-22T06:31:47.825Z", + "date": "2024-02-22T12:50:44.904Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -639,9 +639,9 @@ }, "stats": { "crawled": 609, - "errors": 2 + "errors": 20 }, - "crawler": "reffy-14.7.0", + "crawler": "reffy-14.8.0", "results": [ { "url": "https://aomediacodec.github.io/afgs1-spec/", @@ -1404,7 +1404,8 @@ "links": "links/css-typed-om-2.json", "refs": "refs/css-typed-om-2.json", "headings": "headings/css-typed-om-2.json", - "ids": "ids/css-typed-om-2.json" + "ids": "ids/css-typed-om-2.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-typed-om-2/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-typed-om-2/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 14)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://drafts.css-houdini.org/font-metrics-api-1/", @@ -1454,7 +1455,8 @@ "idl": "idl/font-metrics-api.idl", "dfns": "dfns/font-metrics-api-1.json", "headings": "headings/font-metrics-api-1.json", - "ids": "ids/font-metrics-api-1.json" + "ids": "ids/font-metrics-api-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/font-metrics-api-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/font-metrics-api-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 15)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -2864,7 +2866,8 @@ "css": "css/compositing.json", "dfns": "dfns/compositing-2.json", "headings": "headings/compositing-2.json", - "ids": "ids/compositing-2.json" + "ids": "ids/compositing-2.json", + "error": "Error: Loading https://drafts.fxtf.org/compositing-2/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/compositing-2/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 39)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://drafts.fxtf.org/filter-effects-2/", @@ -2922,7 +2925,8 @@ "css": "css/filter-effects-2.json", "dfns": "dfns/filter-effects-2.json", "headings": "headings/filter-effects-2.json", - "ids": "ids/filter-effects-2.json" + "ids": "ids/filter-effects-2.json", + "error": "Error: Loading https://drafts.fxtf.org/filter-effects-2/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/filter-effects-2/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 40)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://encoding.spec.whatwg.org/", @@ -7797,9 +7801,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Feb 2024 18:51:50 GMT" + "lastModified": "Thu, 22 Feb 2024 10:03:16 GMT" }, - "date": "21 February 2024", + "date": "22 February 2024", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -8699,11 +8703,11 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Tue, 20 Feb 2024 09:01:45 GMT" + "lastModified": "Thu, 22 Feb 2024 09:28:46 GMT" }, "generator": "bikeshed", - "date": "20 February 2024", - "revision": "42abefe90dd960b98cecadbd71c71c8982c6c5f0", + "date": "22 February 2024", + "revision": "1c159fc21b521c9e8b5536d353028d50991d5e05", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -16362,7 +16366,8 @@ "refs": "refs/compositing-1.json", "dfns": "dfns/compositing-1.json", "headings": "headings/compositing-1.json", - "ids": "ids/compositing-1.json" + "ids": "ids/compositing-1.json", + "error": "Error: Loading https://drafts.fxtf.org/compositing-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/compositing-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 299)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/compute-pressure/", @@ -17048,7 +17053,8 @@ "idl": "idl/css-animation-worklet.idl", "dfns": "dfns/css-animation-worklet-1.json", "headings": "headings/css-animation-worklet-1.json", - "ids": "ids/css-animation-worklet-1.json" + "ids": "ids/css-animation-worklet-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-animationworklet-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-animationworklet-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 310)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-animations-1/", @@ -19546,7 +19552,8 @@ "css": "css/css-layout-api.json", "dfns": "dfns/css-layout-api-1.json", "headings": "headings/css-layout-api-1.json", - "ids": "ids/css-layout-api-1.json" + "ids": "ids/css-layout-api-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-layout-api-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-layout-api-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 347)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-line-grid-1/", @@ -19806,7 +19813,8 @@ "dfns": "dfns/css-masking-1.json", "elements": "elements/css-masking-1.json", "headings": "headings/css-masking-1.json", - "ids": "ids/css-masking-1.json" + "ids": "ids/css-masking-1.json", + "error": "Error: Loading https://drafts.fxtf.org/css-masking-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/css-masking-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 351)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-multicol-1/", @@ -20460,7 +20468,8 @@ "css": "css/css-paint-api.json", "dfns": "dfns/css-paint-api-1.json", "headings": "headings/css-paint-api-1.json", - "ids": "ids/css-paint-api-1.json" + "ids": "ids/css-paint-api-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-paint-api-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-paint-api-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 361)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-position-3/", @@ -20596,7 +20605,8 @@ "css": "css/css-properties-values-api.json", "dfns": "dfns/css-properties-values-api-1.json", "headings": "headings/css-properties-values-api-1.json", - "ids": "ids/css-properties-values-api-1.json" + "ids": "ids/css-properties-values-api-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-properties-values-api-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-properties-values-api-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 363)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-pseudo-4/", @@ -21590,7 +21600,8 @@ "refs": "refs/css-style-attr.json", "dfns": "dfns/css-style-attr.json", "headings": "headings/css-style-attr.json", - "ids": "ids/css-style-attr.json" + "ids": "ids/css-style-attr.json", + "error": "Error: Loading https://drafts.csswg.org/css-style-attr/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded Error: Loading https://drafts.csswg.org/css-style-attr/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:548:21)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 378)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-syntax-3/", @@ -22336,7 +22347,8 @@ "idl": "idl/css-typed-om.idl", "dfns": "dfns/css-typed-om-1.json", "headings": "headings/css-typed-om-1.json", - "ids": "ids/css-typed-om-1.json" + "ids": "ids/css-typed-om-1.json", + "error": "Error: Loading https://drafts.css-houdini.org/css-typed-om-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.css-houdini.org/css-typed-om-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 389)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-ui-3/", @@ -22806,7 +22818,8 @@ "css": "css/css-viewport.json", "dfns": "dfns/css-viewport-1.json", "headings": "headings/css-viewport-1.json", - "ids": "ids/css-viewport-1.json" + "ids": "ids/css-viewport-1.json", + "error": "Error: Loading https://drafts.csswg.org/css-viewport-1/ triggered HTTP status 504 Error: Loading https://drafts.csswg.org/css-viewport-1/ triggered HTTP status 504\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:496:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 396)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/css-will-change-1/", @@ -24198,7 +24211,8 @@ "css": "css/fill-stroke.json", "dfns": "dfns/fill-stroke-3.json", "headings": "headings/fill-stroke-3.json", - "ids": "ids/fill-stroke-3.json" + "ids": "ids/fill-stroke-3.json", + "error": "Error: Loading https://drafts.fxtf.org/fill-stroke-3/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/fill-stroke-3/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 417)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/filter-effects-1/", @@ -24264,7 +24278,8 @@ "dfns": "dfns/filter-effects-1.json", "elements": "elements/filter-effects-1.json", "headings": "headings/filter-effects-1.json", - "ids": "ids/filter-effects-1.json" + "ids": "ids/filter-effects-1.json", + "error": "Error: Loading https://drafts.fxtf.org/filter-effects-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/filter-effects-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 418)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/fingerprinting-guidance/", @@ -24636,7 +24651,8 @@ "idl": "idl/geometry.idl", "dfns": "dfns/geometry-1.json", "headings": "headings/geometry-1.json", - "ids": "ids/geometry-1.json" + "ids": "ids/geometry-1.json", + "error": "Error: Loading https://drafts.fxtf.org/geometry-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/geometry-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 424)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/graphics-aam-1.0/", @@ -24940,7 +24956,7 @@ ], "crawled": "https://w3c.github.io/html-aam/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Feb 2024 17:28:22 GMT" + "lastModified": "Thu, 08 Feb 2024 17:28:21 GMT" }, "generator": "respec", "date": "08 February 2024", @@ -27047,7 +27063,8 @@ "css": "css/motion.json", "dfns": "dfns/motion-1.json", "headings": "headings/motion-1.json", - "ids": "ids/motion-1.json" + "ids": "ids/motion-1.json", + "error": "Error: Loading https://drafts.fxtf.org/motion-1/ triggered network error TypeError: fetch failed Error: Loading https://drafts.fxtf.org/motion-1/ triggered network error TypeError: fetch failed\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 464)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/", @@ -28985,7 +29002,7 @@ ], "crawled": "https://w3c.github.io/rdf-semantics/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 25 Jan 2024 17:36:46 GMT" + "lastModified": "Thu, 25 Jan 2024 17:36:45 GMT" }, "generator": "respec", "date": "25 January 2024", @@ -30045,7 +30062,8 @@ "refs": "refs/selectors-3.json", "dfns": "dfns/selectors-3.json", "headings": "headings/selectors-3.json", - "ids": "ids/selectors-3.json" + "ids": "ids/selectors-3.json", + "error": "Error: Loading https://drafts.csswg.org/selectors-3/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded Error: Loading https://drafts.csswg.org/selectors-3/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:548:21)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 514)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/selectors-4/", @@ -31267,7 +31285,8 @@ "dfns": "dfns/SVG2.json", "elements": "elements/SVG2.json", "headings": "headings/SVG2.json", - "ids": "ids/SVG2.json" + "ids": "ids/SVG2.json", + "error": "Error: Loading https://svgwg.org/svg2-draft/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded Error: Loading https://svgwg.org/svg2-draft/ triggered network error TimeoutError: Navigation timeout of 120000 ms exceeded\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:548:21)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 533)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" }, { "url": "https://www.w3.org/TR/test-methodology/", @@ -32159,8 +32178,7 @@ "idl": "idl/wai-aria.idl", "dfns": "dfns/wai-aria-1.3.json", "headings": "headings/wai-aria-1.3.json", - "ids": "ids/wai-aria-1.3.json", - "error": "Error: Loading https://w3c.github.io/aria/ triggered network error Error: ENOENT: no such file or directory, open '/tmp/reffy-cache/w3c.github.io!aria.headers' Error: Loading https://w3c.github.io/aria/ triggered network error Error: ENOENT: no such file or directory, open '/tmp/reffy-cache/w3c.github.io!aria.headers'\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:493:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:97:22)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:366:22)\n at async Promise.all (index 548)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:374:21)" + "ids": "ids/wai-aria-1.3.json" }, { "url": "https://www.w3.org/TR/wasm-core-2/", @@ -33909,11 +33927,11 @@ ], "crawled": "https://webmachinelearning.github.io/webnn/", "crawlCacheInfo": { - "lastModified": "Thu, 22 Feb 2024 03:06:57 GMT" + "lastModified": "Thu, 22 Feb 2024 07:44:39 GMT" }, "generator": "bikeshed", "date": "22 February 2024", - "revision": "b54884cad8d6f84051aeaaa078538e355029e330", + "revision": "a6326c0c7eae16b99647e1f98fbc686123046475", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl",