diff --git a/ed/algorithms/IFT.json b/ed/algorithms/IFT.json index 7e597ac1ca7f..a5fa5564f747 100644 --- a/ed/algorithms/IFT.json +++ b/ed/algorithms/IFT.json @@ -135,10 +135,10 @@ "html": "

Check that the patch map data is: complete and not truncated, has format equal to 1, and is valid\n according to the requirements in § 5.2.1 Patch Map Table: Format 1 (requirements are marked with a \"must\"). If it is not return an error.

" }, { - "html": "

For each unique entry index in entryIndex:

\n " + "html": "

For each unique entry index in entryIndex:

\n " }, { - "html": "

If featureMapOffset is not null then, for each FeatureRecord and associated EntryMapRecord in featureRecords and entryMapRecords:

\n " + "html": "

If featureMapOffset is not null then, for each FeatureRecord and associated EntryMapRecord in featureRecords and entryMapRecords:

\n " }, { "html": "

Return entry list.

" @@ -153,7 +153,7 @@ "html": "

Check that the patch map has format equal to 1 and is valid according to the requirements in § 5.2.1 Patch Map Table: Format 1. If it is not return an error.

" }, { - "html": "

For each unique entry index in entryIndex of patch map:

\n " + "html": "

For each unique entry index in entryIndex of patch map:

\n " } ] }, @@ -216,7 +216,7 @@ "html": "

If entry id is negative or greater than 4,294,967,295 then, this encoding is invalid return an error.

" }, { - "html": "

Convert entry id into a URI by applying uri template following § 5.2.3 URI Templates. Set the patch uri of entry to the generated URI.

" + "html": "

Convert entry id into a URI by applying uri template following § 5.2.3 URI Templates. If the template expansion\n results in an error (see: URI Template § section-3) then, return an error. Set the patch uri of entry to the generated URI.

" }, { "html": "

Return entry id, entry, consumed bytes, entryIdStringLength as consumed id string bytes, and ignored.

" diff --git a/ed/algorithms/css-animations-2.json b/ed/algorithms/css-animations-2.json index d287171fae65..b189e3b93167 100644 --- a/ed/algorithms/css-animations-2.json +++ b/ed/algorithms/css-animations-2.json @@ -17,7 +17,7 @@ ] }, { - "html": "For each animation effect defined by the Nth item\nin the coordinated value list of the animation-* properties\non target (pseudo-)element element,\nits associated keyframes are generated as follows:", + "html": "For each animation effect defined by the Nth item\nin the coordinated value list of the animation-* properties\non target (pseudo-)element element,\nits associated keyframes are generated as follows:", "rationale": "set", "steps": [ { diff --git a/ed/algorithms/css-color-4.json b/ed/algorithms/css-color-4.json index 0e3be0957f49..d0a90267eaac 100644 --- a/ed/algorithms/css-color-4.json +++ b/ed/algorithms/css-color-4.json @@ -50,7 +50,7 @@ "html": "Convert from linear RGB to CIE XYZ" }, { - "html": "If needed, convert from a D65 whitepoint\n\t\t\t(used by sRGB, display-p3, a98-rgb and rec2020)\n\t\t\tto the D50 whitepoint used in Lab,\n\t\t\twith the linear Bradford transform. prophoto-rgb already has a D50 whitepoint." + "html": "If needed, convert from a D65 whitepoint\n\t\t\t(used by sRGB, display-p3, a98-rgb and rec2020)\n\t\t\tto the D50 whitepoint used in Lab,\n\t\t\twith the linear Bradford transform. prophoto-rgb already has a D50 whitepoint." }, { "html": "Convert D50-adapted XYZ to Lab" @@ -58,7 +58,7 @@ ] }, { - "html": "Conversion to Oklab is similar,\n\tbut the chromatic adaptation step\n\tis only needed for prophoto-rgb.", + "html": "Conversion to Oklab is similar,\n\tbut the chromatic adaptation step\n\tis only needed for prophoto-rgb.", "rationale": "convert", "steps": [ { @@ -68,7 +68,7 @@ "html": "Convert from linear RGB to CIE XYZ" }, { - "html": "If needed, convert from a D50 whitepoint (used by prophoto-rgb)\n\t\t\tto the D65 whitepoint used in Oklab,\n\t\t\twith the linear Bradford transform." + "html": "If needed, convert from a D50 whitepoint (used by prophoto-rgb)\n\t\t\tto the D65 whitepoint used in Oklab,\n\t\t\twith the linear Bradford transform." }, { "html": "Convert D65-adapted XYZ to Oklab" @@ -76,14 +76,14 @@ ] }, { - "html": "Conversion from Lab to predefined spaces like display-p3 or rec2020 also requires multiple steps,\n\tand again in practice all but the last step are linear calculations and can be combined.", + "html": "Conversion from Lab to predefined spaces like display-p3 or rec2020 also requires multiple steps,\n\tand again in practice all but the last step are linear calculations and can be combined.", "rationale": "convert", "steps": [ { "html": "Convert Lab to (D50-adapted) XYZ" }, { - "html": "If needed, convert from a D50 whitepoint (used by Lab)\n\t\t\tto the D65 whitepoint used in sRGB and most other RGB spaces,\n\t\t\twith the linear Bradford transform. prophoto-rgb' does not require this step." + "html": "If needed, convert from a D50 whitepoint (used by Lab)\n\t\t\tto the D65 whitepoint used in sRGB and most other RGB spaces,\n\t\t\twith the linear Bradford transform. prophoto-rgb' does not require this step." }, { "html": "Convert from (D65-adapted) CIE XYZ to linear RGB" @@ -94,14 +94,14 @@ ] }, { - "html": "Conversion from Oklab is similar,\n\tbut the chromatic adaptation step\n\tis only needed for prophoto-rgb.", + "html": "Conversion from Oklab is similar,\n\tbut the chromatic adaptation step\n\tis only needed for prophoto-rgb.", "rationale": "convert", "steps": [ { "html": "Convert Oklab to (D65-adapted) XYZ" }, { - "html": "If needed, convert from a D65 whitepoint (used by Oklab)\n\t\t\tto the D50 whitepoint used in prophoto-rgb,\n\t\t\twith the linear Bradford transform." + "html": "If needed, convert from a D65 whitepoint (used by Oklab)\n\t\t\tto the D50 whitepoint used in prophoto-rgb,\n\t\t\twith the linear Bradford transform." }, { "html": "Convert from (D65-adapted) CIE XYZ to linear RGB" diff --git a/ed/algorithms/css-contain-1.json b/ed/algorithms/css-contain-1.json index 8f765226b168..845f1850df4e 100644 --- a/ed/algorithms/css-contain-1.json +++ b/ed/algorithms/css-contain-1.json @@ -29,7 +29,7 @@ "html": "

Forced breaks are allowed within layout containment boxes but do not propagate to the parent as otherwise described in CSS Fragmentation 3 § 3.1 Breaks Between Boxes: the break-before and break-after properties.

" }, { - "html": "

For the purpose of the vertical-align property,\nor any other property whose effects\nneed to relate the position of the layout containment box's baseline\nto something other than its descendants,\nthe containment box is treated as having no baseline.

" + "html": "

For the purpose of the vertical-align property,\nor any other property whose effects\nneed to relate the position of the layout containment box’s baseline\nto something other than its descendants,\nthe containment box is treated as having no baseline.

" } ] }, diff --git a/ed/algorithms/css-contain-2.json b/ed/algorithms/css-contain-2.json index 2db39f8be394..e7951dab792f 100644 --- a/ed/algorithms/css-contain-2.json +++ b/ed/algorithms/css-contain-2.json @@ -29,7 +29,7 @@ "html": "

Forced breaks are allowed within layout containment boxes but do not propagate to the parent as otherwise described in CSS Fragmentation 3 § 3.1 Breaks Between Boxes: the break-before and break-after properties.

" }, { - "html": "

For the purpose of the vertical-align property,\nor any other property whose effects\nneed to relate the position of the layout containment box's baseline\nto something other than its descendants,\nthe containment box is treated as having no baseline.

" + "html": "

For the purpose of the vertical-align property,\nor any other property whose effects\nneed to relate the position of the layout containment box’s baseline\nto something other than its descendants,\nthe containment box is treated as having no baseline.

" } ] }, diff --git a/ed/algorithms/css-easing-2.json b/ed/algorithms/css-easing-2.json index 654cc0e1deae..186e481c1495 100644 --- a/ed/algorithms/css-easing-2.json +++ b/ed/algorithms/css-easing-2.json @@ -175,7 +175,7 @@ "html": "

Serialize the function’s steps,\nand append it to s.

" }, { - "html": "

If the function’s step position is end or jump-end,\nappend \")\" to s and return s.

" + "html": "

If the function’s step position is end or jump-end,\nappend \")\" to s and return s.

" }, { "html": "

Otherwise, append \", \" to s.\nSerialize the step position as a keyword,\nand append the result to s.\nAppend \")\" to s.\nReturn s.

" diff --git a/ed/algorithms/css-fonts-4.json b/ed/algorithms/css-fonts-4.json index ccf68f397873..cf116b7d2376 100644 --- a/ed/algorithms/css-fonts-4.json +++ b/ed/algorithms/css-fonts-4.json @@ -222,7 +222,7 @@ "html": "

If the font is defined via an @font-face rule, the font language override\nimplied by the font-language-override descriptor in the @font-face rule is applied.

" }, { - "html": "

If the font is defined via an @font-face rule, that @font-face rule includes\nat least one valid font-named-instance descriptor\nwith a value other than none,\nand the loaded font resource includes a named instance with that name\naccording to the § 5.1 Localized name matching rules,\nthen all the variation values represented by that named instance are applied.\nThese values are clamped to the values that are supported by the font.

" + "html": "

If the font is defined via an @font-face rule, that @font-face rule includes\nat least one valid font-named-instance descriptor\nwith a value other than 'font-named-instance/none',\nand the loaded font resource includes a named instance with that name\naccording to the § 5.1 Localized name matching rules,\nthen all the variation values represented by that named instance are applied.\nThese values are clamped to the values that are supported by the font.

" }, { "html": "

If the font is defined via an @font-face rule, the font variations\nimplied by the font-variation-settings descriptor in the @font-face rule are applied.

" diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index 66ce8698edc4..ac59aaf7a390 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." @@ -394,17 +394,17 @@ "rationale": "increase", "steps": [ { - "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", + "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", "rationale": "for", "steps": [ { "html": "…" }, { - "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." + "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." }, { - "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." + "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." } ] } diff --git a/ed/algorithms/css-grid-2.json b/ed/algorithms/css-grid-2.json index 265b5fde53a8..000b47f774d8 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/css-position-4.json b/ed/algorithms/css-position-4.json index db0aa0f4e4e7..02ec84cca25e 100644 --- a/ed/algorithms/css-position-4.json +++ b/ed/algorithms/css-position-4.json @@ -18,7 +18,7 @@ "rationale": "paint", "steps": [ { - "html": "

Paint a stacking context given el’s ::backdrop pseudo-element\nand canvas.

" + "html": "

Paint a stacking context given el's ::backdrop pseudo-element\nand canvas.

" }, { "html": "

Paint a stacking context given el and canvas,\ntreating el as a stacking context,\nwith the initial containing block as its containing block.

" @@ -305,7 +305,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

For each element el in doc’s pending top layer removals:\nif el’s computed value of overlay is none,\nor el is not rendered, remove el from doc’s top layer and pending top layer removals.

" + "html": "

For each element el in doc’s pending top layer removals:\nif el's computed value of overlay is none,\nor el is not rendered, remove el from doc’s top layer and pending top layer removals.

" } ] } diff --git a/ed/algorithms/css-syntax-3.json b/ed/algorithms/css-syntax-3.json index 81310fb220eb..ad0e9c24a68f 100644 --- a/ed/algorithms/css-syntax-3.json +++ b/ed/algorithms/css-syntax-3.json @@ -440,7 +440,7 @@ "rationale": "if", "steps": [ { - "html": "If the next token is an <ident-token>, consume a token from input and set decl’s name\n\t\t\tto the token’s value. \n

Otherwise, consume the remnants of a bad declaration from input,\n\t\t\twith nested,\n\t\t\tand return nothing.

" + "html": "If the next token is an <ident-token>, consume a token from input and set decl's name\n\t\t\tto the token’s value. \n

Otherwise, consume the remnants of a bad declaration from input,\n\t\t\twith nested,\n\t\t\tand return nothing.

" }, { "html": "Discard whitespace from input." diff --git a/ed/algorithms/css-values-4.json b/ed/algorithms/css-values-4.json index e18b23267776..e96f1715cc59 100644 --- a/ed/algorithms/css-values-4.json +++ b/ed/algorithms/css-values-4.json @@ -57,7 +57,7 @@ ] }, { - "html": "When serializing the specified value of a <position>:", + "html": "When serializing the specified value of a <position>:", "rationale": ".switch", "steps": [ { @@ -126,7 +126,7 @@ }, { "case": "", - "html": "

If, in the context in which the math function containing this calculation is placed, <percentage>s are resolved relative to another type of value\n(such as in width, where <percentage> is resolved against a <length>),\nand that other type is not <number>,\nthe type is determined as the other type,\nbut with a percent hint set to that other type.

\n

Otherwise,\nthe type is «[ \"percent\" → 1 ]»,\nwith a percent hint of \"percent\".

" + "html": "

If, in the context in which the math function containing this calculation is placed, <percentage>s are resolved relative to another type of value\n(such as in width, where <percentage> is resolved against a <length>),\nand that other type is not <number>,\nthe type is determined as the other type,\nbut with a percent hint set to that other type.

\n

Otherwise,\nthe type is «[ \"percent\" → 1 ]»,\nwith a percent hint of \"percent\".

" }, { "case": "anything else", @@ -367,7 +367,7 @@ "html": "

Serialize the keyword infinity, -infinity, or NaN,\nas appropriate to represent the value,\nand append it to s.

" }, { - "html": "

If fn’s type is anything other than «[ ]»\n(empty, representing a <number>),\nappend \" * \" to s.\nCreate a numeric value\nin the canonical unit for fn’s type (such as px for <length>),\nwith a value of 1.\nSerialize this numeric value\nand append it to s.

" + "html": "

If fn’s type is anything other than «[ ]»\n(empty, representing a <number>),\nappend \" * \" to s.\nCreate a numeric value\nin the canonical unit for fn’s type (such as px for <length>),\nwith a value of 1.\nSerialize this numeric value\nand append it to s.

" }, { "html": "

Return s.

" diff --git a/ed/algorithms/css-values-5.json b/ed/algorithms/css-values-5.json index 684317e4d810..8abec4a54420 100644 --- a/ed/algorithms/css-values-5.json +++ b/ed/algorithms/css-values-5.json @@ -37,15 +37,15 @@ "rationale": "set", "steps": [ { - "html": "

Set request's mode to \"cors\".

" + "html": "

Set request’s mode to \"cors\".

" }, { - "html": "

If the given value is use-credentials,\nset request's credentials mode to \"include\".

" + "html": "

If the given value is use-credentials,\nset request’s credentials mode to \"include\".

" } ] }, { - "html": "When serializing the specified value of a <position>:", + "html": "When serializing the specified value of a <position>:", "rationale": ".switch", "steps": [ { @@ -95,7 +95,7 @@ "html": "

If syntax is null,\nreturn a CSS <string> whose value is attr value.

" }, { - "html": "

Parse with a <syntax> attr value, with syntax and el.\nReturn the result and fallback.

" + "html": "

Parse with a <syntax> attr value, with syntax and el.\nReturn the result and fallback.

" } ] }, @@ -138,7 +138,7 @@ { "name": "calc-size()/canonicalize for interpolation", "href": "https://drafts.csswg.org/css-values-5/#calc-size-canonicalize-for-interpolation", - "html": "To canonicalize for interpolation a calc-size() function: \n
\n
If the calc-size basis is a calc-size() function itself\n
\n

The calc-size basis of the outer function\nis replaced with that of the inner function,\nand the inner function’s calc-size calculation is substituted into the outer function’s calc-size calculation.

\n
Otherwise, if the calc-size basis is a <calc-sum> whose type matches <length> (no percentage present)\n
\n

Replace the basis with any,\nand the original basis is substituted into the calc-size calculation.

\n
Otherwise, if the calc-size basis is any other <calc-sum> (contains a percentage)\n
\n

Replace the basis with 100% and the original basis is de-percentified,\nthen substituted into the calc-size calculation.

\n
\n

(The above is performed recursively, if necessary.)

\n

If any substitute into a calc-size calculation returns failure,\n\t\tthe entire operation immediately returns failure.

", + "html": "To canonicalize for interpolation a calc-size() function: \n
\n
If the calc-size basis is a calc-size() function itself\n
\n

The calc-size basis of the outer function\nis replaced with that of the inner function,\nand the inner function’s calc-size calculation is substituted into the outer function’s calc-size calculation.

\n
Otherwise, if the calc-size basis is a <calc-sum> whose type matches <length> (no percentage present)\n
\n

Replace the basis with any,\nand the original basis is substituted into the calc-size calculation.

\n
Otherwise, if the calc-size basis is any other <calc-sum> (contains a percentage)\n
\n

Replace the basis with 100% and the original basis is de-percentified,\nthen substituted into the calc-size calculation.

\n
\n

(The above is performed recursively, if necessary.)

\n

If any substitute into a calc-size calculation returns failure,\n\t\tthe entire operation immediately returns failure.

", "rationale": ".switch", "steps": [ { diff --git a/ed/algorithms/css-view-transitions-1.json b/ed/algorithms/css-view-transitions-1.json index 0654160d6cb3..e6816c634a30 100644 --- a/ed/algorithms/css-view-transitions-1.json +++ b/ed/algorithms/css-view-transitions-1.json @@ -57,7 +57,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If this's phase is not \"done\",\nthen skip the view transition for this with an \"AbortError\" DOMException.

" + "html": "

If this’s phase is not \"done\",\nthen skip the view transition for this with an \"AbortError\" DOMException.

" } ] }, @@ -72,10 +72,10 @@ "rationale": "if", "steps": [ { - "html": "

If document’s active view transition's phase is \"pending-capture\",\nthen setup view transition for document’s active view transition.

" + "html": "

If document’s active view transition’s phase is \"pending-capture\",\nthen setup view transition for document’s active view transition.

" }, { - "html": "

Otherwise, if document’s active view transition's phase is \"animating\",\nthen handle transition frame for document’s active view transition.

" + "html": "

Otherwise, if document’s active view transition’s phase is \"animating\",\nthen handle transition frame for document’s active view transition.

" } ] } @@ -133,7 +133,7 @@ "rationale": "if", "steps": [ { - "html": "

If capturedElement’s new element is not null,\nthen set capturedElement’s new element's captured in a view transition to true.

" + "html": "

If capturedElement’s new element is not null,\nthen set capturedElement’s new element’s captured in a view transition to true.

" } ] }, @@ -261,7 +261,7 @@ "html": "

Set capture’s old color-scheme to the computed value of color-scheme on element.

" }, { - "html": "

Let transitionName be the computed value of view-transition-name for element.

" + "html": "

Let transitionName be the computed value of view-transition-name for element.

" }, { "html": "

Set namedElements[transitionName] to capture.

" @@ -597,7 +597,7 @@ "html": "

Render element and its descendants,\nat the same size it appears in its node document,\nover an infinite transparent canvas,\nfollowing the capture rendering characteristics.

" }, { - "html": "

Return the portion of this canvas that includes element’s ink overflow rectangle as an image.\nThe natural dimensions of this image must be those of its principal border box,\nand its origin must correspond to that border box's origin,\nsuch that the image represents the contents of this border box and any captured ink overflow is represented outside these bounds.

" + "html": "

Return the portion of this canvas that includes element’s ink overflow rectangle as an image.\nThe natural dimensions of this image must be those of its principal border box,\nand its origin must correspond to that border box’s origin,\nsuch that the image represents the contents of this border box and any captured ink overflow is represented outside these bounds.

" } ] } @@ -616,7 +616,7 @@ "html": "

Let hasActiveAnimations be a boolean, initially false.

" }, { - "html": "For each element of transition’s transition root pseudo-element's inclusive descendants:", + "html": "For each element of transition’s transition root pseudo-element’s inclusive descendants:", "rationale": "for", "steps": [ { @@ -736,7 +736,7 @@ ] }, { - "html": "

If capturedElement’s group styles rule is null,\nthen set capturedElement’s group styles rule to a new CSSStyleRule representing the following CSS,\nand append it to transition’s relevant global object’s associated document's dynamic view transition style sheet.

\n

Otherwise, update capturedElement’s group styles rule to match the following CSS:

\n
:root::view-transition-group(transitionName) {\n  width: width;\n  height: height;\n  transform: transform;\n  writing-mode: writingMode;\n  direction: direction;\n  text-orientation: textOrientation;\n  mix-blend-mode: mixBlendMode;\n  backdrop-filter: backdropFilter;\n  color-scheme: colorScheme;\n}\n
" + "html": "

If capturedElement’s group styles rule is null,\nthen set capturedElement’s group styles rule to a new CSSStyleRule representing the following CSS,\nand append it to transition’s relevant global object’s associated document’s dynamic view transition style sheet.

\n

Otherwise, update capturedElement’s group styles rule to match the following CSS:

\n
:root::view-transition-group(transitionName) {\n  width: width;\n  height: height;\n  transform: transform;\n  writing-mode: writingMode;\n  direction: direction;\n  text-orientation: textOrientation;\n  mix-blend-mode: mixBlendMode;\n  backdrop-filter: backdropFilter;\n  color-scheme: colorScheme;\n}\n
" }, { "html": "If capturedElement’s new element is not null, then:", @@ -771,7 +771,7 @@ "rationale": "if", "steps": [ { - "html": "

If capturedElement’s new element is not null,\nthen set capturedElement’s new element's captured in a view transition to false.

" + "html": "

If capturedElement’s new element is not null,\nthen set capturedElement’s new element’s captured in a view transition to false.

" }, { "html": "For each style of capturedElement’s style definitions:", diff --git a/ed/algorithms/css-view-transitions-2.json b/ed/algorithms/css-view-transitions-2.json index 78133b9057c8..3ea3c003b333 100644 --- a/ed/algorithms/css-view-transitions-2.json +++ b/ed/algorithms/css-view-transitions-2.json @@ -40,7 +40,7 @@ "html": "

When the new Document is ready for its first rendering opportunity, an event named pagereveal is fired on the new Document, with a viewTransition attribute.

" }, { - "html": "

This ViewTransition's updateCallbackDone promise is already resolved,\nand its captured elements are populated from the old Document.

" + "html": "

This ViewTransition’s updateCallbackDone promise is already resolved,\nand its captured elements are populated from the old Document.

" }, { "html": "

This is another opportunity for the author to customize the transition, e.g. by mutating its types, or skip it altogether.

" @@ -118,7 +118,7 @@ "html": "

If element has an associated id, and computed is associated with the same root as element’s root, then return the value of element’s id.

" }, { - "html": "

Return a unique string. The string should remain consistent and unique for this element and Document, at least for the lifetime of element’s node document's active view transition.

" + "html": "

Return a unique string. The string should remain consistent and unique for this element and Document, at least for the lifetime of element’s node document’s active view transition.

" } ] }, @@ -257,7 +257,7 @@ "html": "

Set oldDocument’s active view transition to outboundTransition.

" }, { - "html": "

The user agent should display the currently displayed frame until either:

\n " + "html": "

The user agent should display the currently displayed frame until either:

\n " }, { "html": "

Return outboundTransition.

" @@ -298,7 +298,7 @@ "rationale": "assert", "steps": [ { - "html": "

Assert: document’s active view transition's phase is \"pending-capture\".

" + "html": "

Assert: document’s active view transition’s phase is \"pending-capture\".

" }, { "html": "

Let viewTransitionParams be null;

" diff --git a/ed/algorithms/css-viewport-1.json b/ed/algorithms/css-viewport-1.json index ab40545fbb5a..a6009fe27d1b 100644 --- a/ed/algorithms/css-viewport-1.json +++ b/ed/algorithms/css-viewport-1.json @@ -24,13 +24,13 @@ "rationale": "if", "steps": [ { - "html": "

If the Viewport's associated Document is not fully active, return null.

" + "html": "

If the Viewport’s associated Document is not fully active, return null.

" }, { "html": "

Returns null if there is only a single viewport segment and abort these steps.

" }, { - "html": "

Otherwise, return the Viewport's segments array.

" + "html": "

Otherwise, return the Viewport’s segments array.

" } ] } diff --git a/ed/algorithms/cssom-1.json b/ed/algorithms/cssom-1.json index a886f0ae85bd..ef00b212b162 100644 --- a/ed/algorithms/cssom-1.json +++ b/ed/algorithms/cssom-1.json @@ -654,7 +654,7 @@ "rationale": "if", "steps": [ { - "html": "If value’s constructed flag is not set, or its constructor document is not equal to this DocumentOrShadowRoot's node document, throw a \"NotAllowedError\" DOMException." + "html": "If value’s constructed flag is not set, or its constructor document is not equal to this DocumentOrShadowRoot’s node document, throw a \"NotAllowedError\" DOMException." } ] }, diff --git a/ed/algorithms/cssom-view-1.json b/ed/algorithms/cssom-view-1.json index 463df94c726c..47bdf2015cb9 100644 --- a/ed/algorithms/cssom-view-1.json +++ b/ed/algorithms/cssom-view-1.json @@ -159,7 +159,7 @@ "html": "Let parsed media query list be the result of parsing query." }, { - "html": "Return a new MediaQueryList object,\n with this's associated Document as the document,\n with parsed media query list as its associated media query list." + "html": "Return a new MediaQueryList object,\n with this’s associated Document as the document,\n with parsed media query list as its associated media query list." } ] }, @@ -173,7 +173,7 @@ "html": "

Optionally, return.

" }, { - "html": "

Let target be this's relevant global object's browsing context.

" + "html": "

Let target be this’s relevant global object’s browsing context.

" }, { "html": "

If target is not an auxiliary browsing context that was created by a script (as opposed to by an action of the user), then return.

" @@ -196,7 +196,7 @@ "html": "

Optionally, return.

" }, { - "html": "

Let target be this's relevant global object's browsing context.

" + "html": "

Let target be this’s relevant global object’s browsing context.

" }, { "html": "

If target is not an auxiliary browsing context that was created by a script (as opposed to by an action of the user), then return.

" @@ -219,7 +219,7 @@ "html": "

Optionally, return.

" }, { - "html": "

Let target be this's relevant global object's browsing context.

" + "html": "

Let target be this’s relevant global object’s browsing context.

" }, { "html": "

If target is not an auxiliary browsing context that was created by a script (as opposed to by an action of the user), then return.

" @@ -245,7 +245,7 @@ "html": "

Optionally, return.

" }, { - "html": "

Let target be this's relevant global object's browsing context.

" + "html": "

Let target be this’s relevant global object’s browsing context.

" }, { "html": "

If target is not an auxiliary browsing context that was created by a script (as opposed to by an action of the user), then return.

" @@ -623,10 +623,10 @@ "rationale": "set", "steps": [ { - "html": "

Set startOffset to index of startNode’s root's host.

" + "html": "

Set startOffset to index of startNode’s root’s host.

" }, { - "html": "

Set startNode to startNode’s root's host's parent.

\n

" + "html": "

Set startNode to startNode’s root’s host’s parent.

\n

" } ] }, @@ -1798,7 +1798,7 @@ "rationale": "if", "steps": [ { - "html": "

If box belongs to a viewport, let doc be the viewport’s associated Document and target be the viewport.\nIf box belongs to a VisualViewport, let doc be the VisualViewport's associated document and target be the VisualViewport. Otherwise, box belongs to an element and let doc be the element’s node document and target be the element.

" + "html": "

If box belongs to a viewport, let doc be the viewport’s associated Document and target be the viewport.\nIf box belongs to a VisualViewport, let doc be the VisualViewport’s associated document and target be the VisualViewport. Otherwise, box belongs to an element and let doc be the element’s node document and target be the element.

" }, { "html": "

If box belongs to a snap container, snapcontainer,\nrun the update scrollsnapchange targets steps for snapcontainer.

" diff --git a/ed/algorithms/mediaqueries-5.json b/ed/algorithms/mediaqueries-5.json index 62b0346bb830..39c938e320b1 100644 --- a/ed/algorithms/mediaqueries-5.json +++ b/ed/algorithms/mediaqueries-5.json @@ -202,11 +202,11 @@ "html": "

Let preference be the PreferenceObject object that value is associated with.

" }, { - "html": "If this's relevant global object is a Window object, then:", + "html": "If this’s relevant global object is a Window object, then:", "rationale": "let", "steps": [ { - "html": "

Let document be preference’s relevant global object's associated Document.

" + "html": "

Let document be preference’s relevant global object’s associated Document.

" }, { "html": "

If document is null or document is not fully active, terminate this algorithm.

" diff --git a/ed/algorithms/web-animations-1.json b/ed/algorithms/web-animations-1.json index 5b40abe0e24f..d71921ae3f7c 100644 --- a/ed/algorithms/web-animations-1.json +++ b/ed/algorithms/web-animations-1.json @@ -571,7 +571,7 @@ "html": "

Set finishEvent’s timelineTime attribute\nto the current time of the timeline with which animation is associated.\nIf animation is not associated with a timeline,\nor the timeline is inactive,\nlet timelineTime be null.

" }, { - "html": "

If animation has a document for timing,\nthen append finishEvent to its document for timing's pending animation event queue along with its target, animation.\nFor the scheduled event time,\nuse the result of converting animation’s associated effect end to an origin-relative time.

\n

Otherwise, queue a task to dispatch finishEvent at animation.\nThe task source for this task is\nthe DOM manipulation task source.

" + "html": "

If animation has a document for timing,\nthen append finishEvent to its document for timing’s pending animation event queue along with its target, animation.\nFor the scheduled event time,\nuse the result of converting animation’s associated effect end to an origin-relative time.

\n

Otherwise, queue a task to dispatch finishEvent at animation.\nThe task source for this task is\nthe DOM manipulation task source.

" } ] }, @@ -667,7 +667,7 @@ "html": "

Set cancelEvent’s timelineTime to timeline time.\nIf timeline time is unresolved,\nset it to null.

" }, { - "html": "

If animation has a document for timing,\nthen append cancelEvent to\nits document for timing's pending animation event queue along with its target, animation.\nIf animation is associated with an active timeline that defines a procedure to convert\ntimeline times to origin-relative time,\nlet the scheduled event time be\nthe result of applying that procedure to timeline time.\nOtherwise, the scheduled event time is\nan unresolved time value.

\n

Otherwise, queue a task to dispatch cancelEvent at animation.\nThe task source for this task is\nthe DOM manipulation task source.

" + "html": "

If animation has a document for timing,\nthen append cancelEvent to\nits document for timing’s pending animation event queue along with its target, animation.\nIf animation is associated with an active timeline that defines a procedure to convert\ntimeline times to origin-relative time,\nlet the scheduled event time be\nthe result of applying that procedure to timeline time.\nOtherwise, the scheduled event time is\nan unresolved time value.

\n

Otherwise, queue a task to dispatch cancelEvent at animation.\nThe task source for this task is\nthe DOM manipulation task source.

" } ] }, @@ -1325,7 +1325,7 @@ "html": "

Set removeEvent’s timelineTime attribute\n to the current time of the timeline with which animation is associated.

" }, { - "html": "

If animation has a document for timing,\n then append removeEvent to its document for timing's pending animation event queue along with its target, animation.\n For the scheduled event time,\n use the result of applying the procedure to convert timeline time to origin-relative time to the current time of the timeline with which animation is associated.

\n

Otherwise, queue a task to dispatch removeEvent at animation.\n The task source for this task is\n the DOM manipulation task source.

" + "html": "

If animation has a document for timing,\n then append removeEvent to its document for timing’s pending animation event queue along with its target, animation.\n For the scheduled event time,\n use the result of applying the procedure to convert timeline time to origin-relative time to the current time of the timeline with which animation is associated.

\n

Otherwise, queue a task to dispatch removeEvent at animation.\n The task source for this task is\n the DOM manipulation task source.

" } ] }, diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index 016142864f59..6f662d43ea96 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -798,11 +798,11 @@ "operation": "switch", "steps": [ { - "case": "If the animation effect has a parent group and that parent group is in the before phase, and the fill mode of this animation effect is none or class=\"prop-value\">forwards,", + "case": "If the animation effect has a parent group and that parent group is in the before phase, and the fill mode of this animation effect is none or forwards,", "html": "

Return an unresolved time value.

" }, { - "case": "If the animation effect has a parent group and that parent group is in the after phase, and the fill mode of this animation effect is none or class=\"prop-value\">backwards,", + "case": "If the animation effect has a parent group and that parent group is in the after phase, and the fill mode of this animation effect is none or backwards,", "html": "

Return an unresolved time value.

" }, { @@ -864,7 +864,7 @@ "rationale": "if", "steps": [ { - "html": "

If either the current direction is class=\"prop-value\">forwards or the playback rate ≥ 0\n(but not when both conditions are true),\nlet going forwards be true, otherwise it is false.

" + "html": "

If either the current direction is forwards or the playback rate ≥ 0\n(but not when both conditions are true),\nlet going forwards be true, otherwise it is false.

" } ] }, @@ -1026,7 +1026,7 @@ "html": "

Let timing input be the result corresponding to the first\nmatching condition from below.

\n
\n
If options is an EffectTiming object,\n
\n

Let timing input be options.

\n
Otherwise (if options is a double),\n
\n

Let timing input be a new EffectTiming object with all members set to their default values\nand duration set to options.

\n
" }, { - "html": "

Call the procedure to update the timing properties of an\nanimation effect of group from timing input.

\n

If that procedure causes an exception to be thrown, propagate the\nexception and abort this procedure.

" + "html": "

Call the procedure to update the timing properties of an animation effect of group from timing input.

\n

If that procedure causes an exception to be thrown, propagate the\nexception and abort this procedure.

" }, { "html": "

Insert children before null.

" diff --git a/ed/css/CSS.json b/ed/css/CSS.json index 7e4763b998d5..80175d90f935 100644 --- a/ed/css/CSS.json +++ b/ed/css/CSS.json @@ -3257,7 +3257,7 @@ }, { "name": "", - "prose": "Counters are denoted by case-sensitive identifiers (see the counter-increment and counter-reset properties). To refer to the value of a counter, the notation counter() or 'counter(, <'list-style-type>), with optional white space separating the tokens, is used. The default style is decimal.", + "prose": "Counters are denoted by case-sensitive identifiers (see the counter-increment and counter-reset properties). To refer to the value of a counter, the notation counter() or 'counter(, ), with optional white space separating the tokens, is used. The default style is decimal''.", "href": "https://drafts.csswg.org/css2/#value-def-counter", "type": "type" }, @@ -3402,7 +3402,7 @@ }, { "name": "", - "prose": "Strings can either be written with double quotes or with single quotes. Double quotes cannot occur inside double quotes, unless escaped (e.g., as \\\" or as \\22). Analogously for single quotes (e.g., \"\\'\" or \"\\27\").", + "prose": "Strings can either be written with double quotes or with single quotes. Double quotes cannot occur inside double quotes, unless escaped (e.g., as \\\" or as \\22). Analogously for single quotes (e.g., \"'\" or \"\\27\").", "href": "https://drafts.csswg.org/css2/#value-def-string", "type": "type" }, diff --git a/ed/css/css-color-5.json b/ed/css/css-color-5.json index 21c13c36c90c..670416dd8c70 100644 --- a/ed/css/css-color-5.json +++ b/ed/css/css-color-5.json @@ -62,7 +62,7 @@ "initial": "n/a" } ], - "value": "@color-profile [ | device-cmyk] { }" + "value": "@color-profile [ | ''device-cmyk''] { }" } ], "selectors": [], @@ -405,13 +405,13 @@ "name": "", "href": "https://drafts.csswg.org/css-color-5/#typedef-modern-device-cmyk-syntax", "type": "type", - "value": "device-cmyk( {4} [ / [ | none ] ]? )" + "value": "device-cmyk( {4} [ / [ | ''none'' ] ]? )" }, { "name": "", "href": "https://drafts.csswg.org/css-color-5/#typedef-cmyk-component", "type": "type", - "value": " | | none" + "value": " | | ''none''" }, { "name": "light-dark()", @@ -435,13 +435,13 @@ "name": "", "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space", "type": "type", - "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65" + "value": "''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''" }, { "name": "", "href": "https://drafts.csswg.org/css-color-5/#typedef-polar-color-space", "type": "type", - "value": "hsl | hwb | lch | oklch" + "value": "''hsl'' | ''hwb'' | ''lch'' | ''oklch''" }, { "name": "", diff --git a/ed/css/css-color.json b/ed/css/css-color.json index d143b7f028f4..b3c059ea92ee 100644 --- a/ed/css/css-color.json +++ b/ed/css/css-color.json @@ -1548,7 +1548,7 @@ "name": "", "href": "https://drafts.csswg.org/css-color-4/#typedef-predefined-rgb", "type": "type", - "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020" + "value": "''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020''" }, { "name": "", @@ -1560,7 +1560,7 @@ "name": "", "href": "https://drafts.csswg.org/css-color-4/#typedef-xyz-space", "type": "type", - "value": "xyz | xyz-d50 | xyz-d65" + "value": "''xyz'' | ''xyz-d50'' | ''xyz-d65''" }, { "name": "", @@ -1572,13 +1572,13 @@ "name": "", "href": "https://drafts.csswg.org/css-color-4/#typedef-rectangular-color-space", "type": "type", - "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65" + "value": "''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''" }, { "name": "", "href": "https://drafts.csswg.org/css-color-4/#typedef-polar-color-space", "type": "type", - "value": "hsl | hwb | lch | oklch" + "value": "''hsl'' | ''hwb'' | ''lch'' | ''oklch''" }, { "name": "", diff --git a/ed/css/css-easing.json b/ed/css/css-easing.json index 559d28dc77a2..a1ea1fd5f037 100644 --- a/ed/css/css-easing.json +++ b/ed/css/css-easing.json @@ -29,7 +29,7 @@ "name": "", "href": "https://drafts.csswg.org/css-easing-2/#typedef-cubic-bezier-easing-function", "type": "type", - "value": "ease | ease-in | ease-out | ease-in-out | ", + "value": "''ease'' | ''ease-in'' | ''ease-out'' | ''ease-in-out'' | ", "values": [ { "name": "ease-in", @@ -71,7 +71,7 @@ "name": "", "href": "https://drafts.csswg.org/css-easing-2/#typedef-step-easing-function", "type": "type", - "value": "step-start | step-end | " + "value": "''step-start'' | ''step-end'' | " }, { "name": "steps()", @@ -99,7 +99,7 @@ "name": "", "href": "https://drafts.csswg.org/css-easing-2/#typedef-step-position", "type": "type", - "value": "jump-start | jump-end | jump-none | jump-both | start | end", + "value": "''jump-start'' | ''jump-end'' | ''jump-none'' | ''jump-both'' | ''start'' | ''end''", "values": [ { "name": "jump-start", diff --git a/ed/css/css-fonts.json b/ed/css/css-fonts.json index a58c73036e02..51635f282ccf 100644 --- a/ed/css/css-fonts.json +++ b/ed/css/css-fonts.json @@ -1456,7 +1456,7 @@ "prose": "A locally installed system font, whose use is subject to certain constraints. In particular, it may not be used with the font-family property, but can be used with the font shorthand. The following values refer to system fonts:", "href": "https://drafts.csswg.org/css-fonts-4/#system-family-name-value", "type": "type", - "value": "caption | icon | menu | message-box | small-caption | status-bar" + "value": "''caption'' | ''icon'' | ''menu'' | ''message-box'' | ''small-caption'' | ''status-bar''" }, { "name": "", @@ -1565,19 +1565,19 @@ "name": "", "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-script-specific", "type": "type", - "value": "generic(kai) | generic(fangsong) | generic(nastaliq)" + "value": "''generic(kai)'' | ''generic(fangsong)'' | ''generic(nastaliq)''" }, { "name": "", "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-complete", "type": "type", - "value": "serif | sans-serif | system-ui | cursive | fantasy | math | monospace" + "value": "''serif'' | ''sans-serif'' | ''system-ui'' | ''cursive'' | ''fantasy'' | ''math'' | ''monospace''" }, { "name": "", "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", "type": "type", - "value": "ui-serif | ui-sans-serif | ui-monospace | ui-rounded" + "value": "''ui-serif'' | ''ui-sans-serif'' | ''ui-monospace'' | ''ui-rounded''" }, { "name": "", diff --git a/ed/css/css-grid.json b/ed/css/css-grid.json index e9aa71ee4952..b044c0df8701 100644 --- a/ed/css/css-grid.json +++ b/ed/css/css-grid.json @@ -32,7 +32,7 @@ }, { "name": "subgrid ?", - "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid's definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 § 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The argument allows local naming of the grid lines shared with the parent grid: if a is given, the specified s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.", + "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid’s definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 § 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The argument allows local naming of the grid lines shared with the parent grid: if a is given, the specified s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.", "href": "https://drafts.csswg.org/css-grid-2/#subgrid-listing", "type": "value", "value": "subgrid ?" @@ -124,7 +124,7 @@ }, { "name": "subgrid ?", - "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid's definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 § 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The argument allows local naming of the grid lines shared with the parent grid: if a is given, the specified s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.", + "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid’s definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 § 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The argument allows local naming of the grid lines shared with the parent grid: if a is given, the specified s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.", "href": "https://drafts.csswg.org/css-grid-2/#subgrid-listing", "type": "value", "value": "subgrid ?" diff --git a/ed/css/css-shapes.json b/ed/css/css-shapes.json index da844d0a8180..72e692cb6e75 100644 --- a/ed/css/css-shapes.json +++ b/ed/css/css-shapes.json @@ -164,7 +164,7 @@ "name": "", "href": "https://drafts.csswg.org/css-shapes-1/#typedef-shape-box", "type": "type", - "value": " | margin-box", + "value": " | ''margin-box''", "values": [ { "name": "margin-box", diff --git a/ed/css/css-text-decor-4.json b/ed/css/css-text-decor-4.json index 0d01a443dec6..845fa85e6aea 100644 --- a/ed/css/css-text-decor-4.json +++ b/ed/css/css-text-decor-4.json @@ -671,14 +671,14 @@ }, { "name": "symbols", - "prose": "Skip symbols. Symbols in this definition includes all typographic character units belonging to the Unicode S* general category as well as any which are NFKD-equivalent [UAX15] to the following characters from the Unicode Po category: # U+0023 NUMBER SIGN % U+0025 PERCENT SIGN ‰ U+2030 PER MILLE SIGN ‱ U+2031 PER TEN THOUSAND SIGN ٪ U+066A ARABIC PERCENT SIGN ؉ U+0609 ARABIC-INDIC PER MILLE SIGN ؊ U+060A ARABIC-INDIC PER TEN THOUSAND SIGN & U+0026 AMPERSAND ⁊ U+204A TIRONIAN SIGN E[[ @ U+0040 COMMERCIAL AT § U+00A7 SECTION SIGN ¶ U+00B6 PILCROW SIGN ⁋ U+204B REVERSED PILCROW SIGN ⁓ U+2053 SWUNG DASH 〽️ U+303D PART ALTERNATION MARK", + "prose": "Skip symbols. Symbols in this definition includes all typographic character units belonging to the Unicode S* general category as well as any which are NFKD-equivalent [[!UAX15]] to the following characters from the Unicode Po category: # U+0023 NUMBER SIGN % U+0025 PERCENT SIGN ‰ U+2030 PER MILLE SIGN ‱ U+2031 PER TEN THOUSAND SIGN ٪ U+066A ARABIC PERCENT SIGN ؉ U+0609 ARABIC-INDIC PER MILLE SIGN ؊ U+060A ARABIC-INDIC PER TEN THOUSAND SIGN & U+0026 AMPERSAND ⁊ U+204A TIRONIAN SIGN E[[ @ U+0040 COMMERCIAL AT § U+00A7 SECTION SIGN ¶ U+00B6 PILCROW SIGN ⁋ U+204B REVERSED PILCROW SIGN ⁓ U+2053 SWUNG DASH 〽️ U+303D PART ALTERNATION MARK", "href": "https://drafts.csswg.org/css-text-decor-4/#valdef-text-emphasis-skip-symbols", "type": "value", "value": "symbols" }, { "name": "narrow", - "prose": "Skip characters where the East_Asian_Width property [UAX11] of the Unicode database [UAX44] is not F (Fullwidth) or W (Wide).", + "prose": "Skip characters where the East_Asian_Width property [[!UAX11]] of the Unicode database [[!UAX44]] is not F (Fullwidth) or W (Wide).", "href": "https://drafts.csswg.org/css-text-decor-4/#valdef-text-emphasis-skip-narrow", "type": "value", "value": "narrow" diff --git a/ed/css/css-values-5.json b/ed/css/css-values-5.json index f91ae7824379..e1423ddc0d6f 100644 --- a/ed/css/css-values-5.json +++ b/ed/css/css-values-5.json @@ -247,28 +247,28 @@ }, { "name": "y-start", - "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.", + "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.", "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-start", "type": "value", "value": "y-start" }, { "name": "y-end", - "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.", + "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.", "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-end", "type": "value", "value": "y-end" }, { "name": "x-start", - "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.", + "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.", "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-start", "type": "value", "value": "x-start" }, { "name": "x-end", - "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.", + "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.", "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-end", "type": "value", "value": "x-end" diff --git a/ed/dfns/tc39-temporal.json b/ed/dfns/tc39-temporal.json index ec7cd491560b..bc7da4ca9c80 100644 --- a/ed/dfns/tc39-temporal.json +++ b/ed/dfns/tc39-temporal.json @@ -19,7 +19,7 @@ "id": "sec-datetimeformat-value-format-records", "href": "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", "title": "Value Format Records", - "number": "15.9.14" + "number": "15.6.13" }, "definedIn": "prose" } diff --git a/ed/headings/tc39-temporal.json b/ed/headings/tc39-temporal.json index 71ec2017fb4f..96d21dff32aa 100644 --- a/ed/headings/tc39-temporal.json +++ b/ed/headings/tc39-temporal.json @@ -3987,474 +3987,397 @@ "level": 2, "number": "15.1" }, - { - "id": "sec-use-of-iana-time-zone-database", - "href": "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", - "title": "Use of the IANA Time Zone Database", - "level": 2, - "number": "15.2" - }, - { - "id": "sup-availablenamedtimezoneidentifiers", - "href": "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", - "title": "AvailableNamedTimeZoneIdentifiers ( )", - "level": 3, - "number": "15.2.1" - }, - { - "id": "sec-time-zone-names-deleted", - "href": "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", - "title": "Time Zone Names", - "level": 2, - "number": "15.3" - }, - { - "id": "sec-isvalidtimezonename", - "href": "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", - "title": "IsValidTimeZoneName ( timeZone )", - "level": 3, - "number": "15.3.1" - }, - { - "id": "sec-canonicalizetimezonename", - "href": "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", - "title": "CanonicalizeTimeZoneName ( timeZone )", - "level": 3, - "number": "15.3.2" - }, - { - "id": "sec-availablecanonicaltimezones", - "href": "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", - "title": "AvailableCanonicalTimeZones ( )", - "level": 3, - "number": "15.3.3" - }, { "id": "sec-calendar-types-deleted", "href": "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "title": "Calendar Types", "level": 2, - "number": "15.4" + "number": "15.2" }, { "id": "sec-availablecalendars-deleted", "href": "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "title": "AvailableCalendars ( )", "level": 3, - "number": "15.4.1" - }, - { - "id": "intl-object", - "href": "https://tc39.es/proposal-temporal/#intl-object", - "title": "The Intl Object", - "level": 2, - "number": "15.5" - }, - { - "id": "sec-function-properties-of-the-intl-object", - "href": "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", - "title": "Function Properties of the Intl Object", - "level": 3, - "number": "15.5.1" - }, - { - "id": "sec-intl.supportedvaluesof", - "href": "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", - "title": "Intl.supportedValuesOf ( key )", - "level": 4, - "number": "15.5.1.1" + "number": "15.2.1" }, { "id": "sec-ecma402-abstract-operations", "href": "https://tc39.es/proposal-temporal/#sec-ecma402-abstract-operations", "title": "Abstract Operations", "level": 2, - "number": "15.6" + "number": "15.3" }, { "id": "sec-getoptionsobject-deleted", "href": "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "title": "GetOptionsObject ( options )", "level": 3, - "number": "15.6.1" + "number": "15.3.1" }, { "id": "sec-getoption-deleted", "href": "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "title": "GetOption ( options, property, type, values, default )", "level": 3, - "number": "15.6.2" + "number": "15.3.2" }, { "id": "sec-getunsignedroundingmode-deleted", "href": "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "title": "GetUnsignedRoundingMode ( roundingMode, sign )", "level": 3, - "number": "15.6.3" + "number": "15.3.3" }, { "id": "sec-applyunsignedroundingmode-deleted", "href": "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "title": "ApplyUnsignedRoundingMode ( x, r1, r2, unsignedRoundingMode )", "level": 3, - "number": "15.6.4" + "number": "15.3.4" }, { "id": "sec-intl-datetimeformat-constructor", "href": "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", "title": "The Intl.DateTimeFormat Constructor", "level": 2, - "number": "15.7" + "number": "15.4" }, { "id": "sec-createdatetimeformat", "href": "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", "title": "CreateDateTimeFormat ( newTarget, locales, options, required, defaults [ , toLocaleStringTimeZone ] )", "level": 3, - "number": "15.7.1" + "number": "15.4.1" }, { "id": "sec-properties-of-intl-datetimeformat-constructor", "href": "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", "title": "Properties of the Intl.DateTimeFormat Constructor", "level": 2, - "number": "15.8" + "number": "15.5" }, { "id": "sec-intl.datetimeformat-internal-slots", "href": "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", "title": "Internal slots", "level": 3, - "number": "15.8.1" + "number": "15.5.1" }, { "id": "sec-datetimeformat-abstracts", "href": "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "title": "Abstract Operations for DateTimeFormat Objects", "level": 2, - "number": "15.9" + "number": "15.6" }, { "id": "sec-getdatetimeformat", "href": "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", "title": "GetDateTimeFormat ( formats, matcher, options, required, defaults, inherit )", "level": 3, - "number": "15.9.1" + "number": "15.6.1" }, { "id": "sec-adjustdatetimestyleformat", "href": "https://tc39.es/proposal-temporal/#sec-adjustdatetimestyleformat", "title": "AdjustDateTimeStyleFormat ( formats, baseFormat, matcher, allowedOptions )", "level": 3, - "number": "15.9.2" + "number": "15.6.2" }, { "id": "sec-datetime-format-functions", "href": "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "title": "DateTime Format Functions", "level": 3, - "number": "15.9.3" - }, - { - "id": "sec-formatdatetimepattern", - "href": "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", - "title": "FormatDateTimePattern ( dateTimeFormat, format, pattern, x, epochNanoseconds )", - "level": 3, - "number": "15.9.4" + "number": "15.6.3" }, { "id": "sec-partitiondatetimepattern", "href": "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "title": "PartitionDateTimePattern ( dateTimeFormat, x )", "level": 3, - "number": "15.9.5" + "number": "15.6.4" }, { "id": "sec-formatdatetime", "href": "https://tc39.es/proposal-temporal/#sec-formatdatetime", "title": "FormatDateTime ( dateTimeFormat, x )", "level": 3, - "number": "15.9.6" + "number": "15.6.5" }, { "id": "sec-formatdatetimetoparts", "href": "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "title": "FormatDateTimeToParts ( dateTimeFormat, x )", "level": 3, - "number": "15.9.7" + "number": "15.6.6" }, { "id": "sec-partitiondatetimerangepattern", "href": "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "title": "PartitionDateTimeRangePattern ( dateTimeFormat, x, y )", "level": 3, - "number": "15.9.8" + "number": "15.6.7" }, { "id": "sec-formatdatetimerange", "href": "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "title": "FormatDateTimeRange ( dateTimeFormat, x, y )", "level": 3, - "number": "15.9.9" + "number": "15.6.8" }, { "id": "sec-formatdatetimerangetoparts", "href": "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "title": "FormatDateTimeRangeToParts ( dateTimeFormat, x, y )", "level": 3, - "number": "15.9.10" + "number": "15.6.9" }, { "id": "sec-todatetimeformattable", "href": "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "title": "ToDateTimeFormattable ( value )", "level": 3, - "number": "15.9.11" + "number": "15.6.10" }, { "id": "sec-temporal-istemporalobject", "href": "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", "title": "IsTemporalObject ( value )", "level": 3, - "number": "15.9.12" + "number": "15.6.11" }, { "id": "sec-temporal-sametemporaltype", "href": "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "title": "SameTemporalType ( x, y )", "level": 3, - "number": "15.9.13" + "number": "15.6.12" }, { "id": "sec-datetimeformat-value-format-records", "href": "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", "title": "Value Format Records", "level": 3, - "number": "15.9.14" + "number": "15.6.13" }, { "id": "sec-temporal-handledatetimetemporaldate", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "title": "HandleDateTimeTemporalDate ( dateTimeFormat, temporalDate )", "level": 3, - "number": "15.9.15" + "number": "15.6.14" }, { "id": "sec-temporal-handledatetimetemporalyearmonth", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "title": "HandleDateTimeTemporalYearMonth ( dateTimeFormat, temporalYearMonth )", "level": 3, - "number": "15.9.16" + "number": "15.6.15" }, { "id": "sec-temporal-handledatetimetemporalmonthday", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "title": "HandleDateTimeTemporalMonthDay ( dateTimeFormat, temporalMonthDay )", "level": 3, - "number": "15.9.17" + "number": "15.6.16" }, { "id": "sec-temporal-handledatetimetemporaltime", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "title": "HandleDateTimeTemporalTime ( dateTimeFormat, temporalTime )", "level": 3, - "number": "15.9.18" + "number": "15.6.17" }, { "id": "sec-temporal-handledatetimetemporaldatetime", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "title": "HandleDateTimeTemporalDateTime ( dateTimeFormat, dateTime )", "level": 3, - "number": "15.9.19" + "number": "15.6.18" }, { "id": "sec-temporal-handledatetimetemporalinstant", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "title": "HandleDateTimeTemporalInstant ( dateTimeFormat, instant )", "level": 3, - "number": "15.9.20" + "number": "15.6.19" }, { "id": "sec-temporal-handledatetimeothers", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "title": "HandleDateTimeOthers ( dateTimeFormat, x )", "level": 3, - "number": "15.9.21" + "number": "15.6.20" }, { "id": "sec-temporal-handledatetimevalue", "href": "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "title": "HandleDateTimeValue ( dateTimeFormat, x )", "level": 3, - "number": "15.9.22" + "number": "15.6.21" }, { "id": "sec-tolocaltime", "href": "https://tc39.es/proposal-temporal/#sec-tolocaltime", "title": "ToLocalTime ( epochNs, calendar, timeZoneIdentifier )", "level": 3, - "number": "15.9.23" + "number": "15.6.22" }, { "id": "sec-properties-of-intl-datetimeformat-prototype-object", "href": "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", "title": "Properties of the Intl.DateTimeFormat Prototype Object", "level": 2, - "number": "15.10" + "number": "15.7" }, { "id": "sec-Intl.DateTimeFormat.prototype.formatToParts", "href": "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "title": "Intl.DateTimeFormat.prototype.formatToParts ( date )", "level": 3, - "number": "15.10.1" + "number": "15.7.1" }, { "id": "sec-intl.datetimeformat.prototype.formatRange", "href": "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "title": "Intl.DateTimeFormat.prototype.formatRange ( startDate, endDate )", "level": 3, - "number": "15.10.2" + "number": "15.7.2" }, { "id": "sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "href": "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "title": "Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate, endDate )", "level": 3, - "number": "15.10.3" - }, - { - "id": "sec-intl.datetimeformat.prototype.resolvedoptions", - "href": "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "title": "Intl.DateTimeFormat.prototype.resolvedOptions ( )", - "level": 3, - "number": "15.10.4" + "number": "15.7.3" }, { "id": "sec-properties-of-intl-datetimeformat-instances", "href": "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "title": "Properties of Intl.DateTimeFormat Instances", "level": 2, - "number": "15.11" + "number": "15.8" }, { "id": "locale-sensitive-functions", "href": "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "title": "Locale Sensitive Functions of the ECMAScript Language Specification", "level": 2, - "number": "15.12" + "number": "15.9" }, { "id": "sup-properties-of-the-temporal-duration-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "title": "Properties of the Temporal.Duration Prototype Object", "level": 3, - "number": "15.12.1" + "number": "15.9.1" }, { "id": "sup-temporal.duration.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "title": "Temporal.Duration.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.1.1" + "number": "15.9.1.1" }, { "id": "sup-properties-of-the-temporal-instant-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "title": "Properties of the Temporal.Instant Prototype Object", "level": 3, - "number": "15.12.2" + "number": "15.9.2" }, { "id": "sup-temporal.instant.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", "title": "Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.2.1" + "number": "15.9.2.1" }, { "id": "sup-properties-of-the-temporal-plaindate-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", "title": "Properties of the Temporal.PlainDate Prototype Object", "level": 3, - "number": "15.12.3" + "number": "15.9.3" }, { "id": "sup-temporal.plaindate.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", "title": "Temporal.PlainDate.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.3.1" + "number": "15.9.3.1" }, { "id": "sup-properties-of-the-temporal-plaindatetime-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", "title": "Properties of the Temporal.PlainDateTime Prototype Object", "level": 3, - "number": "15.12.4" + "number": "15.9.4" }, { "id": "sup-temporal.plaindatetime.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", "title": "Temporal.PlainDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.4.1" + "number": "15.9.4.1" }, { "id": "sup-properties-of-the-temporal-plainmonthday-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", "title": "Properties of the Temporal.PlainMonthDay Prototype Object", "level": 3, - "number": "15.12.5" + "number": "15.9.5" }, { "id": "sup-temporal.plainmonthday.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", "title": "Temporal.PlainMonthDay.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.5.1" + "number": "15.9.5.1" }, { "id": "sup-properties-of-the-temporal-plaintime-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", "title": "Properties of the Temporal.PlainTime Prototype Object", "level": 3, - "number": "15.12.6" + "number": "15.9.6" }, { "id": "sup-temporal.plaintime.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", "title": "Temporal.PlainTime.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.6.1" + "number": "15.9.6.1" }, { "id": "sup-properties-of-the-temporal-plainyearmonth-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", "title": "Properties of the Temporal.PlainYearMonth Prototype Object", "level": 3, - "number": "15.12.7" + "number": "15.9.7" }, { "id": "sup-temporal.plainyearmonth.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", "title": "Temporal.PlainYearMonth.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.7.1" + "number": "15.9.7.1" }, { "id": "sup-properties-of-the-temporal-zoneddatetime-prototype-object", "href": "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", "title": "Properties of the Temporal.ZonedDateTime Prototype Object", "level": 3, - "number": "15.12.8" + "number": "15.9.8" }, { "id": "sup-temporal.zoneddatetime.prototype.tolocalestring", "href": "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", "title": "Temporal.ZonedDateTime.prototype.toLocaleString ( [ locales [ , options ] ] )", "level": 4, - "number": "15.12.8.1" + "number": "15.9.8.1" } ] } \ No newline at end of file diff --git a/ed/ids/CSS22.json b/ed/ids/CSS22.json index c460b7477806..81cf2b779827 100644 --- a/ed/ids/CSS22.json +++ b/ed/ids/CSS22.json @@ -298,10 +298,12 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-counter-increment", "https://drafts.csswg.org/css2/#ref-for-propdef-counter-reset", "https://drafts.csswg.org/css2/#funcdef-counter", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type", "https://drafts.csswg.org/css2/#funcdef-counters", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-content", "https://drafts.csswg.org/css2/#ref-for-propdef-content%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A1", "https://drafts.csswg.org/css2/#example-c636b6e4", "https://drafts.csswg.org/css2/#color-units", "https://drafts.csswg.org/css2/#value-def-color", @@ -2095,7 +2097,7 @@ "https://drafts.csswg.org/css2/#ref-for-funcdef-counters%E2%91%A0", "https://drafts.csswg.org/css2/#example-be6771fd", "https://drafts.csswg.org/css2/#counter-styles", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-value-def-disc", "https://drafts.csswg.org/css2/#ref-for-value-def-circle", "https://drafts.csswg.org/css2/#ref-for-value-def-square", @@ -2110,12 +2112,12 @@ "https://drafts.csswg.org/css2/#ref-for-valdef-visibility-hidden%E2%91%A0", "https://drafts.csswg.org/css2/#lists", "https://drafts.csswg.org/css2/#ref-for-principal-box", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image", "https://drafts.csswg.org/css2/#list-properties", "https://drafts.csswg.org/css2/#ref-for-valdef-list-style-position-outside", "https://drafts.csswg.org/css2/#list-style", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-position", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style", @@ -2158,7 +2160,7 @@ "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A0%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A0%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-list-style-image-none%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A5", "https://drafts.csswg.org/css2/#example-c1e92017", "https://drafts.csswg.org/css2/#propdef-list-style-position", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A0%E2%91%A2%E2%91%A1", @@ -2174,14 +2176,14 @@ "https://drafts.csswg.org/css2/#example-6c777e77", "https://drafts.csswg.org/css2/#img-list-inout", "https://drafts.csswg.org/css2/#propdef-list-style", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-comb-any%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-position%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-any%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A0%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A5", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-position%E2%91%A1", "https://drafts.csswg.org/css2/#example-c1926565", @@ -2195,11 +2197,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-list-style%E2%91%A3", "https://drafts.csswg.org/css2/#example-519dcbb3", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A6", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A4", "https://drafts.csswg.org/css2/#example-2c067b7c", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style%E2%91%A5", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A7", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A5", "https://drafts.csswg.org/css2/#the-page", "https://drafts.csswg.org/css2/#page-intro", @@ -3206,11 +3208,9 @@ "https://drafts.csswg.org/css2/#normative", "https://drafts.csswg.org/css2/#biblio-colorimetry", "https://drafts.csswg.org/css2/#biblio-css-display-4", + "https://drafts.csswg.org/css2/#biblio-css-lists-3", "https://drafts.csswg.org/css2/#biblio-css-style-attr", "https://drafts.csswg.org/css2/#biblio-css-syntax-3", - "https://drafts.csswg.org/css2/#biblio-css21", - "https://drafts.csswg.org/css2/#biblio-css3list", - "https://drafts.csswg.org/css2/#biblio-flex", "https://drafts.csswg.org/css2/#biblio-html", "https://drafts.csswg.org/css2/#biblio-html401", "https://drafts.csswg.org/css2/#biblio-infra", @@ -3225,14 +3225,12 @@ "https://drafts.csswg.org/css2/#biblio-uax9", "https://drafts.csswg.org/css2/#biblio-unicode", "https://drafts.csswg.org/css2/#biblio-xml10", - "https://drafts.csswg.org/css2/#biblio-yacc", "https://drafts.csswg.org/css2/#informative", "https://drafts.csswg.org/css2/#biblio-bcp47", "https://drafts.csswg.org/css2/#biblio-charsets", "https://drafts.csswg.org/css2/#biblio-css-color-5", - "https://drafts.csswg.org/css2/#biblio-css-speech-1", - "https://drafts.csswg.org/css2/#biblio-css1", "https://drafts.csswg.org/css2/#biblio-css20", + "https://drafts.csswg.org/css2/#biblio-css21", "https://drafts.csswg.org/css2/#biblio-css3color", "https://drafts.csswg.org/css2/#biblio-dom-level-3-core", "https://drafts.csswg.org/css2/#biblio-mathml3", @@ -3328,7 +3326,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-list-style%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-image%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-position%E2%91%A2", - "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A8", + "https://drafts.csswg.org/css2/#ref-for-propdef-list-style-type%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-margin%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-propdef-margin-bottom%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-margin-left%E2%91%A1%E2%91%A6", @@ -3390,8 +3388,8 @@ "https://drafts.csswg.org/css2/#5ab4c932", "https://drafts.csswg.org/css2/#f095c378", "https://drafts.csswg.org/css2/#7199970e", - "https://drafts.csswg.org/css2/#47b72aa8", "https://drafts.csswg.org/css2/#0ac9e4f6", + "https://drafts.csswg.org/css2/#47b72aa8", "https://drafts.csswg.org/css2/#0698d556", "https://drafts.csswg.org/css2/#8343cc0f", "https://drafts.csswg.org/css2/#w3c-conformance", diff --git a/ed/ids/IFT.json b/ed/ids/IFT.json index a57ca8cc4d60..9584e8649def 100644 --- a/ed/ids/IFT.json +++ b/ed/ids/IFT.json @@ -357,7 +357,7 @@ "https://w3c.github.io/IFT/Overview.html#example-e803ad63", "https://w3c.github.io/IFT/Overview.html#example-cc307778", "https://w3c.github.io/IFT/Overview.html#uri-templates", - "https://w3c.github.io/IFT/Overview.html#example-96830d51", + "https://w3c.github.io/IFT/Overview.html#example-76363920", "https://w3c.github.io/IFT/Overview.html#font-patch-formats", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#font-patch-formats-summary", diff --git a/ed/ids/css-backgrounds-3.json b/ed/ids/css-backgrounds-3.json index cdaac662c3c0..5706562b0553 100644 --- a/ed/ids/css-backgrounds-3.json +++ b/ed/ids/css-backgrounds-3.json @@ -681,9 +681,8 @@ "https://drafts.csswg.org/css-backgrounds-3/#corner-transitions", "https://drafts.csswg.org/css-backgrounds-3/#ref-for-border-width-dfn", "https://drafts.csswg.org/css-backgrounds-3/#corner-overlap", - "https://drafts.csswg.org/css-backgrounds-3/#example-830e0800", + "https://drafts.csswg.org/css-backgrounds-3/#example-d76b5369", "https://drafts.csswg.org/css-backgrounds-3/#reduced-radius", - "https://drafts.csswg.org/css-backgrounds-3/#ref-for-propdef-height", "https://drafts.csswg.org/css-backgrounds-3/#border-radius-tables", "https://drafts.csswg.org/css-backgrounds-3/#ref-for-propdef-border-radius%E2%91%A6", "https://drafts.csswg.org/css-backgrounds-3/#ref-for-propdef-border-collapse", @@ -1176,7 +1175,6 @@ "https://drafts.csswg.org/css-backgrounds-3/#99a64665", "https://drafts.csswg.org/css-backgrounds-3/#2ebd6278", "https://drafts.csswg.org/css-backgrounds-3/#03f3b228", - "https://drafts.csswg.org/css-backgrounds-3/#68019d7a", "https://drafts.csswg.org/css-backgrounds-3/#911f092b", "https://drafts.csswg.org/css-backgrounds-3/#f338a9f0", "https://drafts.csswg.org/css-backgrounds-3/#264558d6", @@ -1235,7 +1233,6 @@ "https://drafts.csswg.org/css-backgrounds-3/#biblio-css-contain-2", "https://drafts.csswg.org/css-backgrounds-3/#biblio-css-content-3", "https://drafts.csswg.org/css-backgrounds-3/#biblio-css-shapes", - "https://drafts.csswg.org/css-backgrounds-3/#biblio-css-sizing-3", "https://drafts.csswg.org/css-backgrounds-3/#biblio-wcag20", "https://drafts.csswg.org/css-backgrounds-3/#property-index", "https://drafts.csswg.org/css-backgrounds-3/#ref-for-propdef-background%E2%91%A8", diff --git a/ed/ids/css-box-4.json b/ed/ids/css-box-4.json index dee759180033..71ae574ebb5c 100644 --- a/ed/ids/css-box-4.json +++ b/ed/ids/css-box-4.json @@ -198,8 +198,10 @@ "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-none", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-block-start", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-block-end", + "https://drafts.csswg.org/css-box-4/#ref-for-in-flow", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-inline-start", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-inline-end", + "https://drafts.csswg.org/css-box-4/#ref-for-in-flow%E2%91%A0", "https://drafts.csswg.org/css-box-4/#ref-for-block-container%E2%91%A0", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-block", "https://drafts.csswg.org/css-box-4/#valdef-margin-trim-inline", @@ -345,6 +347,7 @@ "https://drafts.csswg.org/css-box-4/#df19338c", "https://drafts.csswg.org/css-box-4/#ea663a43", "https://drafts.csswg.org/css-box-4/#9ea20e44", + "https://drafts.csswg.org/css-box-4/#99cabd32", "https://drafts.csswg.org/css-box-4/#d7fa3e1c", "https://drafts.csswg.org/css-box-4/#6d0d9897", "https://drafts.csswg.org/css-box-4/#a8485ff4", diff --git a/ed/ids/css-cascade-6.json b/ed/ids/css-cascade-6.json index 7807786702ef..be3f390a7941 100644 --- a/ed/ids/css-cascade-6.json +++ b/ed/ids/css-cascade-6.json @@ -360,7 +360,10 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-featureless%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-shadow-host%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-shadow-host%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-shadow-root", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A4", @@ -375,14 +378,15 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-rule%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-cascade-6/#ref-for-x22%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#additions-l5", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A7", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A7", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A5", "https://drafts.csswg.org/css-cascade-6/#additions-l4", diff --git a/ed/ids/css-color-4.json b/ed/ids/css-color-4.json index 9fb45bcc775a..6e95b430a771 100644 --- a/ed/ids/css-color-4.json +++ b/ed/ids/css-color-4.json @@ -861,17 +861,11 @@ "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ref-for-mult-num%E2%91%A1", "https://drafts.csswg.org/css-color-4/#typedef-predefined-rgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A6", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A6%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%93%AA", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", "https://drafts.csswg.org/css-color-4/#typedef-xyz-params", "https://drafts.csswg.org/css-color-4/#ref-for-typedef-xyz-space", "https://drafts.csswg.org/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A7", @@ -880,15 +874,12 @@ "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-mult-num%E2%91%A2", "https://drafts.csswg.org/css-color-4/#typedef-xyz-space", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A4", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65", "https://drafts.csswg.org/css-color-4/#ref-for-invalid-color%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-valid-color%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-typedef-ident%E2%91%A1", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-number-value%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-typedef-ident%E2%91%A2", @@ -914,71 +905,71 @@ "https://drafts.csswg.org/css-color-4/#ex-profoto-bad", "https://drafts.csswg.org/css-color-4/#ref-for-opaque-black%E2%91%A0", "https://drafts.csswg.org/css-color-4/#predefined-sRGB", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#sRGB-space", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-color-4/#valdef-color-srgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A1", "https://drafts.csswg.org/css-color-4/#prr-color-srgb", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A2", "https://drafts.csswg.org/css-color-4/#fig-srgb-lch", "https://drafts.csswg.org/css-color-4/#predefined-sRGB-linear", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear", "https://drafts.csswg.org/css-color-4/#sRGB-linear-space", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A2", "https://drafts.csswg.org/css-color-4/#valdef-color-srgb-linear", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A3", "https://drafts.csswg.org/css-color-4/#prr-color-srgb-linear", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A4", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A2", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A3", "https://drafts.csswg.org/css-color-4/#srgb-linear-swatches", "https://drafts.csswg.org/css-color-4/#predefined-display-p3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A2", "https://drafts.csswg.org/css-color-4/#valdef-color-display-p3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A5", "https://drafts.csswg.org/css-color-4/#prr-color-display-p3", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A6", "https://drafts.csswg.org/css-color-4/#fig-displayp3-lch", "https://drafts.csswg.org/css-color-4/#predefined-a98-rgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb", "https://drafts.csswg.org/css-color-4/#valdef-color-a98-rgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#prr-color-a98-rgb", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A7", "https://drafts.csswg.org/css-color-4/#fig-a89-lch", "https://drafts.csswg.org/css-color-4/#predefined-prophoto-rgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#valdef-color-prophoto-rgb", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A2", "https://drafts.csswg.org/css-color-4/#prr-color-prophoto-rgb", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A1", "https://drafts.csswg.org/css-color-4/#fig-prophoto-lch", "https://drafts.csswg.org/css-color-4/#predefined-rec2020", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A0", "https://drafts.csswg.org/css-color-4/#valdef-color-rec2020", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A1", "https://drafts.csswg.org/css-color-4/#prr-color-rec2020", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A8", "https://drafts.csswg.org/css-color-4/#fig-rec2020-lch", "https://drafts.csswg.org/css-color-4/#predefined-xyz", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz", "https://drafts.csswg.org/css-color-4/#valdef-color-xyz-d50", "https://drafts.csswg.org/css-color-4/#valdef-color-xyz-d65", "https://drafts.csswg.org/css-color-4/#valdef-color-xyz", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-luminance%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A2", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A0", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-color-4/#prr-color-xyz", "https://drafts.csswg.org/css-color-4/#ex-xyz", @@ -986,30 +977,30 @@ "https://drafts.csswg.org/css-color-4/#predefined-to-lab-oklab", "https://drafts.csswg.org/css-color-4/#predefined-to-lab", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A2", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A4", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A5", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A4", "https://drafts.csswg.org/css-color-4/#predefined-to-oklab", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A6", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-color-4/#oklab-lab-to-predefined", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A6", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A5", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A3", "https://drafts.csswg.org/css-color-4/#lab-to-predefined", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A6", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A6", "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A8", "https://drafts.csswg.org/css-color-4/#oklab-to-predefined", "https://drafts.csswg.org/css-color-4/#ref-for-d65%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-d50%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A8", "https://drafts.csswg.org/css-color-4/#predefined-to-predefined", "https://drafts.csswg.org/css-color-4/#alpha", "https://drafts.csswg.org/css-color-4/#color-conversion", @@ -1058,35 +1049,20 @@ "https://drafts.csswg.org/css-color-4/#typedef-color-space", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A5", "https://drafts.csswg.org/css-color-4/#typedef-rectangular-color-space", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A6", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A6", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A7", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A1", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-lab-lab%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A2", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-oklab-oklab%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A4", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", "https://drafts.csswg.org/css-color-4/#typedef-polar-color-space", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-hsl-hsl%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A6", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-hwb-hwb%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-lch-lch%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A8%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-oklch-oklch%E2%91%A0", "https://drafts.csswg.org/css-color-4/#typedef-hue-interpolation-method", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%93%AA", "https://drafts.csswg.org/css-color-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1201,8 +1177,8 @@ "https://drafts.csswg.org/css-color-4/#ref-for-named-color%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-css-system-colors%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-color%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A5", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-color-space%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ref-for-named-color%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-css-system-colors%E2%91%A1", @@ -1235,11 +1211,11 @@ "https://drafts.csswg.org/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ex-p3-computed", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-color-space%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A1", "https://drafts.csswg.org/css-color-4/#ref-for-color-space%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A2", "https://drafts.csswg.org/css-color-4/#ref-for-color-space%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-color-4/#ex-xyz-computed", "https://drafts.csswg.org/css-color-4/#resolving-other-colors", @@ -1320,7 +1296,6 @@ "https://drafts.csswg.org/css-color-4/#ref-for-number-value%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-color-4/#ex-rgb-number", "https://drafts.csswg.org/css-color-4/#ex-rgb-notrail", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-goldenrod", "https://drafts.csswg.org/css-color-4/#serializing-lab-lch", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-lch%E2%91%A7", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-lab%E2%91%A5", @@ -1332,7 +1307,7 @@ "https://drafts.csswg.org/css-color-4/#ex-lab-percent-b", "https://drafts.csswg.org/css-color-4/#ex-lch-serial", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-lab%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-color-4/#ex-lch-alpha", "https://drafts.csswg.org/css-color-4/#serializing-oklab-oklch", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-oklch%E2%91%A5", @@ -1345,7 +1320,7 @@ "https://drafts.csswg.org/css-color-4/#ex-oklab-percent-a-b", "https://drafts.csswg.org/css-color-4/#ex-oklch-serial", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-oklab%E2%91%A7", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-4/#ex-oklch-alpha", "https://drafts.csswg.org/css-color-4/#serializing-color-function-values", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-color%E2%91%A0%E2%93%AA", @@ -1356,15 +1331,15 @@ "https://drafts.csswg.org/css-color-4/#ex-color-serial", "https://drafts.csswg.org/css-color-4/#ex-color-trailzero", "https://drafts.csswg.org/css-color-4/#predefined-precision-table", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A8", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A4", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A6", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A5", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A3", - "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A5", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb%E2%91%A6", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-srgb-linear%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-display-p3%E2%91%A6", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-a98-rgb%E2%91%A2", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-prophoto-rgb%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-rec2020%E2%91%A4", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz%E2%91%A3", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d50%E2%91%A1", + "https://drafts.csswg.org/css-color-4/#ref-for-valdef-color-xyz-d65%E2%91%A3", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-rgb%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ref-for-funcdef-hsl%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-color-4/#ex-color-prophoto-alpha-serial", diff --git a/ed/ids/css-color-5.json b/ed/ids/css-color-5.json index b19f4211ae52..50abe48882af 100644 --- a/ed/ids/css-color-5.json +++ b/ed/ids/css-color-5.json @@ -135,6 +135,7 @@ "https://drafts.csswg.org/css-color-5/#relative-syntax", "https://drafts.csswg.org/css-color-5/#ref-for-relative-color%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-origin-color%E2%91%A2", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-origin-color%E2%91%A3", "https://drafts.csswg.org/css-color-5/#channel-keyword", "https://drafts.csswg.org/css-color-5/#ref-for-origin-color%E2%91%A4", @@ -193,7 +194,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-rgba%E2%91%A0", "https://drafts.csswg.org/css-color-5/#typedef-modern-rgb-syntax", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-modern-rgb-syntax", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A4", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A5", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-number-value%E2%91%A6", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%91%A7", @@ -205,7 +206,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A1", "https://drafts.csswg.org/css-color-5/#typedef-modern-rgba-syntax", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-modern-rgba-syntax", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A5", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A6", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-number-value%E2%91%A7", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A0", @@ -237,7 +238,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-hsla%E2%91%A0", "https://drafts.csswg.org/css-color-5/#typedef-modern-hsl-syntax", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-modern-hsl-syntax", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A6", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A7", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-hue", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A1%E2%91%A3", @@ -254,7 +255,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A5", "https://drafts.csswg.org/css-color-5/#typedef-modern-hsla-syntax", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-modern-hsla-syntax", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A7", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A8", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A6", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-hue%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A2%E2%93%AA", @@ -287,7 +288,7 @@ "https://drafts.csswg.org/css-color-5/#relative-HWB", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-hwb%E2%91%A0", "https://drafts.csswg.org/css-color-5/#funcdef-hwb", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A8", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A8", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-hue%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A2%E2%91%A5", @@ -318,7 +319,7 @@ "https://drafts.csswg.org/css-color-5/#relative-Lab", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-lab%E2%91%A0", "https://drafts.csswg.org/css-color-5/#funcdef-lab", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A1", @@ -353,7 +354,7 @@ "https://drafts.csswg.org/css-color-5/#relative-Oklab", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-oklab%E2%91%A0", "https://drafts.csswg.org/css-color-5/#funcdef-oklab", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A3%E2%91%A8", @@ -386,7 +387,7 @@ "https://drafts.csswg.org/css-color-5/#relative-LCH", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-lch%E2%91%A1", "https://drafts.csswg.org/css-color-5/#funcdef-lch", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A4%E2%91%A5", @@ -424,7 +425,7 @@ "https://drafts.csswg.org/css-color-5/#relative-OKLCh", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-oklch%E2%91%A1", "https://drafts.csswg.org/css-color-5/#funcdef-oklch", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A5%E2%91%A1", @@ -461,7 +462,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-color-space%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-color%E2%91%A3", "https://drafts.csswg.org/css-color-5/#funcdef-color", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-colorspace-params", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color-alpha-value%E2%91%A8", @@ -650,14 +651,12 @@ "https://drafts.csswg.org/css-color-5/#ref-for-mult-num%E2%91%A3", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color-alpha-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A7%E2%91%A8", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-color-5/#typedef-cmyk-component", "https://drafts.csswg.org/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A3", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-rgb%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A4", @@ -677,9 +676,9 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-light-dark%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-light-dark%E2%91%A3", "https://drafts.csswg.org/css-color-5/#funcdef-light-dark", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-color-5/#ref-for-comb-comma%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-color-5/#ref-for-comb-comma%E2%91%A0", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-color-5/#ref-for-used-color-scheme", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-scheme-light", "https://drafts.csswg.org/css-color-5/#ref-for-used-color-scheme%E2%91%A0", @@ -688,7 +687,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-contrast-color%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-contrast-color%E2%91%A3", "https://drafts.csswg.org/css-color-5/#funcdef-contrast-color", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-color-5/#ref-for-mult-opt%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-white", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-black", @@ -705,35 +704,20 @@ "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-custom-color-space", "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-srgb%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-srgb-linear", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A4", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-display-p3%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A5", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-a98-rgb", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A6", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-prophoto-rgb", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A7", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-rec2020", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A8%E2%91%A8", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-lab-lab", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%93%AA", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-oklab-oklab", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A0", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A1", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz-d50", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A2", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz-d65", "https://drafts.csswg.org/css-color-5/#typedef-polar-color-space", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-hsl-hsl%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A3", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-hwb-hwb", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A4", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-lch-lch%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A5", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-oklch-oklch", "https://drafts.csswg.org/css-color-5/#typedef-custom-color-space", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-dashed-ident%E2%91%A6", "https://drafts.csswg.org/css-color-5/#typedef-hue-interpolation-method", @@ -752,18 +736,18 @@ "https://drafts.csswg.org/css-color-5/#ref-for-at-ruledef-profile%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-color-interpolation-method%E2%91%A1", "https://drafts.csswg.org/css-color-5/#resolving-color-values", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-color-5/#resolving-mix", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-color-mix%E2%91%A4", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-color-mix%E2%91%A5", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-color-5/#resolving-rcs", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-color-5/#resolving-rcs", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A1", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-color-5/#resolving-device-cmyk-values", "https://drafts.csswg.org/css-color-5/#ref-for-number-value%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-percentage-value%E2%91%A2%E2%91%A0", @@ -780,16 +764,16 @@ "https://drafts.csswg.org/css-color-5/#ex-serial-specified-mix", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-color-mix%E2%91%A8", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A2", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-color-5/#fn1", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz%E2%91%A1", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz-d65%E2%91%A0", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz%E2%91%A0", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-xyz-d65", "https://drafts.csswg.org/css-color-5/#ex-serial-computed-color-mix", "https://drafts.csswg.org/css-color-5/#serial-relative-color", "https://drafts.csswg.org/css-color-5/#ex-serial-rcs-specified-simple", "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-color-5/#ref-for-origin-color%E2%91%A3%E2%93%AA", - "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-color-5/#ref-for-relative-color%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-color-5/#ex-serial-rcs-computed", "https://drafts.csswg.org/css-color-5/#serial-custom-color", @@ -839,7 +823,7 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-hwb%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-light-dark%E2%91%A4", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A3", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A1", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-color-mix%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-light-dark%E2%91%A5", "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-hsl%E2%91%A3", @@ -850,9 +834,9 @@ "https://drafts.csswg.org/css-color-5/#ref-for-funcdef-device-cmyk%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-color-5/#ref-for-csscolorprofilerule%E2%91%A0", "https://drafts.csswg.org/css-color-5/#changes-20220428", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A4", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A2", "https://drafts.csswg.org/css-color-5/#changes-20211215", - "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A5", + "https://drafts.csswg.org/css-color-5/#ref-for-valdef-color-none%E2%91%A3", "https://drafts.csswg.org/css-color-5/#changes-20210601", "https://drafts.csswg.org/css-color-5/#changes-20200303", "https://drafts.csswg.org/css-color-5/#ref-for-typedef-color-space%E2%91%A2", @@ -878,7 +862,6 @@ "https://drafts.csswg.org/css-color-5/#e10c8e34", "https://drafts.csswg.org/css-color-5/#efa5c464", "https://drafts.csswg.org/css-color-5/#02c921d1", - "https://drafts.csswg.org/css-color-5/#af2d1f38", "https://drafts.csswg.org/css-color-5/#5078b140", "https://drafts.csswg.org/css-color-5/#b3424c1d", "https://drafts.csswg.org/css-color-5/#f17eedd8", @@ -891,26 +874,18 @@ "https://drafts.csswg.org/css-color-5/#d0872657", "https://drafts.csswg.org/css-color-5/#218f0f24", "https://drafts.csswg.org/css-color-5/#8ec859c9", - "https://drafts.csswg.org/css-color-5/#3f5d417f", - "https://drafts.csswg.org/css-color-5/#6d24aee9", "https://drafts.csswg.org/css-color-5/#b673431e", "https://drafts.csswg.org/css-color-5/#b076cecd", "https://drafts.csswg.org/css-color-5/#ee3a31a1", "https://drafts.csswg.org/css-color-5/#5591e410", "https://drafts.csswg.org/css-color-5/#70ca1268", - "https://drafts.csswg.org/css-color-5/#5667ca99", - "https://drafts.csswg.org/css-color-5/#2288c1e9", "https://drafts.csswg.org/css-color-5/#efad480b", - "https://drafts.csswg.org/css-color-5/#c7bfd1bb", - "https://drafts.csswg.org/css-color-5/#27d563a2", "https://drafts.csswg.org/css-color-5/#82ed5c4b", "https://drafts.csswg.org/css-color-5/#0f04da53", "https://drafts.csswg.org/css-color-5/#dd998a01", "https://drafts.csswg.org/css-color-5/#3f544c81", - "https://drafts.csswg.org/css-color-5/#bcdf0026", "https://drafts.csswg.org/css-color-5/#e5aac9c3", "https://drafts.csswg.org/css-color-5/#d2c140db", - "https://drafts.csswg.org/css-color-5/#b8f37e6b", "https://drafts.csswg.org/css-color-5/#f77085d6", "https://drafts.csswg.org/css-color-5/#386ef1bd", "https://drafts.csswg.org/css-color-5/#2d24dcfd", diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json index 63a43fba61fa..c2dbc81c9a59 100644 --- a/ed/ids/css-conditional-5.json +++ b/ed/ids/css-conditional-5.json @@ -613,14 +613,14 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-y", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-block", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-block", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-block", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A2", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 7d844a5ce427..3c2e4e5d4de0 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -110,7 +110,7 @@ "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-target", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", @@ -219,7 +219,7 @@ "https://drafts.csswg.org/css-content-3/#ref-for-propdef-quotes%E2%91%A2", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#leader-function", "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", "https://drafts.csswg.org/css-content-3/#funcdef-content-leader", diff --git a/ed/ids/css-easing-2.json b/ed/ids/css-easing-2.json index 586c3a308fe6..5167d34e212e 100644 --- a/ed/ids/css-easing-2.json +++ b/ed/ids/css-easing-2.json @@ -174,13 +174,9 @@ "https://drafts.csswg.org/css-easing-2/#ref-for-easing-function%E2%91%A4", "https://drafts.csswg.org/css-easing-2/#ref-for-cubic-bzier-easing-function", "https://drafts.csswg.org/css-easing-2/#typedef-cubic-bezier-easing-function", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A2", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A3", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-out%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A4", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A5", "https://drafts.csswg.org/css-easing-2/#ref-for-funcdef-cubic-bezier%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#funcdef-cubic-bezier", @@ -192,21 +188,21 @@ "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-out", "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-in-out", "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A1", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-cubic-bzier-easing-function%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-easing-function-input-progress-value%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-easing-function-linear%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-out%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A1", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-propdef-left", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-easing-function-linear%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-easing-2/#bezier-serialization", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in%E2%91%A1", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-out%E2%91%A1", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A2", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#ref-for-propdef-left", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-easing-function-linear%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#bezier-serialization", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in%E2%91%A2", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-out%E2%91%A2", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease-in-out%E2%91%A3", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-cubic-bezier-easing-function-ease%E2%91%A2", "https://drafts.csswg.org/css-easing-2/#serialize-a-cubic-bezier-function", "https://drafts.csswg.org/css-easing-2/#ref-for-number-value%E2%91%A5", "https://drafts.csswg.org/css-easing-2/#ref-for-string-concatenate%E2%91%A0", @@ -225,9 +221,7 @@ "https://drafts.csswg.org/css-easing-2/#steps-steps", "https://drafts.csswg.org/css-easing-2/#steps-step-position", "https://drafts.csswg.org/css-easing-2/#typedef-step-easing-function", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-start%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A6", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-end%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-easing-2/#ref-for-funcdef-steps%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#funcdef-steps", @@ -236,26 +230,20 @@ "https://drafts.csswg.org/css-easing-2/#ref-for-typedef-step-position", "https://drafts.csswg.org/css-easing-2/#ref-for-mult-opt", "https://drafts.csswg.org/css-easing-2/#typedef-step-position", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-start", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-end", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-none", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-both", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-start", "https://drafts.csswg.org/css-easing-2/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-end", "https://drafts.csswg.org/css-easing-2/#valdef-step-easing-function-step-start", "https://drafts.csswg.org/css-easing-2/#valdef-step-easing-function-step-end", "https://drafts.csswg.org/css-easing-2/#ref-for-integer-value%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-easing-function-output-progress-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-easing-2/#ref-for-typedef-step-position%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-typedef-step-position%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-end%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-end", "https://drafts.csswg.org/css-easing-2/#ref-for-typedef-step-position%E2%91%A2", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-none%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-none", "https://drafts.csswg.org/css-easing-2/#ref-for-integer-value%E2%91%A1", "https://drafts.csswg.org/css-easing-2/#ref-for-integer-value%E2%91%A2", "https://drafts.csswg.org/css-easing-2/#ref-for-typedef-step-position%E2%91%A3", @@ -268,20 +256,20 @@ "https://drafts.csswg.org/css-easing-2/#valdef-step-position-jump-both", "https://drafts.csswg.org/css-easing-2/#ref-for-easing-function-output-progress-value%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-easing-2/#valdef-step-position-start", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-start%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-start", "https://drafts.csswg.org/css-easing-2/#valdef-step-position-end", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-end%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-end", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-easing-function-linear%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-easing-function-linear%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-easing-2/#steps-serialization", "https://drafts.csswg.org/css-easing-2/#ref-for-easing-function%E2%91%A6", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-start%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-end%E2%91%A1", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-start%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-easing-function-step-end%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#serialize-a-steps-functions", "https://drafts.csswg.org/css-easing-2/#ref-for-steps-steps", "https://drafts.csswg.org/css-easing-2/#ref-for-steps-step-position", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-end%E2%91%A1", - "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-end%E2%91%A1", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-end%E2%91%A0", + "https://drafts.csswg.org/css-easing-2/#ref-for-valdef-step-position-jump-end%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#ref-for-steps-step-position%E2%91%A0", "https://drafts.csswg.org/css-easing-2/#step-easing-algo", "https://drafts.csswg.org/css-easing-2/#step-timing-function-algo", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 0078bc1bd075..911cd5d92178 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -19,14 +19,13 @@ "https://drafts.csswg.org/css-flexbox-1/#flex-layout", "https://drafts.csswg.org/css-flexbox-1/#overview", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-direction-row-reverse", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-axis", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-axis", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-axis%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-axis%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size", "https://drafts.csswg.org/css-flexbox-1/#example-843b1efd", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1", @@ -211,7 +210,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-writing-mode%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#painting", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-z-index", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-z-index-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-position", @@ -306,8 +305,8 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-clear%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-direction", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-wrap", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-flow%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-direction%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#flex-direction-property", @@ -399,17 +398,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-writing-mode%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-direction-row%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#order-property", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#propdef-order", "https://drafts.csswg.org/css-flexbox-1/#order-accessibility", "https://drafts.csswg.org/css-flexbox-1/#order-modified-document-order", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-order-modified-document-order", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#example-d528284a", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch", "https://drafts.csswg.org/css-flexbox-1/#flex-lines", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A1%E2%91%A3", @@ -801,7 +800,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A2%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-direction%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#main-axis-baseline", "https://drafts.csswg.org/css-flexbox-1/#ref-for-inline-axis%E2%91%A0", @@ -1350,7 +1349,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-size%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#change-2018-move-order", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-2018-definite-basis-definite", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%91%A8", @@ -1541,7 +1540,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-table-wrapper", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A3", @@ -1559,18 +1558,18 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-grow-factor%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-scaled-flex-shrink-factor%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#change-2016-abspos-no-order-fix", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A7%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A7%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#change-2016-flex-direction-baseline", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-direction%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-direction%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-line%E2%91%A0%E2%93%AA", @@ -1604,9 +1603,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-2016-broken-spatial-note", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#changes-20160301", "https://drafts.csswg.org/css-flexbox-1/#change-201603-substantive", "https://drafts.csswg.org/css-flexbox-1/#change-2016-intrinsic-percentage", @@ -1621,15 +1620,15 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-2016-abspos-no-order", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-2016-baseline-sets", "https://drafts.csswg.org/css-flexbox-1/#ref-for-baseline-set%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-last-baseline-alignment", "https://drafts.csswg.org/css-flexbox-1/#change-201603-clarify", "https://drafts.csswg.org/css-flexbox-1/#change-2016-spatial-nav", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-2016-definite-3", "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", @@ -1699,7 +1698,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A4%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A4", @@ -1713,7 +1712,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A8", @@ -1790,17 +1789,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-line%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A6%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#change-2015-a11y-tools", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#example-a11y-tools", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1926,9 +1925,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto", @@ -1953,9 +1952,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-content%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-abspos-ordering", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A0%E2%93%AA%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-201403-clarify-stretched", "https://drafts.csswg.org/css-flexbox-1/#ref-for-stretched%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A4%E2%91%A2", @@ -2011,7 +2010,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A0", @@ -2058,7 +2057,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2076,17 +2075,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", @@ -2130,7 +2129,7 @@ "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-abspos-items", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A1%E2%93%AA%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-container%E2%91%A0%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-float-display", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-float%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A4", @@ -2162,8 +2161,8 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-flex-container-sizing", "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-painting-order", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-order%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-line-breaking", "https://drafts.csswg.org/css-flexbox-1/#clarify-2012-clamping", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A5%E2%91%A0", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 15588c66a97f..f625574d5dad 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -82,50 +82,30 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-generic-incomplete", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-script-specific", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-generic-script-specific%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-kai", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-fangsong%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-nastaliq", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-complete", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-generic-complete%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-cursive", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-generic-incomplete%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-serif", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-sans-serif", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-monospace", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-rounded%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-generic-functional", "https://drafts.csswg.org/css-fonts-4/#system", "https://drafts.csswg.org/css-fonts-4/#ref-for-system-family-name-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-system-family-name-value%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-caption", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-icon", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-menu", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-message-box", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-small-caption", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-status-bar", "https://drafts.csswg.org/css-fonts-4/#font-families", "https://drafts.csswg.org/css-fonts-4/#ex-futura-matches", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight", @@ -136,63 +116,63 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-family-name-value%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#serif-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-serif", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#sans-serif-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-sans-serif", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-sans-serif%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#cursive-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-cursive", "https://drafts.csswg.org/css-fonts-4/#fantasy-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#monospace-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-monospace", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#system-ui-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-system-ui", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui", "https://drafts.csswg.org/css-fonts-4/#ex-system-ui-opaque", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#math-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#generic(fangsong)-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-generic-fangsong", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-kai%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-fangsong%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-kai", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-fangsong%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#generic(kai)-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-generic-kai", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-kai%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-kai%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#generic(nastaliq)-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-generic-nastaliq", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-nastaliq%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-generic-nastaliq", "https://drafts.csswg.org/css-fonts-4/#ui-serif-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-ui-serif", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-serif", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-serif%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-serif%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ex-sample-ui-serif", "https://drafts.csswg.org/css-fonts-4/#ui-sans-serif-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-ui-sans-serif", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-sans-serif", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-sans-serif%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-sans-serif%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ex-sample-ui-sans", "https://drafts.csswg.org/css-fonts-4/#ui-monospace-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-ui-monospace", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-monospace", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-monospace%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-monospace%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ex-sample-ui-mono", "https://drafts.csswg.org/css-fonts-4/#ui-rounded-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-ui-rounded", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-rounded%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-rounded%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-ui-rounded%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ex-sample-ui-rounded", "https://drafts.csswg.org/css-fonts-4/#font-weight-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0", @@ -469,7 +449,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-line-height%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-style%E2%91%A7", @@ -483,8 +463,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-width%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A8", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-caption%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-small-caption%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-caption", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-small-caption", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-weight%E2%91%A0%E2%91%A0", @@ -642,7 +622,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-css-wide-keywords%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-all-inherit%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-generic-family%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A7", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-serif%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ex-local-no-keywords", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ex-local-font", @@ -776,8 +756,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A5", @@ -785,7 +765,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -814,14 +794,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -859,7 +839,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-language-override-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1015,7 +995,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1168,7 +1148,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -1286,7 +1266,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", @@ -1668,7 +1648,7 @@ "https://drafts.csswg.org/css-fonts-4/#preinstalled-and-user-installed-fonts", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#system-font", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#font-technologies-formats", "https://drafts.csswg.org/css-fonts-4/#font-tech-definitions", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%93%AA", @@ -1850,7 +1830,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp204", "https://drafts.csswg.org/css-fonts-4/#sp205", "https://drafts.csswg.org/css-fonts-4/#sp206", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#sp207", "https://drafts.csswg.org/css-fonts-4/#sp208", "https://drafts.csswg.org/css-fonts-4/#sp209", @@ -1864,7 +1844,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -1875,7 +1855,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-caps-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2049,7 +2029,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", @@ -2063,7 +2043,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index c916afda3a72..5d2629149b65 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -202,11 +202,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -335,7 +335,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scrollable-overflow-value", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -583,10 +583,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-leftover-space%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-minmax", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-minmax", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm", "https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution", @@ -611,7 +612,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -633,7 +634,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-line%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#example-337b574e", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A0%E2%91%A7", @@ -758,7 +759,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#flexible-length", "https://drafts.csswg.org/css-grid-1/#typedef-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#valdef-flex-fr", "https://drafts.csswg.org/css-grid-1/#ref-for-leftover-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A7", @@ -773,8 +774,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-leftover-space%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite", @@ -786,7 +787,7 @@ "https://drafts.csswg.org/css-grid-1/#flex-fraction", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-columns-flex-factor%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-length-value", "https://drafts.csswg.org/css-grid-1/#ref-for-length-value%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A1", @@ -944,13 +945,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1272,8 +1273,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-auto-placement%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#example-5d302887", - "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#example-4a841210", "https://drafts.csswg.org/css-grid-1/#grid-placement-errors", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A5%E2%91%A8", @@ -1287,7 +1287,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#placement-shorthands", - "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-area%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#propdef-grid-row", @@ -1298,7 +1298,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A6%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A6", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1335,17 +1335,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-grid-position", @@ -1463,7 +1463,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-containing-block%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-line%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#example-ff8d888d", + "https://drafts.csswg.org/css-grid-1/#example-8b8bc36e", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A5%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-containing-block%E2%91%A4", @@ -1478,7 +1478,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1491,11 +1491,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-in-flow%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1580,7 +1580,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-alignment", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fallback-alignment", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#column-align", @@ -1594,7 +1594,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-alignment%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-fallback-alignment%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A7%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#grid-align", @@ -1664,7 +1664,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1687,10 +1687,10 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-column%E2%91%A2", @@ -1711,11 +1711,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-axis%E2%91%A0", @@ -1765,12 +1765,12 @@ "https://drafts.csswg.org/css-grid-1/#algo-terms", "https://drafts.csswg.org/css-grid-1/#min-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1781,7 +1781,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1810,7 +1810,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1830,7 +1830,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1928,7 +1928,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2103,10 +2103,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2218,8 +2218,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2262,7 +2262,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2286,11 +2286,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2423,7 +2423,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2499,18 +2499,18 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A3", @@ -2529,9 +2529,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2548,7 +2548,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A6", @@ -2556,7 +2556,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2575,10 +2575,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2588,7 +2588,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2596,7 +2596,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2640,8 +2640,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", @@ -2895,7 +2895,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-auto-flow%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A6", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 5eea28323833..71f5af73d9d9 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -645,10 +645,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-leftover-space%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-minmax", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-minmax", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-track-sizing-algorithm", "https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution", @@ -695,7 +696,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A3%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-line%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#example-337b574e", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A0%E2%91%A7", @@ -837,7 +838,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#flexible-length", "https://drafts.csswg.org/css-grid-2/#typedef-flex", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#valdef-flex-fr", "https://drafts.csswg.org/css-grid-2/#ref-for-leftover-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A4%E2%91%A1", @@ -852,8 +853,8 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-leftover-space%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite", @@ -865,7 +866,7 @@ "https://drafts.csswg.org/css-grid-2/#flex-fraction", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-columns-flex-factor%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-length-value", "https://drafts.csswg.org/css-grid-2/#ref-for-length-value%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A1", @@ -1059,9 +1060,9 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1395,8 +1396,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-auto-placement%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#example-5d302887", - "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#example-4a841210", "https://drafts.csswg.org/css-grid-2/#grid-placement-errors", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A6%E2%91%A0", @@ -1410,7 +1410,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#placement-shorthands", - "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-area%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#propdef-grid-row", @@ -1421,7 +1421,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A6%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A5%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A6", @@ -1435,7 +1435,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1458,17 +1458,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-grid-position", @@ -1635,7 +1635,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-line-name%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-subgrid%E2%91%A2%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#example-d0a2b54d", + "https://drafts.csswg.org/css-grid-2/#example-fffff4da", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-explicitly-assigned-line-name%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A8", @@ -1654,7 +1654,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-explicit-grid%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#example-f40fdc9d", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A8%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#subgrid-size-contribution", "https://drafts.csswg.org/css-grid-2/#ref-for-subgrid%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A8%E2%91%A0", @@ -1738,7 +1738,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-containing-block%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-line%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#example-ff8d888d", + "https://drafts.csswg.org/css-grid-2/#example-8b8bc36e", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-containing-block%E2%91%A4", @@ -1753,7 +1753,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1766,11 +1766,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-in-flow%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1858,7 +1858,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-baseline-alignment%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A0%E2%93%AA%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-fallback-alignment", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A7%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#column-align", @@ -1872,7 +1872,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-baseline-alignment%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-item%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-fallback-alignment%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A7%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#grid-align", @@ -1943,7 +1943,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1966,10 +1966,10 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-track-sizing-algorithm%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-column%E2%91%A2", @@ -2053,12 +2053,12 @@ "https://drafts.csswg.org/css-grid-2/#algo-terms", "https://drafts.csswg.org/css-grid-2/#min-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2069,7 +2069,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2098,7 +2098,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2118,7 +2118,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2138,7 +2138,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2216,7 +2216,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2359,7 +2359,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2384,10 +2384,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", @@ -2688,7 +2688,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-auto-columns%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-auto-flow%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-auto-rows%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A6", diff --git a/ed/ids/css-images-5.json b/ed/ids/css-images-5.json index dce45e949ba5..5f3ac3bea174 100644 --- a/ed/ids/css-images-5.json +++ b/ed/ids/css-images-5.json @@ -34,7 +34,6 @@ "https://drafts.csswg.org/css-images-5/#ref-for-natural-height", "https://drafts.csswg.org/css-images-5/#ref-for-valdef-object-view-box-none", "https://drafts.csswg.org/css-images-5/#ref-for-typedef-basic-shape-rect%E2%91%A1", - "https://drafts.csswg.org/css-images-5/#ref-for-basic-shape-reference-box", "https://drafts.csswg.org/css-images-5/#ref-for-natural-size", "https://drafts.csswg.org/css-images-5/#ref-for-natural-size%E2%91%A0", "https://drafts.csswg.org/css-images-5/#ref-for-natural-aspect-ratio", @@ -63,7 +62,6 @@ "https://drafts.csswg.org/css-images-5/#157236b0", "https://drafts.csswg.org/css-images-5/#3d5243d5", "https://drafts.csswg.org/css-images-5/#36bd6f6d", - "https://drafts.csswg.org/css-images-5/#175a39e9", "https://drafts.csswg.org/css-images-5/#6ec67710", "https://drafts.csswg.org/css-images-5/#4299a926", "https://drafts.csswg.org/css-images-5/#422ae002", diff --git a/ed/ids/css-inline-3.json b/ed/ids/css-inline-3.json index 32b9eee7ab2d..1bb3e22d0aca 100644 --- a/ed/ids/css-inline-3.json +++ b/ed/ids/css-inline-3.json @@ -1460,6 +1460,7 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-x-height-baseline%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#example-f3a3b459", "https://drafts.csswg.org/css-inline-3/#ref-for-baseline-table%E2%91%A3", + "https://drafts.csswg.org/css-inline-3/#ref-for-percentage-value%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#changes", "https://drafts.csswg.org/css-inline-3/#ref-for-typedef-text-edge%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A0", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 98a4358317bb..bff8deec33be 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -564,12 +564,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -585,7 +585,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA", @@ -640,7 +640,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", diff --git a/ed/ids/css-scroll-snap-2.json b/ed/ids/css-scroll-snap-2.json index 203fa1820f76..d341cc4b7ede 100644 --- a/ed/ids/css-scroll-snap-2.json +++ b/ed/ids/css-scroll-snap-2.json @@ -28,6 +28,7 @@ "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A7", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A0", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-valdef-scroll-initial-target-none", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-concept-tree-order", @@ -52,8 +53,8 @@ "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A3", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-position%E2%91%A1", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-content-distribution-properties", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A0", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A1", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A2", "https://drafts.csswg.org/css-scroll-snap-2/#scroll-initial-target-fragment-navigation", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-scroll-container%E2%91%A4", "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-initial-scroll-target%E2%91%A5", @@ -324,7 +325,7 @@ "https://drafts.csswg.org/css-scroll-snap-2/#biblio-rfc2119", "https://drafts.csswg.org/css-scroll-snap-2/#biblio-webidl", "https://drafts.csswg.org/css-scroll-snap-2/#property-index", - "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A2", + "https://drafts.csswg.org/css-scroll-snap-2/#ref-for-propdef-scroll-initial-target%E2%91%A3", "https://drafts.csswg.org/css-scroll-snap-2/#idl-index", "https://drafts.csswg.org/css-scroll-snap-2/#issues-index" ] diff --git a/ed/ids/css-shapes-1.json b/ed/ids/css-shapes-1.json index 95c795252877..167b27fc2b57 100644 --- a/ed/ids/css-shapes-1.json +++ b/ed/ids/css-shapes-1.json @@ -232,13 +232,12 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-visual-box%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-comb-one%E2%91%A2", - "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-margin-box", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-border-box", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-padding-box", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-content-box", "https://drafts.csswg.org/css-shapes-1/#example-3c169cbd", - "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A2", + "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-border-box", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-padding-box", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-content-box", @@ -266,7 +265,7 @@ "https://drafts.csswg.org/css-shapes-1/#valdef-shape-outside-none", "https://drafts.csswg.org/css-shapes-1/#ref-for-float-area%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A3", - "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A3", + "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-border-box%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-padding-box%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-content-box%E2%91%A0", @@ -279,7 +278,7 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A8", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A5", "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A4", + "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A3", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-outside-image", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-image%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-image%E2%91%A3", diff --git a/ed/ids/css-text-4.json b/ed/ids/css-text-4.json index 8430b73322e6..73eeb549c4f6 100644 --- a/ed/ids/css-text-4.json +++ b/ed/ids/css-text-4.json @@ -261,7 +261,6 @@ "https://drafts.csswg.org/css-text-4/#ref-for-normalize-newlines%E2%91%A0", "https://drafts.csswg.org/css-text-4/#white-space-collapsing", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A3", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A3", "https://drafts.csswg.org/css-text-4/#issue-257c8a37", "https://drafts.csswg.org/css-text-4/#propdef-white-space-collapse", "https://drafts.csswg.org/css-text-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", @@ -369,7 +368,7 @@ "https://drafts.csswg.org/css-text-4/#ref-for-tabs%E2%91%A5", "https://drafts.csswg.org/css-text-4/#egbidiwscollapse", "https://drafts.csswg.org/css-text-4/#ref-for-spaces%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A4", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-normal%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-spaces%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-spaces%E2%91%A0%E2%91%A2", @@ -497,7 +496,7 @@ "https://drafts.csswg.org/css-text-4/#soft-wrap-break", "https://drafts.csswg.org/css-text-4/#line-breaking-process", "https://drafts.csswg.org/css-text-4/#soft-wrap-opportunity", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A5", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A4", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A6", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A4", @@ -511,19 +510,16 @@ "https://drafts.csswg.org/css-text-4/#ref-for-comb-one%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-text-4/#issue-3d83054d", "https://drafts.csswg.org/css-text-4/#ref-for-longhand%E2%91%A1", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A6", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap", "https://drafts.csswg.org/css-text-4/#ref-for-wrapping%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A7", "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-mode-wrap", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-inline-axis", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A6", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-mode-nowrap", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A7", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A8", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A6", "https://drafts.csswg.org/css-text-4/#ref-for-preserved-white-space%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-segment-break%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-forced-line-break%E2%91%A3", @@ -581,14 +577,14 @@ "https://drafts.csswg.org/css-text-4/#ref-for-inline-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-text-4/#issue-d49c0659", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-avoid-orphans", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A7", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-auto", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-balance", "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-auto", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A1", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-auto%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-inline-size", "https://drafts.csswg.org/css-text-4/#ref-for-forced-line-break%E2%91%A5", @@ -618,14 +614,16 @@ "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-balance%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-stable", "https://drafts.csswg.org/css-text-4/#last-line-limits", + "https://drafts.csswg.org/css-text-4/#ref-for-length-value%E2%91%A0", + "https://drafts.csswg.org/css-text-4/#ref-for-percentage-value", "https://drafts.csswg.org/css-text-4/#ref-for-integer-value", "https://drafts.csswg.org/css-text-4/#text-wrap-shorthand", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A2", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A1", "https://drafts.csswg.org/css-text-4/#propdef-text-wrap", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-comb-any%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A5", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A6", "https://drafts.csswg.org/css-text-4/#ref-for-longhand%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-initial-value%E2%91%A0", @@ -652,7 +650,7 @@ "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-atomic-inline%E2%91%A1", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A7", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A6", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-line-break%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0", @@ -818,7 +816,7 @@ "https://drafts.csswg.org/css-text-4/#ref-for-typographic-character-unit%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-line-break-anywhere%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-preserved-white-space%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A8", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A7", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-break-spaces", "https://drafts.csswg.org/css-text-4/#ref-for-preserved-white-space%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-normal%E2%91%A1", @@ -829,7 +827,7 @@ "https://drafts.csswg.org/css-text-4/#ref-for-hang%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-pre-wrap%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-preserved-white-space%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-collapse-break-spaces%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-line-break-loose", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-line-break-normal", @@ -964,7 +962,7 @@ "https://drafts.csswg.org/css-text-4/#propdef-word-wrap", "https://drafts.csswg.org/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-comb-one%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-text-4/#ref-for-wrapping%E2%91%A4", "https://drafts.csswg.org/css-text-4/#valdef-overflow-wrap-normal", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A1%E2%91%A2", @@ -992,12 +990,11 @@ "https://drafts.csswg.org/css-text-4/#ref-for-soft-wrap-opportunity%E2%91%A4%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-overflow-wrap-break-word", "https://drafts.csswg.org/css-text-4/#ref-for-min-content%E2%91%A2", - "https://drafts.csswg.org/css-text-4/#issue-a2390e95", + "https://drafts.csswg.org/css-text-4/#issue-d94320a5", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-wrap%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-legacy-name-alias", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#justification", "https://drafts.csswg.org/css-text-4/#text-align-property", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-align", @@ -1361,7 +1358,7 @@ "https://drafts.csswg.org/css-text-4/#line-padding-property", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-line-padding%E2%91%A0", "https://drafts.csswg.org/css-text-4/#propdef-line-padding", - "https://drafts.csswg.org/css-text-4/#ref-for-length-value%E2%91%A0", + "https://drafts.csswg.org/css-text-4/#ref-for-length-value%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-inline-box%E2%91%A4", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-typographic-character-unit%E2%91%A3%E2%91%A5", @@ -1808,12 +1805,12 @@ "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-spacing-trim-space-first%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-spacing-trim-space-first%E2%91%A1", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A3", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A2", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A4", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A3", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-word-space-transform-auto-phrase", @@ -1821,10 +1818,10 @@ "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-space-transform%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-spacing-trim-trim-all%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-collapse-break-spaces%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing%E2%91%A3", @@ -1853,12 +1850,12 @@ "https://drafts.csswg.org/css-text-4/#changes-L3", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-space-transform%E2%91%A6", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-collapse-preserve-spaces%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-white-space-collapse-discard", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-balance%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-valdef-text-wrap-style-stable%E2%91%A0", @@ -1945,6 +1942,7 @@ "https://drafts.csswg.org/css-text-4/#18222566", "https://drafts.csswg.org/css-text-4/#fb030e6c", "https://drafts.csswg.org/css-text-4/#16310992", + "https://drafts.csswg.org/css-text-4/#15f5b381", "https://drafts.csswg.org/css-text-4/#977d3003", "https://drafts.csswg.org/css-text-4/#537cf076", "https://drafts.csswg.org/css-text-4/#358fd6ff", @@ -2043,7 +2041,7 @@ "https://drafts.csswg.org/css-text-4/#ref-for-propdef-letter-spacing%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-line-break%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-line-padding%E2%91%A3", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-overflow-wrap%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-tab-size%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-align%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-align-all%E2%91%A7", @@ -2055,10 +2053,10 @@ "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-spacing-trim%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-transform%E2%91%A8", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A5", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap%E2%91%A4", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-mode%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-text-wrap-style%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-collapse%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-white-space-trim%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-text-4/#ref-for-propdef-word-break%E2%91%A2%E2%91%A3", diff --git a/ed/ids/css-text-decor-4.json b/ed/ids/css-text-decor-4.json index 4bd1f220e271..17e90dffa103 100644 --- a/ed/ids/css-text-decor-4.json +++ b/ed/ids/css-text-decor-4.json @@ -44,6 +44,7 @@ "https://drafts.csswg.org/css-text-decor-4/#ref-for-ruby-container", "https://drafts.csswg.org/css-text-decor-4/#ref-for-ruby-base-box", "https://drafts.csswg.org/css-text-decor-4/#ref-for-in-flow%E2%91%A1", + "https://drafts.csswg.org/css-text-decor-4/#ref-for-out-of-flow", "https://drafts.csswg.org/css-text-decor-4/#ref-for-non-replaced", "https://drafts.csswg.org/css-text-decor-4/#ref-for-inline-box%E2%91%A0", "https://drafts.csswg.org/css-text-decor-4/#ref-for-atomic-inline", @@ -597,6 +598,7 @@ "https://drafts.csswg.org/css-text-decor-4/#b8f126f1", "https://drafts.csswg.org/css-text-decor-4/#d7fa3e1c", "https://drafts.csswg.org/css-text-decor-4/#f952f01b", + "https://drafts.csswg.org/css-text-decor-4/#7ba1e996", "https://drafts.csswg.org/css-text-decor-4/#12f8fb07", "https://drafts.csswg.org/css-text-decor-4/#a2eb821e", "https://drafts.csswg.org/css-text-decor-4/#fdf6efd5", @@ -650,7 +652,6 @@ "https://drafts.csswg.org/css-text-decor-4/#biblio-css-color-4", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-color-5", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-display-4", - "https://drafts.csswg.org/css-text-decor-4/#biblio-css-fonts-3", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-fonts-4", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-inline-3", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-overflow-3", @@ -667,12 +668,9 @@ "https://drafts.csswg.org/css-text-decor-4/#biblio-css2", "https://drafts.csswg.org/css-text-decor-4/#biblio-fill-stroke-3", "https://drafts.csswg.org/css-text-decor-4/#biblio-rfc2119", - "https://drafts.csswg.org/css-text-decor-4/#biblio-uax11", - "https://drafts.csswg.org/css-text-decor-4/#biblio-uax15", - "https://drafts.csswg.org/css-text-decor-4/#biblio-uax24", - "https://drafts.csswg.org/css-text-decor-4/#biblio-uax44", "https://drafts.csswg.org/css-text-decor-4/#informative", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-cascade-6", + "https://drafts.csswg.org/css-text-decor-4/#biblio-css-fonts-3", "https://drafts.csswg.org/css-text-decor-4/#biblio-css-text-decor-3", "https://drafts.csswg.org/css-text-decor-4/#biblio-css3-animations", "https://drafts.csswg.org/css-text-decor-4/#property-index", diff --git a/ed/ids/css-ui-4.json b/ed/ids/css-ui-4.json index ece3fdfccad6..f6aa892de5b0 100644 --- a/ed/ids/css-ui-4.json +++ b/ed/ids/css-ui-4.json @@ -437,12 +437,10 @@ "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none", "https://drafts.csswg.org/css-ui-4/#issue-7f5f9d32", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A0", - "https://drafts.csswg.org/css-ui-4/#issue-bb04ee05", + "https://drafts.csswg.org/css-ui-4/#issue-2b43725e", "https://drafts.csswg.org/css-ui-4/#ref-for-selectordef-marker", "https://drafts.csswg.org/css-ui-4/#ref-for-page-margin-boxes", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A0", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A1", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#ref-for-computed-value", "https://drafts.csswg.org/css-ui-4/#ref-for-editable-element", @@ -456,15 +454,15 @@ "https://drafts.csswg.org/css-ui-4/#ref-for-concept-fe-mutable", "https://drafts.csswg.org/css-ui-4/#ref-for-the-textarea-element", "https://drafts.csswg.org/css-ui-4/#issue-dc6efbde", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A2", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A1", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text%E2%91%A0", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#valdef-user-select-auto", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A4", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-auto%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#ref-for-selectordef-before%E2%91%A2", "https://drafts.csswg.org/css-ui-4/#ref-for-selectordef-after%E2%91%A2", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A3", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A2", "https://drafts.csswg.org/css-ui-4/#ref-for-editable-element%E2%91%A0", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A5", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-contain%E2%91%A0", @@ -475,11 +473,11 @@ "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-all%E2%91%A0", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A8", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A3", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A4", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A3", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A5", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A4", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text%E2%91%A2", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-text%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-auto%E2%91%A2", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-contain%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#valdef-user-select-text", @@ -488,17 +486,17 @@ "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A4", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A5", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A6", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A5", "https://drafts.csswg.org/css-ui-4/#ref-for-used-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A6", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A7", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A6", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A7", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A8", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A7", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A8", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A8", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-ui-4/#ref-for-valdef-user-select-none%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-ui-4/#ref-for-propdef-user-select%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-ui-4/#valdef-user-select-contain", diff --git a/ed/ids/css-values-3.json b/ed/ids/css-values-3.json index 785b972f1ee5..996f4ec26093 100644 --- a/ed/ids/css-values-3.json +++ b/ed/ids/css-values-3.json @@ -556,8 +556,10 @@ "https://drafts.csswg.org/css-values-3/#example-2622a7d7", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-transform-origin", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A3", - "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A4", "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A4", + "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A5", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-3/#functional-notations", "https://drafts.csswg.org/css-values-3/#functional-notation", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-function-token", @@ -571,7 +573,7 @@ "https://drafts.csswg.org/css-values-3/#ref-for-selectordef-adjacent", "https://drafts.csswg.org/css-values-3/#ref-for-x", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A4", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-3/#ref-for-frequency-value%E2%91%A5", "https://drafts.csswg.org/css-values-3/#ref-for-angle-value%E2%91%A8", "https://drafts.csswg.org/css-values-3/#ref-for-time-value%E2%91%A6", @@ -631,7 +633,7 @@ "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-3/#calc-type-checking", "https://drafts.csswg.org/css-values-3/#resolved-type", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-3/#ref-for-frequency-value%E2%91%A6", "https://drafts.csswg.org/css-values-3/#ref-for-angle-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-3/#ref-for-time-value%E2%91%A7", @@ -645,13 +647,13 @@ "https://drafts.csswg.org/css-values-3/#ref-for-integer-value%E2%91%A7", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-dimension-token%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-cm%E2%91%A2", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-3/#ref-for-deg%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-number-token%E2%91%A2", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-integer-value%E2%91%A8", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-width%E2%91%A6", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-width%E2%91%A7", @@ -659,7 +661,7 @@ "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-percentage-token%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-width%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A0%E2%91%A2", @@ -672,7 +674,7 @@ "https://drafts.csswg.org/css-values-3/#ref-for-propdef-opacity%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-opacity%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-line-height%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-tab-size", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A0%E2%91%A4", @@ -732,14 +734,14 @@ "https://drafts.csswg.org/css-values-3/#ref-for-css-bracketed-range-notation%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-css-value-definition-syntax%E2%91%A0", "https://drafts.csswg.org/css-values-3/#ref-for-propdef-background-position%E2%91%A3", - "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A5", - "https://drafts.csswg.org/css-values-3/#ref-for-propdef-object-position", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A6", + "https://drafts.csswg.org/css-values-3/#ref-for-propdef-object-position", + "https://drafts.csswg.org/css-values-3/#ref-for-typedef-position%E2%91%A7", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-url%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-3/#ref-for-number-value%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A1%E2%91%A8", @@ -753,7 +755,7 @@ "https://drafts.csswg.org/css-values-3/#ref-for-typedef-ident%E2%91%A1", "https://drafts.csswg.org/css-values-3/#ref-for-css-css-identifier%E2%91%A3", "https://drafts.csswg.org/css-values-3/#ref-for-typedef-length-percentage%E2%91%A4", - "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-values-3/#ref-for-length-value%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-values-3/#ref-for-percentage-value%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-values-3/#ref-for-funcdef-calc%E2%91%A2%E2%93%AA", diff --git a/ed/ids/css-values-4.json b/ed/ids/css-values-4.json index 512fb3ec38cb..64572084e7dd 100644 --- a/ed/ids/css-values-4.json +++ b/ed/ids/css-values-4.json @@ -974,28 +974,30 @@ "https://drafts.csswg.org/css-values-4/#example-2622a7d7", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-transform-origin", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A5", - "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#position-serialization", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A7", - "https://drafts.csswg.org/css-values-4/#ref-for-specified-value%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-values-4/#position-serialization", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A8", + "https://drafts.csswg.org/css-values-4/#ref-for-specified-value%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-valdef-background-position-center", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-length-percentage%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-length-percentage%E2%91%A6", - "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-transform-origin%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-computed-value%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-4/#combine-positions", - "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-interpolation%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-length-percentage%E2%91%A7", "https://drafts.csswg.org/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-addition%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-length-percentage%E2%91%A8", "https://drafts.csswg.org/css-values-4/#functional-notations", @@ -1015,7 +1017,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-clamp", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-sin", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A1", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-frequency-value%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-time-value%E2%91%A7", @@ -1037,7 +1039,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-var%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-values-4/#example-1daf921b", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-box-sizing", @@ -1253,13 +1255,13 @@ "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-sqrt%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-match", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A5", - "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A0", + "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A6", - "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-match%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-values-4/#ref-for-canonical-unit%E2%91%A7", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-hypot%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-hypot%E2%91%A3", @@ -1333,7 +1335,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-determine-the-type-of-a-calculation%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-values-4/#calc-syntax", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A3", @@ -1443,20 +1445,20 @@ "https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-values-4/#calc-type-checking", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-values-4/#example-40312766", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A7", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A1", + "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A8", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-css-round-to-the-nearest-integer%E2%91%A1", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-media-progress", "https://drafts.csswg.org/css-values-4/#ref-for-calc-calculation%E2%91%A2%E2%91%A8", @@ -1482,7 +1484,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A3", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A2", @@ -1502,7 +1504,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A3", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A4", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-percent-hint%E2%91%A0", @@ -1552,7 +1554,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A3", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-angle-value%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-time-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-frequency-value%E2%91%A8", @@ -1575,21 +1577,21 @@ "https://drafts.csswg.org/css-values-4/#ref-for-typedef-number-token%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-width%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A7", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A2%E2%91%A8", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-line-height%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-tab-size", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-calc%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A4%E2%93%AA", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%93%AA", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-px%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A1%E2%91%A4", @@ -1738,7 +1740,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-canonical-unit%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-px%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A0", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-values-4/#ref-for-calculation-tree%E2%91%A7", "https://drafts.csswg.org/css-values-4/#ref-for-calculation-tree-calc-operator-nodes%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-serialize-a-calculation-tree", @@ -1804,7 +1806,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-concept-document-quirks", "https://drafts.csswg.org/css-values-4/#typedef-quirky-length", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-quirky-length", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A1", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-background-position%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-border-spacing", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-border-top-width", @@ -1844,7 +1846,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-basic-shape-rect", "https://drafts.csswg.org/css-values-4/#ref-for-propdef-clip%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-quirky-length%E2%91%A0", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A2", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-at-ruledef-supports", "https://drafts.csswg.org/css-values-4/#ref-for-dom-css-supports-conditiontext", "https://drafts.csswg.org/css-values-4/#ref-for-typedef-quirky-length%E2%91%A1", @@ -1890,7 +1892,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-math-function%E2%91%A4%E2%91%A3", "https://drafts.csswg.org/css-values-4/#ref-for-funcdef-mix%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-font-relative-length%E2%91%A6", - "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-values-4/#ref-for-typedef-position%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-specified-value%E2%91%A6", "https://drafts.csswg.org/css-values-4/#ref-for-number%E2%91%A2", "https://drafts.csswg.org/css-values-4/#ref-for-cssnumericvalue-type%E2%91%A1%E2%91%A7", @@ -1915,7 +1917,7 @@ "https://drafts.csswg.org/css-values-4/#ref-for-integer-value%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-number-value%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css-values-4/#ref-for-percentage-value%E2%91%A2%E2%91%A6", - "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A3", + "https://drafts.csswg.org/css-values-4/#ref-for-length-value%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-values-4/#ref-for-valdef-width-auto%E2%91%A0", "https://drafts.csswg.org/css-values-4/#ref-for-svh", "https://drafts.csswg.org/css-values-4/#ref-for-svw", diff --git a/ed/ids/css-values-5.json b/ed/ids/css-values-5.json index e9a9bbb1e21a..7c7b8e7777c5 100644 --- a/ed/ids/css-values-5.json +++ b/ed/ids/css-values-5.json @@ -176,7 +176,6 @@ "https://drafts.csswg.org/css-values-5/#ref-for-registered-custom-property%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-css-parse-something-according-to-a-css-grammar%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-parse-with-a-syntax", "https://drafts.csswg.org/css-values-5/#parse-with-a-syntax", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-syntax%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-string", @@ -403,6 +402,7 @@ "https://drafts.csswg.org/css-values-5/#valdef-position-x-end", "https://drafts.csswg.org/css-values-5/#ref-for-start", "https://drafts.csswg.org/css-values-5/#ref-for-end", + "https://drafts.csswg.org/css-values-5/#ref-for-y-axis", "https://drafts.csswg.org/css-values-5/#ref-for-x-axis", "https://drafts.csswg.org/css-values-5/#valdef-position-block-start", "https://drafts.csswg.org/css-values-5/#valdef-position-block-end", @@ -427,31 +427,33 @@ "https://drafts.csswg.org/css-values-5/#example-2622a7d7", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-transform-origin", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A6", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#position-serialization", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A8", - "https://drafts.csswg.org/css-values-5/#ref-for-specified-value", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#position-serialization", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-values-5/#ref-for-specified-value", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-valdef-background-position-center", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-block-axis%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-inline-axis%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-transform-origin%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-computed-value%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-5/#combine-positions", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-interpolation", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-interpolation", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-addition", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-addition%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#progress", @@ -622,7 +624,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-mix-notations%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-mix", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-percentage-value%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-time-value", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc%E2%91%A0", @@ -658,7 +660,7 @@ "https://drafts.csswg.org/css-values-5/#valdef-progress-percentage-token", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-percentage-token%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-number-value%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-width", "https://drafts.csswg.org/css-values-5/#valdef-progress-number", "https://drafts.csswg.org/css-values-5/#ref-for-number-value%E2%91%A0%E2%91%A2", @@ -930,7 +932,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#example-967482c4", + "https://drafts.csswg.org/css-values-5/#example-3166adc3", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-toggle%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-toggle%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-toggle%E2%91%A5", @@ -982,7 +984,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-used-value%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-values-5/#ref-for-valdef-width-auto", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A6", "https://drafts.csswg.org/css-values-5/#attr-notation", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A2", "https://drafts.csswg.org/css-values-5/#funcdef-attr", @@ -1049,7 +1051,6 @@ "https://drafts.csswg.org/css-values-5/#ref-for-guaranteed-invalid-value%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-guaranteed-invalid-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-string-value%E2%91%A6", - "https://drafts.csswg.org/css-values-5/#ref-for-parse-with-a-syntax%E2%91%A0", "https://drafts.csswg.org/css-values-5/#attr-security", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A2", @@ -1086,7 +1087,6 @@ "https://drafts.csswg.org/css-values-5/#attr-cycles", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-arbitrary-substitution-function%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-parse-with-a-syntax%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-arbitrary-substitution-function%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A1%E2%93%AA", @@ -1172,7 +1172,8 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-calc-calculation%E2%91%A6", "https://drafts.csswg.org/css-values-5/#example-84ddc1e3", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A6", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#example-1401de84", "https://drafts.csswg.org/css-values-5/#example-fd41058f", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-round", @@ -1182,7 +1183,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-percentage-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-determine-the-type-of-a-calculation", "https://drafts.csswg.org/css-values-5/#example-d128ac17", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-simplify-a-calculation-tree", "https://drafts.csswg.org/css-values-5/#ref-for-calc-calculation%E2%91%A8", @@ -1312,14 +1313,14 @@ "https://drafts.csswg.org/css-values-5/#funcdef-calc-size", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-size-basis", "https://drafts.csswg.org/css-values-5/#ref-for-comb-comma%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-5/#typedef-calc-size-basis", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-intrinsic-size-keyword", "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A8", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-5/#typedef-intrinsic-size-keyword", "https://drafts.csswg.org/css-values-5/#ref-for-intrinsic-size%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-width%E2%91%A4", @@ -1331,20 +1332,20 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc%E2%91%A4", "https://drafts.csswg.org/css-values-5/#calc-size-basis", "https://drafts.csswg.org/css-values-5/#calc-size-calculation", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-cssnumericvalue-type", "https://drafts.csswg.org/css-values-5/#ref-for-cssnumericvalue-match", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A8", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-calculation", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-basis", "https://drafts.csswg.org/css-values-5/#ref-for-valdef-calc-size-any", "https://drafts.csswg.org/css-values-5/#valdef-calc-size-size", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-used-value%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-intrinsic-size%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A6", @@ -1360,7 +1361,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-computed-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-calculation%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-basis%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-values-5/#calc-size-canonicalize-for-interpolation", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-basis%E2%91%A1", @@ -1370,14 +1371,14 @@ "https://drafts.csswg.org/css-values-5/#ref-for-substitute-into-a-calc-size-calculation", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-calculation%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-basis%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-cssnumericvalue-type%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-cssnumericvalue-match%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-length-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-substitute-into-a-calc-size-calculation%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-calculation%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-basis%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-de-percentify-a-calc-size-calculation", "https://drafts.csswg.org/css-values-5/#ref-for-substitute-into-a-calc-size-calculation%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-calc-size-calculation%E2%91%A4", @@ -1443,7 +1444,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-length-percentage%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-intrinsic-size-keyword%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-calc-sum%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-values-5/#example-4f69fe99", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-calc-size%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-height%E2%91%A3", @@ -1611,12 +1612,12 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-media-progress%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-container-progress%E2%91%A7", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-flow-relative%E2%91%A0", "https://drafts.csswg.org/css-values-5/#additions-L4", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-url-modifier%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-url-value%E2%91%A5", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-flow-relative%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-first-valid%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-if%E2%91%A7", @@ -1783,6 +1784,7 @@ "https://drafts.csswg.org/css-values-5/#90c7548c", "https://drafts.csswg.org/css-values-5/#eb6008ce", "https://drafts.csswg.org/css-values-5/#e348080e", + "https://drafts.csswg.org/css-values-5/#66af6246", "https://drafts.csswg.org/css-values-5/#fecad99e", "https://drafts.csswg.org/css-values-5/#67fd880f", "https://drafts.csswg.org/css-values-5/#5c96d703", diff --git a/ed/ids/css-view-transitions-1.json b/ed/ids/css-view-transitions-1.json index 2b264b302dce..2fb3e5b40325 100644 --- a/ed/ids/css-view-transitions-1.json +++ b/ed/ids/css-view-transitions-1.json @@ -401,6 +401,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-updatecallbackdone%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-viewtransition%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-ready%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-updatecallbackdone%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-dom-viewtransition-ready%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-view-transition-pseudo-elements%E2%91%A4", @@ -685,7 +686,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-color-scheme%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-computed-value%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-list-iterate%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-captured-in-a-view-transition%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#capture-new-state-algorithm", @@ -1018,7 +1019,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#ref-for-view-transition-tree%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-selectordef-view-transition-group%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-document%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-1/#changes-since-2022-05-25", "https://drafts.csswg.org/css-view-transitions-1/#changes-since-2022-11-24", "https://drafts.csswg.org/css-view-transitions-1/#ref-for-callbackdef-viewtransitionupdatecallback%E2%91%A0%E2%91%A5", @@ -1235,7 +1236,7 @@ "https://drafts.csswg.org/css-view-transitions-1/#biblio-pointerevents3", "https://drafts.csswg.org/css-view-transitions-1/#biblio-scroll-animations-1", "https://drafts.csswg.org/css-view-transitions-1/#property-index", - "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-1/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-1/#idl-index" ] } \ No newline at end of file diff --git a/ed/ids/css-writing-modes-3.json b/ed/ids/css-writing-modes-3.json index 4a5da70f0d77..528d67bb08ab 100644 --- a/ed/ids/css-writing-modes-3.json +++ b/ed/ids/css-writing-modes-3.json @@ -779,6 +779,7 @@ "https://drafts.csswg.org/css-writing-modes-3/#index", "https://drafts.csswg.org/css-writing-modes-3/#index-defined-here", "https://drafts.csswg.org/css-writing-modes-3/#index-defined-elsewhere", + "https://drafts.csswg.org/css-writing-modes-3/#6916104d", "https://drafts.csswg.org/css-writing-modes-3/#cbfeec00", "https://drafts.csswg.org/css-writing-modes-3/#aaf6abed", "https://drafts.csswg.org/css-writing-modes-3/#ad065a5c", @@ -814,6 +815,7 @@ "https://drafts.csswg.org/css-writing-modes-3/#e0b6ed58", "https://drafts.csswg.org/css-writing-modes-3/#396d5070", "https://drafts.csswg.org/css-writing-modes-3/#60bbf126", + "https://drafts.csswg.org/css-writing-modes-3/#46080d3b", "https://drafts.csswg.org/css-writing-modes-3/#106b3021", "https://drafts.csswg.org/css-writing-modes-3/#0e5cedd7", "https://drafts.csswg.org/css-writing-modes-3/#b713cb30", @@ -842,6 +844,7 @@ "https://drafts.csswg.org/css-writing-modes-3/#8831f13c", "https://drafts.csswg.org/css-writing-modes-3/#cbc54f93", "https://drafts.csswg.org/css-writing-modes-3/#237b3136", + "https://drafts.csswg.org/css-writing-modes-3/#ffc192db", "https://drafts.csswg.org/css-writing-modes-3/#f338a9f0", "https://drafts.csswg.org/css-writing-modes-3/#3559c926", "https://drafts.csswg.org/css-writing-modes-3/#70c9f859", @@ -852,13 +855,11 @@ "https://drafts.csswg.org/css-writing-modes-3/#3e6545d2", "https://drafts.csswg.org/css-writing-modes-3/#ac54fbff", "https://drafts.csswg.org/css-writing-modes-3/#ea8fc05c", - "https://drafts.csswg.org/css-writing-modes-3/#ffc192db", - "https://drafts.csswg.org/css-writing-modes-3/#6916104d", - "https://drafts.csswg.org/css-writing-modes-3/#46080d3b", "https://drafts.csswg.org/css-writing-modes-3/#2f0492ac", "https://drafts.csswg.org/css-writing-modes-3/#758665a5", "https://drafts.csswg.org/css-writing-modes-3/#references", "https://drafts.csswg.org/css-writing-modes-3/#normative", + "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-backgrounds-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-box-4", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-cascade-5", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-display-3", @@ -867,41 +868,32 @@ "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-inline-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-multicol-2", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-overflow-3", + "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-page-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-shapes-1", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-sizing-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-tables-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-text-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-text-4", + "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-text-decor-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-text-decor-4", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-values-3", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-values-4", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css2", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css22", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3-break", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3-text-decor", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3bg", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3col", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3page", "https://drafts.csswg.org/css-writing-modes-3/#biblio-html", "https://drafts.csswg.org/css-writing-modes-3/#biblio-mediaqueries-5", "https://drafts.csswg.org/css-writing-modes-3/#biblio-rfc2119", "https://drafts.csswg.org/css-writing-modes-3/#biblio-rfc6919", "https://drafts.csswg.org/css-writing-modes-3/#biblio-svg11", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-uax11", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-uax24", "https://drafts.csswg.org/css-writing-modes-3/#biblio-uax50", "https://drafts.csswg.org/css-writing-modes-3/#biblio-uax9", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-unicode", "https://drafts.csswg.org/css-writing-modes-3/#informative", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-break-4", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-cascade-4", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-contain-1", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-contain-2", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-flexbox-1", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-fonts-4", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-logical-1", "https://drafts.csswg.org/css-writing-modes-3/#biblio-css-writing-modes-4", - "https://drafts.csswg.org/css-writing-modes-3/#biblio-css3-fonts", "https://drafts.csswg.org/css-writing-modes-3/#biblio-html401", "https://drafts.csswg.org/css-writing-modes-3/#biblio-utn22", "https://drafts.csswg.org/css-writing-modes-3/#property-index", diff --git a/ed/ids/css-writing-modes-4.json b/ed/ids/css-writing-modes-4.json index 47056a500818..0f9685dc4a16 100644 --- a/ed/ids/css-writing-modes-4.json +++ b/ed/ids/css-writing-modes-4.json @@ -921,6 +921,7 @@ "https://drafts.csswg.org/css-writing-modes-4/#index-defined-here", "https://drafts.csswg.org/css-writing-modes-4/#index-defined-elsewhere", "https://drafts.csswg.org/css-writing-modes-4/#07cc8d20", + "https://drafts.csswg.org/css-writing-modes-4/#6916104d", "https://drafts.csswg.org/css-writing-modes-4/#cbfeec00", "https://drafts.csswg.org/css-writing-modes-4/#aaf6abed", "https://drafts.csswg.org/css-writing-modes-4/#ad065a5c", @@ -963,29 +964,8 @@ "https://drafts.csswg.org/css-writing-modes-4/#c6811fc7", "https://drafts.csswg.org/css-writing-modes-4/#86923d07", "https://drafts.csswg.org/css-writing-modes-4/#60bbf126", + "https://drafts.csswg.org/css-writing-modes-4/#46080d3b", "https://drafts.csswg.org/css-writing-modes-4/#106b3021", - "https://drafts.csswg.org/css-writing-modes-4/#ce9e274e", - "https://drafts.csswg.org/css-writing-modes-4/#6882117f", - "https://drafts.csswg.org/css-writing-modes-4/#07083329", - "https://drafts.csswg.org/css-writing-modes-4/#0eb9789d", - "https://drafts.csswg.org/css-writing-modes-4/#c5e97f7c", - "https://drafts.csswg.org/css-writing-modes-4/#4356bfe3", - "https://drafts.csswg.org/css-writing-modes-4/#d2ac383e", - "https://drafts.csswg.org/css-writing-modes-4/#8831f13c", - "https://drafts.csswg.org/css-writing-modes-4/#cbc54f93", - "https://drafts.csswg.org/css-writing-modes-4/#c1f9d7c8", - "https://drafts.csswg.org/css-writing-modes-4/#237b3136", - "https://drafts.csswg.org/css-writing-modes-4/#f338a9f0", - "https://drafts.csswg.org/css-writing-modes-4/#9f9120ff", - "https://drafts.csswg.org/css-writing-modes-4/#3559c926", - "https://drafts.csswg.org/css-writing-modes-4/#70c9f859", - "https://drafts.csswg.org/css-writing-modes-4/#537cf076", - "https://drafts.csswg.org/css-writing-modes-4/#358fd6ff", - "https://drafts.csswg.org/css-writing-modes-4/#35d9f24e", - "https://drafts.csswg.org/css-writing-modes-4/#6ec67710", - "https://drafts.csswg.org/css-writing-modes-4/#3e6545d2", - "https://drafts.csswg.org/css-writing-modes-4/#ac54fbff", - "https://drafts.csswg.org/css-writing-modes-4/#ea8fc05c", "https://drafts.csswg.org/css-writing-modes-4/#0e5cedd7", "https://drafts.csswg.org/css-writing-modes-4/#8623f7e4", "https://drafts.csswg.org/css-writing-modes-4/#a533883f", @@ -1007,14 +987,35 @@ "https://drafts.csswg.org/css-writing-modes-4/#e3bdfa96", "https://drafts.csswg.org/css-writing-modes-4/#8ce2e266", "https://drafts.csswg.org/css-writing-modes-4/#88643fe0", + "https://drafts.csswg.org/css-writing-modes-4/#ce9e274e", + "https://drafts.csswg.org/css-writing-modes-4/#6882117f", + "https://drafts.csswg.org/css-writing-modes-4/#07083329", + "https://drafts.csswg.org/css-writing-modes-4/#0eb9789d", + "https://drafts.csswg.org/css-writing-modes-4/#c5e97f7c", + "https://drafts.csswg.org/css-writing-modes-4/#4356bfe3", + "https://drafts.csswg.org/css-writing-modes-4/#d2ac383e", + "https://drafts.csswg.org/css-writing-modes-4/#8831f13c", + "https://drafts.csswg.org/css-writing-modes-4/#cbc54f93", + "https://drafts.csswg.org/css-writing-modes-4/#c1f9d7c8", + "https://drafts.csswg.org/css-writing-modes-4/#237b3136", "https://drafts.csswg.org/css-writing-modes-4/#ffc192db", - "https://drafts.csswg.org/css-writing-modes-4/#6916104d", - "https://drafts.csswg.org/css-writing-modes-4/#46080d3b", + "https://drafts.csswg.org/css-writing-modes-4/#f338a9f0", + "https://drafts.csswg.org/css-writing-modes-4/#9f9120ff", + "https://drafts.csswg.org/css-writing-modes-4/#3559c926", + "https://drafts.csswg.org/css-writing-modes-4/#70c9f859", + "https://drafts.csswg.org/css-writing-modes-4/#537cf076", + "https://drafts.csswg.org/css-writing-modes-4/#358fd6ff", + "https://drafts.csswg.org/css-writing-modes-4/#35d9f24e", + "https://drafts.csswg.org/css-writing-modes-4/#6ec67710", + "https://drafts.csswg.org/css-writing-modes-4/#3e6545d2", + "https://drafts.csswg.org/css-writing-modes-4/#ac54fbff", + "https://drafts.csswg.org/css-writing-modes-4/#ea8fc05c", "https://drafts.csswg.org/css-writing-modes-4/#2f0492ac", "https://drafts.csswg.org/css-writing-modes-4/#758665a5", "https://drafts.csswg.org/css-writing-modes-4/#references", "https://drafts.csswg.org/css-writing-modes-4/#normative", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-align-3", + "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-backgrounds-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-box-4", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-break-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-break-4", @@ -1025,40 +1026,32 @@ "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-inline-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-multicol-2", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-overflow-3", + "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-page-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-shapes-1", + "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-sizing-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-speech-1", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-tables-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-text-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-text-4", + "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-text-decor-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-text-decor-4", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-values-3", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-values-4", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css2", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css22", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3-sizing", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3-text-decor", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3bg", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3col", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3page", "https://drafts.csswg.org/css-writing-modes-4/#biblio-html", "https://drafts.csswg.org/css-writing-modes-4/#biblio-mediaqueries-5", "https://drafts.csswg.org/css-writing-modes-4/#biblio-rfc2119", "https://drafts.csswg.org/css-writing-modes-4/#biblio-rfc6919", "https://drafts.csswg.org/css-writing-modes-4/#biblio-svg11", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-uax11", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-uax24", "https://drafts.csswg.org/css-writing-modes-4/#biblio-uax50", "https://drafts.csswg.org/css-writing-modes-4/#biblio-uax9", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-unicode", "https://drafts.csswg.org/css-writing-modes-4/#informative", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-cascade-4", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-contain-1", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-contain-2", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-flexbox-1", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-fonts-4", "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-grid-2", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css-logical-1", - "https://drafts.csswg.org/css-writing-modes-4/#biblio-css3-fonts", "https://drafts.csswg.org/css-writing-modes-4/#biblio-html401", "https://drafts.csswg.org/css-writing-modes-4/#biblio-utn22", "https://drafts.csswg.org/css-writing-modes-4/#property-index", diff --git a/ed/ids/rdf12-concepts.json b/ed/ids/rdf12-concepts.json index 4f782885f85d..7548852aa9c9 100644 --- a/ed/ids/rdf12-concepts.json +++ b/ed/ids/rdf12-concepts.json @@ -42,6 +42,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-2", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-129", + "https://w3c.github.io/rdf-concepts/spec/#h-issue", "https://w3c.github.io/rdf-concepts/spec/#resources-and-statements", "https://w3c.github.io/rdf-concepts/spec/#x1-2-resources-and-statements", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-2", @@ -201,6 +203,8 @@ "https://w3c.github.io/rdf-concepts/spec/#dfn-inconsistent", "https://w3c.github.io/rdf-concepts/spec/#dfn-inconsistency", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-17", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-118", + "https://w3c.github.io/rdf-concepts/spec/#h-issue-0", "https://w3c.github.io/rdf-concepts/spec/#dfn-entailment-regime", "https://w3c.github.io/rdf-concepts/spec/#dfn-entailment-regime-0", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-entailment-regime-1", @@ -238,6 +242,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-18", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-1", "https://w3c.github.io/rdf-concepts/spec/#h-ednote-0", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-70", + "https://w3c.github.io/rdf-concepts/spec/#h-issue-1", "https://w3c.github.io/rdf-concepts/spec/#rdf-strings", "https://w3c.github.io/rdf-concepts/spec/#x2-1-strings-in-rdf", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-string", @@ -448,6 +454,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-30", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-equality-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-term-equality-2", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-128", + "https://w3c.github.io/rdf-concepts/spec/#h-issue-2", "https://w3c.github.io/rdf-concepts/spec/#section-dataset", "https://w3c.github.io/rdf-concepts/spec/#x4-rdf-datasets", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-dataset", @@ -606,6 +614,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-xsd-double-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-xsd-float-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-xsd-decimal-2", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-92", + "https://w3c.github.io/rdf-concepts/spec/#h-issue-3", "https://w3c.github.io/rdf-concepts/spec/#datatype-iris", "https://w3c.github.io/rdf-concepts/spec/#x5-2-datatype-iris", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-34", @@ -819,6 +829,10 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-true-false-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-true-false-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-null-3", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-116", + "https://w3c.github.io/rdf-concepts/spec/#h-issue-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-maps-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-json-object-2", "https://w3c.github.io/rdf-concepts/spec/#privacy", "https://w3c.github.io/rdf-concepts/spec/#b-privacy-considerations", "https://w3c.github.io/rdf-concepts/spec/#security", @@ -838,9 +852,6 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-i18n-namespace-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-25", - "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-9", - "https://w3c.github.io/rdf-concepts/spec/#h-issue", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-i18n-namespace-2", "https://w3c.github.io/rdf-concepts/spec/#iri-abnf", "https://w3c.github.io/rdf-concepts/spec/#e-iri-grammar", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-collected-abnf-for-uri-1", diff --git a/ed/ids/selectors-4.json b/ed/ids/selectors-4.json index 5a62aeb08a72..e96435a9e229 100644 --- a/ed/ids/selectors-4.json +++ b/ed/ids/selectors-4.json @@ -884,7 +884,7 @@ "https://drafts.csswg.org/selectors-4/#ref-for-user-valid-pseudo%E2%91%A0", "https://drafts.csswg.org/selectors-4/#ref-for-valid-pseudo%E2%91%A4", "https://drafts.csswg.org/selectors-4/#ref-for-selector-user-invalid", - "https://drafts.csswg.org/selectors-4/#example-dcf2cbf6", + "https://drafts.csswg.org/selectors-4/#example-81851d24", "https://drafts.csswg.org/selectors-4/#ref-for-the-input-element%E2%91%A3", "https://drafts.csswg.org/selectors-4/#ref-for-invalid-pseudo%E2%91%A4", "https://drafts.csswg.org/selectors-4/#ref-for-the-input-element%E2%91%A4", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index b9b989645d7b..ee3dcb935533 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -46,43 +46,44 @@ "https://tc39.es/proposal-temporal/#sec-temporal-now-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-temporal-now-object", "https://tc39.es/proposal-temporal/#sec-temporal.now.timezoneid", - "https://tc39.es/proposal-temporal/#_ref_87", + "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", + "https://tc39.es/proposal-temporal/#_ref_87", "https://tc39.es/proposal-temporal/#_ref_88", - "https://tc39.es/proposal-temporal/#_ref_89", "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_89", "https://tc39.es/proposal-temporal/#_ref_90", - "https://tc39.es/proposal-temporal/#_ref_91", "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_91", "https://tc39.es/proposal-temporal/#_ref_92", "https://tc39.es/proposal-temporal/#_ref_93", "https://tc39.es/proposal-temporal/#_ref_94", - "https://tc39.es/proposal-temporal/#_ref_95", "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", + "https://tc39.es/proposal-temporal/#_ref_95", "https://tc39.es/proposal-temporal/#_ref_96", - "https://tc39.es/proposal-temporal/#_ref_97", "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", + "https://tc39.es/proposal-temporal/#_ref_97", "https://tc39.es/proposal-temporal/#_ref_98", - "https://tc39.es/proposal-temporal/#_ref_99", "https://tc39.es/proposal-temporal/#sec-temporal-now-abstract-ops", "https://tc39.es/proposal-temporal/#sec-hostsystemutcepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_99", "https://tc39.es/proposal-temporal/#_ref_100", "https://tc39.es/proposal-temporal/#_ref_101", "https://tc39.es/proposal-temporal/#_ref_102", - "https://tc39.es/proposal-temporal/#_ref_103", "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochmilliseconds", - "https://tc39.es/proposal-temporal/#_ref_104", + "https://tc39.es/proposal-temporal/#_ref_103", "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_105", + "https://tc39.es/proposal-temporal/#_ref_104", "https://tc39.es/proposal-temporal/#sec-temporal-systemdatetime", + "https://tc39.es/proposal-temporal/#_ref_105", "https://tc39.es/proposal-temporal/#_ref_106", "https://tc39.es/proposal-temporal/#_ref_107", "https://tc39.es/proposal-temporal/#_ref_108", "https://tc39.es/proposal-temporal/#_ref_109", - "https://tc39.es/proposal-temporal/#_ref_110", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate", + "https://tc39.es/proposal-temporal/#_ref_110", "https://tc39.es/proposal-temporal/#_ref_111", "https://tc39.es/proposal-temporal/#_ref_112", "https://tc39.es/proposal-temporal/#_ref_113", @@ -90,64 +91,64 @@ "https://tc39.es/proposal-temporal/#_ref_115", "https://tc39.es/proposal-temporal/#_ref_116", "https://tc39.es/proposal-temporal/#_ref_117", - "https://tc39.es/proposal-temporal/#_ref_118", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", - "https://tc39.es/proposal-temporal/#_ref_119", + "https://tc39.es/proposal-temporal/#_ref_118", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", + "https://tc39.es/proposal-temporal/#_ref_119", "https://tc39.es/proposal-temporal/#_ref_120", "https://tc39.es/proposal-temporal/#_ref_121", - "https://tc39.es/proposal-temporal/#_ref_122", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_123", + "https://tc39.es/proposal-temporal/#_ref_122", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_124", + "https://tc39.es/proposal-temporal/#_ref_123", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_125", + "https://tc39.es/proposal-temporal/#_ref_124", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_126", + "https://tc39.es/proposal-temporal/#_ref_125", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_127", + "https://tc39.es/proposal-temporal/#_ref_126", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_128", + "https://tc39.es/proposal-temporal/#_ref_127", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_129", + "https://tc39.es/proposal-temporal/#_ref_128", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_130", + "https://tc39.es/proposal-temporal/#_ref_129", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_131", + "https://tc39.es/proposal-temporal/#_ref_130", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_132", + "https://tc39.es/proposal-temporal/#_ref_131", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_133", + "https://tc39.es/proposal-temporal/#_ref_132", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_134", + "https://tc39.es/proposal-temporal/#_ref_133", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_135", + "https://tc39.es/proposal-temporal/#_ref_134", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_136", + "https://tc39.es/proposal-temporal/#_ref_135", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_137", + "https://tc39.es/proposal-temporal/#_ref_136", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_137", "https://tc39.es/proposal-temporal/#_ref_138", "https://tc39.es/proposal-temporal/#_ref_139", "https://tc39.es/proposal-temporal/#_ref_140", - "https://tc39.es/proposal-temporal/#_ref_141", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", + "https://tc39.es/proposal-temporal/#_ref_141", "https://tc39.es/proposal-temporal/#_ref_142", "https://tc39.es/proposal-temporal/#_ref_143", "https://tc39.es/proposal-temporal/#_ref_144", - "https://tc39.es/proposal-temporal/#_ref_145", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_146", + "https://tc39.es/proposal-temporal/#_ref_145", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_147", + "https://tc39.es/proposal-temporal/#_ref_146", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_147", "https://tc39.es/proposal-temporal/#_ref_148", "https://tc39.es/proposal-temporal/#_ref_149", "https://tc39.es/proposal-temporal/#_ref_150", @@ -155,23 +156,23 @@ "https://tc39.es/proposal-temporal/#_ref_152", "https://tc39.es/proposal-temporal/#_ref_153", "https://tc39.es/proposal-temporal/#_ref_154", - "https://tc39.es/proposal-temporal/#_ref_155", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#_ref_155", "https://tc39.es/proposal-temporal/#_ref_156", - "https://tc39.es/proposal-temporal/#_ref_157", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_158", + "https://tc39.es/proposal-temporal/#_ref_157", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_159", + "https://tc39.es/proposal-temporal/#_ref_158", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_159", "https://tc39.es/proposal-temporal/#_ref_160", "https://tc39.es/proposal-temporal/#_ref_161", - "https://tc39.es/proposal-temporal/#_ref_162", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#_ref_162", "https://tc39.es/proposal-temporal/#_ref_163", "https://tc39.es/proposal-temporal/#_ref_164", - "https://tc39.es/proposal-temporal/#_ref_165", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_165", "https://tc39.es/proposal-temporal/#_ref_166", "https://tc39.es/proposal-temporal/#_ref_167", "https://tc39.es/proposal-temporal/#_ref_168", @@ -180,36 +181,36 @@ "https://tc39.es/proposal-temporal/#_ref_171", "https://tc39.es/proposal-temporal/#_ref_172", "https://tc39.es/proposal-temporal/#_ref_173", - "https://tc39.es/proposal-temporal/#_ref_174", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_174", "https://tc39.es/proposal-temporal/#_ref_175", "https://tc39.es/proposal-temporal/#_ref_176", - "https://tc39.es/proposal-temporal/#_ref_177", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_178", + "https://tc39.es/proposal-temporal/#_ref_177", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_179", + "https://tc39.es/proposal-temporal/#_ref_178", "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_9", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", + "https://tc39.es/proposal-temporal/#_ref_179", "https://tc39.es/proposal-temporal/#_ref_180", - "https://tc39.es/proposal-temporal/#_ref_181", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", - "https://tc39.es/proposal-temporal/#_ref_182", + "https://tc39.es/proposal-temporal/#_ref_181", "https://tc39.es/proposal-temporal/#_ref_10", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_183", + "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", + "https://tc39.es/proposal-temporal/#_ref_183", "https://tc39.es/proposal-temporal/#_ref_184", "https://tc39.es/proposal-temporal/#_ref_185", - "https://tc39.es/proposal-temporal/#_ref_186", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", + "https://tc39.es/proposal-temporal/#_ref_186", "https://tc39.es/proposal-temporal/#_ref_187", "https://tc39.es/proposal-temporal/#_ref_188", - "https://tc39.es/proposal-temporal/#_ref_189", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", + "https://tc39.es/proposal-temporal/#_ref_189", "https://tc39.es/proposal-temporal/#_ref_190", "https://tc39.es/proposal-temporal/#_ref_191", "https://tc39.es/proposal-temporal/#_ref_192", @@ -227,25 +228,25 @@ "https://tc39.es/proposal-temporal/#_ref_204", "https://tc39.es/proposal-temporal/#_ref_205", "https://tc39.es/proposal-temporal/#_ref_206", + "https://tc39.es/proposal-temporal/#_ref_2285", "https://tc39.es/proposal-temporal/#_ref_207", - "https://tc39.es/proposal-temporal/#_ref_2325", "https://tc39.es/proposal-temporal/#_ref_208", "https://tc39.es/proposal-temporal/#_ref_209", "https://tc39.es/proposal-temporal/#_ref_210", "https://tc39.es/proposal-temporal/#_ref_211", - "https://tc39.es/proposal-temporal/#_ref_212", "https://tc39.es/proposal-temporal/#sec-temporal-isodatesurpasses", + "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-regulateisodate", + "https://tc39.es/proposal-temporal/#_ref_214", "https://tc39.es/proposal-temporal/#_ref_215", "https://tc39.es/proposal-temporal/#_ref_216", "https://tc39.es/proposal-temporal/#_ref_217", "https://tc39.es/proposal-temporal/#_ref_218", - "https://tc39.es/proposal-temporal/#_ref_219", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", - "https://tc39.es/proposal-temporal/#_ref_220", + "https://tc39.es/proposal-temporal/#_ref_219", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", + "https://tc39.es/proposal-temporal/#_ref_220", "https://tc39.es/proposal-temporal/#_ref_221", "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#_ref_223", @@ -254,21 +255,21 @@ "https://tc39.es/proposal-temporal/#_ref_226", "https://tc39.es/proposal-temporal/#_ref_227", "https://tc39.es/proposal-temporal/#_ref_228", - "https://tc39.es/proposal-temporal/#_ref_229", "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", + "https://tc39.es/proposal-temporal/#_ref_229", "https://tc39.es/proposal-temporal/#_ref_230", - "https://tc39.es/proposal-temporal/#_ref_231", "https://tc39.es/proposal-temporal/#sec-temporal-isodatewithinlimits", + "https://tc39.es/proposal-temporal/#_ref_231", "https://tc39.es/proposal-temporal/#_ref_232", "https://tc39.es/proposal-temporal/#_ref_233", "https://tc39.es/proposal-temporal/#_ref_234", "https://tc39.es/proposal-temporal/#_ref_235", - "https://tc39.es/proposal-temporal/#_ref_236", "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", + "https://tc39.es/proposal-temporal/#_ref_236", "https://tc39.es/proposal-temporal/#_ref_237", - "https://tc39.es/proposal-temporal/#_ref_238", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", + "https://tc39.es/proposal-temporal/#_ref_238", "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", "https://tc39.es/proposal-temporal/#_ref_241", @@ -284,18 +285,18 @@ "https://tc39.es/proposal-temporal/#_ref_251", "https://tc39.es/proposal-temporal/#_ref_252", "https://tc39.es/proposal-temporal/#_ref_253", - "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodate", + "https://tc39.es/proposal-temporal/#_ref_254", "https://tc39.es/proposal-temporal/#_ref_255", "https://tc39.es/proposal-temporal/#_ref_256", "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#_ref_258", "https://tc39.es/proposal-temporal/#_ref_259", "https://tc39.es/proposal-temporal/#_ref_260", - "https://tc39.es/proposal-temporal/#_ref_261", "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_261", "https://tc39.es/proposal-temporal/#_ref_262", "https://tc39.es/proposal-temporal/#_ref_263", "https://tc39.es/proposal-temporal/#_ref_264", @@ -304,15 +305,14 @@ "https://tc39.es/proposal-temporal/#_ref_267", "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-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_271", + "https://tc39.es/proposal-temporal/#_ref_270", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", + "https://tc39.es/proposal-temporal/#_ref_271", "https://tc39.es/proposal-temporal/#_ref_272", "https://tc39.es/proposal-temporal/#_ref_273", - "https://tc39.es/proposal-temporal/#_ref_274", "https://tc39.es/proposal-temporal/#sec-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-%25symbol.tostringtag%25", @@ -323,21 +323,22 @@ "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_275", + "https://tc39.es/proposal-temporal/#_ref_274", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_276", + "https://tc39.es/proposal-temporal/#_ref_275", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_276", "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/#_ref_281", - "https://tc39.es/proposal-temporal/#_ref_282", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_283", + "https://tc39.es/proposal-temporal/#_ref_282", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_284", + "https://tc39.es/proposal-temporal/#_ref_283", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", + "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", @@ -348,11 +349,11 @@ "https://tc39.es/proposal-temporal/#_ref_292", "https://tc39.es/proposal-temporal/#_ref_293", "https://tc39.es/proposal-temporal/#_ref_294", - "https://tc39.es/proposal-temporal/#_ref_295", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", + "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/#sec-temporal.plaintime.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_297", "https://tc39.es/proposal-temporal/#_ref_298", "https://tc39.es/proposal-temporal/#_ref_299", "https://tc39.es/proposal-temporal/#_ref_300", @@ -361,41 +362,41 @@ "https://tc39.es/proposal-temporal/#_ref_303", "https://tc39.es/proposal-temporal/#_ref_304", "https://tc39.es/proposal-temporal/#_ref_305", - "https://tc39.es/proposal-temporal/#_ref_306", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_307", + "https://tc39.es/proposal-temporal/#_ref_306", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_308", + "https://tc39.es/proposal-temporal/#_ref_307", "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/#_ref_309", + "https://tc39.es/proposal-temporal/#_ref_308", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-time-records", + "https://tc39.es/proposal-temporal/#_ref_309", "https://tc39.es/proposal-temporal/#_ref_310", - "https://tc39.es/proposal-temporal/#_ref_311", "https://tc39.es/proposal-temporal/#_ref_12", "https://tc39.es/proposal-temporal/#table-temporal-time-record-fields", - "https://tc39.es/proposal-temporal/#_ref_312", + "https://tc39.es/proposal-temporal/#_ref_311", "https://tc39.es/proposal-temporal/#sec-temporal-createtimerecord", + "https://tc39.es/proposal-temporal/#_ref_312", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", "https://tc39.es/proposal-temporal/#_ref_315", - "https://tc39.es/proposal-temporal/#_ref_316", "https://tc39.es/proposal-temporal/#sec-temporal-midnighttimerecord", + "https://tc39.es/proposal-temporal/#_ref_316", "https://tc39.es/proposal-temporal/#_ref_317", - "https://tc39.es/proposal-temporal/#_ref_318", "https://tc39.es/proposal-temporal/#sec-temporal-noontimerecord", + "https://tc39.es/proposal-temporal/#_ref_318", "https://tc39.es/proposal-temporal/#_ref_319", - "https://tc39.es/proposal-temporal/#_ref_320", "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", + "https://tc39.es/proposal-temporal/#_ref_320", "https://tc39.es/proposal-temporal/#_ref_321", "https://tc39.es/proposal-temporal/#_ref_322", "https://tc39.es/proposal-temporal/#_ref_323", "https://tc39.es/proposal-temporal/#_ref_324", - "https://tc39.es/proposal-temporal/#_ref_325", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", + "https://tc39.es/proposal-temporal/#_ref_325", "https://tc39.es/proposal-temporal/#_ref_326", "https://tc39.es/proposal-temporal/#_ref_327", "https://tc39.es/proposal-temporal/#_ref_328", @@ -411,23 +412,23 @@ "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_2286", + "https://tc39.es/proposal-temporal/#_ref_2287", "https://tc39.es/proposal-temporal/#_ref_341", - "https://tc39.es/proposal-temporal/#_ref_2326", - "https://tc39.es/proposal-temporal/#_ref_2327", "https://tc39.es/proposal-temporal/#_ref_342", "https://tc39.es/proposal-temporal/#_ref_343", - "https://tc39.es/proposal-temporal/#_ref_344", "https://tc39.es/proposal-temporal/#sec-temporal-totimerecordormidnight", + "https://tc39.es/proposal-temporal/#_ref_344", "https://tc39.es/proposal-temporal/#_ref_345", "https://tc39.es/proposal-temporal/#_ref_346", "https://tc39.es/proposal-temporal/#_ref_347", - "https://tc39.es/proposal-temporal/#_ref_348", "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", + "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/#sec-temporal-isvalidtime", "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", + "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/#_ref_354", @@ -435,34 +436,34 @@ "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/#sec-temporal-createtemporaltime", - "https://tc39.es/proposal-temporal/#_ref_360", + "https://tc39.es/proposal-temporal/#_ref_359", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", + "https://tc39.es/proposal-temporal/#_ref_360", "https://tc39.es/proposal-temporal/#_ref_361", "https://tc39.es/proposal-temporal/#_ref_362", "https://tc39.es/proposal-temporal/#_ref_363", "https://tc39.es/proposal-temporal/#_ref_364", "https://tc39.es/proposal-temporal/#_ref_365", - "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", "https://tc39.es/proposal-temporal/#sec-temporal-timerecordtostring", + "https://tc39.es/proposal-temporal/#_ref_366", "https://tc39.es/proposal-temporal/#_ref_367", - "https://tc39.es/proposal-temporal/#_ref_368", "https://tc39.es/proposal-temporal/#sec-temporal-comparetimerecord", + "https://tc39.es/proposal-temporal/#_ref_368", "https://tc39.es/proposal-temporal/#_ref_369", - "https://tc39.es/proposal-temporal/#_ref_370", "https://tc39.es/proposal-temporal/#sec-temporal-addtime", + "https://tc39.es/proposal-temporal/#_ref_370", "https://tc39.es/proposal-temporal/#_ref_371", "https://tc39.es/proposal-temporal/#_ref_372", "https://tc39.es/proposal-temporal/#_ref_373", - "https://tc39.es/proposal-temporal/#_ref_374", "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", + "https://tc39.es/proposal-temporal/#_ref_374", "https://tc39.es/proposal-temporal/#_ref_375", "https://tc39.es/proposal-temporal/#_ref_376", "https://tc39.es/proposal-temporal/#_ref_377", - "https://tc39.es/proposal-temporal/#_ref_378", "https://tc39.es/proposal-temporal/#_ref_13", + "https://tc39.es/proposal-temporal/#_ref_378", "https://tc39.es/proposal-temporal/#_ref_379", "https://tc39.es/proposal-temporal/#_ref_380", "https://tc39.es/proposal-temporal/#_ref_381", @@ -470,8 +471,8 @@ "https://tc39.es/proposal-temporal/#_ref_383", "https://tc39.es/proposal-temporal/#_ref_384", "https://tc39.es/proposal-temporal/#_ref_385", - "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", + "https://tc39.es/proposal-temporal/#_ref_386", "https://tc39.es/proposal-temporal/#_ref_387", "https://tc39.es/proposal-temporal/#_ref_388", "https://tc39.es/proposal-temporal/#_ref_389", @@ -480,16 +481,16 @@ "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#_ref_393", "https://tc39.es/proposal-temporal/#_ref_394", - "https://tc39.es/proposal-temporal/#_ref_395", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtotime", + "https://tc39.es/proposal-temporal/#_ref_395", "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/#_ref_400", "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_400", "https://tc39.es/proposal-temporal/#_ref_401", "https://tc39.es/proposal-temporal/#_ref_402", "https://tc39.es/proposal-temporal/#_ref_403", @@ -506,32 +507,31 @@ "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-properties-of-the-temporal-plaindatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", - "https://tc39.es/proposal-temporal/#_ref_418", + "https://tc39.es/proposal-temporal/#_ref_417", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", - "https://tc39.es/proposal-temporal/#_ref_419", + "https://tc39.es/proposal-temporal/#_ref_418", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", + "https://tc39.es/proposal-temporal/#_ref_419", "https://tc39.es/proposal-temporal/#_ref_420", "https://tc39.es/proposal-temporal/#_ref_421", - "https://tc39.es/proposal-temporal/#_ref_422", "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-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_423", + "https://tc39.es/proposal-temporal/#_ref_422", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_424", + "https://tc39.es/proposal-temporal/#_ref_423", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_425", + "https://tc39.es/proposal-temporal/#_ref_424", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_426", + "https://tc39.es/proposal-temporal/#_ref_425", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_427", + "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_428", + "https://tc39.es/proposal-temporal/#_ref_427", "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 +539,25 @@ "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_429", + "https://tc39.es/proposal-temporal/#_ref_428", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_430", + "https://tc39.es/proposal-temporal/#_ref_429", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_431", + "https://tc39.es/proposal-temporal/#_ref_430", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_432", + "https://tc39.es/proposal-temporal/#_ref_431", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_433", + "https://tc39.es/proposal-temporal/#_ref_432", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_434", + "https://tc39.es/proposal-temporal/#_ref_433", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_435", + "https://tc39.es/proposal-temporal/#_ref_434", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_436", + "https://tc39.es/proposal-temporal/#_ref_435", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_437", + "https://tc39.es/proposal-temporal/#_ref_436", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_437", "https://tc39.es/proposal-temporal/#_ref_438", "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#_ref_440", @@ -564,23 +565,23 @@ "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", "https://tc39.es/proposal-temporal/#_ref_444", - "https://tc39.es/proposal-temporal/#_ref_445", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", + "https://tc39.es/proposal-temporal/#_ref_445", "https://tc39.es/proposal-temporal/#_ref_446", "https://tc39.es/proposal-temporal/#_ref_447", - "https://tc39.es/proposal-temporal/#_ref_448", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#_ref_448", "https://tc39.es/proposal-temporal/#_ref_449", - "https://tc39.es/proposal-temporal/#_ref_450", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_451", + "https://tc39.es/proposal-temporal/#_ref_450", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_452", + "https://tc39.es/proposal-temporal/#_ref_451", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_453", + "https://tc39.es/proposal-temporal/#_ref_452", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_454", + "https://tc39.es/proposal-temporal/#_ref_453", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_454", "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#_ref_456", "https://tc39.es/proposal-temporal/#_ref_457", @@ -592,12 +593,12 @@ "https://tc39.es/proposal-temporal/#_ref_463", "https://tc39.es/proposal-temporal/#_ref_464", "https://tc39.es/proposal-temporal/#_ref_465", - "https://tc39.es/proposal-temporal/#_ref_466", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_466", "https://tc39.es/proposal-temporal/#_ref_467", "https://tc39.es/proposal-temporal/#_ref_468", - "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_469", "https://tc39.es/proposal-temporal/#_ref_470", "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#_ref_472", @@ -609,66 +610,66 @@ "https://tc39.es/proposal-temporal/#_ref_478", "https://tc39.es/proposal-temporal/#_ref_479", "https://tc39.es/proposal-temporal/#_ref_480", - "https://tc39.es/proposal-temporal/#_ref_481", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_482", + "https://tc39.es/proposal-temporal/#_ref_481", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_483", + "https://tc39.es/proposal-temporal/#_ref_482", "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_483", "https://tc39.es/proposal-temporal/#_ref_484", "https://tc39.es/proposal-temporal/#_ref_485", "https://tc39.es/proposal-temporal/#_ref_486", "https://tc39.es/proposal-temporal/#_ref_487", - "https://tc39.es/proposal-temporal/#_ref_488", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", - "https://tc39.es/proposal-temporal/#_ref_489", + "https://tc39.es/proposal-temporal/#_ref_488", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", - "https://tc39.es/proposal-temporal/#_ref_490", + "https://tc39.es/proposal-temporal/#_ref_489", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_491", + "https://tc39.es/proposal-temporal/#_ref_490", "https://tc39.es/proposal-temporal/#_ref_14", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", + "https://tc39.es/proposal-temporal/#_ref_491", "https://tc39.es/proposal-temporal/#_ref_492", - "https://tc39.es/proposal-temporal/#_ref_493", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-records", + "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/#_ref_496", "https://tc39.es/proposal-temporal/#_ref_15", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-record-fields", + "https://tc39.es/proposal-temporal/#_ref_496", "https://tc39.es/proposal-temporal/#_ref_497", "https://tc39.es/proposal-temporal/#_ref_498", - "https://tc39.es/proposal-temporal/#_ref_499", "https://tc39.es/proposal-temporal/#sec-temporal-timevaluetoisodatetimerecord", + "https://tc39.es/proposal-temporal/#_ref_499", "https://tc39.es/proposal-temporal/#_ref_500", "https://tc39.es/proposal-temporal/#_ref_501", "https://tc39.es/proposal-temporal/#_ref_502", "https://tc39.es/proposal-temporal/#_ref_503", - "https://tc39.es/proposal-temporal/#_ref_504", "https://tc39.es/proposal-temporal/#sec-temporal-combineisodateandtimerecord", + "https://tc39.es/proposal-temporal/#_ref_504", "https://tc39.es/proposal-temporal/#_ref_505", "https://tc39.es/proposal-temporal/#_ref_506", "https://tc39.es/proposal-temporal/#_ref_507", "https://tc39.es/proposal-temporal/#_ref_508", - "https://tc39.es/proposal-temporal/#_ref_509", "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", + "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/#_ref_512", "https://tc39.es/proposal-temporal/#_ref_513", "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/#sec-temporal-interprettemporaldatetimefields", + "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/#_ref_520", "https://tc39.es/proposal-temporal/#_ref_521", - "https://tc39.es/proposal-temporal/#_ref_522", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", + "https://tc39.es/proposal-temporal/#_ref_522", "https://tc39.es/proposal-temporal/#_ref_523", "https://tc39.es/proposal-temporal/#_ref_524", "https://tc39.es/proposal-temporal/#_ref_525", @@ -688,37 +689,37 @@ "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", "https://tc39.es/proposal-temporal/#_ref_541", + "https://tc39.es/proposal-temporal/#_ref_2288", "https://tc39.es/proposal-temporal/#_ref_542", - "https://tc39.es/proposal-temporal/#_ref_2328", "https://tc39.es/proposal-temporal/#_ref_543", "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#_ref_545", "https://tc39.es/proposal-temporal/#_ref_546", "https://tc39.es/proposal-temporal/#_ref_547", "https://tc39.es/proposal-temporal/#_ref_548", - "https://tc39.es/proposal-temporal/#_ref_549", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", + "https://tc39.es/proposal-temporal/#_ref_549", "https://tc39.es/proposal-temporal/#_ref_550", "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-temporal-createtemporaldatetime", + "https://tc39.es/proposal-temporal/#_ref_553", "https://tc39.es/proposal-temporal/#_ref_554", "https://tc39.es/proposal-temporal/#_ref_555", - "https://tc39.es/proposal-temporal/#_ref_556", "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimetostring", + "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/#_ref_561", - "https://tc39.es/proposal-temporal/#_ref_562", "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", + "https://tc39.es/proposal-temporal/#_ref_562", "https://tc39.es/proposal-temporal/#_ref_563", "https://tc39.es/proposal-temporal/#_ref_564", "https://tc39.es/proposal-temporal/#_ref_565", - "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", + "https://tc39.es/proposal-temporal/#_ref_566", "https://tc39.es/proposal-temporal/#_ref_567", "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#_ref_569", @@ -726,8 +727,8 @@ "https://tc39.es/proposal-temporal/#_ref_571", "https://tc39.es/proposal-temporal/#_ref_572", "https://tc39.es/proposal-temporal/#_ref_573", - "https://tc39.es/proposal-temporal/#_ref_574", "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", + "https://tc39.es/proposal-temporal/#_ref_574", "https://tc39.es/proposal-temporal/#_ref_575", "https://tc39.es/proposal-temporal/#_ref_576", "https://tc39.es/proposal-temporal/#_ref_577", @@ -744,8 +745,8 @@ "https://tc39.es/proposal-temporal/#_ref_588", "https://tc39.es/proposal-temporal/#_ref_589", "https://tc39.es/proposal-temporal/#_ref_590", - "https://tc39.es/proposal-temporal/#_ref_591", "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithrounding", + "https://tc39.es/proposal-temporal/#_ref_591", "https://tc39.es/proposal-temporal/#_ref_592", "https://tc39.es/proposal-temporal/#_ref_593", "https://tc39.es/proposal-temporal/#_ref_594", @@ -760,8 +761,8 @@ "https://tc39.es/proposal-temporal/#_ref_603", "https://tc39.es/proposal-temporal/#_ref_604", "https://tc39.es/proposal-temporal/#_ref_605", - "https://tc39.es/proposal-temporal/#_ref_606", "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithtotal", + "https://tc39.es/proposal-temporal/#_ref_606", "https://tc39.es/proposal-temporal/#_ref_607", "https://tc39.es/proposal-temporal/#_ref_608", "https://tc39.es/proposal-temporal/#_ref_609", @@ -771,8 +772,8 @@ "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/#sec-temporal-differencetemporalplaindatetime", + "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", @@ -781,8 +782,8 @@ "https://tc39.es/proposal-temporal/#_ref_622", "https://tc39.es/proposal-temporal/#_ref_623", "https://tc39.es/proposal-temporal/#_ref_624", - "https://tc39.es/proposal-temporal/#_ref_625", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodatetime", + "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/#_ref_628", @@ -792,10 +793,10 @@ "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", "https://tc39.es/proposal-temporal/#_ref_634", - "https://tc39.es/proposal-temporal/#_ref_635", "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_635", "https://tc39.es/proposal-temporal/#_ref_636", "https://tc39.es/proposal-temporal/#_ref_637", "https://tc39.es/proposal-temporal/#_ref_638", @@ -803,92 +804,92 @@ "https://tc39.es/proposal-temporal/#_ref_640", "https://tc39.es/proposal-temporal/#_ref_641", "https://tc39.es/proposal-temporal/#_ref_642", - "https://tc39.es/proposal-temporal/#_ref_643", "https://tc39.es/proposal-temporal/#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_644", + "https://tc39.es/proposal-temporal/#_ref_643", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", + "https://tc39.es/proposal-temporal/#_ref_644", "https://tc39.es/proposal-temporal/#_ref_645", "https://tc39.es/proposal-temporal/#_ref_646", - "https://tc39.es/proposal-temporal/#_ref_647", "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-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", + "https://tc39.es/proposal-temporal/#_ref_647", "https://tc39.es/proposal-temporal/#_ref_648", - "https://tc39.es/proposal-temporal/#_ref_649", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", + "https://tc39.es/proposal-temporal/#_ref_649", "https://tc39.es/proposal-temporal/#_ref_650", - "https://tc39.es/proposal-temporal/#_ref_651", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", + "https://tc39.es/proposal-temporal/#_ref_651", "https://tc39.es/proposal-temporal/#_ref_652", - "https://tc39.es/proposal-temporal/#_ref_653", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", + "https://tc39.es/proposal-temporal/#_ref_653", "https://tc39.es/proposal-temporal/#_ref_654", - "https://tc39.es/proposal-temporal/#_ref_655", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", + "https://tc39.es/proposal-temporal/#_ref_655", "https://tc39.es/proposal-temporal/#_ref_656", - "https://tc39.es/proposal-temporal/#_ref_657", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", + "https://tc39.es/proposal-temporal/#_ref_657", "https://tc39.es/proposal-temporal/#_ref_658", - "https://tc39.es/proposal-temporal/#_ref_659", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", - "https://tc39.es/proposal-temporal/#_ref_660", + "https://tc39.es/proposal-temporal/#_ref_659", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", - "https://tc39.es/proposal-temporal/#_ref_661", + "https://tc39.es/proposal-temporal/#_ref_660", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", - "https://tc39.es/proposal-temporal/#_ref_662", + "https://tc39.es/proposal-temporal/#_ref_661", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", - "https://tc39.es/proposal-temporal/#_ref_663", + "https://tc39.es/proposal-temporal/#_ref_662", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", - "https://tc39.es/proposal-temporal/#_ref_664", + "https://tc39.es/proposal-temporal/#_ref_663", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", - "https://tc39.es/proposal-temporal/#_ref_665", + "https://tc39.es/proposal-temporal/#_ref_664", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "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_665", "https://tc39.es/proposal-temporal/#_ref_666", - "https://tc39.es/proposal-temporal/#_ref_667", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", + "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.weekofyear", + "https://tc39.es/proposal-temporal/#_ref_669", "https://tc39.es/proposal-temporal/#_ref_670", - "https://tc39.es/proposal-temporal/#_ref_671", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#_ref_671", "https://tc39.es/proposal-temporal/#_ref_672", - "https://tc39.es/proposal-temporal/#_ref_673", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", + "https://tc39.es/proposal-temporal/#_ref_673", "https://tc39.es/proposal-temporal/#_ref_674", "https://tc39.es/proposal-temporal/#_ref_675", "https://tc39.es/proposal-temporal/#_ref_676", "https://tc39.es/proposal-temporal/#_ref_677", "https://tc39.es/proposal-temporal/#_ref_678", - "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#_ref_679", "https://tc39.es/proposal-temporal/#_ref_680", - "https://tc39.es/proposal-temporal/#_ref_681", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#_ref_681", "https://tc39.es/proposal-temporal/#_ref_682", - "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#_ref_683", "https://tc39.es/proposal-temporal/#_ref_684", - "https://tc39.es/proposal-temporal/#_ref_685", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#_ref_685", "https://tc39.es/proposal-temporal/#_ref_686", - "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#_ref_688", - "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_690", + "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", + "https://tc39.es/proposal-temporal/#_ref_690", "https://tc39.es/proposal-temporal/#_ref_691", - "https://tc39.es/proposal-temporal/#_ref_692", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_692", "https://tc39.es/proposal-temporal/#_ref_693", "https://tc39.es/proposal-temporal/#_ref_694", "https://tc39.es/proposal-temporal/#_ref_695", @@ -903,29 +904,29 @@ "https://tc39.es/proposal-temporal/#_ref_704", "https://tc39.es/proposal-temporal/#_ref_705", "https://tc39.es/proposal-temporal/#_ref_706", - "https://tc39.es/proposal-temporal/#_ref_707", "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/#_ref_712", - "https://tc39.es/proposal-temporal/#_ref_713", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", + "https://tc39.es/proposal-temporal/#_ref_713", "https://tc39.es/proposal-temporal/#_ref_714", - "https://tc39.es/proposal-temporal/#_ref_715", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", + "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/#sec-temporal.zoneddatetime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_718", + "https://tc39.es/proposal-temporal/#_ref_717", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_719", + "https://tc39.es/proposal-temporal/#_ref_718", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_720", + "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_721", + "https://tc39.es/proposal-temporal/#_ref_720", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_721", "https://tc39.es/proposal-temporal/#_ref_722", "https://tc39.es/proposal-temporal/#_ref_723", "https://tc39.es/proposal-temporal/#_ref_724", @@ -946,12 +947,12 @@ "https://tc39.es/proposal-temporal/#_ref_739", "https://tc39.es/proposal-temporal/#_ref_740", "https://tc39.es/proposal-temporal/#_ref_741", - "https://tc39.es/proposal-temporal/#_ref_742", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_742", "https://tc39.es/proposal-temporal/#_ref_743", "https://tc39.es/proposal-temporal/#_ref_744", - "https://tc39.es/proposal-temporal/#_ref_745", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_745", "https://tc39.es/proposal-temporal/#_ref_746", "https://tc39.es/proposal-temporal/#_ref_747", "https://tc39.es/proposal-temporal/#_ref_748", @@ -964,42 +965,42 @@ "https://tc39.es/proposal-temporal/#_ref_755", "https://tc39.es/proposal-temporal/#_ref_756", "https://tc39.es/proposal-temporal/#_ref_757", - "https://tc39.es/proposal-temporal/#_ref_758", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_759", + "https://tc39.es/proposal-temporal/#_ref_758", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_760", + "https://tc39.es/proposal-temporal/#_ref_759", "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_760", "https://tc39.es/proposal-temporal/#_ref_761", "https://tc39.es/proposal-temporal/#_ref_762", - "https://tc39.es/proposal-temporal/#_ref_763", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", + "https://tc39.es/proposal-temporal/#_ref_763", "https://tc39.es/proposal-temporal/#_ref_764", "https://tc39.es/proposal-temporal/#_ref_765", "https://tc39.es/proposal-temporal/#_ref_766", "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/#_ref_770", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", - "https://tc39.es/proposal-temporal/#_ref_771", + "https://tc39.es/proposal-temporal/#_ref_770", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#_ref_771", "https://tc39.es/proposal-temporal/#_ref_772", - "https://tc39.es/proposal-temporal/#_ref_773", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", + "https://tc39.es/proposal-temporal/#_ref_773", "https://tc39.es/proposal-temporal/#_ref_774", - "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#_ref_776", - "https://tc39.es/proposal-temporal/#_ref_777", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", "https://tc39.es/proposal-temporal/#_ref_16", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", + "https://tc39.es/proposal-temporal/#_ref_777", "https://tc39.es/proposal-temporal/#_ref_778", - "https://tc39.es/proposal-temporal/#_ref_779", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", + "https://tc39.es/proposal-temporal/#_ref_779", "https://tc39.es/proposal-temporal/#_ref_780", "https://tc39.es/proposal-temporal/#_ref_781", "https://tc39.es/proposal-temporal/#_ref_782", @@ -1014,8 +1015,8 @@ "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/#sec-temporal-totemporalzoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_794", "https://tc39.es/proposal-temporal/#_ref_795", "https://tc39.es/proposal-temporal/#_ref_796", "https://tc39.es/proposal-temporal/#_ref_797", @@ -1032,8 +1033,8 @@ "https://tc39.es/proposal-temporal/#_ref_808", "https://tc39.es/proposal-temporal/#_ref_809", "https://tc39.es/proposal-temporal/#_ref_810", + "https://tc39.es/proposal-temporal/#_ref_2289", "https://tc39.es/proposal-temporal/#_ref_811", - "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", @@ -1043,20 +1044,20 @@ "https://tc39.es/proposal-temporal/#_ref_818", "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-createtemporalzoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_821", "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#_ref_823", - "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", + "https://tc39.es/proposal-temporal/#_ref_824", "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", "https://tc39.es/proposal-temporal/#_ref_827", "https://tc39.es/proposal-temporal/#_ref_828", "https://tc39.es/proposal-temporal/#_ref_829", "https://tc39.es/proposal-temporal/#_ref_830", - "https://tc39.es/proposal-temporal/#_ref_831", "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_831", "https://tc39.es/proposal-temporal/#_ref_832", "https://tc39.es/proposal-temporal/#_ref_833", "https://tc39.es/proposal-temporal/#_ref_834", @@ -1067,8 +1068,8 @@ "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/#sec-temporal-differencezoneddatetime", + "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/#_ref_845", @@ -1086,8 +1087,8 @@ "https://tc39.es/proposal-temporal/#_ref_857", "https://tc39.es/proposal-temporal/#_ref_858", "https://tc39.es/proposal-temporal/#_ref_859", - "https://tc39.es/proposal-temporal/#_ref_860", "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithrounding", + "https://tc39.es/proposal-temporal/#_ref_860", "https://tc39.es/proposal-temporal/#_ref_861", "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", @@ -1098,8 +1099,8 @@ "https://tc39.es/proposal-temporal/#_ref_868", "https://tc39.es/proposal-temporal/#_ref_869", "https://tc39.es/proposal-temporal/#_ref_870", - "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithtotal", + "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#_ref_872", "https://tc39.es/proposal-temporal/#_ref_873", "https://tc39.es/proposal-temporal/#_ref_874", @@ -1108,8 +1109,8 @@ "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/#_ref_880", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_880", "https://tc39.es/proposal-temporal/#_ref_881", "https://tc39.es/proposal-temporal/#_ref_882", "https://tc39.es/proposal-temporal/#_ref_883", @@ -1123,18 +1124,18 @@ "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", "https://tc39.es/proposal-temporal/#_ref_893", - "https://tc39.es/proposal-temporal/#_ref_894", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtozoneddatetime", + "https://tc39.es/proposal-temporal/#_ref_894", "https://tc39.es/proposal-temporal/#_ref_895", "https://tc39.es/proposal-temporal/#_ref_896", "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/#_ref_900", - "https://tc39.es/proposal-temporal/#_ref_901", "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_901", "https://tc39.es/proposal-temporal/#_ref_902", "https://tc39.es/proposal-temporal/#_ref_903", "https://tc39.es/proposal-temporal/#_ref_904", @@ -1145,12 +1146,12 @@ "https://tc39.es/proposal-temporal/#_ref_909", "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/#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_913", + "https://tc39.es/proposal-temporal/#_ref_912", "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", + "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", @@ -1169,7 +1170,6 @@ "https://tc39.es/proposal-temporal/#_ref_929", "https://tc39.es/proposal-temporal/#_ref_930", "https://tc39.es/proposal-temporal/#_ref_931", - "https://tc39.es/proposal-temporal/#_ref_932", "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-%25symbol.tostringtag%25", @@ -1184,21 +1184,22 @@ "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_933", + "https://tc39.es/proposal-temporal/#_ref_932", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_934", + "https://tc39.es/proposal-temporal/#_ref_933", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", + "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/#sec-temporal.duration.prototype.negated", - "https://tc39.es/proposal-temporal/#_ref_937", + "https://tc39.es/proposal-temporal/#_ref_936", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", - "https://tc39.es/proposal-temporal/#_ref_938", + "https://tc39.es/proposal-temporal/#_ref_937", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_939", + "https://tc39.es/proposal-temporal/#_ref_938", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_940", + "https://tc39.es/proposal-temporal/#_ref_939", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_940", "https://tc39.es/proposal-temporal/#_ref_941", "https://tc39.es/proposal-temporal/#_ref_942", "https://tc39.es/proposal-temporal/#_ref_943", @@ -1241,8 +1242,8 @@ "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", "https://tc39.es/proposal-temporal/#_ref_982", - "https://tc39.es/proposal-temporal/#_ref_983", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", + "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/#_ref_986", @@ -1264,8 +1265,8 @@ "https://tc39.es/proposal-temporal/#_ref_1002", "https://tc39.es/proposal-temporal/#_ref_1003", "https://tc39.es/proposal-temporal/#_ref_1004", - "https://tc39.es/proposal-temporal/#_ref_1005", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1005", "https://tc39.es/proposal-temporal/#_ref_1006", "https://tc39.es/proposal-temporal/#_ref_1007", "https://tc39.es/proposal-temporal/#_ref_1008", @@ -1280,15 +1281,15 @@ "https://tc39.es/proposal-temporal/#_ref_1017", "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#_ref_1019", - "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1021", + "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1022", + "https://tc39.es/proposal-temporal/#_ref_1021", "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_17", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", + "https://tc39.es/proposal-temporal/#_ref_1022", "https://tc39.es/proposal-temporal/#_ref_1023", "https://tc39.es/proposal-temporal/#_ref_1024", "https://tc39.es/proposal-temporal/#_ref_1025", @@ -1298,20 +1299,20 @@ "https://tc39.es/proposal-temporal/#_ref_1029", "https://tc39.es/proposal-temporal/#_ref_1030", "https://tc39.es/proposal-temporal/#_ref_1031", - "https://tc39.es/proposal-temporal/#_ref_1032", "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", - "https://tc39.es/proposal-temporal/#_ref_1033", + "https://tc39.es/proposal-temporal/#_ref_1032", "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#table-temporal-date-duration-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1033", "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#_ref_1035", "https://tc39.es/proposal-temporal/#_ref_1036", "https://tc39.es/proposal-temporal/#_ref_1037", - "https://tc39.es/proposal-temporal/#_ref_1038", "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#table-temporal-partial-duration-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1038", "https://tc39.es/proposal-temporal/#_ref_1039", "https://tc39.es/proposal-temporal/#_ref_1040", "https://tc39.es/proposal-temporal/#_ref_1041", @@ -1322,38 +1323,38 @@ "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", "https://tc39.es/proposal-temporal/#_ref_1048", - "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#sec-temporal-internal-duration-records", + "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#_ref_1050", "https://tc39.es/proposal-temporal/#_ref_1051", "https://tc39.es/proposal-temporal/#_ref_1052", - "https://tc39.es/proposal-temporal/#_ref_1053", "https://tc39.es/proposal-temporal/#eqn-maxTimeDuration", "https://tc39.es/proposal-temporal/#_ref_20", "https://tc39.es/proposal-temporal/#table-temporal-normalized-duration-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1053", "https://tc39.es/proposal-temporal/#_ref_1054", "https://tc39.es/proposal-temporal/#_ref_1055", - "https://tc39.es/proposal-temporal/#_ref_1056", "https://tc39.es/proposal-temporal/#sec-temporal-zerodateduration", + "https://tc39.es/proposal-temporal/#_ref_1056", "https://tc39.es/proposal-temporal/#_ref_1057", - "https://tc39.es/proposal-temporal/#_ref_1058", "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1058", "https://tc39.es/proposal-temporal/#_ref_1059", "https://tc39.es/proposal-temporal/#_ref_1060", "https://tc39.es/proposal-temporal/#_ref_1061", - "https://tc39.es/proposal-temporal/#_ref_1062", "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecordwith24hourdays", + "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/#_ref_1065", "https://tc39.es/proposal-temporal/#_ref_1066", - "https://tc39.es/proposal-temporal/#_ref_1067", "https://tc39.es/proposal-temporal/#sec-temporal-todatedurationrecordwithouttime", + "https://tc39.es/proposal-temporal/#_ref_1067", "https://tc39.es/proposal-temporal/#_ref_1068", "https://tc39.es/proposal-temporal/#_ref_1069", "https://tc39.es/proposal-temporal/#_ref_1070", - "https://tc39.es/proposal-temporal/#_ref_1071", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationfrominternal", + "https://tc39.es/proposal-temporal/#_ref_1071", "https://tc39.es/proposal-temporal/#_ref_1072", "https://tc39.es/proposal-temporal/#_ref_1073", "https://tc39.es/proposal-temporal/#_ref_1074", @@ -1379,41 +1380,41 @@ "https://tc39.es/proposal-temporal/#_ref_1094", "https://tc39.es/proposal-temporal/#_ref_1095", "https://tc39.es/proposal-temporal/#_ref_1096", - "https://tc39.es/proposal-temporal/#_ref_1097", "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1097", "https://tc39.es/proposal-temporal/#_ref_1098", "https://tc39.es/proposal-temporal/#_ref_1099", - "https://tc39.es/proposal-temporal/#_ref_1100", "https://tc39.es/proposal-temporal/#sec-temporal-adjustdatedurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1100", "https://tc39.es/proposal-temporal/#_ref_1101", "https://tc39.es/proposal-temporal/#_ref_1102", "https://tc39.es/proposal-temporal/#_ref_1103", - "https://tc39.es/proposal-temporal/#_ref_1104", "https://tc39.es/proposal-temporal/#sec-temporal-combinedateandtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1104", "https://tc39.es/proposal-temporal/#_ref_1105", "https://tc39.es/proposal-temporal/#_ref_1106", "https://tc39.es/proposal-temporal/#_ref_1107", "https://tc39.es/proposal-temporal/#_ref_1108", "https://tc39.es/proposal-temporal/#_ref_1109", - "https://tc39.es/proposal-temporal/#_ref_1110", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", + "https://tc39.es/proposal-temporal/#_ref_1110", "https://tc39.es/proposal-temporal/#_ref_1111", "https://tc39.es/proposal-temporal/#_ref_1112", "https://tc39.es/proposal-temporal/#_ref_1113", "https://tc39.es/proposal-temporal/#_ref_1114", "https://tc39.es/proposal-temporal/#_ref_1115", - "https://tc39.es/proposal-temporal/#_ref_1116", "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", "https://tc39.es/proposal-temporal/#sec-temporal-datedurationsign", - "https://tc39.es/proposal-temporal/#_ref_1117", + "https://tc39.es/proposal-temporal/#_ref_1116", "https://tc39.es/proposal-temporal/#sec-temporal-internaldurationsign", + "https://tc39.es/proposal-temporal/#_ref_1117", "https://tc39.es/proposal-temporal/#_ref_1118", "https://tc39.es/proposal-temporal/#_ref_1119", - "https://tc39.es/proposal-temporal/#_ref_1120", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", - "https://tc39.es/proposal-temporal/#_ref_1121", + "https://tc39.es/proposal-temporal/#_ref_1120", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", + "https://tc39.es/proposal-temporal/#_ref_1121", "https://tc39.es/proposal-temporal/#_ref_1122", "https://tc39.es/proposal-temporal/#_ref_1123", "https://tc39.es/proposal-temporal/#_ref_1124", @@ -1425,80 +1426,80 @@ "https://tc39.es/proposal-temporal/#_ref_1130", "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-createtemporalduration", - "https://tc39.es/proposal-temporal/#_ref_1134", + "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", - "https://tc39.es/proposal-temporal/#_ref_1135", + "https://tc39.es/proposal-temporal/#_ref_1134", "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromcomponents", + "https://tc39.es/proposal-temporal/#_ref_1135", "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/#sec-temporal-addtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1140", "https://tc39.es/proposal-temporal/#_ref_1141", "https://tc39.es/proposal-temporal/#_ref_1142", "https://tc39.es/proposal-temporal/#_ref_1143", "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/#sec-temporal-add24hourdaystonormalizedtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1146", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", "https://tc39.es/proposal-temporal/#_ref_1149", "https://tc39.es/proposal-temporal/#_ref_1150", "https://tc39.es/proposal-temporal/#_ref_1151", - "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#sec-temporal-addtimedurationtoepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#_ref_1153", "https://tc39.es/proposal-temporal/#_ref_1154", - "https://tc39.es/proposal-temporal/#_ref_1155", "https://tc39.es/proposal-temporal/#sec-temporal-comparetimeduration", + "https://tc39.es/proposal-temporal/#_ref_1155", "https://tc39.es/proposal-temporal/#_ref_1156", - "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromepochnanosecondsdifference", + "https://tc39.es/proposal-temporal/#_ref_1157", "https://tc39.es/proposal-temporal/#_ref_1158", "https://tc39.es/proposal-temporal/#_ref_1159", "https://tc39.es/proposal-temporal/#_ref_1160", - "https://tc39.es/proposal-temporal/#_ref_1161", "https://tc39.es/proposal-temporal/#sec-temporal-roundtimedurationtoincrement", + "https://tc39.es/proposal-temporal/#_ref_1161", "https://tc39.es/proposal-temporal/#_ref_1162", "https://tc39.es/proposal-temporal/#_ref_1163", "https://tc39.es/proposal-temporal/#_ref_1164", "https://tc39.es/proposal-temporal/#_ref_1165", "https://tc39.es/proposal-temporal/#_ref_1166", - "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#sec-temporal-timedurationsign", - "https://tc39.es/proposal-temporal/#_ref_1168", + "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#sec-temporal-datedurationdays", + "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/#_ref_1171", "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-roundtimeduration", + "https://tc39.es/proposal-temporal/#_ref_1174", "https://tc39.es/proposal-temporal/#_ref_1175", "https://tc39.es/proposal-temporal/#_ref_1176", "https://tc39.es/proposal-temporal/#_ref_1177", "https://tc39.es/proposal-temporal/#_ref_1178", - "https://tc39.es/proposal-temporal/#_ref_1179", "https://tc39.es/proposal-temporal/#_ref_21", - "https://tc39.es/proposal-temporal/#_ref_1180", + "https://tc39.es/proposal-temporal/#_ref_1179", "https://tc39.es/proposal-temporal/#sec-temporal-totaltimeduration", + "https://tc39.es/proposal-temporal/#_ref_1180", "https://tc39.es/proposal-temporal/#_ref_1181", - "https://tc39.es/proposal-temporal/#_ref_1182", "https://tc39.es/proposal-temporal/#_ref_22", "https://tc39.es/proposal-temporal/#sec-temporal-duration-nudge-result-records", + "https://tc39.es/proposal-temporal/#_ref_1182", "https://tc39.es/proposal-temporal/#_ref_1183", "https://tc39.es/proposal-temporal/#_ref_1184", - "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_23", "https://tc39.es/proposal-temporal/#table-temporal-duration-nudge-result-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_1186", - "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#sec-temporal-nudgetocalendarunit", + "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/#_ref_1190", @@ -1534,8 +1535,8 @@ "https://tc39.es/proposal-temporal/#_ref_1220", "https://tc39.es/proposal-temporal/#_ref_1221", "https://tc39.es/proposal-temporal/#_ref_1222", - "https://tc39.es/proposal-temporal/#_ref_1223", "https://tc39.es/proposal-temporal/#sec-temporal-nudgetozonedtime", + "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", @@ -1551,8 +1552,8 @@ "https://tc39.es/proposal-temporal/#_ref_1236", "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#_ref_1238", - "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_24", + "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", "https://tc39.es/proposal-temporal/#_ref_1241", "https://tc39.es/proposal-temporal/#_ref_1242", @@ -1561,16 +1562,16 @@ "https://tc39.es/proposal-temporal/#_ref_1245", "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#_ref_1247", - "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#sec-temporal-nudgetodayortime", + "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_1252", "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#_ref_1254", - "https://tc39.es/proposal-temporal/#_ref_1255", "https://tc39.es/proposal-temporal/#_ref_25", + "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", @@ -1582,8 +1583,8 @@ "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/#sec-temporal-bubblerelativeduration", + "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", @@ -1593,10 +1594,10 @@ "https://tc39.es/proposal-temporal/#_ref_1274", "https://tc39.es/proposal-temporal/#_ref_1275", "https://tc39.es/proposal-temporal/#_ref_1276", - "https://tc39.es/proposal-temporal/#_ref_1277", "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#_ref_27", "https://tc39.es/proposal-temporal/#_ref_28", + "https://tc39.es/proposal-temporal/#_ref_1277", "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", "https://tc39.es/proposal-temporal/#_ref_1280", @@ -1604,8 +1605,8 @@ "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_1284", - "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#sec-temporal-roundrelativeduration", + "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/#_ref_1288", @@ -1620,8 +1621,8 @@ "https://tc39.es/proposal-temporal/#_ref_1297", "https://tc39.es/proposal-temporal/#_ref_1298", "https://tc39.es/proposal-temporal/#_ref_1299", - "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#sec-temporal-totalrelativeduration", + "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#_ref_1301", "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#_ref_1303", @@ -1631,14 +1632,14 @@ "https://tc39.es/proposal-temporal/#_ref_1307", "https://tc39.es/proposal-temporal/#_ref_1308", "https://tc39.es/proposal-temporal/#_ref_1309", - "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", + "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#_ref_1311", "https://tc39.es/proposal-temporal/#_ref_1312", "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-adddurations", + "https://tc39.es/proposal-temporal/#_ref_1315", "https://tc39.es/proposal-temporal/#_ref_1316", "https://tc39.es/proposal-temporal/#_ref_1317", "https://tc39.es/proposal-temporal/#_ref_1318", @@ -1650,40 +1651,40 @@ "https://tc39.es/proposal-temporal/#_ref_1324", "https://tc39.es/proposal-temporal/#_ref_1325", "https://tc39.es/proposal-temporal/#_ref_1326", - "https://tc39.es/proposal-temporal/#_ref_1327", "https://tc39.es/proposal-temporal/#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_1327", "https://tc39.es/proposal-temporal/#_ref_1328", - "https://tc39.es/proposal-temporal/#_ref_1329", "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_1330", + "https://tc39.es/proposal-temporal/#_ref_1329", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", + "https://tc39.es/proposal-temporal/#_ref_1330", "https://tc39.es/proposal-temporal/#_ref_1331", - "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#_ref_1333", - "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#_ref_1335", "https://tc39.es/proposal-temporal/#_ref_1336", - "https://tc39.es/proposal-temporal/#_ref_1337", "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-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", "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_1338", + "https://tc39.es/proposal-temporal/#_ref_1337", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1339", + "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1340", + "https://tc39.es/proposal-temporal/#_ref_1339", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1341", + "https://tc39.es/proposal-temporal/#_ref_1340", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#_ref_1341", "https://tc39.es/proposal-temporal/#_ref_1342", "https://tc39.es/proposal-temporal/#_ref_1343", "https://tc39.es/proposal-temporal/#_ref_1344", @@ -1694,10 +1695,10 @@ "https://tc39.es/proposal-temporal/#_ref_1349", "https://tc39.es/proposal-temporal/#_ref_1350", "https://tc39.es/proposal-temporal/#_ref_1351", - "https://tc39.es/proposal-temporal/#_ref_1352", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", - "https://tc39.es/proposal-temporal/#_ref_1353", + "https://tc39.es/proposal-temporal/#_ref_1352", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1353", "https://tc39.es/proposal-temporal/#_ref_1354", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", @@ -1708,86 +1709,86 @@ "https://tc39.es/proposal-temporal/#_ref_1361", "https://tc39.es/proposal-temporal/#_ref_1362", "https://tc39.es/proposal-temporal/#_ref_1363", - "https://tc39.es/proposal-temporal/#_ref_1364", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1365", + "https://tc39.es/proposal-temporal/#_ref_1364", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1366", + "https://tc39.es/proposal-temporal/#_ref_1365", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_1366", "https://tc39.es/proposal-temporal/#_ref_1367", - "https://tc39.es/proposal-temporal/#_ref_1368", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1369", + "https://tc39.es/proposal-temporal/#_ref_1368", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1370", + "https://tc39.es/proposal-temporal/#_ref_1369", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#_ref_1370", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1372", + "https://tc39.es/proposal-temporal/#_ref_1371", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1372", "https://tc39.es/proposal-temporal/#_ref_1373", - "https://tc39.es/proposal-temporal/#_ref_1374", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_1375", + "https://tc39.es/proposal-temporal/#_ref_1374", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", + "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_2290", "https://tc39.es/proposal-temporal/#_ref_1378", - "https://tc39.es/proposal-temporal/#_ref_2330", "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", "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", + "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#_ref_1386", "https://tc39.es/proposal-temporal/#_ref_1387", - "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", + "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#_ref_1389", "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#_ref_1391", "https://tc39.es/proposal-temporal/#_ref_1392", "https://tc39.es/proposal-temporal/#_ref_1393", "https://tc39.es/proposal-temporal/#_ref_1394", - "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", + "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#_ref_1396", - "https://tc39.es/proposal-temporal/#_ref_1397", "https://tc39.es/proposal-temporal/#_ref_30", - "https://tc39.es/proposal-temporal/#_ref_1398", + "https://tc39.es/proposal-temporal/#_ref_1397", "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", + "https://tc39.es/proposal-temporal/#_ref_1398", "https://tc39.es/proposal-temporal/#_ref_1399", "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-differencetemporalinstant", + "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-temporal-adddurationtoinstant", + "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/#_ref_1415", - "https://tc39.es/proposal-temporal/#_ref_1416", "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_1416", "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", @@ -1795,38 +1796,38 @@ "https://tc39.es/proposal-temporal/#_ref_1421", "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1423", - "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#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_1425", + "https://tc39.es/proposal-temporal/#_ref_1424", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", + "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", "https://tc39.es/proposal-temporal/#_ref_1427", - "https://tc39.es/proposal-temporal/#_ref_1428", "https://tc39.es/proposal-temporal/#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-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1429", + "https://tc39.es/proposal-temporal/#_ref_1428", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1430", + "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_1431", + "https://tc39.es/proposal-temporal/#_ref_1430", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_1432", + "https://tc39.es/proposal-temporal/#_ref_1431", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1433", + "https://tc39.es/proposal-temporal/#_ref_1432", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_1434", + "https://tc39.es/proposal-temporal/#_ref_1433", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_1435", + "https://tc39.es/proposal-temporal/#_ref_1434", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_1436", + "https://tc39.es/proposal-temporal/#_ref_1435", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_1437", + "https://tc39.es/proposal-temporal/#_ref_1436", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1437", "https://tc39.es/proposal-temporal/#_ref_1438", "https://tc39.es/proposal-temporal/#_ref_1439", "https://tc39.es/proposal-temporal/#_ref_1440", @@ -1834,45 +1835,45 @@ "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-temporal.plainyearmonth.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1446", + "https://tc39.es/proposal-temporal/#_ref_1445", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1447", + "https://tc39.es/proposal-temporal/#_ref_1446", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", - "https://tc39.es/proposal-temporal/#_ref_1448", + "https://tc39.es/proposal-temporal/#_ref_1447", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", - "https://tc39.es/proposal-temporal/#_ref_1449", + "https://tc39.es/proposal-temporal/#_ref_1448", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_1449", "https://tc39.es/proposal-temporal/#_ref_1450", "https://tc39.es/proposal-temporal/#_ref_1451", - "https://tc39.es/proposal-temporal/#_ref_1452", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", + "https://tc39.es/proposal-temporal/#_ref_1452", "https://tc39.es/proposal-temporal/#_ref_1453", "https://tc39.es/proposal-temporal/#_ref_1454", - "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1456", + "https://tc39.es/proposal-temporal/#_ref_1455", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1457", + "https://tc39.es/proposal-temporal/#_ref_1456", "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_1457", "https://tc39.es/proposal-temporal/#_ref_1458", "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", - "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", + "https://tc39.es/proposal-temporal/#_ref_1462", "https://tc39.es/proposal-temporal/#_ref_1463", - "https://tc39.es/proposal-temporal/#_ref_1464", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-year-month-records", "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#table-temporal-iso-year-month-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1465", + "https://tc39.es/proposal-temporal/#_ref_1464", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", @@ -1883,29 +1884,29 @@ "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#_ref_1475", + "https://tc39.es/proposal-temporal/#_ref_2291", "https://tc39.es/proposal-temporal/#_ref_1476", - "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#_ref_1477", "https://tc39.es/proposal-temporal/#_ref_1478", "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#_ref_1480", "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#_ref_1482", - "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", - "https://tc39.es/proposal-temporal/#_ref_1484", + "https://tc39.es/proposal-temporal/#_ref_1483", "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1484", "https://tc39.es/proposal-temporal/#_ref_1485", "https://tc39.es/proposal-temporal/#_ref_1486", - "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", "https://tc39.es/proposal-temporal/#_ref_1489", - "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", + "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#_ref_1491", - "https://tc39.es/proposal-temporal/#_ref_1492", "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1492", "https://tc39.es/proposal-temporal/#_ref_1493", "https://tc39.es/proposal-temporal/#_ref_1494", "https://tc39.es/proposal-temporal/#_ref_1495", @@ -1926,8 +1927,8 @@ "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#_ref_1511", "https://tc39.es/proposal-temporal/#_ref_1512", - "https://tc39.es/proposal-temporal/#_ref_1513", "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoyearmonth", + "https://tc39.es/proposal-temporal/#_ref_1513", "https://tc39.es/proposal-temporal/#_ref_1514", "https://tc39.es/proposal-temporal/#_ref_1515", "https://tc39.es/proposal-temporal/#_ref_1516", @@ -1943,10 +1944,10 @@ "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/#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_1529", "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", "https://tc39.es/proposal-temporal/#_ref_1532", @@ -1954,20 +1955,20 @@ "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", - "https://tc39.es/proposal-temporal/#_ref_1537", "https://tc39.es/proposal-temporal/#sec-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_1538", + "https://tc39.es/proposal-temporal/#_ref_1537", "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-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1539", + "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", + "https://tc39.es/proposal-temporal/#_ref_1540", "https://tc39.es/proposal-temporal/#_ref_1541", "https://tc39.es/proposal-temporal/#_ref_1542", "https://tc39.es/proposal-temporal/#_ref_1543", @@ -1975,33 +1976,33 @@ "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", - "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", + "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", "https://tc39.es/proposal-temporal/#_ref_1550", - "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", + "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/#_ref_1554", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_1555", + "https://tc39.es/proposal-temporal/#_ref_1554", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", - "https://tc39.es/proposal-temporal/#_ref_1556", + "https://tc39.es/proposal-temporal/#_ref_1555", "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_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/#_ref_1561", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", + "https://tc39.es/proposal-temporal/#_ref_1561", "https://tc39.es/proposal-temporal/#_ref_1562", - "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#_ref_1564", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", @@ -2012,8 +2013,8 @@ "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", + "https://tc39.es/proposal-temporal/#_ref_2292", "https://tc39.es/proposal-temporal/#_ref_1574", - "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_1575", "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", @@ -2022,26 +2023,26 @@ "https://tc39.es/proposal-temporal/#_ref_1580", "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#_ref_1582", - "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", + "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", "https://tc39.es/proposal-temporal/#_ref_1585", - "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", + "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#_ref_1587", - "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#sec-temporal-timezones", "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", + "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#_ref_1589", - "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#_ref_1591", "https://tc39.es/proposal-temporal/#_ref_1592", "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", - "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", + "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", @@ -2051,48 +2052,48 @@ "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", + "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", - "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", + "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", "https://tc39.es/proposal-temporal/#_ref_1615", "https://tc39.es/proposal-temporal/#_ref_1616", - "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", + "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#_ref_1618", "https://tc39.es/proposal-temporal/#_ref_1619", - "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#_ref_1625", - "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", + "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#_ref_1627", - "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", + "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", - "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", + "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", - "https://tc39.es/proposal-temporal/#_ref_1637", "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1637", "https://tc39.es/proposal-temporal/#_ref_1638", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", @@ -2115,8 +2116,8 @@ "https://tc39.es/proposal-temporal/#_ref_1657", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", - "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", @@ -2125,8 +2126,8 @@ "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", - "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", + "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", @@ -2135,41 +2136,41 @@ "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", - "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", + "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", "https://tc39.es/proposal-temporal/#_ref_1683", - "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", + "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", "https://tc39.es/proposal-temporal/#_ref_1686", + "https://tc39.es/proposal-temporal/#_ref_2293", + "https://tc39.es/proposal-temporal/#_ref_2294", + "https://tc39.es/proposal-temporal/#_ref_2295", "https://tc39.es/proposal-temporal/#_ref_1687", - "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_2296", + "https://tc39.es/proposal-temporal/#_ref_2297", "https://tc39.es/proposal-temporal/#_ref_1688", - "https://tc39.es/proposal-temporal/#_ref_2336", - "https://tc39.es/proposal-temporal/#_ref_2337", - "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#sec-temporal-calendars", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#sec-temporal-canonicalizecalendar", + "https://tc39.es/proposal-temporal/#_ref_1689", "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", - "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#sec-availablecalendars", + "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#_ref_1694", - "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-date-records", - "https://tc39.es/proposal-temporal/#_ref_1696", + "https://tc39.es/proposal-temporal/#_ref_1695", "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#table-temporal-calendar-date-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", "https://tc39.es/proposal-temporal/#_ref_1699", @@ -2179,39 +2180,39 @@ "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-fields-records", + "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", "https://tc39.es/proposal-temporal/#_ref_1708", "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/#_ref_36", "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", + "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", - "https://tc39.es/proposal-temporal/#_ref_1716", + "https://tc39.es/proposal-temporal/#_ref_1715", "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_39", + "https://tc39.es/proposal-temporal/#_ref_1716", "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", - "https://tc39.es/proposal-temporal/#_ref_1719", "https://tc39.es/proposal-temporal/#_ref_40", "https://tc39.es/proposal-temporal/#_ref_41", + "https://tc39.es/proposal-temporal/#_ref_1719", "https://tc39.es/proposal-temporal/#_ref_1720", "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", - "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", - "https://tc39.es/proposal-temporal/#_ref_1725", + "https://tc39.es/proposal-temporal/#_ref_1724", "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", + "https://tc39.es/proposal-temporal/#_ref_1725", "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_1727", "https://tc39.es/proposal-temporal/#_ref_1728", @@ -2219,9 +2220,9 @@ "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#_ref_1732", - "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#_ref_44", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", + "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#_ref_1734", "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_1736", @@ -2231,8 +2232,8 @@ "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#_ref_1742", - "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", + "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#_ref_1744", "https://tc39.es/proposal-temporal/#_ref_1745", "https://tc39.es/proposal-temporal/#_ref_1746", @@ -2254,49 +2255,49 @@ "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", "https://tc39.es/proposal-temporal/#_ref_1764", - "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", + "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", - "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", + "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", - "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", + "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", "https://tc39.es/proposal-temporal/#_ref_1777", "https://tc39.es/proposal-temporal/#_ref_1778", - "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", + "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#_ref_1785", - "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", + "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#_ref_1787", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_1792", - "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", - "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#_ref_1793", "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", + "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/#sec-temporal-isodaysinmonth", + "https://tc39.es/proposal-temporal/#_ref_1796", "https://tc39.es/proposal-temporal/#_ref_1797", - "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#sec-temporal-isoweekofyear", + "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#_ref_1799", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", @@ -2310,25 +2311,25 @@ "https://tc39.es/proposal-temporal/#_ref_1809", "https://tc39.es/proposal-temporal/#_ref_1810", "https://tc39.es/proposal-temporal/#_ref_1811", - "https://tc39.es/proposal-temporal/#_ref_1812", "https://tc39.es/proposal-temporal/#sec-temporal-isodayofyear", + "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/#_ref_1816", "https://tc39.es/proposal-temporal/#sec-temporal-isodayofweek", + "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/#_ref_1820", "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", + "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/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", "https://tc39.es/proposal-temporal/#_ref_1825", - "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", + "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#_ref_1827", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", @@ -2340,8 +2341,8 @@ "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#_ref_1837", - "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", + "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", @@ -2354,53 +2355,53 @@ "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", "https://tc39.es/proposal-temporal/#_ref_1850", - "https://tc39.es/proposal-temporal/#_ref_1851", "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#sec-temporal-calendarextrafields", - "https://tc39.es/proposal-temporal/#_ref_1852", + "https://tc39.es/proposal-temporal/#_ref_1851", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_1853", + "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", - "https://tc39.es/proposal-temporal/#_ref_1854", + "https://tc39.es/proposal-temporal/#_ref_1853", "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", + "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_1855", - "https://tc39.es/proposal-temporal/#_ref_1856", "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#_ref_51", - "https://tc39.es/proposal-temporal/#_ref_1857", - "https://tc39.es/proposal-temporal/#_ref_2338", + "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#_ref_2298", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", + "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", "https://tc39.es/proposal-temporal/#_ref_1860", "https://tc39.es/proposal-temporal/#_ref_1861", - "https://tc39.es/proposal-temporal/#_ref_1862", "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", "https://tc39.es/proposal-temporal/#sec-date-equations", "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", + "https://tc39.es/proposal-temporal/#_ref_1862", "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", - "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", - "https://tc39.es/proposal-temporal/#_ref_1869", + "https://tc39.es/proposal-temporal/#_ref_1868", "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", - "https://tc39.es/proposal-temporal/#_ref_1870", + "https://tc39.es/proposal-temporal/#_ref_1869", "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", + "https://tc39.es/proposal-temporal/#_ref_1870", "https://tc39.es/proposal-temporal/#_ref_1871", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", - "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", + "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#_ref_1875", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", @@ -2433,13 +2434,13 @@ "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", - "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", + "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#_ref_1910", - "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", + "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", @@ -2473,113 +2474,112 @@ "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", + "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", - "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#sec-checkisodaysrange", + "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", "https://tc39.es/proposal-temporal/#_ref_1951", "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", - "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#sec-temporal-units", "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#_ref_1955", + "https://tc39.es/proposal-temporal/#_ref_1954", "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#table-temporal-units", + "https://tc39.es/proposal-temporal/#_ref_1955", "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", - "https://tc39.es/proposal-temporal/#_ref_1958", + "https://tc39.es/proposal-temporal/#_ref_1957", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", - "https://tc39.es/proposal-temporal/#_ref_1959", + "https://tc39.es/proposal-temporal/#_ref_1958", "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", + "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/#sec-temporal-gettemporaloffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1963", + "https://tc39.es/proposal-temporal/#_ref_1962", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", - "https://tc39.es/proposal-temporal/#_ref_1964", + "https://tc39.es/proposal-temporal/#_ref_1963", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", - "https://tc39.es/proposal-temporal/#_ref_1965", + "https://tc39.es/proposal-temporal/#_ref_1964", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", - "https://tc39.es/proposal-temporal/#_ref_1966", + "https://tc39.es/proposal-temporal/#_ref_1965", "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", - "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#_ref_1966", "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#_ref_1967", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption", + "https://tc39.es/proposal-temporal/#_ref_1968", "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/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_57", + "https://tc39.es/proposal-temporal/#_ref_1971", "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_58", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", + "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/#_ref_1976", "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/#_ref_2299", + "https://tc39.es/proposal-temporal/#_ref_2300", "https://tc39.es/proposal-temporal/#_ref_1980", - "https://tc39.es/proposal-temporal/#_ref_2339", - "https://tc39.es/proposal-temporal/#_ref_2340", "https://tc39.es/proposal-temporal/#_ref_1981", "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", + "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_59", "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", + "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory", + "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_60", "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", - "https://tc39.es/proposal-temporal/#_ref_1995", + "https://tc39.es/proposal-temporal/#_ref_1994", "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_1996", + "https://tc39.es/proposal-temporal/#_ref_1995", "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", + "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", "https://tc39.es/proposal-temporal/#_ref_1998", - "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_62", "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", + "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-applyunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#_ref_2002", + "https://tc39.es/proposal-temporal/#_ref_2001", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", + "https://tc39.es/proposal-temporal/#_ref_2002", "https://tc39.es/proposal-temporal/#_ref_2003", "https://tc39.es/proposal-temporal/#_ref_2004", - "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", + "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", "https://tc39.es/proposal-temporal/#_ref_2007", - "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", @@ -2600,222 +2600,290 @@ "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", + "https://tc39.es/proposal-temporal/#_ref_2301", + "https://tc39.es/proposal-temporal/#_ref_2302", + "https://tc39.es/proposal-temporal/#_ref_2303", + "https://tc39.es/proposal-temporal/#_ref_2304", + "https://tc39.es/proposal-temporal/#_ref_2305", + "https://tc39.es/proposal-temporal/#_ref_2306", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", + "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "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-1kDkJBzS", + "https://tc39.es/proposal-temporal/#_ref_2310", + "https://tc39.es/proposal-temporal/#_ref_2311", + "https://tc39.es/proposal-temporal/#_ref_2312", + "https://tc39.es/proposal-temporal/#prod-DateSpec", + "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", + "https://tc39.es/proposal-temporal/#_ref_2313", + "https://tc39.es/proposal-temporal/#_ref_2314", + "https://tc39.es/proposal-temporal/#_ref_2315", + "https://tc39.es/proposal-temporal/#_ref_2316", + "https://tc39.es/proposal-temporal/#_ref_2317", + "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#_ref_2318", + "https://tc39.es/proposal-temporal/#_ref_2319", + "https://tc39.es/proposal-temporal/#prod-TimeSecond", + "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", + "https://tc39.es/proposal-temporal/#prod-UTCOffset", + "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", + "https://tc39.es/proposal-temporal/#_ref_2320", + "https://tc39.es/proposal-temporal/#_ref_2321", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", + "https://tc39.es/proposal-temporal/#_ref_2322", + "https://tc39.es/proposal-temporal/#prod-TZChar", + "https://tc39.es/proposal-temporal/#_ref_2323", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", + "https://tc39.es/proposal-temporal/#_ref_2324", + "https://tc39.es/proposal-temporal/#_ref_2325", + "https://tc39.es/proposal-temporal/#_ref_2326", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#_ref_2327", + "https://tc39.es/proposal-temporal/#_ref_2328", + "https://tc39.es/proposal-temporal/#_ref_2329", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", + "https://tc39.es/proposal-temporal/#_ref_2330", + "https://tc39.es/proposal-temporal/#_ref_2331", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", + "https://tc39.es/proposal-temporal/#_ref_2332", + "https://tc39.es/proposal-temporal/#_ref_2333", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", + "https://tc39.es/proposal-temporal/#_ref_2334", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", + "https://tc39.es/proposal-temporal/#_ref_2335", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", + "https://tc39.es/proposal-temporal/#_ref_2336", + "https://tc39.es/proposal-temporal/#_ref_2337", + "https://tc39.es/proposal-temporal/#_ref_2338", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", + "https://tc39.es/proposal-temporal/#_ref_2339", + "https://tc39.es/proposal-temporal/#_ref_2340", "https://tc39.es/proposal-temporal/#_ref_2341", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2342", "https://tc39.es/proposal-temporal/#_ref_2343", "https://tc39.es/proposal-temporal/#_ref_2344", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2345", "https://tc39.es/proposal-temporal/#_ref_2346", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", "https://tc39.es/proposal-temporal/#_ref_2347", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2348", "https://tc39.es/proposal-temporal/#_ref_2349", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2350", + "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2351", "https://tc39.es/proposal-temporal/#_ref_2352", - "https://tc39.es/proposal-temporal/#prod-DateSpec", - "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2353", "https://tc39.es/proposal-temporal/#_ref_2354", "https://tc39.es/proposal-temporal/#_ref_2355", "https://tc39.es/proposal-temporal/#_ref_2356", "https://tc39.es/proposal-temporal/#_ref_2357", - "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2358", "https://tc39.es/proposal-temporal/#_ref_2359", - "https://tc39.es/proposal-temporal/#prod-TimeSecond", - "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", - "https://tc39.es/proposal-temporal/#prod-UTCOffset", - "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2362", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2363", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2364", "https://tc39.es/proposal-temporal/#_ref_2365", "https://tc39.es/proposal-temporal/#_ref_2366", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "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-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2370", "https://tc39.es/proposal-temporal/#_ref_2371", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2372", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2373", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2374", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2375", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2376", "https://tc39.es/proposal-temporal/#_ref_2377", "https://tc39.es/proposal-temporal/#_ref_2378", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2379", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2380", "https://tc39.es/proposal-temporal/#_ref_2381", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2382", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2383", "https://tc39.es/proposal-temporal/#_ref_2384", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2385", "https://tc39.es/proposal-temporal/#_ref_2386", "https://tc39.es/proposal-temporal/#_ref_2387", - "https://tc39.es/proposal-temporal/#prod-Annotations", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2388", "https://tc39.es/proposal-temporal/#_ref_2389", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2390", - "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2391", "https://tc39.es/proposal-temporal/#_ref_2392", - "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2393", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2394", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2395", "https://tc39.es/proposal-temporal/#_ref_2396", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2397", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2398", "https://tc39.es/proposal-temporal/#_ref_2399", "https://tc39.es/proposal-temporal/#_ref_2400", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "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/#_ref_2406", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "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-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2413", "https://tc39.es/proposal-temporal/#_ref_2414", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2415", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2416", "https://tc39.es/proposal-temporal/#_ref_2417", "https://tc39.es/proposal-temporal/#_ref_2418", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2419", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2420", "https://tc39.es/proposal-temporal/#_ref_2421", "https://tc39.es/proposal-temporal/#_ref_2422", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2423", "https://tc39.es/proposal-temporal/#_ref_2424", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2425", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2426", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2427", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2428", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2429", "https://tc39.es/proposal-temporal/#_ref_2430", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2431", "https://tc39.es/proposal-temporal/#_ref_2432", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", + "https://tc39.es/proposal-temporal/#prod-05aVrTdx", "https://tc39.es/proposal-temporal/#_ref_2433", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2434", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2435", "https://tc39.es/proposal-temporal/#_ref_2436", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2437", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "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/#prod-DurationYearsPart", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2441", "https://tc39.es/proposal-temporal/#_ref_2442", "https://tc39.es/proposal-temporal/#_ref_2443", "https://tc39.es/proposal-temporal/#_ref_2444", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2447", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", + "https://tc39.es/proposal-temporal/#prod-m8U20pMU", "https://tc39.es/proposal-temporal/#_ref_2448", "https://tc39.es/proposal-temporal/#_ref_2449", "https://tc39.es/proposal-temporal/#_ref_2450", "https://tc39.es/proposal-temporal/#_ref_2451", "https://tc39.es/proposal-temporal/#_ref_2452", + "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2453", "https://tc39.es/proposal-temporal/#_ref_2454", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2455", "https://tc39.es/proposal-temporal/#_ref_2456", + "https://tc39.es/proposal-temporal/#_ref_2009", + "https://tc39.es/proposal-temporal/#_ref_2010", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#_ref_2458", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2459", "https://tc39.es/proposal-temporal/#_ref_2460", "https://tc39.es/proposal-temporal/#_ref_2461", "https://tc39.es/proposal-temporal/#_ref_2462", "https://tc39.es/proposal-temporal/#_ref_2463", "https://tc39.es/proposal-temporal/#_ref_2464", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2465", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2466", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2467", "https://tc39.es/proposal-temporal/#_ref_2468", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2469", "https://tc39.es/proposal-temporal/#_ref_2470", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2471", + "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2472", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", - "https://tc39.es/proposal-temporal/#prod-05aVrTdx", "https://tc39.es/proposal-temporal/#_ref_2473", "https://tc39.es/proposal-temporal/#_ref_2474", "https://tc39.es/proposal-temporal/#_ref_2475", "https://tc39.es/proposal-temporal/#_ref_2476", "https://tc39.es/proposal-temporal/#_ref_2477", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2478", + "https://tc39.es/proposal-temporal/#_ref_2012", "https://tc39.es/proposal-temporal/#_ref_2479", "https://tc39.es/proposal-temporal/#_ref_2480", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", - "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/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", - "https://tc39.es/proposal-temporal/#prod-m8U20pMU", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", + "https://tc39.es/proposal-temporal/#_ref_64", + "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", + "https://tc39.es/proposal-temporal/#_ref_2013", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", + "https://tc39.es/proposal-temporal/#_ref_2014", + "https://tc39.es/proposal-temporal/#_ref_2015", + "https://tc39.es/proposal-temporal/#_ref_2016", + "https://tc39.es/proposal-temporal/#_ref_65", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", + "https://tc39.es/proposal-temporal/#_ref_2017", + "https://tc39.es/proposal-temporal/#_ref_2481", + "https://tc39.es/proposal-temporal/#_ref_2018", + "https://tc39.es/proposal-temporal/#_ref_2019", + "https://tc39.es/proposal-temporal/#_ref_2020", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_2021", + "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_2489", + "https://tc39.es/proposal-temporal/#_ref_2022", "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_2009", "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_2023", + "https://tc39.es/proposal-temporal/#_ref_2024", + "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#_ref_2496", - "https://tc39.es/proposal-temporal/#_ref_2010", - "https://tc39.es/proposal-temporal/#_ref_2011", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "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_2026", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", + "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_2501", "https://tc39.es/proposal-temporal/#_ref_2502", "https://tc39.es/proposal-temporal/#_ref_2503", @@ -2823,11 +2891,12 @@ "https://tc39.es/proposal-temporal/#_ref_2505", "https://tc39.es/proposal-temporal/#_ref_2506", "https://tc39.es/proposal-temporal/#_ref_2507", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#_ref_2508", "https://tc39.es/proposal-temporal/#_ref_2509", "https://tc39.es/proposal-temporal/#_ref_2510", "https://tc39.es/proposal-temporal/#_ref_2511", - "https://tc39.es/proposal-temporal/#_ref_2012", "https://tc39.es/proposal-temporal/#_ref_2512", "https://tc39.es/proposal-temporal/#_ref_2513", "https://tc39.es/proposal-temporal/#_ref_2514", @@ -2835,79 +2904,11 @@ "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_2013", "https://tc39.es/proposal-temporal/#_ref_2519", "https://tc39.es/proposal-temporal/#_ref_2520", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", - "https://tc39.es/proposal-temporal/#_ref_64", - "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2014", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", - "https://tc39.es/proposal-temporal/#_ref_2015", - "https://tc39.es/proposal-temporal/#_ref_2016", - "https://tc39.es/proposal-temporal/#_ref_2017", - "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2018", "https://tc39.es/proposal-temporal/#_ref_2521", - "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/#sec-temporal-parseisodatetime", - "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2522", - "https://tc39.es/proposal-temporal/#_ref_2523", - "https://tc39.es/proposal-temporal/#_ref_2524", - "https://tc39.es/proposal-temporal/#_ref_2525", - "https://tc39.es/proposal-temporal/#_ref_2526", - "https://tc39.es/proposal-temporal/#_ref_2527", - "https://tc39.es/proposal-temporal/#_ref_2528", - "https://tc39.es/proposal-temporal/#_ref_2529", - "https://tc39.es/proposal-temporal/#_ref_2023", - "https://tc39.es/proposal-temporal/#_ref_2530", - "https://tc39.es/proposal-temporal/#_ref_2531", - "https://tc39.es/proposal-temporal/#_ref_2532", - "https://tc39.es/proposal-temporal/#_ref_2533", - "https://tc39.es/proposal-temporal/#_ref_2534", - "https://tc39.es/proposal-temporal/#_ref_2535", - "https://tc39.es/proposal-temporal/#_ref_2024", - "https://tc39.es/proposal-temporal/#_ref_2025", - "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#_ref_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_2027", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "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/#_ref_2541", - "https://tc39.es/proposal-temporal/#_ref_2542", - "https://tc39.es/proposal-temporal/#_ref_2543", - "https://tc39.es/proposal-temporal/#_ref_2544", - "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/#sec-temporal-parsetemporaldurationstring", "https://tc39.es/proposal-temporal/#_ref_2032", - "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/#_ref_2551", - "https://tc39.es/proposal-temporal/#_ref_2552", - "https://tc39.es/proposal-temporal/#_ref_2553", - "https://tc39.es/proposal-temporal/#_ref_2554", - "https://tc39.es/proposal-temporal/#_ref_2555", - "https://tc39.es/proposal-temporal/#_ref_2556", - "https://tc39.es/proposal-temporal/#_ref_2557", - "https://tc39.es/proposal-temporal/#_ref_2558", - "https://tc39.es/proposal-temporal/#_ref_2559", - "https://tc39.es/proposal-temporal/#_ref_2560", - "https://tc39.es/proposal-temporal/#_ref_2561", - "https://tc39.es/proposal-temporal/#_ref_2562", "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", @@ -2922,42 +2923,42 @@ "https://tc39.es/proposal-temporal/#_ref_2044", "https://tc39.es/proposal-temporal/#_ref_2045", "https://tc39.es/proposal-temporal/#_ref_2046", - "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", + "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#_ref_2048", "https://tc39.es/proposal-temporal/#_ref_2049", "https://tc39.es/proposal-temporal/#_ref_2050", "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#_ref_2052", + "https://tc39.es/proposal-temporal/#_ref_2523", "https://tc39.es/proposal-temporal/#_ref_2053", - "https://tc39.es/proposal-temporal/#_ref_2563", "https://tc39.es/proposal-temporal/#_ref_2054", + "https://tc39.es/proposal-temporal/#_ref_2524", + "https://tc39.es/proposal-temporal/#_ref_2525", + "https://tc39.es/proposal-temporal/#_ref_2526", + "https://tc39.es/proposal-temporal/#_ref_2527", + "https://tc39.es/proposal-temporal/#_ref_2528", + "https://tc39.es/proposal-temporal/#_ref_2529", "https://tc39.es/proposal-temporal/#_ref_2055", - "https://tc39.es/proposal-temporal/#_ref_2564", - "https://tc39.es/proposal-temporal/#_ref_2565", - "https://tc39.es/proposal-temporal/#_ref_2566", - "https://tc39.es/proposal-temporal/#_ref_2567", - "https://tc39.es/proposal-temporal/#_ref_2568", - "https://tc39.es/proposal-temporal/#_ref_2569", "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2057", - "https://tc39.es/proposal-temporal/#_ref_2058", "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", - "https://tc39.es/proposal-temporal/#_ref_2059", + "https://tc39.es/proposal-temporal/#_ref_2058", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-temporal-tomonthcode", - "https://tc39.es/proposal-temporal/#_ref_2060", + "https://tc39.es/proposal-temporal/#_ref_2059", "https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", + "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#_ref_2063", "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#_ref_2065", "https://tc39.es/proposal-temporal/#_ref_2066", - "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", + "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#_ref_2068", "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#_ref_2070", @@ -2971,47 +2972,47 @@ "https://tc39.es/proposal-temporal/#_ref_2078", "https://tc39.es/proposal-temporal/#_ref_2079", "https://tc39.es/proposal-temporal/#_ref_2080", - "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_2082", + "https://tc39.es/proposal-temporal/#_ref_2081", "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#_ref_2082", "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_2084", + "https://tc39.es/proposal-temporal/#_ref_2083", "https://tc39.es/proposal-temporal/#sec-ecma262-abstract-operations", "https://tc39.es/proposal-temporal/#sec-operations-for-reading-options", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_2085", + "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption", "https://tc39.es/proposal-temporal/#_ref_67", - "https://tc39.es/proposal-temporal/#_ref_2086", + "https://tc39.es/proposal-temporal/#_ref_2085", "https://tc39.es/proposal-temporal/#_ref_68", "https://tc39.es/proposal-temporal/#_ref_69", "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption", - "https://tc39.es/proposal-temporal/#_ref_2087", + "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getutcepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_2088", + "https://tc39.es/proposal-temporal/#_ref_2087", "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", + "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#_ref_2089", + "https://tc39.es/proposal-temporal/#_ref_2530", + "https://tc39.es/proposal-temporal/#_ref_2531", "https://tc39.es/proposal-temporal/#_ref_2090", - "https://tc39.es/proposal-temporal/#_ref_2570", - "https://tc39.es/proposal-temporal/#_ref_2571", - "https://tc39.es/proposal-temporal/#_ref_2091", "https://tc39.es/proposal-temporal/#sec-getnamedtimezoneepochnanoseconds", + "https://tc39.es/proposal-temporal/#_ref_2091", "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/#sec-systemtimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-defaulttimezone", + "https://tc39.es/proposal-temporal/#_ref_2094", "https://tc39.es/proposal-temporal/#_ref_2095", "https://tc39.es/proposal-temporal/#_ref_2096", "https://tc39.es/proposal-temporal/#_ref_2097", @@ -3019,21 +3020,21 @@ "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#_ref_2101", - "https://tc39.es/proposal-temporal/#_ref_2102", "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", - "https://tc39.es/proposal-temporal/#_ref_2103", - "https://tc39.es/proposal-temporal/#_ref_2572", - "https://tc39.es/proposal-temporal/#_ref_2573", + "https://tc39.es/proposal-temporal/#_ref_2102", + "https://tc39.es/proposal-temporal/#_ref_2532", + "https://tc39.es/proposal-temporal/#_ref_2533", "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_72", "https://tc39.es/proposal-temporal/#sec-localtime", + "https://tc39.es/proposal-temporal/#_ref_2103", "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/#_ref_2107", "https://tc39.es/proposal-temporal/#_ref_2108", - "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#sec-utc-t", + "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#_ref_2110", "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", @@ -3043,38 +3044,38 @@ "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", "https://tc39.es/proposal-temporal/#_ref_2118", - "https://tc39.es/proposal-temporal/#_ref_2119", "https://tc39.es/proposal-temporal/#sec-timestring", - "https://tc39.es/proposal-temporal/#_ref_2120", + "https://tc39.es/proposal-temporal/#_ref_2119", "https://tc39.es/proposal-temporal/#sec-timezoneestring", + "https://tc39.es/proposal-temporal/#_ref_2120", "https://tc39.es/proposal-temporal/#_ref_2121", "https://tc39.es/proposal-temporal/#_ref_2122", - "https://tc39.es/proposal-temporal/#_ref_2123", "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2574", - "https://tc39.es/proposal-temporal/#_ref_2575", - "https://tc39.es/proposal-temporal/#_ref_2576", - "https://tc39.es/proposal-temporal/#_ref_2577", + "https://tc39.es/proposal-temporal/#_ref_2534", + "https://tc39.es/proposal-temporal/#_ref_2535", + "https://tc39.es/proposal-temporal/#_ref_2536", + "https://tc39.es/proposal-temporal/#_ref_2537", "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2578", - "https://tc39.es/proposal-temporal/#_ref_2579", + "https://tc39.es/proposal-temporal/#_ref_2538", + "https://tc39.es/proposal-temporal/#_ref_2539", "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date", + "https://tc39.es/proposal-temporal/#_ref_2123", "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#_ref_2127", - "https://tc39.es/proposal-temporal/#_ref_2128", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date.now", - "https://tc39.es/proposal-temporal/#_ref_2129", + "https://tc39.es/proposal-temporal/#_ref_2128", "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_2130", + "https://tc39.es/proposal-temporal/#_ref_2129", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", + "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#_ref_2131", "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#_ref_2133", @@ -3082,25 +3083,38 @@ "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", "https://tc39.es/proposal-temporal/#_ref_2137", + "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2138", - "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", - "https://tc39.es/proposal-temporal/#sec-time-zone-names", + "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2139", "https://tc39.es/proposal-temporal/#_ref_2140", + "https://tc39.es/proposal-temporal/#_ref_73", + "https://tc39.es/proposal-temporal/#sec-ecma402-abstract-operations", + "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_2141", "https://tc39.es/proposal-temporal/#_ref_2142", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2143", + "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2144", + "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#_ref_2145", + "https://tc39.es/proposal-temporal/#_ref_75", + "https://tc39.es/proposal-temporal/#_ref_76", + "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#_ref_2146", "https://tc39.es/proposal-temporal/#_ref_2147", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2148", + "https://tc39.es/proposal-temporal/#_ref_77", "https://tc39.es/proposal-temporal/#_ref_2149", + "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", + "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", + "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", + "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_2150", - "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_2151", - "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_2152", "https://tc39.es/proposal-temporal/#_ref_2153", "https://tc39.es/proposal-temporal/#_ref_2154", @@ -3109,257 +3123,190 @@ "https://tc39.es/proposal-temporal/#_ref_2157", "https://tc39.es/proposal-temporal/#_ref_2158", "https://tc39.es/proposal-temporal/#_ref_2159", + "https://tc39.es/proposal-temporal/#_ref_2540", + "https://tc39.es/proposal-temporal/#_ref_2541", "https://tc39.es/proposal-temporal/#_ref_2160", - "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_2161", - "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", "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/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_2166", "https://tc39.es/proposal-temporal/#_ref_2167", - "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", "https://tc39.es/proposal-temporal/#_ref_2168", "https://tc39.es/proposal-temporal/#_ref_2169", - "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2170", - "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2171", "https://tc39.es/proposal-temporal/#_ref_2172", - "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#intl-object", - "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", - "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", "https://tc39.es/proposal-temporal/#_ref_2173", - "https://tc39.es/proposal-temporal/#sec-ecma402-abstract-operations", - "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#_ref_2175", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2176", - "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2177", - "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_2178", - "https://tc39.es/proposal-temporal/#_ref_76", - "https://tc39.es/proposal-temporal/#_ref_77", - "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#_ref_2179", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", + "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", + "https://tc39.es/proposal-temporal/#sec-adjustdatetimestyleformat", + "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_2180", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2181", - "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2182", - "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", - "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", - "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", - "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", "https://tc39.es/proposal-temporal/#_ref_2183", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2184", "https://tc39.es/proposal-temporal/#_ref_2185", + "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2186", "https://tc39.es/proposal-temporal/#_ref_2187", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_2188", "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/#_ref_2580", - "https://tc39.es/proposal-temporal/#_ref_2581", "https://tc39.es/proposal-temporal/#_ref_2193", "https://tc39.es/proposal-temporal/#_ref_2194", "https://tc39.es/proposal-temporal/#_ref_2195", "https://tc39.es/proposal-temporal/#_ref_2196", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2197", "https://tc39.es/proposal-temporal/#_ref_2198", "https://tc39.es/proposal-temporal/#_ref_2199", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2200", "https://tc39.es/proposal-temporal/#_ref_2201", "https://tc39.es/proposal-temporal/#_ref_2202", + "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2203", "https://tc39.es/proposal-temporal/#_ref_2204", "https://tc39.es/proposal-temporal/#_ref_2205", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_2206", "https://tc39.es/proposal-temporal/#_ref_2207", + "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", + "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", + "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_2208", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2209", "https://tc39.es/proposal-temporal/#_ref_2210", "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#_ref_2212", "https://tc39.es/proposal-temporal/#_ref_2213", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2214", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", - "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", - "https://tc39.es/proposal-temporal/#sec-adjustdatetimestyleformat", - "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", "https://tc39.es/proposal-temporal/#_ref_2215", "https://tc39.es/proposal-temporal/#_ref_2216", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2217", "https://tc39.es/proposal-temporal/#_ref_2218", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2219", "https://tc39.es/proposal-temporal/#_ref_2220", "https://tc39.es/proposal-temporal/#_ref_2221", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2222", "https://tc39.es/proposal-temporal/#_ref_2223", - "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2224", "https://tc39.es/proposal-temporal/#_ref_2225", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "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/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2229", "https://tc39.es/proposal-temporal/#_ref_2230", "https://tc39.es/proposal-temporal/#_ref_2231", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2232", "https://tc39.es/proposal-temporal/#_ref_2233", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2234", "https://tc39.es/proposal-temporal/#_ref_2235", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2236", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2237", "https://tc39.es/proposal-temporal/#_ref_2238", "https://tc39.es/proposal-temporal/#_ref_2239", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2240", "https://tc39.es/proposal-temporal/#_ref_2241", "https://tc39.es/proposal-temporal/#_ref_2242", - "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2243", "https://tc39.es/proposal-temporal/#_ref_2244", + "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2245", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_2246", + "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_2247", - "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", - "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_79", - "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", "https://tc39.es/proposal-temporal/#_ref_2248", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2249", "https://tc39.es/proposal-temporal/#_ref_2250", "https://tc39.es/proposal-temporal/#_ref_2251", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2252", "https://tc39.es/proposal-temporal/#_ref_2253", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2254", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2255", "https://tc39.es/proposal-temporal/#_ref_2256", "https://tc39.es/proposal-temporal/#_ref_2257", "https://tc39.es/proposal-temporal/#_ref_2258", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2259", "https://tc39.es/proposal-temporal/#_ref_2260", "https://tc39.es/proposal-temporal/#_ref_2261", + "https://tc39.es/proposal-temporal/#locale-sensitive-functions", + "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_2262", "https://tc39.es/proposal-temporal/#_ref_2263", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2264", + "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_2265", "https://tc39.es/proposal-temporal/#_ref_2266", "https://tc39.es/proposal-temporal/#_ref_2267", + "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_2268", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2269", "https://tc39.es/proposal-temporal/#_ref_2270", + "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_2271", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2272", "https://tc39.es/proposal-temporal/#_ref_2273", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", + "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_2274", "https://tc39.es/proposal-temporal/#_ref_2275", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2276", + "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_2277", "https://tc39.es/proposal-temporal/#_ref_2278", "https://tc39.es/proposal-temporal/#_ref_2279", + "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_2280", "https://tc39.es/proposal-temporal/#_ref_2281", "https://tc39.es/proposal-temporal/#_ref_2282", "https://tc39.es/proposal-temporal/#_ref_2283", "https://tc39.es/proposal-temporal/#_ref_2284", - "https://tc39.es/proposal-temporal/#sec-tolocaltime", - "https://tc39.es/proposal-temporal/#_ref_2285", - "https://tc39.es/proposal-temporal/#_ref_2286", - "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_2287", - "https://tc39.es/proposal-temporal/#_ref_2288", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", - "https://tc39.es/proposal-temporal/#_ref_2289", - "https://tc39.es/proposal-temporal/#_ref_2290", - "https://tc39.es/proposal-temporal/#_ref_2291", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", - "https://tc39.es/proposal-temporal/#_ref_2292", - "https://tc39.es/proposal-temporal/#_ref_2293", - "https://tc39.es/proposal-temporal/#_ref_2294", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", - "https://tc39.es/proposal-temporal/#_ref_2295", - "https://tc39.es/proposal-temporal/#_ref_2296", - "https://tc39.es/proposal-temporal/#_ref_2297", - "https://tc39.es/proposal-temporal/#_ref_2298", - "https://tc39.es/proposal-temporal/#_ref_2299", - "https://tc39.es/proposal-temporal/#_ref_2300", - "https://tc39.es/proposal-temporal/#_ref_2301", - "https://tc39.es/proposal-temporal/#locale-sensitive-functions", - "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_80", - "https://tc39.es/proposal-temporal/#_ref_2302", - "https://tc39.es/proposal-temporal/#_ref_2303", - "https://tc39.es/proposal-temporal/#_ref_2304", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_81", - "https://tc39.es/proposal-temporal/#_ref_2305", - "https://tc39.es/proposal-temporal/#_ref_2306", - "https://tc39.es/proposal-temporal/#_ref_2307", - "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_82", - "https://tc39.es/proposal-temporal/#_ref_2308", - "https://tc39.es/proposal-temporal/#_ref_2309", - "https://tc39.es/proposal-temporal/#_ref_2310", - "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_83", - "https://tc39.es/proposal-temporal/#_ref_2311", - "https://tc39.es/proposal-temporal/#_ref_2312", - "https://tc39.es/proposal-temporal/#_ref_2313", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_84", - "https://tc39.es/proposal-temporal/#_ref_2314", - "https://tc39.es/proposal-temporal/#_ref_2315", - "https://tc39.es/proposal-temporal/#_ref_2316", - "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_85", - "https://tc39.es/proposal-temporal/#_ref_2317", - "https://tc39.es/proposal-temporal/#_ref_2318", - "https://tc39.es/proposal-temporal/#_ref_2319", - "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_86", - "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/#_ref_2323", - "https://tc39.es/proposal-temporal/#_ref_2324", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/ed/ids/web-animations-1.json b/ed/ids/web-animations-1.json index fdde6531d7a5..045b96a02bde 100644 --- a/ed/ids/web-animations-1.json +++ b/ed/ids/web-animations-1.json @@ -3382,12 +3382,10 @@ "https://drafts.csswg.org/web-animations-1/#biblio-hr-time", "https://drafts.csswg.org/web-animations-1/#biblio-html", "https://drafts.csswg.org/web-animations-1/#biblio-infra", - "https://drafts.csswg.org/web-animations-1/#biblio-media-frags", "https://drafts.csswg.org/web-animations-1/#biblio-motion-1", "https://drafts.csswg.org/web-animations-1/#biblio-rfc2119", "https://drafts.csswg.org/web-animations-1/#biblio-select", "https://drafts.csswg.org/web-animations-1/#biblio-selectors-4", - "https://drafts.csswg.org/web-animations-1/#biblio-svg11", "https://drafts.csswg.org/web-animations-1/#biblio-svg2", "https://drafts.csswg.org/web-animations-1/#biblio-web-animations-2", "https://drafts.csswg.org/web-animations-1/#biblio-webidl", @@ -3395,6 +3393,7 @@ "https://drafts.csswg.org/web-animations-1/#biblio-css-transforms-1", "https://drafts.csswg.org/web-animations-1/#biblio-css21", "https://drafts.csswg.org/web-animations-1/#biblio-smil-animation", + "https://drafts.csswg.org/web-animations-1/#biblio-svg11", "https://drafts.csswg.org/web-animations-1/#idl-index", "https://drafts.csswg.org/web-animations-1/#issues-index" ] diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 912c9d063f8a..0fb775ec0357 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1519,7 +1519,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A2", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A5", diff --git a/ed/index.json b/ed/index.json index 313ed14d68de..2172ceda377c 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-01-17T18:40:56.304Z", + "date": "2025-01-18T00:56:57.273Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1625,11 +1625,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1686,11 +1686,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1748,11 +1748,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1803,11 +1803,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1865,11 +1865,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1926,11 +1926,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1982,11 +1982,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2037,11 +2037,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "5 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2092,11 +2092,11 @@ ], "crawled": "https://drafts.csswg.org/css-gaps-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "8 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-gaps-1.json", "links": "links/css-gaps-1.json", "refs": "refs/css-gaps-1.json", @@ -2155,11 +2155,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2217,11 +2217,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2272,11 +2272,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2327,11 +2327,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "14 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2391,11 +2391,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "17 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2453,11 +2453,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2514,11 +2514,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2577,11 +2577,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2638,11 +2638,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2700,11 +2700,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2763,11 +2763,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -8125,9 +8125,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Wed, 15 Jan 2025 01:05:22 GMT" + "lastModified": "Fri, 17 Jan 2025 20:13:10 GMT" }, - "date": "15 January 2025", + "date": "17 January 2025", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -18171,11 +18171,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -18232,11 +18232,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -18299,11 +18299,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -18362,11 +18362,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18498,11 +18498,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18568,11 +18568,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18639,11 +18639,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18709,11 +18709,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18776,11 +18776,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", - "date": "4 August 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "date": "18 January 2025", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18845,11 +18845,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18912,11 +18912,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18980,11 +18980,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -19049,11 +19049,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -19118,11 +19118,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -19187,11 +19187,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -19256,7 +19256,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -19323,11 +19323,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -19393,11 +19393,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19463,11 +19463,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19529,11 +19529,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -19599,11 +19599,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19670,11 +19670,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19738,11 +19738,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19808,11 +19808,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19878,11 +19878,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19949,11 +19949,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -20015,11 +20015,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -20084,11 +20084,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -20155,11 +20155,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -20223,11 +20223,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -20291,11 +20291,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -20360,11 +20360,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -20429,11 +20429,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20502,11 +20502,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "9 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20572,11 +20572,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "idl": "idl/css-fonts-5.idl", @@ -20642,11 +20642,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20710,11 +20710,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "17 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20780,11 +20780,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20849,11 +20849,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20912,11 +20912,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20982,11 +20982,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -21052,11 +21052,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -21122,11 +21122,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "10 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -21251,11 +21251,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -21319,11 +21319,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -21388,11 +21388,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21525,11 +21525,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21593,11 +21593,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21655,11 +21655,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21720,11 +21720,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21790,11 +21790,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "10 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21859,11 +21859,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21927,11 +21927,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -21996,11 +21996,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -22065,11 +22065,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -22128,11 +22128,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -22264,11 +22264,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -22399,11 +22399,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -22463,11 +22463,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -22526,11 +22526,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22594,11 +22594,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22662,11 +22662,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22731,11 +22731,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22800,11 +22800,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "3 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22870,11 +22870,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22939,11 +22939,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "16 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -23010,11 +23010,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -23078,11 +23078,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -23149,11 +23149,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -23218,11 +23218,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -23287,11 +23287,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -23355,11 +23355,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -23421,7 +23421,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -23487,11 +23487,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -23556,11 +23556,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23626,11 +23626,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23695,11 +23695,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23765,11 +23765,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23833,11 +23833,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", - "date": "8 March 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "date": "18 January 2025", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23902,11 +23902,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23971,11 +23971,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -24041,11 +24041,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -24112,11 +24112,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -24248,11 +24248,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -24317,11 +24317,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "22 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -24388,11 +24388,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -24457,11 +24457,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -24526,11 +24526,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "14 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -24596,11 +24596,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -24659,11 +24659,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24723,11 +24723,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24795,11 +24795,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24865,11 +24865,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24934,11 +24934,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -25002,11 +25002,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -25213,11 +25213,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "10 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -25282,11 +25282,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -25351,11 +25351,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -25421,11 +25421,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -27866,11 +27866,11 @@ ], "crawled": "https://w3c.github.io/IFT/Overview.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 09:49:20 GMT" + "lastModified": "Fri, 17 Jan 2025 19:01:01 GMT" }, "generator": "bikeshed", "date": "9 July 2024", - "revision": "9596b0de5966ddaec03d90dba68ddf8502b48375", + "revision": "f98e816af36cb32fc50cdd947bedaff2b3745fbe", "algorithms": "algorithms/IFT.json", "links": "links/IFT.json", "refs": "refs/IFT.json", @@ -29237,7 +29237,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -29303,11 +29303,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -29371,11 +29371,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31793,7 +31793,7 @@ ], "crawled": "https://w3c.github.io/rdf-concepts/spec/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 16:03:07 GMT" + "lastModified": "Fri, 17 Jan 2025 21:48:30 GMT" }, "generator": "respec", "date": "17 January 2025", @@ -32505,11 +32505,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -32838,11 +32838,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "30 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -33102,7 +33102,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -33169,11 +33169,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:36 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "14 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -35553,11 +35553,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "7 January 2025", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -35623,11 +35623,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "12 December 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -38809,11 +38809,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Fri, 17 Jan 2025 00:43:37 GMT" + "lastModified": "Sat, 18 Jan 2025 00:43:52 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "729147dce90b8f3bf42b0bbedba5c3ba49c76647", + "revision": "e104c6ff5bcd9490c50ab8bc1cd9646157e43cfe", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/CSS22.json b/ed/links/CSS22.json index 8cca178f5437..543cd4787864 100644 --- a/ed/links/CSS22.json +++ b/ed/links/CSS22.json @@ -44,7 +44,6 @@ "https://drafts.csswg.org/css-color-5/": {}, "https://drafts.csswg.org/css-display/": {}, "https://drafts.csswg.org/css-lists-3/": {}, - "https://drafts.csswg.org/css-speech-1/": {}, "https://drafts.csswg.org/css-style-attr/": {}, "https://drafts.csswg.org/css-syntax/": {}, "https://drafts.csswg.org/css2/": {}, @@ -88,7 +87,6 @@ ] }, "https://www.w3.org/TR/CSS/": {}, - "https://www.w3.org/TR/CSS1/": {}, "https://www.w3.org/TR/DOM-Level-3-Core/": {}, "https://www.w3.org/TR/MathML2/chapter2.html": { "anchors": [ diff --git a/ed/links/IFT.json b/ed/links/IFT.json index 2f5647ab8b8a..003388ddeece 100644 --- a/ed/links/IFT.json +++ b/ed/links/IFT.json @@ -66,7 +66,11 @@ "section-5" ] }, - "https://www.rfc-editor.org/rfc/rfc6570": {}, + "https://www.rfc-editor.org/rfc/rfc6570": { + "anchors": [ + "section-3" + ] + }, "https://www.rfc-editor.org/rfc/rfc7932": { "anchors": [ "section-10" diff --git a/ed/links/css-backgrounds-3.json b/ed/links/css-backgrounds-3.json index d0c67afc9ecc..af03a93cd91c 100644 --- a/ed/links/css-backgrounds-3.json +++ b/ed/links/css-backgrounds-3.json @@ -850,7 +850,6 @@ "https://drafts.csswg.org/css-overflow-3/": {}, "https://drafts.csswg.org/css-ruby-1/": {}, "https://drafts.csswg.org/css-shapes/": {}, - "https://drafts.csswg.org/css-sizing-3/": {}, "https://drafts.csswg.org/css-tables-3/": {}, "https://drafts.csswg.org/css-text-decor-4/": {}, "https://drafts.csswg.org/css-values-3/": {}, @@ -2585,11 +2584,6 @@ "ruby-annotation-container-box" ] }, - "https://drafts.csswg.org/css-sizing-3/": { - "anchors": [ - "propdef-height" - ] - }, "https://drafts.csswg.org/css-tables-3/": { "anchors": [ "propdef-border-collapse" diff --git a/ed/links/css-box-4.json b/ed/links/css-box-4.json index 3567ae004df6..55f773c3cbf1 100644 --- a/ed/links/css-box-4.json +++ b/ed/links/css-box-4.json @@ -173,6 +173,7 @@ "block-layout", "internal-table-element", "block-container", + "in-flow", "block-level", "inline-level" ] diff --git a/ed/links/css-color-5.json b/ed/links/css-color-5.json index 9d5825cadd41..06a17e95d8fa 100644 --- a/ed/links/css-color-5.json +++ b/ed/links/css-color-5.json @@ -246,16 +246,7 @@ "color", "valdef-color-white", "valdef-color-black", - "valdef-color-srgb-linear", - "valdef-color-a98-rgb", - "valdef-color-prophoto-rgb", - "valdef-color-rec2020", - "valdef-lab-lab", - "valdef-oklab-oklab", - "valdef-color-xyz-d50", - "valdef-color-xyz-d65", - "valdef-hwb-hwb", - "valdef-oklch-oklch" + "valdef-color-xyz-d65" ] }, "https://drafts.csswg.org/css-color-adjust-1/": { diff --git a/ed/links/css-grid-1.json b/ed/links/css-grid-1.json index ab5b79e4bffd..fcf6aa8528f4 100644 --- a/ed/links/css-grid-1.json +++ b/ed/links/css-grid-1.json @@ -998,7 +998,6 @@ "http://wpt.live/css/css-grid/masonry/tentative/gap/masonry-gap-001.html": {}, "http://wpt.live/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-001.html": {}, "http://wpt.live/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-002.html": {}, - "http://wpt.live/css/css-grid/masonry/tentative/item-placement/masonry-columns-item-placement-auto-flow-next-001.html": {}, "http://wpt.live/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-001.html": {}, "http://wpt.live/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-002.html": {}, "http://wpt.live/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-003.html": {}, @@ -2361,7 +2360,6 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/gap/masonry-gap-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-002.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/item-placement/masonry-columns-item-placement-auto-flow-next-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-001.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-002.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-003.html": {}, @@ -3552,7 +3550,6 @@ "https://wpt.fyi/results/css/css-grid/masonry/tentative/gap/masonry-gap-001.html": {}, "https://wpt.fyi/results/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-001.html": {}, "https://wpt.fyi/results/css/css-grid/masonry/tentative/grid-placement/masonry-grid-placement-named-lines-002.html": {}, - "https://wpt.fyi/results/css/css-grid/masonry/tentative/item-placement/masonry-columns-item-placement-auto-flow-next-001.html": {}, "https://wpt.fyi/results/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-001.html": {}, "https://wpt.fyi/results/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-002.html": {}, "https://wpt.fyi/results/css/css-grid/masonry/tentative/item-placement/masonry-item-placement-003.html": {}, diff --git a/ed/links/css-images-5.json b/ed/links/css-images-5.json index e135411df662..1293646597a4 100644 --- a/ed/links/css-images-5.json +++ b/ed/links/css-images-5.json @@ -87,8 +87,7 @@ }, "https://drafts.csswg.org/css-shapes-1/": { "anchors": [ - "typedef-basic-shape-rect", - "basic-shape-reference-box" + "typedef-basic-shape-rect" ] }, "https://drafts.csswg.org/css-values-4/": { diff --git a/ed/links/css-text-4.json b/ed/links/css-text-4.json index e3f186449f79..4e8e6563e12e 100644 --- a/ed/links/css-text-4.json +++ b/ed/links/css-text-4.json @@ -6725,6 +6725,7 @@ "mult-opt", "number-value", "length-value", + "percentage-value", "integer-value", "string-value", "typedef-length-percentage", diff --git a/ed/links/css-text-decor-4.json b/ed/links/css-text-decor-4.json index dfe0a3888d01..fd5649e729e5 100644 --- a/ed/links/css-text-decor-4.json +++ b/ed/links/css-text-decor-4.json @@ -75,15 +75,11 @@ "https://lists.w3.org/Archives/Public/www-style/": {}, "https://lists.w3.org/Archives/Public/www-style/2017Feb/0049.html": {}, "https://lists.w3.org/Archives/Public/www-style/2017Feb/0069.html": {}, - "https://www.unicode.org/reports/tr11/tr11-43.html": {}, - "https://www.unicode.org/reports/tr15/tr15-56.html": {}, "https://www.unicode.org/reports/tr24/": { "anchors": [ "Usage_Model" ] }, - "https://www.unicode.org/reports/tr24/tr24-38.html": {}, - "https://www.unicode.org/reports/tr44/tr44-34.html": {}, "https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/": {}, "https://www.w3.org/TR/2022/WD-css-text-decor-4-20220504/": {}, "https://www.w3.org/TR/CSS/": {}, @@ -219,6 +215,7 @@ "inline-formatting-context", "anonymous", "inline-level", + "out-of-flow", "non-replaced", "atomic-inline", "propdef-visibility", diff --git a/ed/links/css-values-3.json b/ed/links/css-values-3.json index 0ec998d3714c..85f6f4273a00 100644 --- a/ed/links/css-values-3.json +++ b/ed/links/css-values-3.json @@ -143,7 +143,6 @@ "http://wpt.live/css/css-values/vh-support-transform-translate.html": {}, "http://wpt.live/css/css-values/vh-support.html": {}, "http://wpt.live/css/css-values/vh-zero-support.html": {}, - "http://wpt.live/css/css-values/vh_not_refreshing_on_chrome.html": {}, "http://wpt.live/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "http://wpt.live/css/css-values/viewport-unit-011.html": {}, "http://wpt.live/css/css-values/viewport-units-css2-001.html": {}, @@ -403,7 +402,6 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-support-transform-translate.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-support.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-zero-support.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh_not_refreshing_on_chrome.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-unit-011.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-units-css2-001.html": {}, @@ -561,7 +559,6 @@ "https://wpt.fyi/results/css/css-values/vh-support-transform-translate.html": {}, "https://wpt.fyi/results/css/css-values/vh-support.html": {}, "https://wpt.fyi/results/css/css-values/vh-zero-support.html": {}, - "https://wpt.fyi/results/css/css-values/vh_not_refreshing_on_chrome.html": {}, "https://wpt.fyi/results/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "https://wpt.fyi/results/css/css-values/viewport-unit-011.html": {}, "https://wpt.fyi/results/css/css-values/viewport-units-css2-001.html": {}, diff --git a/ed/links/css-values-4.json b/ed/links/css-values-4.json index 97b4adb71d01..c995574e8777 100644 --- a/ed/links/css-values-4.json +++ b/ed/links/css-values-4.json @@ -117,7 +117,6 @@ "http://wpt.live/css/css-values/vh-support-transform-translate.html": {}, "http://wpt.live/css/css-values/vh-support.html": {}, "http://wpt.live/css/css-values/vh-zero-support.html": {}, - "http://wpt.live/css/css-values/vh_not_refreshing_on_chrome.html": {}, "http://wpt.live/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "http://wpt.live/css/css-values/viewport-unit-011.html": {}, "http://wpt.live/css/css-values/viewport-units-css2-001.html": {}, @@ -412,7 +411,6 @@ "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-support-transform-translate.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-support.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh-zero-support.html": {}, - "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/vh_not_refreshing_on_chrome.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-unit-011.html": {}, "https://github.com/web-platform-tests/wpt/blob/master/css/css-values/viewport-units-css2-001.html": {}, @@ -536,7 +534,6 @@ "https://wpt.fyi/results/css/css-values/vh-support-transform-translate.html": {}, "https://wpt.fyi/results/css/css-values/vh-support.html": {}, "https://wpt.fyi/results/css/css-values/vh-zero-support.html": {}, - "https://wpt.fyi/results/css/css-values/vh_not_refreshing_on_chrome.html": {}, "https://wpt.fyi/results/css/css-values/viewport-relative-lengths-scaled-viewport.html": {}, "https://wpt.fyi/results/css/css-values/viewport-unit-011.html": {}, "https://wpt.fyi/results/css/css-values/viewport-units-css2-001.html": {}, diff --git a/ed/links/css-values-5.json b/ed/links/css-values-5.json index e25c0133e4be..c94eedd71aac 100644 --- a/ed/links/css-values-5.json +++ b/ed/links/css-values-5.json @@ -539,6 +539,7 @@ "inline-axis", "start", "end", + "y-axis", "x-axis", "flow-relative", "writing-mode" diff --git a/ed/links/css-writing-modes-3.json b/ed/links/css-writing-modes-3.json index 3e75f7b54436..8f24c8e01154 100644 --- a/ed/links/css-writing-modes-3.json +++ b/ed/links/css-writing-modes-3.json @@ -49,25 +49,12 @@ "https://drafts.csswg.org/css-break/": {}, "https://drafts.csswg.org/css-cascade-4/": {}, "https://drafts.csswg.org/css-cascade-5/": {}, - "https://drafts.csswg.org/css-contain-1/": { - "anchors": [ - "contain-property" - ] - }, "https://drafts.csswg.org/css-contain-2/": {}, "https://drafts.csswg.org/css-display/": {}, - "https://drafts.csswg.org/css-flexbox-1/": {}, - "https://drafts.csswg.org/css-fonts-3/": {}, "https://drafts.csswg.org/css-fonts-4/": {}, "https://drafts.csswg.org/css-images-3/": {}, "https://drafts.csswg.org/css-inline-3/": {}, - "https://drafts.csswg.org/css-logical-1/": { - "anchors": [ - "box" - ] - }, "https://drafts.csswg.org/css-multicol-2/": {}, - "https://drafts.csswg.org/css-multicol/": {}, "https://drafts.csswg.org/css-overflow-3/": {}, "https://drafts.csswg.org/css-page-3/": {}, "https://drafts.csswg.org/css-shapes/": {}, @@ -82,11 +69,7 @@ "https://drafts.csswg.org/css-text-decor-3/": {}, "https://drafts.csswg.org/css-text-decor-4/": {}, "https://drafts.csswg.org/css-values-3/": {}, - "https://drafts.csswg.org/css-values-4/": { - "anchors": [ - "lengths" - ] - }, + "https://drafts.csswg.org/css-values-4/": {}, "https://drafts.csswg.org/css-writing-modes-4/": {}, "https://drafts.csswg.org/css2/": {}, "https://drafts.csswg.org/mediaqueries-5/": {}, @@ -103,11 +86,8 @@ "https://lists.w3.org/Archives/Public/www-style/": {}, "https://unicode.org/notes/tn22/": {}, "https://www.rfc-editor.org/rfc/rfc6919": {}, - "https://www.unicode.org/reports/tr11/tr11-43.html": {}, - "https://www.unicode.org/reports/tr24/tr24-38.html": {}, "https://www.unicode.org/reports/tr50/tr50-31.html": {}, "https://www.unicode.org/reports/tr9/tr9-50.html": {}, - "https://www.unicode.org/versions/latest/": {}, "https://www.w3.org/Consortium/Process/": { "anchors": [ "candidate-correction" diff --git a/ed/links/css-writing-modes-4.json b/ed/links/css-writing-modes-4.json index b0cacbb1fa6b..b75342f61515 100644 --- a/ed/links/css-writing-modes-4.json +++ b/ed/links/css-writing-modes-4.json @@ -50,26 +50,14 @@ "https://drafts.csswg.org/css-break/": {}, "https://drafts.csswg.org/css-cascade-4/": {}, "https://drafts.csswg.org/css-cascade-5/": {}, - "https://drafts.csswg.org/css-contain-1/": { - "anchors": [ - "contain-property" - ] - }, "https://drafts.csswg.org/css-contain-2/": {}, "https://drafts.csswg.org/css-display/": {}, "https://drafts.csswg.org/css-flexbox-1/": {}, - "https://drafts.csswg.org/css-fonts-3/": {}, "https://drafts.csswg.org/css-fonts-4/": {}, "https://drafts.csswg.org/css-grid-2/": {}, "https://drafts.csswg.org/css-images-3/": {}, "https://drafts.csswg.org/css-inline-3/": {}, - "https://drafts.csswg.org/css-logical-1/": { - "anchors": [ - "box" - ] - }, "https://drafts.csswg.org/css-multicol-2/": {}, - "https://drafts.csswg.org/css-multicol/": {}, "https://drafts.csswg.org/css-overflow-3/": {}, "https://drafts.csswg.org/css-page-3/": {}, "https://drafts.csswg.org/css-shapes/": {}, @@ -78,19 +66,14 @@ "https://drafts.csswg.org/css-tables-3/": {}, "https://drafts.csswg.org/css-text-3/": { "anchors": [ - "order", - "white-space-processing" + "order" ] }, "https://drafts.csswg.org/css-text-4/": {}, "https://drafts.csswg.org/css-text-decor-3/": {}, "https://drafts.csswg.org/css-text-decor-4/": {}, "https://drafts.csswg.org/css-values-3/": {}, - "https://drafts.csswg.org/css-values-4/": { - "anchors": [ - "lengths" - ] - }, + "https://drafts.csswg.org/css-values-4/": {}, "https://drafts.csswg.org/css2/": {}, "https://drafts.csswg.org/mediaqueries-5/": {}, "https://github.com/w3c/csswg-drafts/issues": {}, @@ -110,11 +93,8 @@ "https://lists.w3.org/Archives/Public/www-style/": {}, "https://unicode.org/notes/tn22/": {}, "https://www.rfc-editor.org/rfc/rfc6919": {}, - "https://www.unicode.org/reports/tr11/tr11-43.html": {}, - "https://www.unicode.org/reports/tr24/tr24-38.html": {}, "https://www.unicode.org/reports/tr50/tr50-31.html": {}, "https://www.unicode.org/reports/tr9/tr9-50.html": {}, - "https://www.unicode.org/versions/latest/": {}, "https://www.w3.org/TR/2018/CR-css-writing-modes-4-20180524": {}, "https://www.w3.org/TR/2019/CR-css-writing-modes-4-20190730/": {}, "https://www.w3.org/TR/CSS/": {}, diff --git a/ed/links/rdf12-concepts.json b/ed/links/rdf12-concepts.json index 0cdc5788a629..49feff49bdde 100644 --- a/ed/links/rdf12-concepts.json +++ b/ed/links/rdf12-concepts.json @@ -17,10 +17,17 @@ ] }, "https://gdpr.eu/": {}, - "https://github.com/w3c/rdf-concepts/issues/9": {}, - "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22i18n-tracker%22": {}, + "https://github.com/w3c/rdf-concepts/issues/116": {}, + "https://github.com/w3c/rdf-concepts/issues/118": {}, + "https://github.com/w3c/rdf-concepts/issues/128": {}, + "https://github.com/w3c/rdf-concepts/issues/129": {}, + "https://github.com/w3c/rdf-concepts/issues/70": {}, + "https://github.com/w3c/rdf-concepts/issues/92": {}, + "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22ms%3ACR%22": {}, + "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22spec%3Abug%22": {}, + "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22spec%3Aeditorial%22": {}, + "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22spec%3Aenhancement%22": {}, "https://github.com/w3c/rdf-concepts/issues/?q=is%3Aissue+is%3Aopen+label%3A%22spec%3Asubstantive%22": {}, - "https://github.com/w3c/rdf-star-wg/blob/main/docs/text-direction.md": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/dom.html": { "anchors": [ @@ -44,7 +51,6 @@ "https://oag.ca.gov/privacy/ccpa": {}, "https://termly.io/resources/infographics/privacy-laws-around-the-world/": {}, "https://url.spec.whatwg.org/": {}, - "https://w3c.github.io/rdf-dir-literal/": {}, "https://w3c.github.io/rdf-new/spec/": {}, "https://w3c.github.io/rdf-primer/spec/": {}, "https://w3c.github.io/sparql-concepts/spec/": {}, @@ -116,7 +122,6 @@ "https://www.w3.org/TR/json-ld11/": { "anchors": [ "the-i18n-namespace", - "the-rdf-compoundliteral-class-and-the-rdf-language-and-rdf-direction-properties", "the-rdf-json-datatype" ] }, diff --git a/ed/links/tc39-temporal.json b/ed/links/tc39-temporal.json index cce42771c73d..214546697e35 100644 --- a/ed/links/tc39-temporal.json +++ b/ed/links/tc39-temporal.json @@ -20,11 +20,6 @@ }, "https://ecma-international.org/memento/codeofconduct.htm": {}, "https://github.com/tc39/ecma402/commit/537afda7be28a443b79b3fd7e6c836a16ce4f75f": {}, - "https://tc39.es/ecma-402/": { - "anchors": [ - "sec-time-zone-names" - ] - }, "https://tc39.es/ecma262/": { "anchors": [ "sec-global-object", @@ -132,11 +127,7 @@ "sec-properties-of-the-date-constructor", "sec-date.now", "sec-properties-of-the-date-prototype-object", - "agent", - "sec-availablenamedtimezoneidentifiers", - "sec-createarrayfromlist", "sec-call", - "sec-construct", "sec-arraycreate" ] }, @@ -145,10 +136,6 @@ "sup-availablenamedtimezoneidentifiers", "sec-canonicalizeuvalue", "sec-case-sensitivity-and-case-mapping", - "sec-availablecanonicalcollations", - "sec-availablecanonicalcurrencies", - "sec-availablecanonicalnumberingsystems", - "sec-availablecanonicalunits", "sec-abstract-operations", "sec-intl-datetimeformat-constructor", "sec-canonicalizelocalelist", @@ -163,18 +150,11 @@ "datetimeformat-styles-record", "sec-basicformatmatcher", "sec-bestfitformatmatcher", - "datetimeformat-range-pattern-format-record", - "sec-pattern-string-types", - "sec-intl-numberformat-constructor", - "sec-partitionpattern", - "sec-formatnumber", + "sec-formatdatetimepattern", "table-datetimeformat-range-pattern-record", "datetimeformat-tolocaltime-record", "table-datetimeformat-tolocaltime-record", "sec-properties-of-intl-datetimeformat-prototype-object", - "legacy-constructor", - "sec-unwrapdatetimeformat", - "table-datetimeformat-resolvedoptions-properties", "sec-properties-of-intl-datetimeformat-instances", "sec-intl.datetimeformat.prototype.format", "locale-sensitive-functions" @@ -205,7 +185,6 @@ ] }, "https://www.iana.org/time-zones/": {}, - "https://www.iso.org/glossary-for-iso-3166.html": {}, "https://www.rfc-editor.org/rfc/rfc3339": { "anchors": [ "appendix-A" diff --git a/ed/links/web-animations-1.json b/ed/links/web-animations-1.json index 28bed75abab5..ca73fbb0b6b8 100644 --- a/ed/links/web-animations-1.json +++ b/ed/links/web-animations-1.json @@ -87,7 +87,6 @@ "dom-performance-now" ] }, - "https://www.w3.org/TR/media-frags/": {}, "https://www.w3.org/TR/smil-animation/": {}, "https://www.w3.org/policies/process/20231103/": {} }, diff --git a/ed/links/web-animations-2.json b/ed/links/web-animations-2.json index e19722bdfd62..ecad428061ed 100644 --- a/ed/links/web-animations-2.json +++ b/ed/links/web-animations-2.json @@ -37,9 +37,7 @@ "https://drafts.csswg.org/scroll-animations-1/": {}, "https://drafts.csswg.org/web-animations-1/": { "anchors": [ - "effect-composition", - "processing-a-keyframes-argument", - "the-animatable-interface-mixin" + "effect-composition" ] }, "https://github.com/w3c/csswg-drafts/issues": {}, diff --git a/ed/refs/CSS22.json b/ed/refs/CSS22.json index c0576e753ce3..14f3032fa6cc 100644 --- a/ed/refs/CSS22.json +++ b/ed/refs/CSS22.json @@ -13,6 +13,10 @@ "name": "CSS-DISPLAY-4", "url": "https://drafts.csswg.org/css-display/" }, + { + "name": "CSS-LISTS-3", + "url": "https://drafts.csswg.org/css-lists-3/" + }, { "name": "CSS-STYLE-ATTR", "url": "https://drafts.csswg.org/css-style-attr/" @@ -21,17 +25,6 @@ "name": "CSS-SYNTAX-3", "url": "https://drafts.csswg.org/css-syntax/" }, - { - "name": "CSS21", - "url": "https://drafts.csswg.org/css2/" - }, - { - "name": "CSS3LIST", - "url": "https://drafts.csswg.org/css-lists-3/" - }, - { - "name": "FLEX" - }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -86,9 +79,6 @@ { "name": "XML10", "url": "https://www.w3.org/TR/xml/" - }, - { - "name": "YACC" } ], "informative": [ @@ -104,18 +94,14 @@ "name": "CSS-COLOR-5", "url": "https://drafts.csswg.org/css-color-5/" }, - { - "name": "CSS-SPEECH-1", - "url": "https://drafts.csswg.org/css-speech-1/" - }, - { - "name": "CSS1", - "url": "https://www.w3.org/TR/CSS1/" - }, { "name": "CSS20", "url": "https://www.w3.org/TR/1998/REC-CSS2-19980512/" }, + { + "name": "CSS21", + "url": "https://drafts.csswg.org/css2/" + }, { "name": "CSS3COLOR", "url": "https://drafts.csswg.org/css-color-3/" diff --git a/ed/refs/css-backgrounds-3.json b/ed/refs/css-backgrounds-3.json index c3b9439b71a2..d95357c167d4 100644 --- a/ed/refs/css-backgrounds-3.json +++ b/ed/refs/css-backgrounds-3.json @@ -123,10 +123,6 @@ "name": "CSS-SHAPES", "url": "https://drafts.csswg.org/css-shapes/" }, - { - "name": "CSS-SIZING-3", - "url": "https://drafts.csswg.org/css-sizing-3/" - }, { "name": "WCAG20", "url": "https://www.w3.org/TR/WCAG20/" diff --git a/ed/refs/css-text-decor-4.json b/ed/refs/css-text-decor-4.json index 9e2b47e5502f..5f7a96511f3c 100644 --- a/ed/refs/css-text-decor-4.json +++ b/ed/refs/css-text-decor-4.json @@ -29,10 +29,6 @@ "name": "CSS-DISPLAY-4", "url": "https://drafts.csswg.org/css-display/" }, - { - "name": "CSS-FONTS-3", - "url": "https://drafts.csswg.org/css-fonts-3/" - }, { "name": "CSS-FONTS-4", "url": "https://drafts.csswg.org/css-fonts-4/" @@ -96,22 +92,6 @@ { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119" - }, - { - "name": "UAX11", - "url": "https://www.unicode.org/reports/tr11/tr11-43.html" - }, - { - "name": "UAX15", - "url": "https://www.unicode.org/reports/tr15/tr15-56.html" - }, - { - "name": "UAX24", - "url": "https://www.unicode.org/reports/tr24/tr24-38.html" - }, - { - "name": "UAX44", - "url": "https://www.unicode.org/reports/tr44/tr44-34.html" } ], "informative": [ @@ -119,6 +99,10 @@ "name": "CSS-CASCADE-6", "url": "https://drafts.csswg.org/css-cascade-6/" }, + { + "name": "CSS-FONTS-3", + "url": "https://drafts.csswg.org/css-fonts-3/" + }, { "name": "CSS-TEXT-DECOR-3", "url": "https://drafts.csswg.org/css-text-decor-3/" diff --git a/ed/refs/css-writing-modes-3.json b/ed/refs/css-writing-modes-3.json index 885d2716256d..fe128de017f1 100644 --- a/ed/refs/css-writing-modes-3.json +++ b/ed/refs/css-writing-modes-3.json @@ -5,6 +5,10 @@ }, "refs": { "normative": [ + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://drafts.csswg.org/css-backgrounds/" + }, { "name": "CSS-BOX-4", "url": "https://drafts.csswg.org/css-box-4/" @@ -37,6 +41,10 @@ "name": "CSS-OVERFLOW-3", "url": "https://drafts.csswg.org/css-overflow-3/" }, + { + "name": "CSS-PAGE-3", + "url": "https://drafts.csswg.org/css-page-3/" + }, { "name": "CSS-SHAPES-1", "url": "https://drafts.csswg.org/css-shapes/" @@ -57,6 +65,10 @@ "name": "CSS-TEXT-4", "url": "https://drafts.csswg.org/css-text-4/" }, + { + "name": "CSS-TEXT-DECOR-3", + "url": "https://drafts.csswg.org/css-text-decor-3/" + }, { "name": "CSS-TEXT-DECOR-4", "url": "https://drafts.csswg.org/css-text-decor-4/" @@ -81,22 +93,6 @@ "name": "CSS3-BREAK", "url": "https://drafts.csswg.org/css-break/" }, - { - "name": "CSS3-TEXT-DECOR", - "url": "https://drafts.csswg.org/css-text-decor-3/" - }, - { - "name": "CSS3BG", - "url": "https://drafts.csswg.org/css-backgrounds/" - }, - { - "name": "CSS3COL", - "url": "https://drafts.csswg.org/css-multicol/" - }, - { - "name": "CSS3PAGE", - "url": "https://drafts.csswg.org/css-page-3/" - }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -117,14 +113,6 @@ "name": "SVG11", "url": "https://www.w3.org/TR/SVG11/" }, - { - "name": "UAX11", - "url": "https://www.unicode.org/reports/tr11/tr11-43.html" - }, - { - "name": "UAX24", - "url": "https://www.unicode.org/reports/tr24/tr24-38.html" - }, { "name": "UAX50", "url": "https://www.unicode.org/reports/tr50/tr50-31.html" @@ -132,10 +120,6 @@ { "name": "UAX9", "url": "https://www.unicode.org/reports/tr9/tr9-50.html" - }, - { - "name": "UNICODE", - "url": "https://www.unicode.org/versions/latest/" } ], "informative": [ @@ -147,34 +131,18 @@ "name": "CSS-CASCADE-4", "url": "https://drafts.csswg.org/css-cascade-4/" }, - { - "name": "CSS-CONTAIN-1", - "url": "https://drafts.csswg.org/css-contain-1/" - }, { "name": "CSS-CONTAIN-2", "url": "https://drafts.csswg.org/css-contain-2/" }, - { - "name": "CSS-FLEXBOX-1", - "url": "https://drafts.csswg.org/css-flexbox-1/" - }, { "name": "CSS-FONTS-4", "url": "https://drafts.csswg.org/css-fonts-4/" }, - { - "name": "CSS-LOGICAL-1", - "url": "https://drafts.csswg.org/css-logical-1/" - }, { "name": "CSS-WRITING-MODES-4", "url": "https://drafts.csswg.org/css-writing-modes-4/" }, - { - "name": "CSS3-FONTS", - "url": "https://drafts.csswg.org/css-fonts-3/" - }, { "name": "HTML401", "url": "https://www.w3.org/TR/html401/" diff --git a/ed/refs/css-writing-modes-4.json b/ed/refs/css-writing-modes-4.json index 4478935dcc71..d39bfaced92f 100644 --- a/ed/refs/css-writing-modes-4.json +++ b/ed/refs/css-writing-modes-4.json @@ -9,6 +9,10 @@ "name": "CSS-ALIGN-3", "url": "https://drafts.csswg.org/css-align/" }, + { + "name": "CSS-BACKGROUNDS-3", + "url": "https://drafts.csswg.org/css-backgrounds/" + }, { "name": "CSS-BOX-4", "url": "https://drafts.csswg.org/css-box-4/" @@ -49,10 +53,18 @@ "name": "CSS-OVERFLOW-3", "url": "https://drafts.csswg.org/css-overflow-3/" }, + { + "name": "CSS-PAGE-3", + "url": "https://drafts.csswg.org/css-page-3/" + }, { "name": "CSS-SHAPES-1", "url": "https://drafts.csswg.org/css-shapes/" }, + { + "name": "CSS-SIZING-3", + "url": "https://drafts.csswg.org/css-sizing-3/" + }, { "name": "CSS-SPEECH-1", "url": "https://drafts.csswg.org/css-speech-1/" @@ -69,6 +81,10 @@ "name": "CSS-TEXT-4", "url": "https://drafts.csswg.org/css-text-4/" }, + { + "name": "CSS-TEXT-DECOR-3", + "url": "https://drafts.csswg.org/css-text-decor-3/" + }, { "name": "CSS-TEXT-DECOR-4", "url": "https://drafts.csswg.org/css-text-decor-4/" @@ -89,26 +105,6 @@ "name": "CSS22", "url": "https://drafts.csswg.org/css2/" }, - { - "name": "CSS3-SIZING", - "url": "https://drafts.csswg.org/css-sizing-3/" - }, - { - "name": "CSS3-TEXT-DECOR", - "url": "https://drafts.csswg.org/css-text-decor-3/" - }, - { - "name": "CSS3BG", - "url": "https://drafts.csswg.org/css-backgrounds/" - }, - { - "name": "CSS3COL", - "url": "https://drafts.csswg.org/css-multicol/" - }, - { - "name": "CSS3PAGE", - "url": "https://drafts.csswg.org/css-page-3/" - }, { "name": "HTML", "url": "https://html.spec.whatwg.org/multipage/" @@ -129,14 +125,6 @@ "name": "SVG11", "url": "https://www.w3.org/TR/SVG11/" }, - { - "name": "UAX11", - "url": "https://www.unicode.org/reports/tr11/tr11-43.html" - }, - { - "name": "UAX24", - "url": "https://www.unicode.org/reports/tr24/tr24-38.html" - }, { "name": "UAX50", "url": "https://www.unicode.org/reports/tr50/tr50-31.html" @@ -144,10 +132,6 @@ { "name": "UAX9", "url": "https://www.unicode.org/reports/tr9/tr9-50.html" - }, - { - "name": "UNICODE", - "url": "https://www.unicode.org/versions/latest/" } ], "informative": [ @@ -155,10 +139,6 @@ "name": "CSS-CASCADE-4", "url": "https://drafts.csswg.org/css-cascade-4/" }, - { - "name": "CSS-CONTAIN-1", - "url": "https://drafts.csswg.org/css-contain-1/" - }, { "name": "CSS-CONTAIN-2", "url": "https://drafts.csswg.org/css-contain-2/" @@ -175,14 +155,6 @@ "name": "CSS-GRID-2", "url": "https://drafts.csswg.org/css-grid-2/" }, - { - "name": "CSS-LOGICAL-1", - "url": "https://drafts.csswg.org/css-logical-1/" - }, - { - "name": "CSS3-FONTS", - "url": "https://drafts.csswg.org/css-fonts-3/" - }, { "name": "HTML401", "url": "https://www.w3.org/TR/html401/" diff --git a/ed/refs/web-animations-1.json b/ed/refs/web-animations-1.json index e47f0e60ebfe..fc27a1c11685 100644 --- a/ed/refs/web-animations-1.json +++ b/ed/refs/web-animations-1.json @@ -121,10 +121,6 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "MEDIA-FRAGS", - "url": "https://www.w3.org/TR/media-frags/" - }, { "name": "MOTION-1", "url": "https://drafts.fxtf.org/motion-1/" @@ -141,10 +137,6 @@ "name": "SELECTORS-4", "url": "https://drafts.csswg.org/selectors/" }, - { - "name": "SVG11", - "url": "https://www.w3.org/TR/SVG11/" - }, { "name": "SVG2", "url": "https://svgwg.org/svg2-draft/" @@ -170,6 +162,10 @@ { "name": "SMIL-ANIMATION", "url": "https://www.w3.org/TR/smil-animation/" + }, + { + "name": "SVG11", + "url": "https://www.w3.org/TR/SVG11/" } ] }