Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.1.
  • Loading branch information
reffy-bot committed Feb 8, 2025
1 parent 2043a69 commit 5f91135
Show file tree
Hide file tree
Showing 19 changed files with 382 additions and 415 deletions.
14 changes: 7 additions & 7 deletions ed/algorithms/css-grid-1.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-grid-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ed/algorithms/web-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@
"rationale": "if",
"steps": [
{
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source③\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions ed/css/css-grid-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
},
{
"name": "row",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items fill those rows in start-to-end order. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-direction-row",
"type": "value",
"value": "row"
},
{
"name": "column",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"prose": "Track-oriented Option Represents placement into columns, i.e. tracks or lines parallel to the block axis. Items fill those columns in start-to-end order. Flow-oriented Option Represents column-primary item placement, i.e. placing items start-to-end in the block axis, producing flex column lines in flex layout, and row grid tracks in masonry layout.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-direction-column",
"type": "value",
"value": "column"
Expand Down Expand Up @@ -110,14 +110,14 @@
},
{
"name": "row",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items fill those rows in start-to-end order. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-direction-row",
"type": "value",
"value": "row"
},
{
"name": "column",
"prose": "Track-oriented Option Represents placement into rows, i.e. tracks or lines parallel to the inline axis. Items are placed in start-to-end order in the inline axis in flex layout and grid layout, and in start-to-end order in the block axis in masonry layout. Flow-oriented Option Represents row-primary item placement, i.e. placing items start-to-end in the inline axis, producing flex row lines in flex layout, and column grid tracks in masonry layout.",
"prose": "Track-oriented Option Represents placement into columns, i.e. tracks or lines parallel to the block axis. Items fill those columns in start-to-end order. Flow-oriented Option Represents column-primary item placement, i.e. placing items start-to-end in the block axis, producing flex column lines in flex layout, and row grid tracks in masonry layout.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-direction-column",
"type": "value",
"value": "column"
Expand Down Expand Up @@ -177,7 +177,7 @@
},
{
"name": "normal",
"prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis.",
"prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis. In flex layout and grid layout, this controls the direction that new tracks (flex lines or grid tracks) are placed in. In masonry layout, for track-oriented syntax this controls which track is selected when several are tied for equal height; for flow-oriented syntax this controls which direction items fill their track in.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-wrap-normal",
"type": "value",
"value": "normal"
Expand Down Expand Up @@ -237,7 +237,7 @@
},
{
"name": "normal",
"prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis.",
"prose": "Items are placed in start-to-end order in the axis opposite to the primary track axis. In flex layout and grid layout, this controls the direction that new tracks (flex lines or grid tracks) are placed in. In masonry layout, for track-oriented syntax this controls which track is selected when several are tied for equal height; for flow-oriented syntax this controls which direction items fill their track in.",
"href": "https://drafts.csswg.org/css-grid-3/#valdef-item-wrap-normal",
"type": "value",
"value": "normal"
Expand Down
4 changes: 2 additions & 2 deletions ed/ids/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A5",
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range",
"https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-range%E2%91%A1",
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A2",
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-trigger-exit-range-start-auto",
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range%E2%91%A0",
"https://drafts.csswg.org/css-animations-2/#ref-for-default-range%E2%91%A2",
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A6",
Expand Down Expand Up @@ -671,7 +671,7 @@
"https://drafts.csswg.org/css-animations-2/#sec",
"https://drafts.csswg.org/css-animations-2/#changes",
"https://drafts.csswg.org/css-animations-2/#changes-recent",
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A3",
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A2",
"https://drafts.csswg.org/css-animations-2/#ref-for-initial-value",
"https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-duration%E2%91%A6",
"https://drafts.csswg.org/css-animations-2/#ref-for-cascade%E2%91%A1",
Expand Down
2 changes: 1 addition & 1 deletion ed/ids/css-conditional-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion ed/ids/css-content-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"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/#leader-function",
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0",
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
"https://drafts.csswg.org/css-content-3/#funcdef-leader",
Expand Down
6 changes: 3 additions & 3 deletions ed/ids/css-display-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-display-4/#example-78e4d203",
"https://drafts.csswg.org/css-display-4/#ref-for-propdef-grid-auto-flow",
"https://drafts.csswg.org/css-display-4/#ref-for-valdef-grid-auto-flow-dense",
"https://drafts.csswg.org/css-display-4/#ref-for-valdef-item-pack-dense",
"https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-order%E2%91%A1",
"https://drafts.csswg.org/css-display-4/#ref-for-propdef-top",
"https://drafts.csswg.org/css-display-4/#ref-for-propdef-reading-flow%E2%91%A0%E2%91%A0",
Expand Down Expand Up @@ -951,13 +951,13 @@
"https://drafts.csswg.org/css-display-4/#07e702cf",
"https://drafts.csswg.org/css-display-4/#720fa00b",
"https://drafts.csswg.org/css-display-4/#546f7867",
"https://drafts.csswg.org/css-display-4/#7b6c973c",
"https://drafts.csswg.org/css-display-4/#df72a52c",
"https://drafts.csswg.org/css-display-4/#6f8683f4",
"https://drafts.csswg.org/css-display-4/#ba30fc9a",
"https://drafts.csswg.org/css-display-4/#4ab05c66",
"https://drafts.csswg.org/css-display-4/#bbc693a1",
"https://drafts.csswg.org/css-display-4/#e25926df",
"https://drafts.csswg.org/css-display-4/#d4d84650",
"https://drafts.csswg.org/css-display-4/#fc0c50cc",
"https://drafts.csswg.org/css-display-4/#487e1aa9",
"https://drafts.csswg.org/css-display-4/#8af3edff",
"https://drafts.csswg.org/css-display-4/#24c40f7e",
Expand Down
10 changes: 5 additions & 5 deletions ed/ids/css-flexbox-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,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-align-items-auto%E2%91%A0%E2%93%AA",
"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",
Expand Down Expand Up @@ -2058,7 +2058,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%A5",
"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-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",
Expand All @@ -2076,17 +2076,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-flex-basis-auto%E2%91%A6",
"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-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%91%A0",
"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%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%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-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",
Expand Down
12 changes: 6 additions & 6 deletions ed/ids/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,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-font-variant-ligatures-normal-value",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-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",
Expand Down Expand Up @@ -1009,7 +1009,7 @@
"https://drafts.csswg.org/css-fonts-4/#contextual-alt-values",
"https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A7",
"https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-normal-value",
"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-ligatures-normal-value",
"https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-none-value",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value",
"https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-common-ligatures",
Expand All @@ -1021,7 +1021,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-optical-sizing-none-value",
"https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-position-none",
"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",
Expand Down Expand Up @@ -1292,7 +1292,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-valdef-font-synthesis-weight-none",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0",
"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",
Expand All @@ -1309,7 +1309,7 @@
"https://drafts.csswg.org/css-fonts-4/#ffs-replacements",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A8",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value%E2%91%A0",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-writing-mode",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A3",
Expand Down Expand Up @@ -1882,7 +1882,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-valdef-font-variant-emoji-normal",
"https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value%E2%91%A1",
"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",
Expand Down
Loading

0 comments on commit 5f91135

Please sign in to comment.