diff --git a/tr/css/css-color-5.json b/tr/css/css-color-5.json index 550ef204f367..d77e857207a3 100644 --- a/tr/css/css-color-5.json +++ b/tr/css/css-color-5.json @@ -4,37 +4,71 @@ "url": "https://www.w3.org/TR/css-color-5/" }, "properties": {}, - "descriptors": {}, + "descriptors": { + "src": [ + { + "name": "src", + "for": "@color-profile", + "value": "", + "initial": "n/a" + } + ], + "rendering-intent": [ + { + "name": "rendering-intent", + "for": "@color-profile", + "value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation", + "initial": "relative-colorimetric" + } + ], + "components": [ + { + "name": "components", + "for": "@color-profile", + "value": "#", + "initial": "n/a" + } + ] + }, "valuespaces": { - "": { - "value": "srgb | hsl | hwb | xyz | lab | lch" - }, "": { - "value": "color-mix( in , [ && ? ]#{2} ?)" - }, - "": { - "value": "shorter | longer | increasing | decreasing | specified" + "value": "color-mix( , [ && ? ]#{2})" }, "": { "value": "color-contrast( vs #{2,} [ to [ | AA | AA-large | AAA | AAA-large]]? )" }, "": { - "value": "rgb( {3} [ / ]? ) | rgb( {3} [ / ]? ) | rgb( [ from ]? [ | ]{3} [ / ]? )" + "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? rgb( [ from ]? [ | | none]{3} [ / ]? )" + }, + "": { + "value": " | " }, "": { - "value": "hsl([from ]? [ / ]? )" + "value": "hsl(([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "hwb([from ]? [ / ]? )" + "value": "hwb([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "lab([from ]? [ / ]? )" + "value": "lab([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" + }, + "": { + "value": "oklab([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "lch([from ]? [ / ]? )" + "value": "lch([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" + }, + "": { + "value": "oklch([from ]? [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { "value": "color( [from ]? [ / ]? )" + }, + "": { + "value": "device-cmyk( {4} [ / ]? )" + }, + "": { + "value": " | " } } } diff --git a/tr/css/css-color.json b/tr/css/css-color.json index da4604f816bd..de308d0244e1 100644 --- a/tr/css/css-color.json +++ b/tr/css/css-color.json @@ -33,65 +33,55 @@ ] } }, - "descriptors": { - "src": [ - { - "name": "src", - "for": "@color-profile", - "value": "", - "initial": "n/a" - } - ], - "rendering-intent": [ - { - "name": "rendering-intent", - "for": "@color-profile", - "value": "relative-colorimetric | absolute-colorimetric | perceptual | saturation", - "initial": "relative-colorimetric" - } - ], - "components": [ - { - "name": "components", - "for": "@color-profile", - "value": "#", - "initial": "n/a" - } - ] - }, + "descriptors": {}, "valuespaces": { "": { - "value": " | | currentcolor | transparent | | | | | | | | | | " + "value": " | currentcolor | | " + }, + "": { + "value": " | | transparent | | | | | | | | | | " }, "": { - "value": " | " + "value": " | | none" }, "": { - "value": "rgb( {3} [ / ]? ) | rgb( {3} [ / ]? )" + "value": "rgb( [ | none]{3} [ / [ | none] ]? ) | rgb( [ | none]{3} [ / [ | none] ]? )" }, "": { "value": " | " }, "": { - "value": "hsl( [ / ]? )" + "value": "hsl( [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "hwb( [ / ]? )" + "value": "hwb( [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "lab( [ / ]? )" + "value": "lab( [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "lch( [ / ]? )" + "value": "lch( [ | none] [ | none] [ | none] [ / [ | none] ]? )" + }, + "": { + "value": "oklab( [ | none] [ | none] [ | none] [ / [ | none] ]? )" + }, + "": { + "value": "oklch( [ | none] [ | none] [ | none] [ / [ | none] ]? )" }, "": { - "value": "color( [ | ] [ + ] [ / ]? )" + "value": "color( [ / ]? )" }, - "": { - "value": "device-cmyk( {4} [ / ]? , ? )" + "": { + "value": "srgb | srgb-linear | lab | oklab | xyz | xyz-d50 | xyz-d65" }, - "": { - "value": " | " + "": { + "value": "hsl | hwb | lch | oklch" + }, + "": { + "value": "[ shorter | longer | increasing | decreasing | specified ] hue" + }, + "": { + "value": "in [ | ? ]" } } } diff --git a/tr/css/css-values.json b/tr/css/css-values.json index ecb6f8a7f990..e97785d4f1e2 100644 --- a/tr/css/css-values.json +++ b/tr/css/css-values.json @@ -15,12 +15,6 @@ "": { "value": "[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | ] [ top | center | bottom | ]? | [ [ left | right ] ] && [ [ top | bottom ] ] ]" }, - "": { - "value": "attr( ? , ?)" - }, - "": { - "value": "string | url | ident | color | number | percentage | length | angle | time | frequency | flex | " - }, "": { "value": "calc( )" }, diff --git a/tr/css/mediaqueries-5.json b/tr/css/mediaqueries-5.json index 2ace79ffe0e9..5dd06a541603 100644 --- a/tr/css/mediaqueries-5.json +++ b/tr/css/mediaqueries-5.json @@ -53,6 +53,30 @@ "type": "discrete" } ], + "horizontal-viewport-segments": [ + { + "name": "horizontal-viewport-segments", + "for": "@media", + "value": "", + "type": "range" + } + ], + "vertical-viewport-segments": [ + { + "name": "vertical-viewport-segments", + "for": "@media", + "value": "", + "type": "range" + } + ], + "display-mode": [ + { + "name": "display-mode", + "for": "@media", + "value": "fullscreen | standalone | minimal-ui | browser", + "type": "discrete" + } + ], "resolution": [ { "name": "resolution", @@ -173,6 +197,14 @@ "type": "discrete" } ], + "nav-controls": [ + { + "name": "nav-controls", + "for": "@media", + "value": "none | back", + "type": "discrete" + } + ], "video-color-gamut": [ { "name": "video-color-gamut", @@ -189,30 +221,6 @@ "type": "discrete" } ], - "video-width": [ - { - "name": "video-width", - "for": "@media", - "value": "", - "type": "range" - } - ], - "video-height": [ - { - "name": "video-height", - "for": "@media", - "value": "", - "type": "range" - } - ], - "video-resolution": [ - { - "name": "video-resolution", - "for": "@media", - "value": " | infinite", - "type": "range" - } - ], "scripting": [ { "name": "scripting", @@ -241,23 +249,23 @@ { "name": "prefers-contrast", "for": "@media", - "value": "no-preference | high | low | forced", + "value": "no-preference | less | more | custom", "type": "discrete" } ], - "prefers-color-scheme": [ + "forced-colors": [ { - "name": "prefers-color-scheme", + "name": "forced-colors", "for": "@media", - "value": "light | dark", + "value": "none | active", "type": "discrete" } ], - "forced-colors": [ + "prefers-color-scheme": [ { - "name": "forced-colors", + "name": "prefers-color-scheme", "for": "@media", - "value": "none | active", + "value": "light | dark", "type": "discrete" } ], diff --git a/tr/dfns/appmanifest.json b/tr/dfns/appmanifest.json index 61f5cd09eaed..8f42c8228dd6 100644 --- a/tr/dfns/appmanifest.json +++ b/tr/dfns/appmanifest.json @@ -1801,109 +1801,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-display-mode", - "href": "https://www.w3.org/TR/appmanifest/#dfn-display-mode", - "linkingText": [ - "display mode" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", - "number": "7" - }, - "definedIn": "prose" - }, - { - "id": "dfn-fullscreen", - "href": "https://www.w3.org/TR/appmanifest/#dfn-fullscreen", - "linkingText": [ - "fullscreen" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "display mode" - ], - "access": "private", - "informative": false, - "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", - "number": "7" - }, - "definedIn": "dt" - }, - { - "id": "dfn-standalone", - "href": "https://www.w3.org/TR/appmanifest/#dfn-standalone", - "linkingText": [ - "standalone" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "display mode" - ], - "access": "private", - "informative": false, - "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", - "number": "7" - }, - "definedIn": "dt" - }, - { - "id": "dfn-minimal-ui", - "href": "https://www.w3.org/TR/appmanifest/#dfn-minimal-ui", - "linkingText": [ - "minimal-ui" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "display mode" - ], - "access": "private", - "informative": false, - "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", - "number": "7" - }, - "definedIn": "dt" - }, - { - "id": "dfn-browser", - "href": "https://www.w3.org/TR/appmanifest/#dfn-browser", - "linkingText": [ - "browser" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "display mode" - ], - "access": "private", - "informative": false, - "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", - "number": "7" - }, - "definedIn": "dt" - }, { "id": "dfn-default-display-mode", "href": "https://www.w3.org/TR/appmanifest/#dfn-default-display-mode", @@ -1916,9 +1813,9 @@ "access": "private", "informative": false, "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", + "id": "choosing-a-display-mode", + "href": "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", + "title": "Choosing a display mode", "number": "7" }, "definedIn": "prose" @@ -1935,9 +1832,9 @@ "access": "private", "informative": false, "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", + "id": "choosing-a-display-mode", + "href": "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", + "title": "Choosing a display mode", "number": "7" }, "definedIn": "prose" @@ -1954,9 +1851,9 @@ "access": "private", "informative": false, "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", + "id": "choosing-a-display-mode", + "href": "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", + "title": "Choosing a display mode", "number": "7" }, "definedIn": "prose" @@ -1973,34 +1870,13 @@ "access": "private", "informative": false, "heading": { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", - "title": "Display modes", + "id": "choosing-a-display-mode", + "href": "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", + "title": "Choosing a display mode", "number": "7" }, "definedIn": "prose" }, - { - "id": "dfn-display-mode-0", - "href": "https://www.w3.org/TR/appmanifest/#dfn-display-mode-0", - "linkingText": [ - "display-mode" - ], - "localLinkingText": [], - "type": "descriptor", - "for": [ - "@media" - ], - "access": "public", - "informative": false, - "heading": { - "id": "the-display-mode-media-feature", - "href": "https://www.w3.org/TR/appmanifest/#the-display-mode-media-feature", - "title": "The 'display-mode' media feature", - "number": "7.1" - }, - "definedIn": "table" - }, { "id": "dfn-application-manifest-json", "href": "https://www.w3.org/TR/appmanifest/#dfn-application-manifest-json", diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index c6d8ec2ce7aa..5c3f650028a0 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -293,6 +293,27 @@ }, "definedIn": "table" }, + { + "id": "dfn-activated", + "href": "https://wicg.github.io/compute-pressure/#dfn-activated", + "linkingText": [ + "[[Activated]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "ComputePressureObserver" + ], + "access": "private", + "informative": false, + "heading": { + "id": "internal-slots", + "href": "https://wicg.github.io/compute-pressure/#internal-slots", + "title": "Internal slots", + "number": "4.2.1" + }, + "definedIn": "table" + }, { "id": "dfn-cpuutilizationthresholds", "href": "https://wicg.github.io/compute-pressure/#dfn-cpuutilizationthresholds", @@ -413,10 +434,10 @@ "definedIn": "heading" }, { - "id": "dom-computepressureobserverupdate", - "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate", + "id": "dom-computepressureentry", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry", "linkingText": [ - "ComputePressureObserverUpdate" + "ComputePressureEntry" ], "localLinkingText": [], "type": "dictionary", @@ -424,23 +445,23 @@ "access": "public", "informative": false, "heading": { - "id": "the-computepressureobserverupdate-dictionary", - "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", - "title": "The ComputePressureObserverUpdate dictionary", + "id": "the-computepressureentry-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureentry-dictionary", + "title": "The ComputePressureEntry dictionary", "number": "4.3" }, "definedIn": "heading" }, { - "id": "dom-computepressureobserverupdate-cpuspeed", - "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuspeed", + "id": "dom-computepressureentry-cpuspeed", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry-cpuspeed", "linkingText": [ "cpuSpeed" ], "localLinkingText": [], "type": "dict-member", "for": [ - "ComputePressureObserverUpdate" + "ComputePressureEntry" ], "access": "public", "informative": false, @@ -453,15 +474,15 @@ "definedIn": "heading" }, { - "id": "dom-computepressureobserverupdate-cpuutilization", - "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuutilization", + "id": "dom-computepressureentry-cpuutilization", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry-cpuutilization", "linkingText": [ "cpuUtilization" ], "localLinkingText": [], "type": "dict-member", "for": [ - "ComputePressureObserverUpdate" + "ComputePressureEntry" ], "access": "public", "informative": false, @@ -474,15 +495,15 @@ "definedIn": "heading" }, { - "id": "dom-computepressureobserverupdate-options", - "href": "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-options", + "id": "dom-computepressureentry-options", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry-options", "linkingText": [ "options" ], "localLinkingText": [], "type": "dict-member", "for": [ - "ComputePressureObserverUpdate" + "ComputePressureEntry" ], "access": "public", "informative": false, diff --git a/tr/dfns/css-color-4.json b/tr/dfns/css-color-4.json index 736a65f6a893..769e9ebe34f1 100644 --- a/tr/dfns/css-color-4.json +++ b/tr/dfns/css-color-4.json @@ -80,6 +80,67 @@ }, "definedIn": "prose" }, + { + "id": "white-point", + "href": "https://www.w3.org/TR/css-color-4/#white-point", + "linkingText": [ + "white point" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color terminology", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "d50-whitepoint", + "href": "https://www.w3.org/TR/css-color-4/#d50-whitepoint", + "linkingText": [ + "D50 whitepoint" + ], + "localLinkingText": [ + "D50" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color terminology", + "number": "2" + }, + "definedIn": "table" + }, + { + "id": "d65-whitepoint", + "href": "https://www.w3.org/TR/css-color-4/#d65-whitepoint", + "linkingText": [ + "D65 whitepoint" + ], + "localLinkingText": [ + "D65" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/css-color-4/#terminology", + "title": "Color terminology", + "number": "2" + }, + "definedIn": "table" + }, { "id": "characterized", "href": "https://www.w3.org/TR/css-color-4/#characterized", @@ -195,6 +256,25 @@ }, "definedIn": "prose" }, + { + "id": "typedef-absolute-color-base", + "href": "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-syntax", + "href": "https://www.w3.org/TR/css-color-4/#color-syntax", + "title": "The syntax", + "number": "4.1" + }, + "definedIn": "pre" + }, { "id": "color-functions", "href": "https://www.w3.org/TR/css-color-4/#color-functions", @@ -309,6 +389,71 @@ }, "definedIn": "pre" }, + { + "id": "missing-color-component", + "href": "https://www.w3.org/TR/css-color-4/#missing-color-component", + "linkingText": [ + "missing color component" + ], + "localLinkingText": [ + "missing", + "missing component" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "title": "\"Missing\"/none Color Components", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "valdef-color-none", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "title": "\"Missing\"/none Color Components", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "powerless-color-component", + "href": "https://www.w3.org/TR/css-color-4/#powerless-color-component", + "linkingText": [ + "powerless color component" + ], + "localLinkingText": [ + "powerless", + "powerless component" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "powerless", + "href": "https://www.w3.org/TR/css-color-4/#powerless", + "title": "\"Powerless\" Color Components", + "number": "4.3.1" + }, + "definedIn": "prose" + }, { "id": "tagged-image", "href": "https://www.w3.org/TR/css-color-4/#tagged-image", @@ -324,7 +469,7 @@ "id": "tagged-images", "href": "https://www.w3.org/TR/css-color-4/#tagged-images", "title": "Color Space of Tagged Images", - "number": "4.4" + "number": "4.5" }, "definedIn": "prose" }, @@ -343,7 +488,7 @@ "id": "untagged", "href": "https://www.w3.org/TR/css-color-4/#untagged", "title": "Color Spaces of Untagged Colors", - "number": "4.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -362,7 +507,7 @@ "id": "untagged", "href": "https://www.w3.org/TR/css-color-4/#untagged", "title": "Color Spaces of Untagged Colors", - "number": "4.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -381,7 +526,7 @@ "id": "resolving-color-values", "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", "title": "Resolving Values", - "number": "4.6" + "number": "4.7" }, "definedIn": "prose" }, @@ -400,7 +545,7 @@ "id": "resolving-color-values", "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", "title": "Resolving Values", - "number": "4.6" + "number": "4.7" }, "definedIn": "prose" }, @@ -3936,6 +4081,48 @@ }, "definedIn": "dt" }, + { + "id": "valdef-system-color-selecteditem", + "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditem", + "linkingText": [ + "SelectedItem" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "css-system-colors", + "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", + "title": "System Colors", + "number": "6.2" + }, + "definedIn": "dt" + }, + { + "id": "valdef-system-color-selecteditemtext", + "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditemtext", + "linkingText": [ + "SelectedItemText" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "" + ], + "access": "public", + "informative": false, + "heading": { + "id": "css-system-colors", + "href": "https://www.w3.org/TR/css-color-4/#css-system-colors", + "title": "System Colors", + "number": "6.2" + }, + "definedIn": "dt" + }, { "id": "valdef-system-color-mark", "href": "https://www.w3.org/TR/css-color-4/#valdef-system-color-mark", @@ -4129,10 +4316,10 @@ "access": "public", "informative": false, "heading": { - "id": "lab-colors", - "href": "https://www.w3.org/TR/css-color-4/#lab-colors", - "title": "Device-independent Colors: Lab and LCH", - "number": "9" + "id": "cie-lab", + "href": "https://www.w3.org/TR/css-color-4/#cie-lab", + "title": "CIE Lab and LCH", + "number": "9.1" }, "definedIn": "prose" }, @@ -4151,7 +4338,7 @@ "id": "specifying-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "title": "Specifying Lab and LCH: the lab() and lch() functional notations", - "number": "9.1" + "number": "9.3" }, "definedIn": "pre" }, @@ -4170,28 +4357,47 @@ "id": "specifying-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "title": "Specifying Lab and LCH: the lab() and lch() functional notations", - "number": "9.1" + "number": "9.3" }, "definedIn": "pre" }, { - "id": "linear-light-sRGB", - "href": "https://www.w3.org/TR/css-color-4/#linear-light-sRGB", + "id": "funcdef-oklab", + "href": "https://www.w3.org/TR/css-color-4/#funcdef-oklab", "linkingText": [ - "linear-light sRGB" + "oklab()" ], "localLinkingText": [], - "type": "dfn", + "type": "function", "for": [], "access": "public", "informative": false, "heading": { - "id": "rgb-to-lab", - "href": "https://www.w3.org/TR/css-color-4/#rgb-to-lab", - "title": "Converting RGB colors to Lab colors", - "number": "9.2" + "id": "specifying-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", + "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", + "number": "9.4" }, - "definedIn": "prose" + "definedIn": "pre" + }, + { + "id": "funcdef-oklch", + "href": "https://www.w3.org/TR/css-color-4/#funcdef-oklch", + "linkingText": [ + "oklch()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "specifying-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", + "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", + "number": "9.4" + }, + "definedIn": "pre" }, { "id": "funcdef-color", @@ -4207,111 +4413,111 @@ "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, "definedIn": "pre" }, { - "id": "invalid-color", - "href": "https://www.w3.org/TR/css-color-4/#invalid-color", + "id": "colorspace-params", + "href": "https://www.w3.org/TR/css-color-4/#colorspace-params", "linkingText": [ - "invalid color" + "colorspace-params" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "valid-color", - "href": "https://www.w3.org/TR/css-color-4/#valid-color", + "id": "predefined-rgb-params", + "href": "https://www.w3.org/TR/css-color-4/#predefined-rgb-params", "linkingText": [ - "valid color" + "predefined-rgb-params" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "out-of-gamut", - "href": "https://www.w3.org/TR/css-color-4/#out-of-gamut", + "id": "predefined-rgb", + "href": "https://www.w3.org/TR/css-color-4/#predefined-rgb", "linkingText": [ - "out of gamut" + "predefined-rgb" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "cant-be-displayed", - "href": "https://www.w3.org/TR/css-color-4/#cant-be-displayed", + "id": "xyz-params", + "href": "https://www.w3.org/TR/css-color-4/#xyz-params", "linkingText": [ - "can’t be displayed" + "xyz-params" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "can-be-displayed", - "href": "https://www.w3.org/TR/css-color-4/#can-be-displayed", + "id": "xyz", + "href": "https://www.w3.org/TR/css-color-4/#xyz", "linkingText": [ - "can be displayed" + "xyz" ], "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "sRGB", - "href": "https://www.w3.org/TR/css-color-4/#sRGB", + "id": "invalid-color", + "href": "https://www.w3.org/TR/css-color-4/#invalid-color", "linkingText": [ - "sRGB" + "invalid color" ], "localLinkingText": [], "type": "dfn", @@ -4319,123 +4525,113 @@ "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", - "number": "10.2" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-4/#color-function", + "title": "Specifying predefined colors: the color() function", + "number": "10.1" }, "definedIn": "prose" }, { - "id": "valdef-color-srgb", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", + "id": "valid-color", + "href": "https://www.w3.org/TR/css-color-4/#valid-color", "linkingText": [ - "srgb" + "valid color" ], "localLinkingText": [], - "type": "value", - "for": [ - "color()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", - "number": "10.2" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-4/#color-function", + "title": "Specifying predefined colors: the color() function", + "number": "10.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-color-display-p3", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-display-p3", + "id": "out-of-gamut", + "href": "https://www.w3.org/TR/css-color-4/#out-of-gamut", "linkingText": [ - "display-p3" + "out of gamut" ], "localLinkingText": [], - "type": "value", - "for": [ - "color()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", - "number": "10.2" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-4/#color-function", + "title": "Specifying predefined colors: the color() function", + "number": "10.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-color-a98-rgb", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-a98-rgb", + "id": "cant-be-displayed", + "href": "https://www.w3.org/TR/css-color-4/#cant-be-displayed", "linkingText": [ - "a98-rgb" + "can’t be displayed" ], "localLinkingText": [], - "type": "value", - "for": [ - "color()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", - "number": "10.2" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-4/#color-function", + "title": "Specifying predefined colors: the color() function", + "number": "10.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-color-prophoto-rgb", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-prophoto-rgb", + "id": "can-be-displayed", + "href": "https://www.w3.org/TR/css-color-4/#can-be-displayed", "linkingText": [ - "prophoto-rgb" + "can be displayed" ], "localLinkingText": [], - "type": "value", - "for": [ - "color()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", - "number": "10.2" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-4/#color-function", + "title": "Specifying predefined colors: the color() function", + "number": "10.1" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-color-rec2020", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-rec2020", + "id": "sRGB-space", + "href": "https://www.w3.org/TR/css-color-4/#sRGB-space", "linkingText": [ - "rec2020" + "sRGB" ], "localLinkingText": [], - "type": "value", - "for": [ - "color()" - ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", + "id": "predefined-sRGB", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", + "title": "Predefined sRGB space", "number": "10.2" }, - "definedIn": "dt" + "definedIn": "prose" }, { - "id": "valdef-color-xyz", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-xyz", + "id": "valdef-color-srgb", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", "linkingText": [ - "xyz" + "srgb" ], "localLinkingText": [], "type": "value", @@ -4445,242 +4641,242 @@ "access": "public", "informative": false, "heading": { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", + "id": "predefined-sRGB", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", + "title": "Predefined sRGB space", "number": "10.2" }, "definedIn": "dt" }, { - "id": "at-ruledef-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-ruledef-profile", + "id": "sRGB-linear-space", + "href": "https://www.w3.org/TR/css-color-4/#sRGB-linear-space", "linkingText": [ - "@color-profile" + "sRGB-linear" ], "localLinkingText": [], - "type": "at-rule", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", + "id": "predefined-sRGB-linear", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", + "title": "Predefined sRGB-linear space", "number": "10.3" }, "definedIn": "prose" }, { - "id": "css-color-profile", - "href": "https://www.w3.org/TR/css-color-4/#css-color-profile", + "id": "valdef-color-srgb-linear", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-srgb-linear", "linkingText": [ - "CSS color profile" + "srgb-linear" ], - "localLinkingText": [ - "color profile" + "localLinkingText": [], + "type": "value", + "for": [ + "color()" ], - "type": "dfn", - "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", + "id": "predefined-sRGB-linear", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", + "title": "Predefined sRGB-linear space", "number": "10.3" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "descdef-color-profile-src", - "href": "https://www.w3.org/TR/css-color-4/#descdef-color-profile-src", + "id": "valdef-color-display-p3", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-display-p3", "linkingText": [ - "src" + "display-p3" ], "localLinkingText": [], - "type": "descriptor", + "type": "value", "for": [ - "@color-profile" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-display-p3", + "href": "https://www.w3.org/TR/css-color-4/#predefined-display-p3", + "title": "Predefined display-p3 space", + "number": "10.4" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "descdef-color-profile-rendering-intent", - "href": "https://www.w3.org/TR/css-color-4/#descdef-color-profile-rendering-intent", + "id": "valdef-color-a98-rgb", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-a98-rgb", "linkingText": [ - "rendering-intent" + "a98-rgb" ], "localLinkingText": [], - "type": "descriptor", + "type": "value", "for": [ - "@color-profile" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-a98-rgb", + "href": "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", + "title": "Predefined a98-rgb space", + "number": "10.5" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "gamut-map", - "href": "https://www.w3.org/TR/css-color-4/#gamut-map", + "id": "valdef-color-prophoto-rgb", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-prophoto-rgb", "linkingText": [ - "gamut-map" + "prophoto-rgb" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "color()" + ], + "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-prophoto-rgb", + "href": "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", + "title": "Predefined prophoto-rgb space", + "number": "10.6" }, - "definedIn": "prose" + "definedIn": "dt" }, { - "id": "valdef-color-profile-rendering-intent-relative-colorimetric", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-relative-colorimetric", + "id": "valdef-color-rec2020", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-rec2020", "linkingText": [ - "relative-colorimetric" + "rec2020" ], "localLinkingText": [], "type": "value", "for": [ - "@color-profile/rendering-intent" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-rec2020", + "href": "https://www.w3.org/TR/css-color-4/#predefined-rec2020", + "title": "Predefined rec2020 space", + "number": "10.7" }, "definedIn": "dt" }, { - "id": "valdef-color-profile-rendering-intent-absolute-colorimetric", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-absolute-colorimetric", + "id": "valdef-color-xyz-d50", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d50", "linkingText": [ - "absolute-colorimetric" + "xyz-d50" ], "localLinkingText": [], "type": "value", "for": [ - "@color-profile/rendering-intent" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-xyz", + "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", + "title": "Predefined CIE XYZ space", + "number": "10.8" }, "definedIn": "dt" }, { - "id": "valdef-color-profile-rendering-intent-perceptual", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-perceptual", + "id": "valdef-color-xyz-d65", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d65", "linkingText": [ - "perceptual" + "xyz-d65" ], "localLinkingText": [], "type": "value", "for": [ - "@color-profile/rendering-intent" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-xyz", + "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", + "title": "Predefined CIE XYZ space", + "number": "10.8" }, "definedIn": "dt" }, { - "id": "valdef-color-profile-rendering-intent-saturation", - "href": "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-saturation", + "id": "valdef-color-xyz", + "href": "https://www.w3.org/TR/css-color-4/#valdef-color-xyz", "linkingText": [ - "saturation" + "xyz" ], "localLinkingText": [], "type": "value", "for": [ - "@color-profile/rendering-intent" + "color()" ], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "predefined-xyz", + "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", + "title": "Predefined CIE XYZ space", + "number": "10.8" }, "definedIn": "dt" }, { - "id": "descdef-color-profile-components", - "href": "https://www.w3.org/TR/css-color-4/#descdef-color-profile-components", + "id": "propdef-opacity", + "href": "https://www.w3.org/TR/css-color-4/#propdef-opacity", "linkingText": [ - "components" + "opacity" ], "localLinkingText": [], - "type": "descriptor", - "for": [ - "@color-profile" - ], + "type": "property", + "for": [], "access": "public", "informative": false, "heading": { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "id": "transparency", + "href": "https://www.w3.org/TR/css-color-4/#transparency", + "title": "11. Transparency: the opacity property" }, "definedIn": "table" }, { - "id": "funcdef-device-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#funcdef-device-cmyk", + "id": "host-syntax", + "href": "https://www.w3.org/TR/css-color-4/#host-syntax", "linkingText": [ - "device-cmyk()" + "host syntax" ], "localLinkingText": [], - "type": "function", + "type": "dfn", "for": [], "access": "public", "informative": false, "heading": { - "id": "device-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#device-cmyk", - "title": "11. Device-dependent CMYK Colors: the device-cmyk() function" + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", + "title": "Color space for interpolation", + "number": "12.1" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "typedef-cmyk-component", - "href": "https://www.w3.org/TR/css-color-4/#typedef-cmyk-component", + "id": "typedef-rectangular-color-space", + "href": "https://www.w3.org/TR/css-color-4/#typedef-rectangular-color-space", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -4688,69 +4884,69 @@ "access": "public", "informative": false, "heading": { - "id": "device-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#device-cmyk", - "title": "11. Device-dependent CMYK Colors: the device-cmyk() function" + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", + "title": "Color space for interpolation", + "number": "12.1" }, "definedIn": "pre" }, { - "id": "naively-convert-from-cmyk-to-rgba", - "href": "https://www.w3.org/TR/css-color-4/#naively-convert-from-cmyk-to-rgba", + "id": "typedef-polar-color-space", + "href": "https://www.w3.org/TR/css-color-4/#typedef-polar-color-space", "linkingText": [ - "naively convert from CMYK to RGBA", - "naively converted to RGBA" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "cmyk-rgb", - "href": "https://www.w3.org/TR/css-color-4/#cmyk-rgb", - "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", - "number": "11.1" + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", + "title": "Color space for interpolation", + "number": "12.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "naively-convert-from-rgba-to-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#naively-convert-from-rgba-to-cmyk", + "id": "typedef-hue-interpolation-method", + "href": "https://www.w3.org/TR/css-color-4/#typedef-hue-interpolation-method", "linkingText": [ - "naively convert from RGBA to CMYK", - "naively converted to CMYK" + "" ], "localLinkingText": [], - "type": "dfn", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "cmyk-rgb", - "href": "https://www.w3.org/TR/css-color-4/#cmyk-rgb", - "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", - "number": "11.1" + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", + "title": "Color space for interpolation", + "number": "12.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "propdef-opacity", - "href": "https://www.w3.org/TR/css-color-4/#propdef-opacity", + "id": "color-interpolation-method", + "href": "https://www.w3.org/TR/css-color-4/#color-interpolation-method", "linkingText": [ - "opacity" + "" ], "localLinkingText": [], - "type": "property", + "type": "type", "for": [], "access": "public", "informative": false, "heading": { - "id": "transparency", - "href": "https://www.w3.org/TR/css-color-4/#transparency", - "title": "12. Transparency: the opacity property" + "id": "interpolation-space", + "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", + "title": "Color space for interpolation", + "number": "12.1" }, - "definedIn": "table" + "definedIn": "pre" }, { "id": "premultiplied-color-values", @@ -4767,7 +4963,7 @@ "id": "interpolation-alpha", "href": "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "title": "Interpolating with alpha", - "number": "13.2" + "number": "12.2" }, "definedIn": "prose" }, @@ -4786,7 +4982,7 @@ "id": "hue-shorter", "href": "https://www.w3.org/TR/css-color-4/#hue-shorter", "title": "shorter", - "number": "13.3.1" + "number": "12.3.1" }, "definedIn": "heading" }, @@ -4805,7 +5001,7 @@ "id": "hue-longer", "href": "https://www.w3.org/TR/css-color-4/#hue-longer", "title": "longer", - "number": "13.3.2" + "number": "12.3.2" }, "definedIn": "heading" }, @@ -4824,7 +5020,7 @@ "id": "hue-increasing", "href": "https://www.w3.org/TR/css-color-4/#hue-increasing", "title": "increasing", - "number": "13.3.3" + "number": "12.3.3" }, "definedIn": "heading" }, @@ -4843,7 +5039,7 @@ "id": "hue-decreasing", "href": "https://www.w3.org/TR/css-color-4/#hue-decreasing", "title": "decreasing", - "number": "13.3.4" + "number": "12.3.4" }, "definedIn": "heading" }, @@ -4862,15 +5058,72 @@ "id": "hue-specified", "href": "https://www.w3.org/TR/css-color-4/#hue-specified", "title": "specified", - "number": "13.3.5" + "number": "12.3.5" }, "definedIn": "heading" }, { - "id": "typedef-deprecated-colors", - "href": "https://www.w3.org/TR/css-color-4/#typedef-deprecated-colors", + "id": "minde", + "href": "https://www.w3.org/TR/css-color-4/#minde", + "linkingText": [ + "MINDE" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "GM-closest", + "href": "https://www.w3.org/TR/css-color-4/#GM-closest", + "title": "Closest color (MINDE)", + "number": "13.1.2" + }, + "definedIn": "prose" + }, + { + "id": "css-gamut-mapping-algorithm", + "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping-algorithm", + "linkingText": [ + "CSS gamut mapping algorithm" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "css-gamut-mapping", + "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", + "title": "CSS Gamut Mapping to an RGB destination", + "number": "13.2" + }, + "definedIn": "prose" + }, + { + "id": "css-gamut-map", + "href": "https://www.w3.org/TR/css-color-4/#css-gamut-map", "linkingText": [ - "" + "CSS gamut map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "binsearch", + "href": "https://www.w3.org/TR/css-color-4/#binsearch", + "title": "Sample pseudocode for the binary search gamut mapping algorithm with local MINDE", + "number": "13.2.1" + }, + "definedIn": "prose" + }, + { + "id": "typedef-deprecated-color", + "href": "https://www.w3.org/TR/css-color-4/#typedef-deprecated-color", + "linkingText": [ + "" ], "localLinkingText": [], "type": "type", @@ -5297,6 +5550,24 @@ "title": "Appendix A: Deprecated CSS System Colors" }, "definedIn": "dt" + }, + { + "id": "typedef-quirky-color", + "href": "https://www.w3.org/TR/css-color-4/#typedef-quirky-color", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "quirky-color", + "href": "https://www.w3.org/TR/css-color-4/#quirky-color", + "title": "Appendix B: Deprecated Quirky Hex Colors" + }, + "definedIn": "prose" } ] } \ No newline at end of file diff --git a/tr/dfns/css-color-5.json b/tr/dfns/css-color-5.json index 509ede623b2d..f2d76ead6d38 100644 --- a/tr/dfns/css-color-5.json +++ b/tr/dfns/css-color-5.json @@ -4,151 +4,6 @@ "url": "https://www.w3.org/TR/css-color-5/" }, "dfns": [ - { - "id": "typedef-color-space", - "href": "https://www.w3.org/TR/css-color-5/#typedef-color-space", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "pre" - }, - { - "id": "valdef-color-space-srgb", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-srgb", - "linkingText": [ - "srgb" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, - { - "id": "valdef-color-space-hsl", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-hsl", - "linkingText": [ - "hsl" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, - { - "id": "valdef-color-space-hwb", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-hwb", - "linkingText": [ - "hwb" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, - { - "id": "valdef-color-space-xyz", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-xyz", - "linkingText": [ - "xyz" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, - { - "id": "valdef-color-space-lab", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-lab", - "linkingText": [ - "lab" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, - { - "id": "valdef-color-space-lch", - "href": "https://www.w3.org/TR/css-color-5/#valdef-color-space-lch", - "linkingText": [ - "lch" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "" - ], - "access": "public", - "informative": false, - "heading": { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "title": "Color Spaces", - "number": "2" - }, - "definedIn": "prose" - }, { "id": "funcdef-color-mix", "href": "https://www.w3.org/TR/css-color-5/#funcdef-color-mix", @@ -164,26 +19,7 @@ "id": "color-mix", "href": "https://www.w3.org/TR/css-color-5/#color-mix", "title": "Mixing colors: the color-mix() function", - "number": "3" - }, - "definedIn": "pre" - }, - { - "id": "typedef-hue-adjuster", - "href": "https://www.w3.org/TR/css-color-5/#typedef-hue-adjuster", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "color-mix", - "href": "https://www.w3.org/TR/css-color-5/#color-mix", - "title": "Mixing colors: the color-mix() function", - "number": "3" + "number": "2" }, "definedIn": "pre" }, @@ -202,7 +38,7 @@ "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, "definedIn": "pre" }, @@ -223,7 +59,7 @@ "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -244,7 +80,7 @@ "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -265,7 +101,7 @@ "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -286,7 +122,7 @@ "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, "definedIn": "prose" }, @@ -305,7 +141,7 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative color syntax", - "number": "5" + "number": "4" }, "definedIn": "prose" }, @@ -324,7 +160,7 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative color syntax", - "number": "5" + "number": "4" }, "definedIn": "prose" }, @@ -343,7 +179,7 @@ "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "title": "Relative color syntax", - "number": "5" + "number": "4" }, "definedIn": "prose" }, @@ -362,7 +198,26 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" + }, + "definedIn": "pre" + }, + { + "id": "typedef-alpha-value", + "href": "https://www.w3.org/TR/css-color-5/#typedef-alpha-value", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-RGB", + "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", + "title": "Relative RGB colors", + "number": "4.1" }, "definedIn": "pre" }, @@ -383,7 +238,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -404,7 +259,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -425,7 +280,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -446,7 +301,7 @@ "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" }, "definedIn": "prose" }, @@ -465,7 +320,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, "definedIn": "pre" }, @@ -486,7 +341,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -507,7 +362,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -528,7 +383,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -549,7 +404,7 @@ "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, "definedIn": "prose" }, @@ -568,7 +423,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, "definedIn": "pre" }, @@ -589,7 +444,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -610,7 +465,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -631,7 +486,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -652,7 +507,7 @@ "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, "definedIn": "prose" }, @@ -671,7 +526,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" }, "definedIn": "pre" }, @@ -692,7 +547,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -713,7 +568,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -734,7 +589,7 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" }, "definedIn": "prose" }, @@ -755,7 +610,110 @@ "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-oklab", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-oklab", + "linkingText": [ + "oklab()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "title": "Relative OKLab colors", + "number": "4.5" + }, + "definedIn": "pre" + }, + { + "id": "valdef-oklab-l", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-l", + "linkingText": [ + "l" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "title": "Relative OKLab colors", + "number": "4.5" + }, + "definedIn": "prose" + }, + { + "id": "valdef-oklab-a", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-a", + "linkingText": [ + "a" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "title": "Relative OKLab colors", + "number": "4.5" + }, + "definedIn": "prose" + }, + { + "id": "valdef-oklab-b", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-b", + "linkingText": [ + "b" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "title": "Relative OKLab colors", + "number": "4.5" + }, + "definedIn": "prose" + }, + { + "id": "valdef-oklab-alpha", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklab-alpha", + "linkingText": [ + "alpha" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklab()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "title": "Relative OKLab colors", + "number": "4.5" }, "definedIn": "prose" }, @@ -774,7 +732,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" }, "definedIn": "pre" }, @@ -795,7 +753,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -816,7 +774,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -837,7 +795,7 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" }, "definedIn": "prose" }, @@ -858,15 +816,15 @@ "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" }, "definedIn": "prose" }, { - "id": "funcdef-color", - "href": "https://www.w3.org/TR/css-color-5/#funcdef-color", + "id": "funcdef-oklch", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-oklch", "linkingText": [ - "color()" + "oklch()" ], "localLinkingText": [], "type": "function", @@ -874,48 +832,151 @@ "access": "public", "informative": false, "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "title": "Relative OKLCH colors", + "number": "4.7" }, "definedIn": "pre" }, { - "id": "colorspace-params", - "href": "https://www.w3.org/TR/css-color-5/#colorspace-params", + "id": "valdef-oklch-l", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-l", "linkingText": [ - "colorspace-params" + "l" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", + "type": "value", + "for": [ + "oklch()" + ], + "access": "public", "informative": false, "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "title": "Relative OKLCH colors", + "number": "4.7" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "custom-params", - "href": "https://www.w3.org/TR/css-color-5/#custom-params", + "id": "valdef-oklch-c", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-c", "linkingText": [ - "custom-params" + "c" ], "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "type": "value", + "for": [ + "oklch()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "title": "Relative OKLCH colors", + "number": "4.7" + }, + "definedIn": "prose" + }, + { + "id": "valdef-oklch-h", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-h", + "linkingText": [ + "h" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklch()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "title": "Relative OKLCH colors", + "number": "4.7" + }, + "definedIn": "prose" + }, + { + "id": "valdef-oklch-alpha", + "href": "https://www.w3.org/TR/css-color-5/#valdef-oklch-alpha", + "linkingText": [ + "alpha" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "oklch()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "title": "Relative OKLCH colors", + "number": "4.7" + }, + "definedIn": "prose" + }, + { + "id": "funcdef-color", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-color", + "linkingText": [ + "color()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "colorspace-params", + "href": "https://www.w3.org/TR/css-color-5/#colorspace-params", + "linkingText": [ + "colorspace-params" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "custom-params", + "href": "https://www.w3.org/TR/css-color-5/#custom-params", + "linkingText": [ + "custom-params" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" }, "definedIn": "pre" }, @@ -931,10 +992,10 @@ "access": "private", "informative": false, "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" }, "definedIn": "pre" }, @@ -950,10 +1011,10 @@ "access": "private", "informative": false, "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" }, "definedIn": "pre" }, @@ -969,13 +1030,89 @@ "access": "private", "informative": false, "heading": { - "id": "relative-color-function", - "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", - "title": "Relative color-function colors", - "number": "5.6" + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "pre" + }, + { + "id": "xyz", + "href": "https://www.w3.org/TR/css-color-5/#xyz", + "linkingText": [ + "xyz" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" }, "definedIn": "pre" }, + { + "id": "invalid-color", + "href": "https://www.w3.org/TR/css-color-5/#invalid-color", + "linkingText": [ + "invalid color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "valid-color", + "href": "https://www.w3.org/TR/css-color-5/#valid-color", + "linkingText": [ + "valid color" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "prose" + }, + { + "id": "out-of-gamut", + "href": "https://www.w3.org/TR/css-color-5/#out-of-gamut", + "linkingText": [ + "out of gamut" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "title": "Specifying custom color spaces: the color() function", + "number": "5" + }, + "definedIn": "prose" + }, { "id": "valdef-color-r", "href": "https://www.w3.org/TR/css-color-5/#valdef-color-r", @@ -993,7 +1130,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" }, "definedIn": "prose" }, @@ -1014,7 +1151,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" }, "definedIn": "prose" }, @@ -1035,7 +1172,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" }, "definedIn": "prose" }, @@ -1056,7 +1193,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" }, "definedIn": "prose" }, @@ -1077,7 +1214,7 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" }, "definedIn": "prose" }, @@ -1098,7 +1235,348 @@ "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "title": "Relative color-function colors", - "number": "5.6" + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "cant-be-displayed", + "href": "https://www.w3.org/TR/css-color-5/#cant-be-displayed", + "linkingText": [ + "can’t be displayed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-color-function", + "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", + "title": "Relative color-function colors", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "can-be-displayed", + "href": "https://www.w3.org/TR/css-color-5/#can-be-displayed", + "linkingText": [ + "can be displayed" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relative-color-function", + "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", + "title": "Relative color-function colors", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "at-ruledef-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-ruledef-profile", + "linkingText": [ + "@color-profile" + ], + "localLinkingText": [], + "type": "at-rule", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "css-color-profile", + "href": "https://www.w3.org/TR/css-color-5/#css-color-profile", + "linkingText": [ + "CSS color profile" + ], + "localLinkingText": [ + "color profile" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "descdef-color-profile-src", + "href": "https://www.w3.org/TR/css-color-5/#descdef-color-profile-src", + "linkingText": [ + "src" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@color-profile" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "table" + }, + { + "id": "fetch-an-external-color-profile", + "href": "https://www.w3.org/TR/css-color-5/#fetch-an-external-color-profile", + "linkingText": [ + "fetch an external color profile" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "descdef-color-profile-rendering-intent", + "href": "https://www.w3.org/TR/css-color-5/#descdef-color-profile-rendering-intent", + "linkingText": [ + "rendering-intent" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@color-profile" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "table" + }, + { + "id": "gamut-map", + "href": "https://www.w3.org/TR/css-color-5/#gamut-map", + "linkingText": [ + "gamut-map" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "prose" + }, + { + "id": "valdef-color-profile-rendering-intent-relative-colorimetric", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-relative-colorimetric", + "linkingText": [ + "relative-colorimetric" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "@color-profile/rendering-intent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-color-profile-rendering-intent-absolute-colorimetric", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-absolute-colorimetric", + "linkingText": [ + "absolute-colorimetric" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "@color-profile/rendering-intent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-color-profile-rendering-intent-perceptual", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-perceptual", + "linkingText": [ + "perceptual" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "@color-profile/rendering-intent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-color-profile-rendering-intent-saturation", + "href": "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-saturation", + "linkingText": [ + "saturation" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "@color-profile/rendering-intent" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "dt" + }, + { + "id": "descdef-color-profile-components", + "href": "https://www.w3.org/TR/css-color-5/#descdef-color-profile-components", + "linkingText": [ + "components" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@color-profile" + ], + "access": "public", + "informative": false, + "heading": { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + "definedIn": "table" + }, + { + "id": "funcdef-device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#funcdef-device-cmyk", + "linkingText": [ + "device-cmyk()" + ], + "localLinkingText": [], + "type": "function", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", + "title": "Uncalibrated CMYK Colors: the device-cmyk() function", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "typedef-cmyk-component", + "href": "https://www.w3.org/TR/css-color-5/#typedef-cmyk-component", + "linkingText": [ + "" + ], + "localLinkingText": [], + "type": "type", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", + "title": "Uncalibrated CMYK Colors: the device-cmyk() function", + "number": "6" + }, + "definedIn": "pre" + }, + { + "id": "naively-convert-from-cmyk-to-rgba", + "href": "https://www.w3.org/TR/css-color-5/#naively-convert-from-cmyk-to-rgba", + "linkingText": [ + "naively convert from CMYK to RGBA", + "naively converted to RGBA" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cmyk-rgb", + "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", + "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", + "number": "6.1" + }, + "definedIn": "prose" + }, + { + "id": "naively-convert-from-rgba-to-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#naively-convert-from-rgba-to-cmyk", + "linkingText": [ + "naively convert from RGBA to CMYK", + "naively converted to CMYK" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "cmyk-rgb", + "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", + "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", + "number": "6.1" }, "definedIn": "prose" } diff --git a/tr/dfns/css-highlight-api-1.json b/tr/dfns/css-highlight-api-1.json index f3e594c82b79..7d1a983b57d4 100644 --- a/tr/dfns/css-highlight-api-1.json +++ b/tr/dfns/css-highlight-api-1.json @@ -43,17 +43,36 @@ "definedIn": "prose" }, { - "id": "custom-highlight-name", - "href": "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-name", + "id": "enumdef-highlighttype", + "href": "https://www.w3.org/TR/css-highlight-api-1/#enumdef-highlighttype", "linkingText": [ - "name" + "HighlightType" ], "localLinkingText": [], - "type": "dfn", + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "creation", + "href": "https://www.w3.org/TR/css-highlight-api-1/#creation", + "title": "Creating Custom Highlights", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-highlighttype-highlight", + "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-highlight", + "linkingText": [ + "\"highlight\"" + ], + "localLinkingText": [], + "type": "enum-value", "for": [ - "custom highlight" + "HighlightType" ], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "creation", @@ -61,21 +80,18 @@ "title": "Creating Custom Highlights", "number": "3.1" }, - "definedIn": "prose" + "definedIn": "pre" }, { - "id": "dom-highlight-highlight-name-initialranges-name", - "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-name-initialranges-name", + "id": "dom-highlighttype-spelling-error", + "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-spelling-error", "linkingText": [ - "name" + "\"spelling-error\"" ], "localLinkingText": [], - "type": "argument", + "type": "enum-value", "for": [ - "Highlight/Highlight(name, ...initialRanges)", - "Highlight/constructor(name, ...initialRanges)", - "Highlight/Highlight(name)", - "Highlight/constructor(name)" + "HighlightType" ], "access": "public", "informative": false, @@ -88,18 +104,39 @@ "definedIn": "pre" }, { - "id": "dom-highlight-highlight-name-initialranges-initialranges", - "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-name-initialranges-initialranges", + "id": "dom-highlighttype-grammar-error", + "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-grammar-error", + "linkingText": [ + "\"grammar-error\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "HighlightType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "creation", + "href": "https://www.w3.org/TR/css-highlight-api-1/#creation", + "title": "Creating Custom Highlights", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-highlight-highlight-initialranges-initialranges", + "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-initialranges-initialranges", "linkingText": [ "initialRanges" ], "localLinkingText": [], "type": "argument", "for": [ - "Highlight/Highlight(name, ...initialRanges)", - "Highlight/constructor(name, ...initialRanges)", - "Highlight/Highlight(name)", - "Highlight/constructor(name)" + "Highlight/Highlight(...initialRanges)", + "Highlight/constructor(...initialRanges)", + "Highlight/Highlight()", + "Highlight/constructor()" ], "access": "public", "informative": false, @@ -133,10 +170,10 @@ "definedIn": "pre" }, { - "id": "dom-highlight-name", - "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-name", + "id": "dom-highlight-type", + "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-type", "linkingText": [ - "name" + "type" ], "localLinkingText": [], "type": "attribute", @@ -157,10 +194,10 @@ "id": "dom-highlight-highlight", "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight", "linkingText": [ - "Highlight(name, ...initialRanges)", - "constructor(name, ...initialRanges)", - "Highlight(name)", - "constructor(name)" + "Highlight(...initialRanges)", + "constructor(...initialRanges)", + "Highlight()", + "constructor()" ], "localLinkingText": [], "type": "constructor", @@ -178,10 +215,10 @@ "definedIn": "prose" }, { - "id": "highlights-register", - "href": "https://www.w3.org/TR/css-highlight-api-1/#highlights-register", + "id": "highlight-registry", + "href": "https://www.w3.org/TR/css-highlight-api-1/#highlight-registry", "linkingText": [ - "highlights register" + "highlight registry" ], "localLinkingText": [], "type": "dfn", @@ -237,10 +274,10 @@ "definedIn": "pre" }, { - "id": "highlightsregister", - "href": "https://www.w3.org/TR/css-highlight-api-1/#highlightsregister", + "id": "highlightregistry", + "href": "https://www.w3.org/TR/css-highlight-api-1/#highlightregistry", "linkingText": [ - "HighlightsRegister" + "HighlightRegistry" ], "localLinkingText": [], "type": "interface", @@ -256,38 +293,15 @@ "definedIn": "pre" }, { - "id": "dom-highlightsregister-add-value-value", - "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlightsregister-add-value-value", - "linkingText": [ - "value" - ], - "localLinkingText": [], - "type": "argument", - "for": [ - "HighlightsRegister/add(value)" - ], - "access": "public", - "informative": false, - "heading": { - "id": "registration", - "href": "https://www.w3.org/TR/css-highlight-api-1/#registration", - "title": "Registering Custom Highlights", - "number": "3.2" - }, - "definedIn": "pre" - }, - { - "id": "dom-highlightsregister-add", - "href": "https://www.w3.org/TR/css-highlight-api-1/#dom-highlightsregister-add", + "id": "custom-highlight-name", + "href": "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-name", "linkingText": [ - "add(value)" + "custom highlight name" ], "localLinkingText": [], - "type": "method", - "for": [ - "HighlightsRegister" - ], - "access": "public", + "type": "dfn", + "for": [], + "access": "private", "informative": false, "heading": { "id": "registration", @@ -298,10 +312,10 @@ "definedIn": "prose" }, { - "id": "selectordef-highlight-highlight-name", - "href": "https://www.w3.org/TR/css-highlight-api-1/#selectordef-highlight-highlight-name", + "id": "selectordef-highlight-custom-highlight-name", + "href": "https://www.w3.org/TR/css-highlight-api-1/#selectordef-highlight-custom-highlight-name", "linkingText": [ - "::highlight()" + "::highlight()" ], "localLinkingText": [], "type": "selector", @@ -336,10 +350,10 @@ "definedIn": "prose" }, { - "id": "typedef-highlight-name", - "href": "https://www.w3.org/TR/css-highlight-api-1/#typedef-highlight-name", + "id": "typedef-custom-highlight-name", + "href": "https://www.w3.org/TR/css-highlight-api-1/#typedef-custom-highlight-name", "linkingText": [ - "" + "" ], "localLinkingText": [], "type": "type", @@ -369,7 +383,7 @@ "id": "priorities", "href": "https://www.w3.org/TR/css-highlight-api-1/#priorities", "title": "Priority of Overlapping Highlights", - "number": "4.2.4" + "number": "4.2.5" }, "definedIn": "prose" } diff --git a/tr/dfns/css-paint-api-1.json b/tr/dfns/css-paint-api-1.json index 41492dd25057..8c3ceaa9ba02 100644 --- a/tr/dfns/css-paint-api-1.json +++ b/tr/dfns/css-paint-api-1.json @@ -469,6 +469,48 @@ }, "definedIn": "pre" }, + { + "id": "paintrenderingcontext2d-output-bitmap", + "href": "https://www.w3.org/TR/css-paint-api-1/#paintrenderingcontext2d-output-bitmap", + "linkingText": [ + "output bitmap" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaintRenderingContext2D" + ], + "access": "private", + "informative": false, + "heading": { + "id": "2d-rendering-context", + "href": "https://www.w3.org/TR/css-paint-api-1/#2d-rendering-context", + "title": "The 2D rendering context", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "paintrenderingcontext2d-alpha", + "href": "https://www.w3.org/TR/css-paint-api-1/#paintrenderingcontext2d-alpha", + "linkingText": [ + "alpha" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "PaintRenderingContext2D" + ], + "access": "private", + "informative": false, + "heading": { + "id": "2d-rendering-context", + "href": "https://www.w3.org/TR/css-paint-api-1/#2d-rendering-context", + "title": "The 2D rendering context", + "number": "6" + }, + "definedIn": "prose" + }, { "id": "create-a-paintrenderingcontext2d-object", "href": "https://www.w3.org/TR/css-paint-api-1/#create-a-paintrenderingcontext2d-object", diff --git a/tr/dfns/css-position-3.json b/tr/dfns/css-position-3.json index 22f1ea242abe..dd6685429c15 100644 --- a/tr/dfns/css-position-3.json +++ b/tr/dfns/css-position-3.json @@ -720,7 +720,7 @@ "href": "https://www.w3.org/TR/css-position-3/#absolute-positioning-layout", "linkingText": [ "absolute positioning layout", - "absolute postioning layout model" + "absolute positioning layout model" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/dfns/css-values-4.json b/tr/dfns/css-values-4.json index c8e374324b2a..de1b9953cd3e 100644 --- a/tr/dfns/css-values-4.json +++ b/tr/dfns/css-values-4.json @@ -680,6 +680,25 @@ }, "definedIn": "prose" }, + { + "id": "fetch-a-style-resource", + "href": "https://www.w3.org/TR/css-values-4/#fetch-a-style-resource", + "linkingText": [ + "fetch a style resource" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "url-processing", + "href": "https://www.w3.org/TR/css-values-4/#url-processing", + "title": "URL Processing Model", + "number": "4.5.4" + }, + "definedIn": "prose" + }, { "id": "numeric-data-types", "href": "https://www.w3.org/TR/css-values-4/#numeric-data-types", @@ -758,6 +777,27 @@ }, "definedIn": "prose" }, + { + "id": "css-round-to-the-nearest-integer", + "href": "https://www.w3.org/TR/css-values-4/#css-round-to-the-nearest-integer", + "linkingText": [ + "round to the nearest integer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "CSS" + ], + "access": "public", + "informative": false, + "heading": { + "id": "integers", + "href": "https://www.w3.org/TR/css-values-4/#integers", + "title": "Integers: the type", + "number": "5.2" + }, + "definedIn": "prose" + }, { "id": "number-value", "href": "https://www.w3.org/TR/css-values-4/#number-value", @@ -1085,6 +1125,44 @@ }, "definedIn": "prose" }, + { + "id": "specified-length", + "href": "https://www.w3.org/TR/css-values-4/#specified-length", + "linkingText": [ + "specified length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "lengths", + "href": "https://www.w3.org/TR/css-values-4/#lengths", + "title": "Distance Units: the type", + "number": "6" + }, + "definedIn": "prose" + }, + { + "id": "computed-length", + "href": "https://www.w3.org/TR/css-values-4/#computed-length", + "linkingText": [ + "computed length" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "lengths", + "href": "https://www.w3.org/TR/css-values-4/#lengths", + "title": "Distance Units: the type", + "number": "6" + }, + "definedIn": "prose" + }, { "id": "relative-length", "href": "https://www.w3.org/TR/css-values-4/#relative-length", @@ -2740,389 +2818,6 @@ }, "definedIn": "prose" }, - { - "id": "funcdef-toggle", - "href": "https://www.w3.org/TR/css-values-4/#funcdef-toggle", - "linkingText": [ - "toggle()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "toggle-notation", - "href": "https://www.w3.org/TR/css-values-4/#toggle-notation", - "title": "Toggling Between Values: toggle()", - "number": "9.1" - }, - "definedIn": "prose" - }, - { - "id": "typedef-toggle-value", - "href": "https://www.w3.org/TR/css-values-4/#typedef-toggle-value", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "toggle-notation", - "href": "https://www.w3.org/TR/css-values-4/#toggle-notation", - "title": "Toggling Between Values: toggle()", - "number": "9.1" - }, - "definedIn": "prose" - }, - { - "id": "funcdef-attr", - "href": "https://www.w3.org/TR/css-values-4/#funcdef-attr", - "linkingText": [ - "attr()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "attr-notation", - "href": "https://www.w3.org/TR/css-values-4/#attr-notation", - "title": "10. Attribute References: the attr() function" - }, - "definedIn": "prose" - }, - { - "id": "typedef-attr-type", - "href": "https://www.w3.org/TR/css-values-4/#typedef-attr-type", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "attr-notation", - "href": "https://www.w3.org/TR/css-values-4/#attr-notation", - "title": "10. Attribute References: the attr() function" - }, - "definedIn": "pre" - }, - { - "id": "typedef-dimension-unit", - "href": "https://www.w3.org/TR/css-values-4/#typedef-dimension-unit", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "type", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "attr-notation", - "href": "https://www.w3.org/TR/css-values-4/#attr-notation", - "title": "10. Attribute References: the attr() function" - }, - "definedIn": "prose" - }, - { - "id": "attr-substitution-value", - "href": "https://www.w3.org/TR/css-values-4/#attr-substitution-value", - "linkingText": [ - "substitution value" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "attr()" - ], - "access": "private", - "informative": false, - "heading": { - "id": "attr-notation", - "href": "https://www.w3.org/TR/css-values-4/#attr-notation", - "title": "10. Attribute References: the attr() function" - }, - "definedIn": "prose" - }, - { - "id": "valdef-attr-string", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-string", - "linkingText": [ - "string" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-url", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-url", - "linkingText": [ - "url" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-ident", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-ident", - "linkingText": [ - "ident" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-color", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-color", - "linkingText": [ - "color" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-number", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-number", - "linkingText": [ - "number" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-percentage", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-percentage", - "linkingText": [ - "percentage" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-length", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-length", - "linkingText": [ - "length" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-angle", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-angle", - "linkingText": [ - "angle" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-time", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-time", - "linkingText": [ - "time" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-frequency", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-frequency", - "linkingText": [ - "frequency" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-flex", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-flex", - "linkingText": [ - "flex" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "valdef-attr-dimension-unit", - "href": "https://www.w3.org/TR/css-values-4/#valdef-attr-dimension-unit", - "linkingText": [ - "" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "attr()" - ], - "access": "public", - "informative": false, - "heading": { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "title": "attr() Types", - "number": "10.1" - }, - "definedIn": "dt" - }, - { - "id": "substitute-an-attr", - "href": "https://www.w3.org/TR/css-values-4/#substitute-an-attr", - "linkingText": [ - "substitute an attr()" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "attr-substitution", - "href": "https://www.w3.org/TR/css-values-4/#attr-substitution", - "title": "attr() Substitution", - "number": "10.2" - }, - "definedIn": "prose" - }, { "id": "math-function", "href": "https://www.w3.org/TR/css-values-4/#math-function", @@ -3137,7 +2832,7 @@ "heading": { "id": "math", "href": "https://www.w3.org/TR/css-values-4/#math", - "title": "11. Mathematical Expressions" + "title": "10. Mathematical Expressions" }, "definedIn": "prose" }, @@ -3156,7 +2851,7 @@ "id": "calc-func", "href": "https://www.w3.org/TR/css-values-4/#calc-func", "title": "Basic Arithmetic: calc()", - "number": "11.1" + "number": "10.1" }, "definedIn": "prose" }, @@ -3177,7 +2872,7 @@ "id": "calc-func", "href": "https://www.w3.org/TR/css-values-4/#calc-func", "title": "Basic Arithmetic: calc()", - "number": "11.1" + "number": "10.1" }, "definedIn": "prose" }, @@ -3196,7 +2891,7 @@ "id": "comp-func", "href": "https://www.w3.org/TR/css-values-4/#comp-func", "title": "Comparison Functions: min(), max(), and clamp()", - "number": "11.2" + "number": "10.2" }, "definedIn": "prose" }, @@ -3215,7 +2910,7 @@ "id": "comp-func", "href": "https://www.w3.org/TR/css-values-4/#comp-func", "title": "Comparison Functions: min(), max(), and clamp()", - "number": "11.2" + "number": "10.2" }, "definedIn": "prose" }, @@ -3234,7 +2929,7 @@ "id": "comp-func", "href": "https://www.w3.org/TR/css-values-4/#comp-func", "title": "Comparison Functions: min(), max(), and clamp()", - "number": "11.2" + "number": "10.2" }, "definedIn": "prose" }, @@ -3253,7 +2948,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -3272,7 +2967,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -3293,7 +2988,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "dt" }, @@ -3314,7 +3009,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "dt" }, @@ -3335,7 +3030,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "dt" }, @@ -3356,7 +3051,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "dt" }, @@ -3375,7 +3070,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -3394,7 +3089,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -3413,7 +3108,7 @@ "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, "definedIn": "prose" }, @@ -3432,7 +3127,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3451,7 +3146,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3470,7 +3165,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3489,7 +3184,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3508,7 +3203,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3527,7 +3222,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3546,7 +3241,7 @@ "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, "definedIn": "prose" }, @@ -3565,7 +3260,7 @@ "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, "definedIn": "prose" }, @@ -3584,7 +3279,7 @@ "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, "definedIn": "prose" }, @@ -3603,7 +3298,7 @@ "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, "definedIn": "prose" }, @@ -3622,7 +3317,7 @@ "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, "definedIn": "prose" }, @@ -3641,7 +3336,7 @@ "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, "definedIn": "prose" }, @@ -3660,7 +3355,7 @@ "id": "sign-funcs", "href": "https://www.w3.org/TR/css-values-4/#sign-funcs", "title": "Sign-Related Functions: abs(), sign()", - "number": "11.6" + "number": "10.6" }, "definedIn": "prose" }, @@ -3679,7 +3374,7 @@ "id": "sign-funcs", "href": "https://www.w3.org/TR/css-values-4/#sign-funcs", "title": "Sign-Related Functions: abs(), sign()", - "number": "11.6" + "number": "10.6" }, "definedIn": "prose" }, @@ -3700,7 +3395,7 @@ "id": "calc-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-constants", "title": "Numeric Constants: e, pi", - "number": "11.7" + "number": "10.7" }, "definedIn": "prose" }, @@ -3721,7 +3416,7 @@ "id": "calc-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-constants", "title": "Numeric Constants: e, pi", - "number": "11.7" + "number": "10.7" }, "definedIn": "prose" }, @@ -3742,7 +3437,7 @@ "id": "calc-error-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-error-constants", "title": "Degenerate Numeric Constants: infinity, -infinity, NaN", - "number": "11.7.1" + "number": "10.7.1" }, "definedIn": "prose" }, @@ -3763,7 +3458,7 @@ "id": "calc-error-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-error-constants", "title": "Degenerate Numeric Constants: infinity, -infinity, NaN", - "number": "11.7.1" + "number": "10.7.1" }, "definedIn": "prose" }, @@ -3784,7 +3479,7 @@ "id": "calc-error-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-error-constants", "title": "Degenerate Numeric Constants: infinity, -infinity, NaN", - "number": "11.7.1" + "number": "10.7.1" }, "definedIn": "prose" }, @@ -3803,7 +3498,7 @@ "id": "calc-syntax", "href": "https://www.w3.org/TR/css-values-4/#calc-syntax", "title": "Syntax", - "number": "11.8" + "number": "10.8" }, "definedIn": "pre" }, @@ -3822,7 +3517,7 @@ "id": "calc-syntax", "href": "https://www.w3.org/TR/css-values-4/#calc-syntax", "title": "Syntax", - "number": "11.8" + "number": "10.8" }, "definedIn": "pre" }, @@ -3841,7 +3536,7 @@ "id": "calc-syntax", "href": "https://www.w3.org/TR/css-values-4/#calc-syntax", "title": "Syntax", - "number": "11.8" + "number": "10.8" }, "definedIn": "pre" }, @@ -3860,7 +3555,7 @@ "id": "calc-syntax", "href": "https://www.w3.org/TR/css-values-4/#calc-syntax", "title": "Syntax", - "number": "11.8" + "number": "10.8" }, "definedIn": "pre" }, @@ -3879,7 +3574,7 @@ "id": "calc-type-checking", "href": "https://www.w3.org/TR/css-values-4/#calc-type-checking", "title": "Type Checking", - "number": "11.9" + "number": "10.9" }, "definedIn": "prose" }, @@ -3898,7 +3593,7 @@ "id": "calc-type-checking", "href": "https://www.w3.org/TR/css-values-4/#calc-type-checking", "title": "Type Checking", - "number": "11.9" + "number": "10.9" }, "definedIn": "prose" }, @@ -3917,7 +3612,7 @@ "id": "calc-internal", "href": "https://www.w3.org/TR/css-values-4/#calc-internal", "title": "Internal Representation", - "number": "11.10" + "number": "10.10" }, "definedIn": "prose" }, @@ -3938,7 +3633,7 @@ "id": "calc-internal", "href": "https://www.w3.org/TR/css-values-4/#calc-internal", "title": "Internal Representation", - "number": "11.10" + "number": "10.10" }, "definedIn": "prose" }, @@ -3959,7 +3654,7 @@ "id": "calc-internal", "href": "https://www.w3.org/TR/css-values-4/#calc-internal", "title": "Internal Representation", - "number": "11.10" + "number": "10.10" }, "definedIn": "prose" }, @@ -3979,7 +3674,7 @@ "id": "calc-internal", "href": "https://www.w3.org/TR/css-values-4/#calc-internal", "title": "Internal Representation", - "number": "11.10" + "number": "10.10" }, "definedIn": "prose" }, @@ -4001,7 +3696,7 @@ "id": "calc-simplification", "href": "https://www.w3.org/TR/css-values-4/#calc-simplification", "title": "Simplification", - "number": "11.10.1" + "number": "10.10.1" }, "definedIn": "prose" }, @@ -4020,7 +3715,7 @@ "id": "calc-serialize", "href": "https://www.w3.org/TR/css-values-4/#calc-serialize", "title": "Serialization", - "number": "11.13" + "number": "10.13" }, "definedIn": "prose" }, @@ -4042,7 +3737,7 @@ "id": "calc-serialize", "href": "https://www.w3.org/TR/css-values-4/#calc-serialize", "title": "Serialization", - "number": "11.13" + "number": "10.13" }, "definedIn": "prose" }, @@ -4061,7 +3756,7 @@ "id": "calc-serialize", "href": "https://www.w3.org/TR/css-values-4/#calc-serialize", "title": "Serialization", - "number": "11.13" + "number": "10.13" }, "definedIn": "prose" }, diff --git a/tr/dfns/event-timing.json b/tr/dfns/event-timing.json index 90c830909ef6..d9b30fa0c385 100644 --- a/tr/dfns/event-timing.json +++ b/tr/dfns/event-timing.json @@ -248,6 +248,25 @@ }, "definedIn": "pre" }, + { + "id": "interactioncounts", + "href": "https://wicg.github.io/event-timing/#interactioncounts", + "linkingText": [ + "InteractionCounts" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "sec-interaction-counts", + "href": "https://wicg.github.io/event-timing/#sec-interaction-counts", + "title": "InteractionCounts interface", + "number": "2.3" + }, + "definedIn": "pre" + }, { "id": "dom-performance-eventcounts", "href": "https://wicg.github.io/event-timing/#dom-performance-eventcounts", @@ -265,7 +284,28 @@ "id": "sec-extensions", "href": "https://wicg.github.io/event-timing/#sec-extensions", "title": "Extensions to the Performance interface", - "number": "2.3" + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-performance-interactioncounts", + "href": "https://wicg.github.io/event-timing/#dom-performance-interactioncounts", + "linkingText": [ + "interactionCounts" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Performance" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sec-extensions", + "href": "https://wicg.github.io/event-timing/#sec-extensions", + "title": "Extensions to the Performance interface", + "number": "2.4" }, "definedIn": "pre" }, @@ -383,6 +423,25 @@ }, "definedIn": "prose" }, + { + "id": "pointer-is-drag-set", + "href": "https://wicg.github.io/event-timing/#pointer-is-drag-set", + "linkingText": [ + "pointer is drag set" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-modifications-HTML", + "href": "https://wicg.github.io/event-timing/#sec-modifications-HTML", + "title": "Modifications to the HTML specification", + "number": "3.2" + }, + "definedIn": "prose" + }, { "id": "pending-pointer-downs", "href": "https://wicg.github.io/event-timing/#pending-pointer-downs", @@ -402,6 +461,48 @@ }, "definedIn": "prose" }, + { + "id": "window-eventcounts", + "href": "https://wicg.github.io/event-timing/#window-eventcounts", + "linkingText": [ + "eventCounts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Window" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sec-modifications-HTML", + "href": "https://wicg.github.io/event-timing/#sec-modifications-HTML", + "title": "Modifications to the HTML specification", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "window-interactioncounts", + "href": "https://wicg.github.io/event-timing/#window-interactioncounts", + "linkingText": [ + "interactionCounts" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "Window" + ], + "access": "private", + "informative": false, + "heading": { + "id": "sec-modifications-HTML", + "href": "https://wicg.github.io/event-timing/#sec-modifications-HTML", + "title": "Modifications to the HTML specification", + "number": "3.2" + }, + "definedIn": "prose" + }, { "id": "dom-performanceobserverinit-durationthreshold", "href": "https://wicg.github.io/event-timing/#dom-performanceobserverinit-durationthreshold", @@ -442,6 +543,25 @@ }, "definedIn": "prose" }, + { + "id": "increase-interaction-count", + "href": "https://wicg.github.io/event-timing/#increase-interaction-count", + "linkingText": [ + "increase interaction count" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sec-increasing-interaction-count", + "href": "https://wicg.github.io/event-timing/#sec-increasing-interaction-count", + "title": "Increasing interaction count", + "number": "3.5" + }, + "definedIn": "prose" + }, { "id": "compute-interactionid", "href": "https://wicg.github.io/event-timing/#compute-interactionid", @@ -457,7 +577,7 @@ "id": "sec-computing-interactionid", "href": "https://wicg.github.io/event-timing/#sec-computing-interactionid", "title": "Computing interactionId", - "number": "3.5" + "number": "3.6" }, "definedIn": "prose" }, @@ -476,7 +596,7 @@ "id": "sec-init-event-timing", "href": "https://wicg.github.io/event-timing/#sec-init-event-timing", "title": "Initialize event timing", - "number": "3.6" + "number": "3.7" }, "definedIn": "prose" }, @@ -495,7 +615,7 @@ "id": "sec-fin-event-timing", "href": "https://wicg.github.io/event-timing/#sec-fin-event-timing", "title": "Finalize event timing", - "number": "3.7" + "number": "3.8" }, "definedIn": "prose" }, @@ -514,7 +634,7 @@ "id": "sec-dispatch-pending", "href": "https://wicg.github.io/event-timing/#sec-dispatch-pending", "title": "Dispatch pending Event Timing entries", - "number": "3.8" + "number": "3.9" }, "definedIn": "prose" }, @@ -533,7 +653,7 @@ "id": "sec-dispatch-pending", "href": "https://wicg.github.io/event-timing/#sec-dispatch-pending", "title": "Dispatch pending Event Timing entries", - "number": "3.8" + "number": "3.9" }, "definedIn": "prose" } diff --git a/tr/dfns/fetch.json b/tr/dfns/fetch.json index 7059c1a8bd0c..0c5867860ffd 100644 --- a/tr/dfns/fetch.json +++ b/tr/dfns/fetch.json @@ -167,10 +167,10 @@ "definedIn": "dt" }, { - "id": "fetch-params-process-response-done", - "href": "https://fetch.spec.whatwg.org/#fetch-params-process-response-done", + "id": "fetch-params-process-response-consume-body", + "href": "https://fetch.spec.whatwg.org/#fetch-params-process-response-consume-body", "linkingText": [ - "process response done" + "process response consume body" ], "localLinkingText": [], "type": "dfn", @@ -4687,8 +4687,8 @@ "definedIn": "prose" }, { - "id": "process-response-end-of-body", - "href": "https://fetch.spec.whatwg.org/#process-response-end-of-body", + "id": "fetch-processresponseendofbody", + "href": "https://fetch.spec.whatwg.org/#fetch-processresponseendofbody", "linkingText": [ "processResponseEndOfBody" ], @@ -4708,10 +4708,10 @@ "definedIn": "prose" }, { - "id": "fetch-processresponsedone", - "href": "https://fetch.spec.whatwg.org/#fetch-processresponsedone", + "id": "process-response-end-of-body", + "href": "https://fetch.spec.whatwg.org/#process-response-end-of-body", "linkingText": [ - "processResponseDone" + "processResponseConsumeBody" ], "localLinkingText": [], "type": "dfn", @@ -4850,25 +4850,6 @@ }, "definedIn": "prose" }, - { - "id": "finalize-response", - "href": "https://fetch.spec.whatwg.org/#finalize-response", - "linkingText": [ - "finalize response" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "main-fetch", - "href": "https://fetch.spec.whatwg.org/#main-fetch", - "title": "Main fetch", - "number": "4.1" - }, - "definedIn": "prose" - }, { "id": "finalize-and-report-timing", "href": "https://fetch.spec.whatwg.org/#finalize-and-report-timing", diff --git a/tr/dfns/html.json b/tr/dfns/html.json index 3b33812e6a7b..6b5e4317f784 100644 --- a/tr/dfns/html.json +++ b/tr/dfns/html.json @@ -4647,10 +4647,10 @@ "definedIn": "prose" }, { - "id": "processresponseendofbody", - "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseendofbody", + "id": "processresponseconsumebody", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseconsumebody", "linkingText": [ - "processResponseEndOfBody" + "processResponseConsumeBody" ], "localLinkingText": [], "type": "dfn", @@ -21501,6 +21501,44 @@ }, "definedIn": "prose" }, + { + "id": "core-attribute", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#core-attribute", + "linkingText": [ + "core attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "presentation-attribute", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#presentation-attribute", + "linkingText": [ + "presentation attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "filter-value-list", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-value-list", @@ -21520,6 +21558,44 @@ }, "definedIn": "prose" }, + { + "id": "filter-primitive-attribute", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-primitive-attribute", + "linkingText": [ + "filter primitive attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, + { + "id": "filter-property", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-property", + "linkingText": [ + "filter property" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "dependencies", + "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies", + "title": "Dependencies", + "number": "2.1.9" + }, + "definedIn": "prose" + }, { "id": "requestidlecallback()", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#requestidlecallback()", @@ -60609,6 +60685,44 @@ }, "definedIn": "pre" }, + { + "id": "canvasfilterinput", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilterinput", + "linkingText": [ + "CanvasFilterInput" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "2dcontext", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, + { + "id": "canvasfilter", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilter", + "linkingText": [ + "CanvasFilter" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "2dcontext", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext", + "title": "The 2D rendering context", + "number": "4.12.5.1" + }, + "definedIn": "pre" + }, { "id": "canvasrect", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasrect", @@ -65129,6 +65243,198 @@ }, "definedIn": "prose" }, + { + "id": "concept-canvas-current-filter", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-current-filter", + "linkingText": [ + "current filter" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "concept-concept-canvasfilter-xml-filter-list", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#concept-concept-canvasfilter-xml-filter-list", + "linkingText": [ + "XML filter list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "supported-filter-names", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#supported-filter-names", + "linkingText": [ + "supported filter names" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "xml-element-data-for-filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#xml-element-data-for-filters", + "linkingText": [ + "XML element data for filters" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "xml-filter-name", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "xml-filter-attributes", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-attributes", + "linkingText": [ + "attributes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "xml-filter-children", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-children", + "linkingText": [ + "children" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "idl-type-for-a-canvas-filter-attribute", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#idl-type-for-a-canvas-filter-attribute", + "linkingText": [ + "IDL type for a canvas filter attribute" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "generate-xml-value", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#generate-xml-value", + "linkingText": [ + "generate an XML value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, + { + "id": "dom-canvasfilter", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasfilter", + "linkingText": [ + "new CanvasFilter(filters)" + ], + "localLinkingText": [], + "type": "constructor", + "for": [ + "CanvasFilter" + ], + "access": "public", + "informative": false, + "heading": { + "id": "filters", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#filters", + "title": "Filters", + "number": "4.12.5.1.19" + }, + "definedIn": "prose" + }, { "id": "drawing-model", "href": "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model", diff --git a/tr/dfns/mediacapture-streams.json b/tr/dfns/mediacapture-streams.json index e5387673e956..32ef48f133ff 100644 --- a/tr/dfns/mediacapture-streams.json +++ b/tr/dfns/mediacapture-streams.json @@ -702,7 +702,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "mediastreamtrack", diff --git a/tr/dfns/mediaqueries-5.json b/tr/dfns/mediaqueries-5.json index 14a45812a09e..ebb67b399514 100644 --- a/tr/dfns/mediaqueries-5.json +++ b/tr/dfns/mediaqueries-5.json @@ -98,7 +98,7 @@ "heading": { "id": "mq-only", "href": "https://www.w3.org/TR/mediaqueries-5/#mq-only", - "title": "Hiding a Media Query From Legacy User Agents: the only keyword", + "title": "Hiding a Media Query From Legacy user agents: the only keyword", "number": "2.2.2" }, "definedIn": "prose" @@ -1139,6 +1139,172 @@ }, "definedIn": "dt" }, + { + "id": "descdef-media-horizontal-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-horizontal-viewport-segments", + "linkingText": [ + "horizontal-viewport-segments" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@media" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mf-horizontal-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#mf-horizontal-viewport-segments", + "title": "Horizontal Viewport Segments: the horizontal-viewport-segments feature", + "number": "4.7" + }, + "definedIn": "table" + }, + { + "id": "descdef-media-vertical-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-vertical-viewport-segments", + "linkingText": [ + "vertical-viewport-segments" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@media" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mf-vertical-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#mf-vertical-viewport-segments", + "title": "Vertical Viewport Segments: the vertical-viewport-segments feature", + "number": "4.8" + }, + "definedIn": "table" + }, + { + "id": "descdef-media-display-mode", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-display-mode", + "linkingText": [ + "display-mode" + ], + "localLinkingText": [], + "type": "descriptor", + "for": [ + "@media" + ], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "table" + }, + { + "id": "display-mode", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-mode", + "linkingText": [ + "display mode" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "prose" + }, + { + "id": "display-mode-fullscreen", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-mode-fullscreen", + "linkingText": [ + "fullscreen" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "display mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "dt" + }, + { + "id": "display-mode-standalone", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-mode-standalone", + "linkingText": [ + "standalone" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "display mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "dt" + }, + { + "id": "display-mode-minimal-ui", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-mode-minimal-ui", + "linkingText": [ + "minimal-ui" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "display mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "dt" + }, + { + "id": "display-mode-browser", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-mode-browser", + "linkingText": [ + "browser" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "display mode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, + "definedIn": "dt" + }, { "id": "descdef-media-resolution", "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-resolution", @@ -1995,10 +2161,10 @@ "definedIn": "table" }, { - "id": "descdef-media-video-color-gamut", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-color-gamut", + "id": "descdef-media-nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-nav-controls", "linkingText": [ - "video-color-gamut" + "nav-controls" ], "localLinkingText": [], "type": "descriptor", @@ -2008,60 +2174,79 @@ "access": "public", "informative": false, "heading": { - "id": "video-color-gamut", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-color-gamut", - "title": "Video Color Display Quality: the video-color-gamut feature", - "number": "8.1" + "id": "nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "title": "Detecting UA-supplied navigation controls: the nav-controls feature", + "number": "7.4" }, "definedIn": "table" }, { - "id": "descdef-media-video-dynamic-range", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-dynamic-range", + "id": "obviously-discoverable", + "href": "https://www.w3.org/TR/mediaqueries-5/#obviously-discoverable", "linkingText": [ - "video-dynamic-range" + "obviously discoverable" ], "localLinkingText": [], - "type": "descriptor", + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "title": "Detecting UA-supplied navigation controls: the nav-controls feature", + "number": "7.4" + }, + "definedIn": "prose" + }, + { + "id": "valdef-media-nav-controls-none", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-nav-controls-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", "for": [ - "@media" + "@media/nav-controls" ], "access": "public", "informative": false, "heading": { - "id": "video-dynamic-range", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-dynamic-range", - "title": "Video Dynamic Range: the video-dynamic-range feature", - "number": "8.2" + "id": "nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "title": "Detecting UA-supplied navigation controls: the nav-controls feature", + "number": "7.4" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "descdef-media-video-width", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-width", + "id": "valdef-media-nav-controls-back", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-nav-controls-back", "linkingText": [ - "video-width" + "back" ], "localLinkingText": [], - "type": "descriptor", + "type": "value", "for": [ - "@media" + "@media/nav-controls" ], "access": "public", "informative": false, "heading": { - "id": "video-width", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-width", - "title": "Video-Width: the video-width feature", - "number": "8.3" + "id": "nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "title": "Detecting UA-supplied navigation controls: the nav-controls feature", + "number": "7.4" }, - "definedIn": "table" + "definedIn": "dt" }, { - "id": "descdef-media-video-height", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-height", + "id": "descdef-media-video-color-gamut", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-color-gamut", "linkingText": [ - "video-height" + "video-color-gamut" ], "localLinkingText": [], "type": "descriptor", @@ -2071,18 +2256,18 @@ "access": "public", "informative": false, "heading": { - "id": "video-height", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-height", - "title": "Video-Height: the video-height feature", - "number": "8.4" + "id": "video-color-gamut", + "href": "https://www.w3.org/TR/mediaqueries-5/#video-color-gamut", + "title": "Video Color Display Quality: the video-color-gamut feature", + "number": "8.1" }, "definedIn": "table" }, { - "id": "descdef-media-video-resolution", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-resolution", + "id": "descdef-media-video-dynamic-range", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-dynamic-range", "linkingText": [ - "video-resolution" + "video-dynamic-range" ], "localLinkingText": [], "type": "descriptor", @@ -2092,10 +2277,10 @@ "access": "public", "informative": false, "heading": { - "id": "video-resolution", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-resolution", - "title": "Video Display Resolution: the video-resolution feature", - "number": "8.5" + "id": "video-dynamic-range", + "href": "https://www.w3.org/TR/mediaqueries-5/#video-dynamic-range", + "title": "Video Dynamic Range: the video-dynamic-range feature", + "number": "8.2" }, "definedIn": "table" }, @@ -2428,10 +2613,10 @@ "definedIn": "dt" }, { - "id": "valdef-media-prefers-contrast-high", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-high", + "id": "valdef-media-prefers-contrast-less", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-less", "linkingText": [ - "high" + "less" ], "localLinkingText": [], "type": "value", @@ -2449,10 +2634,10 @@ "definedIn": "dt" }, { - "id": "valdef-media-prefers-contrast-low", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-low", + "id": "valdef-media-prefers-contrast-more", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-more", "linkingText": [ - "low" + "more" ], "localLinkingText": [], "type": "value", @@ -2470,10 +2655,10 @@ "definedIn": "dt" }, { - "id": "valdef-media-prefers-contrast-forced", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-forced", + "id": "valdef-media-prefers-contrast-custom", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-custom", "linkingText": [ - "forced" + "custom" ], "localLinkingText": [], "type": "value", @@ -2491,10 +2676,10 @@ "definedIn": "dt" }, { - "id": "descdef-media-prefers-color-scheme", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-color-scheme", + "id": "descdef-media-forced-colors", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-forced-colors", "linkingText": [ - "prefers-color-scheme" + "forced-colors" ], "localLinkingText": [], "type": "descriptor", @@ -2504,60 +2689,60 @@ "access": "public", "informative": false, "heading": { - "id": "prefers-color-scheme", - "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", - "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", + "id": "forced-colors", + "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", + "title": "Detecting Forced Colors Mode: the forced-colors feature", "number": "11.4" }, "definedIn": "table" }, { - "id": "valdef-media-prefers-color-scheme-light", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-light", + "id": "valdef-media-forced-colors-active", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-forced-colors-active", "linkingText": [ - "light" + "active" ], "localLinkingText": [], "type": "value", "for": [ - "@media/prefers-color-scheme" + "@media/forced-colors" ], "access": "public", "informative": false, "heading": { - "id": "prefers-color-scheme", - "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", - "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", + "id": "forced-colors", + "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", + "title": "Detecting Forced Colors Mode: the forced-colors feature", "number": "11.4" }, "definedIn": "dt" }, { - "id": "valdef-media-prefers-color-scheme-dark", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-dark", + "id": "valdef-media-forced-colors-none", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-forced-colors-none", "linkingText": [ - "dark" + "none" ], "localLinkingText": [], "type": "value", "for": [ - "@media/prefers-color-scheme" + "@media/forced-colors" ], "access": "public", "informative": false, "heading": { - "id": "prefers-color-scheme", - "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", - "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", + "id": "forced-colors", + "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", + "title": "Detecting Forced Colors Mode: the forced-colors feature", "number": "11.4" }, "definedIn": "dt" }, { - "id": "descdef-media-forced-colors", - "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-forced-colors", + "id": "descdef-media-prefers-color-scheme", + "href": "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-color-scheme", "linkingText": [ - "forced-colors" + "prefers-color-scheme" ], "localLinkingText": [], "type": "descriptor", @@ -2567,18 +2752,18 @@ "access": "public", "informative": false, "heading": { - "id": "forced-colors", - "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", - "title": "Detecting a forced color palette: the forced-colors feature", + "id": "prefers-color-scheme", + "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", + "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", "number": "11.5" }, "definedIn": "table" }, { - "id": "valdef-media-prefers-color-scheme-none", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-none", + "id": "valdef-media-prefers-color-scheme-light", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-light", "linkingText": [ - "none" + "light" ], "localLinkingText": [], "type": "value", @@ -2588,18 +2773,18 @@ "access": "public", "informative": false, "heading": { - "id": "forced-colors", - "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", - "title": "Detecting a forced color palette: the forced-colors feature", + "id": "prefers-color-scheme", + "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", + "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", "number": "11.5" }, "definedIn": "dt" }, { - "id": "valdef-media-prefers-color-scheme-active", - "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-active", + "id": "valdef-media-prefers-color-scheme-dark", + "href": "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-dark", "linkingText": [ - "active" + "dark" ], "localLinkingText": [], "type": "value", @@ -2609,9 +2794,9 @@ "access": "public", "informative": false, "heading": { - "id": "forced-colors", - "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", - "title": "Detecting a forced color palette: the forced-colors feature", + "id": "prefers-color-scheme", + "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", + "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", "number": "11.5" }, "definedIn": "dt" diff --git a/tr/dfns/priority-hints.json b/tr/dfns/priority-hints.json new file mode 100644 index 000000000000..f2d47f700e91 --- /dev/null +++ b/tr/dfns/priority-hints.json @@ -0,0 +1,292 @@ +{ + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "dfns": [ + { + "id": "importance-enum", + "href": "https://wicg.github.io/priority-hints/#importance-enum", + "linkingText": [ + "Importance enum" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-importance", + "href": "https://wicg.github.io/priority-hints/#enumdef-importance", + "linkingText": [ + "Importance" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-importance-high", + "href": "https://wicg.github.io/priority-hints/#dom-importance-high", + "linkingText": [ + "\"high\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "Importance" + ], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-importance-low", + "href": "https://wicg.github.io/priority-hints/#dom-importance-low", + "linkingText": [ + "\"low\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "Importance" + ], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-importance-auto", + "href": "https://wicg.github.io/priority-hints/#dom-importance-auto", + "linkingText": [ + "\"auto\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "Importance" + ], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "pre" + }, + { + "id": "importance-enum-high", + "href": "https://wicg.github.io/priority-hints/#importance-enum-high", + "linkingText": [ + "high" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "importance-enum-low", + "href": "https://wicg.github.io/priority-hints/#importance-enum-low", + "linkingText": [ + "low" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "importance-enum-auto", + "href": "https://wicg.github.io/priority-hints/#importance-enum-auto", + "linkingText": [ + "auto" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "title": "Definitions", + "number": "3.1" + }, + "definedIn": "table" + }, + { + "id": "dom-request-importance", + "href": "https://wicg.github.io/priority-hints/#dom-request-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "Request" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetch-integration", + "href": "https://wicg.github.io/priority-hints/#fetch-integration", + "title": "Fetch Integration", + "number": "3.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-requestinit-importance", + "href": "https://wicg.github.io/priority-hints/#dom-requestinit-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "RequestInit" + ], + "access": "public", + "informative": false, + "heading": { + "id": "fetch-integration", + "href": "https://wicg.github.io/priority-hints/#fetch-integration", + "title": "Fetch Integration", + "number": "3.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-htmlimageelement-importance", + "href": "https://wicg.github.io/priority-hints/#dom-htmlimageelement-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLImageElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "img", + "href": "https://wicg.github.io/priority-hints/#img", + "title": "img", + "number": "3.3.1" + }, + "definedIn": "pre" + }, + { + "id": "dom-htmllinkelement-importance", + "href": "https://wicg.github.io/priority-hints/#dom-htmllinkelement-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLLinkElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "link", + "href": "https://wicg.github.io/priority-hints/#link", + "title": "link", + "number": "3.3.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-htmlscriptelement-importance", + "href": "https://wicg.github.io/priority-hints/#dom-htmlscriptelement-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLScriptElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "script", + "href": "https://wicg.github.io/priority-hints/#script", + "title": "script", + "number": "3.3.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-htmliframeelement-importance", + "href": "https://wicg.github.io/priority-hints/#dom-htmliframeelement-importance", + "linkingText": [ + "importance" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "HTMLIFrameElement" + ], + "access": "public", + "informative": false, + "heading": { + "id": "iframe", + "href": "https://wicg.github.io/priority-hints/#iframe", + "title": "iframe", + "number": "3.3.4" + }, + "definedIn": "pre" + } + ] +} \ No newline at end of file diff --git a/tr/headings/appmanifest.json b/tr/headings/appmanifest.json index 764d9f9c736d..f863cb9b7939 100644 --- a/tr/headings/appmanifest.json +++ b/tr/headings/appmanifest.json @@ -10,6 +10,18 @@ "level": 1, "title": "Web Application Manifest" }, + { + "id": "abstract", + "href": "https://www.w3.org/TR/appmanifest/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "sotd", + "href": "https://www.w3.org/TR/appmanifest/#sotd", + "level": 2, + "title": "Status of This Document" + }, { "id": "toc", "href": "https://www.w3.org/TR/appmanifest/#toc", @@ -441,26 +453,12 @@ "number": "6.2" }, { - "id": "display-modes", - "href": "https://www.w3.org/TR/appmanifest/#display-modes", + "id": "choosing-a-display-mode", + "href": "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", "level": 2, - "title": "Display modes", + "title": "Choosing a display mode", "number": "7" }, - { - "id": "the-display-mode-media-feature", - "href": "https://www.w3.org/TR/appmanifest/#the-display-mode-media-feature", - "level": 3, - "title": "The 'display-mode' media feature", - "number": "7.1" - }, - { - "id": "examples-0", - "href": "https://www.w3.org/TR/appmanifest/#examples-0", - "level": 4, - "title": "Examples", - "number": "7.1.1" - }, { "id": "priv-sec", "href": "https://www.w3.org/TR/appmanifest/#priv-sec", diff --git a/tr/headings/close-watcher.json b/tr/headings/close-watcher.json index 7d35d5b4d2cd..b7d6e16ef5b9 100644 --- a/tr/headings/close-watcher.json +++ b/tr/headings/close-watcher.json @@ -70,6 +70,27 @@ "title": "The dialog element", "number": "2.2" }, + { + "id": "security-and-privacy", + "href": "https://wicg.github.io/close-watcher/#security-and-privacy", + "level": 2, + "title": "Security and privacy considerations", + "number": "3" + }, + { + "id": "security", + "href": "https://wicg.github.io/close-watcher/#security", + "level": 3, + "title": "Security considerations", + "number": "3.1" + }, + { + "id": "privacy", + "href": "https://wicg.github.io/close-watcher/#privacy", + "level": 3, + "title": "Privacy considerations", + "number": "3.2" + }, { "id": "index", "href": "https://wicg.github.io/close-watcher/#index", diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index 29a78878efd9..a17cae18d5c8 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -127,10 +127,10 @@ "number": "4.2.4" }, { - "id": "the-computepressureobserverupdate-dictionary", - "href": "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", + "id": "the-computepressureentry-dictionary", + "href": "https://wicg.github.io/compute-pressure/#the-computepressureentry-dictionary", "level": 3, - "title": "The ComputePressureObserverUpdate dictionary", + "title": "The ComputePressureEntry dictionary", "number": "4.3" }, { @@ -182,12 +182,26 @@ "title": "Processing Model", "number": "4.5" }, + { + "id": "handle-cpu-frequency", + "href": "https://wicg.github.io/compute-pressure/#handle-cpu-frequency", + "level": 4, + "title": "Normalize and aggregate CPU frequency", + "number": "4.5.1" + }, + { + "id": "create-entry", + "href": "https://wicg.github.io/compute-pressure/#create-entry", + "level": 4, + "title": "Create and populate a ComputePressureEntry", + "number": "4.5.2" + }, { "id": "notify-observers", "href": "https://wicg.github.io/compute-pressure/#notify-observers", "level": 4, "title": "Notify Compute Pressure Observers", - "number": "4.5.1" + "number": "4.5.3" }, { "id": "security-and-privacy-considerations", diff --git a/tr/headings/css-color-4.json b/tr/headings/css-color-4.json index 2a43e75ab41c..70e94dbf5d78 100644 --- a/tr/headings/css-color-4.json +++ b/tr/headings/css-color-4.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Color Module Level 4" }, - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/css-color-4/#profile-and-date", - "level": 2, - "title": "W3C Working Draft, 1 June 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-color-4/#abstract", @@ -83,117 +77,131 @@ "title": "The syntax", "number": "4.2" }, + { + "id": "missing", + "href": "https://www.w3.org/TR/css-color-4/#missing", + "level": 3, + "title": "\"Missing\"/none Color Components", + "number": "4.3" + }, + { + "id": "powerless", + "href": "https://www.w3.org/TR/css-color-4/#powerless", + "level": 4, + "title": "\"Powerless\" Color Components", + "number": "4.3.1" + }, { "id": "notes", "href": "https://www.w3.org/TR/css-color-4/#notes", "level": 3, "title": "Accessibility and Conveying Information By Color", - "number": "4.3" + "number": "4.4" }, { "id": "tagged-images", "href": "https://www.w3.org/TR/css-color-4/#tagged-images", "level": 3, "title": "Color Space of Tagged Images", - "number": "4.4" + "number": "4.5" }, { "id": "untagged", "href": "https://www.w3.org/TR/css-color-4/#untagged", "level": 3, "title": "Color Spaces of Untagged Colors", - "number": "4.5" + "number": "4.6" }, { "id": "resolving-color-values", "href": "https://www.w3.org/TR/css-color-4/#resolving-color-values", "level": 3, "title": "Resolving Values", - "number": "4.6" + "number": "4.7" }, { "id": "resolving-sRGB-values", "href": "https://www.w3.org/TR/css-color-4/#resolving-sRGB-values", "level": 4, "title": "Resolving sRGB values", - "number": "4.6.1" + "number": "4.7.1" }, { "id": "resolving-lab-lch-values", "href": "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", "level": 4, "title": "Resolving Lab and LCH values", - "number": "4.6.2" + "number": "4.7.2" }, { - "id": "resolving-color-function-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", + "id": "resolving-oklab-oklch-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", "level": 4, - "title": "Resolving values of the color() function", - "number": "4.6.3" + "title": "Resolving OKLab and OKLCH values", + "number": "4.7.3" }, { - "id": "resolving-device-cmyk-values", - "href": "https://www.w3.org/TR/css-color-4/#resolving-device-cmyk-values", + "id": "resolving-color-function-values", + "href": "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", "level": 4, - "title": "Resolving device-cmyk values", - "number": "4.6.4" + "title": "Resolving values of the color() function", + "number": "4.7.4" }, { "id": "resolving-other-colors", "href": "https://www.w3.org/TR/css-color-4/#resolving-other-colors", "level": 4, "title": "Resolving other colors", - "number": "4.6.5" + "number": "4.7.5" }, { "id": "serializing-color-values", "href": "https://www.w3.org/TR/css-color-4/#serializing-color-values", "level": 3, "title": "Serializing Values", - "number": "4.7" + "number": "4.8" }, { "id": "serializing-alpha-values", "href": "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", "level": 4, "title": "Serializing alpha values", - "number": "4.7.1" + "number": "4.8.1" }, { "id": "serializing-sRGB-values", "href": "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", "level": 4, "title": "Serializing sRGB values", - "number": "4.7.2" + "number": "4.8.2" }, { "id": "serializing-lab-lch", "href": "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", "level": 4, "title": "Serializing Lab and LCH values", - "number": "4.7.3" + "number": "4.8.3" }, { - "id": "serializing-color-function-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", + "id": "serializing-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", "level": 4, - "title": "Serializing values of the color() function", - "number": "4.7.4" + "title": "Serializing OKLab and OKLCH values", + "number": "4.8.4" }, { - "id": "serializing-device-cmyk-values", - "href": "https://www.w3.org/TR/css-color-4/#serializing-device-cmyk-values", + "id": "serializing-color-function-values", + "href": "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", "level": 4, - "title": "Serializing device-cmyk values", - "number": "4.7.5" + "title": "Serializing values of the color() function", + "number": "4.8.5" }, { "id": "serializing-other-colors", "href": "https://www.w3.org/TR/css-color-4/#serializing-other-colors", "level": 4, "title": "Serializing other colors", - "number": "4.7.6" + "number": "4.8.6" }, { "id": "numeric-srgb", @@ -265,12 +273,19 @@ "title": "Converting HSL colors to sRGB colors", "number": "7.1" }, + { + "id": "rgb-to-hsl", + "href": "https://www.w3.org/TR/css-color-4/#rgb-to-hsl", + "level": 3, + "title": "Converting sRGB colors to HSL colors", + "number": "7.2" + }, { "id": "hsl-examples", "href": "https://www.w3.org/TR/css-color-4/#hsl-examples", "level": 3, "title": "Examples of HSL colors", - "number": "7.2" + "number": "7.3" }, { "id": "the-hwb-notation", @@ -304,200 +319,277 @@ "id": "lab-colors", "href": "https://www.w3.org/TR/css-color-4/#lab-colors", "level": 2, - "title": "Device-independent Colors: Lab and LCH", + "title": "Device-independent Colors: CIE Lab and LCH, OKLab and OKLCH", "number": "9" }, { - "id": "specifying-lab-lch", - "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", + "id": "cie-lab", + "href": "https://www.w3.org/TR/css-color-4/#cie-lab", "level": 3, - "title": "Specifying Lab and LCH: the lab() and lch() functional notations", + "title": "CIE Lab and LCH", "number": "9.1" }, { - "id": "rgb-to-lab", - "href": "https://www.w3.org/TR/css-color-4/#rgb-to-lab", + "id": "ok-lab", + "href": "https://www.w3.org/TR/css-color-4/#ok-lab", "level": 3, - "title": "Converting RGB colors to Lab colors", + "title": "OKLab and OKLCH", "number": "9.2" }, { - "id": "lab-to-rgb", - "href": "https://www.w3.org/TR/css-color-4/#lab-to-rgb", + "id": "specifying-lab-lch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "level": 3, - "title": "Converting Lab colors to RGB colors", + "title": "Specifying Lab and LCH: the lab() and lch() functional notations", "number": "9.3" }, { - "id": "cmyk-to-lab", - "href": "https://www.w3.org/TR/css-color-4/#cmyk-to-lab", + "id": "specifying-oklab-oklch", + "href": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", "level": 3, - "title": "Converting CMYK colors to Lab", + "title": "Specifying OKLab and OKLCH: the oklab() and oklch() functional notations", "number": "9.4" }, - { - "id": "lab-to-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#lab-to-cmyk", - "level": 3, - "title": "Converting Lab colors to CMYK", - "number": "9.5" - }, { "id": "lab-to-lch", "href": "https://www.w3.org/TR/css-color-4/#lab-to-lch", "level": 3, - "title": "Converting Lab colors to LCH colors", - "number": "9.6" + "title": "Converting Lab or OKLab colors to LCH or OKLCH colors", + "number": "9.5" }, { "id": "lch-to-lab", "href": "https://www.w3.org/TR/css-color-4/#lch-to-lab", "level": 3, - "title": "Converting LCH colors to Lab colors", - "number": "9.7" + "title": "Converting LCH or OKLCH colors to Lab or OKLab colors", + "number": "9.6" }, { - "id": "icc-colors", - "href": "https://www.w3.org/TR/css-color-4/#icc-colors", + "id": "predefined", + "href": "https://www.w3.org/TR/css-color-4/#predefined", "level": 2, - "title": "10. Profiled, Device-dependent Colors" + "title": "10. Predefined Color Spaces" }, { "id": "color-function", "href": "https://www.w3.org/TR/css-color-4/#color-function", "level": 3, - "title": "Specifying profiled colors: the color() function", + "title": "Specifying predefined colors: the color() function", "number": "10.1" }, { - "id": "predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined", + "id": "predefined-sRGB", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB", "level": 3, - "title": "Predefined color spaces: srgb, display-p3, a98-rgb, prophoto-rgb, rec2020, and xyz.", + "title": "Predefined sRGB space", "number": "10.2" }, { - "id": "predefined-to-lab", - "href": "https://www.w3.org/TR/css-color-4/#predefined-to-lab", - "level": 4, - "title": "Converting predefined color spaces to Lab", - "number": "10.2.1" + "id": "predefined-sRGB-linear", + "href": "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", + "level": 3, + "title": "Predefined sRGB-linear space", + "number": "10.3" }, { - "id": "lab-to-predefined", - "href": "https://www.w3.org/TR/css-color-4/#lab-to-predefined", - "level": 4, - "title": "Converting Lab to predefined color spaces", - "number": "10.2.2" + "id": "predefined-display-p3", + "href": "https://www.w3.org/TR/css-color-4/#predefined-display-p3", + "level": 3, + "title": "Predefined display-p3 space", + "number": "10.4" }, { - "id": "predefined-to-predefined", - "href": "https://www.w3.org/TR/css-color-4/#predefined-to-predefined", - "level": 4, - "title": "Converting between predefined RGB color spaces", - "number": "10.2.3" + "id": "predefined-a98-rgb", + "href": "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", + "level": 3, + "title": "Predefined a98-rgb space", + "number": "10.5" }, { - "id": "at-profile", - "href": "https://www.w3.org/TR/css-color-4/#at-profile", + "id": "predefined-prophoto-rgb", + "href": "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", "level": 3, - "title": "Specifying a color profile: the @color-profile at-rule", - "number": "10.3" + "title": "Predefined prophoto-rgb space", + "number": "10.6" }, { - "id": "cal-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#cal-cmyk", + "id": "predefined-rec2020", + "href": "https://www.w3.org/TR/css-color-4/#predefined-rec2020", "level": 3, - "title": "CSS and print: using calibrated CMYK and other printed color spaces", - "number": "10.4" + "title": "Predefined rec2020 space", + "number": "10.7" }, { - "id": "device-cmyk", - "href": "https://www.w3.org/TR/css-color-4/#device-cmyk", - "level": 2, - "title": "11. Device-dependent CMYK Colors: the device-cmyk() function" + "id": "predefined-xyz", + "href": "https://www.w3.org/TR/css-color-4/#predefined-xyz", + "level": 3, + "title": "Predefined CIE XYZ space", + "number": "10.8" }, { - "id": "cmyk-rgb", - "href": "https://www.w3.org/TR/css-color-4/#cmyk-rgb", + "id": "predefined-to-lab-oklab", + "href": "https://www.w3.org/TR/css-color-4/#predefined-to-lab-oklab", "level": 3, - "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", - "number": "11.1" + "title": "Converting predefined color spaces to Lab or OKLab", + "number": "10.9" + }, + { + "id": "oklab-lab-to-predefined", + "href": "https://www.w3.org/TR/css-color-4/#oklab-lab-to-predefined", + "level": 3, + "title": "Converting Lab or OKLab to predefined RGB color spaces", + "number": "10.10" + }, + { + "id": "predefined-to-predefined", + "href": "https://www.w3.org/TR/css-color-4/#predefined-to-predefined", + "level": 3, + "title": "Converting between predefined RGB color spaces", + "number": "10.11" }, { "id": "transparency", "href": "https://www.w3.org/TR/css-color-4/#transparency", "level": 2, - "title": "12. Transparency: the opacity property" + "title": "11. Transparency: the opacity property" }, { "id": "alpha", "href": "https://www.w3.org/TR/css-color-4/#alpha", "level": 3, "title": "Simple alpha compositing", - "number": "12.1" + "number": "11.1" }, { "id": "interpolation", "href": "https://www.w3.org/TR/css-color-4/#interpolation", "level": 2, - "title": "13. Interpolation" + "title": "12. Interpolation" }, { "id": "interpolation-space", "href": "https://www.w3.org/TR/css-color-4/#interpolation-space", "level": 3, "title": "Color space for interpolation", - "number": "13.1" + "number": "12.1" }, { "id": "interpolation-alpha", "href": "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "level": 3, "title": "Interpolating with alpha", - "number": "13.2" + "number": "12.2" }, { "id": "hue-interpolation", "href": "https://www.w3.org/TR/css-color-4/#hue-interpolation", "level": 3, "title": "Hue interpolation", - "number": "13.3" + "number": "12.3" }, { "id": "hue-shorter", "href": "https://www.w3.org/TR/css-color-4/#hue-shorter", "level": 4, "title": "shorter", - "number": "13.3.1" + "number": "12.3.1" }, { "id": "hue-longer", "href": "https://www.w3.org/TR/css-color-4/#hue-longer", "level": 4, "title": "longer", - "number": "13.3.2" + "number": "12.3.2" }, { "id": "hue-increasing", "href": "https://www.w3.org/TR/css-color-4/#hue-increasing", "level": 4, "title": "increasing", - "number": "13.3.3" + "number": "12.3.3" }, { "id": "hue-decreasing", "href": "https://www.w3.org/TR/css-color-4/#hue-decreasing", "level": 4, "title": "decreasing", - "number": "13.3.4" + "number": "12.3.4" }, { "id": "hue-specified", "href": "https://www.w3.org/TR/css-color-4/#hue-specified", "level": 4, "title": "specified", - "number": "13.3.5" + "number": "12.3.5" + }, + { + "id": "gamut-mapping", + "href": "https://www.w3.org/TR/css-color-4/#gamut-mapping", + "level": 2, + "title": "13. Gamut Mapping" + }, + { + "id": "gamut-mapping-intro", + "href": "https://www.w3.org/TR/css-color-4/#gamut-mapping-intro", + "level": 3, + "title": "An Introduction to Gamut Mapping", + "number": "13.1" + }, + { + "id": "GM-clip", + "href": "https://www.w3.org/TR/css-color-4/#GM-clip", + "level": 4, + "title": "Clipping", + "number": "13.1.1" + }, + { + "id": "GM-closest", + "href": "https://www.w3.org/TR/css-color-4/#GM-closest", + "level": 4, + "title": "Closest color (MINDE)", + "number": "13.1.2" + }, + { + "id": "GM-chroma", + "href": "https://www.w3.org/TR/css-color-4/#GM-chroma", + "level": 4, + "title": "Chroma reduction", + "number": "13.1.3" + }, + { + "id": "GM-excessive-reduction", + "href": "https://www.w3.org/TR/css-color-4/#GM-excessive-reduction", + "level": 4, + "title": "Excessive chroma reduction", + "number": "13.1.4" + }, + { + "id": "GM-chroma-local-MINDE", + "href": "https://www.w3.org/TR/css-color-4/#GM-chroma-local-MINDE", + "level": 4, + "title": "Chroma reduction with local clipping", + "number": "13.1.5" + }, + { + "id": "GM-hue-curvature", + "href": "https://www.w3.org/TR/css-color-4/#GM-hue-curvature", + "level": 4, + "title": "Deviations from perceptual uniformity: hue curvature", + "number": "13.1.6" + }, + { + "id": "css-gamut-mapping", + "href": "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", + "level": 3, + "title": "CSS Gamut Mapping to an RGB destination", + "number": "13.2" + }, + { + "id": "binsearch", + "href": "https://www.w3.org/TR/css-color-4/#binsearch", + "level": 4, + "title": "Sample pseudocode for the binary search gamut mapping algorithm with local MINDE", + "number": "13.2.1" }, { "id": "sample", @@ -515,7 +607,21 @@ "id": "color-difference-code", "href": "https://www.w3.org/TR/css-color-4/#color-difference-code", "level": 2, - "title": "16. Sample code for ΔE2000 color difference" + "title": "16. Sample code for ΔE2000 and ΔEOK color differences" + }, + { + "id": "color-difference-2000", + "href": "https://www.w3.org/TR/css-color-4/#color-difference-2000", + "level": 3, + "title": "ΔE2000", + "number": "16.1" + }, + { + "id": "color-difference-OK", + "href": "https://www.w3.org/TR/css-color-4/#color-difference-OK", + "level": 3, + "title": "ΔEOK", + "number": "16.2" }, { "id": "deprecated-system-colors", @@ -523,6 +629,12 @@ "level": 2, "title": "Appendix A: Deprecated CSS System Colors" }, + { + "id": "quirky-color", + "href": "https://www.w3.org/TR/css-color-4/#quirky-color", + "level": 2, + "title": "Appendix B: Deprecated Quirky Hex Colors" + }, { "id": "acknowledgments", "href": "https://www.w3.org/TR/css-color-4/#acknowledgments", @@ -535,6 +647,12 @@ "level": 2, "title": "Changes" }, + { + "id": "changes-from-20210601", + "href": "https://www.w3.org/TR/css-color-4/#changes-from-20210601", + "level": 3, + "title": "Changes since the Working Draft of 1 June 2021" + }, { "id": "changes-from-20201112", "href": "https://www.w3.org/TR/css-color-4/#changes-from-20201112", @@ -560,16 +678,22 @@ "title": "Changes from Colors 3" }, { - "id": "priv-sec", - "href": "https://www.w3.org/TR/css-color-4/#priv-sec", + "id": "security", + "href": "https://www.w3.org/TR/css-color-4/#security", + "level": 2, + "title": "17. Security Considerations" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/css-color-4/#privacy", "level": 2, - "title": "17. Security and Privacy Considerations" + "title": "18. Privacy Considerations" }, { "id": "a11y-sec", "href": "https://www.w3.org/TR/css-color-4/#a11y-sec", "level": 2, - "title": "18. Accessibility Considerations" + "title": "19. Accessibility Considerations" }, { "id": "w3c-conformance", @@ -649,12 +773,6 @@ "level": 2, "title": "Property Index" }, - { - "id": "color-profile-descriptor-table", - "href": "https://www.w3.org/TR/css-color-4/#color-profile-descriptor-table", - "level": 3, - "title": "@color-profile Descriptors" - }, { "id": "issues-index", "href": "https://www.w3.org/TR/css-color-4/#issues-index", diff --git a/tr/headings/css-color-5.json b/tr/headings/css-color-5.json index 5f490debcb6a..377a459a0ce7 100644 --- a/tr/headings/css-color-5.json +++ b/tr/headings/css-color-5.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Color Module Level 5" }, - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/css-color-5/#profile-and-date", - "level": 2, - "title": "W3C Working Draft, 22 July 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-color-5/#abstract", @@ -41,138 +35,253 @@ "title": "Introduction", "number": "1" }, - { - "id": "color-spaces", - "href": "https://www.w3.org/TR/css-color-5/#color-spaces", - "level": 2, - "title": "Color Spaces", - "number": "2" - }, { "id": "color-mix", "href": "https://www.w3.org/TR/css-color-5/#color-mix", "level": 2, "title": "Mixing colors: the color-mix() function", - "number": "3" + "number": "2" }, { "id": "colorcontrast", "href": "https://www.w3.org/TR/css-color-5/#colorcontrast", "level": 2, "title": "Selecting the most contrasting color: the color-contrast() function", - "number": "4" + "number": "3" }, { "id": "relative-colors", "href": "https://www.w3.org/TR/css-color-5/#relative-colors", "level": 2, "title": "Relative color syntax", - "number": "5" + "number": "4" }, { "id": "relative-RGB", "href": "https://www.w3.org/TR/css-color-5/#relative-RGB", "level": 3, "title": "Relative RGB colors", - "number": "5.1" + "number": "4.1" }, { "id": "relative-HSL", "href": "https://www.w3.org/TR/css-color-5/#relative-HSL", "level": 3, "title": "Relative HSL colors", - "number": "5.2" + "number": "4.2" }, { "id": "relative-HWB", "href": "https://www.w3.org/TR/css-color-5/#relative-HWB", "level": 3, "title": "Relative HWB colors", - "number": "5.3" + "number": "4.3" }, { "id": "relative-Lab", "href": "https://www.w3.org/TR/css-color-5/#relative-Lab", "level": 3, "title": "Relative Lab colors", - "number": "5.4" + "number": "4.4" + }, + { + "id": "relative-OKLab", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "level": 3, + "title": "Relative OKLab colors", + "number": "4.5" }, { "id": "relative-LCH", "href": "https://www.w3.org/TR/css-color-5/#relative-LCH", "level": 3, "title": "Relative LCH colors", - "number": "5.5" + "number": "4.6" + }, + { + "id": "relative-OKLCH", + "href": "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "level": 3, + "title": "Relative OKLCH colors", + "number": "4.7" + }, + { + "id": "color-function", + "href": "https://www.w3.org/TR/css-color-5/#color-function", + "level": 2, + "title": "Specifying custom color spaces: the color() function", + "number": "5" }, { "id": "relative-color-function", "href": "https://www.w3.org/TR/css-color-5/#relative-color-function", "level": 3, "title": "Relative color-function colors", + "number": "5.1" + }, + { + "id": "custom-color", + "href": "https://www.w3.org/TR/css-color-5/#custom-color", + "level": 3, + "title": "Custom color spaces", + "number": "5.2" + }, + { + "id": "at-profile", + "href": "https://www.w3.org/TR/css-color-5/#at-profile", + "level": 3, + "title": "Specifying a color profile: the @color-profile at-rule", + "number": "5.3" + }, + { + "id": "cal-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#cal-cmyk", + "level": 3, + "title": "CSS and print: using calibrated CMYK and other printed color spaces", + "number": "5.4" + }, + { + "id": "cmyk-to-lab", + "href": "https://www.w3.org/TR/css-color-5/#cmyk-to-lab", + "level": 3, + "title": "Converting CMYK colors to Lab", + "number": "5.5" + }, + { + "id": "lab-to-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#lab-to-cmyk", + "level": 3, + "title": "Converting Lab colors to CMYK", "number": "5.6" }, + { + "id": "device-cmyk", + "href": "https://www.w3.org/TR/css-color-5/#device-cmyk", + "level": 2, + "title": "Uncalibrated CMYK Colors: the device-cmyk() function", + "number": "6" + }, + { + "id": "cmyk-rgb", + "href": "https://www.w3.org/TR/css-color-5/#cmyk-rgb", + "level": 3, + "title": "Naively Converting Between Uncalibrated CMYK and sRGB-Based Colors", + "number": "6.1" + }, + { + "id": "resolving-color-values", + "href": "https://www.w3.org/TR/css-color-5/#resolving-color-values", + "level": 2, + "title": "Resolving Values", + "number": "7" + }, + { + "id": "resolving-contrast", + "href": "https://www.w3.org/TR/css-color-5/#resolving-contrast", + "level": 3, + "title": "Resolving color-contrast() values", + "number": "7.1" + }, + { + "id": "resolving-device-cmyk-values", + "href": "https://www.w3.org/TR/css-color-5/#resolving-device-cmyk-values", + "level": 3, + "title": "Resolving device-cmyk values", + "number": "7.2" + }, { "id": "serial", "href": "https://www.w3.org/TR/css-color-5/#serial", "level": 2, "title": "Serialization", - "number": "6" + "number": "8" }, { "id": "serial-color-mix", "href": "https://www.w3.org/TR/css-color-5/#serial-color-mix", "level": 3, "title": "Serializing color-mix()", - "number": "6.1" + "number": "8.1" }, { "id": "serial-color-contrast", "href": "https://www.w3.org/TR/css-color-5/#serial-color-contrast", "level": 3, "title": "Serializing color-contrast()", - "number": "6.2" + "number": "8.2" }, { "id": "serial-relative-color", "href": "https://www.w3.org/TR/css-color-5/#serial-relative-color", "level": 3, "title": "Serializing relative color functions", - "number": "6.3" + "number": "8.3" }, { - "id": "priv-sec", - "href": "https://www.w3.org/TR/css-color-5/#priv-sec", + "id": "serial-custom-color", + "href": "https://www.w3.org/TR/css-color-5/#serial-custom-color", + "level": 3, + "title": "Serializing custom color-spaces", + "number": "8.4" + }, + { + "id": "serializing-device-cmyk-values", + "href": "https://www.w3.org/TR/css-color-5/#serializing-device-cmyk-values", + "level": 3, + "title": "Serializing device-cmyk values", + "number": "8.5" + }, + { + "id": "sample", + "href": "https://www.w3.org/TR/css-color-5/#sample", "level": 2, - "title": "Security and Privacy Considerations", - "number": "7" + "title": "Default Style Rules", + "number": "9" + }, + { + "id": "security", + "href": "https://www.w3.org/TR/css-color-5/#security", + "level": 2, + "title": "10. Security Considerations" + }, + { + "id": "privacy", + "href": "https://www.w3.org/TR/css-color-5/#privacy", + "level": 2, + "title": "11. Privacy Considerations" }, { "id": "a11y", "href": "https://www.w3.org/TR/css-color-5/#a11y", "level": 2, - "title": "Accessibility Considerations", - "number": "8" + "title": "12. Accessibility Considerations" }, { "id": "changes", "href": "https://www.w3.org/TR/css-color-5/#changes", "level": 2, - "title": "Changes", - "number": "9" + "title": "13. Changes" }, { "id": "changes-20210601", "href": "https://www.w3.org/TR/css-color-5/#changes-20210601", "level": 3, "title": "Since the Working Draft of 1 June 2021", - "number": "9.1" + "number": "13.1" }, { "id": "changes-20200303", "href": "https://www.w3.org/TR/css-color-5/#changes-20200303", "level": 3, "title": "Since the FPWD of 10 June 2020", - "number": "9.2" + "number": "13.2" + }, + { + "id": "changes-from-3", + "href": "https://www.w3.org/TR/css-color-5/#changes-from-3", + "level": 3, + "title": "Changes from Colors 4", + "number": "13.3" }, { "id": "w3c-conformance", @@ -239,6 +348,18 @@ "href": "https://www.w3.org/TR/css-color-5/#normative", "level": 3, "title": "Normative References" + }, + { + "id": "property-index", + "href": "https://www.w3.org/TR/css-color-5/#property-index", + "level": 2, + "title": "Property Index" + }, + { + "id": "color-profile-descriptor-table", + "href": "https://www.w3.org/TR/css-color-5/#color-profile-descriptor-table", + "level": 3, + "title": "@color-profile Descriptors" } ] } \ No newline at end of file diff --git a/tr/headings/css-highlight-api-1.json b/tr/headings/css-highlight-api-1.json index 5d741d67733c..364b25aa9158 100644 --- a/tr/headings/css-highlight-api-1.json +++ b/tr/headings/css-highlight-api-1.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Custom Highlight API Module Level 1" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-highlight-api-1/#subtitle", - "level": 2, - "title": "W3C Working Draft, 8 December 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-highlight-api-1/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-highlight-api-1/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-highlight-api-1/#sotd", "level": 2, "title": "Status of this document" }, @@ -97,26 +91,40 @@ "title": "Applicable Properties", "number": "4.2.1" }, + { + "id": "default-styles", + "href": "https://www.w3.org/TR/css-highlight-api-1/#default-styles", + "level": 4, + "title": "Default Styles", + "number": "4.2.2" + }, { "id": "c-and-h", "href": "https://www.w3.org/TR/css-highlight-api-1/#c-and-h", "level": 4, "title": "Cascading and Inheritance", - "number": "4.2.2" + "number": "4.2.3" }, { "id": "painting", "href": "https://www.w3.org/TR/css-highlight-api-1/#painting", "level": 4, "title": "Painting", - "number": "4.2.3" + "number": "4.2.4" }, { "id": "priorities", "href": "https://www.w3.org/TR/css-highlight-api-1/#priorities", "level": 4, "title": "Priority of Overlapping Highlights", - "number": "4.2.4" + "number": "4.2.5" + }, + { + "id": "highlight-types", + "href": "https://www.w3.org/TR/css-highlight-api-1/#highlight-types", + "level": 4, + "title": "Highlight types", + "number": "4.2.6" }, { "id": "responding-to-changes", @@ -165,38 +173,50 @@ "title": "Appendix C. Changes" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-highlight-api-1/#conformance", + "id": "changes-since-20201208", + "href": "https://www.w3.org/TR/css-highlight-api-1/#changes-since-20201208", + "level": 3, + "title": "Changes since the 8 December 2020 Working Draft" + }, + { + "id": "changes-since-20201022", + "href": "https://www.w3.org/TR/css-highlight-api-1/#changes-since-20201022", + "level": 3, + "title": "Changes since the 22 October 2020 Working Draft" + }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", - "href": "https://www.w3.org/TR/css-highlight-api-1/#conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", - "href": "https://www.w3.org/TR/css-highlight-api-1/#conformance-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", - "href": "https://www.w3.org/TR/css-highlight-api-1/#partial", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/css-highlight-api-1/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", - "href": "https://www.w3.org/TR/css-highlight-api-1/#testing", + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-highlight-api-1/#w3c-testing", "level": 3, "title": "Non-experimental implementations" }, diff --git a/tr/headings/css-paint-api-1.json b/tr/headings/css-paint-api-1.json index 52408a4c41b0..e451469e22f2 100644 --- a/tr/headings/css-paint-api-1.json +++ b/tr/headings/css-paint-api-1.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Painting API Level 1" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-paint-api-1/#subtitle", - "level": 2, - "title": "W3C Candidate Recommendation, 9 August 2018" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-paint-api-1/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-paint-api-1/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-paint-api-1/#sotd", "level": 2, "title": "Status of this document" }, @@ -159,44 +153,44 @@ "title": "11. Changes" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-paint-api-1/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "conventions", - "href": "https://www.w3.org/TR/css-paint-api-1/#conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conformance-classes", - "href": "https://www.w3.org/TR/css-paint-api-1/#conformance-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "partial", - "href": "https://www.w3.org/TR/css-paint-api-1/#partial", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-partial", "level": 3, "title": "Partial implementations" }, { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/css-paint-api-1/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "testing", - "href": "https://www.w3.org/TR/css-paint-api-1/#testing", + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-testing", "level": 3, "title": "Non-experimental implementations" }, { - "id": "cr-exit-criteria", - "href": "https://www.w3.org/TR/css-paint-api-1/#cr-exit-criteria", + "id": "w3c-cr-exit-criteria", + "href": "https://www.w3.org/TR/css-paint-api-1/#w3c-cr-exit-criteria", "level": 3, "title": "CR exit criteria" }, diff --git a/tr/headings/css-position-3.json b/tr/headings/css-position-3.json index efc71f234998..c8f73a17867b 100644 --- a/tr/headings/css-position-3.json +++ b/tr/headings/css-position-3.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Positioned Layout Module Level 3" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-position-3/#subtitle", - "level": 2, - "title": "W3C Working Draft, 19 May 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-position-3/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-position-3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-position-3/#sotd", "level": 2, "title": "Status of this document" }, @@ -243,46 +237,40 @@ "title": "Privacy and Security Considerations" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/css-position-3/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/css-position-3/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", - "href": "https://www.w3.org/TR/css-position-3/#document-conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/css-position-3/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", - "href": "https://www.w3.org/TR/css-position-3/#conform-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/css-position-3/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", - "href": "https://www.w3.org/TR/css-position-3/#conform-responsible", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/css-position-3/#w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" - }, - { - "id": "conform-partial", - "href": "https://www.w3.org/TR/css-position-3/#conform-partial", - "level": 4, - "title": "Partial Implementations" + "title": "Partial implementations" }, { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/css-position-3/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/css-position-3/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "href": "https://www.w3.org/TR/css-position-3/#conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "href": "https://www.w3.org/TR/css-position-3/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/css-sizing-3.json b/tr/headings/css-sizing-3.json index f59b7160066b..f8d5fb409fc4 100644 --- a/tr/headings/css-sizing-3.json +++ b/tr/headings/css-sizing-3.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Box Sizing Module Level 3" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/css-sizing-3/#subtitle", - "level": 2, - "title": "W3C Working Draft, 17 March 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-sizing-3/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-sizing-3/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-sizing-3/#sotd", "level": 2, "title": "Status of this document" }, diff --git a/tr/headings/css-values-4.json b/tr/headings/css-values-4.json index 197fd5769456..792acde6f1e3 100644 --- a/tr/headings/css-values-4.json +++ b/tr/headings/css-values-4.json @@ -10,12 +10,6 @@ "level": 1, "title": "CSS Values and Units Module Level 4" }, - { - "id": "profile-and-date", - "href": "https://www.w3.org/TR/css-values-4/#profile-and-date", - "level": 2, - "title": "W3C Working Draft, 16 October 2021" - }, { "id": "abstract", "href": "https://www.w3.org/TR/css-values-4/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/css-values-4/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/css-values-4/#sotd", "level": 2, "title": "Status of this document" }, @@ -195,6 +189,13 @@ "title": "URL Modifiers", "number": "4.5.3" }, + { + "id": "url-processing", + "href": "https://www.w3.org/TR/css-values-4/#url-processing", + "level": 4, + "title": "URL Processing Model", + "number": "4.5.4" + }, { "id": "numeric-types", "href": "https://www.w3.org/TR/css-values-4/#numeric-types", @@ -283,7 +284,7 @@ "id": "combine-mixed", "href": "https://www.w3.org/TR/css-values-4/#combine-mixed", "level": 4, - "title": "Combination of Percentage and Dimension Mixes", + "title": "Computation and Combination of Percentage and Dimension Mixes", "number": "5.6.1" }, { @@ -440,171 +441,144 @@ "title": "Functional Notations", "number": "9" }, - { - "id": "toggle-notation", - "href": "https://www.w3.org/TR/css-values-4/#toggle-notation", - "level": 3, - "title": "Toggling Between Values: toggle()", - "number": "9.1" - }, - { - "id": "attr-notation", - "href": "https://www.w3.org/TR/css-values-4/#attr-notation", - "level": 2, - "title": "10. Attribute References: the attr() function" - }, - { - "id": "attr-types", - "href": "https://www.w3.org/TR/css-values-4/#attr-types", - "level": 3, - "title": "attr() Types", - "number": "10.1" - }, - { - "id": "attr-substitution", - "href": "https://www.w3.org/TR/css-values-4/#attr-substitution", - "level": 3, - "title": "attr() Substitution", - "number": "10.2" - }, { "id": "math", "href": "https://www.w3.org/TR/css-values-4/#math", "level": 2, - "title": "11. Mathematical Expressions" + "title": "10. Mathematical Expressions" }, { "id": "calc-func", "href": "https://www.w3.org/TR/css-values-4/#calc-func", "level": 3, "title": "Basic Arithmetic: calc()", - "number": "11.1" + "number": "10.1" }, { "id": "comp-func", "href": "https://www.w3.org/TR/css-values-4/#comp-func", "level": 3, "title": "Comparison Functions: min(), max(), and clamp()", - "number": "11.2" + "number": "10.2" }, { "id": "round-func", "href": "https://www.w3.org/TR/css-values-4/#round-func", "level": 3, "title": "Stepped Value Functions: round(), mod(), and rem()", - "number": "11.3" + "number": "10.3" }, { "id": "round-infinities", "href": "https://www.w3.org/TR/css-values-4/#round-infinities", "level": 4, "title": "Argument Ranges", - "number": "11.3.1" + "number": "10.3.1" }, { "id": "trig-funcs", "href": "https://www.w3.org/TR/css-values-4/#trig-funcs", "level": 3, "title": "Trigonometric Functions: sin(), cos(), tan(), asin(), acos(), atan(), and atan2()", - "number": "11.4" + "number": "10.4" }, { "id": "trig-infinities", "href": "https://www.w3.org/TR/css-values-4/#trig-infinities", "level": 4, "title": "Argument Ranges", - "number": "11.4.1" + "number": "10.4.1" }, { "id": "exponent-funcs", "href": "https://www.w3.org/TR/css-values-4/#exponent-funcs", "level": 3, "title": "Exponential Functions: pow(), sqrt(), hypot(), log(), exp()", - "number": "11.5" + "number": "10.5" }, { "id": "exponent-infinities", "href": "https://www.w3.org/TR/css-values-4/#exponent-infinities", "level": 4, "title": "Argument Ranges", - "number": "11.5.1" + "number": "10.5.1" }, { "id": "sign-funcs", "href": "https://www.w3.org/TR/css-values-4/#sign-funcs", "level": 3, "title": "Sign-Related Functions: abs(), sign()", - "number": "11.6" + "number": "10.6" }, { "id": "calc-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-constants", "level": 3, "title": "Numeric Constants: e, pi", - "number": "11.7" + "number": "10.7" }, { "id": "calc-error-constants", "href": "https://www.w3.org/TR/css-values-4/#calc-error-constants", "level": 4, "title": "Degenerate Numeric Constants: infinity, -infinity, NaN", - "number": "11.7.1" + "number": "10.7.1" }, { "id": "calc-syntax", "href": "https://www.w3.org/TR/css-values-4/#calc-syntax", "level": 3, "title": "Syntax", - "number": "11.8" + "number": "10.8" }, { "id": "calc-type-checking", "href": "https://www.w3.org/TR/css-values-4/#calc-type-checking", "level": 3, "title": "Type Checking", - "number": "11.9" + "number": "10.9" }, { "id": "calc-internal", "href": "https://www.w3.org/TR/css-values-4/#calc-internal", "level": 3, "title": "Internal Representation", - "number": "11.10" + "number": "10.10" }, { "id": "calc-simplification", "href": "https://www.w3.org/TR/css-values-4/#calc-simplification", "level": 4, "title": "Simplification", - "number": "11.10.1" + "number": "10.10.1" }, { "id": "calc-computed-value", "href": "https://www.w3.org/TR/css-values-4/#calc-computed-value", "level": 3, "title": "Computed Value", - "number": "11.11" + "number": "10.11" }, { "id": "calc-range", "href": "https://www.w3.org/TR/css-values-4/#calc-range", "level": 3, "title": "Range Checking", - "number": "11.12" + "number": "10.12" }, { "id": "calc-serialize", "href": "https://www.w3.org/TR/css-values-4/#calc-serialize", "level": 3, "title": "Serialization", - "number": "11.13" + "number": "10.13" }, { "id": "combine-math", "href": "https://www.w3.org/TR/css-values-4/#combine-math", "level": 3, "title": "Combination of Math Functions", - "number": "11.14" + "number": "10.14" }, { "id": "iana", diff --git a/tr/headings/ecma-402.json b/tr/headings/ecma-402.json index be122eb52a44..33fd720a8b18 100644 --- a/tr/headings/ecma-402.json +++ b/tr/headings/ecma-402.json @@ -138,7 +138,7 @@ }, { "id": "sec-canonicalizetimezonename", - "title": "CanonicalizeTimeZoneName", + "title": "CanonicalizeTimeZoneName ( timeZone )", "level": 3, "number": "6.4.2" }, diff --git a/tr/headings/event-timing.json b/tr/headings/event-timing.json index 6691ec4dd7a7..f15c099e9ea8 100644 --- a/tr/headings/event-timing.json +++ b/tr/headings/event-timing.json @@ -10,12 +10,6 @@ "level": 1, "title": "Event Timing API" }, - { - "id": "profile-and-date", - "href": "https://wicg.github.io/event-timing/#profile-and-date", - "level": 2, - "title": "Draft Community Group Report, 28 October 2021" - }, { "id": "abstract", "href": "https://wicg.github.io/event-timing/#abstract", @@ -76,12 +70,19 @@ "title": "EventCounts interface", "number": "2.2" }, + { + "id": "sec-interaction-counts", + "href": "https://wicg.github.io/event-timing/#sec-interaction-counts", + "level": 3, + "title": "InteractionCounts interface", + "number": "2.3" + }, { "id": "sec-extensions", "href": "https://wicg.github.io/event-timing/#sec-extensions", "level": 3, "title": "Extensions to the Performance interface", - "number": "2.3" + "number": "2.4" }, { "id": "sec-processing-model", @@ -118,33 +119,40 @@ "title": "Should add PerformanceEventTiming", "number": "3.4" }, + { + "id": "sec-increasing-interaction-count", + "href": "https://wicg.github.io/event-timing/#sec-increasing-interaction-count", + "level": 3, + "title": "Increasing interaction count", + "number": "3.5" + }, { "id": "sec-computing-interactionid", "href": "https://wicg.github.io/event-timing/#sec-computing-interactionid", "level": 3, "title": "Computing interactionId", - "number": "3.5" + "number": "3.6" }, { "id": "sec-init-event-timing", "href": "https://wicg.github.io/event-timing/#sec-init-event-timing", "level": 3, "title": "Initialize event timing", - "number": "3.6" + "number": "3.7" }, { "id": "sec-fin-event-timing", "href": "https://wicg.github.io/event-timing/#sec-fin-event-timing", "level": 3, "title": "Finalize event timing", - "number": "3.7" + "number": "3.8" }, { "id": "sec-dispatch-pending", "href": "https://wicg.github.io/event-timing/#sec-dispatch-pending", "level": 3, "title": "Dispatch pending Event Timing entries", - "number": "3.8" + "number": "3.9" }, { "id": "priv-sec", diff --git a/tr/headings/fetch.json b/tr/headings/fetch.json index a38f2e90548e..82abdf6f7a09 100644 --- a/tr/headings/fetch.json +++ b/tr/headings/fetch.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://fetch.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 2 December 2021" + "title": "Living Standard — Last Updated 13 December 2021" }, { "id": "abstract", diff --git a/tr/headings/html.json b/tr/headings/html.json index c3c741022862..3d2d726d47e4 100644 --- a/tr/headings/html.json +++ b/tr/headings/html.json @@ -8,7 +8,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "table-of-contents", @@ -26,7 +26,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/introduction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "introduction", @@ -199,7 +199,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "infrastructure", @@ -302,7 +302,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "common-microsyntaxes", @@ -504,7 +504,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "urls", @@ -594,7 +594,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "common-dom-interfaces", @@ -656,7 +656,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/structured-data.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "safe-passing-of-structured-data", @@ -739,7 +739,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dom.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "dom", @@ -1017,7 +1017,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "semantics", @@ -1162,7 +1162,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/sections.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "sections", @@ -1287,7 +1287,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/grouping-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "grouping-content", @@ -1405,7 +1405,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "text-level-semantics", @@ -1621,7 +1621,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/links.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "links", @@ -1879,7 +1879,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/edits.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "edits", @@ -1934,7 +1934,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "embedded-content", @@ -1968,7 +1968,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/images.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "images", @@ -2219,7 +2219,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-iframe-element", @@ -2253,7 +2253,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/media.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-video-element", @@ -2483,7 +2483,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/image-maps.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-map-element", @@ -2524,7 +2524,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "mathml", @@ -2551,7 +2551,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/tables.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "tables", @@ -2683,7 +2683,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/forms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "forms", @@ -2780,7 +2780,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/input.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-input-element", @@ -3045,7 +3045,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-button-element", @@ -3128,7 +3128,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "form-control-infrastructure", @@ -3365,7 +3365,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interactive-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "interactive-elements", @@ -3455,7 +3455,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/scripting.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "scripting-3", @@ -3538,7 +3538,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/canvas.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-canvas-element", @@ -3782,7 +3782,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/custom-elements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "custom-elements", @@ -3914,7 +3914,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/semantics-other.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "common-idioms", @@ -3990,7 +3990,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/microdata.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "microdata", @@ -4170,7 +4170,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/interaction.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "editing", @@ -4413,7 +4413,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dnd.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "dnd", @@ -4496,7 +4496,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "browsers", @@ -4634,7 +4634,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/window-object.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-window-object", @@ -4773,7 +4773,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/origin.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "origin", @@ -4870,7 +4870,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/history.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "history", @@ -4988,7 +4988,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "browsing-the-web", @@ -5141,7 +5141,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webappapis.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "webappapis", @@ -5496,7 +5496,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "dynamic-markup-insertion", @@ -5544,7 +5544,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "timers", @@ -5585,7 +5585,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/system-state.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "system-state-and-capabilities", @@ -5654,7 +5654,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "images-2", @@ -5674,7 +5674,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/comms.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "comms", @@ -5693,7 +5693,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/server-sent-events.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "server-sent-events", @@ -5776,7 +5776,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-sockets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "network", @@ -5831,7 +5831,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "web-messaging", @@ -5949,7 +5949,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/workers.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "workers", @@ -6185,7 +6185,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/worklets.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "worklets", @@ -6295,7 +6295,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/webstorage.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "webstorage", @@ -6398,7 +6398,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/syntax.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "syntax", @@ -6508,7 +6508,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/parsing.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "parsing", @@ -7473,7 +7473,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/named-characters.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "named-character-references", @@ -7486,7 +7486,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/xhtml.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "the-xhtml-syntax", @@ -7526,7 +7526,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/rendering.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "rendering", @@ -7853,7 +7853,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/obsolete.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "obsolete", @@ -7914,7 +7914,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/iana.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "iana", @@ -7975,7 +7975,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/indices.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "index", @@ -8035,7 +8035,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/references.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "references", @@ -8047,7 +8047,7 @@ "id": "living-standard", "href": "https://html.spec.whatwg.org/multipage/acknowledgements.html#living-standard", "level": 2, - "title": "Living Standard — Last Updated 8 December 2021" + "title": "Living Standard — Last Updated 14 December 2021" }, { "id": "acknowledgments", diff --git a/tr/headings/mediaqueries-5.json b/tr/headings/mediaqueries-5.json index b4c399b6a2cb..f06dfff22f95 100644 --- a/tr/headings/mediaqueries-5.json +++ b/tr/headings/mediaqueries-5.json @@ -10,12 +10,6 @@ "level": 1, "title": "Media Queries Level 5" }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/mediaqueries-5/#subtitle", - "level": 2, - "title": "W3C Working Draft, 31 July 2020" - }, { "id": "abstract", "href": "https://www.w3.org/TR/mediaqueries-5/#abstract", @@ -23,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/mediaqueries-5/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/mediaqueries-5/#sotd", "level": 2, "title": "Status of this document" }, @@ -101,7 +95,7 @@ "id": "mq-only", "href": "https://www.w3.org/TR/mediaqueries-5/#mq-only", "level": 4, - "title": "Hiding a Media Query From Legacy User Agents: the only keyword", + "title": "Hiding a Media Query From Legacy user agents: the only keyword", "number": "2.2.2" }, { @@ -223,6 +217,27 @@ "title": "Inline-Axis Overflow: the overflow-inline feature", "number": "4.6" }, + { + "id": "mf-horizontal-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#mf-horizontal-viewport-segments", + "level": 3, + "title": "Horizontal Viewport Segments: the horizontal-viewport-segments feature", + "number": "4.7" + }, + { + "id": "mf-vertical-viewport-segments", + "href": "https://www.w3.org/TR/mediaqueries-5/#mf-vertical-viewport-segments", + "level": 3, + "title": "Vertical Viewport Segments: the vertical-viewport-segments feature", + "number": "4.8" + }, + { + "id": "display-modes", + "href": "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "level": 3, + "title": "Display Modes: the display-mode media feature", + "number": "4.9" + }, { "id": "mf-display-quality", "href": "https://www.w3.org/TR/mediaqueries-5/#mf-display-quality", @@ -349,6 +364,13 @@ "title": "All Available Interaction Capabilities: the any-pointer and any-hover features", "number": "7.3" }, + { + "id": "nav-controls", + "href": "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "level": 3, + "title": "Detecting UA-supplied navigation controls: the nav-controls feature", + "number": "7.4" + }, { "id": "video-prefixed-features", "href": "https://www.w3.org/TR/mediaqueries-5/#video-prefixed-features", @@ -370,27 +392,6 @@ "title": "Video Dynamic Range: the video-dynamic-range feature", "number": "8.2" }, - { - "id": "video-width", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-width", - "level": 3, - "title": "Video-Width: the video-width feature", - "number": "8.3" - }, - { - "id": "video-height", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-height", - "level": 3, - "title": "Video-Height: the video-height feature", - "number": "8.4" - }, - { - "id": "video-resolution", - "href": "https://www.w3.org/TR/mediaqueries-5/#video-resolution", - "level": 3, - "title": "Video Display Resolution: the video-resolution feature", - "number": "8.5" - }, { "id": "mf-scripting", "href": "https://www.w3.org/TR/mediaqueries-5/#mf-scripting", @@ -446,17 +447,17 @@ "number": "11.3" }, { - "id": "prefers-color-scheme", - "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", + "id": "forced-colors", + "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", "level": 3, - "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", + "title": "Detecting Forced Colors Mode: the forced-colors feature", "number": "11.4" }, { - "id": "forced-colors", - "href": "https://www.w3.org/TR/mediaqueries-5/#forced-colors", + "id": "prefers-color-scheme", + "href": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", "level": 3, - "title": "Detecting a forced color palette: the forced-colors feature", + "title": "Detecting the desire for light or dark color schemes: the prefers-color-scheme feature", "number": "11.5" }, { @@ -497,12 +498,24 @@ "level": 3, "title": "device-aspect-ratio" }, + { + "id": "priv-sec", + "href": "https://www.w3.org/TR/mediaqueries-5/#priv-sec", + "level": 2, + "title": "Appendix B: Privacy and Security Considerations" + }, { "id": "changes", "href": "https://www.w3.org/TR/mediaqueries-5/#changes", "level": 2, "title": "Changes" }, + { + "id": "changes-since-2020-07-31", + "href": "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-07-31", + "level": 3, + "title": "Changes Since the 2020-07-31 Working Draft" + }, { "id": "changes-since-2020-07-15", "href": "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-07-15", @@ -540,46 +553,40 @@ "title": "Acknowledgments" }, { - "id": "conformance", - "href": "https://www.w3.org/TR/mediaqueries-5/#conformance", + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-conformance", "level": 2, "title": "Conformance" }, { - "id": "document-conventions", - "href": "https://www.w3.org/TR/mediaqueries-5/#document-conventions", + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-conventions", "level": 3, "title": "Document conventions" }, { - "id": "conform-classes", - "href": "https://www.w3.org/TR/mediaqueries-5/#conform-classes", + "id": "w3c-conformance-classes", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-conformance-classes", "level": 3, "title": "Conformance classes" }, { - "id": "conform-responsible", - "href": "https://www.w3.org/TR/mediaqueries-5/#conform-responsible", + "id": "w3c-partial", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-partial", "level": 3, - "title": "Requirements for Responsible Implementation of CSS" + "title": "Partial implementations" }, { - "id": "conform-partial", - "href": "https://www.w3.org/TR/mediaqueries-5/#conform-partial", - "level": 4, - "title": "Partial Implementations" - }, - { - "id": "conform-future-proofing", - "href": "https://www.w3.org/TR/mediaqueries-5/#conform-future-proofing", + "id": "w3c-conform-future-proofing", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-conform-future-proofing", "level": 4, "title": "Implementations of Unstable and Proprietary Features" }, { - "id": "conform-testing", - "href": "https://www.w3.org/TR/mediaqueries-5/#conform-testing", - "level": 4, - "title": "Implementations of CR-level Features" + "id": "w3c-testing", + "href": "https://www.w3.org/TR/mediaqueries-5/#w3c-testing", + "level": 3, + "title": "Non-experimental implementations" }, { "id": "index", diff --git a/tr/headings/priority-hints.json b/tr/headings/priority-hints.json index e36b5a7ad41d..c358def198b1 100644 --- a/tr/headings/priority-hints.json +++ b/tr/headings/priority-hints.json @@ -10,12 +10,6 @@ "level": 1, "title": "Priority Hints" }, - { - "id": "subtitle", - "href": "https://wicg.github.io/priority-hints/#subtitle", - "level": 2, - "title": "Draft Community Group Report, 16 February 2020" - }, { "id": "abstract", "href": "https://wicg.github.io/priority-hints/#abstract", @@ -48,130 +42,224 @@ "title": "Solution", "number": "2" }, + { + "id": "proposal", + "href": "https://wicg.github.io/priority-hints/#proposal", + "level": 2, + "title": "Proposal", + "number": "3" + }, + { + "id": "definitions", + "href": "https://wicg.github.io/priority-hints/#definitions", + "level": 3, + "title": "Definitions", + "number": "3.1" + }, + { + "id": "fetch-integration", + "href": "https://wicg.github.io/priority-hints/#fetch-integration", + "level": 3, + "title": "Fetch Integration", + "number": "3.2" + }, + { + "id": "fetch-processing-model", + "href": "https://wicg.github.io/priority-hints/#fetch-processing-model", + "level": 4, + "title": "Fetch Processing Model", + "number": "3.2.1" + }, + { + "id": "html-integration", + "href": "https://wicg.github.io/priority-hints/#html-integration", + "level": 3, + "title": "HTML Integration", + "number": "3.3" + }, + { + "id": "img", + "href": "https://wicg.github.io/priority-hints/#img", + "level": 4, + "title": "img", + "number": "3.3.1" + }, + { + "id": "img-processing-model", + "href": "https://wicg.github.io/priority-hints/#img-processing-model", + "level": 5, + "title": "Image Element Processing Model", + "number": "3.3.1.1" + }, + { + "id": "link", + "href": "https://wicg.github.io/priority-hints/#link", + "level": 4, + "title": "link", + "number": "3.3.2" + }, + { + "id": "link-processing-model", + "href": "https://wicg.github.io/priority-hints/#link-processing-model", + "level": 5, + "title": "Link Element Processing Model", + "number": "3.3.2.1" + }, + { + "id": "script", + "href": "https://wicg.github.io/priority-hints/#script", + "level": 4, + "title": "script", + "number": "3.3.3" + }, + { + "id": "script-processing-model", + "href": "https://wicg.github.io/priority-hints/#script-processing-model", + "level": 5, + "title": "Script Element Processing Model", + "number": "3.3.3.1" + }, + { + "id": "iframe", + "href": "https://wicg.github.io/priority-hints/#iframe", + "level": 4, + "title": "iframe", + "number": "3.3.4" + }, + { + "id": "iframe-processing-model", + "href": "https://wicg.github.io/priority-hints/#iframe-processing-model", + "level": 5, + "title": "IFrame Element Processing Model", + "number": "3.3.4.1" + }, { "id": "effects-of-priority-hints", "href": "https://wicg.github.io/priority-hints/#effects-of-priority-hints", "level": 2, "title": "Effects of Priority Hints", - "number": "3" + "number": "4" }, { "id": "examples", "href": "https://wicg.github.io/priority-hints/#examples", "level": 2, "title": "Examples", - "number": "4" + "number": "5" }, { "id": "adoptionpath", "href": "https://wicg.github.io/priority-hints/#adoptionpath", "level": 2, "title": "Adoption path", - "number": "5" + "number": "6" }, { "id": "outofscope", "href": "https://wicg.github.io/priority-hints/#outofscope", "level": 2, "title": "Out of scope", - "number": "6" + "number": "7" }, { "id": "use-cases", "href": "https://wicg.github.io/priority-hints/#use-cases", "level": 2, "title": "Use Cases", - "number": "7" + "number": "8" }, { "id": "communicateresourceimportancetothebrowser", "href": "https://wicg.github.io/priority-hints/#communicateresourceimportancetothebrowser", "level": 3, "title": "Communicate resource importance to the browser", - "number": "7.1" + "number": "8.1" }, { "id": "signalaresourceasnoncritical", "href": "https://wicg.github.io/priority-hints/#signalaresourceasnoncritical", "level": 3, "title": "Signal a resource as non-critical", - "number": "7.2" + "number": "8.2" }, { "id": "avoidbandwidthcontentioninmultipleoriginscenarios", "href": "https://wicg.github.io/priority-hints/#avoidbandwidthcontentioninmultipleoriginscenarios", "level": 3, "title": "Avoid bandwidth contention in multiple origin scenarios", - "number": "7.3" + "number": "8.3" }, { "id": "provideprioritysignalsformarkupbasedresources", "href": "https://wicg.github.io/priority-hints/#provideprioritysignalsformarkupbasedresources", "level": 3, "title": "Provide priority signals for markup-based resources", - "number": "7.4" + "number": "8.4" }, { "id": "provideprioritysignalsfordynamicallyloadedresources", "href": "https://wicg.github.io/priority-hints/#provideprioritysignalsfordynamicallyloadedresources", "level": 3, "title": "Provide priority signals for dynamically loaded resources", - "number": "7.5" - }, - { - "id": "providetheabilitytoreprioritizearesourceinflight", - "href": "https://wicg.github.io/priority-hints/#providetheabilitytoreprioritizearesourceinflight", - "level": 3, - "title": "Provide the ability to re-prioritize a resource in-flight", - "number": "7.6" - }, - { - "id": "downgradepriorityofaniframeanditssubresources", - "href": "https://wicg.github.io/priority-hints/#downgradepriorityofaniframeanditssubresources", - "level": 3, - "title": "Downgrade priority of an iframe and its subresources", - "number": "7.7" + "number": "8.5" }, { "id": "safe-usage", "href": "https://wicg.github.io/priority-hints/#safe-usage", "level": 2, "title": "Safe usage", - "number": "8" + "number": "9" }, { "id": "security_privacy", "href": "https://wicg.github.io/priority-hints/#security_privacy", "level": 2, - "title": "Security and Privacy Considerations", - "number": "9" + "title": "10. Security and Privacy Considerations" }, { "id": "fingerprintability", "href": "https://wicg.github.io/priority-hints/#fingerprintability", "level": 3, "title": "Fingerprintability", - "number": "9.1" + "number": "10.1" }, { "id": "ecosystem", "href": "https://wicg.github.io/priority-hints/#ecosystem", "level": 3, "title": "Negative ecosystem side-effects", - "number": "9.2" + "number": "10.2" }, { - "id": "conformance", - "href": "https://wicg.github.io/priority-hints/#conformance", + "id": "w3c-conformance", + "href": "https://wicg.github.io/priority-hints/#w3c-conformance", "level": 2, "title": "Conformance" }, + { + "id": "w3c-conventions", + "href": "https://wicg.github.io/priority-hints/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://wicg.github.io/priority-hints/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "href": "https://wicg.github.io/priority-hints/#index", "level": 2, "title": "Index" }, + { + "id": "index-defined-here", + "href": "https://wicg.github.io/priority-hints/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, { "id": "index-defined-elsewhere", "href": "https://wicg.github.io/priority-hints/#index-defined-elsewhere", @@ -195,6 +283,12 @@ "href": "https://wicg.github.io/priority-hints/#informative", "level": 3, "title": "Informative References" + }, + { + "id": "idl-index", + "href": "https://wicg.github.io/priority-hints/#idl-index", + "level": 2, + "title": "IDL Index" } ] } \ No newline at end of file diff --git a/tr/headings/streams.json b/tr/headings/streams.json index 89cb5670ef41..1a2a1ca3a2bd 100644 --- a/tr/headings/streams.json +++ b/tr/headings/streams.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://streams.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 1 December 2021" + "title": "Living Standard — Last Updated 16 December 2021" }, { "id": "abstract", diff --git a/tr/headings/tc39-temporal.json b/tr/headings/tc39-temporal.json index d5d558af5303..966e3a7d5678 100644 --- a/tr/headings/tc39-temporal.json +++ b/tr/headings/tc39-temporal.json @@ -3298,281 +3298,275 @@ "level": 2, "number": "13.4" }, - { - "id": "sec-temporal-durationhandlefractions", - "title": "DurationHandleFractions ( fHours, minutes, fMinutes, seconds, milliseconds, microseconds, nanoseconds )", - "level": 2, - "number": "13.5" - }, { "id": "sec-temporal-totemporaloverflow", "title": "ToTemporalOverflow ( normalizedOptions )", "level": 2, - "number": "13.6" + "number": "13.5" }, { "id": "sec-temporal-totemporaldisambiguation", "title": "ToTemporalDisambiguation ( normalizedOptions )", "level": 2, - "number": "13.7" + "number": "13.6" }, { "id": "sec-temporal-totemporalroundingmode", "title": "ToTemporalRoundingMode ( normalizedOptions, fallback )", "level": 2, - "number": "13.8" + "number": "13.7" }, { "id": "sec-temporal-negatetemporalroundingmode", "title": "NegateTemporalRoundingMode ( roundingMode )", "level": 2, - "number": "13.9" + "number": "13.8" }, { "id": "sec-temporal-totemporaloffset", "title": "ToTemporalOffset ( normalizedOptions, fallback )", "level": 2, - "number": "13.10" + "number": "13.9" }, { "id": "sec-temporal-toshowcalendaroption", "title": "ToShowCalendarOption ( normalizedOptions )", "level": 2, - "number": "13.11" + "number": "13.10" }, { "id": "sec-temporal-toshowtimezonenameoption", "title": "ToShowTimeZoneNameOption ( normalizedOptions )", "level": 2, - "number": "13.12" + "number": "13.11" }, { "id": "sec-temporal-toshowoffsetoption", "title": "ToShowOffsetOption ( normalizedOptions )", "level": 2, - "number": "13.13" + "number": "13.12" }, { "id": "sec-temporal-totemporalroundingincrement", "title": "ToTemporalRoundingIncrement ( normalizedOptions, dividend, inclusive )", "level": 2, - "number": "13.14" + "number": "13.13" }, { "id": "sec-temporal-totemporaldatetimeroundingincrement", "title": "ToTemporalDateTimeRoundingIncrement ( normalizedOptions, smallestUnit )", "level": 2, - "number": "13.15" + "number": "13.14" }, { "id": "sec-temporal-tosecondsstringprecision", "title": "ToSecondsStringPrecision ( normalizedOptions )", "level": 2, - "number": "13.16" + "number": "13.15" }, { "id": "sec-temporal-tolargesttemporalunit", "title": "ToLargestTemporalUnit ( normalizedOptions, disallowedUnits, fallback [ , autoValue ] )", "level": 2, - "number": "13.17" + "number": "13.16" }, { "id": "sec-temporal-tosmallesttemporalunit", "title": "ToSmallestTemporalUnit ( normalizedOptions, disallowedUnits, fallback )", "level": 2, - "number": "13.18" + "number": "13.17" }, { "id": "sec-temporal-totemporaldurationtotalunit", "title": "ToTemporalDurationTotalUnit ( normalizedOptions )", "level": 2, - "number": "13.19" + "number": "13.18" }, { "id": "sec-temporal-singular-and-plural-units", "title": "Singular and plural units", "level": 2, - "number": "13.20" + "number": "13.19" }, { "id": "sec-temporal-torelativetemporalobject", "title": "ToRelativeTemporalObject ( options )", "level": 2, - "number": "13.21" + "number": "13.20" }, { "id": "sec-temporal-validatetemporalunitrange", "title": "ValidateTemporalUnitRange ( largestUnit, smallestUnit )", "level": 2, - "number": "13.22" + "number": "13.21" }, { "id": "sec-temporal-largeroftwotemporalunits", "title": "LargerOfTwoTemporalUnits ( u1, u2 )", "level": 2, - "number": "13.23" + "number": "13.22" }, { "id": "sec-temporal-mergelargestunitoption", "title": "MergeLargestUnitOption ( options, largestUnit )", "level": 2, - "number": "13.24" + "number": "13.23" }, { "id": "sec-temporal-maximumtemporaldurationroundingincrement", "title": "MaximumTemporalDurationRoundingIncrement ( unit )", "level": 2, - "number": "13.25" + "number": "13.24" }, { "id": "sec-temporal-rejectobjectwithcalendarortimezone", "title": "RejectObjectWithCalendarOrTimeZone ( object )", "level": 2, - "number": "13.26" + "number": "13.25" }, { "id": "sec-temporal-formatsecondsstringpart", "title": "FormatSecondsStringPart ( second, millisecond, microsecond, nanosecond, precision )", "level": 2, - "number": "13.27" + "number": "13.26" }, { "id": "sec-temporal-sign", "title": "Sign ( n )", "level": 2, - "number": "13.28" + "number": "13.27" }, { "id": "sec-temporal-constraintorange", "title": "ConstrainToRange ( x, minimum, maximum )", "level": 2, - "number": "13.29" + "number": "13.28" }, { "id": "sec-temporal-roundtowardszero", "title": "RoundTowardsZero ( x )", "level": 2, - "number": "13.30" + "number": "13.29" }, { "id": "sec-temporal-roundhalfawayfromzero", "title": "RoundHalfAwayFromZero ( x )", "level": 2, - "number": "13.31" + "number": "13.30" }, { "id": "sec-temporal-roundnumbertoincrement", "title": "RoundNumberToIncrement ( x, increment, roundingMode )", "level": 2, - "number": "13.32" + "number": "13.31" }, { "id": "sec-temporal-iso8601grammar", "title": "ISO 8601 grammar", "level": 2, - "number": "13.33" + "number": "13.32" }, { "id": "sec-temporal-parseisodatetime", "title": "ParseISODateTime ( isoString )", "level": 2, - "number": "13.34" + "number": "13.33" }, { "id": "sec-temporal-parsetemporalinstantstring", "title": "ParseTemporalInstantString ( isoString )", "level": 2, - "number": "13.35" + "number": "13.34" }, { "id": "sec-temporal-parsetemporalzoneddatetimestring", "title": "ParseTemporalZonedDateTimeString ( isoString )", "level": 2, - "number": "13.36" + "number": "13.35" }, { "id": "sec-temporal-parsetemporalcalendarstring", "title": "ParseTemporalCalendarString ( isoString )", "level": 2, - "number": "13.37" + "number": "13.36" }, { "id": "sec-temporal-parsetemporaldatestring", "title": "ParseTemporalDateString ( isoString )", "level": 2, - "number": "13.38" + "number": "13.37" }, { "id": "sec-temporal-parsetemporaldatetimestring", "title": "ParseTemporalDateTimeString ( isoString )", "level": 2, - "number": "13.39" + "number": "13.38" }, { "id": "sec-temporal-parsetemporaldurationstring", "title": "ParseTemporalDurationString ( isoString )", "level": 2, - "number": "13.40" + "number": "13.39" }, { "id": "sec-temporal-parsetemporalmonthdaystring", "title": "ParseTemporalMonthDayString ( isoString )", "level": 2, - "number": "13.41" + "number": "13.40" }, { "id": "sec-temporal-parsetemporalrelativetostring", "title": "ParseTemporalRelativeToString ( isoString )", "level": 2, - "number": "13.42" + "number": "13.41" }, { "id": "sec-temporal-parsetemporaltimestring", "title": "ParseTemporalTimeString ( isoString )", "level": 2, - "number": "13.43" + "number": "13.42" }, { "id": "sec-temporal-parsetemporaltimezonestring", "title": "ParseTemporalTimeZoneString ( isoString )", "level": 2, - "number": "13.44" + "number": "13.43" }, { "id": "sec-temporal-parsetemporalyearmonthstring", "title": "ParseTemporalYearMonthString ( isoString )", "level": 2, - "number": "13.45" + "number": "13.44" }, { "id": "sec-temporal-topositiveinteger", "title": "ToPositiveInteger ( argument )", "level": 2, - "number": "13.46" + "number": "13.45" }, { "id": "sec-temporal-tointegerthrowoninfinity", "title": "ToIntegerThrowOnInfinity ( argument )", "level": 2, - "number": "13.47" + "number": "13.46" }, { "id": "sec-temporal-tointegerwithoutrounding", "title": "ToIntegerWithoutRounding ( argument )", "level": 2, - "number": "13.48" + "number": "13.47" }, { "id": "sec-temporal-preparetemporalfields", "title": "PrepareTemporalFields ( fields, fieldNames, requiredFields )", "level": 2, - "number": "13.49" + "number": "13.48" }, { "id": "sec-temporal-preparepartialtemporalfields", "title": "PreparePartialTemporalFields ( fields, fieldNames )", "level": 2, - "number": "13.50" + "number": "13.49" }, { "id": "sec-temporal-legacy-date-objects", diff --git a/tr/headings/webcodecs.json b/tr/headings/webcodecs.json index fd29d0b8823d..b8c5eb8d8437 100644 --- a/tr/headings/webcodecs.json +++ b/tr/headings/webcodecs.json @@ -17,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/webcodecs/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/webcodecs/#sotd", "level": 2, "title": "Status of this document" }, @@ -863,6 +863,24 @@ "level": 2, "title": "14. Best Practices for Authors Using WebCodecs" }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/webcodecs/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/webcodecs/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/webcodecs/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "href": "https://www.w3.org/TR/webcodecs/#index", diff --git a/tr/headings/webidl.json b/tr/headings/webidl.json index 7562c4d30baa..c24160ac1343 100644 --- a/tr/headings/webidl.json +++ b/tr/headings/webidl.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://webidl.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 2 December 2021" + "title": "Living Standard — Last Updated 13 December 2021" }, { "id": "abstract", diff --git a/tr/headings/webnn.json b/tr/headings/webnn.json index f7b1cd94db71..604345ed5a28 100644 --- a/tr/headings/webnn.json +++ b/tr/headings/webnn.json @@ -17,8 +17,8 @@ "title": "Abstract" }, { - "id": "status", - "href": "https://www.w3.org/TR/webnn/#status", + "id": "sotd", + "href": "https://www.w3.org/TR/webnn/#sotd", "level": 2, "title": "Status of this document" }, @@ -545,6 +545,24 @@ "level": 2, "title": "10. Acknowledgements" }, + { + "id": "w3c-conformance", + "href": "https://www.w3.org/TR/webnn/#w3c-conformance", + "level": 2, + "title": "Conformance" + }, + { + "id": "w3c-conventions", + "href": "https://www.w3.org/TR/webnn/#w3c-conventions", + "level": 3, + "title": "Document conventions" + }, + { + "id": "w3c-conformant-algorithms", + "href": "https://www.w3.org/TR/webnn/#w3c-conformant-algorithms", + "level": 3, + "title": "Conformant Algorithms" + }, { "id": "index", "href": "https://www.w3.org/TR/webnn/#index", diff --git a/tr/headings/xhr.json b/tr/headings/xhr.json index d2955440f28e..92d153743d6e 100644 --- a/tr/headings/xhr.json +++ b/tr/headings/xhr.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://xhr.spec.whatwg.org/#subtitle", "level": 2, - "title": "Living Standard — Last Updated 1 December 2021" + "title": "Living Standard — Last Updated 13 December 2021" }, { "id": "abstract", diff --git a/tr/idl/compute-pressure.idl b/tr/idl/compute-pressure.idl index 8ea37bfbb9c4..0cf880b4503f 100644 --- a/tr/idl/compute-pressure.idl +++ b/tr/idl/compute-pressure.idl @@ -4,7 +4,7 @@ // Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) callback ComputePressureUpdateCallback = undefined ( - ComputePressureObserverUpdate update, + ComputePressureEntry update, ComputePressureObserver observer ); @@ -18,7 +18,7 @@ interface ComputePressureObserver { undefined unobserve(); }; -dictionary ComputePressureObserverUpdate { +dictionary ComputePressureEntry { double cpuSpeed; double cpuUtilization; ComputePressureObserverOptions options; diff --git a/tr/idl/css-highlight-api.idl b/tr/idl/css-highlight-api.idl index 1d75eec27a2b..878e18bd9254 100644 --- a/tr/idl/css-highlight-api.idl +++ b/tr/idl/css-highlight-api.idl @@ -3,20 +3,25 @@ // (https://github.com/w3c/webref) // Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) +enum HighlightType { + "highlight", + "spelling-error", + "grammar-error" +}; + [Exposed=Window] interface Highlight { - constructor(CSSOMString name, AbstractRange... initialRanges); + constructor(AbstractRange... initialRanges); setlike; - attribute double priority; - readonly attribute CSSOMString name; + attribute long priority; + attribute HighlightType type; }; partial namespace CSS { - readonly attribute HighlightsRegister highlights; + readonly attribute HighlightRegistry highlights; }; [Exposed=Window] -interface HighlightsRegister { - setlike; - HighlightsRegister add(Highlight value); +interface HighlightRegistry { + maplike; }; diff --git a/tr/idl/css-paint-api.idl b/tr/idl/css-paint-api.idl index 689c38b44c7e..6a8ed60a47f5 100644 --- a/tr/idl/css-paint-api.idl +++ b/tr/idl/css-paint-api.idl @@ -9,7 +9,7 @@ partial namespace CSS { [Global=(Worklet,PaintWorklet),Exposed=PaintWorklet] interface PaintWorkletGlobalScope : WorkletGlobalScope { - void registerPaint(DOMString name, VoidFunction paintCtor); + undefined registerPaint(DOMString name, VoidFunction paintCtor); readonly attribute unrestricted double devicePixelRatio; }; diff --git a/tr/idl/event-timing.idl b/tr/idl/event-timing.idl index 98e8d920fca4..329570e44314 100644 --- a/tr/idl/event-timing.idl +++ b/tr/idl/event-timing.idl @@ -18,9 +18,15 @@ interface EventCounts { readonly maplike; }; +[Exposed=Window] +interface InteractionCounts { + readonly maplike; +}; + [Exposed=Window] partial interface Performance { [SameObject] readonly attribute EventCounts eventCounts; + [SameObject] readonly attribute InteractionCounts interactionCounts; }; partial dictionary PerformanceObserverInit { diff --git a/tr/idl/html.idl b/tr/idl/html.idl index c7bbdeb86f29..2eaf5d09e2c8 100644 --- a/tr/idl/html.idl +++ b/tr/idl/html.idl @@ -1369,7 +1369,14 @@ interface mixin CanvasShadowStyles { interface mixin CanvasFilters { // filters - attribute DOMString filter; // (default "none") + attribute (DOMString or CanvasFilter) filter; // (default "none") +}; + +typedef record CanvasFilterInput; + +[Exposed=(Window,Worker,PaintWorklet)] +interface CanvasFilter { + constructor(optional (CanvasFilterInput or sequence) filters); }; interface mixin CanvasRect { diff --git a/tr/idl/priority-hints.idl b/tr/idl/priority-hints.idl new file mode 100644 index 000000000000..835b0180d306 --- /dev/null +++ b/tr/idl/priority-hints.idl @@ -0,0 +1,30 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Priority Hints (https://wicg.github.io/priority-hints/) + +enum Importance { "high", "low", "auto" }; + +partial interface Request { + readonly attribute Importance importance; +}; + +partial dictionary RequestInit { + Importance importance; +}; + +partial interface HTMLImageElement { + [CEReactions] attribute DOMString importance; +}; + +partial interface HTMLLinkElement { + [CEReactions] attribute DOMString importance; +}; + +partial interface HTMLScriptElement { + [CEReactions] attribute DOMString importance; +}; + +partial interface HTMLIFrameElement { + [CEReactions] attribute DOMString importance; +}; diff --git a/tr/idlnames.json b/tr/idlnames.json index 082e022f6d57..f585671f7a53 100644 --- a/tr/idlnames.json +++ b/tr/idlnames.json @@ -1079,6 +1079,14 @@ "fragment": "idlnames/CanvasFillStrokeStyles.idl", "parsed": "idlnamesparsed/CanvasFillStrokeStyles.json" }, + "CanvasFilter": { + "fragment": "idlnames/CanvasFilter.idl", + "parsed": "idlnamesparsed/CanvasFilter.json" + }, + "CanvasFilterInput": { + "fragment": "idlnames/CanvasFilterInput.idl", + "parsed": "idlnamesparsed/CanvasFilterInput.json" + }, "CanvasFilters": { "fragment": "idlnames/CanvasFilters.idl", "parsed": "idlnamesparsed/CanvasFilters.json" @@ -1355,6 +1363,10 @@ "fragment": "idlnames/CompressionStream.idl", "parsed": "idlnamesparsed/CompressionStream.json" }, + "ComputePressureEntry": { + "fragment": "idlnames/ComputePressureEntry.idl", + "parsed": "idlnamesparsed/ComputePressureEntry.json" + }, "ComputePressureObserver": { "fragment": "idlnames/ComputePressureObserver.idl", "parsed": "idlnamesparsed/ComputePressureObserver.json" @@ -1363,10 +1375,6 @@ "fragment": "idlnames/ComputePressureObserverOptions.idl", "parsed": "idlnamesparsed/ComputePressureObserverOptions.json" }, - "ComputePressureObserverUpdate": { - "fragment": "idlnames/ComputePressureObserverUpdate.idl", - "parsed": "idlnamesparsed/ComputePressureObserverUpdate.json" - }, "ComputePressureUpdateCallback": { "fragment": "idlnames/ComputePressureUpdateCallback.idl", "parsed": "idlnamesparsed/ComputePressureUpdateCallback.json" @@ -3587,9 +3595,13 @@ "fragment": "idlnames/Highlight.idl", "parsed": "idlnamesparsed/Highlight.json" }, - "HighlightsRegister": { - "fragment": "idlnames/HighlightsRegister.idl", - "parsed": "idlnamesparsed/HighlightsRegister.json" + "HighlightRegistry": { + "fragment": "idlnames/HighlightRegistry.idl", + "parsed": "idlnamesparsed/HighlightRegistry.json" + }, + "HighlightType": { + "fragment": "idlnames/HighlightType.idl", + "parsed": "idlnamesparsed/HighlightType.json" }, "History": { "fragment": "idlnames/History.idl", @@ -3787,6 +3799,10 @@ "fragment": "idlnames/ImportExportKind.idl", "parsed": "idlnamesparsed/ImportExportKind.json" }, + "Importance": { + "fragment": "idlnames/Importance.idl", + "parsed": "idlnamesparsed/Importance.json" + }, "Ink": { "fragment": "idlnames/Ink.idl", "parsed": "idlnamesparsed/Ink.json" @@ -3831,6 +3847,10 @@ "fragment": "idlnames/Int32List.idl", "parsed": "idlnamesparsed/Int32List.json" }, + "InteractionCounts": { + "fragment": "idlnames/InteractionCounts.idl", + "parsed": "idlnamesparsed/InteractionCounts.json" + }, "InterestCohort": { "fragment": "idlnames/InterestCohort.idl", "parsed": "idlnamesparsed/InterestCohort.json" diff --git a/tr/idlnames/CSS.idl b/tr/idlnames/CSS.idl index a6e6d0170edf..103d73c5473f 100644 --- a/tr/idlnames/CSS.idl +++ b/tr/idlnames/CSS.idl @@ -30,7 +30,7 @@ partial namespace CSS { // Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) partial namespace CSS { - readonly attribute HighlightsRegister highlights; + readonly attribute HighlightRegistry highlights; }; // Source: CSS Image Values and Replaced Content Module Level 4 (https://www.w3.org/TR/css-images-4/) diff --git a/tr/idlnames/CanvasFilter.idl b/tr/idlnames/CanvasFilter.idl new file mode 100644 index 000000000000..5ea7abfb6c13 --- /dev/null +++ b/tr/idlnames/CanvasFilter.idl @@ -0,0 +1,5 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +[Exposed=(Window,Worker,PaintWorklet)] +interface CanvasFilter { + constructor(optional (CanvasFilterInput or sequence) filters); +}; \ No newline at end of file diff --git a/tr/idlnames/CanvasFilterInput.idl b/tr/idlnames/CanvasFilterInput.idl new file mode 100644 index 000000000000..6bf4913c7bc6 --- /dev/null +++ b/tr/idlnames/CanvasFilterInput.idl @@ -0,0 +1,2 @@ +// Source: HTML Standard (https://html.spec.whatwg.org/multipage/) +typedef record CanvasFilterInput; \ No newline at end of file diff --git a/tr/idlnames/CanvasFilters.idl b/tr/idlnames/CanvasFilters.idl index de10c647ddff..d6a78076df52 100644 --- a/tr/idlnames/CanvasFilters.idl +++ b/tr/idlnames/CanvasFilters.idl @@ -1,5 +1,5 @@ // Source: HTML Standard (https://html.spec.whatwg.org/multipage/) interface mixin CanvasFilters { // filters - attribute DOMString filter; // (default "none") + attribute (DOMString or CanvasFilter) filter; // (default "none") }; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureEntry.idl b/tr/idlnames/ComputePressureEntry.idl new file mode 100644 index 000000000000..e95379e6a1e1 --- /dev/null +++ b/tr/idlnames/ComputePressureEntry.idl @@ -0,0 +1,6 @@ +// Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) +dictionary ComputePressureEntry { + double cpuSpeed; + double cpuUtilization; + ComputePressureObserverOptions options; +}; \ No newline at end of file diff --git a/tr/idlnames/ComputePressureUpdateCallback.idl b/tr/idlnames/ComputePressureUpdateCallback.idl index 02039203caac..805a9f8705d3 100644 --- a/tr/idlnames/ComputePressureUpdateCallback.idl +++ b/tr/idlnames/ComputePressureUpdateCallback.idl @@ -1,5 +1,5 @@ // Source: Compute Pressure API (https://wicg.github.io/compute-pressure/) callback ComputePressureUpdateCallback = undefined ( - ComputePressureObserverUpdate update, + ComputePressureEntry update, ComputePressureObserver observer ); \ No newline at end of file diff --git a/tr/idlnames/HTMLIFrameElement.idl b/tr/idlnames/HTMLIFrameElement.idl index 46b0dce94605..1cf8ed3d8d82 100644 --- a/tr/idlnames/HTMLIFrameElement.idl +++ b/tr/idlnames/HTMLIFrameElement.idl @@ -31,6 +31,11 @@ partial interface HTMLIFrameElement { [CEReactions] attribute [LegacyNullToEmptyString] DOMString marginWidth; }; +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial interface HTMLIFrameElement { + [CEReactions] attribute DOMString importance; +}; + // Source: Content Security Policy: Embedded Enforcement (https://www.w3.org/TR/csp-embedded-enforcement/) partial interface HTMLIFrameElement { attribute DOMString csp; diff --git a/tr/idlnames/HTMLImageElement.idl b/tr/idlnames/HTMLImageElement.idl index 9c0a61f4f456..4d4fd1075140 100644 --- a/tr/idlnames/HTMLImageElement.idl +++ b/tr/idlnames/HTMLImageElement.idl @@ -36,4 +36,9 @@ partial interface HTMLImageElement { [CEReactions] attribute USVString longDesc; [CEReactions] attribute [LegacyNullToEmptyString] DOMString border; +}; + +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial interface HTMLImageElement { + [CEReactions] attribute DOMString importance; }; \ No newline at end of file diff --git a/tr/idlnames/HTMLLinkElement.idl b/tr/idlnames/HTMLLinkElement.idl index ce629c188f1e..aabbb604e0d4 100644 --- a/tr/idlnames/HTMLLinkElement.idl +++ b/tr/idlnames/HTMLLinkElement.idl @@ -31,6 +31,11 @@ partial interface HTMLLinkElement { [CEReactions] attribute DOMString target; }; +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial interface HTMLLinkElement { + [CEReactions] attribute DOMString importance; +}; + // Source: Subresource Integrity (https://www.w3.org/TR/SRI/) partial interface HTMLLinkElement { attribute DOMString integrity; diff --git a/tr/idlnames/HTMLScriptElement.idl b/tr/idlnames/HTMLScriptElement.idl index 066595724683..f4726df3703a 100644 --- a/tr/idlnames/HTMLScriptElement.idl +++ b/tr/idlnames/HTMLScriptElement.idl @@ -25,6 +25,11 @@ partial interface HTMLScriptElement { [CEReactions] attribute DOMString htmlFor; }; +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial interface HTMLScriptElement { + [CEReactions] attribute DOMString importance; +}; + // Source: Subresource Integrity (https://www.w3.org/TR/SRI/) partial interface HTMLScriptElement { attribute DOMString integrity; diff --git a/tr/idlnames/Highlight.idl b/tr/idlnames/Highlight.idl index 17a4036d76bd..89bcc693ba1a 100644 --- a/tr/idlnames/Highlight.idl +++ b/tr/idlnames/Highlight.idl @@ -1,8 +1,8 @@ // Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) [Exposed=Window] interface Highlight { - constructor(CSSOMString name, AbstractRange... initialRanges); + constructor(AbstractRange... initialRanges); setlike; - attribute double priority; - readonly attribute CSSOMString name; + attribute long priority; + attribute HighlightType type; }; \ No newline at end of file diff --git a/tr/idlnames/HighlightRegistry.idl b/tr/idlnames/HighlightRegistry.idl new file mode 100644 index 000000000000..474a61eeef6a --- /dev/null +++ b/tr/idlnames/HighlightRegistry.idl @@ -0,0 +1,5 @@ +// Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) +[Exposed=Window] +interface HighlightRegistry { + maplike; +}; \ No newline at end of file diff --git a/tr/idlnames/HighlightType.idl b/tr/idlnames/HighlightType.idl new file mode 100644 index 000000000000..fb02de23b066 --- /dev/null +++ b/tr/idlnames/HighlightType.idl @@ -0,0 +1,6 @@ +// Source: CSS Custom Highlight API Module Level 1 (https://www.w3.org/TR/css-highlight-api-1/) +enum HighlightType { + "highlight", + "spelling-error", + "grammar-error" +}; \ No newline at end of file diff --git a/tr/idlnames/Importance.idl b/tr/idlnames/Importance.idl new file mode 100644 index 000000000000..670d127d0ea5 --- /dev/null +++ b/tr/idlnames/Importance.idl @@ -0,0 +1,2 @@ +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +enum Importance { "high", "low", "auto" }; \ No newline at end of file diff --git a/tr/idlnames/InteractionCounts.idl b/tr/idlnames/InteractionCounts.idl new file mode 100644 index 000000000000..d28dd42ff2ab --- /dev/null +++ b/tr/idlnames/InteractionCounts.idl @@ -0,0 +1,5 @@ +// Source: Event Timing API (https://wicg.github.io/event-timing/) +[Exposed=Window] +interface InteractionCounts { + readonly maplike; +}; \ No newline at end of file diff --git a/tr/idlnames/PaintWorkletGlobalScope.idl b/tr/idlnames/PaintWorkletGlobalScope.idl index 9488a7fcf596..cea226e31b48 100644 --- a/tr/idlnames/PaintWorkletGlobalScope.idl +++ b/tr/idlnames/PaintWorkletGlobalScope.idl @@ -1,6 +1,6 @@ // Source: CSS Painting API Level 1 (https://www.w3.org/TR/css-paint-api-1/) [Global=(Worklet,PaintWorklet),Exposed=PaintWorklet] interface PaintWorkletGlobalScope : WorkletGlobalScope { - void registerPaint(DOMString name, VoidFunction paintCtor); + undefined registerPaint(DOMString name, VoidFunction paintCtor); readonly attribute unrestricted double devicePixelRatio; }; \ No newline at end of file diff --git a/tr/idlnames/Performance.idl b/tr/idlnames/Performance.idl index 745e5d440fff..20e678fe95a3 100644 --- a/tr/idlnames/Performance.idl +++ b/tr/idlnames/Performance.idl @@ -10,6 +10,7 @@ interface Performance : EventTarget { [Exposed=Window] partial interface Performance { [SameObject] readonly attribute EventCounts eventCounts; + [SameObject] readonly attribute InteractionCounts interactionCounts; }; // Source: Measure Memory API (https://wicg.github.io/performance-measure-memory/) diff --git a/tr/idlnames/Request.idl b/tr/idlnames/Request.idl index 6e1f3543d8ec..bbc473ade797 100644 --- a/tr/idlnames/Request.idl +++ b/tr/idlnames/Request.idl @@ -24,4 +24,9 @@ interface Request { }; // Source: Fetch Standard (https://fetch.spec.whatwg.org/) -Request includes Body; \ No newline at end of file +Request includes Body; + +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial interface Request { + readonly attribute Importance importance; +}; \ No newline at end of file diff --git a/tr/idlnames/RequestInit.idl b/tr/idlnames/RequestInit.idl index ec10d3b2130a..a259b2f6514e 100644 --- a/tr/idlnames/RequestInit.idl +++ b/tr/idlnames/RequestInit.idl @@ -13,4 +13,9 @@ dictionary RequestInit { boolean keepalive; AbortSignal? signal; any window; // can only be set to null +}; + +// Source: Priority Hints (https://wicg.github.io/priority-hints/) +partial dictionary RequestInit { + Importance importance; }; \ No newline at end of file diff --git a/tr/idlnamesparsed/CSS.json b/tr/idlnamesparsed/CSS.json index 6c86a78eddf5..0af4201fde6c 100644 --- a/tr/idlnamesparsed/CSS.json +++ b/tr/idlnamesparsed/CSS.json @@ -36,7 +36,7 @@ "title": "CSS Custom Highlight API Module Level 1", "url": "https://www.w3.org/TR/css-highlight-api-1/" }, - "fragment": "partial namespace CSS {\n readonly attribute HighlightsRegister highlights;\n};" + "fragment": "partial namespace CSS {\n readonly attribute HighlightRegistry highlights;\n};" }, { "spec": { diff --git a/tr/idlnamesparsed/CanvasFilter.json b/tr/idlnamesparsed/CanvasFilter.json new file mode 100644 index 000000000000..8161a66e3958 --- /dev/null +++ b/tr/idlnamesparsed/CanvasFilter.json @@ -0,0 +1,15 @@ +{ + "name": "CanvasFilter", + "type": "interface", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "[Exposed=(Window,Worker,PaintWorklet)]\ninterface CanvasFilter {\n constructor(optional (CanvasFilterInput or sequence) filters);\n};", + "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilter" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CanvasFilterInput.json b/tr/idlnamesparsed/CanvasFilterInput.json new file mode 100644 index 000000000000..1467ee5d1271 --- /dev/null +++ b/tr/idlnamesparsed/CanvasFilterInput.json @@ -0,0 +1,13 @@ +{ + "name": "CanvasFilterInput", + "type": "typedef", + "defined": { + "spec": { + "title": "HTML Standard", + "url": "https://html.spec.whatwg.org/multipage/" + }, + "fragment": "typedef record CanvasFilterInput;" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/CanvasFilters.json b/tr/idlnamesparsed/CanvasFilters.json index a48973d2def0..8586407057c6 100644 --- a/tr/idlnamesparsed/CanvasFilters.json +++ b/tr/idlnamesparsed/CanvasFilters.json @@ -6,7 +6,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasFilters {\n // filters\n attribute DOMString filter; // (default \"none\")\n};", + "fragment": "interface mixin CanvasFilters {\n // filters\n attribute (DOMString or CanvasFilter) filter; // (default \"none\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilters" }, "extended": [], diff --git a/tr/idlnamesparsed/CanvasRenderingContext2D.json b/tr/idlnamesparsed/CanvasRenderingContext2D.json index 68310a61b7f0..7e532f66c8fc 100644 --- a/tr/idlnamesparsed/CanvasRenderingContext2D.json +++ b/tr/idlnamesparsed/CanvasRenderingContext2D.json @@ -223,7 +223,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasFilters {\n // filters\n attribute DOMString filter; // (default \"none\")\n};", + "fragment": "interface mixin CanvasFilters {\n // filters\n attribute (DOMString or CanvasFilter) filter; // (default \"none\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilters" }, "extended": [], diff --git a/tr/idlnamesparsed/ComputePressureEntry.json b/tr/idlnamesparsed/ComputePressureEntry.json new file mode 100644 index 000000000000..5e321b6376e5 --- /dev/null +++ b/tr/idlnamesparsed/ComputePressureEntry.json @@ -0,0 +1,15 @@ +{ + "name": "ComputePressureEntry", + "type": "dictionary", + "defined": { + "spec": { + "title": "Compute Pressure API", + "url": "https://wicg.github.io/compute-pressure/" + }, + "fragment": "dictionary ComputePressureEntry {\n double cpuSpeed;\n double cpuUtilization;\n ComputePressureObserverOptions options;\n};", + "href": "https://wicg.github.io/compute-pressure/#dom-computepressureentry" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/ComputePressureUpdateCallback.json b/tr/idlnamesparsed/ComputePressureUpdateCallback.json index bfd01938deda..ff58005ea669 100644 --- a/tr/idlnamesparsed/ComputePressureUpdateCallback.json +++ b/tr/idlnamesparsed/ComputePressureUpdateCallback.json @@ -6,7 +6,7 @@ "title": "Compute Pressure API", "url": "https://wicg.github.io/compute-pressure/" }, - "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureObserverUpdate update,\n ComputePressureObserver observer\n);", + "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureEntry update,\n ComputePressureObserver observer\n);", "href": "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback" }, "extended": [], diff --git a/tr/idlnamesparsed/HTMLIFrameElement.json b/tr/idlnamesparsed/HTMLIFrameElement.json index 57d802ee1505..65b7e03fea7a 100644 --- a/tr/idlnamesparsed/HTMLIFrameElement.json +++ b/tr/idlnamesparsed/HTMLIFrameElement.json @@ -17,6 +17,13 @@ }, "fragment": "partial interface HTMLIFrameElement {\n [CEReactions] attribute DOMString align;\n [CEReactions] attribute DOMString scrolling;\n [CEReactions] attribute DOMString frameBorder;\n [CEReactions] attribute USVString longDesc;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString marginHeight;\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString marginWidth;\n};" }, + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial interface HTMLIFrameElement {\n [CEReactions] attribute DOMString importance;\n};" + }, { "spec": { "title": "Content Security Policy: Embedded Enforcement", diff --git a/tr/idlnamesparsed/HTMLImageElement.json b/tr/idlnamesparsed/HTMLImageElement.json index 2869e9183ff4..8e5fd647725d 100644 --- a/tr/idlnamesparsed/HTMLImageElement.json +++ b/tr/idlnamesparsed/HTMLImageElement.json @@ -16,6 +16,13 @@ "url": "https://html.spec.whatwg.org/multipage/" }, "fragment": "partial interface HTMLImageElement {\n [CEReactions] attribute DOMString name;\n [CEReactions] attribute USVString lowsrc;\n [CEReactions] attribute DOMString align;\n [CEReactions] attribute unsigned long hspace;\n [CEReactions] attribute unsigned long vspace;\n [CEReactions] attribute USVString longDesc;\n\n [CEReactions] attribute [LegacyNullToEmptyString] DOMString border;\n};" + }, + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial interface HTMLImageElement {\n [CEReactions] attribute DOMString importance;\n};" } ], "inheritance": { diff --git a/tr/idlnamesparsed/HTMLLinkElement.json b/tr/idlnamesparsed/HTMLLinkElement.json index f68d8112b967..62cf5841dc72 100644 --- a/tr/idlnamesparsed/HTMLLinkElement.json +++ b/tr/idlnamesparsed/HTMLLinkElement.json @@ -24,6 +24,13 @@ }, "fragment": "partial interface HTMLLinkElement {\n [CEReactions] attribute DOMString charset;\n [CEReactions] attribute DOMString rev;\n [CEReactions] attribute DOMString target;\n};" }, + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial interface HTMLLinkElement {\n [CEReactions] attribute DOMString importance;\n};" + }, { "spec": { "title": "Subresource Integrity", diff --git a/tr/idlnamesparsed/HTMLScriptElement.json b/tr/idlnamesparsed/HTMLScriptElement.json index a49c78e34deb..d1150ef18aa7 100644 --- a/tr/idlnamesparsed/HTMLScriptElement.json +++ b/tr/idlnamesparsed/HTMLScriptElement.json @@ -17,6 +17,13 @@ }, "fragment": "partial interface HTMLScriptElement {\n [CEReactions] attribute DOMString charset;\n [CEReactions] attribute DOMString event;\n [CEReactions] attribute DOMString htmlFor;\n};" }, + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial interface HTMLScriptElement {\n [CEReactions] attribute DOMString importance;\n};" + }, { "spec": { "title": "Subresource Integrity", diff --git a/tr/idlnamesparsed/Highlight.json b/tr/idlnamesparsed/Highlight.json index 77b4dabef088..dd6b8adbce6f 100644 --- a/tr/idlnamesparsed/Highlight.json +++ b/tr/idlnamesparsed/Highlight.json @@ -6,7 +6,7 @@ "title": "CSS Custom Highlight API Module Level 1", "url": "https://www.w3.org/TR/css-highlight-api-1/" }, - "fragment": "[Exposed=Window]\ninterface Highlight {\n constructor(CSSOMString name, AbstractRange... initialRanges);\n setlike;\n attribute double priority;\n readonly attribute CSSOMString name;\n};", + "fragment": "[Exposed=Window]\ninterface Highlight {\n constructor(AbstractRange... initialRanges);\n setlike;\n attribute long priority;\n attribute HighlightType type;\n};", "href": "https://www.w3.org/TR/css-highlight-api-1/#highlight" }, "extended": [], diff --git a/tr/idlnamesparsed/HighlightRegistry.json b/tr/idlnamesparsed/HighlightRegistry.json new file mode 100644 index 000000000000..f8279f1e6bc5 --- /dev/null +++ b/tr/idlnamesparsed/HighlightRegistry.json @@ -0,0 +1,15 @@ +{ + "name": "HighlightRegistry", + "type": "interface", + "defined": { + "spec": { + "title": "CSS Custom Highlight API Module Level 1", + "url": "https://www.w3.org/TR/css-highlight-api-1/" + }, + "fragment": "[Exposed=Window]\ninterface HighlightRegistry {\n maplike;\n};", + "href": "https://www.w3.org/TR/css-highlight-api-1/#highlightregistry" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/HighlightType.json b/tr/idlnamesparsed/HighlightType.json new file mode 100644 index 000000000000..2019d134a79c --- /dev/null +++ b/tr/idlnamesparsed/HighlightType.json @@ -0,0 +1,14 @@ +{ + "name": "HighlightType", + "type": "enum", + "defined": { + "spec": { + "title": "CSS Custom Highlight API Module Level 1", + "url": "https://www.w3.org/TR/css-highlight-api-1/" + }, + "fragment": "enum HighlightType {\n \"highlight\",\n \"spelling-error\",\n \"grammar-error\"\n};", + "href": "https://www.w3.org/TR/css-highlight-api-1/#enumdef-highlighttype" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/Importance.json b/tr/idlnamesparsed/Importance.json new file mode 100644 index 000000000000..b4fab4c42db9 --- /dev/null +++ b/tr/idlnamesparsed/Importance.json @@ -0,0 +1,14 @@ +{ + "name": "Importance", + "type": "enum", + "defined": { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "enum Importance { \"high\", \"low\", \"auto\" };", + "href": "https://wicg.github.io/priority-hints/#enumdef-importance" + }, + "extended": [], + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/InteractionCounts.json b/tr/idlnamesparsed/InteractionCounts.json new file mode 100644 index 000000000000..aa400f2bec52 --- /dev/null +++ b/tr/idlnamesparsed/InteractionCounts.json @@ -0,0 +1,15 @@ +{ + "name": "InteractionCounts", + "type": "interface", + "defined": { + "spec": { + "title": "Event Timing API", + "url": "https://wicg.github.io/event-timing/" + }, + "fragment": "[Exposed=Window]\ninterface InteractionCounts {\n readonly maplike;\n};", + "href": "https://wicg.github.io/event-timing/#interactioncounts" + }, + "extended": [], + "inheritance": null, + "includes": [] +} \ No newline at end of file diff --git a/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json b/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json index d4571c09a2bb..ef7195fb81d5 100644 --- a/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json +++ b/tr/idlnamesparsed/OffscreenCanvasRenderingContext2D.json @@ -216,7 +216,7 @@ "title": "HTML Standard", "url": "https://html.spec.whatwg.org/multipage/" }, - "fragment": "interface mixin CanvasFilters {\n // filters\n attribute DOMString filter; // (default \"none\")\n};", + "fragment": "interface mixin CanvasFilters {\n // filters\n attribute (DOMString or CanvasFilter) filter; // (default \"none\")\n};", "href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilters" }, "extended": [], diff --git a/tr/idlnamesparsed/PaintWorkletGlobalScope.json b/tr/idlnamesparsed/PaintWorkletGlobalScope.json index ce2bc69925df..f35881eb2008 100644 --- a/tr/idlnamesparsed/PaintWorkletGlobalScope.json +++ b/tr/idlnamesparsed/PaintWorkletGlobalScope.json @@ -6,7 +6,7 @@ "title": "CSS Painting API Level 1", "url": "https://www.w3.org/TR/css-paint-api-1/" }, - "fragment": "[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]\ninterface PaintWorkletGlobalScope : WorkletGlobalScope {\n void registerPaint(DOMString name, VoidFunction paintCtor);\n readonly attribute unrestricted double devicePixelRatio;\n};", + "fragment": "[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]\ninterface PaintWorkletGlobalScope : WorkletGlobalScope {\n undefined registerPaint(DOMString name, VoidFunction paintCtor);\n readonly attribute unrestricted double devicePixelRatio;\n};", "href": "https://www.w3.org/TR/css-paint-api-1/#paintworkletglobalscope" }, "extended": [], diff --git a/tr/idlnamesparsed/Performance.json b/tr/idlnamesparsed/Performance.json index e4654cb8f584..9b9e96cee178 100644 --- a/tr/idlnamesparsed/Performance.json +++ b/tr/idlnamesparsed/Performance.json @@ -15,7 +15,7 @@ "title": "Event Timing API", "url": "https://wicg.github.io/event-timing/" }, - "fragment": "[Exposed=Window]\npartial interface Performance {\n [SameObject] readonly attribute EventCounts eventCounts;\n};" + "fragment": "[Exposed=Window]\npartial interface Performance {\n [SameObject] readonly attribute EventCounts eventCounts;\n [SameObject] readonly attribute InteractionCounts interactionCounts;\n};" }, { "spec": { diff --git a/tr/idlnamesparsed/Request.json b/tr/idlnamesparsed/Request.json index ea7639d29c4b..e11bbc8821f5 100644 --- a/tr/idlnamesparsed/Request.json +++ b/tr/idlnamesparsed/Request.json @@ -16,6 +16,13 @@ "url": "https://fetch.spec.whatwg.org/" }, "fragment": "Request includes Body;" + }, + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial interface Request {\n readonly attribute Importance importance;\n};" } ], "inheritance": null, diff --git a/tr/idlnamesparsed/RequestInit.json b/tr/idlnamesparsed/RequestInit.json index df10679b0753..4a1cf0db02a2 100644 --- a/tr/idlnamesparsed/RequestInit.json +++ b/tr/idlnamesparsed/RequestInit.json @@ -9,7 +9,15 @@ "fragment": "dictionary RequestInit {\n ByteString method;\n HeadersInit headers;\n BodyInit? body;\n USVString referrer;\n ReferrerPolicy referrerPolicy;\n RequestMode mode;\n RequestCredentials credentials;\n RequestCache cache;\n RequestRedirect redirect;\n DOMString integrity;\n boolean keepalive;\n AbortSignal? signal;\n any window; // can only be set to null\n};", "href": "https://fetch.spec.whatwg.org/#requestinit" }, - "extended": [], + "extended": [ + { + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "fragment": "partial dictionary RequestInit {\n Importance importance;\n};" + } + ], "inheritance": null, "includes": [] } \ No newline at end of file diff --git a/tr/idlparsed/compute-pressure.json b/tr/idlparsed/compute-pressure.json index d5d6d4e27c89..3502650710ba 100644 --- a/tr/idlparsed/compute-pressure.json +++ b/tr/idlparsed/compute-pressure.json @@ -14,7 +14,7 @@ }, "idlNames": { "ComputePressureUpdateCallback": { - "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureObserverUpdate update,\n ComputePressureObserver observer\n);", + "fragment": "callback ComputePressureUpdateCallback = undefined (\n ComputePressureEntry update,\n ComputePressureObserver observer\n);", "type": "callback", "name": "ComputePressureUpdateCallback", "idlType": { @@ -36,7 +36,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "ComputePressureObserverUpdate" + "idlType": "ComputePressureEntry" }, "default": null, "optional": false, @@ -151,10 +151,10 @@ ], "partial": false }, - "ComputePressureObserverUpdate": { - "fragment": "dictionary ComputePressureObserverUpdate {\n double cpuSpeed;\n double cpuUtilization;\n ComputePressureObserverOptions options;\n};", + "ComputePressureEntry": { + "fragment": "dictionary ComputePressureEntry {\n double cpuSpeed;\n double cpuUtilization;\n ComputePressureObserverOptions options;\n};", "type": "dictionary", - "name": "ComputePressureObserverUpdate", + "name": "ComputePressureEntry", "inheritance": null, "members": [ { @@ -283,7 +283,7 @@ "ComputePressureUpdateCallback", "ComputePressureObserverOptions" ], - "ComputePressureObserverUpdate": [ + "ComputePressureEntry": [ "ComputePressureObserverOptions" ], "ComputePressureObserverOptions": [] diff --git a/tr/idlparsed/css-highlight-api-1.json b/tr/idlparsed/css-highlight-api-1.json index c292f6b3889b..3e5a5e0e7b25 100644 --- a/tr/idlparsed/css-highlight-api-1.json +++ b/tr/idlparsed/css-highlight-api-1.json @@ -12,13 +12,33 @@ }, "functions": { "Window": [ - "HighlightsRegister" + "HighlightRegistry" ] } }, "idlNames": { + "HighlightType": { + "fragment": "enum HighlightType {\n \"highlight\",\n \"spelling-error\",\n \"grammar-error\"\n};", + "type": "enum", + "name": "HighlightType", + "values": [ + { + "type": "enum-value", + "value": "highlight" + }, + { + "type": "enum-value", + "value": "spelling-error" + }, + { + "type": "enum-value", + "value": "grammar-error" + } + ], + "extAttrs": [] + }, "Highlight": { - "fragment": "[Exposed=Window]\ninterface Highlight {\n constructor(CSSOMString name, AbstractRange... initialRanges);\n setlike;\n attribute double priority;\n readonly attribute CSSOMString name;\n};", + "fragment": "[Exposed=Window]\ninterface Highlight {\n constructor(AbstractRange... initialRanges);\n setlike;\n attribute long priority;\n attribute HighlightType type;\n};", "type": "interface", "name": "Highlight", "inheritance": null, @@ -26,22 +46,6 @@ { "type": "constructor", "arguments": [ - { - "type": "argument", - "name": "name", - "extAttrs": [], - "idlType": { - "type": "argument-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "CSSOMString" - }, - "default": null, - "optional": false, - "variadic": false - }, { "type": "argument", "name": "initialRanges", @@ -87,7 +91,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "double" + "idlType": "long" }, "extAttrs": [], "special": "", @@ -95,18 +99,18 @@ }, { "type": "attribute", - "name": "name", + "name": "type", "idlType": { "type": "attribute-type", "extAttrs": [], "generic": "", "nullable": false, "union": false, - "idlType": "CSSOMString" + "idlType": "HighlightType" }, "extAttrs": [], "special": "", - "readonly": true + "readonly": false } ], "extAttrs": [ @@ -122,15 +126,23 @@ ], "partial": false }, - "HighlightsRegister": { - "fragment": "[Exposed=Window]\ninterface HighlightsRegister {\n setlike;\n HighlightsRegister add(Highlight value);\n};", + "HighlightRegistry": { + "fragment": "[Exposed=Window]\ninterface HighlightRegistry {\n maplike;\n};", "type": "interface", - "name": "HighlightsRegister", + "name": "HighlightRegistry", "inheritance": null, "members": [ { - "type": "setlike", + "type": "maplike", "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, { "type": null, "extAttrs": [], @@ -144,38 +156,6 @@ "extAttrs": [], "readonly": false, "async": false - }, - { - "type": "operation", - "name": "add", - "idlType": { - "type": "return-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "HighlightsRegister" - }, - "arguments": [ - { - "type": "argument", - "name": "value", - "extAttrs": [], - "idlType": { - "type": "argument-type", - "extAttrs": [], - "generic": "", - "nullable": false, - "union": false, - "idlType": "Highlight" - }, - "default": null, - "optional": false, - "variadic": false - } - ], - "extAttrs": [], - "special": "" } ], "extAttrs": [ @@ -195,7 +175,7 @@ "idlExtendedNames": { "CSS": [ { - "fragment": "partial namespace CSS {\n readonly attribute HighlightsRegister highlights;\n};", + "fragment": "partial namespace CSS {\n readonly attribute HighlightRegistry highlights;\n};", "type": "namespace", "name": "CSS", "inheritance": null, @@ -209,7 +189,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "HighlightsRegister" + "idlType": "HighlightRegistry" }, "extAttrs": [], "special": "", @@ -225,24 +205,22 @@ "exposed": { "Window": [ "Highlight", - "HighlightsRegister" + "HighlightRegistry" ] }, "dependencies": { "Highlight": [ - "CSSOMString", - "AbstractRange" + "AbstractRange", + "HighlightType" ], "CSS": [ - "HighlightsRegister" + "HighlightRegistry" ], - "HighlightsRegister": [ - "Highlight", - "HighlightsRegister" + "HighlightRegistry": [ + "Highlight" ] }, "externalDependencies": [ - "CSSOMString", "AbstractRange", "CSS" ], diff --git a/tr/idlparsed/css-paint-api-1.json b/tr/idlparsed/css-paint-api-1.json index e903740dafc3..a2deeab9583e 100644 --- a/tr/idlparsed/css-paint-api-1.json +++ b/tr/idlparsed/css-paint-api-1.json @@ -16,7 +16,7 @@ }, "idlNames": { "PaintWorkletGlobalScope": { - "fragment": "[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]\ninterface PaintWorkletGlobalScope : WorkletGlobalScope {\n void registerPaint(DOMString name, VoidFunction paintCtor);\n readonly attribute unrestricted double devicePixelRatio;\n};", + "fragment": "[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]\ninterface PaintWorkletGlobalScope : WorkletGlobalScope {\n undefined registerPaint(DOMString name, VoidFunction paintCtor);\n readonly attribute unrestricted double devicePixelRatio;\n};", "type": "interface", "name": "PaintWorkletGlobalScope", "inheritance": "WorkletGlobalScope", @@ -30,7 +30,7 @@ "generic": "", "nullable": false, "union": false, - "idlType": "void" + "idlType": "undefined" }, "arguments": [ { @@ -348,7 +348,6 @@ ], "PaintWorkletGlobalScope": [ "WorkletGlobalScope", - "void", "VoidFunction" ], "PaintRenderingContext2DSettings": [], @@ -371,7 +370,6 @@ "CSS", "Worklet", "WorkletGlobalScope", - "void", "VoidFunction" ], "hasObsoleteIdl": false diff --git a/tr/idlparsed/event-timing.json b/tr/idlparsed/event-timing.json index 18a3f0d243d4..193a07ce91ad 100644 --- a/tr/idlparsed/event-timing.json +++ b/tr/idlparsed/event-timing.json @@ -10,6 +10,7 @@ "Window": [ "PerformanceEventTiming", "EventCounts", + "InteractionCounts", "Performance" ] } @@ -176,12 +177,57 @@ } ], "partial": false + }, + "InteractionCounts": { + "fragment": "[Exposed=Window]\ninterface InteractionCounts {\n readonly maplike;\n};", + "type": "interface", + "name": "InteractionCounts", + "inheritance": null, + "members": [ + { + "type": "maplike", + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long long" + } + ], + "arguments": [], + "extAttrs": [], + "readonly": true, + "async": false + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier", + "value": "Window" + }, + "arguments": [] + } + ], + "partial": false } }, "idlExtendedNames": { "Performance": [ { - "fragment": "[Exposed=Window]\npartial interface Performance {\n [SameObject] readonly attribute EventCounts eventCounts;\n};", + "fragment": "[Exposed=Window]\npartial interface Performance {\n [SameObject] readonly attribute EventCounts eventCounts;\n [SameObject] readonly attribute InteractionCounts interactionCounts;\n};", "type": "interface", "name": "Performance", "inheritance": null, @@ -207,6 +253,28 @@ ], "special": "", "readonly": true + }, + { + "type": "attribute", + "name": "interactionCounts", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "InteractionCounts" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SameObject", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": true } ], "extAttrs": [ @@ -256,6 +324,7 @@ "Window": [ "PerformanceEventTiming", "EventCounts", + "InteractionCounts", "Performance" ] }, @@ -266,8 +335,10 @@ "Node" ], "EventCounts": [], + "InteractionCounts": [], "Performance": [ - "EventCounts" + "EventCounts", + "InteractionCounts" ], "PerformanceObserverInit": [ "DOMHighResTimeStamp" diff --git a/tr/idlparsed/html.json b/tr/idlparsed/html.json index 562447055980..ff2e1785825b 100644 --- a/tr/idlparsed/html.json +++ b/tr/idlparsed/html.json @@ -74,6 +74,7 @@ "HTMLTemplateElement", "HTMLSlotElement", "HTMLCanvasElement", + "CanvasFilter", "ImageData", "Path2D", "OffscreenCanvas", @@ -101,6 +102,7 @@ "HTMLFontElement" ], "Worker": [ + "CanvasFilter", "ImageData", "Path2D", "OffscreenCanvas", @@ -113,6 +115,9 @@ "MessageChannel", "BroadcastChannel" ], + "PaintWorklet": [ + "CanvasFilter" + ], "AudioWorklet": [ "MessageEvent" ], @@ -16703,7 +16708,7 @@ "partial": false }, "CanvasFilters": { - "fragment": "interface mixin CanvasFilters {\n // filters\n attribute DOMString filter; // (default \"none\")\n};", + "fragment": "interface mixin CanvasFilters {\n // filters\n attribute (DOMString or CanvasFilter) filter; // (default \"none\")\n};", "type": "interface mixin", "name": "CanvasFilters", "inheritance": null, @@ -16716,8 +16721,25 @@ "extAttrs": [], "generic": "", "nullable": false, - "union": false, - "idlType": "DOMString" + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFilter" + } + ] }, "extAttrs": [], "special": "", @@ -16727,6 +16749,115 @@ "extAttrs": [], "partial": false }, + "CanvasFilterInput": { + "fragment": "typedef record CanvasFilterInput;", + "type": "typedef", + "name": "CanvasFilterInput", + "idlType": { + "type": "typedef-type", + "extAttrs": [], + "generic": "record", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "typedef-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + { + "type": "typedef-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + } + ] + }, + "extAttrs": [] + }, + "CanvasFilter": { + "fragment": "[Exposed=(Window,Worker,PaintWorklet)]\ninterface CanvasFilter {\n constructor(optional (CanvasFilterInput or sequence) filters);\n};", + "type": "interface", + "name": "CanvasFilter", + "inheritance": null, + "members": [ + { + "type": "constructor", + "arguments": [ + { + "type": "argument", + "name": "filters", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFilterInput" + }, + { + "type": null, + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "CanvasFilterInput" + } + ] + } + ] + }, + "default": null, + "optional": true, + "variadic": false + } + ], + "extAttrs": [] + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + }, + { + "value": "PaintWorklet" + } + ] + }, + "arguments": [] + } + ], + "partial": false + }, "CanvasRect": { "fragment": "interface mixin CanvasRect {\n // rects\n undefined clearRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);\n undefined fillRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);\n undefined strokeRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);\n};", "type": "interface mixin", @@ -38385,6 +38516,7 @@ "HTMLSlotElement", "HTMLCanvasElement", "CanvasRenderingContext2D", + "CanvasFilter", "CanvasGradient", "CanvasPattern", "TextMetrics", @@ -38437,6 +38569,7 @@ ], "Worker": [ "DOMStringList", + "CanvasFilter", "CanvasGradient", "CanvasPattern", "TextMetrics", @@ -38459,6 +38592,9 @@ "WorkerNavigator", "WorkerLocation" ], + "PaintWorklet": [ + "CanvasFilter" + ], "AudioWorklet": [ "MessageEvent", "MessagePort" @@ -38908,7 +39044,12 @@ "CanvasImageSource" ], "CanvasShadowStyles": [], - "CanvasFilters": [], + "CanvasFilters": [ + "CanvasFilter" + ], + "CanvasFilter": [ + "CanvasFilterInput" + ], "CanvasRect": [], "CanvasDrawPath": [ "CanvasFillRule", diff --git a/tr/idlparsed/priority-hints.json b/tr/idlparsed/priority-hints.json new file mode 100644 index 000000000000..5a90b250c639 --- /dev/null +++ b/tr/idlparsed/priority-hints.json @@ -0,0 +1,249 @@ +{ + "spec": { + "title": "Priority Hints", + "url": "https://wicg.github.io/priority-hints/" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": {} + }, + "idlNames": { + "Importance": { + "fragment": "enum Importance { \"high\", \"low\", \"auto\" };", + "type": "enum", + "name": "Importance", + "values": [ + { + "type": "enum-value", + "value": "high" + }, + { + "type": "enum-value", + "value": "low" + }, + { + "type": "enum-value", + "value": "auto" + } + ], + "extAttrs": [] + } + }, + "idlExtendedNames": { + "Request": [ + { + "fragment": "partial interface Request {\n readonly attribute Importance importance;\n};", + "type": "interface", + "name": "Request", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "importance", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Importance" + }, + "extAttrs": [], + "special": "", + "readonly": true + } + ], + "extAttrs": [], + "partial": true + } + ], + "RequestInit": [ + { + "fragment": "partial dictionary RequestInit {\n Importance importance;\n};", + "type": "dictionary", + "name": "RequestInit", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "importance", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Importance" + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": true + } + ], + "HTMLImageElement": [ + { + "fragment": "partial interface HTMLImageElement {\n [CEReactions] attribute DOMString importance;\n};", + "type": "interface", + "name": "HTMLImageElement", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "importance", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "CEReactions", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": false + } + ], + "extAttrs": [], + "partial": true + } + ], + "HTMLLinkElement": [ + { + "fragment": "partial interface HTMLLinkElement {\n [CEReactions] attribute DOMString importance;\n};", + "type": "interface", + "name": "HTMLLinkElement", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "importance", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "CEReactions", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": false + } + ], + "extAttrs": [], + "partial": true + } + ], + "HTMLScriptElement": [ + { + "fragment": "partial interface HTMLScriptElement {\n [CEReactions] attribute DOMString importance;\n};", + "type": "interface", + "name": "HTMLScriptElement", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "importance", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "CEReactions", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": false + } + ], + "extAttrs": [], + "partial": true + } + ], + "HTMLIFrameElement": [ + { + "fragment": "partial interface HTMLIFrameElement {\n [CEReactions] attribute DOMString importance;\n};", + "type": "interface", + "name": "HTMLIFrameElement", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "importance", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "DOMString" + }, + "extAttrs": [ + { + "type": "extended-attribute", + "name": "CEReactions", + "rhs": null, + "arguments": [] + } + ], + "special": "", + "readonly": false + } + ], + "extAttrs": [], + "partial": true + } + ] + }, + "globals": {}, + "exposed": {}, + "dependencies": { + "Request": [ + "Importance" + ], + "RequestInit": [ + "Importance" + ], + "HTMLImageElement": [], + "HTMLLinkElement": [], + "HTMLScriptElement": [], + "HTMLIFrameElement": [] + }, + "externalDependencies": [ + "Request", + "RequestInit", + "HTMLImageElement", + "HTMLLinkElement", + "HTMLScriptElement", + "HTMLIFrameElement" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/tr/ids/appmanifest.json b/tr/ids/appmanifest.json index 2d207616ea6b..73181ad808b6 100644 --- a/tr/ids/appmanifest.json +++ b/tr/ids/appmanifest.json @@ -12,7 +12,9 @@ "https://www.w3.org/TR/appmanifest/#title", "https://www.w3.org/TR/appmanifest/#w3c-state", "https://www.w3.org/TR/appmanifest/#abstract", + "https://www.w3.org/TR/appmanifest/#abstract-0", "https://www.w3.org/TR/appmanifest/#sotd", + "https://www.w3.org/TR/appmanifest/#status-of-this-document", "https://www.w3.org/TR/appmanifest/#issue-container-generatedID", "https://www.w3.org/TR/appmanifest/#h-warning", "https://www.w3.org/TR/appmanifest/#w3c_process_revision", @@ -203,8 +205,8 @@ "https://www.w3.org/TR/appmanifest/#x1-8-display-member", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-manifest-11", "https://www.w3.org/TR/appmanifest/#dfn-display", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-2", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-1", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-2", "https://www.w3.org/TR/appmanifest/#dfn-process-the-display-member", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-ordered-map-7", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-ordered-map-8", @@ -232,7 +234,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-index-term-orientationlocktype-enum-2", "https://www.w3.org/TR/appmanifest/#dfn-cannot-be-used-together", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-default-screen-orientation-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-3", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-3", "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-7", "https://www.w3.org/TR/appmanifest/#h-note-6", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-5", @@ -706,7 +708,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-applied-8", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-11", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-4", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-4", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-2", "https://www.w3.org/TR/appmanifest/#application-s-name", "https://www.w3.org/TR/appmanifest/#x5-1-application-s-name", @@ -810,26 +812,11 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-4", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-5", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-5", - "https://www.w3.org/TR/appmanifest/#display-modes", - "https://www.w3.org/TR/appmanifest/#x7-display-modes", - "https://www.w3.org/TR/appmanifest/#dfn-display-mode", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-5", - "https://www.w3.org/TR/appmanifest/#dfn-fullscreen", - "https://www.w3.org/TR/appmanifest/#dfn-standalone", - "https://www.w3.org/TR/appmanifest/#dfn-minimal-ui", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-standalone-1", - "https://www.w3.org/TR/appmanifest/#dfn-browser", - "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-26", - "https://www.w3.org/TR/appmanifest/#h-note-25", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-6", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-api-standard-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-7", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-8", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-3", + "https://www.w3.org/TR/appmanifest/#choosing-a-display-mode", + "https://www.w3.org/TR/appmanifest/#x7-choosing-a-display-mode", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-5", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-applied-11", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-9", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-6", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-application-context-12", "https://www.w3.org/TR/appmanifest/#dfn-default-display-mode", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-13", @@ -837,70 +824,51 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-default-display-mode-1", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-14", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-navigated-9", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-10", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-2", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-11", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-1", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-8", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-default-display-mode-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-12", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-13", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-2", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-9", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-10", "https://www.w3.org/TR/appmanifest/#dfn-fallback-chain", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-14", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-11", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fallback-chain-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-minimal-ui-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-standalone-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-minimal-ui-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-standalone-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-minimal-ui-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-6", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-3", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-minimal-ui-for-display-mode-1", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-4", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-standalone-for-display-mode-1", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-minimal-ui-for-display-mode-2", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-5", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-for-display-mode-1", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-standalone-for-display-mode-2", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-minimal-ui-for-display-mode-3", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-6", "https://www.w3.org/TR/appmanifest/#dfn-steps-for-determining-the-web-app-s-chosen-display-mode", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processed-manifest-8", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-15", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-12", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processing-extension-point-3", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-for-each-for-list-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fallback-chain-2", - "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-27", - "https://www.w3.org/TR/appmanifest/#h-note-26", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-7", + "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-26", + "https://www.w3.org/TR/appmanifest/#h-note-25", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fallback-chain-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-8", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-16", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-8", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-13", "https://www.w3.org/TR/appmanifest/#example-9", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-4", "https://www.w3.org/TR/appmanifest/#dfn-display-modes-list", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-list-14", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-standalone-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-minimal-ui-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-9", - "https://www.w3.org/TR/appmanifest/#the-display-mode-media-feature", - "https://www.w3.org/TR/appmanifest/#x7-1-the-display-mode-media-feature", - "https://www.w3.org/TR/appmanifest/#dfn-display-mode-0", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-media-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-6", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-standalone-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-minimal-ui-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-10", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-17", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-18", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-15", - "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-28", - "https://www.w3.org/TR/appmanifest/#h-note-27", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-19", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-api-standard-2", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-api-standard-3", - "https://www.w3.org/TR/appmanifest/#example-9-0", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-20", - "https://www.w3.org/TR/appmanifest/#examples-0", - "https://www.w3.org/TR/appmanifest/#x7-1-1-examples", - "https://www.w3.org/TR/appmanifest/#example-using-display-mode-media-feature", - "https://www.w3.org/TR/appmanifest/#example-accessing-display-mode-media-feature-with-script", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-for-display-mode-2", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-standalone-for-display-mode-3", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-minimal-ui-for-display-mode-4", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-9", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-14", + "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-27", + "https://www.w3.org/TR/appmanifest/#h-note-26", "https://www.w3.org/TR/appmanifest/#priv-sec", "https://www.w3.org/TR/appmanifest/#x8-privacy-and-security-considerations", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-6", @@ -910,8 +878,8 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-url-2", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-url-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-21", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-browser-11", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-display-mode-15", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-browser-for-display-mode-10", "https://www.w3.org/TR/appmanifest/#iana-considerations", "https://www.w3.org/TR/appmanifest/#a-iana-considerations", "https://www.w3.org/TR/appmanifest/#dfn-application-manifest-json", @@ -927,8 +895,8 @@ "https://www.w3.org/TR/appmanifest/#conformance", "https://www.w3.org/TR/appmanifest/#b-conformance", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-user-agent-5", - "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-29", - "https://www.w3.org/TR/appmanifest/#h-note-28", + "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-28", + "https://www.w3.org/TR/appmanifest/#h-note-27", "https://www.w3.org/TR/appmanifest/#extensibility", "https://www.w3.org/TR/appmanifest/#b-1-extensibility", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processing-extension-point-4", @@ -946,8 +914,8 @@ "https://www.w3.org/TR/appmanifest/#json-schema", "https://www.w3.org/TR/appmanifest/#f-json-schema", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-manifest-25", - "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-30", - "https://www.w3.org/TR/appmanifest/#h-note-29", + "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-29", + "https://www.w3.org/TR/appmanifest/#h-note-28", "https://www.w3.org/TR/appmanifest/#internationalization", "https://www.w3.org/TR/appmanifest/#g-internationalization", "https://www.w3.org/TR/appmanifest/#use-cases-and-requirements", @@ -969,7 +937,6 @@ "https://www.w3.org/TR/appmanifest/#index-term-rule-p3", "https://www.w3.org/TR/appmanifest/#index-term-alpha-component", "https://www.w3.org/TR/appmanifest/#index-term-srgb", - "https://www.w3.org/TR/appmanifest/#index-term-media", "https://www.w3.org/TR/appmanifest/#index-term-parsing-for-css", "https://www.w3.org/TR/appmanifest/#index-term-document", "https://www.w3.org/TR/appmanifest/#index-term-document-interface", @@ -981,7 +948,6 @@ "https://www.w3.org/TR/appmanifest/#index-term-fetched", "https://www.w3.org/TR/appmanifest/#index-term-response", "https://www.w3.org/TR/appmanifest/#index-term-url-for-response", - "https://www.w3.org/TR/appmanifest/#index-term-fullscreen-api-standard", "https://www.w3.org/TR/appmanifest/#index-term-active-document", "https://www.w3.org/TR/appmanifest/#index-term-link-element", "https://www.w3.org/TR/appmanifest/#index-term-meta-element", @@ -1011,7 +977,12 @@ "https://www.w3.org/TR/appmanifest/#index-term-string", "https://www.w3.org/TR/appmanifest/#index-term-user-agent", "https://www.w3.org/TR/appmanifest/#index-term-web-app-manifest-application-information", + "https://www.w3.org/TR/appmanifest/#index-term-browser-for-display-mode", + "https://www.w3.org/TR/appmanifest/#index-term-display-mode", + "https://www.w3.org/TR/appmanifest/#index-term-fullscreen-for-display-mode", + "https://www.w3.org/TR/appmanifest/#index-term-minimal-ui-for-display-mode", "https://www.w3.org/TR/appmanifest/#index-term-prefers-color-scheme-for-media", + "https://www.w3.org/TR/appmanifest/#index-term-standalone-for-display-mode", "https://www.w3.org/TR/appmanifest/#index-term-computed-mime-type", "https://www.w3.org/TR/appmanifest/#index-term-json-mime-type", "https://www.w3.org/TR/appmanifest/#index-term-mime-type", @@ -1036,10 +1007,8 @@ "https://www.w3.org/TR/appmanifest/#bib-bidi", "https://www.w3.org/TR/appmanifest/#bib-csp3", "https://www.w3.org/TR/appmanifest/#bib-css-color-4", - "https://www.w3.org/TR/appmanifest/#bib-css-conditional-3", "https://www.w3.org/TR/appmanifest/#bib-css-mime", "https://www.w3.org/TR/appmanifest/#bib-css-syntax-3", - "https://www.w3.org/TR/appmanifest/#bib-cssom-view", "https://www.w3.org/TR/appmanifest/#bib-dom", "https://www.w3.org/TR/appmanifest/#bib-ecma-402", "https://www.w3.org/TR/appmanifest/#bib-ecmascript-mime", @@ -1048,7 +1017,6 @@ "https://www.w3.org/TR/appmanifest/#bib-image-resource", "https://www.w3.org/TR/appmanifest/#bib-infra", "https://www.w3.org/TR/appmanifest/#bib-json", - "https://www.w3.org/TR/appmanifest/#bib-mediaq", "https://www.w3.org/TR/appmanifest/#bib-mediaqueries-5", "https://www.w3.org/TR/appmanifest/#bib-mime-types", "https://www.w3.org/TR/appmanifest/#bib-rfc2119", @@ -1062,9 +1030,6 @@ "https://www.w3.org/TR/appmanifest/#ref-for-index-term-url-standard-3", "https://www.w3.org/TR/appmanifest/#informative-references", "https://www.w3.org/TR/appmanifest/#m-2-informative-references", - "https://www.w3.org/TR/appmanifest/#bib-fullscreen", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-api-standard-4", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-fullscreen-api-standard-5", "https://www.w3.org/TR/appmanifest/#bib-manifest-app-info", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-web-app-manifest-application-information-2", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-web-app-manifest-application-information-3", diff --git a/tr/ids/close-watcher.json b/tr/ids/close-watcher.json index f84449a341da..45ff7201b120 100644 --- a/tr/ids/close-watcher.json +++ b/tr/ids/close-watcher.json @@ -23,6 +23,13 @@ "https://wicg.github.io/close-watcher/#ref-for-fully-exit-fullscreen", "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown", "https://wicg.github.io/close-watcher/#ref-for-eventdef-document-fullscreenchange", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keyup", + "https://wicg.github.io/close-watcher/#ref-for-close-signal", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keyup%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A2", "https://wicg.github.io/close-watcher/#ref-for-canceled-flag", "https://wicg.github.io/close-watcher/#ref-for-queue-a-global-task", "https://wicg.github.io/close-watcher/#ref-for-user-interaction-task-source", @@ -30,7 +37,7 @@ "https://wicg.github.io/close-watcher/#ref-for-fully-active", "https://wicg.github.io/close-watcher/#ref-for-signal-close", "https://wicg.github.io/close-watcher/#example-desktop-esc-sequence", - "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A3", "https://wicg.github.io/close-watcher/#ref-for-dom-event-preventdefault", "https://wicg.github.io/close-watcher/#ref-for-signal-close%E2%91%A0", "https://wicg.github.io/close-watcher/#example-android-back-sequence", @@ -107,14 +114,14 @@ "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A2", "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close", "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A3", - "https://wicg.github.io/close-watcher/#ref-for-close-signal", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A1", "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-signalclose%E2%91%A0", - "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A2", "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A4", "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A0", "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-destroy%E2%91%A1", "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A1", - "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A3", "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-signalclose%E2%91%A1", "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A5", "https://wicg.github.io/close-watcher/#closewatcher-is-active", @@ -186,7 +193,7 @@ "https://wicg.github.io/close-watcher/#ref-for-closewatcher-is-active%E2%91%A4", "https://wicg.github.io/close-watcher/#patches", "https://wicg.github.io/close-watcher/#patch-fullscreen", - "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A2", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A4", "https://wicg.github.io/close-watcher/#ref-for-fully-exit-fullscreen%E2%91%A0", "https://wicg.github.io/close-watcher/#ref-for-close-signal-steps", "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A3", @@ -208,7 +215,7 @@ "https://wicg.github.io/close-watcher/#ref-for-concept-node-document%E2%91%A0", "https://wicg.github.io/close-watcher/#ref-for-blocked-by-a-modal-dialog", "https://wicg.github.io/close-watcher/#ref-for-close-watcher-blocks-further-developer-controlled-close-watchers%E2%91%A1", - "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A5", "https://wicg.github.io/close-watcher/#ref-for-dom-dialog-showmodal%E2%91%A0", "https://wicg.github.io/close-watcher/#ref-for-report-a-warning-to-the-console", "https://wicg.github.io/close-watcher/#cancel-the-dialog", @@ -223,6 +230,29 @@ "https://wicg.github.io/close-watcher/#ref-for-attr-dialog-open", "https://wicg.github.io/close-watcher/#ref-for-close-the-dialog", "https://wicg.github.io/close-watcher/#ref-for-event-cancel%E2%91%A1", + "https://wicg.github.io/close-watcher/#security-and-privacy", + "https://wicg.github.io/close-watcher/#security", + "https://wicg.github.io/close-watcher/#ref-for-close-signal-steps%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A6", + "https://wicg.github.io/close-watcher/#ref-for-traverse-the-history-by-a-delta%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A8", + "https://wicg.github.io/close-watcher/#ref-for-the-dialog-element%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-dom-closewatcher-closewatcher%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher-stack%E2%91%A5", + "https://wicg.github.io/close-watcher/#ref-for-close-watcher%E2%91%A5", + "https://wicg.github.io/close-watcher/#ref-for-close-signal%E2%91%A7", + "https://wicg.github.io/close-watcher/#ref-for-check-if-we-can-create-a-developer-controlled-close-watcher%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A0%E2%93%AA", + "https://wicg.github.io/close-watcher/#ref-for-dom-event-preventdefault%E2%91%A0", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-cancel%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-activation-consuming-api", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A0%E2%91%A0", + "https://wicg.github.io/close-watcher/#privacy", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A4", + "https://wicg.github.io/close-watcher/#ref-for-event-popstate", + "https://wicg.github.io/close-watcher/#ref-for-closewatcher%E2%91%A0%E2%91%A1", + "https://wicg.github.io/close-watcher/#ref-for-eventdef-closewatcher-close%E2%91%A3", + "https://wicg.github.io/close-watcher/#ref-for-event-type-keydown%E2%91%A5", "https://wicg.github.io/close-watcher/#index", "https://wicg.github.io/close-watcher/#index-defined-here", "https://wicg.github.io/close-watcher/#index-defined-elsewhere", @@ -252,11 +282,13 @@ "https://wicg.github.io/close-watcher/#term-for-fully-active", "https://wicg.github.io/close-watcher/#term-for-last-activation-timestamp", "https://wicg.github.io/close-watcher/#term-for-attr-dialog-open", + "https://wicg.github.io/close-watcher/#term-for-event-popstate", "https://wicg.github.io/close-watcher/#term-for-queue-a-global-task", "https://wicg.github.io/close-watcher/#term-for-queue-a-task", "https://wicg.github.io/close-watcher/#term-for-concept-relevant-global", "https://wicg.github.io/close-watcher/#term-for-dom-dialog-showmodal", "https://wicg.github.io/close-watcher/#term-for-transient-activation", + "https://wicg.github.io/close-watcher/#term-for-activation-consuming-api", "https://wicg.github.io/close-watcher/#term-for-traverse-the-history-by-a-delta", "https://wicg.github.io/close-watcher/#term-for-user-interaction-task-source", "https://wicg.github.io/close-watcher/#term-for-iteration-break", @@ -268,6 +300,7 @@ "https://wicg.github.io/close-watcher/#term-for-stack", "https://wicg.github.io/close-watcher/#term-for-struct", "https://wicg.github.io/close-watcher/#term-for-event-type-keydown", + "https://wicg.github.io/close-watcher/#term-for-event-type-keyup", "https://wicg.github.io/close-watcher/#term-for-idl-DOMException", "https://wicg.github.io/close-watcher/#term-for-Exposed", "https://wicg.github.io/close-watcher/#term-for-invalidstateerror", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index 3a64ca38da3d..8450c3a003dc 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -82,10 +82,10 @@ "https://wicg.github.io/compute-pressure/#the-computepressureupdatecallback-callback", "https://wicg.github.io/compute-pressure/#x4-1-the-computepressureupdatecallback-callback", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-1", - "https://wicg.github.io/compute-pressure/#webidl-942769360", + "https://wicg.github.io/compute-pressure/#webidl-579100925", "https://wicg.github.io/compute-pressure/#idl-def-computepressureupdatecallback", "https://wicg.github.io/compute-pressure/#dom-computepressureupdatecallback", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-1", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-1", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-4", "https://wicg.github.io/compute-pressure/#ref-for-dfn-frequency-1", @@ -117,6 +117,7 @@ "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-7", "https://wicg.github.io/compute-pressure/#dfn-callback", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-3", + "https://wicg.github.io/compute-pressure/#dfn-activated", "https://wicg.github.io/compute-pressure/#dfn-cpuutilizationthresholds", "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-6", "https://wicg.github.io/compute-pressure/#ref-for-dfn-utilization-6", @@ -142,6 +143,7 @@ "https://wicg.github.io/compute-pressure/#ref-for-dfn-active-observers-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-platform-collector-8", "https://wicg.github.io/compute-pressure/#ref-for-dfn-active-observers-3", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-activated-1", "https://wicg.github.io/compute-pressure/#the-unobserve-method", "https://wicg.github.io/compute-pressure/#x4-2-4-the-unobserve-method", "https://wicg.github.io/compute-pressure/#dom-computepressureobserver-unobserve", @@ -149,34 +151,35 @@ "https://wicg.github.io/compute-pressure/#ref-for-dfn-active-observers-4", "https://wicg.github.io/compute-pressure/#ref-for-dfn-active-observers-5", "https://wicg.github.io/compute-pressure/#ref-for-dfn-platform-collector-9", - "https://wicg.github.io/compute-pressure/#the-computepressureobserverupdate-dictionary", - "https://wicg.github.io/compute-pressure/#x4-3-the-computepressureobserverupdate-dictionary", - "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate", - "https://wicg.github.io/compute-pressure/#webidl-1053897244", - "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-2", - "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-cpuspeed", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuspeed-1", - "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-cpuutilization", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuutilization-1", - "https://wicg.github.io/compute-pressure/#idl-def-computepressureobserverupdate-options", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-activated-2", + "https://wicg.github.io/compute-pressure/#the-computepressureentry-dictionary", + "https://wicg.github.io/compute-pressure/#x4-3-the-computepressureentry-dictionary", + "https://wicg.github.io/compute-pressure/#dom-computepressureentry", + "https://wicg.github.io/compute-pressure/#webidl-175920557", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureentry", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-2", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureentry-cpuspeed", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuspeed-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureentry-cpuutilization", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuutilization-1", + "https://wicg.github.io/compute-pressure/#idl-def-computepressureentry-options", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-2", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-options-1", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-options-1", "https://wicg.github.io/compute-pressure/#the-cpuspeed-attribute", "https://wicg.github.io/compute-pressure/#x4-3-1-the-cpuspeed-attribute", - "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuspeed", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuspeed-2", + "https://wicg.github.io/compute-pressure/#dom-computepressureentry-cpuspeed", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuspeed-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-cpu-8", "https://wicg.github.io/compute-pressure/#ref-for-dfn-frequency-4", "https://wicg.github.io/compute-pressure/#the-cpuutilization-attribute", "https://wicg.github.io/compute-pressure/#x4-3-2-the-cpuutilization-attribute", - "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-cpuutilization", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuutilization-2", + "https://wicg.github.io/compute-pressure/#dom-computepressureentry-cpuutilization", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuutilization-2", "https://wicg.github.io/compute-pressure/#ref-for-dfn-utilization-7", "https://wicg.github.io/compute-pressure/#the-options-attribute", "https://wicg.github.io/compute-pressure/#x4-3-3-the-options-attribute", - "https://wicg.github.io/compute-pressure/#dom-computepressureobserverupdate-options", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-options-2", + "https://wicg.github.io/compute-pressure/#dom-computepressureentry-options", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-options-2", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-9", "https://wicg.github.io/compute-pressure/#the-computepressureobserveroptions-dictionary", @@ -203,8 +206,26 @@ "https://wicg.github.io/compute-pressure/#ref-for-dfn-frequency-5", "https://wicg.github.io/compute-pressure/#processing-model", "https://wicg.github.io/compute-pressure/#x4-5-processing-model", + "https://wicg.github.io/compute-pressure/#handle-cpu-frequency", + "https://wicg.github.io/compute-pressure/#x4-5-1-normalize-and-aggregate-cpu-frequency", + "https://wicg.github.io/compute-pressure/#issue-container-generatedID-0", + "https://wicg.github.io/compute-pressure/#h-note-0", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-dynamic-frequency-scaling-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-2", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-3", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-4", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-5", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-6", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-boost-7", + "https://wicg.github.io/compute-pressure/#create-entry", + "https://wicg.github.io/compute-pressure/#x4-5-2-create-and-populate-a-computepressureentry", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-platform-collector-10", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-3", "https://wicg.github.io/compute-pressure/#notify-observers", - "https://wicg.github.io/compute-pressure/#x4-5-1-notify-compute-pressure-observers", + "https://wicg.github.io/compute-pressure/#x4-5-3-notify-compute-pressure-observers", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-10", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-activated-3", + "https://wicg.github.io/compute-pressure/#ref-for-dfn-callback-2", "https://wicg.github.io/compute-pressure/#security-and-privacy-considerations", "https://wicg.github.io/compute-pressure/#x4-6-security-and-privacy-considerations", "https://wicg.github.io/compute-pressure/#minimizing-information-exposure", @@ -239,19 +260,19 @@ "https://wicg.github.io/compute-pressure/#idl-index", "https://wicg.github.io/compute-pressure/#x4-10-idl-index", "https://wicg.github.io/compute-pressure/#actual-idl-index", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-3", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-10", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-4", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-11", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-12", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-constructor-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureupdatecallback-4", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-5", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-observe-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserver-unobserve-3", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-4", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuspeed-3", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-cpuutilization-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-5", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuspeed-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-cpuutilization-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-6", - "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserverupdate-options-3", + "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureentry-options-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-7", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuutilizationthresholds-3", "https://wicg.github.io/compute-pressure/#ref-for-dom-computepressureobserveroptions-cpuspeedthresholds-3", diff --git a/tr/ids/css-cascade-6.json b/tr/ids/css-cascade-6.json index 12a24c0d06a6..6174f1ae48e2 100644 --- a/tr/ids/css-cascade-6.json +++ b/tr/ids/css-cascade-6.json @@ -259,7 +259,6 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-revert-layer", "https://drafts.csswg.org/css-cascade-6/#additions-l3", "https://drafts.csswg.org/css-cascade-6/#ref-for-valdef-all-revert", - "https://drafts.csswg.org/css-cascade-6/#ref-for-funcdef-supports", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-import%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-encapsulation-contexts%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade%E2%91%A2", @@ -298,7 +297,6 @@ "https://drafts.csswg.org/css-cascade-6/#term-for-cascade-origin-ua", "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-color-plum", "https://drafts.csswg.org/css-cascade-6/#term-for-valdef-color-teal", - "https://drafts.csswg.org/css-cascade-6/#term-for-funcdef-supports", "https://drafts.csswg.org/css-cascade-6/#term-for-tree-context", "https://drafts.csswg.org/css-cascade-6/#term-for-typedef-stylesheet", "https://drafts.csswg.org/css-cascade-6/#term-for-at-rule", @@ -325,7 +323,6 @@ "https://drafts.csswg.org/css-cascade-6/#normative", "https://drafts.csswg.org/css-cascade-6/#biblio-css-animations-1", "https://drafts.csswg.org/css-cascade-6/#biblio-css-cascade-5", - "https://drafts.csswg.org/css-cascade-6/#biblio-css-conditional-4", "https://drafts.csswg.org/css-cascade-6/#biblio-css-scoping-1", "https://drafts.csswg.org/css-cascade-6/#biblio-css-syntax-3", "https://drafts.csswg.org/css-cascade-6/#biblio-css-transitions-1", diff --git a/tr/ids/css-color-4.json b/tr/ids/css-color-4.json index 57c61381e070..ce8ee28d2c64 100644 --- a/tr/ids/css-color-4.json +++ b/tr/ids/css-color-4.json @@ -8,7 +8,7 @@ "https://www.w3.org/TR/css-color-4/#toc-jump", "https://www.w3.org/TR/css-color-4/#toc-toggle", "https://www.w3.org/TR/css-color-4/#title", - "https://www.w3.org/TR/css-color-4/#profile-and-date", + "https://www.w3.org/TR/css-color-4/#w3c-state", "https://www.w3.org/TR/css-color-4/#abstract", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color", "https://www.w3.org/TR/css-color-4/#status", @@ -30,6 +30,14 @@ "https://www.w3.org/TR/css-color-4/#additive-color-space", "https://www.w3.org/TR/css-color-4/#ex-additivity", "https://www.w3.org/TR/css-color-4/#chromaticity", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb", + "https://www.w3.org/TR/css-color-4/#white-point", + "https://www.w3.org/TR/css-color-4/#ref-for-white-point", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint", + "https://www.w3.org/TR/css-color-4/#ref-for-white-point%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#d50-whitepoint", + "https://www.w3.org/TR/css-color-4/#d65-whitepoint", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A1", "https://www.w3.org/TR/css-color-4/#characterized", "https://www.w3.org/TR/css-color-4/#calibrated", @@ -56,31 +64,37 @@ "https://www.w3.org/TR/css-color-4/#alpha-channel", "https://www.w3.org/TR/css-color-4/#typedef-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-absolute-color-base", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-4/#typedef-absolute-color-base", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-named-color", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color", "https://www.w3.org/TR/css-color-4/#color-functions", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0", @@ -89,11 +103,14 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A1", "https://www.w3.org/TR/css-color-4/#cylindrical-polar-color", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue", "https://www.w3.org/TR/css-color-4/#rectangular-orthogonal-color", @@ -103,9 +120,46 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-hue", "https://www.w3.org/TR/css-color-4/#ref-for-number-value", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-angle-value", - "https://www.w3.org/TR/css-color-4/#NaN-hue", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#missing", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#missing-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white", + "https://www.w3.org/TR/css-color-4/#valdef-color-none", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ex-missing-hue", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-green", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-white%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ex-grayscale-with-missing", + "https://www.w3.org/TR/css-color-4/#powerless", + "https://www.w3.org/TR/css-color-4/#powerless-color-component", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A6", "https://www.w3.org/TR/css-color-4/#notes", "https://www.w3.org/TR/css-color-4/#tagged-images", "https://www.w3.org/TR/css-color-4/#tagged-image", @@ -128,7 +182,7 @@ "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A0", @@ -137,25 +191,32 @@ "https://www.w3.org/TR/css-color-4/#ex-hsl-computed", "https://www.w3.org/TR/css-color-4/#resolving-lab-lch-values", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value", "https://www.w3.org/TR/css-color-4/#ex-lch-computed", + "https://www.w3.org/TR/css-color-4/#resolving-oklab-oklch-values", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-oklch-computed", "https://www.w3.org/TR/css-color-4/#resolving-color-function-values", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-p3-computed", - "https://www.w3.org/TR/css-color-4/#resolving-device-cmyk-values", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-actual-value", - "https://www.w3.org/TR/css-color-4/#ex-device-cmyk-used", + "https://www.w3.org/TR/css-color-4/#ex-p3-computed", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#wx-xyz-computed", "https://www.w3.org/TR/css-color-4/#resolving-other-colors", "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A0", @@ -174,73 +235,82 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#serializing-alpha-values", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ex-alpha-trimzero", "https://www.w3.org/TR/css-color-4/#ex-alpha-round", "https://www.w3.org/TR/css-color-4/#serializing-sRGB-values", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-named-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ex-rgb-ser-int-rgba", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value", + "https://www.w3.org/TR/css-color-4/#sRGB-precision", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ex-rgb-number", "https://www.w3.org/TR/css-color-4/#ex-rgb-notrail", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-goldenrod", "https://www.w3.org/TR/css-color-4/#serializing-lab-lch", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ex-lab-zero-a", "https://www.w3.org/TR/css-color-4/#ex-lch-serial", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb", "https://www.w3.org/TR/css-color-4/#ex-lch-alpha", + "https://www.w3.org/TR/css-color-4/#serializing-oklab-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ex-oklab-trailzero", + "https://www.w3.org/TR/css-color-4/#ex-oklch-serial", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ex-oklch-alpha", "https://www.w3.org/TR/css-color-4/#serializing-color-function-values", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ex-color-serial", - "https://www.w3.org/TR/css-color-4/#ex-color-swop-serial", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3", + "https://www.w3.org/TR/css-color-4/#predefined-precision-table", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ex-color-prophoto-alpha-serial", - "https://www.w3.org/TR/css-color-4/#serializing-device-cmyk-values", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-computed-value%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-device-cmyk-serial", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A2", "https://www.w3.org/TR/css-color-4/#serializing-other-colors", "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A1", @@ -251,13 +321,13 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-transparent%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A6", "https://www.w3.org/TR/css-color-4/#numeric-srgb", - "https://www.w3.org/TR/css-color-4/#ref-for-sRGB", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-sRGB-space", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-hex-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-color-functions", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-color-functions%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A4", @@ -270,22 +340,26 @@ "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#funcdef-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0", "https://www.w3.org/TR/css-color-4/#typedef-alpha-value", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A0", @@ -293,8 +367,8 @@ "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A3", @@ -499,6 +573,8 @@ "https://www.w3.org/TR/css-color-4/#valdef-system-color-fieldtext", "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlight", "https://www.w3.org/TR/css-color-4/#valdef-system-color-highlighttext", + "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditem", + "https://www.w3.org/TR/css-color-4/#valdef-system-color-selecteditemtext", "https://www.w3.org/TR/css-color-4/#valdef-system-color-mark", "https://www.w3.org/TR/css-color-4/#ref-for-the-mark-element", "https://www.w3.org/TR/css-color-4/#valdef-system-color-marktext", @@ -527,6 +603,8 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvas%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-highlight", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-highlighttext", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-selecteditem", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-selecteditemtext", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-graytext", "https://www.w3.org/TR/css-color-4/#ex-SystemCombo", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-system-color%E2%91%A6", @@ -552,16 +630,22 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#the-hsl-notation", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#funcdef-hsl", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ex-hsl-primary-red", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-red", "https://www.w3.org/TR/css-color-4/#ex-hsl-tweak", @@ -569,8 +653,8 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-blue", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-yellow", "https://www.w3.org/TR/css-color-4/#ex-hsl-sucks-more", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A2", @@ -579,237 +663,268 @@ "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A4", "https://www.w3.org/TR/css-color-4/#funcdef-hsla", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-4/#hsl-to-rgb", + "https://www.w3.org/TR/css-color-4/#rgb-to-hsl", "https://www.w3.org/TR/css-color-4/#hsl-examples", - "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9", + "https://www.w3.org/TR/css-color-4/#hsltable", "https://www.w3.org/TR/css-color-4/#the-hwb-notation", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A6", "https://www.w3.org/TR/css-color-4/#funcdef-hwb", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#hwb-to-rgb", "https://www.w3.org/TR/css-color-4/#rgb-to-hwb", "https://www.w3.org/TR/css-color-4/#hwb-examples", "https://www.w3.org/TR/css-color-4/#lab-colors", + "https://www.w3.org/TR/css-color-4/#cie-lab", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint", "https://www.w3.org/TR/css-color-4/#chromatic-adaptation-transform", + "https://www.w3.org/TR/css-color-4/#ok-lab", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#CIELCH-blue-hueshift", + "https://www.w3.org/TR/css-color-4/#OKLCH-blue-no-hueshift", "https://www.w3.org/TR/css-color-4/#specifying-lab-lch", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A7", "https://www.w3.org/TR/css-color-4/#funcdef-lab", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#issue-e05ac5c3", "https://www.w3.org/TR/css-color-4/#ex-lab-samples", "https://www.w3.org/TR/css-color-4/#funcdef-lch", "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#issue-1813c844", "https://www.w3.org/TR/css-color-4/#ex-lch-samples", - "https://www.w3.org/TR/css-color-4/#rgb-to-lab", - "https://www.w3.org/TR/css-color-4/#linear-light-sRGB", - "https://www.w3.org/TR/css-color-4/#lab-to-rgb", - "https://www.w3.org/TR/css-color-4/#cmyk-to-lab", - "https://www.w3.org/TR/css-color-4/#lab-to-cmyk", + "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#funcdef-oklab", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ex-oklab-samples", + "https://www.w3.org/TR/css-color-4/#funcdef-oklch", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ex-oklch-samples", "https://www.w3.org/TR/css-color-4/#lab-to-lch", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A7", "https://www.w3.org/TR/css-color-4/#lch-to-lab", - "https://www.w3.org/TR/css-color-4/#icc-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-color", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#predefined", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ex-profiles-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile", "https://www.w3.org/TR/css-color-4/#color-function", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-color-space%E2%91%A8", "https://www.w3.org/TR/css-color-4/#funcdef-color", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-number-percentage", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-one-plus", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#colorspace-params", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#predefined-rgb-params", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#predefined-rgb", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#xyz-params", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#xyz", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/css-color-4/#invalid-color", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color", "https://www.w3.org/TR/css-color-4/#valid-color", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#out-of-gamut", - "https://www.w3.org/TR/css-color-4/#ref-for-gamut-map", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-css-color-profile", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A0", "https://www.w3.org/TR/css-color-4/#cant-be-displayed", "https://www.w3.org/TR/css-color-4/#can-be-displayed", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-out-of-gamut%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-valid-color%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-cant-be-displayed", - "https://www.w3.org/TR/css-color-4/#ref-for-gamut-map%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-opaque-black", "https://www.w3.org/TR/css-color-4/#ex-2020-oog-p3", "https://www.w3.org/TR/css-color-4/#ex-profoto-bad", "https://www.w3.org/TR/css-color-4/#ref-for-opaque-black%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#predefined", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#sRGB", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#predefined-sRGB", + "https://www.w3.org/TR/css-color-4/#sRGB-space", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-color-4/#valdef-color-srgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#predefined-sRGB-linear", + "https://www.w3.org/TR/css-color-4/#sRGB-linear-space", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#valdef-color-srgb-linear", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#srgb-linear-swatches", + "https://www.w3.org/TR/css-color-4/#predefined-display-p3", "https://www.w3.org/TR/css-color-4/#valdef-color-display-p3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#predefined-a98-rgb", "https://www.w3.org/TR/css-color-4/#valdef-color-a98-rgb", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#predefined-prophoto-rgb", "https://www.w3.org/TR/css-color-4/#valdef-color-prophoto-rgb", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#predefined-rec2020", "https://www.w3.org/TR/css-color-4/#valdef-color-rec2020", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#predefined-xyz", + "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d50", + "https://www.w3.org/TR/css-color-4/#valdef-color-xyz-d65", "https://www.w3.org/TR/css-color-4/#valdef-color-xyz", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ex-xyz", + "https://www.w3.org/TR/css-color-4/#predefined-to-lab-oklab", "https://www.w3.org/TR/css-color-4/#predefined-to-lab", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#lab-to-predefined", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#predefined-to-oklab", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#oklab-lab-to-predefined", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#lab-to-predefined", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#oklab-to-predefined", + "https://www.w3.org/TR/css-color-4/#ref-for-d65-whitepoint%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#predefined-to-predefined", - "https://www.w3.org/TR/css-color-4/#at-profile", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#at-ruledef-profile", - "https://www.w3.org/TR/css-color-4/#css-color-profile", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-declaration-list", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dashed-ident%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-css-color-profile%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#descdef-color-profile-src", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-url-value", - "https://www.w3.org/TR/css-color-4/#ref-for-descdef-color-profile-src", - "https://www.w3.org/TR/css-color-4/#ref-for-invalid-color%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#descdef-color-profile-rendering-intent", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-css-color-profile%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#gamut-map", - "https://www.w3.org/TR/css-color-4/#ref-for-descdef-color-profile-rendering-intent", - "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-relative-colorimetric", - "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-absolute-colorimetric", - "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-perceptual", - "https://www.w3.org/TR/css-color-4/#valdef-color-profile-rendering-intent-saturation", - "https://www.w3.org/TR/css-color-4/#descdef-color-profile-components", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-comma%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ex-components-cmyk", - "https://www.w3.org/TR/css-color-4/#ex-components-cmykogv", - "https://www.w3.org/TR/css-color-4/#cal-cmyk", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ex-fogra", - "https://www.w3.org/TR/css-color-4/#fogra51-roundtrip", - "https://www.w3.org/TR/css-color-4/#ex-swop5v2", - "https://www.w3.org/TR/css-color-4/#ex-fogra39-fallback-mq", - "https://www.w3.org/TR/css-color-4/#ex-fogra55beta-7color", - "https://www.w3.org/TR/css-color-4/#device-cmyk", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#funcdef-device-cmyk", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-cmyk-component", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-num%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-comma%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#typedef-cmyk-component", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-naively-convert-from-cmyk-to-rgba", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ex-device-cmyk-naive", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ex-device-cmyk-colprof", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#cmyk-rgb", - "https://www.w3.org/TR/css-color-4/#naively-convert-from-cmyk-to-rgba", - "https://www.w3.org/TR/css-color-4/#naively-convert-from-rgba-to-cmyk", "https://www.w3.org/TR/css-color-4/#transparency", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity", "https://www.w3.org/TR/css-color-4/#propdef-opacity", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A1", "https://www.w3.org/TR/css-color-4/#arabic-opacity-rendering", @@ -821,24 +936,62 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-z-index-auto", "https://www.w3.org/TR/css-color-4/#alpha", "https://www.w3.org/TR/css-color-4/#interpolation", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#issue-7fabb422", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-currentcolor%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-text-emphasis-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#interpolation-space", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-gradient", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-filter", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-animation", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-transition", + "https://www.w3.org/TR/css-color-4/#host-syntax", + "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method", + "https://www.w3.org/TR/css-color-4/#typedef-rectangular-color-space", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#typedef-polar-color-space", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#typedef-hue-interpolation-method", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#color-interpolation-method", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space", + "https://www.w3.org/TR/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method", + "https://www.w3.org/TR/css-color-4/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-rectangular-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-polar-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A7", "https://www.w3.org/TR/css-color-4/#interpolation-alpha", "https://www.w3.org/TR/css-color-4/#premultiplied-color-values", "https://www.w3.org/TR/css-color-4/#ref-for-rectangular-orthogonal-color", "https://www.w3.org/TR/css-color-4/#ref-for-cylindrical-polar-color", + "https://www.w3.org/TR/css-color-4/#premultiplied", + "https://www.w3.org/TR/css-color-4/#ex-gradient-transition-premultiply", "https://www.w3.org/TR/css-color-4/#ex-premultiplied-srgb", "https://www.w3.org/TR/css-color-4/#ex-premultiplied-lab", "https://www.w3.org/TR/css-color-4/#ex-premultiplied-lch", - "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9", "https://www.w3.org/TR/css-color-4/#hue-interpolation", + "https://www.w3.org/TR/css-color-4/#ref-for-color-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hue-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-powerless-color-component%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-missing-color-component%E2%91%A8", "https://www.w3.org/TR/css-color-4/#hue-shorter", "https://www.w3.org/TR/css-color-4/#shorter", "https://www.w3.org/TR/css-color-4/#hue-longer", @@ -849,16 +1002,37 @@ "https://www.w3.org/TR/css-color-4/#decreasing", "https://www.w3.org/TR/css-color-4/#hue-specified", "https://www.w3.org/TR/css-color-4/#specified", - "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#issue-d41d8cd9%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#gamut-mapping", + "https://www.w3.org/TR/css-color-4/#gamut-mapping-intro", + "https://www.w3.org/TR/css-color-4/#GM-clip", + "https://www.w3.org/TR/css-color-4/#ex-gamut-clip-hue-shift", + "https://www.w3.org/TR/css-color-4/#GM-closest", + "https://www.w3.org/TR/css-color-4/#minde", + "https://www.w3.org/TR/css-color-4/#GM-chroma", + "https://www.w3.org/TR/css-color-4/#ex-gamutmap-p3-yellow-to-srgb", + "https://www.w3.org/TR/css-color-4/#gamutmap-p3-yellow", + "https://www.w3.org/TR/css-color-4/#GM-excessive-reduction", + "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-noclip", + "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-noclip%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#GM-chroma-local-MINDE", + "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-clip", + "https://www.w3.org/TR/css-color-4/#CIELCH-p3-yellow-clip%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#GM-hue-curvature", + "https://www.w3.org/TR/css-color-4/#css-gamut-mapping", + "https://www.w3.org/TR/css-color-4/#css-gamut-mapping-algorithm", + "https://www.w3.org/TR/css-color-4/#binsearch", + "https://www.w3.org/TR/css-color-4/#css-gamut-map", "https://www.w3.org/TR/css-color-4/#sample", "https://www.w3.org/TR/css-color-4/#color-conversion-code", "https://www.w3.org/TR/css-color-4/#color-difference-code", + "https://www.w3.org/TR/css-color-4/#color-difference-2000", + "https://www.w3.org/TR/css-color-4/#color-difference-OK", "https://www.w3.org/TR/css-color-4/#deprecated-system-colors", "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#typedef-deprecated-colors", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-colors", + "https://www.w3.org/TR/css-color-4/#typedef-deprecated-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-deprecated-color%E2%91%A0", "https://www.w3.org/TR/css-color-4/#activeborder", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A1", "https://www.w3.org/TR/css-color-4/#activecaption", @@ -905,51 +1079,83 @@ "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-buttonborder%E2%91%A7", "https://www.w3.org/TR/css-color-4/#windowtext", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-canvastext%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#quirky-color", + "https://www.w3.org/TR/css-color-4/#ref-for-concept-document-quirks", + "https://www.w3.org/TR/css-color-4/#typedef-quirky-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-top-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-right-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-bottom-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-border-left-color", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-background", + "https://www.w3.org/TR/css-color-4/#ref-for-functional-notation", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color-mix%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-supports", + "https://www.w3.org/TR/css-color-4/#ref-for-dom-css-supports-conditiontext", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-quirky-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-number-token", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dimension-token", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident-token", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-ident-token%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-number-token%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color%E2%91%A1", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-dimension-token%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-hex-color%E2%91%A2", "https://www.w3.org/TR/css-color-4/#acknowledgments", "https://www.w3.org/TR/css-color-4/#changes", + "https://www.w3.org/TR/css-color-4/#changes-from-20210601", + "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-none%E2%91%A3", "https://www.w3.org/TR/css-color-4/#changes-from-20201112", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#changes-from-20191105", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A0", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#changes-from-20191105", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-4/#ref-for-d50-whitepoint%E2%91%A8", "https://www.w3.org/TR/css-color-4/#changes-from-20160705", "https://www.w3.org/TR/css-color-4/#changes-from-3", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lab%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-color%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-lch%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklab%E2%91%A7", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-oklch%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-color%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hwb%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-valdef-color-rebeccapurple", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-integer-value%E2%91%A1", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-angle-value%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-rgba%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsl%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-4/#ref-for-funcdef-hsla%E2%91%A8", - "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-4/#priv-sec", + "https://www.w3.org/TR/css-color-4/#ref-for-typedef-alpha-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-4/#security", + "https://www.w3.org/TR/css-color-4/#privacy", "https://www.w3.org/TR/css-color-4/#a11y-sec", "https://www.w3.org/TR/css-color-4/#ref-for-css-system-colors%E2%91%A4", "https://www.w3.org/TR/css-color-4/#w3c-conformance", @@ -962,27 +1168,38 @@ "https://www.w3.org/TR/css-color-4/#index", "https://www.w3.org/TR/css-color-4/#index-defined-here", "https://www.w3.org/TR/css-color-4/#index-defined-elsewhere", - "https://www.w3.org/TR/css-color-4/#term-for-actual-value", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-animation", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-background", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-background-color", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-bottom-color", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-color", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-left-color", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-right-color", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-border-top-color", "https://www.w3.org/TR/css-color-4/#term-for-computed-value", "https://www.w3.org/TR/css-color-4/#term-for-inherited-value", "https://www.w3.org/TR/css-color-4/#term-for-specified-value", "https://www.w3.org/TR/css-color-4/#term-for-used-value", + "https://www.w3.org/TR/css-color-4/#term-for-funcdef-color-mix", "https://www.w3.org/TR/css-color-4/#term-for-forced-colors-mode", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-declaration-list", + "https://www.w3.org/TR/css-color-4/#term-for-at-ruledef-supports", + "https://www.w3.org/TR/css-color-4/#term-for-dom-css-supports-conditiontext", + "https://www.w3.org/TR/css-color-4/#term-for-typedef-gradient", + "https://www.w3.org/TR/css-color-4/#term-for-typedef-dimension-token", "https://www.w3.org/TR/css-color-4/#term-for-typedef-hash-token", + "https://www.w3.org/TR/css-color-4/#term-for-typedef-ident-token", + "https://www.w3.org/TR/css-color-4/#term-for-typedef-number-token", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-transition", + "https://www.w3.org/TR/css-color-4/#term-for-mult-comma", + "https://www.w3.org/TR/css-color-4/#term-for-comb-comma", "https://www.w3.org/TR/css-color-4/#term-for-angle-value", + "https://www.w3.org/TR/css-color-4/#term-for-typedef-ident", "https://www.w3.org/TR/css-color-4/#term-for-integer-value", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-number-percentage", "https://www.w3.org/TR/css-color-4/#term-for-number-value", "https://www.w3.org/TR/css-color-4/#term-for-percentage-value", - "https://www.w3.org/TR/css-color-4/#term-for-url-value", - "https://www.w3.org/TR/css-color-4/#term-for-mult-comma", - "https://www.w3.org/TR/css-color-4/#term-for-mult-one-plus", - "https://www.w3.org/TR/css-color-4/#term-for-comb-comma", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-dashed-ident", - "https://www.w3.org/TR/css-color-4/#term-for-typedef-ident", "https://www.w3.org/TR/css-color-4/#term-for-mult-opt", "https://www.w3.org/TR/css-color-4/#term-for-css-wide-keywords", + "https://www.w3.org/TR/css-color-4/#term-for-functional-notation", "https://www.w3.org/TR/css-color-4/#term-for-css-keyword", "https://www.w3.org/TR/css-color-4/#term-for-mult-num", "https://www.w3.org/TR/css-color-4/#term-for-comb-one", @@ -990,6 +1207,8 @@ "https://www.w3.org/TR/css-color-4/#term-for-propdef-z-index", "https://www.w3.org/TR/css-color-4/#term-for-propdef-text-emphasis-color", "https://www.w3.org/TR/css-color-4/#term-for-resolved-value", + "https://www.w3.org/TR/css-color-4/#term-for-concept-document-quirks", + "https://www.w3.org/TR/css-color-4/#term-for-propdef-filter", "https://www.w3.org/TR/css-color-4/#term-for-the-mark-element", "https://www.w3.org/TR/css-color-4/#term-for-descdef-media-forced-colors", "https://www.w3.org/TR/css-color-4/#term-for-media-feature", @@ -999,20 +1218,29 @@ "https://www.w3.org/TR/css-color-4/#biblio-bradford-cat", "https://www.w3.org/TR/css-color-4/#biblio-cielab", "https://www.w3.org/TR/css-color-4/#biblio-compositing", + "https://www.w3.org/TR/css-color-4/#biblio-css-animations-1", + "https://www.w3.org/TR/css-color-4/#biblio-css-backgrounds-3", "https://www.w3.org/TR/css-color-4/#biblio-css-cascade-5", + "https://www.w3.org/TR/css-color-4/#biblio-css-color-5", "https://www.w3.org/TR/css-color-4/#biblio-css-color-adjust-1", + "https://www.w3.org/TR/css-color-4/#biblio-css-conditional-3", + "https://www.w3.org/TR/css-color-4/#biblio-css-images-4", "https://www.w3.org/TR/css-color-4/#biblio-css-syntax-3", + "https://www.w3.org/TR/css-color-4/#biblio-css-transitions-1", "https://www.w3.org/TR/css-color-4/#biblio-css-values-3", "https://www.w3.org/TR/css-color-4/#biblio-css-values-4", "https://www.w3.org/TR/css-color-4/#biblio-css2", "https://www.w3.org/TR/css-color-4/#biblio-css3-text-decor", "https://www.w3.org/TR/css-color-4/#biblio-cssom-1", "https://www.w3.org/TR/css-color-4/#biblio-dci-p3", + "https://www.w3.org/TR/css-color-4/#biblio-dom", + "https://www.w3.org/TR/css-color-4/#biblio-filter-effects-1", "https://www.w3.org/TR/css-color-4/#biblio-html", "https://www.w3.org/TR/css-color-4/#biblio-icc", "https://www.w3.org/TR/css-color-4/#biblio-itu-r-bt601", "https://www.w3.org/TR/css-color-4/#biblio-itu-r-bt709", "https://www.w3.org/TR/css-color-4/#biblio-mediaqueries-5", + "https://www.w3.org/TR/css-color-4/#biblio-oklab", "https://www.w3.org/TR/css-color-4/#biblio-rec2020", "https://www.w3.org/TR/css-color-4/#biblio-rfc2119", "https://www.w3.org/TR/css-color-4/#biblio-smpte296", @@ -1026,14 +1254,8 @@ "https://www.w3.org/TR/css-color-4/#biblio-tiff", "https://www.w3.org/TR/css-color-4/#biblio-wcag21", "https://www.w3.org/TR/css-color-4/#property-index", - "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-4/#ref-for-propdef-color%E2%91%A7", "https://www.w3.org/TR/css-color-4/#ref-for-propdef-opacity%E2%91%A5", - "https://www.w3.org/TR/css-color-4/#color-profile-descriptor-table", - "https://www.w3.org/TR/css-color-4/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-4/#ref-for-descdef-color-profile-components", - "https://www.w3.org/TR/css-color-4/#ref-for-descdef-color-profile-rendering-intent%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#ref-for-descdef-color-profile-src%E2%91%A0", - "https://www.w3.org/TR/css-color-4/#issues-index", - "https://www.w3.org/TR/css-color-4/#back-to-top" + "https://www.w3.org/TR/css-color-4/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-color-5.json b/tr/ids/css-color-5.json index 1fd6a6309c02..1448fad3c252 100644 --- a/tr/ids/css-color-5.json +++ b/tr/ids/css-color-5.json @@ -8,7 +8,7 @@ "https://www.w3.org/TR/css-color-5/#toc-jump", "https://www.w3.org/TR/css-color-5/#toc-toggle", "https://www.w3.org/TR/css-color-5/#title", - "https://www.w3.org/TR/css-color-5/#profile-and-date", + "https://www.w3.org/TR/css-color-5/#w3c-state", "https://www.w3.org/TR/css-color-5/#abstract", "https://www.w3.org/TR/css-color-5/#status", "https://www.w3.org/TR/css-color-5/#w3c_process_revision", @@ -17,65 +17,49 @@ "https://www.w3.org/TR/css-color-5/#intro", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast", - "https://www.w3.org/TR/css-color-5/#color-spaces", - "https://www.w3.org/TR/css-color-5/#typedef-color-space", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-srgb", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-hsl", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-hwb", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-xyz", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-lab", - "https://www.w3.org/TR/css-color-5/#valdef-color-space-lch", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-lch", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-xyz", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color", "https://www.w3.org/TR/css-color-5/#color-mix", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space", "https://www.w3.org/TR/css-color-5/#funcdef-color-mix", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-color-interpolation-method", "https://www.w3.org/TR/css-color-5/#ref-for-comb-comma", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-comb-all", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt", "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-adjuster", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#typedef-hue-adjuster", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ex-mix-syntactic", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-adjuster%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-adjuster%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-adjuster%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue-interpolation-method%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ex-mix-lch-peru40", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch", "https://www.w3.org/TR/css-color-5/#ex-mix-lch-teal65", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-lch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-lch", "https://www.w3.org/TR/css-color-5/#ex-mix-colorspaces-black-white", "https://www.w3.org/TR/css-color-5/#ex-mix-xyz", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-xyz%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-xyz", + "https://www.w3.org/TR/css-color-5/#ex-mix-blue-white", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ex-premultiply-srgb", + "https://www.w3.org/TR/css-color-5/#ex-premultiply-srgb-2", "https://www.w3.org/TR/css-color-5/#colorcontrast", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-d65-whitepoint", + "https://www.w3.org/TR/css-color-5/#example-4268b349", "https://www.w3.org/TR/css-color-5/#funcdef-color-contrast", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-number-value", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0", "https://www.w3.org/TR/css-color-5/#valdef-color-contrast-aa", "https://www.w3.org/TR/css-color-5/#valdef-color-contrast-aa-large", "https://www.w3.org/TR/css-color-5/#valdef-color-contrast-aaa", @@ -113,11 +97,11 @@ "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#example-73952f26", + "https://www.w3.org/TR/css-color-5/#example-8079a5fd", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-red", - "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-green", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-lime", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-blue", "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-darkolivegreen", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A1", @@ -125,45 +109,57 @@ "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb", "https://www.w3.org/TR/css-color-5/#funcdef-rgb", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#typedef-alpha-value", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A1", "https://www.w3.org/TR/css-color-5/#valdef-rgb-r", "https://www.w3.org/TR/css-color-5/#valdef-rgb-g", "https://www.w3.org/TR/css-color-5/#valdef-rgb-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-5/#valdef-rgb-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-5/#example-077312cb", "https://www.w3.org/TR/css-color-5/#relative-HSL", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl", "https://www.w3.org/TR/css-color-5/#funcdef-hsl", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A3", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A2", @@ -172,22 +168,26 @@ "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-color-5/#valdef-hsl-s", "https://www.w3.org/TR/css-color-5/#valdef-hsl-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-5/#valdef-hsl-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#example-2e48222a", "https://www.w3.org/TR/css-color-5/#relative-HWB", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb", "https://www.w3.org/TR/css-color-5/#funcdef-hwb", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A3", @@ -196,137 +196,388 @@ "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-5/#valdef-hwb-w", "https://www.w3.org/TR/css-color-5/#valdef-hwb-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-color-5/#valdef-hwb-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-5/#relative-Lab", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab", "https://www.w3.org/TR/css-color-5/#funcdef-lab", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lab%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A4", "https://www.w3.org/TR/css-color-5/#valdef-lab-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-color-5/#valdef-lab-a", "https://www.w3.org/TR/css-color-5/#valdef-lab-b", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-color-5/#valdef-lab-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-color-5/#example-35ec0113", "https://www.w3.org/TR/css-color-5/#example-80df9fb3", + "https://www.w3.org/TR/css-color-5/#relative-OKLab", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab", + "https://www.w3.org/TR/css-color-5/#funcdef-oklab", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklab%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#valdef-oklab-l", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#valdef-oklab-a", + "https://www.w3.org/TR/css-color-5/#valdef-oklab-b", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#valdef-oklab-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-color-5/#relative-LCH", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A2", "https://www.w3.org/TR/css-color-5/#funcdef-lch", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A7", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-lch%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A6", "https://www.w3.org/TR/css-color-5/#valdef-lch-l", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-color-5/#valdef-lch-c", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-color-5/#valdef-lch-h", "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-color-5/#valdef-lch-alpha", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-color-5/#example-f950a899", "https://www.w3.org/TR/css-color-5/#example-d5df127d", "https://www.w3.org/TR/css-color-5/#example-634fc265", "https://www.w3.org/TR/css-color-5/#ex-wildly-oog", - "https://www.w3.org/TR/css-color-5/#relative-color-function", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color", - "https://www.w3.org/TR/css-color-5/#funcdef-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#relative-OKLCH", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch", + "https://www.w3.org/TR/css-color-5/#funcdef-oklch", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-hue%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-oklch%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-l", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-c", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-h", + "https://www.w3.org/TR/css-color-5/#ref-for-angle-value%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#valdef-oklch-alpha", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ex-oklch-wildly-oog", + "https://www.w3.org/TR/css-color-5/#color-function", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-color-space", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#funcdef-color", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-color-5/#colorspace-params", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-color-5/#custom-params", "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A1", "https://www.w3.org/TR/css-color-5/#predefined-rgb-params", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A2", "https://www.w3.org/TR/css-color-5/#predefined-rgb", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-color-5/#xyz-params", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A3", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#xyz", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#invalid-color", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color", + "https://www.w3.org/TR/css-color-5/#valid-color", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#out-of-gamut", + "https://www.w3.org/TR/css-color-5/#ref-for-gamut-map", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut", + "https://www.w3.org/TR/css-color-5/#relative-color-function", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A8", "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-components", "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-color-5/#valdef-color-r", "https://www.w3.org/TR/css-color-5/#valdef-color-g", "https://www.w3.org/TR/css-color-5/#valdef-color-b", - "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-channel-keyword%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-color-5/#valdef-color-x", "https://www.w3.org/TR/css-color-5/#valdef-color-y", "https://www.w3.org/TR/css-color-5/#valdef-color-z", - "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-color-5/#serial", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-origin-color%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-display-p3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#cant-be-displayed", + "https://www.w3.org/TR/css-color-5/#can-be-displayed", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-out-of-gamut%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-valid-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-cant-be-displayed", + "https://www.w3.org/TR/css-color-5/#ref-for-gamut-map%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-opaque-black", + "https://www.w3.org/TR/css-color-5/#ex-2020-oog-p3", + "https://www.w3.org/TR/css-color-5/#ex-profoto-bad", + "https://www.w3.org/TR/css-color-5/#ref-for-opaque-black%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#custom-color", + "https://www.w3.org/TR/css-color-5/#ref-for-color", + "https://www.w3.org/TR/css-color-5/#ex-profiles-colors", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#at-profile", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#at-ruledef-profile", + "https://www.w3.org/TR/css-color-5/#css-color-profile", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-declaration-list", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#descdef-color-profile-src", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-url-value", + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-src", + "https://www.w3.org/TR/css-color-5/#ref-for-invalid-color%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#fetch-an-external-color-profile", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-fetch-a-style-resource", + "https://www.w3.org/TR/css-color-5/#ref-for-concept-css-rule-parent-css-style-sheet", + "https://www.w3.org/TR/css-color-5/#ref-for-concept-response", + "https://www.w3.org/TR/css-color-5/#descdef-color-profile-rendering-intent", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-css-color-profile%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#gamut-map", + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-rendering-intent", + "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-relative-colorimetric", + "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-absolute-colorimetric", + "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-perceptual", + "https://www.w3.org/TR/css-color-5/#valdef-color-profile-rendering-intent-saturation", + "https://www.w3.org/TR/css-color-5/#descdef-color-profile-components", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-comma%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-ident%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ex-components-cmyk", + "https://www.w3.org/TR/css-color-5/#ex-components-cmykogv", + "https://www.w3.org/TR/css-color-5/#cal-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ex-fogra", + "https://www.w3.org/TR/css-color-5/#fogra51-roundtrip", + "https://www.w3.org/TR/css-color-5/#ex-swop5v2", + "https://www.w3.org/TR/css-color-5/#ex-fogra39-fallback-mq", + "https://www.w3.org/TR/css-color-5/#ex-fogra55beta-7color", + "https://www.w3.org/TR/css-color-5/#cmyk-to-lab", + "https://www.w3.org/TR/css-color-5/#lab-to-cmyk", + "https://www.w3.org/TR/css-color-5/#device-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#funcdef-device-cmyk", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-cmyk-component", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-num%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-alpha-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#typedef-cmyk-component", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-naive", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-colprof", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#cmyk-rgb", + "https://www.w3.org/TR/css-color-5/#naively-convert-from-cmyk-to-rgba", + "https://www.w3.org/TR/css-color-5/#naively-convert-from-rgba-to-cmyk", + "https://www.w3.org/TR/css-color-5/#resolving-color-values", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#resolving-contrast", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A1", - "https://www.w3.org/TR/css-color-5/#serial-color-mix", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-contrast-aa", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-contrast-aa-large", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-contrast-aaa", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-contrast-aaa-large", + "https://www.w3.org/TR/css-color-5/#example-2127f85d", + "https://www.w3.org/TR/css-color-5/#resolving-device-cmyk-values", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-actual-value", + "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-used", + "https://www.w3.org/TR/css-color-5/#serial", "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#serial-color-mix", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#fn1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hsl%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgba", + "https://www.w3.org/TR/css-color-5/#fn2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-hwb%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgb%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-rgba%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#fn3", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-space-xyz%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-valdef-color-xyz-d65", "https://www.w3.org/TR/css-color-5/#example-4359b61a", "https://www.w3.org/TR/css-color-5/#serial-color-contrast", - "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A2", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-color-5/#example-5c74a843", "https://www.w3.org/TR/css-color-5/#serial-relative-color", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-color-5/#example-6da97e26", - "https://www.w3.org/TR/css-color-5/#priv-sec", + "https://www.w3.org/TR/css-color-5/#serial-custom-color", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A8", + "https://www.w3.org/TR/css-color-5/#ex-color-swop-serial", + "https://www.w3.org/TR/css-color-5/#serializing-device-cmyk-values", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-computed-value", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ref-for-number-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-color-5/#ex-device-cmyk-serial", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A6", + "https://www.w3.org/TR/css-color-5/#sample", + "https://www.w3.org/TR/css-color-5/#security", + "https://www.w3.org/TR/css-color-5/#privacy", "https://www.w3.org/TR/css-color-5/#a11y", "https://www.w3.org/TR/css-color-5/#changes", "https://www.w3.org/TR/css-color-5/#changes-20210601", "https://www.w3.org/TR/css-color-5/#changes-20200303", - "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-typedef-color-space%E2%91%A1", + "https://www.w3.org/TR/css-color-5/#changes-from-3", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A7", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-mix%E2%91%A4", + "https://www.w3.org/TR/css-color-5/#ref-for-funcdef-color-contrast%E2%91%A5", "https://www.w3.org/TR/css-color-5/#w3c-conformance", "https://www.w3.org/TR/css-color-5/#w3c-conventions", "https://www.w3.org/TR/css-color-5/#w3c-example", @@ -337,34 +588,58 @@ "https://www.w3.org/TR/css-color-5/#index", "https://www.w3.org/TR/css-color-5/#index-defined-here", "https://www.w3.org/TR/css-color-5/#index-defined-elsewhere", - "https://www.w3.org/TR/css-color-5/#term-for-typedef-alpha-value", + "https://www.w3.org/TR/css-color-5/#term-for-actual-value", + "https://www.w3.org/TR/css-color-5/#term-for-computed-value", + "https://www.w3.org/TR/css-color-5/#term-for-color-interpolation-method", "https://www.w3.org/TR/css-color-5/#term-for-typedef-color", + "https://www.w3.org/TR/css-color-5/#term-for-typedef-hue-interpolation-method", "https://www.w3.org/TR/css-color-5/#term-for-typedef-hue", - "https://www.w3.org/TR/css-color-5/#term-for-at-ruledef-profile", "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-black", "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-blue", - "https://www.w3.org/TR/css-color-5/#term-for-descdef-color-profile-components", + "https://www.w3.org/TR/css-color-5/#term-for-color", + "https://www.w3.org/TR/css-color-5/#term-for-color-space", + "https://www.w3.org/TR/css-color-5/#term-for-d65-whitepoint", "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-darkolivegreen", - "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-green", + "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-display-p3", + "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-lime", + "https://www.w3.org/TR/css-color-5/#term-for-opaque-black", "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-red", + "https://www.w3.org/TR/css-color-5/#term-for-funcdef-rgba", "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-white", + "https://www.w3.org/TR/css-color-5/#term-for-valdef-color-xyz-d65", + "https://www.w3.org/TR/css-color-5/#term-for-typedef-declaration-list", "https://www.w3.org/TR/css-color-5/#term-for-mult-comma", "https://www.w3.org/TR/css-color-5/#term-for-comb-all", "https://www.w3.org/TR/css-color-5/#term-for-comb-comma", "https://www.w3.org/TR/css-color-5/#term-for-angle-value", "https://www.w3.org/TR/css-color-5/#term-for-typedef-dashed-ident", + "https://www.w3.org/TR/css-color-5/#term-for-typedef-ident", "https://www.w3.org/TR/css-color-5/#term-for-number-value", "https://www.w3.org/TR/css-color-5/#term-for-percentage-value", + "https://www.w3.org/TR/css-color-5/#term-for-url-value", "https://www.w3.org/TR/css-color-5/#term-for-mult-opt", + "https://www.w3.org/TR/css-color-5/#term-for-fetch-a-style-resource", "https://www.w3.org/TR/css-color-5/#term-for-math-function", "https://www.w3.org/TR/css-color-5/#term-for-mult-num", "https://www.w3.org/TR/css-color-5/#term-for-comb-one", + "https://www.w3.org/TR/css-color-5/#term-for-concept-css-rule-parent-css-style-sheet", + "https://www.w3.org/TR/css-color-5/#term-for-concept-response", "https://www.w3.org/TR/css-color-5/#references", "https://www.w3.org/TR/css-color-5/#normative", + "https://www.w3.org/TR/css-color-5/#biblio-css-cascade-5", "https://www.w3.org/TR/css-color-5/#biblio-css-color-4", + "https://www.w3.org/TR/css-color-5/#biblio-css-syntax-3", "https://www.w3.org/TR/css-color-5/#biblio-css-values-4", + "https://www.w3.org/TR/css-color-5/#biblio-cssom-1", + "https://www.w3.org/TR/css-color-5/#biblio-fetch", + "https://www.w3.org/TR/css-color-5/#biblio-icc", "https://www.w3.org/TR/css-color-5/#biblio-rfc2119", "https://www.w3.org/TR/css-color-5/#biblio-wcag21", - "https://www.w3.org/TR/css-color-5/#back-to-top" + "https://www.w3.org/TR/css-color-5/#property-index", + "https://www.w3.org/TR/css-color-5/#color-profile-descriptor-table", + "https://www.w3.org/TR/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-components%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-rendering-intent%E2%91%A0", + "https://www.w3.org/TR/css-color-5/#ref-for-descdef-color-profile-src%E2%91%A0" ] } \ No newline at end of file diff --git a/tr/ids/css-highlight-api-1.json b/tr/ids/css-highlight-api-1.json index 6a94e17529c2..2f87d1f4a2f2 100644 --- a/tr/ids/css-highlight-api-1.json +++ b/tr/ids/css-highlight-api-1.json @@ -8,23 +8,22 @@ "https://www.w3.org/TR/css-highlight-api-1/#toc-jump", "https://www.w3.org/TR/css-highlight-api-1/#toc-toggle", "https://www.w3.org/TR/css-highlight-api-1/#title", - "https://www.w3.org/TR/css-highlight-api-1/#subtitle", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-state", "https://www.w3.org/TR/css-highlight-api-1/#abstract", - "https://www.w3.org/TR/css-highlight-api-1/#status", + "https://www.w3.org/TR/css-highlight-api-1/#sotd", "https://www.w3.org/TR/css-highlight-api-1/#w3c_process_revision", "https://www.w3.org/TR/css-highlight-api-1/#toc", "https://www.w3.org/TR/css-highlight-api-1/#contents", "https://www.w3.org/TR/css-highlight-api-1/#intro", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-selection", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-inactive-selection", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-spelling-error", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-custom-highlight-name", "https://www.w3.org/TR/css-highlight-api-1/#intro-ex", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-highlight-name%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-custom-highlight-name%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightsregister", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightregistry", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range", "https://www.w3.org/TR/css-highlight-api-1/#interaction", @@ -48,151 +47,168 @@ "https://www.w3.org/TR/css-highlight-api-1/#ref-for-abstractrange%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange", - "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A2", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-ident-token", + "https://www.w3.org/TR/css-highlight-api-1/#enumdef-highlighttype", + "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-highlight", + "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-spelling-error", + "https://www.w3.org/TR/css-highlight-api-1/#dom-highlighttype-grammar-error", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-Exposed", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A1", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-highlight", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-cssomstring", - "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-name-initialranges-name", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-abstractrange%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-name-initialranges-initialranges", + "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight-initialranges-initialranges", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-abstractrange%E2%91%A2", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-idl-double", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-idl-long", "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-priority", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-cssomstring%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-enumdef-highlighttype", + "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-type", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type", "https://www.w3.org/TR/css-highlight-api-1/#dom-highlight-highlight", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A2", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-highlight-name-initialranges-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-css-parse-something-according-to-a-css-grammar", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-ident-token%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-throw", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-syntaxerror", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-convert-idl-to-ecmascript-value", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-highlight-name-initialranges-name%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-name%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-highlight-name-initialranges-initialranges", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-highlight", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-highlight-initialranges-initialranges", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-convert-idl-to-ecmascript-value", "https://www.w3.org/TR/css-highlight-api-1/#registration", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register", - "https://www.w3.org/TR/css-highlight-api-1/#highlights-register", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry", + "https://www.w3.org/TR/css-highlight-api-1/#highlight-registry", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-css-highlights", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-css", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-namespacedef-css", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-current-global-object", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-document-window", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-setlike%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-set-entries%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-maplike", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-map-entries", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#registered", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-namespacedef-css", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightsregister%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-namespacedef-css%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightregistry%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#dom-css-highlights", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-Exposed%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#highlightsregister", + "https://www.w3.org/TR/css-highlight-api-1/#highlightregistry", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-idl-DOMString", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A3", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightsregister%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlightsregister-add", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A4", - "https://www.w3.org/TR/css-highlight-api-1/#dom-highlightsregister-add-value-value", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-name", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A6", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlightsregister-add%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A7", - "https://www.w3.org/TR/css-highlight-api-1/#dom-highlightsregister-add", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-set-entries%E2%91%A2", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-name%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-name%E2%91%A2", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlightsregister-add-value-value", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-throw%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-operationerror", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dfn-convert-idl-to-ecmascript-value%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlightsregister-add-value-value%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-context-object", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-name%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-identifier", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A8", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-name%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#styling-problems-with-multiple-names-per-highlight", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-style-rule", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-specificity", "https://www.w3.org/TR/css-highlight-api-1/#styling-highlights", "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-pseudo", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-highlight-name%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#selectordef-highlight-highlight-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-selectordef-highlight-custom-highlight-name%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#selectordef-highlight-custom-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-custom-highlight-name", "https://www.w3.org/TR/css-highlight-api-1/#custom-highlight-pseudo-element", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-contained", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-partially-contained", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A3", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A3", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A8", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-highlight-name%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#typedef-highlight-name", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-highlight-name%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-ident-token%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A6", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-name%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-custom-highlight-name%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#typedef-custom-highlight-name", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-custom-highlight-name%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-typedef-ident-token", "https://www.w3.org/TR/css-highlight-api-1/#processing-model", "https://www.w3.org/TR/css-highlight-api-1/#applicable-properties", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-pseudo-element", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#default-styles", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-pseudo-element%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-pseudo-element%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-originating-element", "https://www.w3.org/TR/css-highlight-api-1/#c-and-h", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-cascade", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-inheritance", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-pseudo-element%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight-pseudo-element%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#painting", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range-collapsed", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#overlap-ranges-ex", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-overlay", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-overlay%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-priority", "https://www.w3.org/TR/css-highlight-api-1/#priorities", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority%E2%91%A1", "https://www.w3.org/TR/css-highlight-api-1/#priority", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-overlay%E2%91%A1", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-priority%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A7", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-priority%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#issue-6b09ba7a", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#issue-7f598661", - "https://www.w3.org/TR/css-highlight-api-1/#issue-9b0b5517", - "https://www.w3.org/TR/css-highlight-api-1/#issue-cf4565a8", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-pseudo-element%E2%91%A6", "https://www.w3.org/TR/css-highlight-api-1/#overlap-highlight-ex", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#highlight-types", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-highlight%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-spelling-error", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-grammar-error", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-highlight%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A6", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-spelling-error%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-spelling-error%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-spelling-error%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-grammar-error%E2%91%A0", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlighttype-highlight%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A7", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-enumdef-highlighttype%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#responding-to-changes", "https://www.w3.org/TR/css-highlight-api-1/#repaint", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A6", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A8", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-priority%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-bp", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-registered%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-highlight-api-1/#issue-a4ade514", "https://www.w3.org/TR/css-highlight-api-1/#range-invalidation", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A3", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-live-range", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-bp%E2%91%A0", @@ -201,30 +217,28 @@ "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-live-range%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-bp%E2%91%A2", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A1", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-range%E2%91%A6", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A3", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A7", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-start-node", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-end-node", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A8", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlights-register%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A4", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-node", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-in-a-document-tree", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-shadow-including-root", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-start-offset", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range-end-offset", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight-registry%E2%91%A5", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange-valid", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-node-length", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-node-length%E2%91%A0", - "https://www.w3.org/TR/css-highlight-api-1/#issue-5f31406a", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A4", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-concept-range%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-highlight-api-1/#issue-d5e91a86", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A5", - "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-staticrange%E2%91%A6", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-custom-highlight%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-highlight-api-1/#ref-for-style-containment", "https://www.w3.org/TR/css-highlight-api-1/#events", "https://www.w3.org/TR/css-highlight-api-1/#issue-3d1f5f66", @@ -233,28 +247,33 @@ "https://www.w3.org/TR/css-highlight-api-1/#credits", "https://www.w3.org/TR/css-highlight-api-1/#issue-f0ab6bff", "https://www.w3.org/TR/css-highlight-api-1/#changes", - "https://www.w3.org/TR/css-highlight-api-1/#conformance", - "https://www.w3.org/TR/css-highlight-api-1/#conventions", - "https://www.w3.org/TR/css-highlight-api-1/#example-ae2b6bc0", - "https://www.w3.org/TR/css-highlight-api-1/#conformance-classes", - "https://www.w3.org/TR/css-highlight-api-1/#partial", - "https://www.w3.org/TR/css-highlight-api-1/#conform-future-proofing", - "https://www.w3.org/TR/css-highlight-api-1/#testing", + "https://www.w3.org/TR/css-highlight-api-1/#changes-since-20201208", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightregistry%E2%91%A1", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlightregistry%E2%91%A2", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-dom-highlight-type%E2%91%A8", + "https://www.w3.org/TR/css-highlight-api-1/#ref-for-highlight%E2%91%A4", + "https://www.w3.org/TR/css-highlight-api-1/#changes-since-20201022", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-conformance", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-conventions", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-example", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-partial", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-highlight-api-1/#w3c-testing", "https://www.w3.org/TR/css-highlight-api-1/#index", "https://www.w3.org/TR/css-highlight-api-1/#index-defined-here", "https://www.w3.org/TR/css-highlight-api-1/#index-defined-elsewhere", "https://www.w3.org/TR/css-highlight-api-1/#term-for-cascade", "https://www.w3.org/TR/css-highlight-api-1/#term-for-inheritance", "https://www.w3.org/TR/css-highlight-api-1/#term-for-style-containment", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-selectordef-inactive-selection", "https://www.w3.org/TR/css-highlight-api-1/#term-for-selectordef-selection", "https://www.w3.org/TR/css-highlight-api-1/#term-for-selectordef-spelling-error", "https://www.w3.org/TR/css-highlight-api-1/#term-for-highlight-overlay", "https://www.w3.org/TR/css-highlight-api-1/#term-for-highlight-pseudo-element", "https://www.w3.org/TR/css-highlight-api-1/#term-for-typedef-ident-token", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-css-parse-something-according-to-a-css-grammar", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-identifier", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-style-rule", "https://www.w3.org/TR/css-highlight-api-1/#term-for-namespacedef-css", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-cssomstring", "https://www.w3.org/TR/css-highlight-api-1/#term-for-abstractrange", "https://www.w3.org/TR/css-highlight-api-1/#term-for-node", "https://www.w3.org/TR/css-highlight-api-1/#term-for-range", @@ -262,30 +281,29 @@ "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range-bp", "https://www.w3.org/TR/css-highlight-api-1/#term-for-range-collapsed", "https://www.w3.org/TR/css-highlight-api-1/#term-for-contained", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-context-object", "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range-end-node", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range-end-offset", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-in-a-document-tree", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-node-length", "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-live-range", "https://www.w3.org/TR/css-highlight-api-1/#term-for-partially-contained", "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-shadow-including-root", "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range-start-node", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-range-start-offset", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-staticrange-valid", "https://www.w3.org/TR/css-highlight-api-1/#term-for-concept-document-window", "https://www.w3.org/TR/css-highlight-api-1/#term-for-current-global-object", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-originating-element", "https://www.w3.org/TR/css-highlight-api-1/#term-for-pseudo-element", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-specificity", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-idl-DOMString", "https://www.w3.org/TR/css-highlight-api-1/#term-for-Exposed", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-operationerror", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-syntaxerror", "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-convert-idl-to-ecmascript-value", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-idl-double", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-idl-long", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-map-entries", + "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-maplike", "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-set-entries", "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-setlike", - "https://www.w3.org/TR/css-highlight-api-1/#term-for-dfn-throw", "https://www.w3.org/TR/css-highlight-api-1/#references", "https://www.w3.org/TR/css-highlight-api-1/#normative", - "https://www.w3.org/TR/css-highlight-api-1/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-highlight-api-1/#biblio-css-cascade-5", "https://www.w3.org/TR/css-highlight-api-1/#biblio-css-contain-2", "https://www.w3.org/TR/css-highlight-api-1/#biblio-css-pseudo-4", "https://www.w3.org/TR/css-highlight-api-1/#biblio-css-syntax-3", diff --git a/tr/ids/css-paint-api-1.json b/tr/ids/css-paint-api-1.json index fa18550f2693..c219788c5664 100644 --- a/tr/ids/css-paint-api-1.json +++ b/tr/ids/css-paint-api-1.json @@ -8,26 +8,29 @@ "https://www.w3.org/TR/css-paint-api-1/#toc-jump", "https://www.w3.org/TR/css-paint-api-1/#toc-toggle", "https://www.w3.org/TR/css-paint-api-1/#title", - "https://www.w3.org/TR/css-paint-api-1/#subtitle", + "https://www.w3.org/TR/css-paint-api-1/#w3c-state", "https://www.w3.org/TR/css-paint-api-1/#abstract", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type", - "https://www.w3.org/TR/css-paint-api-1/#status", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image", + "https://www.w3.org/TR/css-paint-api-1/#sotd", "https://www.w3.org/TR/css-paint-api-1/#w3c_process_revision", "https://www.w3.org/TR/css-paint-api-1/#toc", "https://www.w3.org/TR/css-paint-api-1/#contents", "https://www.w3.org/TR/css-paint-api-1/#intro", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#paint-worklet", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-css-paintworklet", "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-css-paintworklet%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet-global-scope-type", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-css-paintworklet%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet-destination-type", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-namespacedef-css", "https://www.w3.org/TR/css-paint-api-1/#ref-for-SameObject", "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#dom-css-paintworklet", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-css-paintworklet%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-css-paintworklet%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintworkletglobalscope-devicepixelratio", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-window-devicepixelratio", @@ -36,6 +39,7 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-Exposed", "https://www.w3.org/TR/css-paint-api-1/#paintworkletglobalscope", "https://www.w3.org/TR/css-paint-api-1/#ref-for-workletglobalscope", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-undefined", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintworkletglobalscope-registerpaint", "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-DOMString", "https://www.w3.org/TR/css-paint-api-1/#dom-paintworkletglobalscope-registerpaint-name-paintctor-name", @@ -52,12 +56,12 @@ "https://www.w3.org/TR/css-paint-api-1/#paint-definition", "https://www.w3.org/TR/css-paint-api-1/#ref-for-struct", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint", "https://www.w3.org/TR/css-paint-api-1/#paint-definition-class-constructor", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-constructor", "https://www.w3.org/TR/css-paint-api-1/#paint-definition-paint-function", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-common-function", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-function", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-callback-function", "https://www.w3.org/TR/css-paint-api-1/#paint-definition-constructor-valid-flag", "https://www.w3.org/TR/css-paint-api-1/#paint-definition-input-properties", @@ -66,11 +70,12 @@ "https://www.w3.org/TR/css-paint-api-1/#document-paint-definition", "https://www.w3.org/TR/css-paint-api-1/#ref-for-struct%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-document", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A2", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#document-paint-definition-input-properties", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#document-paint-definition-input-argument-syntaxes", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-syntax-definition", "https://www.w3.org/TR/css-paint-api-1/#document-paint-definition-paintrenderingcontext2dsettings-object", "https://www.w3.org/TR/css-paint-api-1/#registering-custom-paint", "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-document%E2%91%A0", @@ -95,22 +100,24 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-map-exists", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-throw%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalidmodificationerror", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-domexception", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-DOMException", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-get-o-p", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-es-type-mapping", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-web-idl-arguments-list-converting", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-throw%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-supported-css-property", "https://www.w3.org/TR/css-paint-api-1/#ref-for-custom-property", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-get-o-p%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-es-type-mapping%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-web-idl-arguments-list-converting%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list-empty", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list-iterate", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-consume-a-syntax-definition", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-throw%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-syntax-definition%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list-append", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-get-o-p%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-es-type-mapping%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-web-idl-arguments-list-converting%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dictdef-paintrenderingcontext2dsettings%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-throw%E2%91%A3", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-isconstructor", @@ -121,8 +128,8 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-throw%E2%91%A5", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-sec-get-o-p%E2%91%A3", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-es-type-mapping%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-common-function%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-web-idl-arguments-list-converting%E2%91%A2", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-function%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dfn-callback-function%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paint-definition", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paint-definition-class-constructor", @@ -155,12 +162,12 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-declaration-value", "https://www.w3.org/TR/css-paint-api-1/#ref-for-mult-opt", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A3", - "https://www.w3.org/TR/css-paint-api-1/#example-aacdb6aa", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A3", + "https://www.w3.org/TR/css-paint-api-1/#example-b92885ef", "https://www.w3.org/TR/css-paint-api-1/#ref-for-propdef-cursor", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalid-image", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A4", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A4", "https://www.w3.org/TR/css-paint-api-1/#ref-for-computed-value", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A3", "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintworkletglobalscope-registerpaint%E2%91%A2", @@ -198,24 +205,28 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvastext", "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvastextdrawingstyles", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A3", + "https://www.w3.org/TR/css-paint-api-1/#paintrenderingcontext2d-output-bitmap", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concrete-object-size", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#example-7aa54882", - "https://www.w3.org/TR/css-paint-api-1/#create-a-paintrenderingcontext2d-object", + "https://www.w3.org/TR/css-paint-api-1/#paintrenderingcontext2d-alpha", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-set-bitmap-dimensions", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A4", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-canvas-alpha", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintrenderingcontext2dsettings-alpha", + "https://www.w3.org/TR/css-paint-api-1/#example-191bbc01", + "https://www.w3.org/TR/css-paint-api-1/#create-a-paintrenderingcontext2d-object", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-set-bitmap-dimensions%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-canvas-set-bitmap-dimensions", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap%E2%91%A3", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-alpha", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintrenderingcontext2dsettings-alpha", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-canvas-set-bitmap-dimensions%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-reset-the-rendering-context-to-its-default-state", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-output-bitmap%E2%91%A5", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d-output-bitmap%E2%91%A4", "https://www.w3.org/TR/css-paint-api-1/#drawing-a-cssimagevalue", "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasimagesource", "https://www.w3.org/TR/css-paint-api-1/#ref-for-cssimagevalue", @@ -225,25 +236,25 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-context-2d-drawimage", "https://www.w3.org/TR/css-paint-api-1/#drawing-an-image", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A4", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-css-box", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-box", "https://www.w3.org/TR/css-paint-api-1/#ref-for-draw-a-paint-image%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-draw-a-paint-image%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A5", - "https://www.w3.org/TR/css-paint-api-1/#example-a848bdf2", + "https://www.w3.org/TR/css-paint-api-1/#example-b382d1f5", "https://www.w3.org/TR/css-paint-api-1/#ref-for-draw-a-paint-image%E2%91%A3", "https://www.w3.org/TR/css-paint-api-1/#ref-for-draw-a-paint-image%E2%91%A4", "https://www.w3.org/TR/css-paint-api-1/#ref-for-object-size-negotiation", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-image-type%E2%91%A5", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-concrete-object-size", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-css-box%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-typedef-image%E2%91%A5", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concrete-object-size%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-box%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A6", "https://www.w3.org/TR/css-paint-api-1/#ref-for-object-size-negotiation%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-intrinsic-dimensions", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-intrinsic-dimensions%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-intrinsic-dimensions%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-intrinsic-dimensions%E2%91%A2", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-natural-dimensions", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-natural-dimensions%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-natural-dimensions%E2%91%A1", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-natural-dimensions%E2%91%A2", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintsize%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-concrete-object-size%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concrete-object-size%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-draw-a-paint-image%E2%91%A5", "https://www.w3.org/TR/css-paint-api-1/#ref-for-funcdef-paint%E2%91%A7", "https://www.w3.org/TR/css-paint-api-1/#ref-for-Exposed%E2%91%A1", @@ -264,13 +275,13 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-document-paint-definition-input-argument-syntaxes%E2%91%A1", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list%E2%91%A3", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalid-image%E2%91%A3", - "https://www.w3.org/TR/css-paint-api-1/#example-d57c69e4", + "https://www.w3.org/TR/css-paint-api-1/#example-a43f39b7", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalid-image%E2%91%A4", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalid-image%E2%91%A5", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A6", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklets-workletglobalscopes", "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-create-a-workletglobalscope", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-worklet-global-scopes", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-create-a-worklet-global-scope", "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A3", "https://www.w3.org/TR/css-paint-api-1/#ref-for-invoke-a-paint-callback", "https://www.w3.org/TR/css-paint-api-1/#ref-for-in-parallel", @@ -312,7 +323,8 @@ "https://www.w3.org/TR/css-paint-api-1/#ref-for-invalid-image%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#global-scope-selection", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A8", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklets-workletglobalscopes%E2%91%A0", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A4", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-concept-worklet-global-scopes%E2%91%A0", "https://www.w3.org/TR/css-paint-api-1/#ref-for-list%E2%91%A4", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintworkletglobalscope%E2%91%A0%E2%91%A0", @@ -327,33 +339,108 @@ "https://www.w3.org/TR/css-paint-api-1/#security-considerations", "https://www.w3.org/TR/css-paint-api-1/#privacy-considerations", "https://www.w3.org/TR/css-paint-api-1/#changes", - "https://www.w3.org/TR/css-paint-api-1/#change-2018-paint-function-webidl", - "https://www.w3.org/TR/css-paint-api-1/#change-2018-filter-input-properties", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintworkletglobalscope-registerpaint%E2%91%A4", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-stylepropertymapreadonly%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#conformance", - "https://www.w3.org/TR/css-paint-api-1/#conventions", - "https://www.w3.org/TR/css-paint-api-1/#example-f839f6c8", - "https://www.w3.org/TR/css-paint-api-1/#conformance-classes", - "https://www.w3.org/TR/css-paint-api-1/#partial", - "https://www.w3.org/TR/css-paint-api-1/#conform-future-proofing", - "https://www.w3.org/TR/css-paint-api-1/#testing", - "https://www.w3.org/TR/css-paint-api-1/#cr-exit-criteria", + "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-paint-api-1/#w3c-conformance", + "https://www.w3.org/TR/css-paint-api-1/#w3c-conventions", + "https://www.w3.org/TR/css-paint-api-1/#example-ae2b6bc0", + "https://www.w3.org/TR/css-paint-api-1/#w3c-conformance-classes", + "https://www.w3.org/TR/css-paint-api-1/#w3c-partial", + "https://www.w3.org/TR/css-paint-api-1/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-paint-api-1/#w3c-testing", + "https://www.w3.org/TR/css-paint-api-1/#w3c-cr-exit-criteria", "https://www.w3.org/TR/css-paint-api-1/#index", "https://www.w3.org/TR/css-paint-api-1/#index-defined-here", "https://www.w3.org/TR/css-paint-api-1/#index-defined-elsewhere", + "https://www.w3.org/TR/css-paint-api-1/#term-for-propdef-border-image", + "https://www.w3.org/TR/css-paint-api-1/#term-for-computed-value", + "https://www.w3.org/TR/css-paint-api-1/#term-for-box", + "https://www.w3.org/TR/css-paint-api-1/#term-for-typedef-image", + "https://www.w3.org/TR/css-paint-api-1/#term-for-concrete-object-size", + "https://www.w3.org/TR/css-paint-api-1/#term-for-natural-dimensions", + "https://www.w3.org/TR/css-paint-api-1/#term-for-object-size-negotiation", + "https://www.w3.org/TR/css-paint-api-1/#term-for-invalid-image", + "https://www.w3.org/TR/css-paint-api-1/#term-for-consume-a-syntax-definition", + "https://www.w3.org/TR/css-paint-api-1/#term-for-syntax-definition", + "https://www.w3.org/TR/css-paint-api-1/#term-for-typedef-declaration-value", + "https://www.w3.org/TR/css-paint-api-1/#term-for-function", + "https://www.w3.org/TR/css-paint-api-1/#term-for-cssimagevalue", + "https://www.w3.org/TR/css-paint-api-1/#term-for-stylepropertymap", + "https://www.w3.org/TR/css-paint-api-1/#term-for-stylepropertymapreadonly", + "https://www.w3.org/TR/css-paint-api-1/#term-for-propdef-cursor", + "https://www.w3.org/TR/css-paint-api-1/#term-for-comb-comma", + "https://www.w3.org/TR/css-paint-api-1/#term-for-typedef-ident", + "https://www.w3.org/TR/css-paint-api-1/#term-for-mult-opt", + "https://www.w3.org/TR/css-paint-api-1/#term-for-custom-property", + "https://www.w3.org/TR/css-paint-api-1/#term-for-namespacedef-css", + "https://www.w3.org/TR/css-paint-api-1/#term-for-supported-css-property", + "https://www.w3.org/TR/css-paint-api-1/#term-for-dom-window-devicepixelratio", + "https://www.w3.org/TR/css-paint-api-1/#term-for-concept-document", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvascompositing", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasdrawimage", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasdrawpath", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasfillstrokestyles", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasimagedata", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasimagesmoothing", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasimagesource", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvaspath", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvaspathdrawingstyles", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasrect", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasrenderingcontext2d", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasshadowstyles", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasstate", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvastext", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvastextdrawingstyles", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvastransform", + "https://www.w3.org/TR/css-paint-api-1/#term-for-canvasuserinterface", + "https://www.w3.org/TR/css-paint-api-1/#term-for-worklet", + "https://www.w3.org/TR/css-paint-api-1/#term-for-workletglobalscope", + "https://www.w3.org/TR/css-paint-api-1/#term-for-create-a-worklet-global-scope", + "https://www.w3.org/TR/css-paint-api-1/#term-for-dom-context-2d-drawimage", + "https://www.w3.org/TR/css-paint-api-1/#term-for-concept-worklet-global-scopes", + "https://www.w3.org/TR/css-paint-api-1/#term-for-in-parallel", + "https://www.w3.org/TR/css-paint-api-1/#term-for-queue-a-task", + "https://www.w3.org/TR/css-paint-api-1/#term-for-reset-the-rendering-context-to-its-default-state", + "https://www.w3.org/TR/css-paint-api-1/#term-for-concept-canvas-set-bitmap-dimensions", + "https://www.w3.org/TR/css-paint-api-1/#term-for-worklet-destination-type", + "https://www.w3.org/TR/css-paint-api-1/#term-for-worklet-global-scope-type", + "https://www.w3.org/TR/css-paint-api-1/#term-for-list-append", + "https://www.w3.org/TR/css-paint-api-1/#term-for-list-empty", + "https://www.w3.org/TR/css-paint-api-1/#term-for-map-exists", + "https://www.w3.org/TR/css-paint-api-1/#term-for-list-iterate", + "https://www.w3.org/TR/css-paint-api-1/#term-for-map-get", + "https://www.w3.org/TR/css-paint-api-1/#term-for-list", + "https://www.w3.org/TR/css-paint-api-1/#term-for-ordered-map", + "https://www.w3.org/TR/css-paint-api-1/#term-for-map-set", + "https://www.w3.org/TR/css-paint-api-1/#term-for-struct", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-DOMException", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-DOMString", + "https://www.w3.org/TR/css-paint-api-1/#term-for-Exposed", + "https://www.w3.org/TR/css-paint-api-1/#term-for-Global", + "https://www.w3.org/TR/css-paint-api-1/#term-for-invalidmodificationerror", + "https://www.w3.org/TR/css-paint-api-1/#term-for-SameObject", + "https://www.w3.org/TR/css-paint-api-1/#term-for-VoidFunction", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-boolean", + "https://www.w3.org/TR/css-paint-api-1/#term-for-dfn-callback-function", + "https://www.w3.org/TR/css-paint-api-1/#term-for-dfn-callback-this-value", + "https://www.w3.org/TR/css-paint-api-1/#term-for-web-idl-arguments-list-converting", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-double", + "https://www.w3.org/TR/css-paint-api-1/#term-for-invoke-a-callback-function", + "https://www.w3.org/TR/css-paint-api-1/#term-for-dfn-throw", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-undefined", + "https://www.w3.org/TR/css-paint-api-1/#term-for-idl-unrestricted-double", "https://www.w3.org/TR/css-paint-api-1/#references", "https://www.w3.org/TR/css-paint-api-1/#normative", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-backgrounds-3", - "https://www.w3.org/TR/css-paint-api-1/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-paint-api-1/#biblio-css-cascade-5", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-display-3", + "https://www.w3.org/TR/css-paint-api-1/#biblio-css-images-3", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-images-4", + "https://www.w3.org/TR/css-paint-api-1/#biblio-css-properties-values-api-1", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-syntax-3", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-typed-om-1", - "https://www.w3.org/TR/css-paint-api-1/#biblio-css-ui-4", - "https://www.w3.org/TR/css-paint-api-1/#biblio-css-values-3", + "https://www.w3.org/TR/css-paint-api-1/#biblio-css-ui-3", + "https://www.w3.org/TR/css-paint-api-1/#biblio-css-values-4", "https://www.w3.org/TR/css-paint-api-1/#biblio-css-variables-1", - "https://www.w3.org/TR/css-paint-api-1/#biblio-css3-images", "https://www.w3.org/TR/css-paint-api-1/#biblio-cssom-1", "https://www.w3.org/TR/css-paint-api-1/#biblio-cssom-view-1", "https://www.w3.org/TR/css-paint-api-1/#biblio-dom", @@ -361,45 +448,6 @@ "https://www.w3.org/TR/css-paint-api-1/#biblio-infra", "https://www.w3.org/TR/css-paint-api-1/#biblio-rfc2119", "https://www.w3.org/TR/css-paint-api-1/#biblio-webidl", - "https://www.w3.org/TR/css-paint-api-1/#biblio-worklets-1", - "https://www.w3.org/TR/css-paint-api-1/#idl-index", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-SameObject%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-Global%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-worklet%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-Exposed%E2%91%A2", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-workletglobalscope%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-dom-paintworkletglobalscope-registerpaint%E2%91%A5", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-DOMString%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-VoidFunction%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-unrestricted-double%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-boolean%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-Exposed%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasstate%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvastransform%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvascompositing%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasimagesmoothing%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasfillstrokestyles%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasshadowstyles%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A5%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasrect%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A6%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasdrawpath%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvasdrawimage%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A8%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvaspathdrawingstyles%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-paintrenderingcontext2d%E2%91%A0%E2%93%AA%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-canvaspath%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-Exposed%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-double%E2%91%A1", - "https://www.w3.org/TR/css-paint-api-1/#ref-for-idl-double%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-paint-api-1/#back-to-top" + "https://www.w3.org/TR/css-paint-api-1/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/css-position-3.json b/tr/ids/css-position-3.json index 151715fe6162..c5218d1b9adb 100644 --- a/tr/ids/css-position-3.json +++ b/tr/ids/css-position-3.json @@ -8,13 +8,13 @@ "https://www.w3.org/TR/css-position-3/#toc-jump", "https://www.w3.org/TR/css-position-3/#toc-toggle", "https://www.w3.org/TR/css-position-3/#title", - "https://www.w3.org/TR/css-position-3/#subtitle", + "https://www.w3.org/TR/css-position-3/#w3c-state", "https://www.w3.org/TR/css-position-3/#abstract", "https://www.w3.org/TR/css-position-3/#ref-for-relative-position", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position", - "https://www.w3.org/TR/css-position-3/#status", + "https://www.w3.org/TR/css-position-3/#sotd", "https://www.w3.org/TR/css-position-3/#w3c_process_revision", "https://www.w3.org/TR/css-position-3/#toc", "https://www.w3.org/TR/css-position-3/#contents", @@ -78,13 +78,17 @@ "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-absolute", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-positioning-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-x1", + "https://www.w3.org/TR/css-position-3/#ref-for-continuous-media", "https://www.w3.org/TR/css-position-3/#ref-for-page-area", + "https://www.w3.org/TR/css-position-3/#ref-for-paged-media", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A4", "https://www.w3.org/TR/css-position-3/#fixed-position", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A2", "https://www.w3.org/TR/css-position-3/#example-d41e8cfe", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-fixed", - "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-absolute%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-fixed%E2%91%A0", @@ -135,16 +139,18 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-will-change%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-contain%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-positioning-containing-block%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-continuous-media%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-background-attachment", - "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-paged-media%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-box%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-initial-containing-block%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-page-area%E2%91%A2", "https://www.w3.org/TR/css-position-3/#example-7f074eae", "https://www.w3.org/TR/css-position-3/#coords", "https://www.w3.org/TR/css-position-3/#ref-for-positioned-box%E2%91%A0", @@ -210,7 +216,7 @@ "https://www.w3.org/TR/css-position-3/#valdef-top-auto", "https://www.w3.org/TR/css-position-3/#ref-for-positioning-scheme%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A4", "https://www.w3.org/TR/css-position-3/#inset-shorthands", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline%E2%91%A0", @@ -235,12 +241,23 @@ "https://www.w3.org/TR/css-position-3/#ref-for-shorthand-property%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-physical%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-longhand", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-flow-relative%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-longhand%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A3", "https://www.w3.org/TR/css-position-3/#relpos-insets", "https://www.w3.org/TR/css-position-3/#relpos", "https://www.w3.org/TR/css-position-3/#ref-for-relative-position%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-relative-position%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-used-value", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A0", @@ -250,6 +267,8 @@ "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-used-value%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-computed-value", "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-used-value%E2%91%A2", @@ -279,13 +298,17 @@ "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle", "https://www.w3.org/TR/css-position-3/#ref-for-border-box", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-border-box%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#example-1c9f6a33", "https://www.w3.org/TR/css-position-3/#ref-for-nearest-scrollport%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-border-box%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-nearest-scrollport%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-nearest-scrollport%E2%91%A3", @@ -298,20 +321,20 @@ "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-position-box", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-position-3/#position-box", "https://www.w3.org/TR/css-position-3/#ref-for-margin-box%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-margin-edge", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-margin", "https://www.w3.org/TR/css-position-3/#ref-for-margin%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A8", "https://www.w3.org/TR/css-position-3/#stickypos-scroll", - "https://www.w3.org/TR/css-position-3/#example-6167bf2d", + "https://www.w3.org/TR/css-position-3/#example-13662fe7", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-nearest-scrollport%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A0%E2%91%A0", @@ -321,36 +344,45 @@ "https://www.w3.org/TR/css-position-3/#fixed-pos", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-self-position-start", + "https://www.w3.org/TR/css-position-3/#ref-for-distributed-alignment", + "https://www.w3.org/TR/css-position-3/#ref-for-baseline-alignment", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-stretch", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-self-position-self-start", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-self-position-self-end", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-items-center", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-self-position-center", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-rectangle", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-rectangle%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-weaker-inset", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#weaker-inset", "https://www.w3.org/TR/css-position-3/#ref-for-weaker-inset%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A5", "https://www.w3.org/TR/css-position-3/#inset-modified-containing-block", "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-resolved-value", "https://www.w3.org/TR/css-position-3/#ref-for-weaker-inset%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-inset-modified-containing-block", @@ -362,7 +394,7 @@ "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#static-position-rectangle", "https://www.w3.org/TR/css-position-3/#ref-for-static-position", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-rectangle%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-static-position%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A7", @@ -394,37 +426,37 @@ "https://www.w3.org/TR/css-position-3/#ref-for-content-edge%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-grid-container%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-grid-container%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-grid-area", "https://www.w3.org/TR/css-position-3/#ref-for-grid-placement-property", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-rectangle%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-static-position-rectangle%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-initial-containing-block%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-x1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-scroll-container%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-initial-scroll-position", "https://www.w3.org/TR/css-position-3/#abspos-breaking", "https://www.w3.org/TR/css-position-3/#breaking", "https://www.w3.org/TR/css-position-3/#ref-for-fragmented-flow", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-fragmentation-break", "https://www.w3.org/TR/css-position-3/#ref-for-fragmentation-container", - "https://www.w3.org/TR/css-position-3/#ref-for-paged-media-group", + "https://www.w3.org/TR/css-position-3/#ref-for-paged-media%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-block-level", "https://www.w3.org/TR/css-position-3/#ref-for-fixed-position%E2%91%A6", "https://www.w3.org/TR/css-position-3/#abspos-layout", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-out-of-flow%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-position-3/#absolute-positioning-layout", "https://www.w3.org/TR/css-position-3/#ref-for-inset-modified-containing-block%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-available", "https://www.w3.org/TR/css-position-3/#ref-for-absolute-position%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-available%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-definite", "https://www.w3.org/TR/css-position-3/#ref-for-definite%E2%91%A0", @@ -432,6 +464,7 @@ "https://www.w3.org/TR/css-position-3/#ref-for-preferred-size", "https://www.w3.org/TR/css-position-3/#ref-for-max-width", "https://www.w3.org/TR/css-position-3/#ref-for-min-width", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-margin-box%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-inset-modified-containing-block%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties%E2%91%A1", @@ -441,30 +474,45 @@ "https://www.w3.org/TR/css-position-3/#ref-for-inset-modified-containing-block%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-margin%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-stretch", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-non-replaced", + "https://www.w3.org/TR/css-position-3/#ref-for-table-wrapper-box", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-stretch-fit-size", - "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-stretch%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-replaced-element", "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-fit-content-size", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis", + "https://www.w3.org/TR/css-position-3/#ref-for-max-content", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-block-axis", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-determining-axis", "https://www.w3.org/TR/css-position-3/#ref-for-automatic-minimum-size", "https://www.w3.org/TR/css-position-3/#abspos-margins", - "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-margin%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-inset-modified-containing-block%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-axis", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-start%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-end%E2%91%A0", "https://www.w3.org/TR/css-position-3/#abspos-old", "https://www.w3.org/TR/css-position-3/#issue-3a21c2a0", "https://www.w3.org/TR/css-position-3/#ref-for-horizontal-writing-mode", "https://www.w3.org/TR/css-position-3/#ref-for-self-align", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A2", "https://www.w3.org/TR/css-position-3/#abs-non-replaced-width", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-border-left-width", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-padding-left", @@ -472,19 +520,19 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-padding-right", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-border-right-width", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A0", @@ -495,69 +543,69 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-rtl%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-rtl%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-width-auto%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#abspos-auto", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#abspos-auto", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#abs-replaced-width", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%93%AA", @@ -569,7 +617,7 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-normal-flow", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%91%A6", @@ -577,45 +625,45 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-rtl%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-rtl%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-right%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-left%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-rtl%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-direction%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-direction-ltr%E2%91%A6", "https://www.w3.org/TR/css-position-3/#abs-non-replaced-height", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-border-top-width", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-padding-top", @@ -623,92 +671,92 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-padding-bottom", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-border-bottom-width", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A3", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#abs-replaced-height", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-width%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-height%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-top%E2%91%A5", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin-bottom%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-position-3/#comparison", "https://www.w3.org/TR/css-position-3/#ref-for-normal-flow%E2%91%A0", "https://www.w3.org/TR/css-position-3/#ref-for-relative-position%E2%91%A6", @@ -720,7 +768,7 @@ "https://www.w3.org/TR/css-position-3/#comp-normal-flow", "https://www.w3.org/TR/css-position-3/#ref-for-normal-flow%E2%91%A2", "https://www.w3.org/TR/css-position-3/#example-d045d8f9", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-position-3/#comp-relpos", "https://www.w3.org/TR/css-position-3/#ref-for-relative-position%E2%91%A7", "https://www.w3.org/TR/css-position-3/#example-bf500659", @@ -732,46 +780,88 @@ "https://www.w3.org/TR/css-position-3/#ref-for-propdef-clear%E2%91%A0", "https://www.w3.org/TR/css-position-3/#example-e3784dd4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-clear%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-float%E2%91%A1", "https://www.w3.org/TR/css-position-3/#example-54c91152", "https://www.w3.org/TR/css-position-3/#comp-abspos", "https://www.w3.org/TR/css-position-3/#example-90defcbb", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A8", "https://www.w3.org/TR/css-position-3/#ref-for-valdef-position-relative%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-position-3/#example-f34c6317", "https://www.w3.org/TR/css-position-3/#example-100563b8", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-position-3/#example-3b789003", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ack", "https://www.w3.org/TR/css-position-3/#changes", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-max-content%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-block-axis%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-dependent-axis%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-ratio-determining-axis%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-border-box%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-sticky-position%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-sticky-view-rectangle%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-border-box%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-computed-value%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-end%E2%91%A7", + "https://www.w3.org/TR/css-position-3/#ref-for-used-value%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-start%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-writing-mode%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-containing-block%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-axis%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-start%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-inline-end%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-self-alignment-properties%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-align-self-normal%E2%91%A3", + "https://www.w3.org/TR/css-position-3/#ref-for-non-replaced%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-valdef-top-auto%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/css-position-3/#ref-for-inset-properties%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-automatic-size%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-stretch-fit-size%E2%91%A0", "https://www.w3.org/TR/css-position-3/#priv-sec", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin%E2%91%A0", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-margin%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-transform%E2%91%A1", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-position-3/#conformance", - "https://www.w3.org/TR/css-position-3/#document-conventions", - "https://www.w3.org/TR/css-position-3/#example-ae2b6bc0", - "https://www.w3.org/TR/css-position-3/#conform-classes", - "https://www.w3.org/TR/css-position-3/#conform-responsible", - "https://www.w3.org/TR/css-position-3/#conform-partial", - "https://www.w3.org/TR/css-position-3/#conform-future-proofing", - "https://www.w3.org/TR/css-position-3/#conform-testing", + "https://www.w3.org/TR/css-position-3/#w3c-conformance", + "https://www.w3.org/TR/css-position-3/#w3c-conventions", + "https://www.w3.org/TR/css-position-3/#w3c-example", + "https://www.w3.org/TR/css-position-3/#w3c-conformance-classes", + "https://www.w3.org/TR/css-position-3/#w3c-partial", + "https://www.w3.org/TR/css-position-3/#w3c-conform-future-proofing", + "https://www.w3.org/TR/css-position-3/#w3c-testing", "https://www.w3.org/TR/css-position-3/#index", "https://www.w3.org/TR/css-position-3/#index-defined-here", "https://www.w3.org/TR/css-position-3/#index-defined-elsewhere", + "https://www.w3.org/TR/css-position-3/#term-for-baseline-alignment", + "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-center", + "https://www.w3.org/TR/css-position-3/#term-for-distributed-alignment", "https://www.w3.org/TR/css-position-3/#term-for-valdef-align-self-normal", "https://www.w3.org/TR/css-position-3/#term-for-self-align", "https://www.w3.org/TR/css-position-3/#term-for-self-alignment-properties", "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-self-end", "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-self-start", + "https://www.w3.org/TR/css-position-3/#term-for-valdef-self-position-start", "https://www.w3.org/TR/css-position-3/#term-for-valdef-align-self-stretch", "https://www.w3.org/TR/css-position-3/#term-for-propdef-background-attachment", "https://www.w3.org/TR/css-position-3/#term-for-propdef-border-bottom-width", @@ -799,6 +889,8 @@ "https://www.w3.org/TR/css-position-3/#term-for-fragmented-flow", "https://www.w3.org/TR/css-position-3/#term-for-computed-value", "https://www.w3.org/TR/css-position-3/#term-for-initial-value", + "https://www.w3.org/TR/css-position-3/#term-for-longhand", + "https://www.w3.org/TR/css-position-3/#term-for-longhand%E2%91%A0", "https://www.w3.org/TR/css-position-3/#term-for-shorthand-property", "https://www.w3.org/TR/css-position-3/#term-for-shorthand-property%E2%91%A0", "https://www.w3.org/TR/css-position-3/#term-for-used-value", @@ -816,7 +908,6 @@ "https://www.w3.org/TR/css-position-3/#term-for-inline-level-box", "https://www.w3.org/TR/css-position-3/#term-for-non-replaced", "https://www.w3.org/TR/css-position-3/#term-for-out-of-flow", - "https://www.w3.org/TR/css-position-3/#term-for-replaced-element", "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-cell", "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-column", "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-column-group", @@ -824,7 +915,6 @@ "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-header-group", "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-row", "https://www.w3.org/TR/css-position-3/#term-for-valdef-display-table-row-group", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-align-items-center", "https://www.w3.org/TR/css-position-3/#term-for-flex-container", "https://www.w3.org/TR/css-position-3/#term-for-grid-area", "https://www.w3.org/TR/css-position-3/#term-for-grid-container", @@ -837,17 +927,22 @@ "https://www.w3.org/TR/css-position-3/#term-for-scrollport", "https://www.w3.org/TR/css-position-3/#term-for-page-area", "https://www.w3.org/TR/css-position-3/#term-for-float", - "https://www.w3.org/TR/css-position-3/#term-for-valdef-float-none", "https://www.w3.org/TR/css-position-3/#term-for-valdef-width-auto", "https://www.w3.org/TR/css-position-3/#term-for-automatic-minimum-size", "https://www.w3.org/TR/css-position-3/#term-for-automatic-size", "https://www.w3.org/TR/css-position-3/#term-for-available", "https://www.w3.org/TR/css-position-3/#term-for-definite", "https://www.w3.org/TR/css-position-3/#term-for-fit-content-size", + "https://www.w3.org/TR/css-position-3/#term-for-propdef-height", + "https://www.w3.org/TR/css-position-3/#term-for-max-content", "https://www.w3.org/TR/css-position-3/#term-for-max-width", "https://www.w3.org/TR/css-position-3/#term-for-min-width", "https://www.w3.org/TR/css-position-3/#term-for-preferred-size", "https://www.w3.org/TR/css-position-3/#term-for-stretch-fit-size", + "https://www.w3.org/TR/css-position-3/#term-for-propdef-width", + "https://www.w3.org/TR/css-position-3/#term-for-ratio-dependent-axis", + "https://www.w3.org/TR/css-position-3/#term-for-ratio-determining-axis", + "https://www.w3.org/TR/css-position-3/#term-for-table-wrapper-box", "https://www.w3.org/TR/css-position-3/#term-for-propdef-transform", "https://www.w3.org/TR/css-position-3/#term-for-typedef-length-percentage", "https://www.w3.org/TR/css-position-3/#term-for-css-wide-keywords", @@ -855,11 +950,13 @@ "https://www.w3.org/TR/css-position-3/#term-for-comb-one", "https://www.w3.org/TR/css-position-3/#term-for-propdef-will-change", "https://www.w3.org/TR/css-position-3/#term-for-propdef-direction", + "https://www.w3.org/TR/css-position-3/#term-for-block-axis", "https://www.w3.org/TR/css-position-3/#term-for-block-end", "https://www.w3.org/TR/css-position-3/#term-for-block-start", "https://www.w3.org/TR/css-position-3/#term-for-end", "https://www.w3.org/TR/css-position-3/#term-for-flow-relative", "https://www.w3.org/TR/css-position-3/#term-for-horizontal-writing-mode", + "https://www.w3.org/TR/css-position-3/#term-for-inline-axis", "https://www.w3.org/TR/css-position-3/#term-for-inline-end", "https://www.w3.org/TR/css-position-3/#term-for-inline-start", "https://www.w3.org/TR/css-position-3/#term-for-line-over", @@ -871,30 +968,33 @@ "https://www.w3.org/TR/css-position-3/#term-for-writing-mode", "https://www.w3.org/TR/css-position-3/#term-for-propdef-clear", "https://www.w3.org/TR/css-position-3/#term-for-propdef-float", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-height", + "https://www.w3.org/TR/css-position-3/#term-for-valdef-float-none", "https://www.w3.org/TR/css-position-3/#term-for-normal-flow", - "https://www.w3.org/TR/css-position-3/#term-for-paged-media-group", "https://www.w3.org/TR/css-position-3/#term-for-static-position", "https://www.w3.org/TR/css-position-3/#term-for-static-position%E2%91%A0", "https://www.w3.org/TR/css-position-3/#term-for-x1", - "https://www.w3.org/TR/css-position-3/#term-for-propdef-width", "https://www.w3.org/TR/css-position-3/#term-for-resolved-value", + "https://www.w3.org/TR/css-position-3/#term-for-continuous-media", + "https://www.w3.org/TR/css-position-3/#term-for-paged-media", "https://www.w3.org/TR/css-position-3/#references", "https://www.w3.org/TR/css-position-3/#normative", "https://www.w3.org/TR/css-position-3/#biblio-css-align-3", "https://www.w3.org/TR/css-position-3/#biblio-css-backgrounds-3", "https://www.w3.org/TR/css-position-3/#biblio-css-box-4", "https://www.w3.org/TR/css-position-3/#biblio-css-break-4", - "https://www.w3.org/TR/css-position-3/#biblio-css-cascade-4", + "https://www.w3.org/TR/css-position-3/#biblio-css-cascade-5", "https://www.w3.org/TR/css-position-3/#biblio-css-display-3", "https://www.w3.org/TR/css-position-3/#biblio-css-flexbox-1", "https://www.w3.org/TR/css-position-3/#biblio-css-grid-1", + "https://www.w3.org/TR/css-position-3/#biblio-css-grid-2", "https://www.w3.org/TR/css-position-3/#biblio-css-inline-3", "https://www.w3.org/TR/css-position-3/#biblio-css-logical-1", "https://www.w3.org/TR/css-position-3/#biblio-css-overflow-3", "https://www.w3.org/TR/css-position-3/#biblio-css-page-3", "https://www.w3.org/TR/css-position-3/#biblio-css-page-floats-3", "https://www.w3.org/TR/css-position-3/#biblio-css-sizing-3", + "https://www.w3.org/TR/css-position-3/#biblio-css-sizing-4", + "https://www.w3.org/TR/css-position-3/#biblio-css-tables-3", "https://www.w3.org/TR/css-position-3/#biblio-css-transforms-1", "https://www.w3.org/TR/css-position-3/#biblio-css-values-3", "https://www.w3.org/TR/css-position-3/#biblio-css-values-4", @@ -902,24 +1002,25 @@ "https://www.w3.org/TR/css-position-3/#biblio-css-writing-modes-4", "https://www.w3.org/TR/css-position-3/#biblio-css2", "https://www.w3.org/TR/css-position-3/#biblio-cssom-1", + "https://www.w3.org/TR/css-position-3/#biblio-mediaqueries-5", "https://www.w3.org/TR/css-position-3/#biblio-rfc2119", "https://www.w3.org/TR/css-position-3/#informative", "https://www.w3.org/TR/css-position-3/#biblio-css-break-3", "https://www.w3.org/TR/css-position-3/#biblio-css-contain-1", "https://www.w3.org/TR/css-position-3/#biblio-css-will-change-1", "https://www.w3.org/TR/css-position-3/#property-index", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-bottom%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset%E2%91%A4", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block-end%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-block-start%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline-end%E2%91%A2", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-inset-inline-start%E2%91%A2", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-left%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-position-3/#ref-for-propdef-position%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-right%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-position-3/#ref-for-propdef-top%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-position-3/#issues-index" ] } \ No newline at end of file diff --git a/tr/ids/css-sizing-3.json b/tr/ids/css-sizing-3.json index 58c16e865ee2..0ff1c15202d9 100644 --- a/tr/ids/css-sizing-3.json +++ b/tr/ids/css-sizing-3.json @@ -8,9 +8,9 @@ "https://www.w3.org/TR/css-sizing-3/#toc-jump", "https://www.w3.org/TR/css-sizing-3/#toc-toggle", "https://www.w3.org/TR/css-sizing-3/#title", - "https://www.w3.org/TR/css-sizing-3/#subtitle", + "https://www.w3.org/TR/css-sizing-3/#w3c-state", "https://www.w3.org/TR/css-sizing-3/#abstract", - "https://www.w3.org/TR/css-sizing-3/#status", + "https://www.w3.org/TR/css-sizing-3/#sotd", "https://www.w3.org/TR/css-sizing-3/#w3c_process_revision", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-column-width", "https://www.w3.org/TR/css-sizing-3/#toc", @@ -101,11 +101,14 @@ "https://www.w3.org/TR/css-sizing-3/#min-content", "https://www.w3.org/TR/css-sizing-3/#ref-for-size%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#ref-for-size%E2%91%A7", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-constraint%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#min-content-inline-size", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content", + "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-axis%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A2", - "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A3", - "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#min-content-block-size", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0", + "https://www.w3.org/TR/css-sizing-3/#ref-for-block-axis%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-block-container", "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-box", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content-block-size", @@ -114,18 +117,18 @@ "https://www.w3.org/TR/css-sizing-3/#fit-content-block-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-available%E2%91%A5", "https://www.w3.org/TR/css-sizing-3/#ref-for-definite%E2%91%A4", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-stretch-fit-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-stretch-fit-size%E2%91%A0", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-constraint%E2%91%A0", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A1", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-constraint%E2%91%A1", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#intrinsic-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A2", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A2", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element", "https://www.w3.org/TR/css-sizing-3/#ref-for-intrinsic-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-natural-dimensions", @@ -135,7 +138,7 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#min-content-contribution", "https://www.w3.org/TR/css-sizing-3/#ref-for-containing-block%E2%91%A2", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A5", "https://www.w3.org/TR/css-sizing-3/#intrinsic-size-contribution", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content-contribution", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution", @@ -259,7 +262,7 @@ "https://www.w3.org/TR/css-sizing-3/#automatic-block-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-block-size%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#automatic-inline-size", - "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-min-width%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-min-height%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#automatic-minimum-size", @@ -267,7 +270,7 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-display-type", "https://www.w3.org/TR/css-sizing-3/#valdef-max-width-none", "https://www.w3.org/TR/css-sizing-3/#valdef-width-min-content", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A4", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#ref-for-block-size%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-automatic-size", "https://www.w3.org/TR/css-sizing-3/#valdef-width-max-content", @@ -289,8 +292,12 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-fit-content-length-percentage%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-flex-basis", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-width%E2%91%A8", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-stretch", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-fit-content", "https://www.w3.org/TR/css-sizing-3/#ref-for-stretch-fit-size%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-fit-content-size", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-contain", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-stretch%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-indefinite%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-available%E2%91%A7", @@ -387,7 +394,7 @@ "https://www.w3.org/TR/css-sizing-3/#valdef-column-width-fit-content-length-percentage", "https://www.w3.org/TR/css-sizing-3/#ref-for-typedef-length-percentage%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A5", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A7", "https://www.w3.org/TR/css-sizing-3/#ref-for-typedef-length-percentage%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#extrinsic", "https://www.w3.org/TR/css-sizing-3/#extrinsic-sizing", @@ -401,7 +408,7 @@ "https://www.w3.org/TR/css-sizing-3/#intrinsic", "https://www.w3.org/TR/css-sizing-3/#intrinsic-sizing", "https://www.w3.org/TR/css-sizing-3/#intrinsic-sizes", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A6", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A8", "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-auto%E2%91%A8", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-width%E2%91%A0", @@ -409,7 +416,7 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-width%E2%91%A1", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A7", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A7", "https://www.w3.org/TR/css-sizing-3/#ref-for-intrinsic-size%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A2", @@ -418,21 +425,21 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-natural-size", "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A3", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A8", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A8", "https://www.w3.org/TR/css-sizing-3/#ref-for-available%E2%91%A8", "https://www.w3.org/TR/css-sizing-3/#ref-for-definite%E2%91%A8", - "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-axis%E2%91%A1", + "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-axis%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-stretch-fit%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-length-value%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-computed-value%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-min-width%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-min-height%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-length-value%E2%91%A3", - "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A6", + "https://www.w3.org/TR/css-sizing-3/#ref-for-inline-size%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-initial-containing-block%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A4", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-sizing-3/#ref-for-length-value%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-computed-value%E2%91%A1", @@ -459,7 +466,7 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-text-run", "https://www.w3.org/TR/css-sizing-3/#ref-for-soft-wrap-opportunity", "https://www.w3.org/TR/css-sizing-3/#ref-for-intrinsic-size%E2%91%A3", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-the-iframe-element", "https://www.w3.org/TR/css-sizing-3/#intrinsic-contribution", @@ -504,13 +511,22 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-height%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-max-height%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A2", + "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-typedef-length-percentage%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A6", + "https://www.w3.org/TR/css-sizing-3/#issue-1b92b23f", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-the-select-element", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-automatic-minimum-size%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-definite%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-sizing-3/#example-b06093ff", "https://www.w3.org/TR/css-sizing-3/#ref-for-the-input-element%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-width%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#min-percentage-contribution", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-size-properties%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-margin", @@ -520,9 +536,9 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-non-replaced%E2%91%A1", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A4", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A7", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content-contribution%E2%91%A3", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A8", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content-contribution%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-min-size-properties%E2%91%A1", "https://www.w3.org/TR/css-sizing-3/#ref-for-margin-properties", @@ -558,7 +574,7 @@ "https://www.w3.org/TR/css-sizing-3/#min-content-zero", "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element%E2%91%A5", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A6", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-contribution%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-width%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-height%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-max-width%E2%91%A5", @@ -570,9 +586,11 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-the-textarea-element%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-the-progress-element", "https://www.w3.org/TR/css-sizing-3/#ref-for-the-meter-element", + "https://www.w3.org/TR/css-sizing-3/#ref-for-the-marquee-element", + "https://www.w3.org/TR/css-sizing-3/#issue-d999780f", "https://www.w3.org/TR/css-sizing-3/#changes", "https://www.w3.org/TR/css-sizing-3/#changes-recent", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-constraint%E2%91%A1", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-content-constraint%E2%91%A2", "https://www.w3.org/TR/css-sizing-3/#ref-for-fit-content-size%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-intrinsic-size%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-min-content%E2%91%A5", @@ -580,12 +598,14 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-fit-content-length-percentage%E2%91%A5", "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-fit-content-length-percentage%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#ref-for-max-content%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A3", + "https://www.w3.org/TR/css-sizing-3/#ref-for-min-width%E2%91%A5", "https://www.w3.org/TR/css-sizing-3/#ref-for-length-value%E2%91%A5", - "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A5", + "https://www.w3.org/TR/css-sizing-3/#ref-for-preferred-aspect-ratio%E2%91%A7", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-box-sizing%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#ref-for-cyclic-percentage-size%E2%91%A3", "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-stretch%E2%91%A1", + "https://www.w3.org/TR/css-sizing-3/#ref-for-valdef-width-fit-content%E2%91%A0", "https://www.w3.org/TR/css-sizing-3/#ref-for-indefinite%E2%91%A5", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-width%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-sizing-3/#ref-for-propdef-height%E2%91%A1%E2%91%A3", @@ -608,7 +628,7 @@ "https://www.w3.org/TR/css-sizing-3/#ref-for-replaced-element%E2%91%A6", "https://www.w3.org/TR/css-sizing-3/#w3c-conformance", "https://www.w3.org/TR/css-sizing-3/#w3c-conventions", - "https://www.w3.org/TR/css-sizing-3/#example-ae2b6bc0", + "https://www.w3.org/TR/css-sizing-3/#w3c-example", "https://www.w3.org/TR/css-sizing-3/#w3c-conformance-classes", "https://www.w3.org/TR/css-sizing-3/#w3c-partial", "https://www.w3.org/TR/css-sizing-3/#w3c-conform-future-proofing", @@ -650,10 +670,13 @@ "https://www.w3.org/TR/css-sizing-3/#term-for-propdef-max-block-size", "https://www.w3.org/TR/css-sizing-3/#term-for-at-ruledef-page", "https://www.w3.org/TR/css-sizing-3/#term-for-descdef-page-size", + "https://www.w3.org/TR/css-sizing-3/#term-for-valdef-width-contain", + "https://www.w3.org/TR/css-sizing-3/#term-for-valdef-width-fit-content", + "https://www.w3.org/TR/css-sizing-3/#term-for-valdef-width-stretch", "https://www.w3.org/TR/css-sizing-3/#term-for-soft-wrap-opportunity", + "https://www.w3.org/TR/css-sizing-3/#term-for-typedef-length-percentage", "https://www.w3.org/TR/css-sizing-3/#term-for-length-value", "https://www.w3.org/TR/css-sizing-3/#term-for-percentage-value", - "https://www.w3.org/TR/css-sizing-3/#term-for-typedef-length-percentage", "https://www.w3.org/TR/css-sizing-3/#term-for-css-wide-keywords", "https://www.w3.org/TR/css-sizing-3/#term-for-comb-one", "https://www.w3.org/TR/css-sizing-3/#term-for-block-axis", @@ -669,6 +692,7 @@ "https://www.w3.org/TR/css-sizing-3/#term-for-the-button-element", "https://www.w3.org/TR/css-sizing-3/#term-for-the-iframe-element", "https://www.w3.org/TR/css-sizing-3/#term-for-the-input-element", + "https://www.w3.org/TR/css-sizing-3/#term-for-the-marquee-element", "https://www.w3.org/TR/css-sizing-3/#term-for-the-meter-element", "https://www.w3.org/TR/css-sizing-3/#term-for-the-progress-element", "https://www.w3.org/TR/css-sizing-3/#term-for-concept-textarea-raw-value", @@ -685,6 +709,7 @@ "https://www.w3.org/TR/css-sizing-3/#biblio-css-images-3", "https://www.w3.org/TR/css-sizing-3/#biblio-css-logical-1", "https://www.w3.org/TR/css-sizing-3/#biblio-css-page-3", + "https://www.w3.org/TR/css-sizing-3/#biblio-css-sizing-4", "https://www.w3.org/TR/css-sizing-3/#biblio-css-text-3", "https://www.w3.org/TR/css-sizing-3/#biblio-css-values-3", "https://www.w3.org/TR/css-sizing-3/#biblio-css-values-4", diff --git a/tr/ids/css-values-4.json b/tr/ids/css-values-4.json index 42b379693278..91edf356a6f6 100644 --- a/tr/ids/css-values-4.json +++ b/tr/ids/css-values-4.json @@ -8,12 +8,10 @@ "https://www.w3.org/TR/css-values-4/#toc-jump", "https://www.w3.org/TR/css-values-4/#toc-toggle", "https://www.w3.org/TR/css-values-4/#title", - "https://www.w3.org/TR/css-values-4/#profile-and-date", + "https://www.w3.org/TR/css-values-4/#w3c-state", "https://www.w3.org/TR/css-values-4/#abstract", - "https://www.w3.org/TR/css-values-4/#status", + "https://www.w3.org/TR/css-values-4/#sotd", "https://www.w3.org/TR/css-values-4/#w3c_process_revision", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr", "https://www.w3.org/TR/css-values-4/#toc", "https://www.w3.org/TR/css-values-4/#contents", "https://www.w3.org/TR/css-values-4/#intro", @@ -143,7 +141,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-not-additive", "https://www.w3.org/TR/css-values-4/#keywords", "https://www.w3.org/TR/css-values-4/#css-keyword", - "https://www.w3.org/TR/css-values-4/#ref-for-identifier", + "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-ascii-case-insensitive", "https://www.w3.org/TR/css-values-4/#example-9d0ae504", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-border-collapse", @@ -160,7 +158,7 @@ "https://www.w3.org/TR/css-values-4/#custom-idents", "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#identifier-value", - "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-string-is", "https://www.w3.org/TR/css-values-4/#ref-for-css-wide-keywords", "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A4", @@ -268,6 +266,31 @@ "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-url%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-url-modifier%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#url-processing", + "https://www.w3.org/TR/css-values-4/#fetch-a-style-resource", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-url%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-cssstylesheet", + "https://www.w3.org/TR/css-values-4/#ref-for-requestdestination", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-response", + "https://www.w3.org/TR/css-values-4/#ref-for-relevant-settings-object", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-settings-object-global", + "https://www.w3.org/TR/css-values-4/#ref-for-api-base-url", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-css-style-sheet-stylesheet-base-url", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-url-parser", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-css-style-sheet-location", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-url", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-destination", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-mode", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-origin", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-settings-object-origin", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-credentials-mode", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-use-url-credentials-flag", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-request-referrer", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-fetch", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-response%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-concept-css-style-sheet-origin-clean-flag", + "https://www.w3.org/TR/css-values-4/#ref-for-finalize-and-report-timing", "https://www.w3.org/TR/css-values-4/#numeric-types", "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A3", @@ -295,6 +318,7 @@ "https://www.w3.org/TR/css-values-4/#integer-value", "https://www.w3.org/TR/css-values-4/#integer", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token", + "https://www.w3.org/TR/css-values-4/#css-round-to-the-nearest-integer", "https://www.w3.org/TR/css-values-4/#combine-integers", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A4", @@ -303,6 +327,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-css-round-to-the-nearest-integer", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#numbers", @@ -330,7 +355,7 @@ "https://www.w3.org/TR/css-values-4/#typedef-dimension", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-number%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-identifier%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-css-css-identifier%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension-token%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-ascii-case-insensitive%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension", @@ -426,6 +451,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1", "https://www.w3.org/TR/css-values-4/#combine-mixed", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-frequency-percentage", @@ -487,7 +513,9 @@ "https://www.w3.org/TR/css-values-4/#ref-for-relative-length", "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length", "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#specified-length", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#computed-length", "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-absolute-length%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A1", @@ -512,7 +540,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-block-axis", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vmin", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vmax", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#font-relative-lengths", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-rem%E2%91%A0", @@ -537,11 +565,11 @@ "https://www.w3.org/TR/css-values-4/#ex", "https://www.w3.org/TR/css-values-4/#ref-for-ex%E2%91%A1", "https://www.w3.org/TR/css-values-4/#rex", - "https://www.w3.org/TR/css-values-4/#ref-for-rex%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-ex%E2%91%A2", "https://www.w3.org/TR/css-values-4/#cap", "https://www.w3.org/TR/css-values-4/#ref-for-cap%E2%91%A1", "https://www.w3.org/TR/css-values-4/#rcap", - "https://www.w3.org/TR/css-values-4/#ref-for-rcap%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-cap%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ch", "https://www.w3.org/TR/css-values-4/#ref-for-length-advance-measure%E2%91%A1", "https://www.w3.org/TR/css-values-4/#length-advance-measure", @@ -553,12 +581,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-propdef-text-orientation", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-text-orientation-upright", "https://www.w3.org/TR/css-values-4/#rch", - "https://www.w3.org/TR/css-values-4/#ref-for-rch%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-ch%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ic", "https://www.w3.org/TR/css-values-4/#ref-for-length-advance-measure%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-advance-measure%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ric", - "https://www.w3.org/TR/css-values-4/#ref-for-ric%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-ic%E2%91%A1", "https://www.w3.org/TR/css-values-4/#lh", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-line-height-normal", @@ -655,6 +683,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-size%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-inline-axis%E2%91%A0", "https://www.w3.org/TR/css-values-4/#valdef-length-vb", "https://www.w3.org/TR/css-values-4/#valdef-length-svb", "https://www.w3.org/TR/css-values-4/#valdef-length-lvb", @@ -663,6 +692,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-small-viewport-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-large-viewport-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-size%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-block-axis%E2%91%A0", "https://www.w3.org/TR/css-values-4/#valdef-length-vmin", "https://www.w3.org/TR/css-values-4/#valdef-length-svmin", "https://www.w3.org/TR/css-values-4/#valdef-length-lvmin", @@ -790,14 +820,14 @@ "https://www.w3.org/TR/css-values-4/#ref-for-in%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cm%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-image-resolution0", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-image-resolution", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-compatible-units%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-dppx%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-in%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-image-resolution0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-image-resolution%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-33e77fee", "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A8", "https://www.w3.org/TR/css-values-4/#defined-elsewhere", @@ -877,219 +907,50 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-rgba", "https://www.w3.org/TR/css-values-4/#example-3fbb1c9d", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#toggle-notation", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#funcdef-toggle", - "https://www.w3.org/TR/css-values-4/#example-ce6171ab", - "https://www.w3.org/TR/css-values-4/#example-be0a4e67", - "https://www.w3.org/TR/css-values-4/#ref-for-value-def-disc", - "https://www.w3.org/TR/css-values-4/#ref-for-value-def-circle", - "https://www.w3.org/TR/css-values-4/#ref-for-value-def-square", - "https://www.w3.org/TR/css-values-4/#ref-for-value-def-disc%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-toggle-value", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-toggle-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#typedef-toggle-value", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#example-967482c4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-inherited-value", - "https://www.w3.org/TR/css-values-4/#ref-for-inherited-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-valdef-all-inherit%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-shorthand-property", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-shorthand-property%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#example-c0610ea4", - "https://www.w3.org/TR/css-values-4/#attr-notation", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#funcdef-attr", - "https://www.w3.org/TR/css-values-4/#ref-for-concept-attribute", - "https://www.w3.org/TR/css-values-4/#ref-for-concept-element", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-custom-property%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-wq-name", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-attr-type", - "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-declaration-value", - "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#typedef-attr-type", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension-unit", - "https://www.w3.org/TR/css-values-4/#typedef-dimension-unit", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-delim-token", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-ms%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-wq-name%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-attribute-selector", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-wq-name%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-originating-element", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-attr-type%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#attr-substitution-value", - "https://www.w3.org/TR/css-values-4/#ref-for-valdef-attr-string", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-declaration-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-attr-type%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-valdef-attr-string%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-guaranteed-invalid-value", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-substitute-an-attr", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#attr-types", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-attr-type%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#valdef-attr-string", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value", - "https://www.w3.org/TR/css-values-4/#valdef-attr-url", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-url%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#valdef-attr-ident", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-strip-leading-and-trailing-ascii-whitespace", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-identifier-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-css-wide-keywords%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#valdef-attr-color", - "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-component-value", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-hex-color", - "https://www.w3.org/TR/css-values-4/#ref-for-named-color", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-color%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#valdef-attr-number", - "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-component-value%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#valdef-attr-percentage", - "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-component-value%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-percentage-token%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#valdef-attr-length", - "https://www.w3.org/TR/css-values-4/#valdef-attr-angle", - "https://www.w3.org/TR/css-values-4/#valdef-attr-time", - "https://www.w3.org/TR/css-values-4/#valdef-attr-frequency", - "https://www.w3.org/TR/css-values-4/#valdef-attr-flex", - "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-component-value%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension-token%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#valdef-attr-dimension-unit", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension-unit%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-component-value%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#issue-168aea69", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#example-eeda89e8", - "https://www.w3.org/TR/css-values-4/#attr-substitution", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#issue-9dd81cfe", - "https://www.w3.org/TR/css-values-4/#ref-for-substitute-a-var", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-substitute-an-attr%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-invalid-at-computed-value-time", - "https://www.w3.org/TR/css-values-4/#substitute-an-attr", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-substitute-an-attr%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-invalid-at-computed-value-time%E2%91%A0", "https://www.w3.org/TR/css-values-4/#math", "https://www.w3.org/TR/css-values-4/#calc-notation", "https://www.w3.org/TR/css-values-4/#math-function", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sin", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-length-percentage%E2%91%A6", "https://www.w3.org/TR/css-values-4/#calc-func", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A4", "https://www.w3.org/TR/css-values-4/#funcdef-calc", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A5", "https://www.w3.org/TR/css-values-4/#calc-calculation", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#example-1daf921b", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-box-sizing", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A5", "https://www.w3.org/TR/css-values-4/#example-a73c5015", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A5", "https://www.w3.org/TR/css-values-4/#example-364b1cfd", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-var%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#comp-func", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max", @@ -1108,7 +969,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-3f7f1368", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A2", @@ -1148,6 +1009,7 @@ "https://www.w3.org/TR/css-values-4/#valdef-rounding-strategy-to-zero", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-rounding-strategy%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-rounding-strategy-nearest", + "https://www.w3.org/TR/css-values-4/#ref-for-css-round-to-the-nearest-integer%E2%91%A0", "https://www.w3.org/TR/css-values-4/#issue-1a929fd0", "https://www.w3.org/TR/css-values-4/#example-1c1bb50d", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-rounding-strategy%E2%91%A2", @@ -1207,18 +1069,18 @@ "https://www.w3.org/TR/css-values-4/#funcdef-tan", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sin%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-cos%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-tan%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A7", "https://www.w3.org/TR/css-values-4/#funcdef-asin", "https://www.w3.org/TR/css-values-4/#funcdef-acos", "https://www.w3.org/TR/css-values-4/#funcdef-atan", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-asin%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-acos%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-atan%E2%91%A1", @@ -1228,9 +1090,9 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-determine-the-type-of-a-calculation%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#trig-infinities", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-deg%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-grad%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-rad%E2%91%A0", @@ -1268,13 +1130,13 @@ "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sqrt%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hypot%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-hypot%E2%91%A3", @@ -1293,7 +1155,7 @@ "https://www.w3.org/TR/css-values-4/#example-d939ff73", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-log%E2%91%A1", "https://www.w3.org/TR/css-values-4/#exponent-infinities", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#sign-funcs", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-abs", @@ -1305,7 +1167,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A4", "https://www.w3.org/TR/css-values-4/#funcdef-sign", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A1", "https://www.w3.org/TR/css-values-4/#calc-constants", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-e", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-pi", @@ -1330,8 +1192,8 @@ "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-pi%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A0", "https://www.w3.org/TR/css-values-4/#calc-syntax", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1", @@ -1344,18 +1206,18 @@ "https://www.w3.org/TR/css-values-4/#ref-for-mult-comma%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-round%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-rounding-strategy%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mod%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-rem%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sin%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A0", @@ -1371,11 +1233,11 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-atan2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-pow%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-sqrt%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A0", @@ -1384,9 +1246,9 @@ "https://www.w3.org/TR/css-values-4/#ref-for-mult-comma%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-log%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-comma%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-mult-opt%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-exp%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-abs%E2%91%A1", @@ -1395,53 +1257,55 @@ "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#typedef-calc-sum", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-product", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-product%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-mult-zero-plus%E2%91%A1", "https://www.w3.org/TR/css-values-4/#typedef-calc-product", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-value", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-value%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-mult-zero-plus%E2%91%A2", "https://www.w3.org/TR/css-values-4/#typedef-calc-value", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dimension%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#typedef-calc-constant", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-rounding-strategy%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-whitespace", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-value%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#calc-type-checking", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#example-40312766", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-css-round-to-the-nearest-integer%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#determine-the-type-of-a-calculation", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-add-two-types", @@ -1458,42 +1322,42 @@ "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-calc-constant%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-percent-hint", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-abs%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-add-two-types%E2%91%A0", @@ -1522,31 +1386,31 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-add-two-types%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-time-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-frequency-value%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-resolution-value%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-flex%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#top-level-calculation", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-top-level-calculation", "https://www.w3.org/TR/css-values-4/#example-40b6820d", "https://www.w3.org/TR/css-values-4/#ref-for-top-level-calculation%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-top-level-calculation%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity", @@ -1555,45 +1419,45 @@ "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-opacity%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-line-height%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-tab-size", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#calc-internal", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/css-values-4/#calculation-tree", "https://www.w3.org/TR/css-values-4/#calculation-tree-operator-nodes", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-values-4/#calculation-tree-calc-operator-nodes", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-calculation", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-operator-nodes", "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-calculation%E2%91%A0", @@ -1602,16 +1466,16 @@ "https://www.w3.org/TR/css-values-4/#ref-for-component-value%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-whitespace-token", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-delim-token%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-delim-token", "https://www.w3.org/TR/css-values-4/#ref-for-simple-block", "https://www.w3.org/TR/css-values-4/#ref-for-simple-block%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-parse-a-calculation%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree", "https://www.w3.org/TR/css-values-4/#calc-simplification", "https://www.w3.org/TR/css-values-4/#ref-for-css-internal-representation%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#simplify-a-calculation-tree", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%93%AA", @@ -1630,54 +1494,55 @@ "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-multiply-two-types%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-invert-a-type%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#calc-computed-value", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/css-values-4/#example-023dad93", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-font-relative-length%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-width-auto", "https://www.w3.org/TR/css-values-4/#calc-range", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-specified-value%E2%91%A2", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-animation-iteration-count", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-used-value%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-css-round-to-the-nearest-integer%E2%91%A2", "https://www.w3.org/TR/css-values-4/#example-ec14dee2", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#calc-serialize", "https://www.w3.org/TR/css-values-4/#issue-f5bc4b00", "https://www.w3.org/TR/css-values-4/#serialize-a-math-function", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-string%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc--infinity%E2%91%A0", @@ -1686,15 +1551,15 @@ "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree-calc-operator-nodes%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-serialize-a-calculation-tree", "https://www.w3.org/TR/css-values-4/#ref-for-string-concatenate", "https://www.w3.org/TR/css-values-4/#serialize-a-calculation-tree", "https://www.w3.org/TR/css-values-4/#ref-for-calculation-tree%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-serialize-a-math-function", "https://www.w3.org/TR/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-string%E2%91%A1", @@ -1716,15 +1581,15 @@ "https://www.w3.org/TR/css-values-4/#sort-a-calculations-children", "https://www.w3.org/TR/css-values-4/#ref-for-ascii-case-insensitive%E2%91%A5", "https://www.w3.org/TR/css-values-4/#example-c3db2475", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-em%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/css-values-4/#combine-math", "https://www.w3.org/TR/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/css-values-4/#ref-for-simplify-a-calculation-tree%E2%91%A3", "https://www.w3.org/TR/css-values-4/#iana", "https://www.w3.org/TR/css-values-4/#about-invalid", @@ -1732,8 +1597,8 @@ "https://www.w3.org/TR/css-values-4/#ref-for-concept-document-quirks", "https://www.w3.org/TR/css-values-4/#typedef-quirky-length", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-quirky-length", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A7", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background-position%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-border-spacing", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-border-top-width", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-border-right-width", @@ -1764,28 +1629,35 @@ "https://www.w3.org/TR/css-values-4/#ref-for-propdef-text-indent", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-top", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-vertical-align", - "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-word-spacing", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-background%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-functional-notation%E2%91%A4", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clip-rect", "https://www.w3.org/TR/css-values-4/#ref-for-propdef-clip%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-quirky-length%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-at-ruledef-supports", + "https://www.w3.org/TR/css-values-4/#ref-for-dom-css-supports-conditiontext", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-quirky-length%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-typedef-number-token%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-px%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/css-values-4/#acknowledgments", "https://www.w3.org/TR/css-values-4/#changes", "https://www.w3.org/TR/css-values-4/#changes-recent", - "https://www.w3.org/TR/css-values-4/#ref-for-rex%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-rcap%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-rch%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-ric%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-writing-mode", + "https://www.w3.org/TR/css-values-4/#ref-for-viewport-percentage-lengths%E2%91%A3", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-nan%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-attr", + "https://www.w3.org/TR/css-values-4/#ref-for-rex%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-rcap%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-rch%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-ric%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-quirky-length%E2%91%A2", @@ -1793,7 +1665,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-width-auto%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svh", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svw", @@ -1816,21 +1688,21 @@ "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-dvmin", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-dvmax", "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-percentage-units%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/css-values-4/#ref-for-descdef-font-face-font-size%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-font-relative-length%E2%91%A3", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A8", "https://www.w3.org/TR/css-values-4/#additions-L3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-mix%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-typedef-dashed-ident%E2%91%A8", "https://www.w3.org/TR/css-values-4/#ref-for-ratio-value%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-src%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-url-value%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vi%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-vb%E2%91%A0", - "https://www.w3.org/TR/css-values-4/#ref-for-ic%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-cap%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-ic%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-cap%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-lh%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-rlh%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-length-svh%E2%91%A0", @@ -1849,7 +1721,7 @@ "https://www.w3.org/TR/css-values-4/#ref-for-dynamic-viewport-percentage-units%E2%91%A2", "https://www.w3.org/TR/css-values-4/#ref-for-x", "https://www.w3.org/TR/css-values-4/#ref-for-dppx%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-min%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-max%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-clamp%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-round%E2%91%A4", @@ -1873,13 +1745,12 @@ "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-pi%E2%91%A1", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-infinity%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc--infinity%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-nan%E2%91%A2", + "https://www.w3.org/TR/css-values-4/#ref-for-valdef-calc-nan%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-calc%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/css-values-4/#ref-for-dimension%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/css-values-4/#ref-for-funcdef-toggle%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/css-values-4/#ref-for-math-function%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/css-values-4/#sec-pri", "https://www.w3.org/TR/css-values-4/#w3c-conformance", "https://www.w3.org/TR/css-values-4/#w3c-conventions", @@ -1910,21 +1781,17 @@ "https://www.w3.org/TR/css-values-4/#term-for-actual-value", "https://www.w3.org/TR/css-values-4/#term-for-computed-value", "https://www.w3.org/TR/css-values-4/#term-for-valdef-all-inherit", - "https://www.w3.org/TR/css-values-4/#term-for-inherited-value", "https://www.w3.org/TR/css-values-4/#term-for-valdef-all-initial", - "https://www.w3.org/TR/css-values-4/#term-for-shorthand-property", - "https://www.w3.org/TR/css-values-4/#term-for-shorthand-property%E2%91%A0", "https://www.w3.org/TR/css-values-4/#term-for-specified-value", "https://www.w3.org/TR/css-values-4/#term-for-valdef-all-unset", "https://www.w3.org/TR/css-values-4/#term-for-used-value", "https://www.w3.org/TR/css-values-4/#term-for-typedef-color", - "https://www.w3.org/TR/css-values-4/#term-for-typedef-hex-color", - "https://www.w3.org/TR/css-values-4/#term-for-at-ruledef-profile", - "https://www.w3.org/TR/css-values-4/#term-for-named-color", "https://www.w3.org/TR/css-values-4/#term-for-propdef-opacity", "https://www.w3.org/TR/css-values-4/#term-for-funcdef-rgba", + "https://www.w3.org/TR/css-values-4/#term-for-at-ruledef-profile", "https://www.w3.org/TR/css-values-4/#term-for-funcdef-hsl", "https://www.w3.org/TR/css-values-4/#term-for-at-ruledef-supports", + "https://www.w3.org/TR/css-values-4/#term-for-dom-css-supports-conditiontext", "https://www.w3.org/TR/css-values-4/#term-for-disc", "https://www.w3.org/TR/css-values-4/#term-for-containing-block", "https://www.w3.org/TR/css-values-4/#term-for-initial-containing-block", @@ -1936,9 +1803,9 @@ "https://www.w3.org/TR/css-values-4/#term-for-propdef-font", "https://www.w3.org/TR/css-values-4/#term-for-propdef-font-family", "https://www.w3.org/TR/css-values-4/#term-for-descdef-font-face-font-size", - "https://www.w3.org/TR/css-values-4/#term-for-image-resolution0", "https://www.w3.org/TR/css-values-4/#term-for-typedef-flex", "https://www.w3.org/TR/css-values-4/#term-for-valdef-flex-fr", + "https://www.w3.org/TR/css-values-4/#term-for-propdef-image-resolution", "https://www.w3.org/TR/css-values-4/#term-for-valdef-line-height-normal", "https://www.w3.org/TR/css-values-4/#term-for-propdef-vertical-align", "https://www.w3.org/TR/css-values-4/#term-for-propdef-clip", @@ -1958,7 +1825,6 @@ "https://www.w3.org/TR/css-values-4/#term-for-propdef-min-height", "https://www.w3.org/TR/css-values-4/#term-for-propdef-min-width", "https://www.w3.org/TR/css-values-4/#term-for-propdef-width", - "https://www.w3.org/TR/css-values-4/#term-for-typedef-declaration-value", "https://www.w3.org/TR/css-values-4/#term-for-typedef-delim-token", "https://www.w3.org/TR/css-values-4/#term-for-typedef-dimension-token", "https://www.w3.org/TR/css-values-4/#term-for-typedef-function-token", @@ -1970,8 +1836,6 @@ "https://www.w3.org/TR/css-values-4/#term-for-typedef-whitespace-token", "https://www.w3.org/TR/css-values-4/#term-for-component-value", "https://www.w3.org/TR/css-values-4/#term-for-consume-a-url-token", - "https://www.w3.org/TR/css-values-4/#term-for-identifier", - "https://www.w3.org/TR/css-values-4/#term-for-parse-a-component-value", "https://www.w3.org/TR/css-values-4/#term-for-simple-block", "https://www.w3.org/TR/css-values-4/#term-for-whitespace", "https://www.w3.org/TR/css-values-4/#term-for-valdef-text-align-center", @@ -1992,9 +1856,6 @@ "https://www.w3.org/TR/css-values-4/#term-for-valdef-cursor-default", "https://www.w3.org/TR/css-values-4/#term-for-propdef-outline-color", "https://www.w3.org/TR/css-values-4/#term-for-custom-property", - "https://www.w3.org/TR/css-values-4/#term-for-guaranteed-invalid-value", - "https://www.w3.org/TR/css-values-4/#term-for-invalid-at-computed-value-time", - "https://www.w3.org/TR/css-values-4/#term-for-substitute-a-var", "https://www.w3.org/TR/css-values-4/#term-for-funcdef-var", "https://www.w3.org/TR/css-values-4/#term-for-block-axis", "https://www.w3.org/TR/css-values-4/#term-for-inline-axis", @@ -2002,18 +1863,15 @@ "https://www.w3.org/TR/css-values-4/#term-for-valdef-text-orientation-upright", "https://www.w3.org/TR/css-values-4/#term-for-valdef-writing-mode-vertical-lr", "https://www.w3.org/TR/css-values-4/#term-for-valdef-writing-mode-vertical-rl", + "https://www.w3.org/TR/css-values-4/#term-for-writing-mode", "https://www.w3.org/TR/css-values-4/#term-for-propdef-writing-mode", "https://www.w3.org/TR/css-values-4/#term-for-value-def-border-width", - "https://www.w3.org/TR/css-values-4/#term-for-propdef-background-position", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-collapse", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-spacing", - "https://www.w3.org/TR/css-values-4/#term-for-value-def-circle", - "https://www.w3.org/TR/css-values-4/#term-for-value-def-disc", "https://www.w3.org/TR/css-values-4/#term-for-propdef-line-height", - "https://www.w3.org/TR/css-values-4/#term-for-value-def-square", "https://www.w3.org/TR/css-values-4/#term-for-propdef-background", "https://www.w3.org/TR/css-values-4/#term-for-propdef-background-attachment", - "https://www.w3.org/TR/css-values-4/#term-for-propdef-background-position%E2%91%A0", + "https://www.w3.org/TR/css-values-4/#term-for-propdef-background-position", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-bottom-width", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-color", "https://www.w3.org/TR/css-values-4/#term-for-propdef-border-left-width", @@ -2023,24 +1881,39 @@ "https://www.w3.org/TR/css-values-4/#term-for-propdef-box-shadow", "https://www.w3.org/TR/css-values-4/#term-for-typedef-image", "https://www.w3.org/TR/css-values-4/#term-for-funcdef-linear-gradient", - "https://www.w3.org/TR/css-values-4/#term-for-concept-attribute", - "https://www.w3.org/TR/css-values-4/#term-for-concept-element", + "https://www.w3.org/TR/css-values-4/#term-for-cssstylesheet", + "https://www.w3.org/TR/css-values-4/#term-for-concept-css-style-sheet-location", + "https://www.w3.org/TR/css-values-4/#term-for-concept-css-style-sheet-origin-clean-flag", + "https://www.w3.org/TR/css-values-4/#term-for-concept-css-style-sheet-stylesheet-base-url", "https://www.w3.org/TR/css-values-4/#term-for-concept-document-quirks", + "https://www.w3.org/TR/css-values-4/#term-for-requestdestination", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-credentials-mode", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-destination", + "https://www.w3.org/TR/css-values-4/#term-for-concept-fetch", + "https://www.w3.org/TR/css-values-4/#term-for-finalize-and-report-timing", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-mode", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-origin", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-referrer", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request", + "https://www.w3.org/TR/css-values-4/#term-for-concept-response", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-url", + "https://www.w3.org/TR/css-values-4/#term-for-concept-request-use-url-credentials-flag", + "https://www.w3.org/TR/css-values-4/#term-for-api-base-url", "https://www.w3.org/TR/css-values-4/#term-for-the-base-element", + "https://www.w3.org/TR/css-values-4/#term-for-concept-settings-object-global", + "https://www.w3.org/TR/css-values-4/#term-for-concept-settings-object-origin", "https://www.w3.org/TR/css-values-4/#term-for-dom-history-pushstate", + "https://www.w3.org/TR/css-values-4/#term-for-relevant-settings-object", "https://www.w3.org/TR/css-values-4/#term-for-ascii-case-insensitive", "https://www.w3.org/TR/css-values-4/#term-for-string-concatenate", "https://www.w3.org/TR/css-values-4/#term-for-list-iterate", "https://www.w3.org/TR/css-values-4/#term-for-string-is", "https://www.w3.org/TR/css-values-4/#term-for-string", - "https://www.w3.org/TR/css-values-4/#term-for-strip-leading-and-trailing-ascii-whitespace", "https://www.w3.org/TR/css-values-4/#term-for-continuous-media", "https://www.w3.org/TR/css-values-4/#term-for-media-query", "https://www.w3.org/TR/css-values-4/#term-for-paged-media", - "https://www.w3.org/TR/css-values-4/#term-for-typedef-wq-name", - "https://www.w3.org/TR/css-values-4/#term-for-attribute-selector", - "https://www.w3.org/TR/css-values-4/#term-for-originating-element", "https://www.w3.org/TR/css-values-4/#term-for-concept-url", + "https://www.w3.org/TR/css-values-4/#term-for-concept-url-parser", "https://www.w3.org/TR/css-values-4/#term-for-discrete", "https://www.w3.org/TR/css-values-4/#term-for-not-animatable", "https://www.w3.org/TR/css-values-4/#references", @@ -2054,8 +1927,8 @@ "https://www.w3.org/TR/css-values-4/#biblio-css-easing-1", "https://www.w3.org/TR/css-values-4/#biblio-css-fonts-4", "https://www.w3.org/TR/css-values-4/#biblio-css-fonts-5", - "https://www.w3.org/TR/css-values-4/#biblio-css-gcpm-3", "https://www.w3.org/TR/css-values-4/#biblio-css-grid-2", + "https://www.w3.org/TR/css-values-4/#biblio-css-images-4", "https://www.w3.org/TR/css-values-4/#biblio-css-inline-3", "https://www.w3.org/TR/css-values-4/#biblio-css-masking-1", "https://www.w3.org/TR/css-values-4/#biblio-css-page-3", @@ -2074,10 +1947,11 @@ "https://www.w3.org/TR/css-values-4/#biblio-css3cascade", "https://www.w3.org/TR/css-values-4/#biblio-cssom", "https://www.w3.org/TR/css-values-4/#biblio-dom", + "https://www.w3.org/TR/css-values-4/#biblio-fetch", + "https://www.w3.org/TR/css-values-4/#biblio-html", "https://www.w3.org/TR/css-values-4/#biblio-infra", "https://www.w3.org/TR/css-values-4/#biblio-mediaqueries-5", "https://www.w3.org/TR/css-values-4/#biblio-rfc2119", - "https://www.w3.org/TR/css-values-4/#biblio-selectors-4", "https://www.w3.org/TR/css-values-4/#biblio-unicode", "https://www.w3.org/TR/css-values-4/#biblio-url", "https://www.w3.org/TR/css-values-4/#biblio-web-animations-1", @@ -2091,7 +1965,6 @@ "https://www.w3.org/TR/css-values-4/#biblio-css-rhythm-1", "https://www.w3.org/TR/css-values-4/#biblio-css-text-decor-3", "https://www.w3.org/TR/css-values-4/#biblio-css-transforms-1", - "https://www.w3.org/TR/css-values-4/#biblio-html", "https://www.w3.org/TR/css-values-4/#biblio-mediaq", "https://www.w3.org/TR/css-values-4/#biblio-quirks", "https://www.w3.org/TR/css-values-4/#biblio-rfc6694", diff --git a/tr/ids/ecma-402.json b/tr/ids/ecma-402.json index 2d3216f98cf8..e50400b2abc9 100644 --- a/tr/ids/ecma-402.json +++ b/tr/ids/ecma-402.json @@ -25,35 +25,35 @@ "https://tc39.es/ecma402/#overview", "https://tc39.es/ecma402/#sec-internationalization-localization-globalization", "https://tc39.es/ecma402/#sec-api-overview", - "https://tc39.es/ecma402/#_ref_168", + "https://tc39.es/ecma402/#_ref_166", "https://tc39.es/ecma402/#sec-api-conventions", "https://tc39.es/ecma402/#_ref_2", + "https://tc39.es/ecma402/#_ref_167", + "https://tc39.es/ecma402/#_ref_168", "https://tc39.es/ecma402/#_ref_169", - "https://tc39.es/ecma402/#_ref_170", - "https://tc39.es/ecma402/#_ref_171", "https://tc39.es/ecma402/#legacy-constructor", "https://tc39.es/ecma402/#sec-implementation-dependencies", "https://tc39.es/ecma402/#sec-compatibility", "https://tc39.es/ecma402/#conventions", "https://tc39.es/ecma402/#sec-402-well-known-intrinsic-objects", "https://tc39.es/ecma402/#table-402-well-known-intrinsic-objects", - "https://tc39.es/ecma402/#_ref_172", + "https://tc39.es/ecma402/#_ref_170", "https://tc39.es/ecma402/#_ref_3", - "https://tc39.es/ecma402/#_ref_173", + "https://tc39.es/ecma402/#_ref_171", "https://tc39.es/ecma402/#_ref_4", - "https://tc39.es/ecma402/#_ref_174", + "https://tc39.es/ecma402/#_ref_172", "https://tc39.es/ecma402/#_ref_5", - "https://tc39.es/ecma402/#_ref_175", + "https://tc39.es/ecma402/#_ref_173", "https://tc39.es/ecma402/#_ref_6", - "https://tc39.es/ecma402/#_ref_176", + "https://tc39.es/ecma402/#_ref_174", "https://tc39.es/ecma402/#_ref_7", - "https://tc39.es/ecma402/#_ref_177", + "https://tc39.es/ecma402/#_ref_175", "https://tc39.es/ecma402/#_ref_8", - "https://tc39.es/ecma402/#_ref_178", + "https://tc39.es/ecma402/#_ref_176", "https://tc39.es/ecma402/#_ref_9", - "https://tc39.es/ecma402/#_ref_179", + "https://tc39.es/ecma402/#_ref_177", "https://tc39.es/ecma402/#_ref_10", - "https://tc39.es/ecma402/#_ref_180", + "https://tc39.es/ecma402/#_ref_178", "https://tc39.es/ecma402/#_ref_11", "https://tc39.es/ecma402/#locales-currencies-tz", "https://tc39.es/ecma402/#sec-case-sensitivity-and-case-mapping", @@ -62,10 +62,10 @@ "https://tc39.es/ecma402/#sec-unicode-locale-extension-sequences", "https://tc39.es/ecma402/#sec-isstructurallyvalidlanguagetag", "https://tc39.es/ecma402/#sec-canonicalizeunicodelocaleid", + "https://tc39.es/ecma402/#_ref_179", + "https://tc39.es/ecma402/#_ref_180", "https://tc39.es/ecma402/#_ref_181", "https://tc39.es/ecma402/#_ref_182", - "https://tc39.es/ecma402/#_ref_183", - "https://tc39.es/ecma402/#_ref_184", "https://tc39.es/ecma402/#sec-defaultlocale", "https://tc39.es/ecma402/#_ref_13", "https://tc39.es/ecma402/#_ref_14", @@ -73,23 +73,23 @@ "https://tc39.es/ecma402/#sec-iswellformedcurrencycode", "https://tc39.es/ecma402/#_ref_15", "https://tc39.es/ecma402/#sec-time-zone-names", + "https://tc39.es/ecma402/#_ref_183", "https://tc39.es/ecma402/#sec-isvalidtimezonename", "https://tc39.es/ecma402/#_ref_16", - "https://tc39.es/ecma402/#_ref_17", + "https://tc39.es/ecma402/#_ref_184", "https://tc39.es/ecma402/#sec-canonicalizetimezonename", "https://tc39.es/ecma402/#_ref_185", + "https://tc39.es/ecma402/#_ref_17", + "https://tc39.es/ecma402/#sec-defaulttimezone", "https://tc39.es/ecma402/#_ref_18", "https://tc39.es/ecma402/#_ref_19", - "https://tc39.es/ecma402/#sec-defaulttimezone", - "https://tc39.es/ecma402/#_ref_20", - "https://tc39.es/ecma402/#_ref_21", "https://tc39.es/ecma402/#sec-measurement-unit-identifiers", "https://tc39.es/ecma402/#sec-iswellformedunitidentifier", "https://tc39.es/ecma402/#_ref_186", "https://tc39.es/ecma402/#_ref_187", "https://tc39.es/ecma402/#_ref_188", "https://tc39.es/ecma402/#sec-issanctionedsimpleunitidentifier", - "https://tc39.es/ecma402/#_ref_22", + "https://tc39.es/ecma402/#_ref_20", "https://tc39.es/ecma402/#table-sanctioned-simple-unit-identifiers", "https://tc39.es/ecma402/#requirements", "https://tc39.es/ecma402/#intl-object", @@ -98,39 +98,39 @@ "https://tc39.es/ecma402/#sec-constructor-properties-of-the-intl-object", "https://tc39.es/ecma402/#service-constructor", "https://tc39.es/ecma402/#sec-intl.collator-intro", - "https://tc39.es/ecma402/#_ref_23", + "https://tc39.es/ecma402/#_ref_21", "https://tc39.es/ecma402/#sec-intl.datetimeformat-intro", - "https://tc39.es/ecma402/#_ref_24", + "https://tc39.es/ecma402/#_ref_22", "https://tc39.es/ecma402/#sec-intl.displaynames-intro", - "https://tc39.es/ecma402/#_ref_25", + "https://tc39.es/ecma402/#_ref_23", "https://tc39.es/ecma402/#sec-intl.listformat-intro", - "https://tc39.es/ecma402/#_ref_26", + "https://tc39.es/ecma402/#_ref_24", "https://tc39.es/ecma402/#sec-intl.locale-intro", - "https://tc39.es/ecma402/#_ref_27", + "https://tc39.es/ecma402/#_ref_25", "https://tc39.es/ecma402/#sec-intl.numberformat-intro", - "https://tc39.es/ecma402/#_ref_28", + "https://tc39.es/ecma402/#_ref_26", "https://tc39.es/ecma402/#sec-intl.pluralrules-intro", - "https://tc39.es/ecma402/#_ref_29", + "https://tc39.es/ecma402/#_ref_27", "https://tc39.es/ecma402/#sec-intl.relativetimeformat-intro", - "https://tc39.es/ecma402/#_ref_30", + "https://tc39.es/ecma402/#_ref_28", "https://tc39.es/ecma402/#sec-function-properties-of-the-intl-object", "https://tc39.es/ecma402/#sec-intl.getcanonicallocales", "https://tc39.es/ecma402/#_ref_189", "https://tc39.es/ecma402/#_ref_190", "https://tc39.es/ecma402/#locale-and-parameter-negotiation", - "https://tc39.es/ecma402/#_ref_31", + "https://tc39.es/ecma402/#_ref_29", "https://tc39.es/ecma402/#sec-internal-slots", "https://tc39.es/ecma402/#_ref_191", - "https://tc39.es/ecma402/#_ref_32", - "https://tc39.es/ecma402/#_ref_33", + "https://tc39.es/ecma402/#_ref_30", + "https://tc39.es/ecma402/#_ref_31", "https://tc39.es/ecma402/#_ref_192", "https://tc39.es/ecma402/#_ref_193", - "https://tc39.es/ecma402/#_ref_34", - "https://tc39.es/ecma402/#_ref_35", + "https://tc39.es/ecma402/#_ref_32", + "https://tc39.es/ecma402/#_ref_33", "https://tc39.es/ecma402/#_ref_194", - "https://tc39.es/ecma402/#_ref_36", + "https://tc39.es/ecma402/#_ref_34", "https://tc39.es/ecma402/#sec-abstract-operations", - "https://tc39.es/ecma402/#_ref_37", + "https://tc39.es/ecma402/#_ref_35", "https://tc39.es/ecma402/#sec-canonicalizelocalelist", "https://tc39.es/ecma402/#_ref_195", "https://tc39.es/ecma402/#_ref_196", @@ -209,7 +209,7 @@ "https://tc39.es/ecma402/#collator-objects", "https://tc39.es/ecma402/#sec-the-intl-collator-constructor", "https://tc39.es/ecma402/#_ref_254", - "https://tc39.es/ecma402/#_ref_38", + "https://tc39.es/ecma402/#_ref_36", "https://tc39.es/ecma402/#sec-initializecollator", "https://tc39.es/ecma402/#_ref_255", "https://tc39.es/ecma402/#_ref_256", @@ -240,15 +240,15 @@ "https://tc39.es/ecma402/#_ref_277", "https://tc39.es/ecma402/#_ref_278", "https://tc39.es/ecma402/#sec-intl-collator-internal-slots", - "https://tc39.es/ecma402/#_ref_39", - "https://tc39.es/ecma402/#_ref_40", + "https://tc39.es/ecma402/#_ref_37", + "https://tc39.es/ecma402/#_ref_38", "https://tc39.es/ecma402/#sec-properties-of-the-intl-collator-prototype-object", "https://tc39.es/ecma402/#sec-intl.collator.prototype.constructor", "https://tc39.es/ecma402/#_ref_279", "https://tc39.es/ecma402/#sec-intl.collator.prototype-@@tostringtag", "https://tc39.es/ecma402/#sec-intl.collator.prototype.compare", "https://tc39.es/ecma402/#_ref_280", - "https://tc39.es/ecma402/#_ref_41", + "https://tc39.es/ecma402/#_ref_39", "https://tc39.es/ecma402/#sec-collator-compare-functions", "https://tc39.es/ecma402/#_ref_281", "https://tc39.es/ecma402/#_ref_282", @@ -257,14 +257,14 @@ "https://tc39.es/ecma402/#sec-collator-comparestrings", "https://tc39.es/ecma402/#sec-intl.collator.prototype.resolvedoptions", "https://tc39.es/ecma402/#_ref_285", - "https://tc39.es/ecma402/#_ref_42", + "https://tc39.es/ecma402/#_ref_40", "https://tc39.es/ecma402/#_ref_286", "https://tc39.es/ecma402/#_ref_287", "https://tc39.es/ecma402/#table-collator-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-collator-instances", "https://tc39.es/ecma402/#_ref_288", - "https://tc39.es/ecma402/#_ref_43", - "https://tc39.es/ecma402/#_ref_44", + "https://tc39.es/ecma402/#_ref_41", + "https://tc39.es/ecma402/#_ref_42", "https://tc39.es/ecma402/#datetimeformat-objects", "https://tc39.es/ecma402/#sec-datetimeformat-abstracts", "https://tc39.es/ecma402/#table-datetimeformat-components", @@ -285,17 +285,17 @@ "https://tc39.es/ecma402/#_ref_302", "https://tc39.es/ecma402/#_ref_303", "https://tc39.es/ecma402/#_ref_304", - "https://tc39.es/ecma402/#_ref_45", + "https://tc39.es/ecma402/#_ref_43", "https://tc39.es/ecma402/#_ref_305", "https://tc39.es/ecma402/#_ref_306", "https://tc39.es/ecma402/#_ref_307", "https://tc39.es/ecma402/#_ref_308", "https://tc39.es/ecma402/#_ref_309", - "https://tc39.es/ecma402/#_ref_46", + "https://tc39.es/ecma402/#_ref_44", "https://tc39.es/ecma402/#_ref_310", "https://tc39.es/ecma402/#_ref_311", "https://tc39.es/ecma402/#_ref_312", - "https://tc39.es/ecma402/#_ref_47", + "https://tc39.es/ecma402/#_ref_45", "https://tc39.es/ecma402/#sec-todatetimeoptions", "https://tc39.es/ecma402/#_ref_313", "https://tc39.es/ecma402/#_ref_314", @@ -308,7 +308,7 @@ "https://tc39.es/ecma402/#_ref_320", "https://tc39.es/ecma402/#sec-basicformatmatcher", "https://tc39.es/ecma402/#_ref_321", - "https://tc39.es/ecma402/#_ref_48", + "https://tc39.es/ecma402/#_ref_46", "https://tc39.es/ecma402/#sec-bestfitformatmatcher", "https://tc39.es/ecma402/#_ref_322", "https://tc39.es/ecma402/#sec-datetime-format-functions", @@ -332,7 +332,7 @@ "https://tc39.es/ecma402/#_ref_339", "https://tc39.es/ecma402/#_ref_340", "https://tc39.es/ecma402/#_ref_341", - "https://tc39.es/ecma402/#_ref_49", + "https://tc39.es/ecma402/#_ref_47", "https://tc39.es/ecma402/#_ref_342", "https://tc39.es/ecma402/#_ref_343", "https://tc39.es/ecma402/#_ref_344", @@ -353,7 +353,7 @@ "https://tc39.es/ecma402/#_ref_355", "https://tc39.es/ecma402/#_ref_356", "https://tc39.es/ecma402/#_ref_357", - "https://tc39.es/ecma402/#_ref_50", + "https://tc39.es/ecma402/#_ref_48", "https://tc39.es/ecma402/#_ref_358", "https://tc39.es/ecma402/#_ref_359", "https://tc39.es/ecma402/#_ref_360", @@ -370,13 +370,13 @@ "https://tc39.es/ecma402/#_ref_369", "https://tc39.es/ecma402/#sec-tolocaltime", "https://tc39.es/ecma402/#_ref_370", - "https://tc39.es/ecma402/#_ref_51", - "https://tc39.es/ecma402/#_ref_52", + "https://tc39.es/ecma402/#_ref_49", + "https://tc39.es/ecma402/#_ref_50", "https://tc39.es/ecma402/#table-datetimeformat-tolocaltime-record", "https://tc39.es/ecma402/#_ref_371", "https://tc39.es/ecma402/#sec-unwrapdatetimeformat", "https://tc39.es/ecma402/#_ref_372", - "https://tc39.es/ecma402/#_ref_53", + "https://tc39.es/ecma402/#_ref_51", "https://tc39.es/ecma402/#_ref_373", "https://tc39.es/ecma402/#_ref_374", "https://tc39.es/ecma402/#_ref_375", @@ -384,11 +384,11 @@ "https://tc39.es/ecma402/#_ref_377", "https://tc39.es/ecma402/#sec-intl-datetimeformat-constructor", "https://tc39.es/ecma402/#_ref_378", - "https://tc39.es/ecma402/#_ref_54", + "https://tc39.es/ecma402/#_ref_52", "https://tc39.es/ecma402/#sec-intl.datetimeformat", "https://tc39.es/ecma402/#_ref_379", "https://tc39.es/ecma402/#_ref_380", - "https://tc39.es/ecma402/#_ref_55", + "https://tc39.es/ecma402/#_ref_53", "https://tc39.es/ecma402/#_ref_381", "https://tc39.es/ecma402/#sec-chaindatetimeformat", "https://tc39.es/ecma402/#_ref_382", @@ -403,6 +403,8 @@ "https://tc39.es/ecma402/#_ref_388", "https://tc39.es/ecma402/#_ref_389", "https://tc39.es/ecma402/#sec-intl.datetimeformat-internal-slots", + "https://tc39.es/ecma402/#_ref_54", + "https://tc39.es/ecma402/#_ref_55", "https://tc39.es/ecma402/#_ref_56", "https://tc39.es/ecma402/#_ref_57", "https://tc39.es/ecma402/#_ref_58", @@ -410,18 +412,16 @@ "https://tc39.es/ecma402/#_ref_60", "https://tc39.es/ecma402/#_ref_61", "https://tc39.es/ecma402/#_ref_62", - "https://tc39.es/ecma402/#_ref_63", - "https://tc39.es/ecma402/#_ref_64", "https://tc39.es/ecma402/#table-datetimeformat-rangepatternfields", "https://tc39.es/ecma402/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.constructor", "https://tc39.es/ecma402/#_ref_390", "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype-@@tostringtag", "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.format", - "https://tc39.es/ecma402/#_ref_65", + "https://tc39.es/ecma402/#_ref_63", "https://tc39.es/ecma402/#_ref_391", "https://tc39.es/ecma402/#_ref_392", - "https://tc39.es/ecma402/#_ref_66", + "https://tc39.es/ecma402/#_ref_64", "https://tc39.es/ecma402/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/ecma402/#_ref_393", "https://tc39.es/ecma402/#_ref_394", @@ -438,31 +438,31 @@ "https://tc39.es/ecma402/#_ref_403", "https://tc39.es/ecma402/#_ref_404", "https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/ecma402/#_ref_67", + "https://tc39.es/ecma402/#_ref_65", "https://tc39.es/ecma402/#_ref_405", "https://tc39.es/ecma402/#_ref_406", - "https://tc39.es/ecma402/#_ref_68", - "https://tc39.es/ecma402/#_ref_69", + "https://tc39.es/ecma402/#_ref_66", + "https://tc39.es/ecma402/#_ref_67", "https://tc39.es/ecma402/#_ref_407", "https://tc39.es/ecma402/#table-datetimeformat-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/ecma402/#_ref_408", + "https://tc39.es/ecma402/#_ref_68", + "https://tc39.es/ecma402/#_ref_69", "https://tc39.es/ecma402/#_ref_70", "https://tc39.es/ecma402/#_ref_71", - "https://tc39.es/ecma402/#_ref_72", - "https://tc39.es/ecma402/#_ref_73", "https://tc39.es/ecma402/#intl-displaynames-objects", "https://tc39.es/ecma402/#sec-intl-displaynames-abstracts", "https://tc39.es/ecma402/#sec-canonicalcodefordisplaynames", "https://tc39.es/ecma402/#_ref_409", "https://tc39.es/ecma402/#_ref_410", - "https://tc39.es/ecma402/#_ref_74", - "https://tc39.es/ecma402/#_ref_75", + "https://tc39.es/ecma402/#_ref_72", + "https://tc39.es/ecma402/#_ref_73", "https://tc39.es/ecma402/#_ref_411", - "https://tc39.es/ecma402/#_ref_76", + "https://tc39.es/ecma402/#_ref_74", "https://tc39.es/ecma402/#sec-intl-displaynames-constructor", "https://tc39.es/ecma402/#_ref_412", - "https://tc39.es/ecma402/#_ref_77", + "https://tc39.es/ecma402/#_ref_75", "https://tc39.es/ecma402/#sec-Intl.DisplayNames", "https://tc39.es/ecma402/#_ref_413", "https://tc39.es/ecma402/#_ref_414", @@ -475,9 +475,9 @@ "https://tc39.es/ecma402/#_ref_421", "https://tc39.es/ecma402/#_ref_422", "https://tc39.es/ecma402/#_ref_423", + "https://tc39.es/ecma402/#_ref_76", + "https://tc39.es/ecma402/#_ref_77", "https://tc39.es/ecma402/#_ref_78", - "https://tc39.es/ecma402/#_ref_79", - "https://tc39.es/ecma402/#_ref_80", "https://tc39.es/ecma402/#sec-properties-of-intl-displaynames-constructor", "https://tc39.es/ecma402/#sec-Intl.DisplayNames.prototype", "https://tc39.es/ecma402/#_ref_424", @@ -486,8 +486,8 @@ "https://tc39.es/ecma402/#_ref_426", "https://tc39.es/ecma402/#_ref_427", "https://tc39.es/ecma402/#sec-Intl.DisplayNames-internal-slots", - "https://tc39.es/ecma402/#_ref_81", - "https://tc39.es/ecma402/#_ref_82", + "https://tc39.es/ecma402/#_ref_79", + "https://tc39.es/ecma402/#_ref_80", "https://tc39.es/ecma402/#sec-properties-of-intl-displaynames-prototype-object", "https://tc39.es/ecma402/#sec-Intl.DisplayNames.prototype.constructor", "https://tc39.es/ecma402/#_ref_428", @@ -498,12 +498,12 @@ "https://tc39.es/ecma402/#_ref_431", "https://tc39.es/ecma402/#sec-Intl.DisplayNames.prototype.resolvedOptions", "https://tc39.es/ecma402/#_ref_432", - "https://tc39.es/ecma402/#_ref_83", + "https://tc39.es/ecma402/#_ref_81", "https://tc39.es/ecma402/#_ref_433", "https://tc39.es/ecma402/#table-displaynames-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-displaynames-instances", "https://tc39.es/ecma402/#_ref_434", - "https://tc39.es/ecma402/#_ref_84", + "https://tc39.es/ecma402/#_ref_82", "https://tc39.es/ecma402/#listformat-objects", "https://tc39.es/ecma402/#sec-intl-listformat-abstracts", "https://tc39.es/ecma402/#sec-deconstructpattern", @@ -530,7 +530,7 @@ "https://tc39.es/ecma402/#_ref_451", "https://tc39.es/ecma402/#sec-intl-listformat-constructor", "https://tc39.es/ecma402/#_ref_452", - "https://tc39.es/ecma402/#_ref_85", + "https://tc39.es/ecma402/#_ref_83", "https://tc39.es/ecma402/#sec-Intl.ListFormat", "https://tc39.es/ecma402/#_ref_453", "https://tc39.es/ecma402/#_ref_454", @@ -550,8 +550,8 @@ "https://tc39.es/ecma402/#_ref_465", "https://tc39.es/ecma402/#_ref_466", "https://tc39.es/ecma402/#sec-Intl.ListFormat-internal-slots", - "https://tc39.es/ecma402/#_ref_86", - "https://tc39.es/ecma402/#_ref_87", + "https://tc39.es/ecma402/#_ref_84", + "https://tc39.es/ecma402/#_ref_85", "https://tc39.es/ecma402/#_ref_467", "https://tc39.es/ecma402/#sec-properties-of-intl-listformat-prototype-object", "https://tc39.es/ecma402/#sec-Intl.ListFormat.prototype.constructor", @@ -567,7 +567,7 @@ "https://tc39.es/ecma402/#_ref_474", "https://tc39.es/ecma402/#sec-Intl.ListFormat.prototype.resolvedoptions", "https://tc39.es/ecma402/#_ref_475", - "https://tc39.es/ecma402/#_ref_88", + "https://tc39.es/ecma402/#_ref_86", "https://tc39.es/ecma402/#_ref_476", "https://tc39.es/ecma402/#table-listformat-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-listformat-instances", @@ -655,7 +655,7 @@ "https://tc39.es/ecma402/#numberformat-objects", "https://tc39.es/ecma402/#sec-numberformat-abstracts", "https://tc39.es/ecma402/#sec-setnfdigitoptions", - "https://tc39.es/ecma402/#_ref_89", + "https://tc39.es/ecma402/#_ref_87", "https://tc39.es/ecma402/#_ref_534", "https://tc39.es/ecma402/#_ref_535", "https://tc39.es/ecma402/#_ref_536", @@ -700,8 +700,8 @@ "https://tc39.es/ecma402/#sec-partitionnotationsubpattern", "https://tc39.es/ecma402/#_ref_570", "https://tc39.es/ecma402/#_ref_571", - "https://tc39.es/ecma402/#_ref_90", - "https://tc39.es/ecma402/#_ref_91", + "https://tc39.es/ecma402/#_ref_88", + "https://tc39.es/ecma402/#_ref_89", "https://tc39.es/ecma402/#_ref_572", "https://tc39.es/ecma402/#table-numbering-system-digits", "https://tc39.es/ecma402/#sec-formatnumber", @@ -717,7 +717,7 @@ "https://tc39.es/ecma402/#sec-torawfixed", "https://tc39.es/ecma402/#sec-unwrapnumberformat", "https://tc39.es/ecma402/#_ref_580", - "https://tc39.es/ecma402/#_ref_92", + "https://tc39.es/ecma402/#_ref_90", "https://tc39.es/ecma402/#_ref_581", "https://tc39.es/ecma402/#_ref_582", "https://tc39.es/ecma402/#_ref_583", @@ -734,15 +734,15 @@ "https://tc39.es/ecma402/#_ref_593", "https://tc39.es/ecma402/#_ref_594", "https://tc39.es/ecma402/#_ref_595", - "https://tc39.es/ecma402/#_ref_93", + "https://tc39.es/ecma402/#_ref_91", "https://tc39.es/ecma402/#sec-getnumberformatpattern", - "https://tc39.es/ecma402/#_ref_94", + "https://tc39.es/ecma402/#_ref_92", "https://tc39.es/ecma402/#_ref_596", - "https://tc39.es/ecma402/#_ref_95", + "https://tc39.es/ecma402/#_ref_93", "https://tc39.es/ecma402/#sec-getnotationsubpattern", - "https://tc39.es/ecma402/#_ref_96", + "https://tc39.es/ecma402/#_ref_94", "https://tc39.es/ecma402/#_ref_597", - "https://tc39.es/ecma402/#_ref_97", + "https://tc39.es/ecma402/#_ref_95", "https://tc39.es/ecma402/#sec-computeexponent", "https://tc39.es/ecma402/#_ref_598", "https://tc39.es/ecma402/#_ref_599", @@ -750,11 +750,11 @@ "https://tc39.es/ecma402/#sec-computeexponentformagnitude", "https://tc39.es/ecma402/#sec-intl-numberformat-constructor", "https://tc39.es/ecma402/#_ref_601", - "https://tc39.es/ecma402/#_ref_98", + "https://tc39.es/ecma402/#_ref_96", "https://tc39.es/ecma402/#sec-intl.numberformat", "https://tc39.es/ecma402/#_ref_602", "https://tc39.es/ecma402/#_ref_603", - "https://tc39.es/ecma402/#_ref_99", + "https://tc39.es/ecma402/#_ref_97", "https://tc39.es/ecma402/#_ref_604", "https://tc39.es/ecma402/#sec-chainnumberformat", "https://tc39.es/ecma402/#_ref_605", @@ -769,33 +769,33 @@ "https://tc39.es/ecma402/#_ref_611", "https://tc39.es/ecma402/#_ref_612", "https://tc39.es/ecma402/#sec-intl.numberformat-internal-slots", + "https://tc39.es/ecma402/#_ref_98", + "https://tc39.es/ecma402/#_ref_99", "https://tc39.es/ecma402/#_ref_100", "https://tc39.es/ecma402/#_ref_101", - "https://tc39.es/ecma402/#_ref_102", - "https://tc39.es/ecma402/#_ref_103", "https://tc39.es/ecma402/#sec-properties-of-intl-numberformat-prototype-object", "https://tc39.es/ecma402/#sec-intl.numberformat.prototype.constructor", "https://tc39.es/ecma402/#_ref_613", "https://tc39.es/ecma402/#sec-intl.numberformat.prototype-@@tostringtag", "https://tc39.es/ecma402/#sec-intl.numberformat.prototype.format", - "https://tc39.es/ecma402/#_ref_104", + "https://tc39.es/ecma402/#_ref_102", "https://tc39.es/ecma402/#_ref_614", "https://tc39.es/ecma402/#_ref_615", - "https://tc39.es/ecma402/#_ref_105", + "https://tc39.es/ecma402/#_ref_103", "https://tc39.es/ecma402/#sec-intl.numberformat.prototype.formattoparts", "https://tc39.es/ecma402/#_ref_616", "https://tc39.es/ecma402/#_ref_617", "https://tc39.es/ecma402/#_ref_618", "https://tc39.es/ecma402/#sec-intl.numberformat.prototype.resolvedoptions", - "https://tc39.es/ecma402/#_ref_106", + "https://tc39.es/ecma402/#_ref_104", "https://tc39.es/ecma402/#_ref_619", "https://tc39.es/ecma402/#_ref_620", - "https://tc39.es/ecma402/#_ref_107", + "https://tc39.es/ecma402/#_ref_105", "https://tc39.es/ecma402/#_ref_621", "https://tc39.es/ecma402/#table-numberformat-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-numberformat-instances", "https://tc39.es/ecma402/#_ref_622", - "https://tc39.es/ecma402/#_ref_108", + "https://tc39.es/ecma402/#_ref_106", "https://tc39.es/ecma402/#pluralrules-objects", "https://tc39.es/ecma402/#sec-intl-pluralrules-abstracts", "https://tc39.es/ecma402/#sec-initializepluralrules", @@ -824,7 +824,7 @@ "https://tc39.es/ecma402/#_ref_641", "https://tc39.es/ecma402/#sec-intl-pluralrules-constructor", "https://tc39.es/ecma402/#_ref_642", - "https://tc39.es/ecma402/#_ref_109", + "https://tc39.es/ecma402/#_ref_107", "https://tc39.es/ecma402/#sec-intl.pluralrules", "https://tc39.es/ecma402/#_ref_643", "https://tc39.es/ecma402/#_ref_644", @@ -836,8 +836,8 @@ "https://tc39.es/ecma402/#_ref_647", "https://tc39.es/ecma402/#_ref_648", "https://tc39.es/ecma402/#sec-intl.pluralrules-internal-slots", - "https://tc39.es/ecma402/#_ref_110", - "https://tc39.es/ecma402/#_ref_111", + "https://tc39.es/ecma402/#_ref_108", + "https://tc39.es/ecma402/#_ref_109", "https://tc39.es/ecma402/#sec-properties-of-intl-pluralrules-prototype-object", "https://tc39.es/ecma402/#sec-intl.pluralrules.prototype.constructor", "https://tc39.es/ecma402/#_ref_649", @@ -848,15 +848,15 @@ "https://tc39.es/ecma402/#_ref_652", "https://tc39.es/ecma402/#sec-intl.pluralrules.prototype.resolvedoptions", "https://tc39.es/ecma402/#_ref_653", - "https://tc39.es/ecma402/#_ref_112", + "https://tc39.es/ecma402/#_ref_110", "https://tc39.es/ecma402/#_ref_654", - "https://tc39.es/ecma402/#_ref_113", + "https://tc39.es/ecma402/#_ref_111", "https://tc39.es/ecma402/#_ref_655", "https://tc39.es/ecma402/#_ref_656", "https://tc39.es/ecma402/#table-pluralrules-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-pluralrules-instances", "https://tc39.es/ecma402/#_ref_657", - "https://tc39.es/ecma402/#_ref_114", + "https://tc39.es/ecma402/#_ref_112", "https://tc39.es/ecma402/#relativetimeformat-objects", "https://tc39.es/ecma402/#sec-intl-relativetimeformat--abstracts", "https://tc39.es/ecma402/#sec-InitializeRelativeTimeFormat", @@ -899,7 +899,7 @@ "https://tc39.es/ecma402/#_ref_689", "https://tc39.es/ecma402/#sec-intl-relativetimeformat-constructor", "https://tc39.es/ecma402/#_ref_690", - "https://tc39.es/ecma402/#_ref_115", + "https://tc39.es/ecma402/#_ref_113", "https://tc39.es/ecma402/#sec-Intl.RelativeTimeFormat", "https://tc39.es/ecma402/#_ref_691", "https://tc39.es/ecma402/#_ref_692", @@ -911,8 +911,8 @@ "https://tc39.es/ecma402/#_ref_695", "https://tc39.es/ecma402/#_ref_696", "https://tc39.es/ecma402/#sec-Intl.RelativeTimeFormat-internal-slots", - "https://tc39.es/ecma402/#_ref_116", - "https://tc39.es/ecma402/#_ref_117", + "https://tc39.es/ecma402/#_ref_114", + "https://tc39.es/ecma402/#_ref_115", "https://tc39.es/ecma402/#_ref_697", "https://tc39.es/ecma402/#sec-properties-of-intl-relativetimeformat-prototype-object", "https://tc39.es/ecma402/#sec-Intl.RelativeTimeFormat.prototype.constructor", @@ -930,7 +930,7 @@ "https://tc39.es/ecma402/#_ref_706", "https://tc39.es/ecma402/#sec-intl.relativetimeformat.prototype.resolvedoptions", "https://tc39.es/ecma402/#_ref_707", - "https://tc39.es/ecma402/#_ref_118", + "https://tc39.es/ecma402/#_ref_116", "https://tc39.es/ecma402/#_ref_708", "https://tc39.es/ecma402/#table-relativetimeformat-resolvedoptions-properties", "https://tc39.es/ecma402/#sec-properties-of-intl-relativetimeformat-instances", @@ -949,7 +949,7 @@ "https://tc39.es/ecma402/#_ref_717", "https://tc39.es/ecma402/#_ref_718", "https://tc39.es/ecma402/#_ref_719", - "https://tc39.es/ecma402/#_ref_119", + "https://tc39.es/ecma402/#_ref_117", "https://tc39.es/ecma402/#_ref_720", "https://tc39.es/ecma402/#sup-string.prototype.tolocaleuppercase", "https://tc39.es/ecma402/#sup-properties-of-the-number-prototype-object", @@ -989,21 +989,23 @@ "https://tc39.es/ecma402/#_ref_745", "https://tc39.es/ecma402/#_ref_746", "https://tc39.es/ecma402/#annex-implementation-dependent-behaviour", + "https://tc39.es/ecma402/#_ref_118", + "https://tc39.es/ecma402/#_ref_119", "https://tc39.es/ecma402/#_ref_120", "https://tc39.es/ecma402/#_ref_121", + "https://tc39.es/ecma402/#_ref_747", "https://tc39.es/ecma402/#_ref_122", + "https://tc39.es/ecma402/#_ref_748", "https://tc39.es/ecma402/#_ref_123", - "https://tc39.es/ecma402/#_ref_747", "https://tc39.es/ecma402/#_ref_124", - "https://tc39.es/ecma402/#_ref_748", "https://tc39.es/ecma402/#_ref_125", "https://tc39.es/ecma402/#_ref_126", "https://tc39.es/ecma402/#_ref_127", "https://tc39.es/ecma402/#_ref_128", "https://tc39.es/ecma402/#_ref_129", + "https://tc39.es/ecma402/#_ref_749", "https://tc39.es/ecma402/#_ref_130", "https://tc39.es/ecma402/#_ref_131", - "https://tc39.es/ecma402/#_ref_749", "https://tc39.es/ecma402/#_ref_132", "https://tc39.es/ecma402/#_ref_133", "https://tc39.es/ecma402/#_ref_134", @@ -1028,9 +1030,9 @@ "https://tc39.es/ecma402/#_ref_153", "https://tc39.es/ecma402/#_ref_154", "https://tc39.es/ecma402/#_ref_155", + "https://tc39.es/ecma402/#annex-incompatibilities", "https://tc39.es/ecma402/#_ref_156", "https://tc39.es/ecma402/#_ref_157", - "https://tc39.es/ecma402/#annex-incompatibilities", "https://tc39.es/ecma402/#_ref_158", "https://tc39.es/ecma402/#_ref_159", "https://tc39.es/ecma402/#_ref_160", @@ -1039,8 +1041,6 @@ "https://tc39.es/ecma402/#_ref_163", "https://tc39.es/ecma402/#_ref_164", "https://tc39.es/ecma402/#_ref_165", - "https://tc39.es/ecma402/#_ref_166", - "https://tc39.es/ecma402/#_ref_167", "https://tc39.es/ecma402/#sec-colophon", "https://tc39.es/ecma402/#sec-copyright-and-software-license", "https://tc39.es/ecma402/#references-pane-container", diff --git a/tr/ids/event-timing.json b/tr/ids/event-timing.json index ed23b361b4ae..d3c4d32a2bff 100644 --- a/tr/ids/event-timing.json +++ b/tr/ids/event-timing.json @@ -8,7 +8,7 @@ "https://wicg.github.io/event-timing/#toc-jump", "https://wicg.github.io/event-timing/#toc-toggle", "https://wicg.github.io/event-timing/#title", - "https://wicg.github.io/event-timing/#profile-and-date", + "https://wicg.github.io/event-timing/#w3c-state", "https://wicg.github.io/event-timing/#abstract", "https://wicg.github.io/event-timing/#status", "https://wicg.github.io/event-timing/#toc", @@ -187,19 +187,32 @@ "https://wicg.github.io/event-timing/#ref-for-dom-event-type%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-dom-event-type%E2%91%A4", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A7", + "https://wicg.github.io/event-timing/#sec-interaction-counts", + "https://wicg.github.io/event-timing/#ref-for-interactioncounts", + "https://wicg.github.io/event-timing/#ref-for-Exposed%E2%91%A1", + "https://wicg.github.io/event-timing/#interactioncounts", + "https://wicg.github.io/event-timing/#ref-for-idl-DOMString%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-idl-unsigned-long-long%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-interactioncounts%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-idl-DOMString%E2%91%A1", "https://wicg.github.io/event-timing/#sec-extensions", "https://wicg.github.io/event-timing/#ref-for-dfn-performance", - "https://wicg.github.io/event-timing/#ref-for-Exposed%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-Exposed%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-dfn-performance%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-SameObject", "https://wicg.github.io/event-timing/#ref-for-eventcounts%E2%91%A1", "https://wicg.github.io/event-timing/#dom-performance-eventcounts", + "https://wicg.github.io/event-timing/#ref-for-SameObject%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-interactioncounts%E2%91%A1", + "https://wicg.github.io/event-timing/#dom-performance-interactioncounts", "https://wicg.github.io/event-timing/#ref-for-dom-performance-eventcounts", - "https://wicg.github.io/event-timing/#ref-for-dom-event-type%E2%91%A5", - "https://wicg.github.io/event-timing/#ref-for-dfn-performance%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-this%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A1", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A1", - "https://wicg.github.io/event-timing/#ref-for-dom-performance-eventcounts%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-window-eventcounts", + "https://wicg.github.io/event-timing/#ref-for-dom-performance-interactioncounts", + "https://wicg.github.io/event-timing/#ref-for-this%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-window-interactioncounts", "https://wicg.github.io/event-timing/#sec-processing-model", "https://wicg.github.io/event-timing/#sec-modifications-DOM", "https://wicg.github.io/event-timing/#ref-for-concept-event-dispatch%E2%91%A2", @@ -213,28 +226,35 @@ "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-processingstart%E2%91%A5", "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-processingend%E2%91%A3", "https://wicg.github.io/event-timing/#sec-modifications-HTML", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A1", "https://wicg.github.io/event-timing/#entries-to-be-queued", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A8", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A3", "https://wicg.github.io/event-timing/#pending-first-pointer-down", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A0%E2%93%AA", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A4", "https://wicg.github.io/event-timing/#has-dispatched-input-event", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A5", "https://wicg.github.io/event-timing/#user-interaction-value", "https://wicg.github.io/event-timing/#ref-for-user-interaction-value", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A6", "https://wicg.github.io/event-timing/#pending-key-downs", "https://wicg.github.io/event-timing/#ref-for-ordered-map", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A0%E2%91%A0", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A7", "https://wicg.github.io/event-timing/#pointer-interaction-value-map", "https://wicg.github.io/event-timing/#ref-for-ordered-map%E2%91%A0", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A8", + "https://wicg.github.io/event-timing/#pointer-is-drag-set", + "https://wicg.github.io/event-timing/#ref-for-ordered-set", "https://wicg.github.io/event-timing/#pending-pointer-downs", "https://wicg.github.io/event-timing/#ref-for-ordered-map%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A0%E2%91%A1", + "https://wicg.github.io/event-timing/#window-eventcounts", + "https://wicg.github.io/event-timing/#ref-for-dom-event-type%E2%91%A5", + "https://wicg.github.io/event-timing/#ref-for-dfn-performance%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A3", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-window-eventcounts%E2%91%A0", + "https://wicg.github.io/event-timing/#window-interactioncounts", + "https://wicg.github.io/event-timing/#ref-for-dfn-performance%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A4", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A3", + "https://wicg.github.io/event-timing/#ref-for-window-interactioncounts%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-update-the-rendering%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-event-loop-processing-model", "https://wicg.github.io/event-timing/#ref-for-mark-paint-timing", @@ -258,6 +278,14 @@ "https://wicg.github.io/event-timing/#ref-for-dom-performanceobserverinit-durationthreshold", "https://wicg.github.io/event-timing/#ref-for-dom-performanceobserverinit-durationthreshold%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-duration%E2%91%A3", + "https://wicg.github.io/event-timing/#sec-increasing-interaction-count", + "https://wicg.github.io/event-timing/#increase-interaction-count", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A4", + "https://wicg.github.io/event-timing/#ref-for-idl-DOMString%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-window-interactioncounts%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-map-exists", + "https://wicg.github.io/event-timing/#ref-for-map-set", "https://wicg.github.io/event-timing/#sec-computing-interactionid", "https://wicg.github.io/event-timing/#compute-interactionid", "https://wicg.github.io/event-timing/#ref-for-dom-event-istrusted%E2%91%A1", @@ -266,19 +294,21 @@ "https://wicg.github.io/event-timing/#ref-for-event-type-compositionstart%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-event-type-input%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-the-pointercancel-event%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-the-pointermove-event%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-the-pointerup-event%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-event-type-click%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-event-type-keydown%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-the-pointerdown-event%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-finalize-event-timing%E2%91%A0", - "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A2", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A5", "https://wicg.github.io/event-timing/#ref-for-pending-key-downs", "https://wicg.github.io/event-timing/#ref-for-pointer-interaction-value-map", + "https://wicg.github.io/event-timing/#ref-for-pointer-is-drag-set", "https://wicg.github.io/event-timing/#ref-for-pending-pointer-downs", "https://wicg.github.io/event-timing/#ref-for-event-type-keyup%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-dom-keyboardevent-iscomposing", "https://wicg.github.io/event-timing/#ref-for-dom-keyboardevent-keycode", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-increase-interaction-count", "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-interactionid%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-entries-to-be-queued", @@ -293,19 +323,21 @@ "https://wicg.github.io/event-timing/#ref-for-dom-event-type%E2%91%A7", "https://wicg.github.io/event-timing/#ref-for-event-type-input%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-dom-inputevent-iscomposing", + "https://wicg.github.io/event-timing/#ref-for-increase-interaction-count%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A2", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-the-pointercancel-event%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-the-pointermove-event%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-the-pointerup-event%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-event-type-click%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-dom-pointerevent-pointerid", "https://wicg.github.io/event-timing/#ref-for-event-type-click%E2%91%A4", + "https://wicg.github.io/event-timing/#ref-for-the-pointermove-event%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-the-pointerup-event%E2%91%A4", "https://wicg.github.io/event-timing/#ref-for-the-pointercancel-event%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A0%E2%91%A4", "https://wicg.github.io/event-timing/#ref-for-the-pointerup-event%E2%91%A5", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A4", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A5", + "https://wicg.github.io/event-timing/#ref-for-increase-interaction-count%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-interactionid%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-entries-to-be-queued%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-the-pointercancel-event%E2%91%A3", @@ -328,9 +360,9 @@ "https://wicg.github.io/event-timing/#ref-for-the-pointerdown-event%E2%91%A8", "https://wicg.github.io/event-timing/#ref-for-the-pointerup-event%E2%91%A0%E2%93%AA", "https://wicg.github.io/event-timing/#ref-for-event-type-click%E2%91%A6", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A6", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A7", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A0%E2%93%AA", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A4", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A5", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A5", "https://wicg.github.io/event-timing/#sec-init-event-timing", "https://wicg.github.io/event-timing/#initialize-event-timing", "https://wicg.github.io/event-timing/#ref-for-considered-for-event-timing", @@ -347,9 +379,9 @@ "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-interactionid%E2%91%A5", "https://wicg.github.io/event-timing/#sec-fin-event-timing", "https://wicg.github.io/event-timing/#finalize-event-timing", - "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A3", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A6", "https://wicg.github.io/event-timing/#ref-for-implements", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A0%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A6", "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-processingend%E2%91%A4", "https://wicg.github.io/event-timing/#ref-for-implements%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-node%E2%91%A1", @@ -375,15 +407,15 @@ "https://wicg.github.io/event-timing/#ref-for-entries-to-be-queued%E2%91%A4", "https://wicg.github.io/event-timing/#ref-for-pending-key-downs%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-dom-keyboardevent-keycode%E2%91%A0", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A8", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A6", "https://wicg.github.io/event-timing/#ref-for-dom-performanceeventtiming-interactionid%E2%91%A6", - "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A0%E2%93%AA", + "https://wicg.github.io/event-timing/#ref-for-user-interaction-value%E2%91%A7", "https://wicg.github.io/event-timing/#ref-for-entries-to-be-queued%E2%91%A5", "https://wicg.github.io/event-timing/#ref-for-map-remove%E2%91%A0", "https://wicg.github.io/event-timing/#sec-dispatch-pending", "https://wicg.github.io/event-timing/#dispatch-pending-event-timing-entries", "https://wicg.github.io/event-timing/#ref-for-document%E2%91%A2", - "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A4", + "https://wicg.github.io/event-timing/#ref-for-concept-relevant-global%E2%91%A7", "https://wicg.github.io/event-timing/#ref-for-dfn-current-high-resolution-time%E2%91%A1", "https://wicg.github.io/event-timing/#ref-for-entries-to-be-queued%E2%91%A6", "https://wicg.github.io/event-timing/#ref-for-set-event-timing-entry-duration", @@ -395,19 +427,16 @@ "https://wicg.github.io/event-timing/#ref-for-set-event-timing-entry-duration%E2%91%A0", "https://wicg.github.io/event-timing/#set-event-timing-entry-duration", "https://wicg.github.io/event-timing/#ref-for-performanceeventtiming%E2%91%A0%E2%91%A6", - "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A0%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-window%E2%91%A7", "https://wicg.github.io/event-timing/#ref-for-idl-def-domhighrestimestamp%E2%91%A2", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-duration%E2%91%A5", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-starttime%E2%91%A5", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-duration%E2%91%A6", "https://wicg.github.io/event-timing/#ref-for-idl-def-domhighrestimestamp%E2%91%A3", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-name%E2%91%A2", - "https://wicg.github.io/event-timing/#ref-for-dom-windoworworkerglobalscope-performance", - "https://wicg.github.io/event-timing/#ref-for-dom-performance-eventcounts%E2%91%A1", - "https://wicg.github.io/event-timing/#ref-for-dfn-map-entries", - "https://wicg.github.io/event-timing/#ref-for-dfn-map-entries%E2%91%A0", - "https://wicg.github.io/event-timing/#ref-for-dom-performance-eventcounts%E2%91%A2", - "https://wicg.github.io/event-timing/#ref-for-dfn-map-entries%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-window-eventcounts%E2%91%A1", + "https://wicg.github.io/event-timing/#ref-for-map-exists%E2%91%A0", + "https://wicg.github.io/event-timing/#ref-for-map-set%E2%91%A0", "https://wicg.github.io/event-timing/#ref-for-has-dispatched-input-event", "https://wicg.github.io/event-timing/#ref-for-pending-first-pointer-down", "https://wicg.github.io/event-timing/#ref-for-dom-performanceentry-entrytype%E2%91%A4", @@ -450,7 +479,6 @@ "https://wicg.github.io/event-timing/#term-for-dfn-performance", "https://wicg.github.io/event-timing/#term-for-dfn-current-high-resolution-time", "https://wicg.github.io/event-timing/#term-for-dom-performance-now", - "https://wicg.github.io/event-timing/#term-for-dom-windoworworkerglobalscope-performance", "https://wicg.github.io/event-timing/#term-for-window", "https://wicg.github.io/event-timing/#term-for-concept-document-window", "https://wicg.github.io/event-timing/#term-for-event-contextmenu", @@ -468,9 +496,11 @@ "https://wicg.github.io/event-timing/#term-for-concept-relevant-realm", "https://wicg.github.io/event-timing/#term-for-update-the-rendering", "https://wicg.github.io/event-timing/#term-for-map-clear", + "https://wicg.github.io/event-timing/#term-for-map-exists", "https://wicg.github.io/event-timing/#term-for-map-getting-the-values", "https://wicg.github.io/event-timing/#term-for-ordered-map", "https://wicg.github.io/event-timing/#term-for-map-remove", + "https://wicg.github.io/event-timing/#term-for-map-set", "https://wicg.github.io/event-timing/#term-for-map-getting-the-values%E2%91%A0", "https://wicg.github.io/event-timing/#term-for-mark-paint-timing", "https://wicg.github.io/event-timing/#term-for-the-performanceentry-interface", @@ -526,7 +556,6 @@ "https://wicg.github.io/event-timing/#term-for-SameObject", "https://wicg.github.io/event-timing/#term-for-idl-boolean", "https://wicg.github.io/event-timing/#term-for-implements", - "https://wicg.github.io/event-timing/#term-for-dfn-map-entries", "https://wicg.github.io/event-timing/#term-for-idl-object", "https://wicg.github.io/event-timing/#term-for-this", "https://wicg.github.io/event-timing/#term-for-idl-unsigned-long-long", diff --git a/tr/ids/fetch.json b/tr/ids/fetch.json index bc286065aeb8..f7d2b44ea624 100644 --- a/tr/ids/fetch.json +++ b/tr/ids/fetch.json @@ -28,7 +28,7 @@ "https://fetch.spec.whatwg.org/#fetch-params-process-request-end-of-body", "https://fetch.spec.whatwg.org/#fetch-params-process-response", "https://fetch.spec.whatwg.org/#fetch-params-process-response-end-of-body", - "https://fetch.spec.whatwg.org/#fetch-params-process-response-done", + "https://fetch.spec.whatwg.org/#fetch-params-process-response-consume-body", "https://fetch.spec.whatwg.org/#fetch-params-task-destination", "https://fetch.spec.whatwg.org/#ref-for-global-object", "https://fetch.spec.whatwg.org/#ref-for-parallel-queue", @@ -1492,14 +1492,14 @@ "https://fetch.spec.whatwg.org/#process-request-end-of-body", "https://fetch.spec.whatwg.org/#process-request-end-of-file", "https://fetch.spec.whatwg.org/#process-response", + "https://fetch.spec.whatwg.org/#fetch-processresponseendofbody", "https://fetch.spec.whatwg.org/#process-response-end-of-body", "https://fetch.spec.whatwg.org/#process-response-end-of-file", - "https://fetch.spec.whatwg.org/#fetch-processresponsedone", "https://fetch.spec.whatwg.org/#fetch-useparallelqueue", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#concept-fetch-terminate", "https://fetch.spec.whatwg.org/#concept-fetch-suspend", @@ -1521,8 +1521,8 @@ "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-request-body", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-request-end-of-body", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-consume-body", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-end-of-body", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-done", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-cross-origin-isolated-capability", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A3", @@ -1697,7 +1697,6 @@ "https://fetch.spec.whatwg.org/#ref-for-fetch-finale", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-does-response-match-metadatalist", "https://fetch.spec.whatwg.org/#ref-for-concept-request-integrity-metadata%E2%91%A0", @@ -1710,63 +1709,85 @@ "https://fetch.spec.whatwg.org/#fetch-finale", "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-create-an-opaque-timing-info", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-done-flag%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-end-of-body%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-end-of-body%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-end-of-body%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-body-fully-read%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-transformstream", + "https://fetch.spec.whatwg.org/#ref-for-transformstream-enqueue", + "https://fetch.spec.whatwg.org/#ref-for-transformstream-set-up", + "https://fetch.spec.whatwg.org/#ref-for-transformstream-set-up-transformalgorithm", + "https://fetch.spec.whatwg.org/#ref-for-transformstream-set-up-flushalgorithm", "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A2", - "https://fetch.spec.whatwg.org/#finalize-response", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-done-flag%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-done%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-readablestream-pipe-through", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-transformstream%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-identity-transform-stream", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-consume-body%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-consume-body%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-consume-body%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-response-done%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-body-fully-read%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A3", "https://fetch.spec.whatwg.org/#finalize-and-report-timing", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-global-object%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-string%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-list-is-empty%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error", "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-list-is-empty%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-http-scheme%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-allow-passed%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-create-an-opaque-timing-info", + "https://fetch.spec.whatwg.org/#ref-for-create-an-opaque-timing-info%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-end-time", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-relevant-settings-object", "https://fetch.spec.whatwg.org/#ref-for-concept-settings-object-cross-origin-isolated-capability%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-dfn-mark-resource-timing", "https://fetch.spec.whatwg.org/#scheme-fetch", "https://fetch.spec.whatwg.org/#basic-fetch", "https://fetch.spec.whatwg.org/#concept-scheme-fetch", "https://fetch.spec.whatwg.org/#concept-basic-fetch", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A0%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-url-path%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status-message%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A0%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-url%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-navigate%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-abort-when", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A0", @@ -1775,9 +1796,9 @@ "https://fetch.spec.whatwg.org/#ref-for-blob-url-entry-object", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-dfn-Blob%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-method%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A3%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status-message%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-append%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-dfn-size", @@ -1785,31 +1806,31 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-append%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-dfn-type", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A0%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-readOperation", "https://fetch.spec.whatwg.org/#ref-for-if-aborted", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-data-url-processor", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A0%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-data-url-struct-mime-type", "https://fetch.spec.whatwg.org/#ref-for-serialize-a-mime-type-to-bytes", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status-message%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A0%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-data-url-struct-body", "https://fetch.spec.whatwg.org/#ref-for-concept-url%E2%91%A0%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-http-scheme%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-http-fetch%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-http-scheme%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-http-fetch%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A7", "https://fetch.spec.whatwg.org/#http-fetch", "https://fetch.spec.whatwg.org/#concept-http-fetch", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-request-service-workers-mode", "https://fetch.spec.whatwg.org/#ref-for-concept-request-clone", "https://fetch.spec.whatwg.org/#ref-for-concept-body%E2%91%A7", @@ -1821,20 +1842,20 @@ "https://fetch.spec.whatwg.org/#ref-for-readablestream-enqueue%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-implementation-defined%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-readablestream-enqueue%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-transformstream-set-up", - "https://fetch.spec.whatwg.org/#ref-for-transformstream", + "https://fetch.spec.whatwg.org/#ref-for-transformstream-set-up%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-transformstream%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-body%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-readablestream-pipe-through", + "https://fetch.spec.whatwg.org/#ref-for-readablestream-pipe-through%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-body%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-cross-origin-isolated-capability%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-handle-fetch%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-final-service-worker-start-time", "https://fetch.spec.whatwg.org/#ref-for-update-timing-info-from-stored-response", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-readablestream-cancel", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A7", @@ -1848,8 +1869,8 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-mode%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-type%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-mode%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-cache-match-method", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A7", @@ -1860,7 +1881,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-cache-match-header", "https://fetch.spec.whatwg.org/#ref-for-cors-preflight-fetch-0%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A1%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-cache", "https://fetch.spec.whatwg.org/#ref-for-cors-preflight-fetch-0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-cors-preflight-fetch-0%E2%91%A2", @@ -1872,11 +1893,11 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-cors-check", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-cors-check%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-tao-check", "https://fetch.spec.whatwg.org/#ref-for-timing-allow-failed%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A2", @@ -1885,7 +1906,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-origin%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-client%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-destination%E2%91%A0%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-cross-origin-resource-policy-check%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-cors-check%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-client%E2%91%A0%E2%91%A5", @@ -1895,44 +1916,44 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-connection%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-mode%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-filtered-response-opaque-redirect%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-internal-response%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-http-redirect-fetch", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A6", "https://fetch.spec.whatwg.org/#http-redirect-fetch", "https://fetch.spec.whatwg.org/#concept-http-redirect-fetch", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-filtered-response%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-internal-response%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-location-url%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-url-fragment%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-http-scheme%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-count%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-http-scheme%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-count%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-count%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-include-credentials", "https://fetch.spec.whatwg.org/#ref-for-concept-request-origin%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-same-origin%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-url-origin%E2%91%A0%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-include-credentials%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A4", @@ -1950,7 +1971,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-redirect-end-time", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-post-redirect-start-time%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A2", @@ -1959,7 +1980,7 @@ "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-redirect-start-time%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-start-time%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-list-append%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-set-requests-referrer-policy-on-redirect", "https://fetch.spec.whatwg.org/#ref-for-concept-main-fetch%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-main-fetch%E2%91%A1", @@ -1968,16 +1989,16 @@ "https://fetch.spec.whatwg.org/#ref-for-in-parallel%E2%91%A1", "https://fetch.spec.whatwg.org/#concept-navigate-redirect-fetch", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%93%AA%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-redirect-mode%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-http-redirect-fetch%E2%91%A0", "https://fetch.spec.whatwg.org/#http-network-or-cache-fetch", "https://fetch.spec.whatwg.org/#concept-http-network-or-cache-fetch", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-abort-when%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A2", @@ -1989,7 +2010,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-response-tainting%E2%91%A0%E2%91%A5", @@ -2014,7 +2035,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-record-request%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-body-total-bytes%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A2%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-environment-settings-object%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-url%E2%91%A0%E2%91%A6", @@ -2054,7 +2075,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-append%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-handle-content-codings", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-append%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A3%E2%91%A8", @@ -2086,7 +2107,7 @@ "https://fetch.spec.whatwg.org/#ref-for-determine-the-http-cache-partition", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A4%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-stale-while-revalidate-response%E2%91%A1", @@ -2098,8 +2119,8 @@ "https://fetch.spec.whatwg.org/#ref-for-request-service-workers-mode%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-in-parallel%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-main-fetch%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-stale-response%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%93%AA", @@ -2114,10 +2135,10 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A2%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-if-aborted%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-fetch", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A5", @@ -2126,12 +2147,12 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-cache-state%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-update-timing-info-from-stored-response%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-timing-info%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-header-list-contains%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-range-requested-flag%E2%91%A0", @@ -2143,15 +2164,15 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-bodyinit-safely-extract%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A1%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-request-use-url-credentials-flag%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-set-the-username%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A1%E2%91%A4", @@ -2160,10 +2181,10 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A0%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-proxy-authentication-entry%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch%E2%91%A1", @@ -2173,17 +2194,17 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A2%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-authentication-entry%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A8", "https://fetch.spec.whatwg.org/#http-network-fetch", "https://fetch.spec.whatwg.org/#concept-http-network-fetch", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-timing-info%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-determine-the-http-cache-partition%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-request-determine-the-network-partition-key%E2%91%A0", @@ -2194,7 +2215,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A1%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-abort-when%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-final-connection-timing-info", "https://fetch.spec.whatwg.org/#ref-for-clamp-and-coarsen-connection-timing-info%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-connection-timing-info%E2%91%A1", @@ -2213,7 +2234,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A2%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A2%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A3%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A2%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-body-source%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A2%E2%91%A7", @@ -2226,18 +2247,18 @@ "https://fetch.spec.whatwg.org/#ref-for-dfn-coarsened-shared-current-time%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-cross-origin-isolated-capability%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-header%E2%91%A4%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A1%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-fetch-timing-info-final-network-response-start-time%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A4%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A2%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-environment-settings-object%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-window%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A3%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-process-request-end-of-body%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-queue-a-fetch-task%E2%91%A7", @@ -2260,8 +2281,8 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A3%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-fetch-params-task-destination%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-if-aborted%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-aborted-network-error%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-resume", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-suspend", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A0%E2%91%A3", @@ -2275,10 +2296,10 @@ "https://fetch.spec.whatwg.org/#ref-for-readablestream-set-up-sizealgorithm", "https://fetch.spec.whatwg.org/#ref-for-abort-when%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A0%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A0%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-body%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-cache-mode%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-header-value%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-header-name%E2%91%A1%E2%91%A1", @@ -2308,9 +2329,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-suspend%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-readablestream-readable", "https://fetch.spec.whatwg.org/#ref-for-readablestream-close", - "https://fetch.spec.whatwg.org/#ref-for-finalize-response", "https://fetch.spec.whatwg.org/#ref-for-if-aborted%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-finalize-response%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-aborted%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-readablestream-readable%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-readablestream-error", @@ -2320,8 +2339,8 @@ "https://fetch.spec.whatwg.org/#ref-for-readablestream-error%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-in-parallel%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#cors-preflight-fetch", "https://fetch.spec.whatwg.org/#ref-for-cors-protocol%E2%91%A0%E2%91%A7", @@ -2332,9 +2351,9 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%93%AA%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%93%AA%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A0%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-request-initiator%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-request-initiator%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-destination%E2%91%A0%E2%91%A4", @@ -2364,8 +2383,8 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A2%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-header-list-combine%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-http-network-or-cache-fetch%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A0%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params%E2%91%A0%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-fetch-params-request%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-cors-check%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-ok-status%E2%91%A0", @@ -2377,7 +2396,7 @@ "https://fetch.spec.whatwg.org/#ref-for-extract-header-list-values%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-http-access-control-allow-headers%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-use-cors-preflight-flag%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-cors-preflight-fetch-0%E2%91%A5", @@ -2387,20 +2406,20 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-method%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-cors-safelisted-method%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A0%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A3%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-header-name%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-cors-non-wildcard-request-header-name", "https://fetch.spec.whatwg.org/#ref-for-byte-case-insensitive%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-list-item%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-cors-unsafe-request-header-names%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-header-list%E2%91%A3%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-byte-case-insensitive%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-list-item%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-credentials-mode%E2%91%A0%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-extract-header-list-values%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-http-access-control-max-age", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A1%E2%91%A7", @@ -2414,7 +2433,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-cache-max-age%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-cache-match-header%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-cache-create-entry%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A8", "https://fetch.spec.whatwg.org/#cors-preflight-cache", "https://fetch.spec.whatwg.org/#ref-for-concept-cache%E2%91%A3", "https://fetch.spec.whatwg.org/#concept-cache", @@ -3156,9 +3175,9 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-reload-navigation-flag%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-history-navigation-flag", "https://fetch.spec.whatwg.org/#ref-for-concept-request-history-navigation-flag%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-list-clone%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-map-is-empty", "https://fetch.spec.whatwg.org/#ref-for-concept-request-mode%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-request-reload-navigation-flag%E2%91%A1", @@ -3168,7 +3187,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request-referrer-policy%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-request-url%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request-current-url%E2%91%A2%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-request-url-list%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-url%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-dom-requestinit-referrer%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-map-exists%E2%91%A3", @@ -3177,7 +3196,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-url-parser%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-dfn-throw%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-url-path%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-url-origin%E2%91%A0%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-same-origin%E2%91%A7", @@ -3449,7 +3468,7 @@ "https://fetch.spec.whatwg.org/#dom-responsetype-opaqueredirect", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A4", "https://fetch.spec.whatwg.org/#concept-response-response", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A5", "https://fetch.spec.whatwg.org/#response-headers", "https://fetch.spec.whatwg.org/#ref-for-headers%E2%91%A0%E2%91%A5", @@ -3461,7 +3480,7 @@ "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-body-body%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-dom-response%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%93%AA", @@ -3482,7 +3501,7 @@ "https://fetch.spec.whatwg.org/#ref-for-dom-response-clone%E2%91%A0", "https://fetch.spec.whatwg.org/#response-create", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-headers-guard%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-new%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A4", @@ -3503,7 +3522,7 @@ "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A6%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A6%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-response-headers%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-new%E2%91%A8", @@ -3536,7 +3555,7 @@ "https://fetch.spec.whatwg.org/#ref-for-null-body-status%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-concept-bodyinit-extract%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A7", @@ -3549,7 +3568,7 @@ "https://fetch.spec.whatwg.org/#dom-response-error", "https://fetch.spec.whatwg.org/#ref-for-response-create", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A4%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A3", "https://fetch.spec.whatwg.org/#dom-response-redirect", @@ -3563,7 +3582,7 @@ "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-rangeerror%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-response-create%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-response%E2%91%A0%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A0%E2%93%AA", @@ -3589,9 +3608,9 @@ "https://fetch.spec.whatwg.org/#dom-response-redirected", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A0%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-url-list%E2%91%A0%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A6", "https://fetch.spec.whatwg.org/#dom-response-status", "https://fetch.spec.whatwg.org/#ref-for-this%E2%91%A7%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A0%E2%91%A5", @@ -3650,14 +3669,14 @@ "https://fetch.spec.whatwg.org/#ref-for-request-signal%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-abort-fetch%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A0%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-finalize-and-report-timing", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-fetch-processresponsedone", + "https://fetch.spec.whatwg.org/#ref-for-fetch-processresponseendofbody", "https://fetch.spec.whatwg.org/#ref-for-process-response", "https://fetch.spec.whatwg.org/#ref-for-concept-response-aborted%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-abort-fetch%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-reject%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-response-create%E2%91%A2", @@ -3672,10 +3691,10 @@ "https://fetch.spec.whatwg.org/#ref-for-readablestream-cancel%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A3%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-response-response%E2%91%A1%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-readablestream-readable%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-readablestream-error%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A4", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A7", "https://fetch.spec.whatwg.org/#garbage-collection", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch-terminate%E2%91%A1%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-dom-global-fetch%E2%91%A6", @@ -3688,13 +3707,13 @@ "https://fetch.spec.whatwg.org/#concept-websocket-connection-obtain", "https://fetch.spec.whatwg.org/#ref-for-concept-url-host%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-url-port%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A3", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-websocket-connection-obtain%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-connection%E2%91%A0%E2%91%A1", "https://fetch.spec.whatwg.org/#websocket-opening-handshake", "https://fetch.spec.whatwg.org/#concept-websocket-establish", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%93%AA%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-request-url%E2%91%A6", @@ -3725,7 +3744,7 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-fetch-useparallelqueue", "https://fetch.spec.whatwg.org/#ref-for-process-response%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A1%E2%91%A6", "https://fetch.spec.whatwg.org/#ref-for-fail-the-websocket-connection", "https://fetch.spec.whatwg.org/#ref-for-extract-header-list-values%E2%91%A5", @@ -3744,7 +3763,7 @@ "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1%E2%91%A1", "https://fetch.spec.whatwg.org/#data-url-processor", "https://fetch.spec.whatwg.org/#ref-for-concept-url%E2%91%A0%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-url-serializer%E2%91%A5", "https://fetch.spec.whatwg.org/#ref-for-url-serializer-exclude-fragment%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-collect-a-sequence-of-code-points%E2%91%A3", @@ -3768,7 +3787,7 @@ "https://fetch.spec.whatwg.org/#ref-for-forbidden-header-name%E2%91%A3", "https://fetch.spec.whatwg.org/#atomic-http-redirect-handling", "https://fetch.spec.whatwg.org/#ref-for-atomic-http-redirect-handling%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A1%E2%91%A7", "https://fetch.spec.whatwg.org/#ref-for-concept-internal-response%E2%91%A0%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-response-status%E2%91%A1%E2%91%A8", @@ -3806,7 +3825,7 @@ "https://fetch.spec.whatwg.org/#fetch-elsewhere", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%91%A0%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A5%E2%91%A8", "https://fetch.spec.whatwg.org/#fetch-elsewhere-fetch", "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%91%A0%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-concept-fetch%E2%91%A2%E2%91%A4", @@ -3819,34 +3838,34 @@ "https://fetch.spec.whatwg.org/#ref-for-concept-request%E2%91%A0%E2%91%A0%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-request-body%E2%91%A4%E2%91%A0", "https://fetch.spec.whatwg.org/#ref-for-process-response%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-concept-response-header-list%E2%91%A2%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A5", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A8", "https://fetch.spec.whatwg.org/#ref-for-concept-body-stream%E2%91%A0%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-process-response-end-of-body", + "https://fetch.spec.whatwg.org/#ref-for-fetch-processresponseendofbody%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A3", - "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1%E2%91%A2", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%93%AA", + "https://fetch.spec.whatwg.org/#ref-for-process-response-end-of-body", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A4", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A5", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A6", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-network-error%E2%91%A5%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-null-body-status%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-body-fully-read%E2%91%A1", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A6", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A1%E2%91%A8", + "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A7", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A2", "https://fetch.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-body-fully-read%E2%91%A2", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A7", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%93%AA", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A6%E2%91%A8", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-fetch-processresponsedone%E2%91%A0", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A3", "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A7%E2%93%AA", - "https://fetch.spec.whatwg.org/#ref-for-concept-response%E2%91%A7%E2%91%A0", - "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A1", + "https://fetch.spec.whatwg.org/#ref-for-concept-response-body%E2%91%A2%E2%91%A4", "https://fetch.spec.whatwg.org/#ref-for-fetch-useparallelqueue%E2%91%A1", "https://fetch.spec.whatwg.org/#ref-for-boolean%E2%91%A0", "https://fetch.spec.whatwg.org/#acknowledgments", @@ -4012,16 +4031,19 @@ "https://fetch.spec.whatwg.org/#term-for-read-request-close-steps", "https://fetch.spec.whatwg.org/#term-for-readablestream-create-a-proxy", "https://fetch.spec.whatwg.org/#term-for-is-readable-stream-disturbed", - "https://fetch.spec.whatwg.org/#term-for-readablestream-enqueue", + "https://fetch.spec.whatwg.org/#term-for-transformstream-enqueue", "https://fetch.spec.whatwg.org/#term-for-readablestream-error", "https://fetch.spec.whatwg.org/#term-for-read-request-error-steps", "https://fetch.spec.whatwg.org/#term-for-readablestream-errored", + "https://fetch.spec.whatwg.org/#term-for-transformstream-set-up-flushalgorithm", "https://fetch.spec.whatwg.org/#term-for-rs-get-reader", "https://fetch.spec.whatwg.org/#term-for-readablestream-get-a-reader", "https://fetch.spec.whatwg.org/#term-for-readablestream-set-up-highwatermark", + "https://fetch.spec.whatwg.org/#term-for-identity-transform-stream", "https://fetch.spec.whatwg.org/#term-for-readablestream-locked", "https://fetch.spec.whatwg.org/#term-for-readablestream-need-more-data", "https://fetch.spec.whatwg.org/#term-for-readablestream-pipe-through", + "https://fetch.spec.whatwg.org/#term-for-readablestream-pipe-through%E2%91%A0", "https://fetch.spec.whatwg.org/#term-for-readablestream-set-up-pullalgorithm", "https://fetch.spec.whatwg.org/#term-for-readablestreamdefaultreader-read-a-chunk", "https://fetch.spec.whatwg.org/#term-for-read-request", @@ -4031,6 +4053,7 @@ "https://fetch.spec.whatwg.org/#term-for-transformstream-set-up", "https://fetch.spec.whatwg.org/#term-for-readablestream-set-up-sizealgorithm", "https://fetch.spec.whatwg.org/#term-for-readablestream-tee", + "https://fetch.spec.whatwg.org/#term-for-transformstream-set-up-transformalgorithm", "https://fetch.spec.whatwg.org/#term-for-serviceworkerglobalscope", "https://fetch.spec.whatwg.org/#term-for-service-worker-global-scope-fetch-event", "https://fetch.spec.whatwg.org/#term-for-handle-fetch", diff --git a/tr/ids/filter-effects-1.json b/tr/ids/filter-effects-1.json index 422cf52115e4..ac1f61d12826 100644 --- a/tr/ids/filter-effects-1.json +++ b/tr/ids/filter-effects-1.json @@ -89,10 +89,10 @@ "https://www.w3.org/TR/filter-effects-1/#MJMAINI-32", "https://www.w3.org/TR/filter-effects-1/#MJMATHI-7A", "https://www.w3.org/TR/filter-effects-1/#MJSZ2-221A", - "https://www.w3.org/TR/filter-effects-1/#MathJax_Message", "https://www.w3.org/TR/filter-effects-1/#toc-nav", "https://www.w3.org/TR/filter-effects-1/#toc-jump", "https://www.w3.org/TR/filter-effects-1/#toc-toggle", + "https://www.w3.org/TR/filter-effects-1/#MathJax_Message", "https://www.w3.org/TR/filter-effects-1/#title", "https://www.w3.org/TR/filter-effects-1/#subtitle", "https://www.w3.org/TR/filter-effects-1/#abstract", diff --git a/tr/ids/generic-sensor.json b/tr/ids/generic-sensor.json index ee4f7c6c0275..42fcf536259d 100644 --- a/tr/ids/generic-sensor.json +++ b/tr/ids/generic-sensor.json @@ -356,7 +356,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-optimal-sampling-frequency", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-frequency-slot%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-sampling-frequency%E2%91%A7", - "https://www.w3.org/TR/generic-sensor/#example-c4bd9af5", + "https://www.w3.org/TR/generic-sensor/#example-b6449ddc", "https://www.w3.org/TR/generic-sensor/#ref-for-activated-sensor-objects%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-browsing-context%E2%91%A3", @@ -444,36 +444,49 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-sensor-reading%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#sensor-activated", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-activated", + "https://www.w3.org/TR/generic-sensor/#ref-for-this", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#sensor-has-reading", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-hasreading", "https://www.w3.org/TR/generic-sensor/#ref-for-get-value-from-latest-reading%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#sensor-timestamp", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-timestamp", "https://www.w3.org/TR/generic-sensor/#ref-for-get-value-from-latest-reading%E2%91%A1", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#ref-for-reading-timestamp%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#sensor-start", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-start", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A3", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-in-parallel", "https://www.w3.org/TR/generic-sensor/#ref-for-connect-to-sensor", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A4", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-create-exception", "https://www.w3.org/TR/generic-sensor/#ref-for-notreadableerror", "https://www.w3.org/TR/generic-sensor/#ref-for-idl-DOMException", "https://www.w3.org/TR/generic-sensor/#ref-for-notify-error", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A5", "https://www.w3.org/TR/generic-sensor/#ref-for-request-sensor-access", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-activate-a-sensor-object", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A7", "https://www.w3.org/TR/generic-sensor/#ref-for-dfn-create-exception%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-notallowederror", "https://www.w3.org/TR/generic-sensor/#ref-for-idl-DOMException%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-notify-error%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A8", "https://www.w3.org/TR/generic-sensor/#sensor-stop", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-stop", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A5", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A6", "https://www.w3.org/TR/generic-sensor/#ref-for-in-parallel%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#ref-for-deactivate-a-sensor-object%E2%91%A0", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/generic-sensor/#sensor-onreading", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-onreading", "https://www.w3.org/TR/generic-sensor/#ref-for-eventhandler%E2%91%A2", @@ -481,6 +494,7 @@ "https://www.w3.org/TR/generic-sensor/#sensor-onactivate", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-onactivate", "https://www.w3.org/TR/generic-sensor/#ref-for-eventhandler%E2%91%A3", + "https://www.w3.org/TR/generic-sensor/#ref-for-this%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A7", "https://www.w3.org/TR/generic-sensor/#sensor-onerror", "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-onerror", @@ -506,6 +520,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-idl-DOMException%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#dom-sensorerroreventinit-error", "https://www.w3.org/TR/generic-sensor/#sensor-error-event-error", + "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensorerrorevent-error", "https://www.w3.org/TR/generic-sensor/#ref-for-idl-DOMException%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-dictdef-sensorerroreventinit%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#abstract-operations", @@ -653,7 +668,7 @@ "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensor-state-slot%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/generic-sensor/#ref-for-concept-event-fire%E2%91%A2", "https://www.w3.org/TR/generic-sensor/#ref-for-sensorerrorevent", - "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensorerrorevent-error", + "https://www.w3.org/TR/generic-sensor/#ref-for-dom-sensorerrorevent-error%E2%91%A0", "https://www.w3.org/TR/generic-sensor/#get-value-from-latest-reading", "https://www.w3.org/TR/generic-sensor/#ref-for-get-value-from-latest-reading%E2%91%A3", "https://www.w3.org/TR/generic-sensor/#ref-for-sensor%E2%91%A1%E2%91%A8", @@ -1247,6 +1262,7 @@ "https://www.w3.org/TR/generic-sensor/#term-for-dfn-inherited-interfaces", "https://www.w3.org/TR/generic-sensor/#term-for-dfn-interface", "https://www.w3.org/TR/generic-sensor/#term-for-dfn-read-only", + "https://www.w3.org/TR/generic-sensor/#term-for-this", "https://www.w3.org/TR/generic-sensor/#term-for-dfn-throw", "https://www.w3.org/TR/generic-sensor/#term-for-idl-undefined", "https://www.w3.org/TR/generic-sensor/#references", diff --git a/tr/ids/geometry-1.json b/tr/ids/geometry-1.json index 43524652ae6f..9c56b3db9809 100644 --- a/tr/ids/geometry-1.json +++ b/tr/ids/geometry-1.json @@ -23,10 +23,10 @@ "https://www.w3.org/TR/geometry-1/#MJMAIN-32", "https://www.w3.org/TR/geometry-1/#MJMAIN-33", "https://www.w3.org/TR/geometry-1/#MJMAIN-34", + "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#toc-nav", "https://www.w3.org/TR/geometry-1/#toc-jump", "https://www.w3.org/TR/geometry-1/#toc-toggle", - "https://www.w3.org/TR/geometry-1/#MathJax_Message", "https://www.w3.org/TR/geometry-1/#title", "https://www.w3.org/TR/geometry-1/#subtitle", "https://www.w3.org/TR/geometry-1/#abstract", diff --git a/tr/ids/html.json b/tr/ids/html.json index cad408854d2a..7741de73aa01 100644 --- a/tr/ids/html.json +++ b/tr/ids/html.json @@ -638,7 +638,7 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#finalize-and-report-timing", "https://html.spec.whatwg.org/multipage/infrastructure.html#serialize-a-response-url-for-reporting", "https://html.spec.whatwg.org/multipage/infrastructure.html#body-safely-extract", - "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseendofbody", + "https://html.spec.whatwg.org/multipage/infrastructure.html#processresponseconsumebody", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-type", "https://html.spec.whatwg.org/multipage/infrastructure.html#concept-response-url", @@ -1555,7 +1555,11 @@ "https://html.spec.whatwg.org/multipage/infrastructure.html#svg-title", "https://html.spec.whatwg.org/multipage/infrastructure.html#svg-use", "https://html.spec.whatwg.org/multipage/infrastructure.html#svg-text-rendering", + "https://html.spec.whatwg.org/multipage/infrastructure.html#core-attribute", + "https://html.spec.whatwg.org/multipage/infrastructure.html#presentation-attribute", "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-value-list", + "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-primitive-attribute", + "https://html.spec.whatwg.org/multipage/infrastructure.html#filter-property", "https://html.spec.whatwg.org/multipage/infrastructure.html#requestidlecallback()", "https://html.spec.whatwg.org/multipage/infrastructure.html#start-an-idle-period-algorithm", "https://html.spec.whatwg.org/multipage/infrastructure.html#obtain-a-local-storage-bottle-map", @@ -9401,13 +9405,13 @@ "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:node-document-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:map-of-preloaded-resources-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-fetch-2", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseendofbody", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseconsumebody", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-4", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:byte-sequence", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:byte-sequence-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-body", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:body-safely-extract", - "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseendofbody-2", + "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:processresponseconsumebody-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:body-safely-extract-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:concept-response-body-2", "https://html.spec.whatwg.org/multipage/links.html#link-type-preload:network-error", @@ -26147,7 +26151,13 @@ "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:dom-context-2d-shadowcolor", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:transparent-black", "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilters", + "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:canvasfilter", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:dom-context-2d-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilterinput", + "https://html.spec.whatwg.org/multipage/canvas.html#canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:dom-canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:canvasfilterinput", + "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:canvasfilterinput-2", "https://html.spec.whatwg.org/multipage/canvas.html#canvasrect", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:dom-context-2d-clearrect", "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext:dom-context-2d-fillrect", @@ -27852,15 +27862,96 @@ "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-filter", "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-filter-dev", "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasfilter-dev", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:supported-filter-names", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-canvasfilter-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-canvasfilter-3", + "https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-current-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-4", + "https://html.spec.whatwg.org/multipage/canvas.html#concept-concept-canvasfilter-xml-filter-list", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-concept-canvasfilter-xml-filter-list", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:list", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-element-data-for-filters", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-5", "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-2", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-3", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilters-2", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:this", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-3", "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:this-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:parse-something-according-to-a-css-grammar", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:this-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-5", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:this-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-6", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-5", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-6", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-7", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-6", + "https://html.spec.whatwg.org/multipage/canvas.html#supported-filter-names", + "https://html.spec.whatwg.org/multipage/canvas.html#xml-element-data-for-filters", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:struct", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:struct-item", + "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-name", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:ordered-map", + "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-attributes", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-element-data-for-filters-2", + "https://html.spec.whatwg.org/multipage/canvas.html#xml-filter-children", + "https://html.spec.whatwg.org/multipage/canvas.html#idl-type-for-a-canvas-filter-attribute", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:idl-boolean", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:idl-domstring", + "https://html.spec.whatwg.org/multipage/canvas.html#generate-xml-value", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:idl-type-for-a-canvas-filter-attribute", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-idl-convert", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-idl-convert-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-idl-convert-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:idl-domstring-2", + "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilterinput", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:map-exists", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:typeerror", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:supported-filter-names-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:continue", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:converted-to-ascii-uppercase", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-element-data-for-filters-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-name", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-attributes", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-children", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:list-append", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:list-iterate", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:core-attribute", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:presentation-attribute", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-primitive-attribute", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:continue-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-idl-convert-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:converted-to-ascii-uppercase-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-element-data-for-filters-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-name-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-attributes-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-children-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:generate-xml-value", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-attributes-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-children-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:generate-xml-value-2", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:xml-filter-attributes-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:this-5", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-concept-canvasfilter-xml-filter-list-2", + "https://html.spec.whatwg.org/multipage/canvas.html#example-canvas-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:canvasfilter-7", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-8", "https://html.spec.whatwg.org/multipage/canvas.html#filters:transformations", "https://html.spec.whatwg.org/multipage/canvas.html#filters:output-bitmap", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-3", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-9", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-3", "https://html.spec.whatwg.org/multipage/canvas.html#filters:'em'", "https://html.spec.whatwg.org/multipage/canvas.html#filters:'ex'", "https://html.spec.whatwg.org/multipage/canvas.html#filters:computed-value", @@ -27870,14 +27961,25 @@ "https://html.spec.whatwg.org/multipage/canvas.html#filters:font-style-source-object-2", "https://html.spec.whatwg.org/multipage/canvas.html#filters:being-rendered", "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-font", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-4", - "https://html.spec.whatwg.org/multipage/canvas.html#filters:dom-context-2d-filter-5", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-10", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-4", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:concept-canvas-current-filter-11", + "https://html.spec.whatwg.org/multipage/canvas.html#filters:filter-value-list-5", "https://html.spec.whatwg.org/multipage/canvas.html#working-with-externally-defined-svg-filters", "https://html.spec.whatwg.org/multipage/canvas.html#working-with-externally-defined-svg-filters:svg-use", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:transparent-black", - "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:dom-context-2d-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter-2", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter-3", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:filter-value-list", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter-4", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter-5", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:canvasfilter", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-canvas-current-filter-6", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:filter-property", + "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:concept-concept-canvasfilter-xml-filter-list", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:when-shadows-are-drawn", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:when-shadows-are-drawn-2", "https://html.spec.whatwg.org/multipage/canvas.html#drawing-model:dom-context-2d-globalalpha", @@ -56838,6 +56940,7 @@ "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:barprop", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:beforeunloadevent", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:broadcastchannel", + "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:canvasfilter", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:canvasgradient", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:canvaspattern", "https://html.spec.whatwg.org/multipage/indices.html#all-interfaces:canvasrenderingcontext2d", diff --git a/tr/ids/mediacapture-streams.json b/tr/ids/mediacapture-streams.json index 0bc1c805ac5c..a1f84abd0f10 100644 --- a/tr/ids/mediacapture-streams.json +++ b/tr/ids/mediacapture-streams.json @@ -362,6 +362,7 @@ "https://www.w3.org/TR/mediacapture-streams/#track-muted", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-59", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-60", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-8", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-muted-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-event-mediastreamtrack-mute-1", "https://www.w3.org/TR/mediacapture-streams/#ref-for-event-mediastreamtrack-unmute-1", @@ -452,7 +453,7 @@ "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-7", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediastreamtrack-muted-4", "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack-muted", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-8", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-9", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dfn-muted-3", "https://www.w3.org/TR/mediacapture-streams/#dom-mediastreamtrack-onmute", "https://www.w3.org/TR/mediacapture-streams/#ref-for-event-mediastreamtrack-mute-3", @@ -1460,14 +1461,14 @@ "https://www.w3.org/TR/mediacapture-streams/#generating-deviceids", "https://www.w3.org/TR/mediacapture-streams/#ref-for-dom-mediadeviceinfo-deviceid-14", "https://www.w3.org/TR/mediacapture-streams/#muting-devices", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-9", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-10", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-11", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-8", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-9", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-11", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-12", - "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-10", "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-13", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-enabled-10", + "https://www.w3.org/TR/mediacapture-streams/#ref-for-track-muted-14", "https://www.w3.org/TR/mediacapture-streams/#constrainable-interface", "https://www.w3.org/TR/mediacapture-streams/#x11-constrainable-pattern", "https://www.w3.org/TR/mediacapture-streams/#dfn-constrainable-object", diff --git a/tr/ids/mediaqueries-5.json b/tr/ids/mediaqueries-5.json index f2720886c184..b0b7df2306e5 100644 --- a/tr/ids/mediaqueries-5.json +++ b/tr/ids/mediaqueries-5.json @@ -8,10 +8,10 @@ "https://www.w3.org/TR/mediaqueries-5/#toc-jump", "https://www.w3.org/TR/mediaqueries-5/#toc-toggle", "https://www.w3.org/TR/mediaqueries-5/#title", - "https://www.w3.org/TR/mediaqueries-5/#subtitle", + "https://www.w3.org/TR/mediaqueries-5/#w3c-state", "https://www.w3.org/TR/mediaqueries-5/#abstract", "https://www.w3.org/TR/mediaqueries-5/#ref-for-media-query", - "https://www.w3.org/TR/mediaqueries-5/#status", + "https://www.w3.org/TR/mediaqueries-5/#sotd", "https://www.w3.org/TR/mediaqueries-5/#w3c_process_revision", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-update", "https://www.w3.org/TR/mediaqueries-5/#toc", @@ -35,7 +35,7 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-initial-value", "https://www.w3.org/TR/mediaqueries-5/#ref-for-em", "https://www.w3.org/TR/mediaqueries-5/#ref-for-initial-value%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-propdef-font-size", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-font-face-font-size", "https://www.w3.org/TR/mediaqueries-5/#mq-prefers-security", "https://www.w3.org/TR/mediaqueries-5/#issue-53662cc5", "https://www.w3.org/TR/mediaqueries-5/#media", @@ -375,7 +375,7 @@ "https://www.w3.org/TR/mediaqueries-5/#example-fab3f079", "https://www.w3.org/TR/mediaqueries-5/#ref-for-em%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-initial-value%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-propdef-font-size%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-font-face-font-size%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#height", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-height", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-height", @@ -443,18 +443,67 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-inline-axis%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-overflow-block-paged%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-overflow-inline%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#mf-horizontal-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-horizontal-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-horizontal-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-horizontal-viewport-segments%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-horizontal-viewport-segments%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#mf-vertical-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-vertical-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-vertical-viewport-segments", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-vertical-viewport-segments%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-vertical-viewport-segments%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#example-3f07f45a", + "https://www.w3.org/TR/mediaqueries-5/#display-modes", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-display-mode", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-display-mode", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-top-level-browsing-context", + "https://www.w3.org/TR/mediaqueries-5/#display-mode", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#display-mode-fullscreen", + "https://www.w3.org/TR/mediaqueries-5/#display-mode-standalone", + "https://www.w3.org/TR/mediaqueries-5/#display-mode-minimal-ui", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode-standalone", + "https://www.w3.org/TR/mediaqueries-5/#display-mode-browser", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode-fullscreen", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode-fullscreen%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode-fullscreen%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-dom-document-fullscreenelement", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-dom-document-fullscreenenabled", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-display-mode%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-css-pc-fullscreen", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-css-pc-fullscreen%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-dom-element-requestfullscreen", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-css-pc-fullscreen%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#example-f95854b1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-css-pc-fullscreen%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#mf-display-quality", "https://www.w3.org/TR/mediaqueries-5/#resolution", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-resolution%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-resolution", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-resolution-value%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-resolution%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-page-zoom", "https://www.w3.org/TR/mediaqueries-5/#ref-for-pinch-zoom", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-resolution%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-resolution%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-resolution-infinite", "https://www.w3.org/TR/mediaqueries-5/#ref-for-range-context%E2%91%A3", @@ -470,8 +519,8 @@ "https://www.w3.org/TR/mediaqueries-5/#scan", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scan%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-scan", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scan%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-scan-interlace", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-scan-progressive", @@ -480,20 +529,20 @@ "https://www.w3.org/TR/mediaqueries-5/#grid", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-grid%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-grid", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-mq-boolean", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-grid%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#typedef-mq-boolean", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-mq-boolean%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-mq-boolean%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#example-07e10c7e", "https://www.w3.org/TR/mediaqueries-5/#update", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-update%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-update", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-update%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-update-none", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-update-slow", @@ -503,9 +552,9 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-environment-blending", "https://www.w3.org/TR/mediaqueries-5/#mf-environment", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-environment-blending", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-environment-blending%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-environment-blending-opaque", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-environment-blending-additive", @@ -517,11 +566,11 @@ "https://www.w3.org/TR/mediaqueries-5/#color", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-color", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#example-8d42e196", "https://www.w3.org/TR/mediaqueries-5/#example-f33339f9", "https://www.w3.org/TR/mediaqueries-5/#example-d1c7ceef", @@ -530,30 +579,30 @@ "https://www.w3.org/TR/mediaqueries-5/#color-index", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-index", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-color-index", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-index%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-index%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#example-d0764fe1", "https://www.w3.org/TR/mediaqueries-5/#example-0fec94ea", "https://www.w3.org/TR/mediaqueries-5/#monochrome", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-monochrome", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-monochrome", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-integer-value%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-monochrome%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-monochrome%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A6", "https://www.w3.org/TR/mediaqueries-5/#example-fa837be6", "https://www.w3.org/TR/mediaqueries-5/#example-83e2c204", "https://www.w3.org/TR/mediaqueries-5/#example-60bef5a3", "https://www.w3.org/TR/mediaqueries-5/#color-gamut", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-gamut%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-color-gamut", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-gamut%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-color-gamut-srgb", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-color-gamut-p3", @@ -567,15 +616,15 @@ "https://www.w3.org/TR/mediaqueries-5/#dynamic-range", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-dynamic-range", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-dynamic-range-high", "https://www.w3.org/TR/mediaqueries-5/#ref-for-peak-brightness-high-peak-brightness", "https://www.w3.org/TR/mediaqueries-5/#ref-for-contrast-ratio-high-contrast-ratio", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-dynamic-range-standard", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-dynamic-range-high", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-dynamic-range-standard", "https://www.w3.org/TR/mediaqueries-5/#contrast-brightness-of-display", "https://www.w3.org/TR/mediaqueries-5/#peak-brightness", "https://www.w3.org/TR/mediaqueries-5/#ref-for-peak-brightness", @@ -586,13 +635,13 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-peak-brightness%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-peak-brightness-high-peak-brightness%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-contrast-ratio-high-contrast-ratio%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-dynamic-range", "https://www.w3.org/TR/mediaqueries-5/#inverted", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-inverted-colors", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-inverted-colors", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-inverted-colors%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-inverted-colors-none", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-inverted-colors-inverted", @@ -621,9 +670,9 @@ "https://www.w3.org/TR/mediaqueries-5/#pointer", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-pointer%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-pointer", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-pointer%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-pointer%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-pointer%E2%91%A2", @@ -646,8 +695,8 @@ "https://www.w3.org/TR/mediaqueries-5/#hover", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-hover%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-hover", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-hover%E2%91%A6", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-hover%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-hover%E2%91%A2", @@ -664,12 +713,12 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-pointer%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-hover%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-any-pointer", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-any-hover", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-pointer%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-hover%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-pointer%E2%91%A0%E2%91%A1", @@ -693,82 +742,52 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-pointer%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-pointer-coarse%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-pointer-fine%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#nav-controls", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-nav-controls", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-nav-controls", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-nav-controls%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-obviously-discoverable", + "https://www.w3.org/TR/mediaqueries-5/#obviously-discoverable", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-nav-controls-none", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-obviously-discoverable%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-joint-session-history", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-nav-controls-back", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-obviously-discoverable%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-joint-session-history%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#example-a7700c44", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-nav-controls-back", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-nav-controls-back%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-nav-controls%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-obviously-discoverable%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#example-ceb745cf", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-joint-session-history%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#video-prefixed-features", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-color-gamut", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-dynamic-range%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#issue-dbc09a75", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#video-color-gamut", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-color-gamut%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-color-gamut", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-color-gamut%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-color-gamut%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#video-dynamic-range", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-dynamic-range%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-dynamic-range", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-dynamic-range%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#video-width", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#issue-dbc09a75%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-width", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#video-height", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#issue-dbc09a75%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-height", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#video-resolution", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#issue-dbc09a75%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-resolution", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-resolution-value%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-page-zoom%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-pinch-zoom%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#mf-scripting", "https://www.w3.org/TR/mediaqueries-5/#scripting", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scripting", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-scripting", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scripting%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-scripting-enabled", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-scripting-initial-only", @@ -790,11 +809,11 @@ "https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-extension-name", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-media-query-list%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-extension-name%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-media-feature%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-range-context%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-media-query-list%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A1", @@ -802,12 +821,14 @@ "https://www.w3.org/TR/mediaqueries-5/#valdef-custom-media-true", "https://www.w3.org/TR/mediaqueries-5/#valdef-custom-media-false", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-custom-media%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#example-532b0adb", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-custom-media%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A6", "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-custom-media-query%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-custom-media%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-extension-name%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-typedef-extension-name%E2%91%A2", @@ -820,83 +841,87 @@ "https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-motion", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-motion", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-reduced-motion", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-motion%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-motion-no-preference", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-motion-reduce", "https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-transparency", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-transparency", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-reduced-transparency", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-transparency%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-transparency-no-preference", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A6", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-transparency-reduce", "https://www.w3.org/TR/mediaqueries-5/#issue-34934443", "https://www.w3.org/TR/mediaqueries-5/#prefers-contrast", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-contrast", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-no-preference", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-high", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-low", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-forced", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-less", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-more", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-contrast-custom", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-more", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-less", "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors", + "https://www.w3.org/TR/mediaqueries-5/#example-90364cb5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-more%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-less%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-high", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-low", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-forced", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-high%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-low%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#issue-de973651", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-high%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme", - "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-color-scheme", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-light", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-dark", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-light", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#example-e956a9d7", + "https://www.w3.org/TR/mediaqueries-5/#issue-819b41af", "https://www.w3.org/TR/mediaqueries-5/#forced-colors", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-forced-colors", "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-none", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-forced-colors-active", "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-active", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-forced-colors-none", "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#example-44ff2aad", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-forced-colors-mode%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-css-system-colors", + "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-color-scheme", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-light", + "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-color-scheme-dark", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-light", "https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-data", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-data", "https://www.w3.org/TR/mediaqueries-5/#issue-22536363", - "https://www.w3.org/TR/mediaqueries-5/#issue-e89a5833", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-prefers-reduced-data", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-data%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-data-no-preference", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-boolean-context%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/mediaqueries-5/#valdef-media-prefers-reduced-data-reduce", "https://www.w3.org/TR/mediaqueries-5/#example-b1599633", "https://www.w3.org/TR/mediaqueries-5/#auto-pref", @@ -904,11 +929,11 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-light%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-dark", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-dark%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#example-475d0417", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-high%E2%91%A2", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-low%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#example-ed3f92b7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-more%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-less%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-color-scheme-dark%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#example-b48ea7e3", @@ -927,69 +952,92 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-media-feature%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#device-width", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-device-width", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A6", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-width%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-web-exposed-screen-area", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A4", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-width%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#example-4b4397c6", "https://www.w3.org/TR/mediaqueries-5/#ref-for-px%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#device-height", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-device-height", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-length-value%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-height%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-continuous-media%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-web-exposed-screen-area%E2%91%A0", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-paged-media%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-height%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-false-in-the-negative-range%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#example-c05b0263", "https://www.w3.org/TR/mediaqueries-5/#ref-for-px%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#device-aspect-ratio", "https://www.w3.org/TR/mediaqueries-5/#descdef-media-device-aspect-ratio", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A7", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-ratio-value%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-width%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#example-b60c3a77", + "https://www.w3.org/TR/mediaqueries-5/#priv-sec", + "https://www.w3.org/TR/mediaqueries-5/#issue-d67229a5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-display-mode%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-dfn-manifest", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-dfn-display", "https://www.w3.org/TR/mediaqueries-5/#changes", + "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-07-31", + "https://www.w3.org/TR/mediaqueries-5/#video-width", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-width", + "https://www.w3.org/TR/mediaqueries-5/#video-height", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-height", + "https://www.w3.org/TR/mediaqueries-5/#video-resolution", + "https://www.w3.org/TR/mediaqueries-5/#descdef-media-video-resolution", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-display-mode%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-more%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A1", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-valdef-media-prefers-contrast-custom", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-horizontal-viewport-segments%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-vertical-viewport-segments%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-nav-controls%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-07-15", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-inverted-colors%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-06-03", "https://www.w3.org/TR/mediaqueries-5/#changes-since-2020-03-18", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#changes-since-fpwd", "https://www.w3.org/TR/mediaqueries-5/#changes-level-5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-light-level", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-inverted-colors%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-motion%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-transparency%E2%91%A1", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#acknowledgments", - "https://www.w3.org/TR/mediaqueries-5/#conformance", - "https://www.w3.org/TR/mediaqueries-5/#document-conventions", - "https://www.w3.org/TR/mediaqueries-5/#example-ae2b6bc0", - "https://www.w3.org/TR/mediaqueries-5/#conform-classes", - "https://www.w3.org/TR/mediaqueries-5/#conform-responsible", - "https://www.w3.org/TR/mediaqueries-5/#conform-partial", - "https://www.w3.org/TR/mediaqueries-5/#conform-future-proofing", - "https://www.w3.org/TR/mediaqueries-5/#conform-testing", + "https://www.w3.org/TR/mediaqueries-5/#w3c-conformance", + "https://www.w3.org/TR/mediaqueries-5/#w3c-conventions", + "https://www.w3.org/TR/mediaqueries-5/#w3c-example", + "https://www.w3.org/TR/mediaqueries-5/#w3c-conformance-classes", + "https://www.w3.org/TR/mediaqueries-5/#w3c-partial", + "https://www.w3.org/TR/mediaqueries-5/#w3c-conform-future-proofing", + "https://www.w3.org/TR/mediaqueries-5/#w3c-testing", "https://www.w3.org/TR/mediaqueries-5/#index", "https://www.w3.org/TR/mediaqueries-5/#index-defined-here", "https://www.w3.org/TR/mediaqueries-5/#index-defined-elsewhere", + "https://www.w3.org/TR/mediaqueries-5/#term-for-dfn-manifest", + "https://www.w3.org/TR/mediaqueries-5/#term-for-dfn-display", "https://www.w3.org/TR/mediaqueries-5/#term-for-at-ruledef-import", "https://www.w3.org/TR/mediaqueries-5/#term-for-initial-value", "https://www.w3.org/TR/mediaqueries-5/#term-for-cascade-origin-ua", + "https://www.w3.org/TR/mediaqueries-5/#term-for-css-system-colors", "https://www.w3.org/TR/mediaqueries-5/#term-for-forced-colors-mode", "https://www.w3.org/TR/mediaqueries-5/#term-for-at-ruledef-media", "https://www.w3.org/TR/mediaqueries-5/#term-for-typedef-extension-name", - "https://www.w3.org/TR/mediaqueries-5/#term-for-propdef-font-size", + "https://www.w3.org/TR/mediaqueries-5/#term-for-descdef-font-face-font-size", "https://www.w3.org/TR/mediaqueries-5/#term-for-typedef-any-value", "https://www.w3.org/TR/mediaqueries-5/#term-for-typedef-delim-token", "https://www.w3.org/TR/mediaqueries-5/#term-for-typedef-function-token", @@ -1012,11 +1060,17 @@ "https://www.w3.org/TR/mediaqueries-5/#term-for-page-zoom", "https://www.w3.org/TR/mediaqueries-5/#term-for-pinch-zoom", "https://www.w3.org/TR/mediaqueries-5/#term-for-web-exposed-screen-area", + "https://www.w3.org/TR/mediaqueries-5/#term-for-css-pc-fullscreen", + "https://www.w3.org/TR/mediaqueries-5/#term-for-dom-document-fullscreenelement", + "https://www.w3.org/TR/mediaqueries-5/#term-for-dom-document-fullscreenenabled", + "https://www.w3.org/TR/mediaqueries-5/#term-for-dom-element-requestfullscreen", + "https://www.w3.org/TR/mediaqueries-5/#term-for-joint-session-history", + "https://www.w3.org/TR/mediaqueries-5/#term-for-top-level-browsing-context", "https://www.w3.org/TR/mediaqueries-5/#term-for-ascii-case-insensitive", "https://www.w3.org/TR/mediaqueries-5/#references", "https://www.w3.org/TR/mediaqueries-5/#normative", "https://www.w3.org/TR/mediaqueries-5/#biblio-colorimetry", - "https://www.w3.org/TR/mediaqueries-5/#biblio-css-cascade-4", + "https://www.w3.org/TR/mediaqueries-5/#biblio-css-cascade-5", "https://www.w3.org/TR/mediaqueries-5/#biblio-css-color-adjust-1", "https://www.w3.org/TR/mediaqueries-5/#biblio-css-conditional-3", "https://www.w3.org/TR/mediaqueries-5/#biblio-css-extensions", @@ -1025,11 +1079,15 @@ "https://www.w3.org/TR/mediaqueries-5/#biblio-css-writing-modes-4", "https://www.w3.org/TR/mediaqueries-5/#biblio-css2", "https://www.w3.org/TR/mediaqueries-5/#biblio-cssom-view-1", + "https://www.w3.org/TR/mediaqueries-5/#biblio-html", "https://www.w3.org/TR/mediaqueries-5/#biblio-mediaqueries-3", "https://www.w3.org/TR/mediaqueries-5/#biblio-mediaqueries-4", "https://www.w3.org/TR/mediaqueries-5/#biblio-rfc2119", "https://www.w3.org/TR/mediaqueries-5/#informative", - "https://www.w3.org/TR/mediaqueries-5/#biblio-css-fonts-3", + "https://www.w3.org/TR/mediaqueries-5/#biblio-appmanifest", + "https://www.w3.org/TR/mediaqueries-5/#biblio-css-color-4", + "https://www.w3.org/TR/mediaqueries-5/#biblio-css-fonts-5", + "https://www.w3.org/TR/mediaqueries-5/#biblio-fullscreen", "https://www.w3.org/TR/mediaqueries-5/#biblio-html401", "https://www.w3.org/TR/mediaqueries-5/#biblio-infra", "https://www.w3.org/TR/mediaqueries-5/#biblio-itu-r-bt-2020-2", @@ -1040,7 +1098,7 @@ "https://www.w3.org/TR/mediaqueries-5/#biblio-xml-stylesheet", "https://www.w3.org/TR/mediaqueries-5/#property-index", "https://www.w3.org/TR/mediaqueries-5/#media-descriptor-table", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-at-ruledef-media%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-hover%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-any-pointer%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-aspect-ratio%E2%91%A2", @@ -1050,20 +1108,23 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-aspect-ratio%E2%91%A0", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-height%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-device-width%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-display-mode%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-dynamic-range%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-environment-blending%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-forced-colors%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-grid%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-height%E2%91%A5", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-horizontal-viewport-segments%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-hover%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-inverted-colors%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-monochrome%E2%91%A2", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-nav-controls%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-orientation%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-overflow-block%E2%91%A1", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-overflow-inline%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-pointer%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-color-scheme%E2%91%A5", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-contrast%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-data%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-motion%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-prefers-reduced-transparency%E2%91%A2", @@ -1071,11 +1132,9 @@ "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scan%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-scripting%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-update%E2%91%A3", + "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-vertical-viewport-segments%E2%91%A3", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-color-gamut%E2%91%A2", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-dynamic-range%E2%91%A3", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-height%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-resolution%E2%91%A7", - "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-video-width%E2%91%A7", "https://www.w3.org/TR/mediaqueries-5/#ref-for-descdef-media-width%E2%91%A8", "https://www.w3.org/TR/mediaqueries-5/#issues-index" ] diff --git a/tr/ids/priority-hints.json b/tr/ids/priority-hints.json index e4127510d944..51e49cdd3cab 100644 --- a/tr/ids/priority-hints.json +++ b/tr/ids/priority-hints.json @@ -8,22 +8,80 @@ "https://wicg.github.io/priority-hints/#toc-jump", "https://wicg.github.io/priority-hints/#toc-toggle", "https://wicg.github.io/priority-hints/#title", - "https://wicg.github.io/priority-hints/#subtitle", + "https://wicg.github.io/priority-hints/#w3c-state", "https://wicg.github.io/priority-hints/#abstract", "https://wicg.github.io/priority-hints/#status", "https://wicg.github.io/priority-hints/#toc", "https://wicg.github.io/priority-hints/#contents", "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute", + "https://wicg.github.io/priority-hints/#ref-for-the-img-element", + "https://wicg.github.io/priority-hints/#ref-for-link", + "https://wicg.github.io/priority-hints/#ref-for-script", + "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element", + "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-request", "https://wicg.github.io/priority-hints/#sotd", "https://wicg.github.io/priority-hints/#introduction", - "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination", + "https://wicg.github.io/priority-hints/#ref-for-destination", "https://wicg.github.io/priority-hints/#solution", - "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-enumerated-attribute%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-link%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A0", "https://wicg.github.io/priority-hints/#ref-for-invalid-value-default", "https://wicg.github.io/priority-hints/#ref-for-missing-value-default", + "https://wicg.github.io/priority-hints/#proposal", + "https://wicg.github.io/priority-hints/#definitions", + "https://wicg.github.io/priority-hints/#importance-enum", + "https://wicg.github.io/priority-hints/#enumdef-importance", + "https://wicg.github.io/priority-hints/#dom-importance-high", + "https://wicg.github.io/priority-hints/#dom-importance-low", + "https://wicg.github.io/priority-hints/#dom-importance-auto", + "https://wicg.github.io/priority-hints/#importance-enum-high", + "https://wicg.github.io/priority-hints/#importance-enum-low", + "https://wicg.github.io/priority-hints/#importance-enum-auto", + "https://wicg.github.io/priority-hints/#fetch-integration", + "https://wicg.github.io/priority-hints/#ref-for-request%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-request%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-enumdef-importance", + "https://wicg.github.io/priority-hints/#dom-request-importance", + "https://wicg.github.io/priority-hints/#ref-for-requestinit", + "https://wicg.github.io/priority-hints/#ref-for-enumdef-importance%E2%91%A0", + "https://wicg.github.io/priority-hints/#dom-requestinit-importance", + "https://wicg.github.io/priority-hints/#fetch-processing-model", + "https://wicg.github.io/priority-hints/#html-integration", + "https://wicg.github.io/priority-hints/#img", + "https://wicg.github.io/priority-hints/#ref-for-the-img-element%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-htmlimageelement", + "https://wicg.github.io/priority-hints/#ref-for-cereactions", + "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString", + "https://wicg.github.io/priority-hints/#dom-htmlimageelement-importance", + "https://wicg.github.io/priority-hints/#img-processing-model", + "https://wicg.github.io/priority-hints/#link", + "https://wicg.github.io/priority-hints/#ref-for-link%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-htmllinkelement", + "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A0", + "https://wicg.github.io/priority-hints/#dom-htmllinkelement-importance", + "https://wicg.github.io/priority-hints/#link-processing-model", + "https://wicg.github.io/priority-hints/#script", + "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-htmlscriptelement", + "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A1", + "https://wicg.github.io/priority-hints/#dom-htmlscriptelement-importance", + "https://wicg.github.io/priority-hints/#script-processing-model", + "https://wicg.github.io/priority-hints/#iframe", + "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A1", + "https://wicg.github.io/priority-hints/#ref-for-htmliframeelement", + "https://wicg.github.io/priority-hints/#ref-for-cereactions%E2%91%A2", + "https://wicg.github.io/priority-hints/#ref-for-idl-DOMString%E2%91%A2", + "https://wicg.github.io/priority-hints/#dom-htmliframeelement-importance", + "https://wicg.github.io/priority-hints/#iframe-processing-model", "https://wicg.github.io/priority-hints/#effects-of-priority-hints", "https://wicg.github.io/priority-hints/#example-6e40dcfa", - "https://wicg.github.io/priority-hints/#ref-for-concept-request-destination%E2%91%A0", + "https://wicg.github.io/priority-hints/#ref-for-destination%E2%91%A0", "https://wicg.github.io/priority-hints/#examples", "https://wicg.github.io/priority-hints/#example-d65d0bfc", "https://wicg.github.io/priority-hints/#example-a033861b", @@ -36,33 +94,50 @@ "https://wicg.github.io/priority-hints/#example-d1d97822", "https://wicg.github.io/priority-hints/#adoptionpath", "https://wicg.github.io/priority-hints/#outofscope", + "https://wicg.github.io/priority-hints/#ref-for-script%E2%91%A2", + "https://wicg.github.io/priority-hints/#ref-for-the-iframe-element%E2%91%A2", "https://wicg.github.io/priority-hints/#use-cases", "https://wicg.github.io/priority-hints/#communicateresourceimportancetothebrowser", "https://wicg.github.io/priority-hints/#signalaresourceasnoncritical", "https://wicg.github.io/priority-hints/#avoidbandwidthcontentioninmultipleoriginscenarios", "https://wicg.github.io/priority-hints/#provideprioritysignalsformarkupbasedresources", "https://wicg.github.io/priority-hints/#provideprioritysignalsfordynamicallyloadedresources", - "https://wicg.github.io/priority-hints/#providetheabilitytoreprioritizearesourceinflight", - "https://wicg.github.io/priority-hints/#downgradepriorityofaniframeanditssubresources", "https://wicg.github.io/priority-hints/#safe-usage", "https://wicg.github.io/priority-hints/#security_privacy", "https://wicg.github.io/priority-hints/#fingerprintability", "https://wicg.github.io/priority-hints/#ecosystem", - "https://wicg.github.io/priority-hints/#conformance", - "https://wicg.github.io/priority-hints/#example-example", + "https://wicg.github.io/priority-hints/#w3c-conformance", + "https://wicg.github.io/priority-hints/#w3c-conventions", + "https://wicg.github.io/priority-hints/#w3c-example", + "https://wicg.github.io/priority-hints/#w3c-conformant-algorithms", "https://wicg.github.io/priority-hints/#index", + "https://wicg.github.io/priority-hints/#index-defined-here", "https://wicg.github.io/priority-hints/#index-defined-elsewhere", - "https://wicg.github.io/priority-hints/#term-for-concept-request-destination", + "https://wicg.github.io/priority-hints/#term-for-request", + "https://wicg.github.io/priority-hints/#term-for-requestinit", + "https://wicg.github.io/priority-hints/#term-for-destination", + "https://wicg.github.io/priority-hints/#term-for-cereactions", + "https://wicg.github.io/priority-hints/#term-for-htmliframeelement", + "https://wicg.github.io/priority-hints/#term-for-htmlimageelement", + "https://wicg.github.io/priority-hints/#term-for-htmllinkelement", + "https://wicg.github.io/priority-hints/#term-for-htmlscriptelement", "https://wicg.github.io/priority-hints/#term-for-enumerated-attribute", + "https://wicg.github.io/priority-hints/#term-for-the-iframe-element", + "https://wicg.github.io/priority-hints/#term-for-the-img-element", "https://wicg.github.io/priority-hints/#term-for-invalid-value-default", + "https://wicg.github.io/priority-hints/#term-for-link", "https://wicg.github.io/priority-hints/#term-for-missing-value-default", + "https://wicg.github.io/priority-hints/#term-for-script", + "https://wicg.github.io/priority-hints/#term-for-idl-DOMString", "https://wicg.github.io/priority-hints/#references", "https://wicg.github.io/priority-hints/#normative", "https://wicg.github.io/priority-hints/#biblio-fetch", "https://wicg.github.io/priority-hints/#biblio-html", "https://wicg.github.io/priority-hints/#biblio-rfc2119", + "https://wicg.github.io/priority-hints/#biblio-webidl", "https://wicg.github.io/priority-hints/#informative", "https://wicg.github.io/priority-hints/#biblio-preload", - "https://wicg.github.io/priority-hints/#biblio-rfc5988" + "https://wicg.github.io/priority-hints/#biblio-rfc5988", + "https://wicg.github.io/priority-hints/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/streams.json b/tr/ids/streams.json index 43f9b1153c50..8b7e5e40b2e4 100644 --- a/tr/ids/streams.json +++ b/tr/ids/streams.json @@ -4342,8 +4342,6 @@ "https://streams.spec.whatwg.org/#term-for-structuredserialize", "https://streams.spec.whatwg.org/#term-for-structuredserializewithtransfer", "https://streams.spec.whatwg.org/#term-for-transferable", - "https://streams.spec.whatwg.org/#term-for-websocket", - "https://streams.spec.whatwg.org/#term-for-dom-websocket-bufferedamount", "https://streams.spec.whatwg.org/#term-for-entangle", "https://streams.spec.whatwg.org/#term-for-global-object", "https://streams.spec.whatwg.org/#term-for-the-img-element", @@ -4420,6 +4418,8 @@ "https://streams.spec.whatwg.org/#term-for-upon-fulfillment", "https://streams.spec.whatwg.org/#term-for-upon-rejection", "https://streams.spec.whatwg.org/#term-for-arraybufferview-write", + "https://streams.spec.whatwg.org/#term-for-websocket", + "https://streams.spec.whatwg.org/#term-for-dom-websocket-bufferedamount", "https://streams.spec.whatwg.org/#references", "https://streams.spec.whatwg.org/#normative", "https://streams.spec.whatwg.org/#biblio-dom", @@ -4434,6 +4434,7 @@ "https://streams.spec.whatwg.org/#biblio-fetch", "https://streams.spec.whatwg.org/#biblio-service-workers", "https://streams.spec.whatwg.org/#biblio-wasm-js-api-1", + "https://streams.spec.whatwg.org/#biblio-websockets", "https://streams.spec.whatwg.org/#idl-index" ] } \ No newline at end of file diff --git a/tr/ids/tc39-temporal.json b/tr/ids/tc39-temporal.json index 4cd1b98b6e04..9cbb0ae2da20 100644 --- a/tr/ids/tc39-temporal.json +++ b/tr/ids/tc39-temporal.json @@ -188,8 +188,8 @@ "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#_ref_183", "https://tc39.es/proposal-temporal/#_ref_184", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_185", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_186", "https://tc39.es/proposal-temporal/#_ref_187", "https://tc39.es/proposal-temporal/#_ref_188", @@ -203,16 +203,16 @@ "https://tc39.es/proposal-temporal/#_ref_196", "https://tc39.es/proposal-temporal/#_ref_197", "https://tc39.es/proposal-temporal/#_ref_198", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_199", "https://tc39.es/proposal-temporal/#_ref_200", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_201", "https://tc39.es/proposal-temporal/#_ref_202", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_203", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_204", "https://tc39.es/proposal-temporal/#_ref_205", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_206", "https://tc39.es/proposal-temporal/#_ref_207", "https://tc39.es/proposal-temporal/#_ref_208", @@ -222,29 +222,29 @@ "https://tc39.es/proposal-temporal/#_ref_212", "https://tc39.es/proposal-temporal/#_ref_213", "https://tc39.es/proposal-temporal/#_ref_214", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_215", "https://tc39.es/proposal-temporal/#_ref_216", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_217", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_218", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_219", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_220", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_221", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", "https://tc39.es/proposal-temporal/#_ref_10", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", - "https://tc39.es/proposal-temporal/#_ref_220", + "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", - "https://tc39.es/proposal-temporal/#_ref_221", - "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#_ref_223", "https://tc39.es/proposal-temporal/#_ref_224", "https://tc39.es/proposal-temporal/#_ref_225", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_226", "https://tc39.es/proposal-temporal/#_ref_227", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_228", "https://tc39.es/proposal-temporal/#_ref_229", "https://tc39.es/proposal-temporal/#_ref_230", @@ -259,9 +259,9 @@ "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", "https://tc39.es/proposal-temporal/#_ref_241", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_242", "https://tc39.es/proposal-temporal/#_ref_243", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodate", "https://tc39.es/proposal-temporal/#_ref_244", "https://tc39.es/proposal-temporal/#_ref_245", "https://tc39.es/proposal-temporal/#_ref_246", @@ -274,16 +274,16 @@ "https://tc39.es/proposal-temporal/#_ref_253", "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#_ref_255", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_256", "https://tc39.es/proposal-temporal/#_ref_257", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_258", "https://tc39.es/proposal-temporal/#_ref_259", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_260", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_261", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_262", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_263", "https://tc39.es/proposal-temporal/#_ref_264", "https://tc39.es/proposal-temporal/#_ref_265", @@ -292,41 +292,43 @@ "https://tc39.es/proposal-temporal/#_ref_268", "https://tc39.es/proposal-temporal/#_ref_269", "https://tc39.es/proposal-temporal/#_ref_270", - "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_271", "https://tc39.es/proposal-temporal/#_ref_272", + "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_273", "https://tc39.es/proposal-temporal/#_ref_274", - "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_275", "https://tc39.es/proposal-temporal/#_ref_276", + "https://tc39.es/proposal-temporal/#sec-temporal-addisodate", "https://tc39.es/proposal-temporal/#_ref_277", "https://tc39.es/proposal-temporal/#_ref_278", + "https://tc39.es/proposal-temporal/#_ref_279", + "https://tc39.es/proposal-temporal/#_ref_280", "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", - "https://tc39.es/proposal-temporal/#_ref_279", - "https://tc39.es/proposal-temporal/#_ref_280", "https://tc39.es/proposal-temporal/#_ref_281", "https://tc39.es/proposal-temporal/#_ref_282", "https://tc39.es/proposal-temporal/#_ref_283", "https://tc39.es/proposal-temporal/#_ref_284", "https://tc39.es/proposal-temporal/#_ref_285", "https://tc39.es/proposal-temporal/#_ref_286", + "https://tc39.es/proposal-temporal/#_ref_287", + "https://tc39.es/proposal-temporal/#_ref_288", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", - "https://tc39.es/proposal-temporal/#_ref_287", - "https://tc39.es/proposal-temporal/#_ref_288", "https://tc39.es/proposal-temporal/#_ref_289", "https://tc39.es/proposal-temporal/#_ref_290", "https://tc39.es/proposal-temporal/#_ref_291", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_292", "https://tc39.es/proposal-temporal/#_ref_293", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_294", + "https://tc39.es/proposal-temporal/#_ref_295", + "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype-@@tostringtag", @@ -338,26 +340,24 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_295", - "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#_ref_297", "https://tc39.es/proposal-temporal/#_ref_298", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_299", "https://tc39.es/proposal-temporal/#_ref_300", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_301", "https://tc39.es/proposal-temporal/#_ref_302", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_303", "https://tc39.es/proposal-temporal/#_ref_304", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_305", "https://tc39.es/proposal-temporal/#_ref_306", "https://tc39.es/proposal-temporal/#_ref_307", "https://tc39.es/proposal-temporal/#_ref_308", "https://tc39.es/proposal-temporal/#_ref_309", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_310", "https://tc39.es/proposal-temporal/#_ref_311", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_312", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", @@ -368,9 +368,9 @@ "https://tc39.es/proposal-temporal/#_ref_319", "https://tc39.es/proposal-temporal/#_ref_320", "https://tc39.es/proposal-temporal/#_ref_321", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_322", "https://tc39.es/proposal-temporal/#_ref_323", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_324", "https://tc39.es/proposal-temporal/#_ref_325", "https://tc39.es/proposal-temporal/#_ref_326", @@ -382,58 +382,58 @@ "https://tc39.es/proposal-temporal/#_ref_332", "https://tc39.es/proposal-temporal/#_ref_333", "https://tc39.es/proposal-temporal/#_ref_334", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_335", "https://tc39.es/proposal-temporal/#_ref_336", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_337", "https://tc39.es/proposal-temporal/#_ref_338", "https://tc39.es/proposal-temporal/#_ref_339", "https://tc39.es/proposal-temporal/#_ref_340", "https://tc39.es/proposal-temporal/#_ref_341", "https://tc39.es/proposal-temporal/#_ref_342", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_343", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_344", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_345", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_346", "https://tc39.es/proposal-temporal/#_ref_347", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_348", "https://tc39.es/proposal-temporal/#_ref_349", "https://tc39.es/proposal-temporal/#_ref_350", "https://tc39.es/proposal-temporal/#_ref_351", "https://tc39.es/proposal-temporal/#_ref_352", "https://tc39.es/proposal-temporal/#_ref_353", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_354", "https://tc39.es/proposal-temporal/#_ref_355", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_356", "https://tc39.es/proposal-temporal/#_ref_357", "https://tc39.es/proposal-temporal/#_ref_358", "https://tc39.es/proposal-temporal/#_ref_359", "https://tc39.es/proposal-temporal/#_ref_360", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_361", "https://tc39.es/proposal-temporal/#_ref_362", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_363", "https://tc39.es/proposal-temporal/#_ref_364", "https://tc39.es/proposal-temporal/#_ref_365", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_366", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_367", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_368", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_369", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaintime-instances", "https://tc39.es/proposal-temporal/#_ref_11", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltime-instances", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", - "https://tc39.es/proposal-temporal/#_ref_368", - "https://tc39.es/proposal-temporal/#_ref_369", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_370", "https://tc39.es/proposal-temporal/#_ref_371", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_372", "https://tc39.es/proposal-temporal/#_ref_373", "https://tc39.es/proposal-temporal/#_ref_374", @@ -445,58 +445,58 @@ "https://tc39.es/proposal-temporal/#_ref_380", "https://tc39.es/proposal-temporal/#_ref_381", "https://tc39.es/proposal-temporal/#_ref_382", - "https://tc39.es/proposal-temporal/#sec-temporal-topartialtime", "https://tc39.es/proposal-temporal/#_ref_383", - "https://tc39.es/proposal-temporal/#_ref_12", "https://tc39.es/proposal-temporal/#_ref_384", + "https://tc39.es/proposal-temporal/#sec-temporal-topartialtime", "https://tc39.es/proposal-temporal/#_ref_385", - "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-properties", - "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", + "https://tc39.es/proposal-temporal/#_ref_12", "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#_ref_387", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", + "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-properties", + "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_388", "https://tc39.es/proposal-temporal/#_ref_389", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_390", "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#_ref_393", - "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", "https://tc39.es/proposal-temporal/#_ref_394", "https://tc39.es/proposal-temporal/#_ref_395", + "https://tc39.es/proposal-temporal/#sec-temporal-constraintime", "https://tc39.es/proposal-temporal/#_ref_396", "https://tc39.es/proposal-temporal/#_ref_397", "https://tc39.es/proposal-temporal/#_ref_398", "https://tc39.es/proposal-temporal/#_ref_399", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_400", "https://tc39.es/proposal-temporal/#_ref_401", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_402", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_403", "https://tc39.es/proposal-temporal/#_ref_404", - "https://tc39.es/proposal-temporal/#_ref_13", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_405", "https://tc39.es/proposal-temporal/#_ref_406", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", + "https://tc39.es/proposal-temporal/#_ref_13", "https://tc39.es/proposal-temporal/#_ref_407", - "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", - "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_408", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaltimetostring", "https://tc39.es/proposal-temporal/#_ref_409", + "https://tc39.es/proposal-temporal/#sec-temporal-comparetemporaltime", + "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_410", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_411", "https://tc39.es/proposal-temporal/#_ref_412", "https://tc39.es/proposal-temporal/#_ref_413", "https://tc39.es/proposal-temporal/#_ref_414", "https://tc39.es/proposal-temporal/#_ref_415", + "https://tc39.es/proposal-temporal/#_ref_416", + "https://tc39.es/proposal-temporal/#_ref_417", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime", - "https://tc39.es/proposal-temporal/#_ref_416", - "https://tc39.es/proposal-temporal/#_ref_417", "https://tc39.es/proposal-temporal/#_ref_418", "https://tc39.es/proposal-temporal/#_ref_419", "https://tc39.es/proposal-temporal/#_ref_420", @@ -507,31 +507,33 @@ "https://tc39.es/proposal-temporal/#_ref_425", "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#_ref_427", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-prototype", "https://tc39.es/proposal-temporal/#_ref_428", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_429", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-prototype", "https://tc39.es/proposal-temporal/#_ref_430", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_431", "https://tc39.es/proposal-temporal/#_ref_432", "https://tc39.es/proposal-temporal/#_ref_433", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_434", "https://tc39.es/proposal-temporal/#_ref_435", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_436", + "https://tc39.es/proposal-temporal/#_ref_437", + "https://tc39.es/proposal-temporal/#_ref_438", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_437", + "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_438", + "https://tc39.es/proposal-temporal/#_ref_440", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_439", + "https://tc39.es/proposal-temporal/#_ref_441", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_440", + "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", @@ -539,24 +541,22 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_441", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_442", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_443", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_444", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_445", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_446", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_447", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_448", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_449", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_450", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_451", "https://tc39.es/proposal-temporal/#_ref_452", "https://tc39.es/proposal-temporal/#_ref_453", @@ -567,34 +567,34 @@ "https://tc39.es/proposal-temporal/#_ref_458", "https://tc39.es/proposal-temporal/#_ref_459", "https://tc39.es/proposal-temporal/#_ref_460", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_461", "https://tc39.es/proposal-temporal/#_ref_462", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_463", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_464", "https://tc39.es/proposal-temporal/#_ref_465", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_466", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_467", "https://tc39.es/proposal-temporal/#_ref_468", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#_ref_470", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#_ref_472", "https://tc39.es/proposal-temporal/#_ref_473", "https://tc39.es/proposal-temporal/#_ref_474", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_475", "https://tc39.es/proposal-temporal/#_ref_476", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_477", "https://tc39.es/proposal-temporal/#_ref_478", "https://tc39.es/proposal-temporal/#_ref_479", "https://tc39.es/proposal-temporal/#_ref_480", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_481", "https://tc39.es/proposal-temporal/#_ref_482", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_483", "https://tc39.es/proposal-temporal/#_ref_484", "https://tc39.es/proposal-temporal/#_ref_485", @@ -608,9 +608,9 @@ "https://tc39.es/proposal-temporal/#_ref_493", "https://tc39.es/proposal-temporal/#_ref_494", "https://tc39.es/proposal-temporal/#_ref_495", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_496", "https://tc39.es/proposal-temporal/#_ref_497", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_498", "https://tc39.es/proposal-temporal/#_ref_499", "https://tc39.es/proposal-temporal/#_ref_500", @@ -625,52 +625,52 @@ "https://tc39.es/proposal-temporal/#_ref_509", "https://tc39.es/proposal-temporal/#_ref_510", "https://tc39.es/proposal-temporal/#_ref_511", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_512", "https://tc39.es/proposal-temporal/#_ref_513", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_514", "https://tc39.es/proposal-temporal/#_ref_515", "https://tc39.es/proposal-temporal/#_ref_516", "https://tc39.es/proposal-temporal/#_ref_517", "https://tc39.es/proposal-temporal/#_ref_518", "https://tc39.es/proposal-temporal/#_ref_519", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_520", "https://tc39.es/proposal-temporal/#_ref_521", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_522", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_523", "https://tc39.es/proposal-temporal/#_ref_524", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_525", "https://tc39.es/proposal-temporal/#_ref_526", "https://tc39.es/proposal-temporal/#_ref_527", "https://tc39.es/proposal-temporal/#_ref_528", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_529", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_530", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_531", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_532", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_533", "https://tc39.es/proposal-temporal/#_ref_534", "https://tc39.es/proposal-temporal/#_ref_535", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_536", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_537", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_538", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_539", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_540", "https://tc39.es/proposal-temporal/#_ref_541", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_542", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_543", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_544", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_545", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_546", "https://tc39.es/proposal-temporal/#_ref_547", "https://tc39.es/proposal-temporal/#_ref_548", @@ -679,28 +679,28 @@ "https://tc39.es/proposal-temporal/#_ref_551", "https://tc39.es/proposal-temporal/#_ref_552", "https://tc39.es/proposal-temporal/#_ref_553", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_554", + "https://tc39.es/proposal-temporal/#_ref_555", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", + "https://tc39.es/proposal-temporal/#_ref_556", "https://tc39.es/proposal-temporal/#_ref_14", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_555", + "https://tc39.es/proposal-temporal/#_ref_557", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-getepochfromisoparts", - "https://tc39.es/proposal-temporal/#_ref_556", - "https://tc39.es/proposal-temporal/#_ref_557", "https://tc39.es/proposal-temporal/#_ref_558", "https://tc39.es/proposal-temporal/#_ref_559", "https://tc39.es/proposal-temporal/#_ref_560", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_561", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_562", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_563", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_564", "https://tc39.es/proposal-temporal/#_ref_565", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#_ref_567", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#_ref_569", "https://tc39.es/proposal-temporal/#_ref_570", @@ -714,34 +714,34 @@ "https://tc39.es/proposal-temporal/#_ref_578", "https://tc39.es/proposal-temporal/#_ref_579", "https://tc39.es/proposal-temporal/#_ref_580", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_581", "https://tc39.es/proposal-temporal/#_ref_582", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_583", "https://tc39.es/proposal-temporal/#_ref_584", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_585", "https://tc39.es/proposal-temporal/#_ref_586", "https://tc39.es/proposal-temporal/#_ref_587", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_588", "https://tc39.es/proposal-temporal/#_ref_589", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetimetostring", "https://tc39.es/proposal-temporal/#_ref_590", "https://tc39.es/proposal-temporal/#_ref_591", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_592", "https://tc39.es/proposal-temporal/#_ref_593", - "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_594", "https://tc39.es/proposal-temporal/#_ref_595", + "https://tc39.es/proposal-temporal/#sec-temporal-adddatetime", "https://tc39.es/proposal-temporal/#_ref_596", "https://tc39.es/proposal-temporal/#_ref_597", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_598", "https://tc39.es/proposal-temporal/#_ref_599", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_600", "https://tc39.es/proposal-temporal/#_ref_601", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_602", "https://tc39.es/proposal-temporal/#_ref_603", "https://tc39.es/proposal-temporal/#_ref_604", @@ -752,123 +752,123 @@ "https://tc39.es/proposal-temporal/#_ref_609", "https://tc39.es/proposal-temporal/#_ref_610", "https://tc39.es/proposal-temporal/#_ref_611", + "https://tc39.es/proposal-temporal/#_ref_612", + "https://tc39.es/proposal-temporal/#_ref_613", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_612", - "https://tc39.es/proposal-temporal/#_ref_613", "https://tc39.es/proposal-temporal/#_ref_614", "https://tc39.es/proposal-temporal/#_ref_615", + "https://tc39.es/proposal-temporal/#_ref_616", + "https://tc39.es/proposal-temporal/#_ref_617", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-prototype", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", - "https://tc39.es/proposal-temporal/#_ref_616", - "https://tc39.es/proposal-temporal/#_ref_617", "https://tc39.es/proposal-temporal/#_ref_618", "https://tc39.es/proposal-temporal/#_ref_619", "https://tc39.es/proposal-temporal/#_ref_620", "https://tc39.es/proposal-temporal/#_ref_621", "https://tc39.es/proposal-temporal/#_ref_622", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_623", "https://tc39.es/proposal-temporal/#_ref_624", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_625", + "https://tc39.es/proposal-temporal/#_ref_626", + "https://tc39.es/proposal-temporal/#_ref_627", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezone", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_626", - "https://tc39.es/proposal-temporal/#_ref_627", "https://tc39.es/proposal-temporal/#_ref_628", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_629", "https://tc39.es/proposal-temporal/#_ref_630", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_631", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_634", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_635", "https://tc39.es/proposal-temporal/#_ref_636", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_637", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_638", "https://tc39.es/proposal-temporal/#_ref_639", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_640", "https://tc39.es/proposal-temporal/#_ref_641", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_642", "https://tc39.es/proposal-temporal/#_ref_643", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_644", "https://tc39.es/proposal-temporal/#_ref_645", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_646", "https://tc39.es/proposal-temporal/#_ref_647", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#_ref_648", "https://tc39.es/proposal-temporal/#_ref_649", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#_ref_650", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_651", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochseconds", "https://tc39.es/proposal-temporal/#_ref_652", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_653", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_654", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_655", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_656", "https://tc39.es/proposal-temporal/#_ref_657", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_658", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_659", "https://tc39.es/proposal-temporal/#_ref_660", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_661", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_662", "https://tc39.es/proposal-temporal/#_ref_663", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_664", "https://tc39.es/proposal-temporal/#_ref_665", "https://tc39.es/proposal-temporal/#_ref_666", "https://tc39.es/proposal-temporal/#_ref_667", "https://tc39.es/proposal-temporal/#_ref_668", "https://tc39.es/proposal-temporal/#_ref_669", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_670", "https://tc39.es/proposal-temporal/#_ref_671", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_672", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_673", "https://tc39.es/proposal-temporal/#_ref_674", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_675", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_676", "https://tc39.es/proposal-temporal/#_ref_677", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_678", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#_ref_680", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_681", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_684", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_685", "https://tc39.es/proposal-temporal/#_ref_686", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#_ref_688", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#_ref_690", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_691", "https://tc39.es/proposal-temporal/#_ref_692", "https://tc39.es/proposal-temporal/#_ref_693", @@ -883,41 +883,41 @@ "https://tc39.es/proposal-temporal/#_ref_702", "https://tc39.es/proposal-temporal/#_ref_703", "https://tc39.es/proposal-temporal/#_ref_704", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_705", "https://tc39.es/proposal-temporal/#_ref_706", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_707", "https://tc39.es/proposal-temporal/#_ref_708", "https://tc39.es/proposal-temporal/#_ref_709", "https://tc39.es/proposal-temporal/#_ref_710", "https://tc39.es/proposal-temporal/#_ref_711", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_712", "https://tc39.es/proposal-temporal/#_ref_713", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaindate", "https://tc39.es/proposal-temporal/#_ref_714", "https://tc39.es/proposal-temporal/#_ref_715", "https://tc39.es/proposal-temporal/#_ref_716", "https://tc39.es/proposal-temporal/#_ref_717", "https://tc39.es/proposal-temporal/#_ref_718", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#_ref_720", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_721", "https://tc39.es/proposal-temporal/#_ref_722", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_723", "https://tc39.es/proposal-temporal/#_ref_724", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_725", "https://tc39.es/proposal-temporal/#_ref_726", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_727", "https://tc39.es/proposal-temporal/#_ref_728", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_729", "https://tc39.es/proposal-temporal/#_ref_730", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_731", "https://tc39.es/proposal-temporal/#_ref_732", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_733", "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#_ref_735", @@ -935,9 +935,9 @@ "https://tc39.es/proposal-temporal/#_ref_747", "https://tc39.es/proposal-temporal/#_ref_748", "https://tc39.es/proposal-temporal/#_ref_749", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_752", "https://tc39.es/proposal-temporal/#_ref_753", "https://tc39.es/proposal-temporal/#_ref_754", @@ -956,9 +956,9 @@ "https://tc39.es/proposal-temporal/#_ref_767", "https://tc39.es/proposal-temporal/#_ref_768", "https://tc39.es/proposal-temporal/#_ref_769", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_770", "https://tc39.es/proposal-temporal/#_ref_771", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#_ref_773", "https://tc39.es/proposal-temporal/#_ref_774", @@ -973,57 +973,57 @@ "https://tc39.es/proposal-temporal/#_ref_783", "https://tc39.es/proposal-temporal/#_ref_784", "https://tc39.es/proposal-temporal/#_ref_785", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_786", "https://tc39.es/proposal-temporal/#_ref_787", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_788", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_789", "https://tc39.es/proposal-temporal/#_ref_790", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_791", "https://tc39.es/proposal-temporal/#_ref_792", "https://tc39.es/proposal-temporal/#_ref_793", "https://tc39.es/proposal-temporal/#_ref_794", "https://tc39.es/proposal-temporal/#_ref_795", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_796", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_797", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_798", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_799", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_800", "https://tc39.es/proposal-temporal/#_ref_801", "https://tc39.es/proposal-temporal/#_ref_802", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_803", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_804", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_805", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_806", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_809", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_810", "https://tc39.es/proposal-temporal/#_ref_811", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_814", "https://tc39.es/proposal-temporal/#_ref_815", "https://tc39.es/proposal-temporal/#_ref_816", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_817", "https://tc39.es/proposal-temporal/#_ref_818", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_819", "https://tc39.es/proposal-temporal/#_ref_820", "https://tc39.es/proposal-temporal/#_ref_821", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#_ref_823", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", @@ -1037,22 +1037,22 @@ "https://tc39.es/proposal-temporal/#_ref_834", "https://tc39.es/proposal-temporal/#_ref_835", "https://tc39.es/proposal-temporal/#_ref_836", + "https://tc39.es/proposal-temporal/#_ref_837", + "https://tc39.es/proposal-temporal/#_ref_838", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", "https://tc39.es/proposal-temporal/#_ref_15", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", - "https://tc39.es/proposal-temporal/#_ref_837", - "https://tc39.es/proposal-temporal/#_ref_838", "https://tc39.es/proposal-temporal/#_ref_839", "https://tc39.es/proposal-temporal/#_ref_840", "https://tc39.es/proposal-temporal/#_ref_841", "https://tc39.es/proposal-temporal/#_ref_842", "https://tc39.es/proposal-temporal/#_ref_843", "https://tc39.es/proposal-temporal/#_ref_844", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_845", "https://tc39.es/proposal-temporal/#_ref_846", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_847", "https://tc39.es/proposal-temporal/#_ref_848", "https://tc39.es/proposal-temporal/#_ref_849", @@ -1070,15 +1070,15 @@ "https://tc39.es/proposal-temporal/#_ref_861", "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_864", "https://tc39.es/proposal-temporal/#_ref_865", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_866", "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#_ref_868", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#_ref_872", "https://tc39.es/proposal-temporal/#_ref_873", @@ -1088,9 +1088,9 @@ "https://tc39.es/proposal-temporal/#_ref_877", "https://tc39.es/proposal-temporal/#_ref_878", "https://tc39.es/proposal-temporal/#_ref_879", - "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_882", "https://tc39.es/proposal-temporal/#_ref_883", "https://tc39.es/proposal-temporal/#_ref_884", @@ -1098,9 +1098,9 @@ "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", "https://tc39.es/proposal-temporal/#_ref_888", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_889", "https://tc39.es/proposal-temporal/#_ref_890", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", "https://tc39.es/proposal-temporal/#_ref_893", @@ -1110,9 +1110,9 @@ "https://tc39.es/proposal-temporal/#_ref_897", "https://tc39.es/proposal-temporal/#_ref_898", "https://tc39.es/proposal-temporal/#_ref_899", - "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_900", "https://tc39.es/proposal-temporal/#_ref_901", + "https://tc39.es/proposal-temporal/#sec-temporal-nanosecondstodays", "https://tc39.es/proposal-temporal/#_ref_902", "https://tc39.es/proposal-temporal/#_ref_903", "https://tc39.es/proposal-temporal/#_ref_904", @@ -1124,11 +1124,11 @@ "https://tc39.es/proposal-temporal/#_ref_910", "https://tc39.es/proposal-temporal/#_ref_911", "https://tc39.es/proposal-temporal/#_ref_912", + "https://tc39.es/proposal-temporal/#_ref_913", + "https://tc39.es/proposal-temporal/#_ref_914", "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration", - "https://tc39.es/proposal-temporal/#_ref_913", - "https://tc39.es/proposal-temporal/#_ref_914", "https://tc39.es/proposal-temporal/#_ref_915", "https://tc39.es/proposal-temporal/#_ref_916", "https://tc39.es/proposal-temporal/#_ref_917", @@ -1138,15 +1138,15 @@ "https://tc39.es/proposal-temporal/#_ref_921", "https://tc39.es/proposal-temporal/#_ref_922", "https://tc39.es/proposal-temporal/#_ref_923", + "https://tc39.es/proposal-temporal/#_ref_924", + "https://tc39.es/proposal-temporal/#_ref_925", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-duration-prototype", "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", - "https://tc39.es/proposal-temporal/#_ref_924", - "https://tc39.es/proposal-temporal/#_ref_925", "https://tc39.es/proposal-temporal/#_ref_926", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_927", "https://tc39.es/proposal-temporal/#_ref_928", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_929", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", @@ -1155,6 +1155,8 @@ "https://tc39.es/proposal-temporal/#_ref_934", "https://tc39.es/proposal-temporal/#_ref_935", "https://tc39.es/proposal-temporal/#_ref_936", + "https://tc39.es/proposal-temporal/#_ref_937", + "https://tc39.es/proposal-temporal/#_ref_938", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-@@tostringtag", @@ -1169,31 +1171,29 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", - "https://tc39.es/proposal-temporal/#_ref_937", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_938", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_939", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_940", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_941", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_942", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_943", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_944", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_945", "https://tc39.es/proposal-temporal/#_ref_946", "https://tc39.es/proposal-temporal/#_ref_947", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_948", "https://tc39.es/proposal-temporal/#_ref_949", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_950", "https://tc39.es/proposal-temporal/#_ref_951", "https://tc39.es/proposal-temporal/#_ref_952", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_953", "https://tc39.es/proposal-temporal/#_ref_954", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_955", "https://tc39.es/proposal-temporal/#_ref_956", "https://tc39.es/proposal-temporal/#_ref_957", @@ -1211,9 +1211,9 @@ "https://tc39.es/proposal-temporal/#_ref_969", "https://tc39.es/proposal-temporal/#_ref_970", "https://tc39.es/proposal-temporal/#_ref_971", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_972", "https://tc39.es/proposal-temporal/#_ref_973", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_974", "https://tc39.es/proposal-temporal/#_ref_975", "https://tc39.es/proposal-temporal/#_ref_976", @@ -1221,59 +1221,59 @@ "https://tc39.es/proposal-temporal/#_ref_978", "https://tc39.es/proposal-temporal/#_ref_979", "https://tc39.es/proposal-temporal/#_ref_980", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_981", "https://tc39.es/proposal-temporal/#_ref_982", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#_ref_984", "https://tc39.es/proposal-temporal/#_ref_985", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_986", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_987", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_988", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_989", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", "https://tc39.es/proposal-temporal/#_ref_16", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", - "https://tc39.es/proposal-temporal/#_ref_988", - "https://tc39.es/proposal-temporal/#_ref_989", "https://tc39.es/proposal-temporal/#_ref_990", "https://tc39.es/proposal-temporal/#_ref_991", "https://tc39.es/proposal-temporal/#_ref_992", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_993", - "https://tc39.es/proposal-temporal/#_ref_17", - "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#_ref_994", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_995", + "https://tc39.es/proposal-temporal/#_ref_17", + "https://tc39.es/proposal-temporal/#_ref_18", + "https://tc39.es/proposal-temporal/#_ref_996", + "https://tc39.es/proposal-temporal/#_ref_997", "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#_ref_996", + "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#sec-temporal-topartialduration", - "https://tc39.es/proposal-temporal/#_ref_997", - "https://tc39.es/proposal-temporal/#_ref_19", - "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#_ref_999", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", + "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#_ref_1000", "https://tc39.es/proposal-temporal/#_ref_1001", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1002", "https://tc39.es/proposal-temporal/#_ref_1003", - "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1004", "https://tc39.es/proposal-temporal/#_ref_1005", + "https://tc39.es/proposal-temporal/#sec-temporal-calculateoffsetshift", "https://tc39.es/proposal-temporal/#_ref_1006", "https://tc39.es/proposal-temporal/#_ref_1007", "https://tc39.es/proposal-temporal/#_ref_1008", "https://tc39.es/proposal-temporal/#_ref_1009", - "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", "https://tc39.es/proposal-temporal/#_ref_1010", "https://tc39.es/proposal-temporal/#_ref_1011", + "https://tc39.es/proposal-temporal/#sec-temporal-totaldurationnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceduration", "https://tc39.es/proposal-temporal/#_ref_1012", "https://tc39.es/proposal-temporal/#_ref_1013", "https://tc39.es/proposal-temporal/#_ref_1014", @@ -1291,9 +1291,9 @@ "https://tc39.es/proposal-temporal/#_ref_1026", "https://tc39.es/proposal-temporal/#_ref_1027", "https://tc39.es/proposal-temporal/#_ref_1028", - "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1029", "https://tc39.es/proposal-temporal/#_ref_1030", + "https://tc39.es/proposal-temporal/#sec-temporal-unbalancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1031", "https://tc39.es/proposal-temporal/#_ref_1032", "https://tc39.es/proposal-temporal/#_ref_1033", @@ -1307,9 +1307,9 @@ "https://tc39.es/proposal-temporal/#_ref_1041", "https://tc39.es/proposal-temporal/#_ref_1042", "https://tc39.es/proposal-temporal/#_ref_1043", - "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1044", "https://tc39.es/proposal-temporal/#_ref_1045", + "https://tc39.es/proposal-temporal/#sec-temporal-balancedurationrelative", "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", "https://tc39.es/proposal-temporal/#_ref_1048", @@ -1329,9 +1329,9 @@ "https://tc39.es/proposal-temporal/#_ref_1062", "https://tc39.es/proposal-temporal/#_ref_1063", "https://tc39.es/proposal-temporal/#_ref_1064", - "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_1065", "https://tc39.es/proposal-temporal/#_ref_1066", + "https://tc39.es/proposal-temporal/#sec-temporal-addduration", "https://tc39.es/proposal-temporal/#_ref_1067", "https://tc39.es/proposal-temporal/#_ref_1068", "https://tc39.es/proposal-temporal/#_ref_1069", @@ -1349,18 +1349,18 @@ "https://tc39.es/proposal-temporal/#_ref_1081", "https://tc39.es/proposal-temporal/#_ref_1082", "https://tc39.es/proposal-temporal/#_ref_1083", - "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", "https://tc39.es/proposal-temporal/#_ref_1084", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1085", + "https://tc39.es/proposal-temporal/#sec-temporal-daysuntil", "https://tc39.es/proposal-temporal/#_ref_1086", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativedate", "https://tc39.es/proposal-temporal/#_ref_1087", - "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1088", "https://tc39.es/proposal-temporal/#_ref_1089", - "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", + "https://tc39.es/proposal-temporal/#sec-temporal-moverelativezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_1090", "https://tc39.es/proposal-temporal/#_ref_1091", + "https://tc39.es/proposal-temporal/#sec-temporal-roundduration", "https://tc39.es/proposal-temporal/#_ref_1092", "https://tc39.es/proposal-temporal/#_ref_1093", "https://tc39.es/proposal-temporal/#_ref_1094", @@ -1403,78 +1403,78 @@ "https://tc39.es/proposal-temporal/#_ref_1131", "https://tc39.es/proposal-temporal/#_ref_1132", "https://tc39.es/proposal-temporal/#_ref_1133", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#_ref_1135", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustroundeddurationdays", "https://tc39.es/proposal-temporal/#_ref_1136", "https://tc39.es/proposal-temporal/#_ref_1137", "https://tc39.es/proposal-temporal/#_ref_1138", "https://tc39.es/proposal-temporal/#_ref_1139", "https://tc39.es/proposal-temporal/#_ref_1140", "https://tc39.es/proposal-temporal/#_ref_1141", - "https://tc39.es/proposal-temporal/#sec-temporal-tolimitedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1142", "https://tc39.es/proposal-temporal/#_ref_1143", + "https://tc39.es/proposal-temporal/#sec-temporal-tolimitedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1144", "https://tc39.es/proposal-temporal/#_ref_1145", "https://tc39.es/proposal-temporal/#_ref_1146", - "https://tc39.es/proposal-temporal/#_ref_20", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", + "https://tc39.es/proposal-temporal/#_ref_20", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1149", "https://tc39.es/proposal-temporal/#_ref_1150", + "https://tc39.es/proposal-temporal/#_ref_1151", + "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#table-temporal-temporaldurationlike-properties", "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_1151", - "https://tc39.es/proposal-temporal/#_ref_1152", + "https://tc39.es/proposal-temporal/#_ref_1153", + "https://tc39.es/proposal-temporal/#_ref_1154", "https://tc39.es/proposal-temporal/#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_1153", - "https://tc39.es/proposal-temporal/#_ref_1154", "https://tc39.es/proposal-temporal/#_ref_1155", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1156", "https://tc39.es/proposal-temporal/#_ref_1157", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochseconds", "https://tc39.es/proposal-temporal/#_ref_1158", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#_ref_1160", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1161", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1162", "https://tc39.es/proposal-temporal/#_ref_1163", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmicroseconds", "https://tc39.es/proposal-temporal/#_ref_1164", "https://tc39.es/proposal-temporal/#_ref_1165", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1166", "https://tc39.es/proposal-temporal/#_ref_1167", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1168", + "https://tc39.es/proposal-temporal/#_ref_1169", + "https://tc39.es/proposal-temporal/#_ref_1170", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochseconds", - "https://tc39.es/proposal-temporal/#_ref_1169", + "https://tc39.es/proposal-temporal/#_ref_1171", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", - "https://tc39.es/proposal-temporal/#_ref_1170", + "https://tc39.es/proposal-temporal/#_ref_1172", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmicroseconds", - "https://tc39.es/proposal-temporal/#_ref_1171", + "https://tc39.es/proposal-temporal/#_ref_1173", "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_1172", - "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1175", "https://tc39.es/proposal-temporal/#_ref_1176", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1177", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1178", "https://tc39.es/proposal-temporal/#_ref_1179", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1180", "https://tc39.es/proposal-temporal/#_ref_1181", "https://tc39.es/proposal-temporal/#_ref_1182", @@ -1485,9 +1485,9 @@ "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1190", "https://tc39.es/proposal-temporal/#_ref_1191", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1192", "https://tc39.es/proposal-temporal/#_ref_1193", "https://tc39.es/proposal-temporal/#_ref_1194", @@ -1498,125 +1498,125 @@ "https://tc39.es/proposal-temporal/#_ref_1199", "https://tc39.es/proposal-temporal/#_ref_1200", "https://tc39.es/proposal-temporal/#_ref_1201", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1202", "https://tc39.es/proposal-temporal/#_ref_1203", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1204", "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/#_ref_1208", "https://tc39.es/proposal-temporal/#_ref_1209", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1210", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1211", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1212", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1213", "https://tc39.es/proposal-temporal/#_ref_1214", "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", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1219", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1220", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1221", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1222", + "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_1223", "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/#sec-temporal.instant.prototype.tozoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_1227", "https://tc39.es/proposal-temporal/#_ref_1228", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", "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/#_ref_1232", + "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_21", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_1232", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1233", "https://tc39.es/proposal-temporal/#_ref_1234", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1235", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1236", "https://tc39.es/proposal-temporal/#_ref_1237", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "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/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1243", "https://tc39.es/proposal-temporal/#_ref_1244", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1245", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1246", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1247", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1248", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_1252", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "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/#_ref_1256", "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-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_1258", - "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/#_ref_1264", + "https://tc39.es/proposal-temporal/#_ref_1265", "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_1264", - "https://tc39.es/proposal-temporal/#_ref_1265", "https://tc39.es/proposal-temporal/#_ref_1266", "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1271", + "https://tc39.es/proposal-temporal/#_ref_1272", + "https://tc39.es/proposal-temporal/#_ref_1273", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_1272", + "https://tc39.es/proposal-temporal/#_ref_1274", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_1273", + "https://tc39.es/proposal-temporal/#_ref_1275", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthCode", - "https://tc39.es/proposal-temporal/#_ref_1274", + "https://tc39.es/proposal-temporal/#_ref_1276", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_1275", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_1276", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1277", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1278", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1279", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1280", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1281", "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#_ref_1283", @@ -1624,9 +1624,9 @@ "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", "https://tc39.es/proposal-temporal/#_ref_1287", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1288", "https://tc39.es/proposal-temporal/#_ref_1289", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1290", "https://tc39.es/proposal-temporal/#_ref_1291", "https://tc39.es/proposal-temporal/#_ref_1292", @@ -1639,9 +1639,9 @@ "https://tc39.es/proposal-temporal/#_ref_1299", "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#_ref_1301", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#_ref_1303", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1304", "https://tc39.es/proposal-temporal/#_ref_1305", "https://tc39.es/proposal-temporal/#_ref_1306", @@ -1654,9 +1654,9 @@ "https://tc39.es/proposal-temporal/#_ref_1313", "https://tc39.es/proposal-temporal/#_ref_1314", "https://tc39.es/proposal-temporal/#_ref_1315", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1316", "https://tc39.es/proposal-temporal/#_ref_1317", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1318", "https://tc39.es/proposal-temporal/#_ref_1319", "https://tc39.es/proposal-temporal/#_ref_1320", @@ -1675,9 +1675,9 @@ "https://tc39.es/proposal-temporal/#_ref_1333", "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#_ref_1335", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1336", "https://tc39.es/proposal-temporal/#_ref_1337", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#_ref_1339", "https://tc39.es/proposal-temporal/#_ref_1340", @@ -1697,21 +1697,21 @@ "https://tc39.es/proposal-temporal/#_ref_1354", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1357", "https://tc39.es/proposal-temporal/#_ref_1358", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1359", "https://tc39.es/proposal-temporal/#_ref_1360", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1361", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1362", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1363", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1364", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1365", + "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_1366", "https://tc39.es/proposal-temporal/#_ref_1367", "https://tc39.es/proposal-temporal/#_ref_1368", @@ -1719,19 +1719,19 @@ "https://tc39.es/proposal-temporal/#_ref_1370", "https://tc39.es/proposal-temporal/#_ref_1371", "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_1373", "https://tc39.es/proposal-temporal/#_ref_1374", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_1375", "https://tc39.es/proposal-temporal/#_ref_1376", + "https://tc39.es/proposal-temporal/#_ref_1377", + "https://tc39.es/proposal-temporal/#_ref_1378", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_22", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_1377", + "https://tc39.es/proposal-temporal/#_ref_1379", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1378", - "https://tc39.es/proposal-temporal/#_ref_1379", "https://tc39.es/proposal-temporal/#_ref_1380", "https://tc39.es/proposal-temporal/#_ref_1381", "https://tc39.es/proposal-temporal/#_ref_1382", @@ -1742,53 +1742,53 @@ "https://tc39.es/proposal-temporal/#_ref_1387", "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#_ref_1389", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#_ref_1391", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisoyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1392", + "https://tc39.es/proposal-temporal/#_ref_1393", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisomonth", "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1392", - "https://tc39.es/proposal-temporal/#sec-temporal-constrainisoyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1393", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1394", + "https://tc39.es/proposal-temporal/#sec-temporal-constrainisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1395", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1396", "https://tc39.es/proposal-temporal/#_ref_1397", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1398", "https://tc39.es/proposal-temporal/#_ref_1399", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1400", "https://tc39.es/proposal-temporal/#_ref_1401", + "https://tc39.es/proposal-temporal/#_ref_1402", + "https://tc39.es/proposal-temporal/#_ref_1403", "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_1402", - "https://tc39.es/proposal-temporal/#_ref_1403", "https://tc39.es/proposal-temporal/#_ref_1404", "https://tc39.es/proposal-temporal/#_ref_1405", "https://tc39.es/proposal-temporal/#_ref_1406", "https://tc39.es/proposal-temporal/#_ref_1407", + "https://tc39.es/proposal-temporal/#_ref_1408", + "https://tc39.es/proposal-temporal/#_ref_1409", "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_1408", - "https://tc39.es/proposal-temporal/#_ref_1409", "https://tc39.es/proposal-temporal/#_ref_1410", "https://tc39.es/proposal-temporal/#_ref_1411", "https://tc39.es/proposal-temporal/#_ref_1412", + "https://tc39.es/proposal-temporal/#_ref_1413", + "https://tc39.es/proposal-temporal/#_ref_1414", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendar", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1413", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_1414", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1415", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", @@ -1796,21 +1796,21 @@ "https://tc39.es/proposal-temporal/#_ref_1421", "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1423", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#_ref_1425", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1427", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1428", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1429", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1430", - "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/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1431", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1432", + "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_1433", "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#_ref_1435", @@ -1818,19 +1818,19 @@ "https://tc39.es/proposal-temporal/#_ref_1437", "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#_ref_1439", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_1440", "https://tc39.es/proposal-temporal/#_ref_1441", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.getisofields", "https://tc39.es/proposal-temporal/#_ref_1442", "https://tc39.es/proposal-temporal/#_ref_1443", + "https://tc39.es/proposal-temporal/#_ref_1444", + "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_23", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_1444", + "https://tc39.es/proposal-temporal/#_ref_1446", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", - "https://tc39.es/proposal-temporal/#_ref_1445", - "https://tc39.es/proposal-temporal/#_ref_1446", "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#_ref_1448", "https://tc39.es/proposal-temporal/#_ref_1449", @@ -1846,151 +1846,151 @@ "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1464", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", - "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_1469", - "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_1470", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-objects", + "https://tc39.es/proposal-temporal/#sec-time-zone-names", + "https://tc39.es/proposal-temporal/#_ref_1471", "https://tc39.es/proposal-temporal/#_ref_2136", + "https://tc39.es/proposal-temporal/#_ref_1472", + "https://tc39.es/proposal-temporal/#_ref_2137", "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", - "https://tc39.es/proposal-temporal/#_ref_1471", - "https://tc39.es/proposal-temporal/#_ref_1472", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#_ref_1474", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_1475", + "https://tc39.es/proposal-temporal/#_ref_1476", + "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#_ref_26", - "https://tc39.es/proposal-temporal/#_ref_2137", + "https://tc39.es/proposal-temporal/#_ref_2138", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone", - "https://tc39.es/proposal-temporal/#_ref_1476", - "https://tc39.es/proposal-temporal/#_ref_2138", - "https://tc39.es/proposal-temporal/#_ref_27", - "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", + "https://tc39.es/proposal-temporal/#_ref_2139", + "https://tc39.es/proposal-temporal/#_ref_27", "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/#_ref_1482", + "https://tc39.es/proposal-temporal/#_ref_1483", "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_1482", + "https://tc39.es/proposal-temporal/#_ref_1484", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-timezone-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.timezone.prototype.id", - "https://tc39.es/proposal-temporal/#_ref_1483", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", - "https://tc39.es/proposal-temporal/#_ref_1484", "https://tc39.es/proposal-temporal/#_ref_1485", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1486", "https://tc39.es/proposal-temporal/#_ref_1487", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1488", "https://tc39.es/proposal-temporal/#_ref_1489", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1490", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1491", "https://tc39.es/proposal-temporal/#_ref_1492", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getinstantfor", "https://tc39.es/proposal-temporal/#_ref_1493", "https://tc39.es/proposal-temporal/#_ref_1494", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getpossibleinstantsfor", "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/#_ref_1500", "https://tc39.es/proposal-temporal/#_ref_1501", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1502", "https://tc39.es/proposal-temporal/#_ref_1503", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getnexttransition", "https://tc39.es/proposal-temporal/#_ref_1504", - "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1505", "https://tc39.es/proposal-temporal/#_ref_1506", + "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.getprevioustransition", "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/#sec-temporal.timezone.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.timezone.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1508", + "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-timezone-instances", "https://tc39.es/proposal-temporal/#_ref_28", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltimezone-instances", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezone", - "https://tc39.es/proposal-temporal/#_ref_1509", - "https://tc39.es/proposal-temporal/#_ref_1510", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1511", - "https://tc39.es/proposal-temporal/#_ref_2139", - "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1512", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1513", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", + "https://tc39.es/proposal-temporal/#_ref_2140", + "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#_ref_1514", "https://tc39.es/proposal-temporal/#_ref_1515", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1516", + "https://tc39.es/proposal-temporal/#_ref_1517", + "https://tc39.es/proposal-temporal/#_ref_1518", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneepochvalue", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneoffsetnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezonenexttransition", "https://tc39.es/proposal-temporal/#sec-temporal-getianatimezoneprevioustransition", "https://tc39.es/proposal-temporal/#sec-temporal-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_1517", - "https://tc39.es/proposal-temporal/#_ref_2140", - "https://tc39.es/proposal-temporal/#_ref_30", + "https://tc39.es/proposal-temporal/#_ref_1519", "https://tc39.es/proposal-temporal/#_ref_2141", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_2142", "https://tc39.es/proposal-temporal/#_ref_2143", "https://tc39.es/proposal-temporal/#_ref_2144", "https://tc39.es/proposal-temporal/#_ref_2145", + "https://tc39.es/proposal-temporal/#_ref_2146", "https://tc39.es/proposal-temporal/#sec-temporal-formattimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_1518", - "https://tc39.es/proposal-temporal/#_ref_1519", "https://tc39.es/proposal-temporal/#_ref_1520", - "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1521", "https://tc39.es/proposal-temporal/#_ref_1522", + "https://tc39.es/proposal-temporal/#sec-temporal-formatisotimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_1523", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1524", "https://tc39.es/proposal-temporal/#_ref_1525", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezone", "https://tc39.es/proposal-temporal/#_ref_1526", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", "https://tc39.es/proposal-temporal/#_ref_1529", "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_1533", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1534", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetoffsetstringfor", "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#_ref_1538", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetplaindatetimefor", "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#_ref_1540", - "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", + "https://tc39.es/proposal-temporal/#sec-temporal-builtintimezonegetinstantfor", "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#_ref_1544", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleinstants", "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", @@ -2000,89 +2000,89 @@ "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#_ref_1552", "https://tc39.es/proposal-temporal/#_ref_1553", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#_ref_1555", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleinstantsfor", "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/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#_ref_1562", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", + "https://tc39.es/proposal-temporal/#_ref_1563", + "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-objects", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalcalendar", - "https://tc39.es/proposal-temporal/#_ref_1563", - "https://tc39.es/proposal-temporal/#_ref_1564", - "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", - "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", - "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", + "https://tc39.es/proposal-temporal/#sec-temporal-isbuiltincalendar", + "https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_1567", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1568", + "https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar", "https://tc39.es/proposal-temporal/#_ref_1569", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfields", "https://tc39.es/proposal-temporal/#_ref_1570", "https://tc39.es/proposal-temporal/#_ref_1571", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1578", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1579", "https://tc39.es/proposal-temporal/#_ref_1580", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1581", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1582", "https://tc39.es/proposal-temporal/#_ref_1583", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryear", "https://tc39.es/proposal-temporal/#_ref_1584", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1585", "https://tc39.es/proposal-temporal/#_ref_1586", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonth", "https://tc39.es/proposal-temporal/#_ref_1587", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#_ref_1589", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthcode", "https://tc39.es/proposal-temporal/#_ref_1590", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1591", "https://tc39.es/proposal-temporal/#_ref_1592", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarday", "https://tc39.es/proposal-temporal/#_ref_1593", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofweek", "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardayofyear", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarweekofyear", "https://tc39.es/proposal-temporal/#_ref_1600", "https://tc39.es/proposal-temporal/#_ref_1601", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinweek", "https://tc39.es/proposal-temporal/#_ref_1602", "https://tc39.es/proposal-temporal/#_ref_1603", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardaysinyear", "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthsinyear", "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarinleapyear", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendar", "https://tc39.es/proposal-temporal/#_ref_1612", "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", @@ -2091,69 +2091,69 @@ "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/#sec-temporal-totemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", - "https://tc39.es/proposal-temporal/#sec-temporal-datefromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarwithisodefault", "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#_ref_1625", + "https://tc39.es/proposal-temporal/#sec-temporal-datefromfields", "https://tc39.es/proposal-temporal/#_ref_1626", - "https://tc39.es/proposal-temporal/#sec-temporal-yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1627", "https://tc39.es/proposal-temporal/#_ref_1628", + "https://tc39.es/proposal-temporal/#sec-temporal-yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", - "https://tc39.es/proposal-temporal/#sec-temporal-monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", + "https://tc39.es/proposal-temporal/#sec-temporal-monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", - "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1637", "https://tc39.es/proposal-temporal/#_ref_1638", - "https://tc39.es/proposal-temporal/#sec-temporal-isisoleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal-consolidatecalendars", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", + "https://tc39.es/proposal-temporal/#sec-temporal-isisoleapyear", "https://tc39.es/proposal-temporal/#_ref_1641", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinyear", "https://tc39.es/proposal-temporal/#_ref_1642", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1643", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinyear", + "https://tc39.es/proposal-temporal/#_ref_1644", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", + "https://tc39.es/proposal-temporal/#_ref_1645", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofweek", "https://tc39.es/proposal-temporal/#sec-temporal-toisodayofyear", "https://tc39.es/proposal-temporal/#sec-temporal-toisoweekofyear", "https://tc39.es/proposal-temporal/#sec-buildisomonthcode", "https://tc39.es/proposal-temporal/#sec-temporal-resolveisomonth", - "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/#_ref_1648", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "https://tc39.es/proposal-temporal/#_ref_1649", "https://tc39.es/proposal-temporal/#_ref_1650", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatefromfields", "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/#_ref_1654", "https://tc39.es/proposal-temporal/#_ref_1655", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1656", "https://tc39.es/proposal-temporal/#_ref_1657", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", - "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", + "https://tc39.es/proposal-temporal/#sec-temporal-isomonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1664", "https://tc39.es/proposal-temporal/#_ref_1665", "https://tc39.es/proposal-temporal/#_ref_1666", @@ -2162,14 +2162,14 @@ "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#_ref_1670", "https://tc39.es/proposal-temporal/#_ref_1671", + "https://tc39.es/proposal-temporal/#_ref_1672", + "https://tc39.es/proposal-temporal/#_ref_1673", "https://tc39.es/proposal-temporal/#sec-temporal-isoyear", "https://tc39.es/proposal-temporal/#sec-temporal-isomonth", "https://tc39.es/proposal-temporal/#sec-temporal-isomonthcode", - "https://tc39.es/proposal-temporal/#_ref_1672", + "https://tc39.es/proposal-temporal/#_ref_1674", "https://tc39.es/proposal-temporal/#sec-temporal-isoday", "https://tc39.es/proposal-temporal/#sec-temporal-defaultmergefields", - "https://tc39.es/proposal-temporal/#_ref_1673", - "https://tc39.es/proposal-temporal/#_ref_1674", "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", @@ -2178,96 +2178,96 @@ "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar", "https://tc39.es/proposal-temporal/#_ref_1683", "https://tc39.es/proposal-temporal/#_ref_1684", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar", "https://tc39.es/proposal-temporal/#_ref_1685", + "https://tc39.es/proposal-temporal/#_ref_1686", + "https://tc39.es/proposal-temporal/#_ref_1687", "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_1686", + "https://tc39.es/proposal-temporal/#_ref_1688", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-calendar-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype-@@tostringtag", "https://tc39.es/proposal-temporal/#sec-get-temporal.calendar.prototype.id", - "https://tc39.es/proposal-temporal/#_ref_1687", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", - "https://tc39.es/proposal-temporal/#_ref_1688", "https://tc39.es/proposal-temporal/#_ref_1689", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.datefromfields", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1692", "https://tc39.es/proposal-temporal/#_ref_1693", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1694", "https://tc39.es/proposal-temporal/#_ref_1695", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1698", "https://tc39.es/proposal-temporal/#_ref_1699", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_1700", "https://tc39.es/proposal-temporal/#_ref_1701", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_1702", "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/#_ref_1706", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#_ref_1708", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#_ref_1711", "https://tc39.es/proposal-temporal/#_ref_1712", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1715", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1718", "https://tc39.es/proposal-temporal/#_ref_1719", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#_ref_1721", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1722", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1723", "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1725", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_1727", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_1728", "https://tc39.es/proposal-temporal/#_ref_1729", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_1731", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_1732", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1733", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_1734", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1735", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#_ref_1737", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1738", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1739", "https://tc39.es/proposal-temporal/#_ref_1740", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#_ref_1742", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1743", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_1744", "https://tc39.es/proposal-temporal/#_ref_1745", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", "https://tc39.es/proposal-temporal/#_ref_1748", @@ -2276,78 +2276,77 @@ "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/#sec-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_1754", "https://tc39.es/proposal-temporal/#_ref_1755", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.mergefields", "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/#sec-temporal.calendar.prototype.tostring", "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1757", + "https://tc39.es/proposal-temporal/#_ref_1759", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-iterabletolistoftype", - "https://tc39.es/proposal-temporal/#_ref_1758", - "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/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1764", "https://tc39.es/proposal-temporal/#_ref_1765", - "https://tc39.es/proposal-temporal/#sec-getoption", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", + "https://tc39.es/proposal-temporal/#sec-getoption", "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-getstringornumberoption", "https://tc39.es/proposal-temporal/#_ref_1773", "https://tc39.es/proposal-temporal/#_ref_1774", + "https://tc39.es/proposal-temporal/#sec-getstringornumberoption", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", - "https://tc39.es/proposal-temporal/#sec-temporal-durationhandlefractions", "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/#sec-temporal-totemporaloverflow", - "https://tc39.es/proposal-temporal/#_ref_1781", + "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldisambiguation", - "https://tc39.es/proposal-temporal/#_ref_1782", + "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1783", + "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#sec-temporal-negatetemporalroundingmode", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaloffset", - "https://tc39.es/proposal-temporal/#_ref_1784", + "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#sec-temporal-toshowcalendaroption", - "https://tc39.es/proposal-temporal/#_ref_1785", + "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#sec-temporal-toshowtimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_1786", + "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#sec-temporal-toshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#_ref_1785", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1786", + "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetimeroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1788", + "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecision", "https://tc39.es/proposal-temporal/#_ref_1789", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetimeroundingincrement", "https://tc39.es/proposal-temporal/#_ref_1790", - "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecision", - "https://tc39.es/proposal-temporal/#_ref_1791", - "https://tc39.es/proposal-temporal/#_ref_1792", "https://tc39.es/proposal-temporal/#sec-temporal-tolargesttemporalunit", - "https://tc39.es/proposal-temporal/#_ref_1793", + "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#sec-temporal-tosmallesttemporalunit", - "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#_ref_1792", "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldurationtotalunit", - "https://tc39.es/proposal-temporal/#_ref_1795", + "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#sec-temporal-singular-and-plural-units", "https://tc39.es/proposal-temporal/#table-temporal-singular-and-plural-units", "https://tc39.es/proposal-temporal/#sec-temporal-torelativetemporalobject", + "https://tc39.es/proposal-temporal/#_ref_1794", + "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", @@ -2366,42 +2365,40 @@ "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/#_ref_1814", - "https://tc39.es/proposal-temporal/#_ref_1815", "https://tc39.es/proposal-temporal/#sec-temporal-validatetemporalunitrange", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#sec-temporal-mergelargestunitoption", + "https://tc39.es/proposal-temporal/#_ref_1814", + "https://tc39.es/proposal-temporal/#_ref_1815", "https://tc39.es/proposal-temporal/#_ref_1816", "https://tc39.es/proposal-temporal/#_ref_1817", - "https://tc39.es/proposal-temporal/#_ref_1818", - "https://tc39.es/proposal-temporal/#_ref_1819", "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", "https://tc39.es/proposal-temporal/#sec-temporal-rejectobjectwithcalendarortimezone", + "https://tc39.es/proposal-temporal/#_ref_1818", + "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-temporal-formatsecondsstringpart", "https://tc39.es/proposal-temporal/#sec-temporal-sign", "https://tc39.es/proposal-temporal/#sec-temporal-constraintorange", "https://tc39.es/proposal-temporal/#sec-temporal-roundtowardszero", "https://tc39.es/proposal-temporal/#sec-temporal-roundhalfawayfromzero", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", - "https://tc39.es/proposal-temporal/#_ref_1823", + "https://tc39.es/proposal-temporal/#_ref_1821", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-ASCIISign", "https://tc39.es/proposal-temporal/#prod-Sign", - "https://tc39.es/proposal-temporal/#_ref_2146", - "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_2147", + "https://tc39.es/proposal-temporal/#prod-Hour", "https://tc39.es/proposal-temporal/#_ref_2148", - "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_2149", + "https://tc39.es/proposal-temporal/#prod-MinuteSecond", "https://tc39.es/proposal-temporal/#_ref_2150", "https://tc39.es/proposal-temporal/#_ref_2151", "https://tc39.es/proposal-temporal/#_ref_2152", "https://tc39.es/proposal-temporal/#_ref_2153", "https://tc39.es/proposal-temporal/#_ref_2154", + "https://tc39.es/proposal-temporal/#_ref_2155", "https://tc39.es/proposal-temporal/#prod-DecimalSeparator", "https://tc39.es/proposal-temporal/#prod-DaysDesignator", "https://tc39.es/proposal-temporal/#prod-HoursDesignator", @@ -2410,90 +2407,95 @@ "https://tc39.es/proposal-temporal/#prod-DurationDesignator", "https://tc39.es/proposal-temporal/#prod-SecondsDesignator", "https://tc39.es/proposal-temporal/#prod-DateTimeSeparator", - "https://tc39.es/proposal-temporal/#prod-DurationTimeDesignator", + "https://tc39.es/proposal-temporal/#prod-TimeDesignator", "https://tc39.es/proposal-temporal/#prod-WeeksDesignator", "https://tc39.es/proposal-temporal/#prod-YearsDesignator", "https://tc39.es/proposal-temporal/#prod-UTCDesignator", "https://tc39.es/proposal-temporal/#prod-DateFourDigitYear", - "https://tc39.es/proposal-temporal/#_ref_2155", "https://tc39.es/proposal-temporal/#_ref_2156", "https://tc39.es/proposal-temporal/#_ref_2157", "https://tc39.es/proposal-temporal/#_ref_2158", - "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_2159", + "https://tc39.es/proposal-temporal/#prod-DateExtendedYear", "https://tc39.es/proposal-temporal/#_ref_2160", "https://tc39.es/proposal-temporal/#_ref_2161", "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/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_2166", + "https://tc39.es/proposal-temporal/#prod-DateYear", "https://tc39.es/proposal-temporal/#_ref_2167", - "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_2168", - "https://tc39.es/proposal-temporal/#prod-DateDay", + "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#_ref_2169", + "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#_ref_2170", "https://tc39.es/proposal-temporal/#_ref_2171", - "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_2172", + "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", "https://tc39.es/proposal-temporal/#_ref_2173", + "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#prod-TwoDashes", "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", - "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#_ref_2175", "https://tc39.es/proposal-temporal/#_ref_2176", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2177", + "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2178", "https://tc39.es/proposal-temporal/#_ref_2179", "https://tc39.es/proposal-temporal/#_ref_2180", "https://tc39.es/proposal-temporal/#_ref_2181", "https://tc39.es/proposal-temporal/#_ref_2182", - "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_2183", - "https://tc39.es/proposal-temporal/#prod-TimeMinute", + "https://tc39.es/proposal-temporal/#prod-TimeHour", "https://tc39.es/proposal-temporal/#_ref_2184", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-TimeMinute", "https://tc39.es/proposal-temporal/#_ref_2185", - "https://tc39.es/proposal-temporal/#prod-FractionalPart", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#_ref_2186", + "https://tc39.es/proposal-temporal/#prod-TimeHourNotValidMonth", + "https://tc39.es/proposal-temporal/#prod-TimeHourNotThirtyOneDayMonth", + "https://tc39.es/proposal-temporal/#prod-TimeHourTwoOnly", + "https://tc39.es/proposal-temporal/#prod-TimeMinuteNotValidDay", "https://tc39.es/proposal-temporal/#_ref_2187", "https://tc39.es/proposal-temporal/#_ref_2188", + "https://tc39.es/proposal-temporal/#prod-TimeMinuteThirtyOnly", + "https://tc39.es/proposal-temporal/#prod-TimeMinuteThirtyOneOnly", + "https://tc39.es/proposal-temporal/#prod-TimeSecondNotValidMonth", "https://tc39.es/proposal-temporal/#_ref_2189", "https://tc39.es/proposal-temporal/#_ref_2190", "https://tc39.es/proposal-temporal/#_ref_2191", "https://tc39.es/proposal-temporal/#_ref_2192", + "https://tc39.es/proposal-temporal/#prod-FractionalPart", "https://tc39.es/proposal-temporal/#_ref_2193", "https://tc39.es/proposal-temporal/#_ref_2194", - "https://tc39.es/proposal-temporal/#prod-TimeFractionalPart", "https://tc39.es/proposal-temporal/#_ref_2195", - "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_2196", "https://tc39.es/proposal-temporal/#_ref_2197", - "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_2198", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", "https://tc39.es/proposal-temporal/#_ref_2199", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", "https://tc39.es/proposal-temporal/#_ref_2200", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", "https://tc39.es/proposal-temporal/#_ref_2201", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", + "https://tc39.es/proposal-temporal/#prod-Fraction", "https://tc39.es/proposal-temporal/#_ref_2202", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", "https://tc39.es/proposal-temporal/#_ref_2203", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", + "https://tc39.es/proposal-temporal/#prod-TimeFraction", "https://tc39.es/proposal-temporal/#_ref_2204", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSign", "https://tc39.es/proposal-temporal/#_ref_2205", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetHour", "https://tc39.es/proposal-temporal/#_ref_2206", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetMinute", "https://tc39.es/proposal-temporal/#_ref_2207", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetSecond", "https://tc39.es/proposal-temporal/#_ref_2208", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFractionalPart", "https://tc39.es/proposal-temporal/#_ref_2209", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetFraction", "https://tc39.es/proposal-temporal/#_ref_2210", "https://tc39.es/proposal-temporal/#_ref_2211", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2212", "https://tc39.es/proposal-temporal/#_ref_2213", "https://tc39.es/proposal-temporal/#_ref_2214", @@ -2506,16 +2508,16 @@ "https://tc39.es/proposal-temporal/#_ref_2221", "https://tc39.es/proposal-temporal/#_ref_2222", "https://tc39.es/proposal-temporal/#_ref_2223", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2224", "https://tc39.es/proposal-temporal/#_ref_2225", - "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_2226", "https://tc39.es/proposal-temporal/#_ref_2227", "https://tc39.es/proposal-temporal/#_ref_2228", "https://tc39.es/proposal-temporal/#_ref_2229", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2230", "https://tc39.es/proposal-temporal/#_ref_2231", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffsetNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_2232", "https://tc39.es/proposal-temporal/#_ref_2233", "https://tc39.es/proposal-temporal/#_ref_2234", @@ -2528,17 +2530,16 @@ "https://tc39.es/proposal-temporal/#_ref_2241", "https://tc39.es/proposal-temporal/#_ref_2242", "https://tc39.es/proposal-temporal/#_ref_2243", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2244", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2245", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2246", "https://tc39.es/proposal-temporal/#_ref_2247", "https://tc39.es/proposal-temporal/#_ref_2248", "https://tc39.es/proposal-temporal/#_ref_2249", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegativeHour", "https://tc39.es/proposal-temporal/#_ref_2250", "https://tc39.es/proposal-temporal/#_ref_2251", + "https://tc39.es/proposal-temporal/#prod-TimeZoneUTCOffsetName", "https://tc39.es/proposal-temporal/#_ref_2252", "https://tc39.es/proposal-temporal/#_ref_2253", "https://tc39.es/proposal-temporal/#_ref_2254", @@ -2547,32 +2548,26 @@ "https://tc39.es/proposal-temporal/#_ref_2257", "https://tc39.es/proposal-temporal/#_ref_2258", "https://tc39.es/proposal-temporal/#_ref_2259", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_2260", "https://tc39.es/proposal-temporal/#_ref_2261", "https://tc39.es/proposal-temporal/#_ref_2262", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2263", - "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedName", "https://tc39.es/proposal-temporal/#_ref_2264", "https://tc39.es/proposal-temporal/#_ref_2265", "https://tc39.es/proposal-temporal/#_ref_2266", "https://tc39.es/proposal-temporal/#_ref_2267", - "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_2268", - "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_2269", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2270", - "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2271", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2272", - "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_2273", "https://tc39.es/proposal-temporal/#_ref_2274", - "https://tc39.es/proposal-temporal/#prod-CalChar", "https://tc39.es/proposal-temporal/#_ref_2275", "https://tc39.es/proposal-temporal/#_ref_2276", - "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_2277", "https://tc39.es/proposal-temporal/#_ref_2278", "https://tc39.es/proposal-temporal/#_ref_2279", @@ -2581,101 +2576,90 @@ "https://tc39.es/proposal-temporal/#_ref_2282", "https://tc39.es/proposal-temporal/#_ref_2283", "https://tc39.es/proposal-temporal/#_ref_2284", - "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", "https://tc39.es/proposal-temporal/#_ref_2285", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameTail", "https://tc39.es/proposal-temporal/#_ref_2286", "https://tc39.es/proposal-temporal/#_ref_2287", - "https://tc39.es/proposal-temporal/#prod-CalendarName", "https://tc39.es/proposal-temporal/#_ref_2288", - "https://tc39.es/proposal-temporal/#prod-Calendar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2289", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedName", "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_2293", + "https://tc39.es/proposal-temporal/#prod-TimeZoneBracketedAnnotation", "https://tc39.es/proposal-temporal/#_ref_2294", + "https://tc39.es/proposal-temporal/#prod-TimeZoneOffsetRequired", "https://tc39.es/proposal-temporal/#_ref_2295", "https://tc39.es/proposal-temporal/#_ref_2296", + "https://tc39.es/proposal-temporal/#prod-TimeZoneNameRequired", "https://tc39.es/proposal-temporal/#_ref_2297", "https://tc39.es/proposal-temporal/#_ref_2298", + "https://tc39.es/proposal-temporal/#prod-TimeZone", "https://tc39.es/proposal-temporal/#_ref_2299", "https://tc39.es/proposal-temporal/#_ref_2300", + "https://tc39.es/proposal-temporal/#prod-CalChar", "https://tc39.es/proposal-temporal/#_ref_2301", "https://tc39.es/proposal-temporal/#_ref_2302", - "https://tc39.es/proposal-temporal/#prod-Time", + "https://tc39.es/proposal-temporal/#prod-CalendarNameComponent", "https://tc39.es/proposal-temporal/#_ref_2303", "https://tc39.es/proposal-temporal/#_ref_2304", - "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_2305", "https://tc39.es/proposal-temporal/#_ref_2306", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#_ref_2308", "https://tc39.es/proposal-temporal/#_ref_2309", - "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", "https://tc39.es/proposal-temporal/#_ref_2310", + "https://tc39.es/proposal-temporal/#prod-CalendarNameTail", "https://tc39.es/proposal-temporal/#_ref_2311", - "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2312", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2313", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-CalendarName", "https://tc39.es/proposal-temporal/#_ref_2314", + "https://tc39.es/proposal-temporal/#prod-Calendar", "https://tc39.es/proposal-temporal/#_ref_2315", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2316", - "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2317", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2318", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2319", "https://tc39.es/proposal-temporal/#_ref_2320", "https://tc39.es/proposal-temporal/#_ref_2321", "https://tc39.es/proposal-temporal/#_ref_2322", - "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2323", - "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2324", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "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/#prod-TimeHourMinuteBasicFormatNotAmbiguous", "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/#_ref_2332", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "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/#prod-TimeSpecWithOptionalTimeZoneNotAmbiguous", "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_2338", - "https://tc39.es/proposal-temporal/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2339", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2340", "https://tc39.es/proposal-temporal/#_ref_2341", - "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2342", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2343", "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#_ref_2345", - "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2346", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2347", "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/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2353", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2354", "https://tc39.es/proposal-temporal/#_ref_2355", "https://tc39.es/proposal-temporal/#_ref_2356", @@ -2685,185 +2669,296 @@ "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/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2363", "https://tc39.es/proposal-temporal/#_ref_2364", + "https://tc39.es/proposal-temporal/#prod-TimeSpecSeparator", "https://tc39.es/proposal-temporal/#_ref_2365", "https://tc39.es/proposal-temporal/#_ref_2366", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2367", "https://tc39.es/proposal-temporal/#_ref_2368", "https://tc39.es/proposal-temporal/#_ref_2369", + "https://tc39.es/proposal-temporal/#prod-CalendarDate", "https://tc39.es/proposal-temporal/#_ref_2370", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2371", + "https://tc39.es/proposal-temporal/#prod-CalendarTime", "https://tc39.es/proposal-temporal/#_ref_2372", "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/#prod-TemporalInstantString", "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/#prod-TemporalDateString", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTime", "https://tc39.es/proposal-temporal/#_ref_2380", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2381", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", + "https://tc39.es/proposal-temporal/#prod-CalendarDateTimeTimeRequired", "https://tc39.es/proposal-temporal/#_ref_2382", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2383", "https://tc39.es/proposal-temporal/#_ref_2384", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2385", + "https://tc39.es/proposal-temporal/#prod-DurationWholeSeconds", "https://tc39.es/proposal-temporal/#_ref_2386", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsFraction", "https://tc39.es/proposal-temporal/#_ref_2387", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2388", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneString", "https://tc39.es/proposal-temporal/#_ref_2389", "https://tc39.es/proposal-temporal/#_ref_2390", + "https://tc39.es/proposal-temporal/#prod-DurationWholeMinutes", "https://tc39.es/proposal-temporal/#_ref_2391", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesFraction", "https://tc39.es/proposal-temporal/#_ref_2392", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2393", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2394", "https://tc39.es/proposal-temporal/#_ref_2395", - "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2396", + "https://tc39.es/proposal-temporal/#prod-DurationWholeHours", "https://tc39.es/proposal-temporal/#_ref_2397", + "https://tc39.es/proposal-temporal/#prod-DurationHoursFraction", "https://tc39.es/proposal-temporal/#_ref_2398", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2399", - "https://tc39.es/proposal-temporal/#prod-TemporalCalendarString", "https://tc39.es/proposal-temporal/#_ref_2400", "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/#_ref_2404", "https://tc39.es/proposal-temporal/#_ref_2405", - "https://tc39.es/proposal-temporal/#prod-TemporalRelativeToString", "https://tc39.es/proposal-temporal/#_ref_2406", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "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/#prod-DurationDays", "https://tc39.es/proposal-temporal/#_ref_2413", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2414", - "https://tc39.es/proposal-temporal/#_ref_34", - "https://tc39.es/proposal-temporal/#_ref_1824", "https://tc39.es/proposal-temporal/#_ref_2415", + "https://tc39.es/proposal-temporal/#prod-DurationWeeks", "https://tc39.es/proposal-temporal/#_ref_2416", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2417", "https://tc39.es/proposal-temporal/#_ref_2418", "https://tc39.es/proposal-temporal/#_ref_2419", + "https://tc39.es/proposal-temporal/#prod-DurationMonths", "https://tc39.es/proposal-temporal/#_ref_2420", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2421", "https://tc39.es/proposal-temporal/#_ref_2422", - "https://tc39.es/proposal-temporal/#_ref_1825", - "https://tc39.es/proposal-temporal/#_ref_1826", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", - "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_2423", - "https://tc39.es/proposal-temporal/#_ref_35", - "https://tc39.es/proposal-temporal/#_ref_1828", - "https://tc39.es/proposal-temporal/#_ref_1829", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", - "https://tc39.es/proposal-temporal/#_ref_1830", "https://tc39.es/proposal-temporal/#_ref_2424", - "https://tc39.es/proposal-temporal/#_ref_36", - "https://tc39.es/proposal-temporal/#_ref_1831", - "https://tc39.es/proposal-temporal/#_ref_1832", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_1833", "https://tc39.es/proposal-temporal/#_ref_2425", - "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_2426", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", - "https://tc39.es/proposal-temporal/#_ref_1834", + "https://tc39.es/proposal-temporal/#prod-DurationYears", "https://tc39.es/proposal-temporal/#_ref_2427", - "https://tc39.es/proposal-temporal/#_ref_38", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2428", - "https://tc39.es/proposal-temporal/#_ref_1835", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", - "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#_ref_2429", - "https://tc39.es/proposal-temporal/#_ref_39", "https://tc39.es/proposal-temporal/#_ref_2430", - "https://tc39.es/proposal-temporal/#_ref_1837", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#_ref_2431", "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/#_ref_2435", "https://tc39.es/proposal-temporal/#_ref_2436", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2437", "https://tc39.es/proposal-temporal/#_ref_2438", "https://tc39.es/proposal-temporal/#_ref_2439", "https://tc39.es/proposal-temporal/#_ref_2440", "https://tc39.es/proposal-temporal/#_ref_2441", "https://tc39.es/proposal-temporal/#_ref_2442", - "https://tc39.es/proposal-temporal/#_ref_1840", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", - "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_2443", - "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_2444", - "https://tc39.es/proposal-temporal/#_ref_1842", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2445", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", - "https://tc39.es/proposal-temporal/#_ref_1843", "https://tc39.es/proposal-temporal/#_ref_2446", - "https://tc39.es/proposal-temporal/#_ref_41", - "https://tc39.es/proposal-temporal/#_ref_1844", "https://tc39.es/proposal-temporal/#_ref_2447", - "https://tc39.es/proposal-temporal/#_ref_42", - "https://tc39.es/proposal-temporal/#_ref_1845", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", - "https://tc39.es/proposal-temporal/#_ref_1846", "https://tc39.es/proposal-temporal/#_ref_2448", - "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#_ref_2449", - "https://tc39.es/proposal-temporal/#_ref_1847", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", - "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_2450", - "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "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/#prod-TemporalDateString", "https://tc39.es/proposal-temporal/#_ref_2454", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2455", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2456", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2457", + "https://tc39.es/proposal-temporal/#_ref_2458", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#_ref_2459", + "https://tc39.es/proposal-temporal/#_ref_2460", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#_ref_2461", + "https://tc39.es/proposal-temporal/#_ref_2462", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeZoneString", + "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/#prod-TemporalYearMonthString", + "https://tc39.es/proposal-temporal/#_ref_2468", + "https://tc39.es/proposal-temporal/#_ref_2469", + "https://tc39.es/proposal-temporal/#prod-TemporalZonedDateTimeString", + "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/#prod-TemporalCalendarString", + "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/#_ref_2478", + "https://tc39.es/proposal-temporal/#_ref_2479", + "https://tc39.es/proposal-temporal/#prod-TemporalRelativeToString", + "https://tc39.es/proposal-temporal/#_ref_2480", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_2481", + "https://tc39.es/proposal-temporal/#_ref_2482", + "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", + "https://tc39.es/proposal-temporal/#_ref_2487", + "https://tc39.es/proposal-temporal/#_ref_2488", + "https://tc39.es/proposal-temporal/#_ref_34", + "https://tc39.es/proposal-temporal/#_ref_1822", + "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/#_ref_2493", + "https://tc39.es/proposal-temporal/#_ref_2494", + "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/#_ref_2498", + "https://tc39.es/proposal-temporal/#_ref_2499", + "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/#_ref_2504", + "https://tc39.es/proposal-temporal/#_ref_1823", + "https://tc39.es/proposal-temporal/#_ref_1824", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring", + "https://tc39.es/proposal-temporal/#_ref_1825", + "https://tc39.es/proposal-temporal/#_ref_2505", + "https://tc39.es/proposal-temporal/#_ref_35", + "https://tc39.es/proposal-temporal/#_ref_1826", + "https://tc39.es/proposal-temporal/#_ref_1827", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring", + "https://tc39.es/proposal-temporal/#_ref_1828", + "https://tc39.es/proposal-temporal/#_ref_2506", + "https://tc39.es/proposal-temporal/#_ref_36", + "https://tc39.es/proposal-temporal/#_ref_1829", + "https://tc39.es/proposal-temporal/#_ref_1830", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "https://tc39.es/proposal-temporal/#_ref_1831", + "https://tc39.es/proposal-temporal/#_ref_2507", + "https://tc39.es/proposal-temporal/#_ref_37", + "https://tc39.es/proposal-temporal/#_ref_2508", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatestring", + "https://tc39.es/proposal-temporal/#_ref_1832", + "https://tc39.es/proposal-temporal/#_ref_2509", + "https://tc39.es/proposal-temporal/#_ref_38", + "https://tc39.es/proposal-temporal/#_ref_2510", + "https://tc39.es/proposal-temporal/#_ref_1833", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring", + "https://tc39.es/proposal-temporal/#_ref_1834", + "https://tc39.es/proposal-temporal/#_ref_2511", + "https://tc39.es/proposal-temporal/#_ref_39", + "https://tc39.es/proposal-temporal/#_ref_2512", + "https://tc39.es/proposal-temporal/#_ref_1835", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_1836", + "https://tc39.es/proposal-temporal/#_ref_2513", + "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/#_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/#_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_1838", + "https://tc39.es/proposal-temporal/#_ref_1839", + "https://tc39.es/proposal-temporal/#_ref_1840", + "https://tc39.es/proposal-temporal/#_ref_1841", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring", + "https://tc39.es/proposal-temporal/#_ref_1842", + "https://tc39.es/proposal-temporal/#_ref_2525", + "https://tc39.es/proposal-temporal/#_ref_40", + "https://tc39.es/proposal-temporal/#_ref_2526", + "https://tc39.es/proposal-temporal/#_ref_1843", + "https://tc39.es/proposal-temporal/#_ref_2527", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring", + "https://tc39.es/proposal-temporal/#_ref_1844", + "https://tc39.es/proposal-temporal/#_ref_2528", + "https://tc39.es/proposal-temporal/#_ref_41", + "https://tc39.es/proposal-temporal/#_ref_1845", + "https://tc39.es/proposal-temporal/#_ref_2529", + "https://tc39.es/proposal-temporal/#_ref_42", + "https://tc39.es/proposal-temporal/#_ref_1846", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring", + "https://tc39.es/proposal-temporal/#_ref_1847", + "https://tc39.es/proposal-temporal/#_ref_2530", + "https://tc39.es/proposal-temporal/#_ref_43", + "https://tc39.es/proposal-temporal/#_ref_2531", + "https://tc39.es/proposal-temporal/#_ref_1848", + "https://tc39.es/proposal-temporal/#_ref_2532", + "https://tc39.es/proposal-temporal/#_ref_2533", + "https://tc39.es/proposal-temporal/#_ref_2534", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_1849", + "https://tc39.es/proposal-temporal/#_ref_2535", + "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#_ref_2536", + "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/#_ref_2541", + "https://tc39.es/proposal-temporal/#_ref_2542", "https://tc39.es/proposal-temporal/#_ref_1850", "https://tc39.es/proposal-temporal/#_ref_1851", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_1852", - "https://tc39.es/proposal-temporal/#_ref_2458", - "https://tc39.es/proposal-temporal/#_ref_45", - "https://tc39.es/proposal-temporal/#_ref_2459", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring", "https://tc39.es/proposal-temporal/#_ref_1853", - "https://tc39.es/proposal-temporal/#sec-temporal-topositiveinteger", + "https://tc39.es/proposal-temporal/#_ref_2543", + "https://tc39.es/proposal-temporal/#_ref_45", + "https://tc39.es/proposal-temporal/#_ref_2544", "https://tc39.es/proposal-temporal/#_ref_1854", + "https://tc39.es/proposal-temporal/#sec-temporal-topositiveinteger", + "https://tc39.es/proposal-temporal/#_ref_1855", "https://tc39.es/proposal-temporal/#sec-temporal-tointegerthrowoninfinity", "https://tc39.es/proposal-temporal/#sec-temporal-tointegerwithoutrounding", - "https://tc39.es/proposal-temporal/#_ref_1855", - "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#sec-temporal-preparetemporalfields", "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_46", "https://tc39.es/proposal-temporal/#_ref_47", - "https://tc39.es/proposal-temporal/#_ref_1860", - "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", "https://tc39.es/proposal-temporal/#_ref_1861", + "https://tc39.es/proposal-temporal/#table-temporal-field-requirements", "https://tc39.es/proposal-temporal/#_ref_1862", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", @@ -2876,59 +2971,59 @@ "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/#sec-temporal-preparepartialtemporalfields", "https://tc39.es/proposal-temporal/#_ref_1874", + "https://tc39.es/proposal-temporal/#sec-temporal-preparepartialtemporalfields", "https://tc39.es/proposal-temporal/#_ref_1875", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", - "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#_ref_1878", + "https://tc39.es/proposal-temporal/#_ref_48", + "https://tc39.es/proposal-temporal/#_ref_1879", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-literals-numeric-literals", "https://tc39.es/proposal-temporal/#prod-NumericLiteralSeparator", "https://tc39.es/proposal-temporal/#prod-DecimalDigits", - "https://tc39.es/proposal-temporal/#_ref_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/#_ref_2464", - "https://tc39.es/proposal-temporal/#_ref_2465", + "https://tc39.es/proposal-temporal/#_ref_2545", + "https://tc39.es/proposal-temporal/#_ref_2546", + "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/#prod-DecimalDigit", "https://tc39.es/proposal-temporal/#prod-NonZeroDigit", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_1879", "https://tc39.es/proposal-temporal/#_ref_1880", + "https://tc39.es/proposal-temporal/#_ref_1881", "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_1881", + "https://tc39.es/proposal-temporal/#_ref_1882", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#sup-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_50", - "https://tc39.es/proposal-temporal/#_ref_1882", + "https://tc39.es/proposal-temporal/#_ref_1883", "https://tc39.es/proposal-temporal/#sup-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_51", - "https://tc39.es/proposal-temporal/#_ref_1883", "https://tc39.es/proposal-temporal/#_ref_1884", "https://tc39.es/proposal-temporal/#_ref_1885", "https://tc39.es/proposal-temporal/#_ref_1886", "https://tc39.es/proposal-temporal/#_ref_1887", + "https://tc39.es/proposal-temporal/#_ref_1888", "https://tc39.es/proposal-temporal/#sup-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_52", - "https://tc39.es/proposal-temporal/#_ref_1888", + "https://tc39.es/proposal-temporal/#_ref_1889", "https://tc39.es/proposal-temporal/#_ref_53", "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#sec-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_1889", "https://tc39.es/proposal-temporal/#_ref_1890", "https://tc39.es/proposal-temporal/#_ref_1891", + "https://tc39.es/proposal-temporal/#_ref_1892", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-temporal-initializedatetimeformat", - "https://tc39.es/proposal-temporal/#_ref_1892", "https://tc39.es/proposal-temporal/#_ref_1893", "https://tc39.es/proposal-temporal/#_ref_1894", "https://tc39.es/proposal-temporal/#_ref_1895", @@ -2943,16 +3038,16 @@ "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_55", "https://tc39.es/proposal-temporal/#_ref_1907", + "https://tc39.es/proposal-temporal/#_ref_55", + "https://tc39.es/proposal-temporal/#_ref_1908", "https://tc39.es/proposal-temporal/#table-temporal-patterns", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", - "https://tc39.es/proposal-temporal/#_ref_1908", "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/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1912", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", "https://tc39.es/proposal-temporal/#_ref_1915", @@ -2966,21 +3061,21 @@ "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/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1926", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_1927", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1928", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_1929", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimetoparts", "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/#_ref_1933", "https://tc39.es/proposal-temporal/#_ref_1934", "https://tc39.es/proposal-temporal/#_ref_1935", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1936", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_1937", "https://tc39.es/proposal-temporal/#_ref_1938", "https://tc39.es/proposal-temporal/#_ref_1939", @@ -2991,10 +3086,10 @@ "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/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1947", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_1948", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", "https://tc39.es/proposal-temporal/#_ref_1951", @@ -3002,51 +3097,51 @@ "https://tc39.es/proposal-temporal/#_ref_1953", "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_1955", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "https://tc39.es/proposal-temporal/#_ref_1957", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_1958", + "https://tc39.es/proposal-temporal/#_ref_1959", "https://tc39.es/proposal-temporal/#sec-temporal-getdatetimeformatpattern", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldate", - "https://tc39.es/proposal-temporal/#_ref_1959", "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-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#_ref_1967", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalmonthday", "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-handledatetimevaluetemporaltime", "https://tc39.es/proposal-temporal/#_ref_1972", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaltime", "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-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1976", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1978", + "https://tc39.es/proposal-temporal/#_ref_1979", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalinstant", "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevaluetemporalzoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_1979", "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-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1983", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", "https://tc39.es/proposal-temporal/#_ref_1987", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1988", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_1989", "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", @@ -3055,32 +3150,33 @@ "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-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_1997", + "https://tc39.es/proposal-temporal/#sec-temporal-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_1998", + "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_57", "https://tc39.es/proposal-temporal/#table-temporal-plaindatetimeformat-tolocaltime-record", - "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/#sec-properties-of-intl-datetimeformat-prototype-object", "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", - "https://tc39.es/proposal-temporal/#_ref_2001", "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2004", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_2010", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", "https://tc39.es/proposal-temporal/#_ref_2011", - "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#_ref_2012", + "https://tc39.es/proposal-temporal/#_ref_58", + "https://tc39.es/proposal-temporal/#_ref_2013", "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/#locale-sensitive-functions", @@ -3088,119 +3184,118 @@ "https://tc39.es/proposal-temporal/#sup-temporal-isbuiltincalendar", "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#sec-temporal-calendarera", - "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/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_2016", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarerayear", "https://tc39.es/proposal-temporal/#_ref_2017", "https://tc39.es/proposal-temporal/#_ref_2018", + "https://tc39.es/proposal-temporal/#_ref_2019", "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_60", - "https://tc39.es/proposal-temporal/#_ref_2019", "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/#_ref_2023", "https://tc39.es/proposal-temporal/#_ref_2024", + "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.yearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_61", - "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#_ref_2026", "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2028", "https://tc39.es/proposal-temporal/#_ref_2029", "https://tc39.es/proposal-temporal/#_ref_2030", + "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_62", - "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#_ref_2032", "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", + "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateadd", "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_2037", "https://tc39.es/proposal-temporal/#_ref_2038", "https://tc39.es/proposal-temporal/#_ref_2039", "https://tc39.es/proposal-temporal/#_ref_2040", "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/#_ref_2044", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dateuntil", "https://tc39.es/proposal-temporal/#_ref_64", - "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/#_ref_2048", "https://tc39.es/proposal-temporal/#_ref_2049", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2050", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2051", - "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_2052", + "https://tc39.es/proposal-temporal/#sec-temporal.calendar.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_2053", + "https://tc39.es/proposal-temporal/#_ref_2054", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.year", "https://tc39.es/proposal-temporal/#_ref_65", - "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/#_ref_2057", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.month", "https://tc39.es/proposal-temporal/#_ref_66", - "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/#sup-temporal.calendar.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_2061", "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/#sup-temporal.calendar.prototype.day", "https://tc39.es/proposal-temporal/#_ref_68", - "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/#sup-temporal.calendar.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#_ref_2068", + "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_70", - "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/#sup-temporal.calendar.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_71", - "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/#sup-temporal.calendar.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_72", - "https://tc39.es/proposal-temporal/#_ref_2073", + "https://tc39.es/proposal-temporal/#_ref_2074", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_73", - "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", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#_ref_2077", "https://tc39.es/proposal-temporal/#_ref_2078", "https://tc39.es/proposal-temporal/#_ref_2079", + "https://tc39.es/proposal-temporal/#_ref_2080", "https://tc39.es/proposal-temporal/#sup-temporal.calendar.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_75", - "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/#sup-temporal.calendar.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_76", - "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/#sup-temporal.calendar.prototype.fields", "https://tc39.es/proposal-temporal/#_ref_77", - "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", @@ -3210,9 +3305,9 @@ "https://tc39.es/proposal-temporal/#_ref_2092", "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/#sup-temporal.calendar.prototype.mergefields", "https://tc39.es/proposal-temporal/#_ref_78", - "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/#_ref_2098", @@ -3221,73 +3316,74 @@ "https://tc39.es/proposal-temporal/#_ref_2101", "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/#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_79", - "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/#sup-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_80", - "https://tc39.es/proposal-temporal/#_ref_2106", "https://tc39.es/proposal-temporal/#_ref_2107", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2108", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2109", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_2110", "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_81", - "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2112", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2113", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_2114", "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_82", - "https://tc39.es/proposal-temporal/#_ref_2114", "https://tc39.es/proposal-temporal/#_ref_2115", + "https://tc39.es/proposal-temporal/#_ref_2116", "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_83", - "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/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#_ref_2118", "https://tc39.es/proposal-temporal/#_ref_2119", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2120", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2121", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_2122", "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_85", - "https://tc39.es/proposal-temporal/#_ref_2122", "https://tc39.es/proposal-temporal/#_ref_2123", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2124", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_2127", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "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/#sec-abstracts", "https://tc39.es/proposal-temporal/#sup-temporal-preparetemporalfields", "https://tc39.es/proposal-temporal/#_ref_86", - "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/#_ref_87", "https://tc39.es/proposal-temporal/#_ref_88", - "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", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/tr/ids/web-animations-1.json b/tr/ids/web-animations-1.json index ff16fa478734..3170f33935ec 100644 --- a/tr/ids/web-animations-1.json +++ b/tr/ids/web-animations-1.json @@ -27,10 +27,10 @@ "https://www.w3.org/TR/web-animations-1/#MJMAIN-64", "https://www.w3.org/TR/web-animations-1/#MJMAIN-2265", "https://www.w3.org/TR/web-animations-1/#MJSZ3-7B", - "https://www.w3.org/TR/web-animations-1/#MathJax_Message", "https://www.w3.org/TR/web-animations-1/#toc-nav", "https://www.w3.org/TR/web-animations-1/#toc-jump", "https://www.w3.org/TR/web-animations-1/#toc-toggle", + "https://www.w3.org/TR/web-animations-1/#MathJax_Message", "https://www.w3.org/TR/web-animations-1/#title", "https://www.w3.org/TR/web-animations-1/#profile-and-date", "https://www.w3.org/TR/web-animations-1/#abstract", diff --git a/tr/ids/web-locks.json b/tr/ids/web-locks.json index 68ac649a4e15..a4d46259264c 100644 --- a/tr/ids/web-locks.json +++ b/tr/ids/web-locks.json @@ -298,7 +298,7 @@ "https://w3c.github.io/web-locks/#ref-for-map-exists%E2%91%A1", "https://w3c.github.io/web-locks/#ref-for-abortsignal-aborted", "https://w3c.github.io/web-locks/#ref-for-a-promise-rejected-with%E2%91%A5", - "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A1", + "https://w3c.github.io/web-locks/#ref-for-abortsignal-abort-reason", "https://w3c.github.io/web-locks/#ref-for-a-new-promise", "https://w3c.github.io/web-locks/#ref-for-request-a-lock", "https://w3c.github.io/web-locks/#ref-for-agent%E2%91%A5", @@ -361,7 +361,7 @@ "https://w3c.github.io/web-locks/#ref-for-lock-concept%E2%91%A0%E2%91%A7", "https://w3c.github.io/web-locks/#ref-for-reject", "https://w3c.github.io/web-locks/#ref-for-lock-concept-released-promise%E2%91%A4", - "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A2", + "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A1", "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A7", "https://w3c.github.io/web-locks/#ref-for-list-prepend", "https://w3c.github.io/web-locks/#ref-for-grantable", @@ -400,8 +400,7 @@ "https://w3c.github.io/web-locks/#ref-for-lock-task-queue%E2%91%A5", "https://w3c.github.io/web-locks/#ref-for-reject%E2%91%A0", "https://w3c.github.io/web-locks/#ref-for-lock-request-promise", - "https://w3c.github.io/web-locks/#ref-for-aborterror%E2%91%A3", - "https://w3c.github.io/web-locks/#ref-for-idl-DOMException%E2%91%A8", + "https://w3c.github.io/web-locks/#ref-for-abortsignal-abort-reason%E2%91%A0", "https://w3c.github.io/web-locks/#algorithm-process-request", "https://w3c.github.io/web-locks/#process-the-lock-request-queue", "https://w3c.github.io/web-locks/#ref-for-assert%E2%91%A1", @@ -482,6 +481,7 @@ "https://w3c.github.io/web-locks/#index-defined-here", "https://w3c.github.io/web-locks/#index-defined-elsewhere", "https://w3c.github.io/web-locks/#term-for-abortsignal", + "https://w3c.github.io/web-locks/#term-for-abortsignal-abort-reason", "https://w3c.github.io/web-locks/#term-for-abortsignal-aborted", "https://w3c.github.io/web-locks/#term-for-abortsignal-add", "https://w3c.github.io/web-locks/#term-for-concept-document", diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json index b6670aac7b3b..0c3ef4fb222f 100644 --- a/tr/ids/webcodecs.json +++ b/tr/ids/webcodecs.json @@ -10,7 +10,7 @@ "https://www.w3.org/TR/webcodecs/#title", "https://www.w3.org/TR/webcodecs/#w3c-state", "https://www.w3.org/TR/webcodecs/#abstract", - "https://www.w3.org/TR/webcodecs/#status", + "https://www.w3.org/TR/webcodecs/#sotd", "https://www.w3.org/TR/webcodecs/#sotd_patent", "https://www.w3.org/TR/webcodecs/#w3c_process_revision", "https://www.w3.org/TR/webcodecs/#toc", @@ -3338,7 +3338,6 @@ "https://www.w3.org/TR/webcodecs/#ref-for-concept-WorkerGlobalScope-owner-set", "https://www.w3.org/TR/webcodecs/#ref-for-document", "https://www.w3.org/TR/webcodecs/#ref-for-dom-document-hidden", - "https://www.w3.org/TR/webcodecs/#ref-for-dom-visibilitystate-hidden", "https://www.w3.org/TR/webcodecs/#ref-for-reclaim-a-codec", "https://www.w3.org/TR/webcodecs/#ref-for-inactive-codec%E2%91%A0", "https://www.w3.org/TR/webcodecs/#ref-for-background-codec%E2%91%A0", @@ -3367,7 +3366,10 @@ "https://www.w3.org/TR/webcodecs/#ref-for-widl-RTCPeerConnection-getStats-Promise-RTCStatsReport--MediaStreamTrack-selector", "https://www.w3.org/TR/webcodecs/#best-practices-developers", "https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A8", - "https://www.w3.org/TR/webcodecs/#back-to-top", + "https://www.w3.org/TR/webcodecs/#w3c-conformance", + "https://www.w3.org/TR/webcodecs/#w3c-conventions", + "https://www.w3.org/TR/webcodecs/#w3c-example", + "https://www.w3.org/TR/webcodecs/#w3c-conformant-algorithms", "https://www.w3.org/TR/webcodecs/#index", "https://www.w3.org/TR/webcodecs/#index-defined-here", "https://www.w3.org/TR/webcodecs/#index-defined-elsewhere", @@ -3452,7 +3454,6 @@ "https://www.w3.org/TR/webcodecs/#term-for-readablestream-locked", "https://www.w3.org/TR/webcodecs/#term-for-read-request", "https://www.w3.org/TR/webcodecs/#term-for-InterfaceSVGImageElement", - "https://www.w3.org/TR/webcodecs/#term-for-dom-visibilitystate-hidden", "https://www.w3.org/TR/webcodecs/#term-for-audiobuffer", "https://www.w3.org/TR/webcodecs/#term-for-audioworklet", "https://www.w3.org/TR/webcodecs/#term-for-aborterror", @@ -3502,6 +3503,7 @@ "https://www.w3.org/TR/webcodecs/#biblio-media-capabilities", "https://www.w3.org/TR/webcodecs/#biblio-mediastream-recording", "https://www.w3.org/TR/webcodecs/#biblio-mimesniff", + "https://www.w3.org/TR/webcodecs/#biblio-rfc2119", "https://www.w3.org/TR/webcodecs/#biblio-streams", "https://www.w3.org/TR/webcodecs/#biblio-svg2", "https://www.w3.org/TR/webcodecs/#biblio-webidl", diff --git a/tr/ids/webdriver-bidi.json b/tr/ids/webdriver-bidi.json index 119435984e0e..af17cffce002 100644 --- a/tr/ids/webdriver-bidi.json +++ b/tr/ids/webdriver-bidi.json @@ -368,17 +368,21 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-null-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtonumber", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A8", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-stringtobigint", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A8", @@ -395,13 +399,13 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#issue-75bd8ac1", "https://w3c.github.io/webdriver-bidi/#deserialize-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#deserialize-local-value", "https://w3c.github.io/webdriver-bidi/#ref-for-remotereference", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-remote-reference", @@ -409,33 +413,33 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-primitive-protocol-value", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-value-list", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date-time-string-format", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-date.parse", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-key-value-list", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-key-value-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A3", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-object.fromentries", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-regexp-pattern-flags", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-value-list%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createarrayfromlist%E2%91%A4", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-set-objects", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", @@ -462,7 +466,7 @@ "https://w3c.github.io/webdriver-bidi/#data-types-protocolValue-RemoteValue-serialization", "https://w3c.github.io/webdriver-bidi/#serialize-as-a-remote-value", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-primitive-protocol-value", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-object-id-for-an-object", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-isarray", @@ -541,7 +545,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-object-id-for-an-object%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-assert%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-as-a-mapping%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-enumerableownpropertynames", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A1", @@ -558,7 +562,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-sec-isarray%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-createlistfromarraylike", "https://w3c.github.io/webdriver-bidi/#ref-for-list-size%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A0%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-serialize-as-a-remote-value%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#modules", @@ -588,7 +592,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-event-global-event-set%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-event-browsing-context-event-map%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#module-session-types", "https://w3c.github.io/webdriver-bidi/#type-session-capabilitiesRequest", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A7", @@ -600,8 +604,10 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-readiness-state", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-ends%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-readiness-state%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#command-session-new", "https://w3c.github.io/webdriver-bidi/#commands-sessionnew", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-session%E2%91%A0%E2%91%A0", @@ -617,7 +623,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-create-a-session", "https://w3c.github.io/webdriver-bidi/#ref-for-bidi-flag%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-session-id%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#command-session-subscribe", "https://w3c.github.io/webdriver-bidi/#commands-sessionsubscribe", "https://w3c.github.io/webdriver-bidi/#issue-77ae0f57", @@ -634,14 +640,14 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-subscribe-steps%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-event%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-event-event-name%E2%91%A5", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#command-session-unsubscribe", "https://w3c.github.io/webdriver-bidi/#commands-sessionunsubscribe", "https://w3c.github.io/webdriver-bidi/#issue-851a021c", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-update-the-event-map%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#module-browsingContext", "https://w3c.github.io/webdriver-bidi/#modules-browsingcontext", "https://w3c.github.io/webdriver-bidi/#webdriver-navigation-status", @@ -665,12 +671,12 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-window-handle%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#get-a-browsing-context", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#type-browsingContext-BrowsingContextInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#get-the-browsing-context-info", @@ -698,13 +704,13 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A8", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-unknown-error", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A1", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%93%AA", "https://w3c.github.io/webdriver-bidi/#ref-for-awaits%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A0%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5", @@ -712,7 +718,7 @@ "https://w3c.github.io/webdriver-bidi/#issue-ceba1469", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#ref-for-concept-url-serializer%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#type-browsingContext-Navigation", "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-definition%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A2%E2%91%A7", @@ -737,13 +743,13 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context-id%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-browsing-context%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A6", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-getTree", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontextgettree", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-descendent-browsing-contexts%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-map-objects%E2%91%A7", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A2", "https://w3c.github.io/webdriver-bidi/#command-browsingContext-navigate", "https://w3c.github.io/webdriver-bidi/#commands-browsingcontextnavigate", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-remote-end-steps%E2%91%A7", @@ -869,7 +875,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms", "https://w3c.github.io/webdriver-bidi/#realm-id", "https://w3c.github.io/webdriver-bidi/#get-a-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A3", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-errors%E2%91%A1%E2%93%AA", @@ -877,7 +883,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-no-such-frame%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-code-realms%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-id%E2%91%A0", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", "https://w3c.github.io/webdriver-bidi/#issue-89e6b783", "https://w3c.github.io/webdriver-bidi/#type-script-RealmInfo", "https://w3c.github.io/webdriver-bidi/#ref-for-local-end-definition%E2%91%A3%E2%91%A2", @@ -940,7 +946,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-responsible-document%E2%91%A1", "https://w3c.github.io/webdriver-bidi/#ref-for-realm-execution-context%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-a-realm", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A3", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", "https://w3c.github.io/webdriver-bidi/#issue-89e6b783%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#module-script-commands", "https://w3c.github.io/webdriver-bidi/#command-script-callFunction", @@ -949,7 +955,7 @@ "https://w3c.github.io/webdriver-bidi/#deserialize-arguments", "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-try%E2%91%A0%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#ref-for-deserialize-local-value%E2%91%A2", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A4", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A6", "https://w3c.github.io/webdriver-bidi/#evaluate-function-body", "https://w3c.github.io/webdriver-bidi/#ref-for-string-concatenate", "https://w3c.github.io/webdriver-bidi/#ref-for-creating-a-classic-script", @@ -1014,7 +1020,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-concept-WorkerGlobalScope-owner-set%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-get-the-realm-info", "https://w3c.github.io/webdriver-bidi/#ref-for-iteration-continue", - "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A5", + "https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A2%E2%91%A7", "https://w3c.github.io/webdriver-bidi/#issue-ac9113ee", "https://w3c.github.io/webdriver-bidi/#issue-b6525c5d", "https://w3c.github.io/webdriver-bidi/#module-script-events", @@ -1082,7 +1088,7 @@ "https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-event-trigger%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-console-steps", "https://w3c.github.io/webdriver-bidi/#ref-for-sec-time-values-and-time-range", - "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A8", + "https://w3c.github.io/webdriver-bidi/#ref-for-sec-ecmascript-data-types-and-values%E2%91%A0%E2%91%A0", "https://w3c.github.io/webdriver-bidi/#ref-for-formatting-specifiers", "https://w3c.github.io/webdriver-bidi/#ref-for-formatter", "https://w3c.github.io/webdriver-bidi/#issue-b611588d", @@ -1291,6 +1297,7 @@ "https://w3c.github.io/webdriver-bidi/#term-for-dfn-matched-capability-serialization-algorithm", "https://w3c.github.io/webdriver-bidi/#term-for-dfn-no-such-frame", "https://w3c.github.io/webdriver-bidi/#term-for-dfn-processing-capabilities", + "https://w3c.github.io/webdriver-bidi/#term-for-dfn-readiness-state", "https://w3c.github.io/webdriver-bidi/#term-for-dfn-remote-ends", "https://w3c.github.io/webdriver-bidi/#term-for-dfn-remote-end-steps", "https://w3c.github.io/webdriver-bidi/#term-for-dfn-sessions", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 31e6cd246030..18d510749e4a 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -824,6 +824,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredfeatures%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-adapter-features-slot%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-reject%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-operationerror", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredlimits%E2%91%A2", @@ -848,7 +849,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudevicedescriptor%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-idl-sequence", - "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredfeatures%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-idl-record", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A3", @@ -856,7 +857,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpudevicedescriptor-requiredlimits%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpudevicedescriptor%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpudevicedescriptor-requiredfeatures", - "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-feature%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpudevicedescriptor-requiredlimits", "https://www.w3.org/TR/webgpu/#ref-for-idl-DOMString%E2%91%A4", @@ -866,8 +867,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-limit-better%E2%91%A7", "https://www.w3.org/TR/webgpu/#gpufeaturename", "https://www.w3.org/TR/webgpu/#enumdef-gpufeaturename", - "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth-clip-control", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth24unorm-stencil8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpufeaturename-depth32float-stencil8", @@ -966,7 +967,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#dom-gpudevice-features", "https://www.w3.org/TR/webgpu/#ref-for-gpusupportedfeatures%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#dom-gpudevice-limits", "https://www.w3.org/TR/webgpu/#ref-for-gpusupportedlimits%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpudevice-queue", @@ -1162,12 +1163,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_src", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size", @@ -1179,7 +1181,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage-slot%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A8", @@ -1196,7 +1198,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-mappedatcreation%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_write%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A8", "https://www.w3.org/TR/webgpu/#buffer-destruction", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-destroy%E2%91%A1", @@ -1206,10 +1208,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-destroyed%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-destroyed%E2%91%A2", "https://www.w3.org/TR/webgpu/#buffer-mapping", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%93%AA", @@ -1251,7 +1253,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-read", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-read%E2%91%A0", @@ -1275,7 +1277,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping_range-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapped_ranges-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpubuffer-getmappedrange", @@ -1290,13 +1292,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-operationerror%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping_range-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping_range-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapped_ranges-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A4", "https://www.w3.org/TR/webgpu/#issue-beec6c6d", @@ -1310,12 +1312,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-idl-undefined%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapping-pending%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-invalid%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-content-timeline%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpubuffer%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A8", @@ -1326,12 +1328,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-aborterror", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped-at-creation%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-mapped%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-map_mode-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumapmode-write%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5", @@ -1343,7 +1345,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapping_range-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-mapped_ranges-slot%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-map_read%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#textures", @@ -1448,6 +1450,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-exceptiondef-typeerror%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-valid%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-width%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A0%E2%91%A0", @@ -1510,7 +1513,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-miplevelcount%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-extent3d-depthorarraylayers%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-renderable-format", @@ -1518,13 +1521,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-maximum-miplevel-count", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-dimension%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gputextureusage", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-namespacedef-gputextureusage", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-renderable-format%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A2", @@ -1667,7 +1670,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-texture-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-descriptor-slot%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-compute-render-extent", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-descriptor-slot%E2%91%A0%E2%91%A8", @@ -2456,7 +2459,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-texture%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-sampletype%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-texture_binding%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-texture%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturebindinglayout-multisampled%E2%91%A1", @@ -2473,7 +2476,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoragetexturebindinglayout-format%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-storage_binding%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-miplevelcount%E2%91%A3", @@ -2490,7 +2493,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindinglayout-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-uniform%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-uniform%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-effective-buffer-binding-size%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxuniformbufferbindingsize", @@ -2499,7 +2502,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-read-only-storage%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbinding-buffer%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferdescriptor-usage%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-storage%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-effective-buffer-binding-size%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxstoragebufferbindingsize", @@ -3262,7 +3265,7 @@ "https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuprimitivestate", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-enumdef-gpufeaturename%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-topology", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivetopology-line-strip", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivetopology-triangle-strip", @@ -4149,7 +4152,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage-slot%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_src%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A0%E2%91%A4", @@ -4185,7 +4188,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-state-slot%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A1%E2%91%A0", @@ -4227,10 +4230,10 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-state-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-encoder-state-open%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_src%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A0%E2%93%AA", @@ -4638,7 +4641,6 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-usage-scopes%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A1", - "https://www.w3.org/TR/webgpu/#issue-8e8f2013", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxcomputeworkgroupsperdimension%E2%91%A0", "https://www.w3.org/TR/webgpu/#compute-pass-encoder-finalization", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-endpass%E2%91%A1", @@ -4939,14 +4941,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-descriptor-slot%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-color-renderable-format", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-view%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpasscolorattachment-resolvetarget%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A8", @@ -5012,8 +5014,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-aspect%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexture-descriptor-slot%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadvalue%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureview-descriptor-slot%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureviewdescriptor-format%E2%91%A5", @@ -5021,7 +5024,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadvalue%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthloadvalue%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuloadop-load%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthstoreop%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpustoreop-store", @@ -5574,7 +5577,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-state-slot%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-buffer-state-unmapped%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-usage-slot%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-copy_dst%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubuffer-size-slot%E2%91%A1%E2%91%A0", @@ -5598,7 +5601,7 @@ "https://www.w3.org/TR/webgpu/#issue-ddacf7c9", "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A3", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-samplecount%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-valid-texture-copy-range%E2%91%A4", @@ -5644,7 +5647,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-valid-to-use-with%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-validating-gpuimagecopytexture%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-valid-texture-copy-range%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-render_attachment%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputextureusage-copy_dst%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-dimension%E2%91%A0%E2%91%A7", @@ -5942,7 +5945,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-format%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-usage%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configuration-slot%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-usage", "https://www.w3.org/TR/webgpu/#ref-for-gputexture%E2%91%A2%E2%91%A1", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index f984e84687ce..016584d48171 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -10,7 +10,7 @@ "https://www.w3.org/TR/webnn/#title", "https://www.w3.org/TR/webnn/#w3c-state", "https://www.w3.org/TR/webnn/#abstract", - "https://www.w3.org/TR/webnn/#status", + "https://www.w3.org/TR/webnn/#sotd", "https://www.w3.org/TR/webnn/#w3c_process_revision", "https://www.w3.org/TR/webnn/#toc", "https://www.w3.org/TR/webnn/#contents", @@ -1232,7 +1232,10 @@ "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-float16", "https://www.w3.org/TR/webnn/#acknowledgements", - "https://www.w3.org/TR/webnn/#back-to-top", + "https://www.w3.org/TR/webnn/#w3c-conformance", + "https://www.w3.org/TR/webnn/#w3c-conventions", + "https://www.w3.org/TR/webnn/#w3c-example", + "https://www.w3.org/TR/webnn/#w3c-conformant-algorithms", "https://www.w3.org/TR/webnn/#index", "https://www.w3.org/TR/webnn/#index-defined-here", "https://www.w3.org/TR/webnn/#index-defined-elsewhere", @@ -1278,6 +1281,7 @@ "https://www.w3.org/TR/webnn/#biblio-html", "https://www.w3.org/TR/webnn/#biblio-numpy-broadcasting-rule", "https://www.w3.org/TR/webnn/#biblio-permissions-policy-1", + "https://www.w3.org/TR/webnn/#biblio-rfc2119", "https://www.w3.org/TR/webnn/#biblio-webgl-1", "https://www.w3.org/TR/webnn/#biblio-webgpu", "https://www.w3.org/TR/webnn/#biblio-webidl", diff --git a/tr/index.json b/tr/index.json index d71c881e4f07..4da26954c473 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2021-12-13T01:34:36.994Z", + "date": "2021-12-20T01:34:26.755Z", "options": { "output": "report", "publishedVersion": true, @@ -386,7 +386,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "generator": "bikeshed", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "css": "css/css-cascade-6.json", @@ -1034,7 +1034,7 @@ ], "crawled": "https://fetch.spec.whatwg.org/", "generator": "bikeshed", - "date": "2 December 2021", + "date": "13 December 2021", "links": "links/fetch.json", "refs": "refs/fetch.json", "idl": "idl/fetch.idl", @@ -1212,7 +1212,7 @@ "https://www.w3.org/html/wg/drafts/html/master/webappapis.html" ], "crawled": "https://html.spec.whatwg.org/multipage/", - "date": "8 December 2021", + "date": "14 December 2021", "links": "links/html.json", "refs": "refs/html.json", "idl": "idl/html.idl", @@ -1604,7 +1604,7 @@ ], "crawled": "https://streams.spec.whatwg.org/", "generator": "bikeshed", - "date": "1 December 2021", + "date": "16 December 2021", "links": "links/streams.json", "refs": "refs/streams.json", "idl": "idl/streams.idl", @@ -1731,7 +1731,7 @@ "https://tc39.es/ecma262/multipage/" ], "crawled": "https://tc39.es/ecma262/multipage/", - "date": "11 December 2021", + "date": "17 December 2021", "links": "links/ecmascript.json", "dfns": "dfns/ecmascript.json", "headings": "headings/ecmascript.json", @@ -1772,7 +1772,7 @@ "https://tc39.es/ecma402/" ], "crawled": "https://tc39.es/ecma402/", - "date": "7 December 2021", + "date": "15 December 2021", "links": "links/ecma-402.json", "dfns": "dfns/ecma-402.json", "headings": "headings/ecma-402.json", @@ -2183,7 +2183,7 @@ "https://tc39.es/proposal-intl-locale-info/" ], "crawled": "https://tc39.es/proposal-intl-locale-info/", - "date": "2 December 2021", + "date": "15 December 2021", "links": "links/tc39-intl-locale-info.json", "headings": "headings/tc39-intl-locale-info.json", "ids": "ids/tc39-intl-locale-info.json" @@ -2524,7 +2524,7 @@ "https://tc39.es/proposal-temporal/" ], "crawled": "https://tc39.es/proposal-temporal/", - "date": "10 December 2021", + "date": "17 December 2021", "links": "links/tc39-temporal.json", "headings": "headings/tc39-temporal.json", "ids": "ids/tc39-temporal.json" @@ -2887,7 +2887,7 @@ ], "crawled": "https://w3c.github.io/web-locks/", "generator": "bikeshed", - "date": "7 December 2021", + "date": "14 December 2021", "links": "links/web-locks.json", "refs": "refs/web-locks.json", "idl": "idl/web-locks.idl", @@ -3092,7 +3092,7 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "generator": "bikeshed", - "date": "8 December 2021", + "date": "16 December 2021", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", "dfns": "dfns/webdriver-bidi.json", @@ -3225,7 +3225,7 @@ ], "crawled": "https://webidl.spec.whatwg.org/", "generator": "bikeshed", - "date": "2 December 2021", + "date": "13 December 2021", "links": "links/webidl.json", "refs": "refs/webidl.json", "idl": "idl/webidl.idl", @@ -3442,7 +3442,7 @@ ], "crawled": "https://wicg.github.io/close-watcher/", "generator": "bikeshed", - "date": "24 November 2021", + "date": "14 December 2021", "links": "links/close-watcher.json", "refs": "refs/close-watcher.json", "idl": "idl/close-watcher.idl", @@ -3526,7 +3526,7 @@ ], "crawled": "https://wicg.github.io/compute-pressure/", "generator": "respec", - "date": "10 December 2021", + "date": "14 December 2021", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -3655,7 +3655,7 @@ ], "crawled": "https://wicg.github.io/conversion-measurement-api/", "generator": "bikeshed", - "date": "6 December 2021", + "date": "13 December 2021", "links": "links/conversion-measurement-api.json", "refs": "refs/conversion-measurement-api.json", "idl": "idl/conversion-measurement-api.idl", @@ -4167,7 +4167,7 @@ ], "crawled": "https://wicg.github.io/event-timing/", "generator": "bikeshed", - "date": "28 October 2021", + "date": "15 December 2021", "links": "links/event-timing.json", "refs": "refs/event-timing.json", "idl": "idl/event-timing.idl", @@ -5419,11 +5419,14 @@ ], "crawled": "https://wicg.github.io/priority-hints/", "generator": "bikeshed", - "date": "16 February 2020", + "date": "15 December 2021", "links": "links/priority-hints.json", "refs": "refs/priority-hints.json", + "idl": "idl/priority-hints.idl", + "dfns": "dfns/priority-hints.json", "headings": "headings/priority-hints.json", - "ids": "ids/priority-hints.json" + "ids": "ids/priority-hints.json", + "idlparsed": "idlparsed/priority-hints.json" }, { "url": "https://wicg.github.io/private-network-access/", @@ -6392,7 +6395,7 @@ "https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/ANGLE_instanced_arrays.json", "idl": "idl/ANGLE_instanced_arrays.idl", "idlparsed": "idlparsed/ANGLE_instanced_arrays.json" @@ -6432,7 +6435,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_blend_minmax/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_blend_minmax/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_blend_minmax.json", "idl": "idl/EXT_blend_minmax.idl", "idlparsed": "idlparsed/EXT_blend_minmax.json" @@ -6472,7 +6475,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_clip_cull_distance/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_clip_cull_distance/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_clip_cull_distance.json", "idl": "idl/EXT_clip_cull_distance.idl", "idlparsed": "idlparsed/EXT_clip_cull_distance.json" @@ -6512,7 +6515,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_float/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_float/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_color_buffer_float.json", "idl": "idl/EXT_color_buffer_float.idl", "idlparsed": "idlparsed/EXT_color_buffer_float.json" @@ -6552,7 +6555,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_color_buffer_half_float.json", "idl": "idl/EXT_color_buffer_half_float.idl", "idlparsed": "idlparsed/EXT_color_buffer_half_float.json" @@ -6592,7 +6595,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_disjoint_timer_query_webgl2.json", "idl": "idl/EXT_disjoint_timer_query_webgl2.idl", "idlparsed": "idlparsed/EXT_disjoint_timer_query_webgl2.json" @@ -6632,7 +6635,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_disjoint_timer_query.json", "idl": "idl/EXT_disjoint_timer_query.idl", "idlparsed": "idlparsed/EXT_disjoint_timer_query.json" @@ -6672,7 +6675,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_float_blend/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_float_blend/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_float_blend.json", "idl": "idl/EXT_float_blend.idl", "idlparsed": "idlparsed/EXT_float_blend.json" @@ -6712,7 +6715,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_frag_depth.json", "idl": "idl/EXT_frag_depth.idl", "idlparsed": "idlparsed/EXT_frag_depth.json" @@ -6752,7 +6755,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_shader_texture_lod.json", "idl": "idl/EXT_shader_texture_lod.idl", "idlparsed": "idlparsed/EXT_shader_texture_lod.json" @@ -6792,7 +6795,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_sRGB.json", "idl": "idl/EXT_sRGB.idl", "idlparsed": "idlparsed/EXT_sRGB.json" @@ -6832,7 +6835,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_texture_compression_bptc.json", "idl": "idl/EXT_texture_compression_bptc.idl", "idlparsed": "idlparsed/EXT_texture_compression_bptc.json" @@ -6872,7 +6875,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_texture_compression_rgtc.json", "idl": "idl/EXT_texture_compression_rgtc.idl", "idlparsed": "idlparsed/EXT_texture_compression_rgtc.json" @@ -6912,7 +6915,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_texture_filter_anisotropic.json", "idl": "idl/EXT_texture_filter_anisotropic.idl", "idlparsed": "idlparsed/EXT_texture_filter_anisotropic.json" @@ -6952,7 +6955,7 @@ "https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/EXT_texture_norm16.json", "idl": "idl/EXT_texture_norm16.idl", "idlparsed": "idlparsed/EXT_texture_norm16.json" @@ -6992,7 +6995,7 @@ "https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/KHR_parallel_shader_compile.json", "idl": "idl/KHR_parallel_shader_compile.idl", "idlparsed": "idlparsed/KHR_parallel_shader_compile.json" @@ -7032,7 +7035,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_draw_buffers_indexed.json", "idl": "idl/OES_draw_buffers_indexed.idl", "idlparsed": "idlparsed/OES_draw_buffers_indexed.json" @@ -7072,7 +7075,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_element_index_uint.json", "idl": "idl/OES_element_index_uint.idl", "idlparsed": "idlparsed/OES_element_index_uint.json" @@ -7112,7 +7115,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_fbo_render_mipmap.json", "idl": "idl/OES_fbo_render_mipmap.idl", "idlparsed": "idlparsed/OES_fbo_render_mipmap.json" @@ -7152,7 +7155,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_standard_derivatives.json", "idl": "idl/OES_standard_derivatives.idl", "idlparsed": "idlparsed/OES_standard_derivatives.json" @@ -7192,7 +7195,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_texture_float_linear.json", "idl": "idl/OES_texture_float_linear.idl", "idlparsed": "idlparsed/OES_texture_float_linear.json" @@ -7232,7 +7235,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_texture_float/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_texture_float.json", "idl": "idl/OES_texture_float.idl", "idlparsed": "idlparsed/OES_texture_float.json" @@ -7272,7 +7275,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_texture_half_float_linear.json", "idl": "idl/OES_texture_half_float_linear.idl", "idlparsed": "idlparsed/OES_texture_half_float_linear.json" @@ -7312,7 +7315,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_texture_half_float.json", "idl": "idl/OES_texture_half_float.idl", "idlparsed": "idlparsed/OES_texture_half_float.json" @@ -7352,7 +7355,7 @@ "https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OES_vertex_array_object.json", "idl": "idl/OES_vertex_array_object.idl", "idlparsed": "idlparsed/OES_vertex_array_object.json" @@ -7392,7 +7395,7 @@ "https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/OVR_multiview2.json", "idl": "idl/OVR_multiview2.idl", "idlparsed": "idlparsed/OVR_multiview2.json" @@ -7432,7 +7435,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_blend_equation_advanced_coherent/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_blend_equation_advanced_coherent/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_blend_equation_advanced_coherent.json", "idl": "idl/WEBGL_blend_equation_advanced_coherent.idl", "idlparsed": "idlparsed/WEBGL_blend_equation_advanced_coherent.json" @@ -7472,7 +7475,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_color_buffer_float/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_color_buffer_float/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_color_buffer_float.json", "idl": "idl/WEBGL_color_buffer_float.idl", "idlparsed": "idlparsed/WEBGL_color_buffer_float.json" @@ -7512,7 +7515,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_astc.json", "idl": "idl/WEBGL_compressed_texture_astc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_astc.json" @@ -7552,7 +7555,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_etc.json", "idl": "idl/WEBGL_compressed_texture_etc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_etc.json" @@ -7592,7 +7595,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_etc1.json", "idl": "idl/WEBGL_compressed_texture_etc1.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_etc1.json" @@ -7632,7 +7635,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvrtc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvrtc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_pvrtc.json", "idl": "idl/WEBGL_compressed_texture_pvrtc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_pvrtc.json" @@ -7672,7 +7675,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_s3tc_srgb.json", "idl": "idl/WEBGL_compressed_texture_s3tc_srgb.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_s3tc_srgb.json" @@ -7712,7 +7715,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_compressed_texture_s3tc.json", "idl": "idl/WEBGL_compressed_texture_s3tc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_s3tc.json" @@ -7752,7 +7755,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_debug_renderer_info.json", "idl": "idl/WEBGL_debug_renderer_info.idl", "idlparsed": "idlparsed/WEBGL_debug_renderer_info.json" @@ -7792,7 +7795,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_debug_shaders.json", "idl": "idl/WEBGL_debug_shaders.idl", "idlparsed": "idlparsed/WEBGL_debug_shaders.json" @@ -7832,7 +7835,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_depth_texture.json", "idl": "idl/WEBGL_depth_texture.idl", "idlparsed": "idlparsed/WEBGL_depth_texture.json" @@ -7872,7 +7875,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_draw_buffers.json", "idl": "idl/WEBGL_draw_buffers.idl", "idlparsed": "idlparsed/WEBGL_draw_buffers.json" @@ -7912,7 +7915,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_draw_instanced_base_vertex_base_instance.idl", "idlparsed": "idlparsed/WEBGL_draw_instanced_base_vertex_base_instance.json" @@ -7952,7 +7955,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_lose_context.json", "idl": "idl/WEBGL_lose_context.idl", "idlparsed": "idlparsed/WEBGL_lose_context.json" @@ -7992,7 +7995,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_multi_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl", "idlparsed": "idlparsed/WEBGL_multi_draw_instanced_base_vertex_base_instance.json" @@ -8032,7 +8035,7 @@ "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/" ], "crawled": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/", - "date": "6 December 2021", + "date": "16 December 2021", "links": "links/WEBGL_multi_draw.json", "idl": "idl/WEBGL_multi_draw.idl", "idlparsed": "idlparsed/WEBGL_multi_draw.json" @@ -8156,7 +8159,7 @@ "https://www.rfc-editor.org/rfc/rfc2397" ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -8187,7 +8190,7 @@ "https://www.rfc-editor.org/rfc/rfc4120" ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -8290,7 +8293,7 @@ "https://www.rfc-editor.org/rfc/rfc6454" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -8321,7 +8324,7 @@ "https://www.rfc-editor.org/rfc/rfc6797" ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -8352,7 +8355,7 @@ "https://www.rfc-editor.org/rfc/rfc7034" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -8600,7 +8603,7 @@ "https://www.rfc-editor.org/rfc/rfc7239" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -8631,7 +8634,7 @@ "https://www.rfc-editor.org/rfc/rfc7469" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -8734,7 +8737,7 @@ "https://www.rfc-editor.org/rfc/rfc7578" ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -8981,7 +8984,7 @@ "https://www.rfc-editor.org/rfc/rfc8942" ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", - "date": "13 December 2021", + "date": "20 December 2021", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -9206,7 +9209,7 @@ ], "crawled": "https://www.w3.org/TR/ambient-light/", "generator": "bikeshed", - "date": "8 December 2021", + "date": "14 December 2021", "links": "links/ambient-light.json", "refs": "refs/ambient-light.json", "idl": "idl/ambient-light.idl", @@ -9257,10 +9260,9 @@ ], "crawled": "https://www.w3.org/TR/appmanifest/", "generator": "respec", - "date": "10 November 2021", + "date": "18 December 2021", "links": "links/appmanifest.json", "refs": "refs/appmanifest.json", - "css": "css/appmanifest.json", "dfns": "dfns/appmanifest.json", "headings": "headings/appmanifest.json", "ids": "ids/appmanifest.json" @@ -10403,7 +10405,7 @@ ], "crawled": "https://www.w3.org/TR/css-color-4/", "generator": "bikeshed", - "date": "1 June 2021", + "date": "15 December 2021", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", "css": "css/css-color.json", @@ -10455,7 +10457,7 @@ ], "crawled": "https://www.w3.org/TR/css-color-5/", "generator": "bikeshed", - "date": "22 July 2021", + "date": "15 December 2021", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", "css": "css/css-color-5.json", @@ -11278,7 +11280,7 @@ ], "crawled": "https://www.w3.org/TR/css-highlight-api-1/", "generator": "bikeshed", - "date": "8 December 2020", + "date": "15 December 2021", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", "idl": "idl/css-highlight-api.idl", @@ -12184,7 +12186,7 @@ ], "crawled": "https://www.w3.org/TR/css-paint-api-1/", "generator": "bikeshed", - "date": "9 August 2018", + "date": "16 December 2021", "links": "links/css-paint-api-1.json", "refs": "refs/css-paint-api-1.json", "idl": "idl/css-paint-api.idl", @@ -12237,7 +12239,7 @@ ], "crawled": "https://www.w3.org/TR/css-position-3/", "generator": "bikeshed", - "date": "19 May 2020", + "date": "16 December 2021", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", "css": "css/css-position.json", @@ -12895,7 +12897,7 @@ ], "crawled": "https://www.w3.org/TR/css-sizing-3/", "generator": "bikeshed", - "date": "17 March 2021", + "date": "17 December 2021", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", "css": "css/css-sizing.json", @@ -13728,7 +13730,7 @@ ], "crawled": "https://www.w3.org/TR/css-values-4/", "generator": "bikeshed", - "date": "16 October 2021", + "date": "16 December 2021", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", "css": "css/css-values.json", @@ -14801,7 +14803,7 @@ ], "crawled": "https://www.w3.org/TR/generic-sensor/", "generator": "bikeshed", - "date": "10 December 2021", + "date": "15 December 2021", "links": "links/generic-sensor.json", "refs": "refs/generic-sensor.json", "idl": "idl/generic-sensor.idl", @@ -16043,7 +16045,7 @@ ], "crawled": "https://www.w3.org/TR/mediacapture-streams/", "generator": "respec", - "date": "09 December 2021", + "date": "16 December 2021", "links": "links/mediacapture-streams.json", "refs": "refs/mediacapture-streams.json", "idl": "idl/mediacapture-streams.idl", @@ -16148,7 +16150,7 @@ ], "crawled": "https://www.w3.org/TR/mediaqueries-5/", "generator": "bikeshed", - "date": "31 July 2020", + "date": "18 December 2021", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", "css": "css/mediaqueries-5.json", @@ -19684,7 +19686,7 @@ ], "crawled": "https://www.w3.org/TR/webcodecs/", "generator": "bikeshed", - "date": "29 November 2021", + "date": "16 December 2021", "links": "links/webcodecs.json", "refs": "refs/webcodecs.json", "idl": "idl/webcodecs.idl", @@ -19837,7 +19839,7 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "generator": "bikeshed", - "date": "10 December 2021", + "date": "16 December 2021", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "idl": "idl/webgpu.idl", @@ -19939,7 +19941,7 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "generator": "bikeshed", - "date": "25 November 2021", + "date": "15 December 2021", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -20194,7 +20196,7 @@ ], "crawled": "https://www.w3.org/TR/webrtc-svc/", "generator": "respec", - "date": "08 December 2021", + "date": "16 December 2021", "links": "links/webrtc-svc.json", "refs": "refs/webrtc-svc.json", "idl": "idl/webrtc-svc.idl", @@ -20858,7 +20860,7 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "generator": "bikeshed", - "date": "10 December 2021", + "date": "16 December 2021", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", @@ -20949,7 +20951,7 @@ ], "crawled": "https://xhr.spec.whatwg.org/", "generator": "bikeshed", - "date": "1 December 2021", + "date": "13 December 2021", "links": "links/xhr.json", "refs": "refs/xhr.json", "idl": "idl/xhr.idl", diff --git a/tr/links/appmanifest.json b/tr/links/appmanifest.json index f9e1e200aba7..98d275e8ff4c 100644 --- a/tr/links/appmanifest.json +++ b/tr/links/appmanifest.json @@ -79,6 +79,14 @@ ], "https://developer.mozilla.org/en-US/docs/Web/Manifest/icons": [], "https://developer.mozilla.org/en-US/docs/Web/Manifest/display": [], + "https://www.w3.org/TR/mediaqueries-5/": [ + "display-mode", + "descdef-media-prefers-color-scheme", + "display-mode-browser", + "display-mode-minimal-ui", + "display-mode-standalone", + "display-mode-fullscreen" + ], "https://developer.mozilla.org/en-US/docs/Web/Manifest/orientation": [], "https://www.w3.org/TR/screen-orientation/": [ "dfn-default-screen-orientation", @@ -91,10 +99,7 @@ "https://developer.mozilla.org/en-US/docs/Web/Manifest/theme_color": [], "https://www.w3.org/TR/css-color-4/": [ "alpha-channel", - "sRGB" - ], - "https://www.w3.org/TR/mediaqueries-5/": [ - "descdef-media-prefers-color-scheme" + "sRGB-space" ], "https://developer.mozilla.org/en-US/docs/Web/Manifest/related_applications": [], "https://github.com/w3c/manifest/issues/956": [], @@ -132,11 +137,6 @@ "scope-match-algorithm" ], "https://github.com/w3c/manifest/issues/646": [], - "https://fullscreen.spec.whatwg.org/": [], - "https://developer.mozilla.org/en-US/docs/Web/CSS/@media/display-mode": [], - "https://www.w3.org/TR/css-conditional-3/": [ - "at-ruledef-media" - ], "https://www.w3.org/2019/webapps/": [], "https://lists.w3.org/Archives/Public/public-webapps/": [], "https://www.w3.org/TR/appmanifest/": [], @@ -195,13 +195,13 @@ "https://github.com/w3c/manifest/pull/811": [], "https://github.com/w3c/manifest/commit/f8f227e": [], "https://github.com/w3c/manifest/pull/790": [], + "https://github.com/w3c/manifest/commit/874996c": [], + "https://github.com/w3c/manifest/pull/1022": [], "https://www.rfc-editor.org/rfc/rfc5646": [], "https://www.w3.org/TR/CSP3/": [], "https://www.rfc-editor.org/rfc/rfc2318": [], - "https://www.w3.org/TR/cssom-view-1/": [], "https://www.rfc-editor.org/rfc/rfc4329": [], "https://www.rfc-editor.org/rfc/rfc8259": [], - "https://www.w3.org/TR/mediaqueries-4/": [], "https://www.rfc-editor.org/rfc/rfc2046": [], "https://www.rfc-editor.org/rfc/rfc2119": [], "https://www.rfc-editor.org/rfc/rfc7159": [], diff --git a/tr/links/close-watcher.json b/tr/links/close-watcher.json index ec12cde7ea51..3abff49864ce 100644 --- a/tr/links/close-watcher.json +++ b/tr/links/close-watcher.json @@ -29,7 +29,9 @@ "dom-dialog-showmodal", "blocked-by-a-modal-dialog", "attr-dialog-open", - "close-the-dialog" + "close-the-dialog", + "activation-consuming-api", + "event-popstate" ], "https://infra.spec.whatwg.org/": [ "implementation-defined", @@ -58,7 +60,11 @@ "top-layer" ], "https://w3c.github.io/uievents/": [ - "event-type-keydown" + "event-type-keydown", + "event-type-keyup" + ], + "https://github.com/WICG/aom/blob/gh-pages/explainer.md": [ + "user-action-events-from-assistive-technology" ], "https://www.w3.org/TR/hr-time-2/": [ "dom-domhighrestimestamp" @@ -74,6 +80,9 @@ "https://console.spec.whatwg.org/": [ "report-a-warning-to-the-console" ], + "https://github.com/WICG/close-watcher": [ + "abuse-analysis" + ], "https://w3c.github.io/hr-time/": [] } } \ No newline at end of file diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index 1032180f21b3..d87c5a9a8b64 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -12,11 +12,14 @@ ], "https://infra.spec.whatwg.org/": [ "user-agent", - "list" + "list", + "list-iterate", + "iteration-continue" ], "https://webidl.spec.whatwg.org/": [ "idl-undefined", "Exposed", + "idl-boolean", "idl-double", "exceptiondef-rangeerror", "idl-sequence" @@ -27,6 +30,11 @@ "current-settings-object", "fully-active" ], + "https://www.intel.com/content/www/us/en/gaming/resources/how-intel-technologies-boost-cpu-performance.html": [], + "https://tc39.es/ecma262/": [ + "eqn-max", + "eqn-min" + ], "https://w3ctag.github.io/design-principles/": [ "device-ids" ], diff --git a/tr/links/css-cascade-6.json b/tr/links/css-cascade-6.json index 966d8e3281b1..767735d3e81b 100644 --- a/tr/links/css-cascade-6.json +++ b/tr/links/css-cascade-6.json @@ -95,9 +95,6 @@ "aliasing" ], "https://www.w3.org/TR/css-cascade-3/": [], - "https://drafts.csswg.org/css-conditional-4/": [ - "funcdef-supports" - ], "https://www.w3.org/TR/CSS2/": [], "https://fetch.spec.whatwg.org/": [ "cors-protocol" @@ -110,7 +107,6 @@ "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://www.w3.org/TR/css-animations-1/": [], - "https://www.w3.org/TR/css-conditional-4/": [], "https://www.w3.org/TR/css-syntax-3/": [], "https://www.w3.org/TR/css-transitions-1/": [], "https://www.w3.org/TR/css-values-3/": [], diff --git a/tr/links/css-color-4.json b/tr/links/css-color-4.json index 8a5804bdc7cd..7b8bb44d555f 100644 --- a/tr/links/css-color-4.json +++ b/tr/links/css-color-4.json @@ -10,11 +10,13 @@ "proprietary-extension" ], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/2020/Process-20200915/": [], "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" @@ -28,25 +30,22 @@ "https://www.w3.org/TR/css-color-3/": [], "https://test.csswg.org/harness/results/css-color-4_dev/grouped/": [], "https://www.w3.org/TR/css-values-3/": [ - "value-defs", - "number-value", - "angle-value", - "percentage-value", - "integer-value", - "typedef-number-percentage", - "url-value" + "value-defs" ], "https://www.w3.org/TR/css-values-4/": [ "css-wide-keywords", "comb-one", + "number-value", + "angle-value", + "percentage-value", + "integer-value", "mult-num", "mult-opt", "mult-comma", "comb-comma", "typedef-ident", "css-keyword", - "typedef-dashed-ident", - "mult-one-plus" + "functional-notation" ], "https://www.w3.org/TR/css-values/": [ "value-defs", @@ -54,24 +53,22 @@ ], "https://www.w3.org/TR/css-cascade/": [ "initial-values", + "applies-to", "inherited-property", "computed" ], + "https://www.w3.org/TR/cssom/": [ + "serializing-css-values" + ], "https://www.w3.org/TR/web-animations/": [ "animation-type" ], - "https://wpt.fyi/results/css/css-color/color-001.html": [], - "https://wpt.live/css/css-color/color-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-001.html": [], - "https://wpt.fyi/results/css/css-color/color-002.html": [], - "https://wpt.live/css/css-color/color-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-002.html": [], - "https://wpt.fyi/results/css/css-color/color-003.html": [], - "https://wpt.live/css/css-color/color-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-003.html": [], - "https://wpt.fyi/results/css/css-color/inheritance.html": [], - "https://wpt.live/css/css-color/inheritance.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/inheritance.html": [], + "https://www.w3.org/TR/css-color-4/": [ + "funcdef-device-cmyk" + ], + "https://www.w3.org/TR/css-color-5/": [ + "funcdef-color-mix" + ], "https://www.w3.org/TR/WCAG21/": [ "use-of-color" ], @@ -82,102 +79,30 @@ "specified-value", "computed-value", "used-value", - "actual-value", "inherited-value" ], - "https://drafts.csswg.org/cssom-1/": [ - "resolved-value", - "serializing-css-values" + "https://www.w3.org/TR/cssom-1/": [ + "resolved-value" ], "https://infra.spec.whatwg.org/": [ "ascii-case-insensitive" ], - "https://wpt.fyi/results/css/css-color/color-resolving-hsl.html": [], - "https://wpt.live/css/css-color/color-resolving-hsl.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-hsl.html": [], - "https://wpt.fyi/results/css/css-color/color-resolving-keywords.html": [], - "https://wpt.live/css/css-color/color-resolving-keywords.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-keywords.html": [], - "https://wpt.fyi/results/css/css-color/color-resolving.html": [], - "https://wpt.live/css/css-color/color-resolving.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving.html": [], + "https://drafts.csswg.org/cssom-1/": [ + "serializing-css-values" + ], "https://drafts.csswg.org/css-values-4/": [ "combine-integers" ], - "https://wpt.fyi/results/css/css-color/rgb-001.html": [], - "https://wpt.live/css/css-color/rgb-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-001.html": [], - "https://wpt.fyi/results/css/css-color/rgb-002.html": [], - "https://wpt.live/css/css-color/rgb-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-002.html": [], - "https://wpt.fyi/results/css/css-color/rgb-003.html": [], - "https://wpt.live/css/css-color/rgb-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-003.html": [], - "https://wpt.fyi/results/css/css-color/rgb-004.html": [], - "https://wpt.live/css/css-color/rgb-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-004.html": [], - "https://wpt.fyi/results/css/css-color/rgb-005.html": [], - "https://wpt.live/css/css-color/rgb-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-005.html": [], - "https://wpt.fyi/results/css/css-color/rgb-006.html": [], - "https://wpt.live/css/css-color/rgb-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-006.html": [], - "https://wpt.fyi/results/css/css-color/rgb-007.html": [], - "https://wpt.live/css/css-color/rgb-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-007.html": [], - "https://wpt.fyi/results/css/css-color/rgb-008.html": [], - "https://wpt.live/css/css-color/rgb-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-008.html": [], - "https://wpt.fyi/results/css/css-color/rgb-rounding-001.html": [], - "https://wpt.live/css/css-color/rgb-rounding-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgb-rounding-001.html": [], - "https://wpt.fyi/results/css/css-color/rgba-001.html": [], - "https://wpt.live/css/css-color/rgba-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-001.html": [], - "https://wpt.fyi/results/css/css-color/rgba-002.html": [], - "https://wpt.live/css/css-color/rgba-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-002.html": [], - "https://wpt.fyi/results/css/css-color/rgba-003.html": [], - "https://wpt.live/css/css-color/rgba-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-003.html": [], - "https://wpt.fyi/results/css/css-color/rgba-004.html": [], - "https://wpt.live/css/css-color/rgba-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-004.html": [], - "https://wpt.fyi/results/css/css-color/rgba-005.html": [], - "https://wpt.live/css/css-color/rgba-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-005.html": [], - "https://wpt.fyi/results/css/css-color/rgba-006.html": [], - "https://wpt.live/css/css-color/rgba-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-006.html": [], - "https://wpt.fyi/results/css/css-color/rgba-007.html": [], - "https://wpt.live/css/css-color/rgba-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-007.html": [], - "https://wpt.fyi/results/css/css-color/rgba-008.html": [], - "https://wpt.live/css/css-color/rgba-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rgba-008.html": [], "https://www.w3.org/TR/css-syntax-3/": [ "typedef-hash-token", - "typedef-declaration-list" - ], - "https://wpt.fyi/results/css/css-color/hex-001.html": [], - "https://wpt.live/css/css-color/hex-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hex-001.html": [], - "https://wpt.fyi/results/css/css-color/hex-002.html": [], - "https://wpt.live/css/css-color/hex-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hex-002.html": [], - "https://wpt.fyi/results/css/css-color/hex-003.html": [], - "https://wpt.live/css/css-color/hex-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hex-003.html": [], - "https://wpt.fyi/results/css/css-color/hex-004.html": [], - "https://wpt.live/css/css-color/hex-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hex-004.html": [], + "typedef-number-token", + "typedef-dimension-token", + "typedef-ident-token" + ], "https://www.w3.org/TR/SVG11/": [ "ColorKeywords" ], "https://www.youtube.com/watch?v=HmStJQzclHc": [], - "https://wpt.fyi/results/css/css-color/named-001.html": [], - "https://wpt.live/css/css-color/named-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/named-001.html": [], "https://www.w3.org/TR/css-color-adjust-1/": [ "forced-colors-mode", "forced-colors-properties" @@ -189,245 +114,12 @@ "https://html.spec.whatwg.org/": [ "the-mark-element" ], - "https://wpt.fyi/results/css/css-color/parsing/system-color-valid.html": [], - "https://wpt.live/css/css-color/parsing/system-color-valid.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/system-color-valid.html": [], - "https://wpt.fyi/results/css/css-color/system-color-compute.html": [], - "https://wpt.live/css/css-color/system-color-compute.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/system-color-compute.html": [], - "https://wpt.fyi/results/css/css-color/currentcolor-001.html": [], - "https://wpt.live/css/css-color/currentcolor-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-001.html": [], - "https://wpt.fyi/results/css/css-color/currentcolor-002.html": [], - "https://wpt.live/css/css-color/currentcolor-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/currentcolor-002.html": [], "https://www.w3.org/TR/css-text-decor-3/": [ "propdef-text-emphasis-color" ], - "https://wpt.fyi/results/css/css-color/hsl-001.html": [], - "https://wpt.live/css/css-color/hsl-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-001.html": [], - "https://wpt.fyi/results/css/css-color/hsl-002.html": [], - "https://wpt.live/css/css-color/hsl-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-002.html": [], - "https://wpt.fyi/results/css/css-color/hsl-003.html": [], - "https://wpt.live/css/css-color/hsl-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-003.html": [], - "https://wpt.fyi/results/css/css-color/hsl-004.html": [], - "https://wpt.live/css/css-color/hsl-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-004.html": [], - "https://wpt.fyi/results/css/css-color/hsl-005.html": [], - "https://wpt.live/css/css-color/hsl-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-005.html": [], - "https://wpt.fyi/results/css/css-color/hsl-006.html": [], - "https://wpt.live/css/css-color/hsl-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-006.html": [], - "https://wpt.fyi/results/css/css-color/hsl-007.html": [], - "https://wpt.live/css/css-color/hsl-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-007.html": [], - "https://wpt.fyi/results/css/css-color/hsl-008.html": [], - "https://wpt.live/css/css-color/hsl-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsl-008.html": [], - "https://wpt.fyi/results/css/css-color/hsla-001.html": [], - "https://wpt.live/css/css-color/hsla-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-001.html": [], - "https://wpt.fyi/results/css/css-color/hsla-002.html": [], - "https://wpt.live/css/css-color/hsla-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-002.html": [], - "https://wpt.fyi/results/css/css-color/hsla-003.html": [], - "https://wpt.live/css/css-color/hsla-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-003.html": [], - "https://wpt.fyi/results/css/css-color/hsla-004.html": [], - "https://wpt.live/css/css-color/hsla-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-004.html": [], - "https://wpt.fyi/results/css/css-color/hsla-005.html": [], - "https://wpt.live/css/css-color/hsla-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-005.html": [], - "https://wpt.fyi/results/css/css-color/hsla-006.html": [], - "https://wpt.live/css/css-color/hsla-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-006.html": [], - "https://wpt.fyi/results/css/css-color/hsla-007.html": [], - "https://wpt.live/css/css-color/hsla-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-007.html": [], - "https://wpt.fyi/results/css/css-color/hsla-008.html": [], - "https://wpt.live/css/css-color/hsla-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hsla-008.html": [], - "https://github.com/w3c/csswg-drafts/issues/3088": [], - "https://wpt.fyi/results/css/css-color/hwb-001.html": [], - "https://wpt.live/css/css-color/hwb-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hwb-001.html": [], - "https://wpt.fyi/results/css/css-color/hwb-002.html": [], - "https://wpt.live/css/css-color/hwb-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hwb-002.html": [], - "https://wpt.fyi/results/css/css-color/hwb-003.html": [], - "https://wpt.live/css/css-color/hwb-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hwb-003.html": [], - "https://wpt.fyi/results/css/css-color/hwb-004.html": [], - "https://wpt.live/css/css-color/hwb-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hwb-004.html": [], - "https://wpt.fyi/results/css/css-color/hwb-005.html": [], - "https://wpt.live/css/css-color/hwb-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/hwb-005.html": [], - "https://wpt.fyi/results/css/css-color/color-resolving-hwb.html": [], - "https://wpt.live/css/css-color/color-resolving-hwb.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-resolving-hwb.html": [], - "https://wpt.fyi/results/css/css-color/lab-001.html": [], - "https://wpt.live/css/css-color/lab-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-001.html": [], - "https://wpt.fyi/results/css/css-color/lab-002.html": [], - "https://wpt.live/css/css-color/lab-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-002.html": [], - "https://wpt.fyi/results/css/css-color/lab-003.html": [], - "https://wpt.live/css/css-color/lab-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-003.html": [], - "https://wpt.fyi/results/css/css-color/lab-004.html": [], - "https://wpt.live/css/css-color/lab-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-004.html": [], - "https://wpt.fyi/results/css/css-color/lab-005.html": [], - "https://wpt.live/css/css-color/lab-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-005.html": [], - "https://wpt.fyi/results/css/css-color/lab-006.html": [], - "https://wpt.live/css/css-color/lab-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-006.html": [], - "https://wpt.fyi/results/css/css-color/lab-007.html": [], - "https://wpt.live/css/css-color/lab-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-007.html": [], - "https://wpt.fyi/results/css/css-color/lab-008.html": [], - "https://wpt.live/css/css-color/lab-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lab-008.html": [], - "https://wpt.fyi/results/css/css-color/lch-001.html": [], - "https://wpt.live/css/css-color/lch-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-001.html": [], - "https://wpt.fyi/results/css/css-color/lch-002.html": [], - "https://wpt.live/css/css-color/lch-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-002.html": [], - "https://wpt.fyi/results/css/css-color/lch-003.html": [], - "https://wpt.live/css/css-color/lch-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-003.html": [], - "https://wpt.fyi/results/css/css-color/lch-004.html": [], - "https://wpt.live/css/css-color/lch-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-004.html": [], - "https://wpt.fyi/results/css/css-color/lch-005.html": [], - "https://wpt.live/css/css-color/lch-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-005.html": [], - "https://wpt.fyi/results/css/css-color/lch-006.html": [], - "https://wpt.live/css/css-color/lch-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-006.html": [], - "https://wpt.fyi/results/css/css-color/lch-007.html": [], - "https://wpt.live/css/css-color/lch-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-007.html": [], - "https://wpt.fyi/results/css/css-color/lch-008.html": [], - "https://wpt.live/css/css-color/lch-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/lch-008.html": [], - "https://wpt.fyi/results/css/css-color/color-function-parsing.html": [], - "https://wpt.live/css/css-color/color-function-parsing.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/color-function-parsing.html": [], - "https://wpt.fyi/results/css/css-color/predefined-001.html": [], - "https://wpt.live/css/css-color/predefined-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-001.html": [], - "https://wpt.fyi/results/css/css-color/predefined-002.html": [], - "https://wpt.live/css/css-color/predefined-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-002.html": [], - "https://wpt.fyi/results/css/css-color/predefined-005.html": [], - "https://wpt.live/css/css-color/predefined-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-005.html": [], - "https://wpt.fyi/results/css/css-color/predefined-006.html": [], - "https://wpt.live/css/css-color/predefined-006.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-006.html": [], - "https://wpt.fyi/results/css/css-color/predefined-007.html": [], - "https://wpt.live/css/css-color/predefined-007.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-007.html": [], - "https://wpt.fyi/results/css/css-color/predefined-008.html": [], - "https://wpt.live/css/css-color/predefined-008.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-008.html": [], - "https://wpt.fyi/results/css/css-color/a98rgb-001.html": [], - "https://wpt.live/css/css-color/a98rgb-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-001.html": [], - "https://wpt.fyi/results/css/css-color/a98rgb-002.html": [], - "https://wpt.live/css/css-color/a98rgb-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-002.html": [], - "https://wpt.fyi/results/css/css-color/a98rgb-003.html": [], - "https://wpt.live/css/css-color/a98rgb-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-003.html": [], - "https://wpt.fyi/results/css/css-color/a98rgb-004.html": [], - "https://wpt.live/css/css-color/a98rgb-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/a98rgb-004.html": [], - "https://wpt.fyi/results/css/css-color/predefined-009.html": [], - "https://wpt.live/css/css-color/predefined-009.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-009.html": [], - "https://wpt.fyi/results/css/css-color/predefined-010.html": [], - "https://wpt.live/css/css-color/predefined-010.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-010.html": [], - "https://wpt.fyi/results/css/css-color/prophoto-rgb-001.html": [], - "https://wpt.live/css/css-color/prophoto-rgb-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/prophoto-rgb-001.html": [], - "https://wpt.fyi/results/css/css-color/prophoto-rgb-002.html": [], - "https://wpt.live/css/css-color/prophoto-rgb-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/prophoto-rgb-002.html": [], - "https://wpt.fyi/results/css/css-color/prophoto-rgb-003.html": [], - "https://wpt.live/css/css-color/prophoto-rgb-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/prophoto-rgb-003.html": [], - "https://wpt.fyi/results/css/css-color/prophoto-rgb-004.html": [], - "https://wpt.live/css/css-color/prophoto-rgb-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/prophoto-rgb-004.html": [], - "https://wpt.fyi/results/css/css-color/prophoto-rgb-005.html": [], - "https://wpt.live/css/css-color/prophoto-rgb-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/prophoto-rgb-005.html": [], - "https://wpt.fyi/results/css/css-color/predefined-011.html": [], - "https://wpt.live/css/css-color/predefined-011.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-011.html": [], - "https://wpt.fyi/results/css/css-color/predefined-012.html": [], - "https://wpt.live/css/css-color/predefined-012.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-012.html": [], - "https://wpt.fyi/results/css/css-color/rec2020-001.html": [], - "https://wpt.live/css/css-color/rec2020-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rec2020-001.html": [], - "https://wpt.fyi/results/css/css-color/rec2020-002.html": [], - "https://wpt.live/css/css-color/rec2020-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rec2020-002.html": [], - "https://wpt.fyi/results/css/css-color/rec2020-003.html": [], - "https://wpt.live/css/css-color/rec2020-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rec2020-003.html": [], - "https://wpt.fyi/results/css/css-color/rec2020-004.html": [], - "https://wpt.live/css/css-color/rec2020-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rec2020-004.html": [], - "https://wpt.fyi/results/css/css-color/rec2020-005.html": [], - "https://wpt.live/css/css-color/rec2020-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/rec2020-005.html": [], - "https://wpt.fyi/results/css/css-color/predefined-016.html": [], - "https://wpt.live/css/css-color/predefined-016.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/predefined-016.html": [], - "https://wpt.fyi/results/css/css-color/xyz-001.html": [], - "https://wpt.live/css/css-color/xyz-001.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-001.html": [], - "https://wpt.fyi/results/css/css-color/xyz-002.html": [], - "https://wpt.live/css/css-color/xyz-002.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-002.html": [], - "https://wpt.fyi/results/css/css-color/xyz-003.html": [], - "https://wpt.live/css/css-color/xyz-003.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-003.html": [], - "https://wpt.fyi/results/css/css-color/xyz-004.html": [], - "https://wpt.live/css/css-color/xyz-004.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-004.html": [], - "https://wpt.fyi/results/css/css-color/xyz-005.html": [], - "https://wpt.live/css/css-color/xyz-005.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/xyz-005.html": [], - "https://www.iana.org/assignments/media-types/application/vnd.iccprofile": [], "https://www.w3.org/TR/css-pseudo/": [ "generated-content" ], - "https://wpt.fyi/results/css/css-color/opacity-overlapping-letters.html": [], - "https://wpt.live/css/css-color/opacity-overlapping-letters.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/opacity-overlapping-letters.html": [], - "https://wpt.fyi/results/css/css-color/parsing/opacity-computed.html": [], - "https://wpt.live/css/css-color/parsing/opacity-computed.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-computed.html": [], - "https://wpt.fyi/results/css/css-color/parsing/opacity-valid.html": [], - "https://wpt.live/css/css-color/parsing/opacity-valid.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-valid.html": [], - "https://wpt.fyi/results/css/css-color/parsing/opacity-invalid.html": [], - "https://wpt.live/css/css-color/parsing/opacity-invalid.html": [], - "https://github.com/web-platform-tests/wpt/blob/master/css/css-color/parsing/opacity-invalid.html": [], "https://www.w3.org/TR/SVG2/": [ "TermStackingContext" ], @@ -445,12 +137,41 @@ "simplealphacompositing" ], "https://github.com/w3c/csswg-drafts/issues/445": [], + "https://www.w3.org/TR/css-images-4/": [ + "typedef-gradient" + ], + "https://www.w3.org/TR/filter-effects-1/": [ + "propdef-filter" + ], + "https://www.w3.org/TR/css-animations-1/": [ + "propdef-animation" + ], + "https://www.w3.org/TR/css-transitions-1/": [ + "propdef-transition" + ], "https://github.com/w3c/csswg-drafts/issues/4928": [], - "https://github.com/w3c/csswg-drafts/issues/5277": [], + "https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/geometry/row-major-vs-column-major-vector": [], "https://colorjs.io/tests/delta.html": [ "deltae-2000" ], + "https://dom.spec.whatwg.org/": [ + "concept-document-quirks" + ], + "https://www.w3.org/TR/css-backgrounds-3/": [ + "propdef-background-color", + "propdef-border-color", + "propdef-border-top-color", + "propdef-border-right-color", + "propdef-border-bottom-color", + "propdef-border-left-color", + "propdef-background" + ], + "https://www.w3.org/TR/css3-conditional/": [ + "at-ruledef-supports", + "dom-css-supports-conditiontext" + ], "https://www.w3.org/community/colorweb/": [], + "https://www.w3.org/TR/2021/WD-css-color-4-20210601/": [], "https://www.w3.org/TR/2020/WD-css-color-4-20201112/": [], "https://www.w3.org/TR/2019/WD-css-color-4-20191105/": [], "https://www.w3.org/TR/2016/WD-css-color-4-20160705/": [], @@ -460,13 +181,14 @@ "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://cie.co.at/publications/colorimetry-part-4-cie-1976-lab-colour-space-1": [], - "https://www.w3.org/TR/cssom-1/": [], + "https://www.w3.org/TR/css-conditional-3/": [], "https://ieeexplore.ieee.org/document/7290729/": [], "https://www.color.org/specification/ICC1v43_2010-12.pdf": [], "https://www.itu.int/rec/R-REC-BT.601/en": [], "https://www.itu.int/rec/R-REC-BT.709/en": [], + "https://bottosson.github.io/posts/oklab/": [], "https://www.itu.int/rec/R-REC-BT.2020/en": [], - "https://www.rfc-editor.org/rfc/rfc2119.html": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://doi.org/10.5594/SMPTE.ST296.2012": [], "https://webstore.iec.ch/publication/6169": [], "https://www.w3.org/Graphics/JPEG/jfif3.pdf": [], diff --git a/tr/links/css-color-5.json b/tr/links/css-color-5.json index 69bc98cf9792..31233c140a60 100644 --- a/tr/links/css-color-5.json +++ b/tr/links/css-color-5.json @@ -10,29 +10,18 @@ "proprietary-extension" ], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/2020/Process-20200915/": [], "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" ], "https://www.w3.org/2004/01/pp-impl/32061/status": [], - "https://www.w3.org/TR/css-values-4/": [ - "comb-one", - "comb-comma", - "comb-all", - "percentage-value", - "mult-opt", - "mult-comma", - "number-value", - "math-function", - "mult-num", - "angle-value", - "typedef-dashed-ident" - ], "https://www.w3.org/TR/css-color-4/": [ "typedef-color", "interpolation", @@ -40,19 +29,67 @@ "valdef-color-white", "valdef-color-black", "valdef-color-red", - "valdef-color-green", + "valdef-color-lime", "valdef-color-blue", "valdef-color-darkolivegreen", - "typedef-alpha-value", "typedef-hue", - "descdef-color-profile-components", - "at-ruledef-profile", + "color-space", + "predefined", + "valdef-color-display-p3", + "opaque-black", + "color", + "resolving-color-values", "serializing-color-values", + "funcdef-rgba", "serializing-color-function-values" ], + "https://www.w3.org/TR/css-color-5/": [ + "typedef-color-space", + "valdef-color-space-lch", + "valdef-color-space-xyz" + ], + "https://drafts.csswg.org/css-color-4/": [ + "color-interpolation-method", + "typedef-hue-interpolation-method", + "d65-whitepoint", + "valdef-color-xyz-d65" + ], + "https://www.w3.org/TR/css-values-4/": [ + "comb-comma", + "comb-all", + "percentage-value", + "mult-opt", + "mult-comma", + "number-value", + "comb-one", + "math-function", + "mult-num", + "angle-value", + "typedef-dashed-ident", + "typedef-ident", + "url-value" + ], "https://www.w3.org/TR/WCAG21/": [ "contrast-minimum" ], + "https://www.w3.org/TR/css-syntax-3/": [ + "typedef-declaration-list" + ], + "https://drafts.csswg.org/css-values-4/": [ + "fetch-a-style-resource", + "combine-integers" + ], + "https://www.w3.org/TR/cssom-1/": [ + "concept-css-rule-parent-css-style-sheet" + ], + "https://fetch.spec.whatwg.org/": [ + "concept-response" + ], + "https://www.iana.org/assignments/media-types/application/vnd.iccprofile": [], + "https://www.w3.org/TR/css-cascade-5/": [ + "actual-value", + "computed-value" + ], "https://www.w3.org/TR/2021/WD-css-color-5-20210601/": [], "https://www.w3.org/TR/2020/WD-css-color-5-20200303/": [], "https://www.w3.org/TR/CSS21/": [ @@ -62,6 +99,7 @@ ], "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], + "https://www.color.org/specification/ICC1v43_2010-12.pdf": [], "https://datatracker.ietf.org/doc/html/rfc2119": [] } } \ No newline at end of file diff --git a/tr/links/css-highlight-api-1.json b/tr/links/css-highlight-api-1.json index 2a526675df50..42ab89cf25bd 100644 --- a/tr/links/css-highlight-api-1.json +++ b/tr/links/css-highlight-api-1.json @@ -10,11 +10,14 @@ "proprietary-extension" ], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], - "https://www.w3.org/2020/Process-20200915/": [], - "https://www.w3.org/Consortium/Patent-Policy-20170801/": [ + "https://lists.w3.org/Archives/Public/www-style/": [], + "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" ], @@ -23,7 +26,6 @@ "highlight-pseudo-element", "highlight-pseudos", "selectordef-selection", - "selectordef-inactive-selection", "selectordef-spelling-error", "highlight-styling", "highlight-cascade", @@ -36,7 +38,6 @@ "range", "abstractrange", "staticrange", - "context-object", "contained", "partially-contained", "range-collapsed", @@ -45,54 +46,57 @@ "concept-range-start-node", "concept-range-end-node", "node", - "in-a-document-tree", - "concept-range-start-offset", - "concept-range-end-offset", - "concept-node-length" + "concept-shadow-including-root", + "staticrange-valid" ], "https://www.w3.org/TR/selectors-4/": [ - "pseudo-element" + "pseudo-element", + "specificity", + "originating-element" ], - "https://heycam.github.io/webidl/": [ + "https://webidl.spec.whatwg.org/": [ "dfn-setlike", "dfn-set-entries", "Exposed", - "idl-double", - "dfn-throw", - "syntaxerror", + "idl-long", "dfn-convert-idl-to-ecmascript-value", "es-add-delete", - "operationerror" - ], - "https://www.w3.org/TR/css-syntax-3/": [ - "typedef-ident-token", - "css-parse-something-according-to-a-css-grammar" - ], - "https://drafts.csswg.org/cssom-1/": [ - "cssomstring", - "namespacedef-css" + "dfn-maplike", + "dfn-map-entries", + "idl-DOMString", + "es-map-set" ], "https://www.w3.org/TR/cssom-1/": [ - "css" + "namespacedef-css" ], "https://html.spec.whatwg.org/": [ "current-global-object", "concept-document-window" ], - "https://www.w3.org/TR/css-cascade-4/": [ + "https://www.w3.org/TR/css-syntax-3/": [ + "identifier", + "style-rule", + "typedef-ident-token" + ], + "https://www.w3.org/TR/css-cascade-5/": [ "cascade", "inheritance" ], - "https://github.com/w3c/csswg-drafts/issues/4593": [], - "https://github.com/w3c/csswg-drafts/issues/4592": [], - "https://github.com/w3c/csswg-drafts/issues/4591": [], - "https://github.com/w3c/csswg-drafts/issues/4594": [], "https://github.com/w3c/csswg-drafts/issues/4596": [], - "https://github.com/w3c/csswg-drafts/issues/4597": [], "https://drafts.csswg.org/css-contain-2/": [ "style-containment" ], "https://github.com/w3c/csswg-drafts/issues/4598": [], + "https://www.w3.org/TR/2020/WD-css-highlight-api-1-20201208/": [], + "https://github.com/w3c/csswg-drafts/pull/6092": [], + "https://github.com/w3c/csswg-drafts/pull/4595": [], + "https://github.com/w3c/csswg-drafts/pull/4592": [], + "https://github.com/w3c/csswg-drafts/pull/6136": [], + "https://github.com/w3c/csswg-drafts/pull/5910": [], + "https://github.com/w3c/csswg-drafts/pull/6417": [], + "https://github.com/w3c/csswg-drafts/pull/6375": [], + "https://github.com/w3c/csswg-drafts/pull/4597": [], + "https://github.com/w3c/csswg-drafts/pull/6498": [], "https://www.w3.org/TR/2020/WD-css-highlight-api-1-20201022/": [], "https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fwww.w3.org%2FTR%2F2020%2FWD-css-highlight-api-1-20201022%2F&doc2=https%3A%2F%2Fwww.w3.org%2FTR%2Fcss-highlight-api-1%2F": [], "https://www.w3.org/TR/CSS21/": [ @@ -104,6 +108,6 @@ "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://www.w3.org/TR/css-contain-2/": [], "https://infra.spec.whatwg.org/": [], - "https://tools.ietf.org/html/rfc2119": [] + "https://datatracker.ietf.org/doc/html/rfc2119": [] } } \ No newline at end of file diff --git a/tr/links/css-paint-api-1.json b/tr/links/css-paint-api-1.json index 82ba2be510c3..078f039929fc 100644 --- a/tr/links/css-paint-api-1.json +++ b/tr/links/css-paint-api-1.json @@ -4,51 +4,86 @@ "url": "https://www.w3.org/TR/css-paint-api-1/" }, "links": { - "https://www.w3.org/TR/css3-images/": [ - "image-type", + "https://www.w3.org/TR/css-images-3/": [ + "typedef-image", + "concrete-object-size", + "object-size-negotiation", + "natural-dimensions", "object-sizing-examples" ], "https://github.com/w3c/css-houdini-drafts/blob/master/css-paint-api/EXPLAINER.md": [], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/members": [], - "https://www.w3.org/Style/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/css-houdini-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-houdini-archive/": [], - "https://www.w3.org/Consortium/Patent-Policy/": [ + "https://lists.w3.org/Archives/Public/www-style/": [], + "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" ], "https://www.w3.org/2004/01/pp-impl/32061/status": [], - "https://github.com/web-platform-tests/wpt/tree/master/css/css-paint-api": [], - "https://www.w3.org/2018/Process-20180201/": [], - "https://www.w3.org/TR/worklets-1/": [ + "https://developer.mozilla.org/en-US/docs/Web/API/CSS/paintWorklet": [], + "https://html.spec.whatwg.org/": [ "worklet", "worklet-global-scope-type", + "worklet-destination-type", "workletglobalscope", - "worklets-workletglobalscopes", - "code-idempotency" + "queue-a-task", + "canvasstate", + "canvastransform", + "canvascompositing", + "canvasimagesmoothing", + "canvasfillstrokestyles", + "canvasshadowstyles", + "canvasrect", + "canvasdrawpath", + "canvasdrawimage", + "canvaspathdrawingstyles", + "canvaspath", + "canvasrenderingcontext2d", + "canvasimagedata", + "canvasuserinterface", + "canvastext", + "canvastextdrawingstyles", + "concept-canvas-set-bitmap-dimensions", + "reset-the-rendering-context-to-its-default-state", + "canvasimagesource", + "dom-context-2d-drawimage", + "concept-worklet-global-scopes", + "create-a-worklet-global-scope", + "in-parallel", + "worklets-idempotent" + ], + "https://www.w3.org/TR/cssom-1/": [ + "namespacedef-css", + "supported-css-property" ], - "https://heycam.github.io/webidl/": [ + "https://webidl.spec.whatwg.org/": [ "SameObject", "Global", "Exposed", + "idl-undefined", "idl-DOMString", "VoidFunction", "idl-unrestricted-double", "idl-boolean", - "Function", "dfn-callback-function", "dfn-throw", "invalidmodificationerror", "idl-DOMException", - "es-type-mapping", + "web-idl-arguments-list-converting", "idl-double", "invoke-a-callback-function", "dfn-callback-this-value" ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/devicePixelRatio": [], "https://www.w3.org/TR/cssom-view/": [ "dom-window-devicepixelratio" ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet": [], "https://infra.spec.whatwg.org/": [ "struct", "list", @@ -68,83 +103,50 @@ "sec-ecmascript-data-types-and-values", "sec-construct" ], + "https://www.w3.org/TR/css-syntax-3/": [ + "function", + "typedef-declaration-value" + ], "https://dom.spec.whatwg.org/": [ "concept-document" ], "https://www.w3.org/TR/css-properties-values-api-1/": [ - "supported-syntax-strings" - ], - "https://www.w3.org/TR/cssom-1/": [ - "supported-css-property" + "syntax-definition", + "consume-a-syntax-definition" ], + "https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/registerPaint": [], "https://www.w3.org/TR/css-variables-1/": [ "custom-property" ], - "https://html.spec.whatwg.org/": [ - "queue-a-task", - "canvasstate", - "canvastransform", - "canvascompositing", - "canvasimagesmoothing", - "canvasfillstrokestyles", - "canvasshadowstyles", - "canvasrect", - "canvasdrawpath", - "canvasdrawimage", - "canvaspathdrawingstyles", - "canvaspath", - "canvasrenderingcontext2d", - "canvasimagedata", - "canvasuserinterface", - "canvastext", - "canvastextdrawingstyles", - "output-bitmap", - "concept-canvas-set-bitmap-dimensions", - "concept-canvas-alpha", - "reset-the-rendering-context-to-its-default-state", - "canvasimagesource", - "dom-context-2d-drawimage", - "in-parallel" - ], "https://www.w3.org/TR/css-typed-om-1/": [ "stylepropertymap", "cssimagevalue", "stylepropertymapreadonly" ], - "https://www.w3.org/TR/css3-values/": [ + "https://developer.mozilla.org/en-US/docs/Web/CSS/image/paint()": [], + "https://www.w3.org/TR/css-values-4/": [ "typedef-ident", "comb-comma", "mult-opt" ], - "https://drafts.csswg.org/css-syntax-3/": [ - "typedef-declaration-value" - ], - "https://drafts.csswg.org/css-ui-4/": [ + "https://www.w3.org/TR/css-ui-3/": [ "propdef-cursor" ], - "https://www.w3.org/TR/css4-images/": [ + "https://www.w3.org/TR/css-images-4/": [ "invalid-image" ], - "https://www.w3.org/TR/css-cascade-4/": [ + "https://www.w3.org/TR/css-cascade-5/": [ "computed-value" ], + "https://github.com/w3c/css-houdini-drafts/issues/819": [], "https://www.w3.org/TR/css-display-3/": [ - "css-box" - ], - "https://drafts.csswg.org/css-images-3/": [ - "object-size-negotiation", - "concrete-object-size", - "intrinsic-dimensions" - ], - "https://drafts.css-houdini.org/worklets/": [ - "create-a-workletglobalscope" + "box" ], - "https://www.w3.org/TR/css3-background/": [ + "https://www.w3.org/TR/css-backgrounds-3/": [ "propdef-border-image" ], - "https://github.com/w3c/css-houdini-drafts/issues/743": [], - "https://github.com/w3c/css-houdini-drafts/issues/523": [], - "https://drafts.css-houdini.org/css-paint-api-1/issues-list-2018-04-10": [], + "https://github.com/w3c/css-houdini-drafts/issues/791": [], + "https://www.w3.org/TR/2018/CR-css-paint-api-1-20180809/": [], "https://www.w3.org/TR/CSS21/": [ "style-sheet", "user-agent", @@ -157,12 +159,7 @@ ], "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], - "https://www.w3.org/TR/css-backgrounds-3/": [], - "https://www.w3.org/TR/css-images-4/": [], - "https://www.w3.org/TR/css-syntax-3/": [], - "https://www.w3.org/TR/css-ui-4/": [], - "https://www.w3.org/TR/css-values-3/": [], "https://www.w3.org/TR/cssom-view-1/": [], - "https://tools.ietf.org/html/rfc2119": [] + "https://datatracker.ietf.org/doc/html/rfc2119": [] } } \ No newline at end of file diff --git a/tr/links/css-position-3.json b/tr/links/css-position-3.json index 47dc7ab92b89..dfef8005252c 100644 --- a/tr/links/css-position-3.json +++ b/tr/links/css-position-3.json @@ -7,20 +7,21 @@ "https://www.w3.org/TR/CSS/": [ "future-proofing", "unstable", - "proprietary-extension", - "vendor-prefix" + "proprietary-extension" ], "https://www.w3.org/TR/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/Style/CSS/": [], - "https://www.w3.org/Consortium/Patent-Policy/": [ + "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" ], "https://www.w3.org/2004/01/pp-impl/32061/status": [], - "https://www.w3.org/2019/Process-20190301/": [], "https://www.w3.org/TR/css-display-3/": [ "out-of-flow", "containing-block", @@ -41,8 +42,7 @@ "block-level-box", "inline-level-box", "block-level", - "non-replaced", - "replaced-element" + "non-replaced" ], "https://www.w3.org/TR/CSS2/": [ "containing-block", @@ -59,16 +59,16 @@ "property-defs", "x1", "at-media-rule", - "continuous-media-group", - "paged-media-group", + "propdef-float", "static-position", + "propdef-clear", "normal-flow", "root-height", "anonymous", - "floats", - "style-sheet", - "user-agent", - "ignore" + "floats" + ], + "https://www.w3.org/TR/css-logical-1/": [ + "inset-properties" ], "https://www.w3.org/TR/css-values-3/": [ "value-defs" @@ -85,36 +85,33 @@ ], "https://www.w3.org/TR/css-cascade/": [ "initial-values", + "applies-to", "inherited-property", "computed" ], + "https://www.w3.org/TR/cssom/": [ + "serializing-css-values" + ], "https://www.w3.org/TR/web-animations/": [ "animation-type" ], - "https://drafts.csswg.org/css-overflow-3/": [ - "scrollable-overflow-region", - "nearest-scrollport" - ], "https://www.w3.org/TR/css-overflow-3/": [ + "scrollable-overflow-region", "scroll-container", "scrollport", + "nearest-scrollport", "initial-scroll-position" ], - "https://www.w3.org/TR/css3-page/": [ + "https://www.w3.org/TR/mediaqueries-5/": [ + "continuous-media", + "paged-media" + ], + "https://www.w3.org/TR/css-page-3/": [ "page-area", "content-outside-box" ], - "https://www.w3.org/TR/CSS21/": [ - "propdef-float", - "propdef-clear", - "paged-media-group", - "propdef-width", - "propdef-height", - "blockwidth" - ], - "https://drafts.csswg.org/css-page-floats-3/": [ - "valdef-float-none", - "float" + "https://drafts.csswg.org/css2/": [ + "valdef-float-none" ], "https://www.w3.org/TR/css-box-4/": [ "padding-edge", @@ -136,9 +133,6 @@ ], "https://www.w3.org/TR/css-grid-1/": [ "abspos-items", - "grid-container", - "grid-area", - "grid-placement-property", "static-position" ], "https://www.w3.org/TR/css-writing-modes-4/": [ @@ -153,6 +147,8 @@ "end", "line-over", "line-under", + "block-axis", + "inline-axis", "horizontal-writing-mode", "valdef-direction-ltr", "valdef-direction-rtl" @@ -172,16 +168,17 @@ "https://www.w3.org/TR/css-contain-1/": [ "propdef-contain" ], - "https://www.w3.org/TR/css3-background/": [ - "the-background-attachment", + "https://www.w3.org/TR/css-backgrounds-3/": [ + "background-attachment", "propdef-background-attachment", "propdef-border-left-width", "propdef-border-right-width", "propdef-border-top-width", "propdef-border-bottom-width" ], - "https://www.w3.org/TR/css-cascade-4/": [ + "https://www.w3.org/TR/css-cascade-5/": [ "shorthand-property", + "longhand", "used-value", "initial-value", "computed-value" @@ -190,26 +187,34 @@ "abstract-box", "propdef-direction" ], - "https://www.w3.org/TR/css3-align/": [ + "https://www.w3.org/TR/css-align-3/": [ "self-alignment-properties", "valdef-align-self-normal", + "distributed-alignment", + "baseline-alignment", "valdef-align-self-stretch", "self-align" ], "https://drafts.csswg.org/css-align-3/": [ + "valdef-self-position-start", "valdef-self-position-self-start", - "valdef-self-position-self-end" + "valdef-self-position-self-end", + "valdef-self-position-center" + ], + "https://www.w3.org/TR/cssom-1/": [ + "resolved-value" + ], + "https://www.w3.org/TR/css-inline-3/": [ + "line-box" ], "https://www.w3.org/TR/css-flexbox-1/": [ - "valdef-align-items-center", "flex-container", "abspos-items" ], - "https://drafts.csswg.org/cssom-1/": [ - "resolved-value" - ], - "https://drafts.csswg.org/css-inline-3/": [ - "line-box" + "https://www.w3.org/TR/css-grid-2/": [ + "grid-container", + "grid-area", + "grid-placement-property" ], "https://www.w3.org/TR/css-sizing-3/": [ "available", @@ -220,20 +225,37 @@ "automatic-size", "stretch-fit-size", "fit-content-size", + "max-content", "automatic-minimum-size", - "valdef-width-auto" + "propdef-width", + "valdef-width-auto", + "propdef-height" + ], + "https://www.w3.org/TR/css-tables-3/": [ + "table-wrapper-box" + ], + "https://www.w3.org/TR/css-sizing-4/": [ + "ratio-dependent-axis", + "ratio-determining-axis" + ], + "https://www.w3.org/TR/CSS21/": [ + "blockwidth", + "style-sheet", + "user-agent", + "ignore" + ], + "https://www.w3.org/TR/css-page-floats-3/": [ + "float" ], + "https://www.w3.org/TR/2020/WD-css-position-3-20200519/": [], + "https://github.com/w3c/csswg-drafts/issues/5151": [], + "https://github.com/w3c/csswg-drafts/issues/5374": [], + "https://github.com/w3c/csswg-drafts/issues/5077": [], + "https://github.com/w3c/csswg-drafts/issues/5327": [], "https://www.w3.org/TR/2016/WD-css-position-3-20160517/": [], "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], - "https://www.w3.org/TR/css-align-3/": [], - "https://www.w3.org/TR/css-backgrounds-3/": [], - "https://www.w3.org/TR/css-inline-3/": [], - "https://www.w3.org/TR/css-logical-1/": [], - "https://www.w3.org/TR/css-page-3/": [], - "https://www.w3.org/TR/css-page-floats-3/": [], - "https://www.w3.org/TR/cssom-1/": [], - "https://tools.ietf.org/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.w3.org/TR/css-break-3/": [] } } \ No newline at end of file diff --git a/tr/links/css-sizing-3.json b/tr/links/css-sizing-3.json index f0f1db070c06..d99f83e4e905 100644 --- a/tr/links/css-sizing-3.json +++ b/tr/links/css-sizing-3.json @@ -10,11 +10,13 @@ "proprietary-extension" ], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/2020/Process-20200915/": [], "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" @@ -35,12 +37,12 @@ "margin-properties" ], "https://www.w3.org/TR/css-values-3/": [ - "value-defs", - "length-value", - "percentage-value" + "value-defs" ], "https://www.w3.org/TR/css-values-4/": [ "css-wide-keywords", + "length-value", + "percentage-value", "comb-one", "typedef-length-percentage" ], @@ -102,21 +104,28 @@ ], "https://www.w3.org/TR/css-cascade/": [ "initial-values", + "applies-to", "inherited-property", "computed" ], + "https://www.w3.org/TR/cssom/": [ + "serializing-css-values" + ], "https://www.w3.org/TR/web-animations/": [ "animation-type" ], - "https://drafts.csswg.org/cssom-1/": [ - "resolved-value" + "https://www.w3.org/TR/cssom-1/": [ + "resolved-value", + "dom-window-getcomputedstyle" ], "https://www.w3.org/TR/css-flexbox-1/": [ "propdef-flex-basis", "flex-item" ], - "https://www.w3.org/TR/cssom-1/": [ - "dom-window-getcomputedstyle" + "https://www.w3.org/TR/css-sizing-4/": [ + "valdef-width-stretch", + "valdef-width-fit-content", + "valdef-width-contain" ], "https://www.w3.org/TR/css-backgrounds-3/": [ "propdef-border" @@ -132,7 +141,8 @@ "replaced-elements", "attr-input-type", "the-progress-element", - "the-meter-element" + "the-meter-element", + "the-marquee-element" ], "https://www.w3.org/TR/css-ui-3/": [ "box-sizing" @@ -150,6 +160,7 @@ "soft-wrap-opportunity" ], "https://github.com/w3c/csswg-drafts/issues/1771": [], + "https://github.com/w3c/csswg-drafts/issues/6341": [], "https://www.w3.org/TR/css-align-3/": [ "gutter" ], @@ -161,6 +172,7 @@ "grid-item" ], "https://www.w3.org/TR/css-flexbox/": [], + "https://github.com/w3c/csswg-drafts/issues/6348": [], "https://www.w3.org/TR/2020/WD-css-sizing-3-20201218/": [], "https://github.com/w3c/csswg-drafts/issues/6072": [], "https://github.com/w3c/csswg-drafts/issues/4961": [], @@ -178,7 +190,7 @@ "https://www.w3.org/TR/2017/WD-css-sizing-3-20170207/": [], "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], - "https://tools.ietf.org/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://dom.spec.whatwg.org/": [] } } \ No newline at end of file diff --git a/tr/links/css-values-4.json b/tr/links/css-values-4.json index c1b0fb30b6b7..cdb2bcc375f8 100644 --- a/tr/links/css-values-4.json +++ b/tr/links/css-values-4.json @@ -10,11 +10,13 @@ "proprietary-extension" ], "https://www.w3.org/TR/": [], - "https://www.w3.org/Style/CSS/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/2020/Process-20200915/": [], "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" @@ -27,7 +29,6 @@ "escaped-characters", "ignore", "containing-block-details", - "computed-value", "the-height-property", "style-sheet", "user-agent" @@ -55,15 +56,12 @@ "valdef-all-unset", "at-ruledef-import", "used-value", - "actual-value", - "inherited-value", - "shorthand-property" + "actual-value" ], "https://www.w3.org/TR/CSS2/": [ "value-def-border-width", "propdef-border-collapse", "propdef-line-height", - "propdef-background-position", "propdef-border-spacing" ], "https://www.w3.org/TR/css-syntax/": [ @@ -80,11 +78,9 @@ "typedef-number-token", "typedef-percentage-token", "typedef-function-token", - "typedef-declaration-value", - "typedef-delim-token", - "parse-a-component-value", "whitespace", "typedef-whitespace-token", + "typedef-delim-token", "simple-block" ], "https://www.w3.org/TR/css-break-3/": [ @@ -134,14 +130,10 @@ "discrete" ], "https://github.com/w3c/csswg-drafts/issues/6700": [], - "https://drafts.csswg.org/css-syntax-3/": [ - "identifier" - ], "https://infra.spec.whatwg.org/": [ "ascii-case-insensitive", "string-is", "string", - "strip-leading-and-trailing-ascii-whitespace", "list-iterate", "string-concatenate" ], @@ -153,31 +145,47 @@ ], "https://www.w3.org/TR/css-variables-1/": [ "custom-property", - "funcdef-var", - "substitute-a-var" + "funcdef-var" ], - "https://www.w3.org/TR/css-color-4/": [ + "https://www.w3.org/TR/css-color-5/": [ "at-ruledef-profile", - "typedef-color", - "interpolation", - "interpolation-alpha", - "funcdef-rgba", - "typedef-hex-color", - "named-color", - "propdef-opacity" + "funcdef-hsl" ], "https://url.spec.whatwg.org/": [ - "concept-url" + "concept-url", + "concept-url-parser" ], "https://html.spec.whatwg.org/": [ "dynamic-changes-to-base-urls", "the-base-element", - "dom-history-pushstate" + "dom-history-pushstate", + "relevant-settings-object", + "concept-settings-object-global", + "api-base-url", + "concept-settings-object-origin" ], "https://www.w3.org/TR/cssom-1/": [ "serializing-css-values", + "cssstylesheet", + "concept-css-style-sheet-stylesheet-base-url", + "concept-css-style-sheet-location", + "concept-css-style-sheet-origin-clean-flag", "resolved-values" ], + "https://fetch.spec.whatwg.org/": [ + "requestdestination", + "concept-response", + "concept-request", + "concept-request-url", + "concept-request-destination", + "concept-request-mode", + "concept-request-origin", + "concept-request-credentials-mode", + "concept-request-use-url-credentials-flag", + "concept-request-referrer", + "concept-fetch", + "finalize-and-report-timing" + ], "https://www.w3.org/TR/css-grid-2/": [ "valdef-flex-fr", "typedef-flex" @@ -199,9 +207,6 @@ "propdef-max-width", "propdef-min-height" ], - "https://www.w3.org/TR/css-color-5/": [ - "funcdef-hsl" - ], "https://www.w3.org/TR/css-writing-modes-4/": [ "inline-axis", "block-axis", @@ -209,7 +214,8 @@ "valdef-writing-mode-vertical-rl", "valdef-writing-mode-vertical-lr", "propdef-text-orientation", - "valdef-text-orientation-upright" + "valdef-text-orientation-upright", + "writing-mode" ], "https://www.w3.org/TR/css3-fonts/": [ "first-available-font" @@ -244,31 +250,19 @@ "typedef-image", "interpolation" ], - "https://drafts.csswg.org/css-gcpm-3/2009-06-10.html": [ - "image-resolution0" + "https://www.w3.org/TR/css-images-4/": [ + "propdef-image-resolution" + ], + "https://www.w3.org/TR/css-color-4/": [ + "typedef-color", + "interpolation", + "interpolation-alpha", + "funcdef-rgba", + "propdef-opacity" ], "https://www.w3.org/TR/css-transforms-1/": [ "propdef-transform-origin" ], - "https://drafts.csswg.org/css2/": [ - "value-def-disc", - "value-def-circle", - "value-def-square" - ], - "https://dom.spec.whatwg.org/": [ - "concept-attribute", - "concept-element", - "concept-document-quirks" - ], - "https://www.w3.org/TR/selectors-4/": [ - "typedef-wq-name", - "attribute-selector", - "originating-element" - ], - "https://drafts.csswg.org/css-variables-1/": [ - "guaranteed-invalid-value", - "invalid-at-computed-value-time" - ], "https://drafts.css-houdini.org/css-typed-om-1/": [ "cssnumericvalue-type", "cssnumericvalue-match", @@ -287,6 +281,9 @@ "https://lists.w3.org/Archives/Member/w3c-css-wg/2016AprJun/0239.html": [], "https://www.iana.org/assignments/about-uri-tokens/about-uri-tokens.xhtml": [], "https://www.w3.org/TR/css3-values/": [], + "https://dom.spec.whatwg.org/": [ + "concept-document-quirks" + ], "https://www.w3.org/TR/css-position-3/": [ "propdef-bottom", "propdef-left", @@ -298,7 +295,17 @@ "funcdef-clip-rect" ], "https://www.w3.org/TR/css3-conditional/": [ - "at-ruledef-supports" + "at-ruledef-supports", + "dom-css-supports-conditiontext" + ], + "https://www.w3.org/TR/2021/WD-css-values-4-20211016/": [], + "https://github.com/w3c/csswg-drafts/issues/6873": [], + "https://github.com/w3c/csswg-drafts/issues/562": [], + "https://github.com/w3c/csswg-drafts/issues/3462": [], + "https://github.com/w3c/csswg-drafts/issues/4723": [], + "https://www.w3.org/TR/css-values-4/": [ + "funcdef-toggle", + "funcdef-attr" ], "https://www.w3.org/TR/2021/WD-css-values-4-20210930/": [], "https://github.com/w3c/csswg-drafts/issues/6701": [], @@ -316,7 +323,6 @@ "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://www.w3.org/TR/css-conditional-3/": [], - "https://www.w3.org/TR/css-gcpm-3/": [], "https://www.w3.org/TR/css-typed-om-1/": [], "https://www.w3.org/TR/css-fonts-3/": [], "https://www.w3.org/TR/css-cascade-3/": [], diff --git a/tr/links/ecma-402.json b/tr/links/ecma-402.json index 12cc96bf38ff..daa82dfa523b 100644 --- a/tr/links/ecma-402.json +++ b/tr/links/ecma-402.json @@ -33,6 +33,7 @@ "sec-list-and-record-specification-type", "sec-additional-ecmascript-features-for-web-browsers", "sec-well-known-intrinsic-objects", + "sec-codepointstostring", "assert", "sec-keywords-and-reserved-words", "sec-ecmascript-standard-built-in-objects", diff --git a/tr/links/event-timing.json b/tr/links/event-timing.json index 20bb89621e21..0e3f96581770 100644 --- a/tr/links/event-timing.json +++ b/tr/links/event-timing.json @@ -25,8 +25,7 @@ "dom-performance-now", "idl-def-domhighrestimestamp", "dfn-performance", - "dfn-current-high-resolution-time", - "dom-windoworworkerglobalscope-performance" + "dfn-current-high-resolution-time" ], "https://w3c.github.io/uievents/": [ "event-type-auxclick", @@ -108,14 +107,16 @@ "this", "idl-DOMString", "SameObject", - "implements", - "dfn-map-entries" + "implements" ], "https://wicg.github.io/element-timing/": [ "get-an-element" ], "https://infra.spec.whatwg.org/": [ "ordered-map", + "ordered-set", + "map-exists", + "map-set", "map-remove", "map-getting-the-values", "map-clear" @@ -137,7 +138,7 @@ ], "https://www.w3.org/TR/hr-time-2/": [], "https://www.w3.org/TR/paint-timing/": [], - "https://www.w3.org/TR/performance-timeline-2/": [], + "https://www.w3.org/TR/performance-timeline/": [], "https://www.w3.org/TR/pointerevents/": [], "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.w3.org/TR/touch-events/": [] diff --git a/tr/links/fetch.json b/tr/links/fetch.json index dd15fb02afb3..3b2caba54c7c 100644 --- a/tr/links/fetch.json +++ b/tr/links/fetch.json @@ -190,10 +190,14 @@ "read-request-error-steps", "readablestreamdefaultreader-read-a-chunk", "readablestreamdefaultreader-read-all-bytes", - "readablestream-enqueue", - "transformstream-set-up", "transformstream", + "transformstream-enqueue", + "transformstream-set-up", + "transformstream-set-up-transformalgorithm", + "transformstream-set-up-flushalgorithm", "readablestream-pipe-through", + "identity-transform-stream", + "readablestream-enqueue", "readablestream-cancel", "chunk", "readablestream-set-up", diff --git a/tr/links/generic-sensor.json b/tr/links/generic-sensor.json index 7d33c09424ca..9c2df909ff89 100644 --- a/tr/links/generic-sensor.json +++ b/tr/links/generic-sensor.json @@ -87,6 +87,7 @@ "idl-boolean", "idl-undefined", "idl-double", + "this", "dfn-create-exception", "notreadableerror", "idl-DOMException", diff --git a/tr/links/html.json b/tr/links/html.json index 806f5b292902..5fbb1e0a3735 100644 --- a/tr/links/html.json +++ b/tr/links/html.json @@ -1318,7 +1318,8 @@ "DescElement", "SVGElement", "TitleElement", - "UseElement" + "UseElement", + "TermCoreAttribute" ], "https://svgwg.org/svg2-draft/linking.html": [ "AElement" @@ -1326,8 +1327,13 @@ "https://svgwg.org/svg2-draft/painting.html": [ "TextRendering" ], + "https://svgwg.org/svg2-draft/styling.html": [ + "PresentationAttributes" + ], "https://drafts.fxtf.org/filter-effects/": [ - "typedef-filter-value-list" + "typedef-filter-value-list", + "filter-primitive-attributes", + "FilterProperty" ], "https://w3c.github.io/requestidlecallback/": [ "the-requestidlecallback-method", diff --git a/tr/links/mediacapture-streams.json b/tr/links/mediacapture-streams.json index 5548e3c86183..d55f57b07c91 100644 --- a/tr/links/mediacapture-streams.json +++ b/tr/links/mediacapture-streams.json @@ -16,6 +16,7 @@ "https://ev.buaa.edu.cn/": [], "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document": [], "https://www.w3.org/TR/": [], + "https://www.w3.org/PM/horizontal/review.html?shortname=mediacapture-streams": [], "https://www.w3.org/groups/wg/webrtc": [], "https://www.w3.org/2021/Process-20211102/": [ "recs-and-notes" diff --git a/tr/links/mediaqueries-5.json b/tr/links/mediaqueries-5.json index 9b0f30869a78..85d75d92ec44 100644 --- a/tr/links/mediaqueries-5.json +++ b/tr/links/mediaqueries-5.json @@ -7,29 +7,30 @@ "https://www.w3.org/TR/CSS/": [ "future-proofing", "unstable", - "proprietary-extension", - "vendor-prefix" + "proprietary-extension" ], "https://www.w3.org/TR/": [], + "https://www.w3.org/groups/wg/css": [], + "https://www.w3.org/2021/Process-20211102/": [ + "recs-and-notes" + ], "https://github.com/w3c/csswg-drafts/issues": [], "https://lists.w3.org/Archives/Public/public-css-archive/": [], "https://lists.w3.org/Archives/Public/www-style/": [], - "https://www.w3.org/Style/CSS/": [], - "https://www.w3.org/Consortium/Patent-Policy/": [ + "https://www.w3.org/Consortium/Patent-Policy-20200915/": [ "def-essential", "sec-Disclosure" ], "https://www.w3.org/2004/01/pp-impl/32061/status": [], - "https://www.w3.org/2019/Process-20190301/": [], - "https://drafts.csswg.org/css-conditional-3/": [ + "https://www.w3.org/TR/css3-conditional/": [ "at-ruledef-media" ], - "https://www.w3.org/TR/css-cascade-4/": [ + "https://www.w3.org/TR/css-cascade-5/": [ "at-ruledef-import", "initial-value", "cascade-origin-ua" ], - "https://www.w3.org/TR/CSS21/": [ + "https://www.w3.org/TR/CSS2/": [ "q7.0" ], "https://www.w3.org/TR/css-values-4/": [ @@ -40,14 +41,15 @@ "em", "typedef-dimension", "typedef-ident", + "ratio-value", "length-value", "comb-one", "px", "in", "cm" ], - "https://www.w3.org/TR/css-fonts-3/": [ - "propdef-font-size" + "https://www.w3.org/TR/css-fonts-5/": [ + "descdef-font-face-font-size" ], "https://www.w3.org/TR/css-syntax-3/": [ "parse-a-comma-separated-list-of-component-values", @@ -58,9 +60,6 @@ "https://infra.spec.whatwg.org/": [ "ascii-case-insensitive" ], - "https://drafts.csswg.org/css-values-4/": [ - "ratio-value" - ], "https://en.wikipedia.org/wiki/Three-valued_logic": [ "Kleene_and_Priest_logics" ], @@ -68,6 +67,16 @@ "block-axis", "inline-axis" ], + "https://html.spec.whatwg.org/": [ + "top-level-browsing-context", + "joint-session-history" + ], + "https://fullscreen.spec.whatwg.org/": [ + "dom-document-fullscreenelement", + "dom-document-fullscreenenabled", + "css-pc-fullscreen", + "dom-element-requestfullscreen" + ], "https://www.w3.org/TR/cssom-view/": [ "page-zoom", "pinch-zoom" @@ -75,34 +84,42 @@ "https://en.wikipedia.org/wiki/Interlaced_video": [ "Interline_twitter" ], - "https://github.com/w3c/csswg-drafts/issues/5044": [], - "https://www.w3.org/TR/mediaqueries-4/": [ - "units", - "error-handling" - ], "https://github.com/w3c/csswg-drafts/issues/503": [], "https://drafts.csswg.org/css-extensions-1/": [ "typedef-extension-name" ], + "https://www.w3.org/TR/mediaqueries-4/": [ + "error-handling" + ], "https://www.w3.org/TR/css-color-adjust-1/": [ "forced-colors-mode", "forced" ], - "https://github.com/w3c/csswg-drafts/issues/2943": [], + "https://www.w3.org/TR/css-color-4/": [ + "css-system-colors" + ], "https://github.com/w3c/csswg-drafts/issues/4832": [], - "https://github.com/w3c/csswg-drafts/issues/4834": [], "https://wicg.github.io/savedata/": [], "https://drafts.csswg.org/cssom-view-1/": [ "web-exposed-screen-area" ], + "https://www.w3.org/TR/appmanifest/": [ + "dfn-manifest", + "dfn-display" + ], + "https://www.w3.org/TR/2020/WD-mediaqueries-5-20200731/": [], + "https://github.com/w3c/csswg-drafts/issues/6343": [], + "https://github.com/w3c/csswg-drafts/issues/5044": [], + "https://github.com/w3c/csswg-drafts/issues/2942": [], + "https://github.com/w3c/csswg-drafts/issues/5433": [], + "https://github.com/w3c/csswg-drafts/issues/6036": [], + "https://github.com/w3c/csswg-drafts/issues/6234": [], + "https://github.com/w3c/csswg-drafts/issues/6793": [], "https://www.w3.org/TR/2020/WD-mediaqueries-5-20200715/": [], "https://www.w3.org/TR/2020/WD-mediaqueries-5-20200603/": [], "https://www.w3.org/TR/2020/WD-mediaqueries-5-20200318/": [], "https://www.w3.org/TR/2020/WD-mediaqueries-5-20200303/": [], - "https://www.w3.org/TR/mediaqueries-5/": [ - "descdef-media-light-level" - ], - "https://www.w3.org/TR/CSS2/": [ + "https://www.w3.org/TR/CSS21/": [ "style-sheet", "user-agent", "ignore" @@ -110,14 +127,14 @@ "https://www.w3.org/Style/CSS/Test/": [], "https://lists.w3.org/Archives/Public/public-css-testsuite": [], "https://www.cie.co.at/publications/colorimetry-4th-edition": [], - "https://www.w3.org/TR/css3-conditional/": [], + "https://www.w3.org/TR/css-conditional-3/": [], "https://drafts.csswg.org/css-extensions/": [], "https://www.w3.org/TR/cssom-view-1/": [], "https://www.w3.org/TR/css3-mediaqueries/": [], - "https://tools.ietf.org/html/rfc2119": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.w3.org/TR/html401/": [], "https://www.itu.int/rec/R-REC-BT.2020/en": [], - "https://tools.ietf.org/html/rfc2879": [], + "https://www.rfc-editor.org/rfc/rfc2879": [], "https://ieeexplore.ieee.org/document/7289763/": [], "https://ieeexplore.ieee.org/document/7290729/": [], "https://webstore.iec.ch/publication/6169": [], diff --git a/tr/links/priority-hints.json b/tr/links/priority-hints.json index 1f01ee48f2d6..f959ba790908 100644 --- a/tr/links/priority-hints.json +++ b/tr/links/priority-hints.json @@ -9,13 +9,28 @@ "https://www.w3.org/community/": [], "https://html.spec.whatwg.org/": [ "enumerated-attribute", + "the-img-element", + "link", + "script", + "the-iframe-element", "invalid-value-default", - "missing-value-default" + "missing-value-default", + "htmlimageelement", + "cereactions", + "htmllinkelement", + "htmlscriptelement", + "htmliframeelement" ], "https://fetch.spec.whatwg.org/": [ - "concept-request-destination" + "request", + "fetch-method", + "destination", + "requestinit" ], - "https://tools.ietf.org/html/rfc2119": [], + "https://webidl.spec.whatwg.org/": [ + "idl-DOMString" + ], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://w3c.github.io/preload/": [], "https://tools.ietf.org/html/rfc5988": [] } diff --git a/tr/links/streams.json b/tr/links/streams.json index 0340dd1102c9..58acec6e534a 100644 --- a/tr/links/streams.json +++ b/tr/links/streams.json @@ -33,9 +33,7 @@ "event-messageerror", "port-message-queue", "structuredserialize", - "structureddeserialize", - "websocket", - "dom-websocket-bufferedamount" + "structureddeserialize" ], "https://w3c.github.io/ServiceWorker/": [ "service-worker-global-scope-fetch-event" @@ -233,6 +231,10 @@ ], "https://github.com/ricea/websocketstream-explainer/blob/master/README.md": [], "https://docs.google.com/document/d/1La1ehXw76HP6n1uUeks-WJGFgAnpX2tCjKts7QFJ57Y/edit": [], + "https://websockets.spec.whatwg.org/": [ + "websocket", + "dom-websocket-bufferedamount" + ], "https://github.com/w3c/webrtc-pc/issues/1732": [ "issuecomment-358428651" ], diff --git a/tr/links/web-locks.json b/tr/links/web-locks.json index e7cddc8ed8fc..160ee9352943 100644 --- a/tr/links/web-locks.json +++ b/tr/links/web-locks.json @@ -85,6 +85,7 @@ "concept-document", "abortsignal", "abortsignal-aborted", + "abortsignal-abort-reason", "abortsignal-add", "abortsignal-remove" ], diff --git a/tr/links/webcodecs.json b/tr/links/webcodecs.json index ef0d5b129f07..3e13abf4452c 100644 --- a/tr/links/webcodecs.json +++ b/tr/links/webcodecs.json @@ -169,9 +169,6 @@ "dom-node-ownerdocument", "document" ], - "https://www.w3.org/TR/page-visibility/": [ - "dom-visibilitystate-hidden" - ], "https://w3c.github.io/media-capabilities/": [ "dom-mediacapabilities-decodinginfo", "dom-mediacapabilitiesinfo-powerefficient" @@ -182,6 +179,7 @@ ], "https://tc39.es/ecma262/multipage/": [], "https://www.w3.org/TR/media-capabilities/": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://www.w3.org/TR/webrtc-svc/": [], "https://www.itu.int/rec/T-REC-H.273/en": [], "https://www.rfc-editor.org/rfc/rfc6381": [], diff --git a/tr/links/webdriver-bidi.json b/tr/links/webdriver-bidi.json index f3008618767e..36cd9c68b87b 100644 --- a/tr/links/webdriver-bidi.json +++ b/tr/links/webdriver-bidi.json @@ -89,6 +89,7 @@ "dfn-http-session", "dfn-try", "dfn-web-element-reference", + "dfn-readiness-state", "dfn-session-not-created", "dfn-processing-capabilities", "dfn-create-a-session", diff --git a/tr/links/webnn.json b/tr/links/webnn.json index 49ba0ee23dd7..bd98ee75d925 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -89,6 +89,7 @@ "general-broadcasting-rules" ], "https://www.w3.org/TR/permissions-policy-1/": [], + "https://datatracker.ietf.org/doc/html/rfc2119": [], "https://arxiv.org/abs/1502.03167": [], "https://arxiv.org/abs/1803.02077": [], "https://arxiv.org/abs/1802.02611": [], diff --git a/tr/refs/appmanifest.json b/tr/refs/appmanifest.json index cee121919b25..971f6362af04 100644 --- a/tr/refs/appmanifest.json +++ b/tr/refs/appmanifest.json @@ -25,10 +25,6 @@ "name": "css-color-4", "url": "https://www.w3.org/TR/css-color-4/" }, - { - "name": "css-conditional-3", - "url": "https://www.w3.org/TR/css-conditional-3/" - }, { "name": "CSS-MIME", "url": "https://www.rfc-editor.org/rfc/rfc2318" @@ -37,10 +33,6 @@ "name": "css-syntax-3", "url": "https://www.w3.org/TR/css-syntax-3/" }, - { - "name": "CSSOM-VIEW", - "url": "https://www.w3.org/TR/cssom-view-1/" - }, { "name": "dom", "url": "https://dom.spec.whatwg.org/" @@ -74,11 +66,7 @@ "url": "https://www.rfc-editor.org/rfc/rfc8259" }, { - "name": "MEDIAQ", - "url": "https://www.w3.org/TR/mediaqueries-4/" - }, - { - "name": "mediaqueries-5", + "name": "MEDIAQUERIES-5", "url": "https://www.w3.org/TR/mediaqueries-5/" }, { @@ -115,10 +103,6 @@ } ], "informative": [ - { - "name": "FULLSCREEN", - "url": "https://fullscreen.spec.whatwg.org/" - }, { "name": "manifest-app-info", "url": "https://www.w3.org/TR/manifest-app-info/" diff --git a/tr/refs/css-cascade-6.json b/tr/refs/css-cascade-6.json index bdcbea20b934..6f9c2c86ba7a 100644 --- a/tr/refs/css-cascade-6.json +++ b/tr/refs/css-cascade-6.json @@ -13,10 +13,6 @@ "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" }, - { - "name": "CSS-CONDITIONAL-4", - "url": "https://www.w3.org/TR/css-conditional-4/" - }, { "name": "CSS-SCOPING-1", "url": "https://www.w3.org/TR/css-scoping-1/" diff --git a/tr/refs/css-color-4.json b/tr/refs/css-color-4.json index 3b1b3ad0422a..49a2c383d587 100644 --- a/tr/refs/css-color-4.json +++ b/tr/refs/css-color-4.json @@ -17,18 +17,42 @@ "name": "Compositing", "url": "https://www.w3.org/TR/compositing-1/" }, + { + "name": "CSS-ANIMATIONS-1", + "url": "https://www.w3.org/TR/css-animations-1/" + }, + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://www.w3.org/TR/css-backgrounds-3/" + }, { "name": "CSS-CASCADE-5", "url": "https://www.w3.org/TR/css-cascade-5/" }, + { + "name": "CSS-COLOR-5", + "url": "https://www.w3.org/TR/css-color-5/" + }, { "name": "CSS-COLOR-ADJUST-1", "url": "https://www.w3.org/TR/css-color-adjust-1/" }, + { + "name": "CSS-CONDITIONAL-3", + "url": "https://www.w3.org/TR/css-conditional-3/" + }, + { + "name": "CSS-IMAGES-4", + "url": "https://www.w3.org/TR/css-images-4/" + }, { "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" }, + { + "name": "CSS-TRANSITIONS-1", + "url": "https://www.w3.org/TR/css-transitions-1/" + }, { "name": "CSS-VALUES-3", "url": "https://www.w3.org/TR/css-values-3/" @@ -53,6 +77,14 @@ "name": "DCI-P3", "url": "http://ieeexplore.ieee.org/document/7290729/" }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "FILTER-EFFECTS-1", + "url": "https://www.w3.org/TR/filter-effects-1/" + }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -73,13 +105,17 @@ "name": "MEDIAQUERIES-5", "url": "https://www.w3.org/TR/mediaqueries-5/" }, + { + "name": "OKLab", + "url": "https://bottosson.github.io/posts/oklab/" + }, { "name": "Rec.2020", "url": "http://www.itu.int/rec/R-REC-BT.2020/en" }, { "name": "RFC2119", - "url": "https://www.rfc-editor.org/rfc/rfc2119.html" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SMPTE296", diff --git a/tr/refs/css-color-5.json b/tr/refs/css-color-5.json index 610e3b7b17ef..47db364f56ee 100644 --- a/tr/refs/css-color-5.json +++ b/tr/refs/css-color-5.json @@ -5,14 +5,34 @@ }, "refs": { "normative": [ + { + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" + }, { "name": "CSS-COLOR-4", "url": "https://www.w3.org/TR/css-color-4/" }, + { + "name": "CSS-SYNTAX-3", + "url": "https://www.w3.org/TR/css-syntax-3/" + }, { "name": "CSS-VALUES-4", "url": "https://www.w3.org/TR/css-values-4/" }, + { + "name": "CSSOM-1", + "url": "https://www.w3.org/TR/cssom-1/" + }, + { + "name": "FETCH", + "url": "https://fetch.spec.whatwg.org/" + }, + { + "name": "ICC", + "url": "http://www.color.org/specification/ICC1v43_2010-12.pdf" + }, { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" diff --git a/tr/refs/css-highlight-api-1.json b/tr/refs/css-highlight-api-1.json index f0009d9259c4..b65a271d9a53 100644 --- a/tr/refs/css-highlight-api-1.json +++ b/tr/refs/css-highlight-api-1.json @@ -6,8 +6,8 @@ "refs": { "normative": [ { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-CONTAIN-2", @@ -39,7 +39,7 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { "name": "SELECTORS-4", @@ -47,7 +47,7 @@ }, { "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [] diff --git a/tr/refs/css-paint-api-1.json b/tr/refs/css-paint-api-1.json index f94aa1398873..18d83150a0a2 100644 --- a/tr/refs/css-paint-api-1.json +++ b/tr/refs/css-paint-api-1.json @@ -10,17 +10,25 @@ "url": "https://www.w3.org/TR/css-backgrounds-3/" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-DISPLAY-3", "url": "https://www.w3.org/TR/css-display-3/" }, + { + "name": "CSS-IMAGES-3", + "url": "https://www.w3.org/TR/css-images-3/" + }, { "name": "CSS-IMAGES-4", "url": "https://www.w3.org/TR/css-images-4/" }, + { + "name": "CSS-PROPERTIES-VALUES-API-1", + "url": "https://www.w3.org/TR/css-properties-values-api-1/" + }, { "name": "CSS-SYNTAX-3", "url": "https://www.w3.org/TR/css-syntax-3/" @@ -30,21 +38,17 @@ "url": "https://www.w3.org/TR/css-typed-om-1/" }, { - "name": "CSS-UI-4", - "url": "https://www.w3.org/TR/css-ui-4/" + "name": "CSS-UI-3", + "url": "https://www.w3.org/TR/css-ui-3/" }, { - "name": "CSS-VALUES-3", - "url": "https://www.w3.org/TR/css-values-3/" + "name": "CSS-VALUES-4", + "url": "https://www.w3.org/TR/css-values-4/" }, { "name": "CSS-VARIABLES-1", "url": "https://www.w3.org/TR/css-variables-1/" }, - { - "name": "CSS3-IMAGES", - "url": "https://www.w3.org/TR/css3-images/" - }, { "name": "CSSOM-1", "url": "https://www.w3.org/TR/cssom-1/" @@ -67,15 +71,11 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" - }, - { - "name": "WebIDL", - "url": "https://heycam.github.io/webidl/" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, { - "name": "WORKLETS-1", - "url": "https://www.w3.org/TR/worklets-1/" + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [] diff --git a/tr/refs/css-position-3.json b/tr/refs/css-position-3.json index 4c466b0d4223..821f326d47c8 100644 --- a/tr/refs/css-position-3.json +++ b/tr/refs/css-position-3.json @@ -22,8 +22,8 @@ "url": "https://www.w3.org/TR/css-break-4/" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-DISPLAY-3", @@ -37,6 +37,10 @@ "name": "CSS-GRID-1", "url": "https://www.w3.org/TR/css-grid-1/" }, + { + "name": "CSS-GRID-2", + "url": "https://www.w3.org/TR/css-grid-2/" + }, { "name": "CSS-INLINE-3", "url": "https://www.w3.org/TR/css-inline-3/" @@ -61,6 +65,14 @@ "name": "CSS-SIZING-3", "url": "https://www.w3.org/TR/css-sizing-3/" }, + { + "name": "CSS-SIZING-4", + "url": "https://www.w3.org/TR/css-sizing-4/" + }, + { + "name": "CSS-TABLES-3", + "url": "https://www.w3.org/TR/css-tables-3/" + }, { "name": "CSS-TRANSFORMS-1", "url": "https://www.w3.org/TR/css-transforms-1/" @@ -83,15 +95,19 @@ }, { "name": "CSS2", - "url": "https://www.w3.org/TR/CSS2/" + "url": "https://www.w3.org/TR/CSS21/" }, { "name": "CSSOM-1", "url": "https://www.w3.org/TR/cssom-1/" }, + { + "name": "MEDIAQUERIES-5", + "url": "https://www.w3.org/TR/mediaqueries-5/" + }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" } ], "informative": [ diff --git a/tr/refs/css-sizing-3.json b/tr/refs/css-sizing-3.json index eb8a287f9f9d..46eeca1d3c32 100644 --- a/tr/refs/css-sizing-3.json +++ b/tr/refs/css-sizing-3.json @@ -37,6 +37,10 @@ "name": "CSS-PAGE-3", "url": "https://www.w3.org/TR/css-page-3/" }, + { + "name": "CSS-SIZING-4", + "url": "https://www.w3.org/TR/css-sizing-4/" + }, { "name": "CSS-TEXT-3", "url": "https://www.w3.org/TR/css-text-3/" @@ -71,7 +75,7 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" } ], "informative": [ diff --git a/tr/refs/css-values-4.json b/tr/refs/css-values-4.json index 445cf0bfbc0d..d135d0400218 100644 --- a/tr/refs/css-values-4.json +++ b/tr/refs/css-values-4.json @@ -41,14 +41,14 @@ "name": "CSS-FONTS-5", "url": "https://www.w3.org/TR/css-fonts-5/" }, - { - "name": "CSS-GCPM-3", - "url": "https://www.w3.org/TR/css-gcpm-3/" - }, { "name": "CSS-GRID-2", "url": "https://www.w3.org/TR/css-grid-2/" }, + { + "name": "CSS-IMAGES-4", + "url": "https://www.w3.org/TR/css-images-4/" + }, { "name": "CSS-INLINE-3", "url": "https://www.w3.org/TR/css-inline-3/" @@ -121,6 +121,14 @@ "name": "DOM", "url": "https://dom.spec.whatwg.org/" }, + { + "name": "FETCH", + "url": "https://fetch.spec.whatwg.org/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, { "name": "INFRA", "url": "https://infra.spec.whatwg.org/" @@ -133,10 +141,6 @@ "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" }, - { - "name": "SELECTORS-4", - "url": "https://www.w3.org/TR/selectors-4/" - }, { "name": "UNICODE", "url": "https://www.unicode.org/versions/latest/" @@ -187,10 +191,6 @@ "name": "CSS-TRANSFORMS-1", "url": "https://www.w3.org/TR/css-transforms-1/" }, - { - "name": "HTML", - "url": "https://html.spec.whatwg.org/multipage/" - }, { "name": "MEDIAQ", "url": "https://www.w3.org/TR/mediaqueries-4/" diff --git a/tr/refs/event-timing.json b/tr/refs/event-timing.json index cdb44f9067b1..1e087fbceab1 100644 --- a/tr/refs/event-timing.json +++ b/tr/refs/event-timing.json @@ -31,7 +31,7 @@ }, { "name": "PERFORMANCE-TIMELINE-2", - "url": "https://www.w3.org/TR/performance-timeline-2/" + "url": "https://www.w3.org/TR/performance-timeline/" }, { "name": "POINTEREVENTS", diff --git a/tr/refs/mediaqueries-5.json b/tr/refs/mediaqueries-5.json index 55ac631b2e3f..444fe0eca06b 100644 --- a/tr/refs/mediaqueries-5.json +++ b/tr/refs/mediaqueries-5.json @@ -10,8 +10,8 @@ "url": "http://www.cie.co.at/publications/colorimetry-4th-edition" }, { - "name": "CSS-CASCADE-4", - "url": "https://www.w3.org/TR/css-cascade-4/" + "name": "CSS-CASCADE-5", + "url": "https://www.w3.org/TR/css-cascade-5/" }, { "name": "CSS-COLOR-ADJUST-1", @@ -19,7 +19,7 @@ }, { "name": "CSS-CONDITIONAL-3", - "url": "https://www.w3.org/TR/css3-conditional/" + "url": "https://www.w3.org/TR/css-conditional-3/" }, { "name": "CSS-EXTENSIONS", @@ -39,12 +39,16 @@ }, { "name": "CSS2", - "url": "https://www.w3.org/TR/CSS2/" + "url": "https://www.w3.org/TR/CSS21/" }, { "name": "CSSOM-VIEW-1", "url": "https://www.w3.org/TR/cssom-view-1/" }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, { "name": "MEDIAQUERIES-3", "url": "https://www.w3.org/TR/css3-mediaqueries/" @@ -55,13 +59,25 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" } ], "informative": [ { - "name": "CSS-FONTS-3", - "url": "https://www.w3.org/TR/css-fonts-3/" + "name": "APPMANIFEST", + "url": "https://www.w3.org/TR/appmanifest/" + }, + { + "name": "CSS-COLOR-4", + "url": "https://www.w3.org/TR/css-color-4/" + }, + { + "name": "CSS-FONTS-5", + "url": "https://www.w3.org/TR/css-fonts-5/" + }, + { + "name": "FULLSCREEN", + "url": "https://fullscreen.spec.whatwg.org/" }, { "name": "HTML401", @@ -77,7 +93,7 @@ }, { "name": "RFC2879", - "url": "https://tools.ietf.org/html/rfc2879" + "url": "https://www.rfc-editor.org/rfc/rfc2879" }, { "name": "SMPTE-EG-432-1-2010", diff --git a/tr/refs/priority-hints.json b/tr/refs/priority-hints.json index 275fad856fd1..be737f70d9db 100644 --- a/tr/refs/priority-hints.json +++ b/tr/refs/priority-hints.json @@ -15,7 +15,11 @@ }, { "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" } ], "informative": [ diff --git a/tr/refs/streams.json b/tr/refs/streams.json index 3ee7f7dce2c1..bafc7fc0415d 100644 --- a/tr/refs/streams.json +++ b/tr/refs/streams.json @@ -50,6 +50,10 @@ { "name": "WASM-JS-API-1", "url": "https://webassembly.github.io/spec/js-api/" + }, + { + "name": "WEBSOCKETS", + "url": "https://websockets.spec.whatwg.org/" } ] } diff --git a/tr/refs/webcodecs.json b/tr/refs/webcodecs.json index 7f9d28875899..28d210269aa7 100644 --- a/tr/refs/webcodecs.json +++ b/tr/refs/webcodecs.json @@ -41,6 +41,10 @@ "name": "MIMESNIFF", "url": "https://mimesniff.spec.whatwg.org/" }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, { "name": "STREAMS", "url": "https://streams.spec.whatwg.org/" diff --git a/tr/refs/webnn.json b/tr/refs/webnn.json index 0ba13c5183b2..085e1142d714 100644 --- a/tr/refs/webnn.json +++ b/tr/refs/webnn.json @@ -17,6 +17,10 @@ "name": "PERMISSIONS-POLICY-1", "url": "https://www.w3.org/TR/permissions-policy-1/" }, + { + "name": "RFC2119", + "url": "https://datatracker.ietf.org/doc/html/rfc2119" + }, { "name": "WEBGL-1", "url": "https://www.khronos.org/registry/webgl/specs/latest/1.0/"