Skip to content

Commit 4a4dad5

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.10.
1 parent ee7b699 commit 4a4dad5

File tree

179 files changed

+1333
-2615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+1333
-2615
lines changed

ed/algorithms/css-counter-styles-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"rationale": "if",
1212
"steps": [
1313
{
14-
"html": "If the counter style is unknown,\n\t\t\texit this algorithm and instead <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-counter-styles-3/#generate-a-counter\" id=\"ref-for-generate-a-counter\">generate a counter representation</a> using the <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-counter-styles-3/#decimal\" id=\"ref-for-decimal\">decimal</a> style and the same counter value."
14+
"html": "If the counter style is unknown,\n\t\t\texit this algorithm and instead <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-counter-styles-3/#generate-a-counter\" id=\"ref-for-generate-a-counter\">generate a counter representation</a> using the <span class=\"css\">decimal</span> style and the same counter value."
1515
},
1616
{
1717
"html": "If the counter value is outside the <a class=\"property\" data-link-type=\"propdesc\" href=\"https://drafts.csswg.org/css-counter-styles-3/#descdef-counter-style-range\" id=\"ref-for-descdef-counter-style-range\">range</a> of the counter style,\n\t\t\texit this algorithm and instead <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-counter-styles-3/#generate-a-counter\" id=\"ref-for-generate-a-counter①\">generate a counter representation</a> using the counter style’s fallback style and the same counter value."

ed/algorithms/css-font-loading-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"rationale": "parse",
271271
"steps": [
272272
{
273-
"html": "Parse <var>font</var> using the CSS value syntax of the <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-fonts-4/#propdef-font\" id=\"ref-for-propdef-font\">font</a> property.\n\t\t\tIf a syntax error occurs,\n\t\t\treturn a syntax error. \n <p>If the parsed value is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-values-4/#css-wide-keywords\" id=\"ref-for-css-wide-keywords\">CSS-wide keyword</a>,\n\t\t\treturn a syntax error.</p>\n <p>Absolutize all relative lengths against the initial values of the corresponding properties.\n\t\t\t(For example, a relative font weight like <a class=\"css\" data-link-type=\"maybe\" href=\"https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-bolder\" id=\"ref-for-valdef-font-weight-bolder\">bolder</a> is evaluated against the initial value <a class=\"css\" data-link-type=\"maybe\" href=\"https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-normal\" id=\"ref-for-valdef-font-weight-normal\">normal</a>.)</p>"
273+
"html": "Parse <var>font</var> using the CSS value syntax of the <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/fonts.html#propdef-font\" id=\"ref-for-propdef-font\">font</a> property.\n\t\t\tIf a syntax error occurs,\n\t\t\treturn a syntax error. \n <p>If the parsed value is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-values-4/#css-wide-keywords\" id=\"ref-for-css-wide-keywords\">CSS-wide keyword</a>,\n\t\t\treturn a syntax error.</p>\n <p>Absolutize all relative lengths against the initial values of the corresponding properties.\n\t\t\t(For example, a relative font weight like <a class=\"css\" data-link-type=\"maybe\" href=\"https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-bolder\" id=\"ref-for-valdef-font-weight-bolder\">bolder</a> is evaluated against the initial value <a class=\"css\" data-link-type=\"maybe\" href=\"https://www.w3.org/TR/css-fonts-4/#valdef-font-weight-normal\" id=\"ref-for-valdef-font-weight-normal\">normal</a>.)</p>"
274274
},
275275
{
276276
"html": "If <var>text</var> was not explicitly provided,\n\t\t\tlet it be a string containing a single space character (U+0020 SPACE)."

ed/algorithms/css-fonts-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
{
125-
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
125+
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
126126
"rationale": "if",
127127
"steps": [
128128
{

ed/algorithms/css-grid-1.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

ed/algorithms/css-images-4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"html": "<p>Let <var>item</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#tuple\" id=\"ref-for-tuple②\">tuple</a> consisting of an image and a percentage.</p>"
9696
},
9797
{
98-
"html": "<p>If <var>argument</var> has an <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-images-4/#typedef-image\" id=\"ref-for-typedef-image①⑥\">&lt;image&gt;</a>,\nrescale it to <var>size</var>’s width and height\nand set <var>item</var>’s image to the result.\nOtherwise, <var>argument</var> has a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-color-5/#typedef-color\" id=\"ref-for-typedef-color⑧\" title=\"Expands to: &lt;alpha-value&gt; | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | currentcolor | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | none | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | transparent | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen\">&lt;color&gt;</a>;\nset <var>item</var>’s image to a solid-color image of the <span class=\"production\" id=\"ref-for-typedef-color⑨\">&lt;color&gt;</span>,\nwith <var>size</var>’s dimensions.</p>"
98+
"html": "<p>If <var>argument</var> has an <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-images-4/#typedef-image\" id=\"ref-for-typedef-image①⑥\">&lt;image&gt;</a>,\nrescale it to <var>size</var>’s width and height\nand set <var>item</var>’s image to the result.\nOtherwise, <var>argument</var> has a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/CSS21/syndata.html#value-def-color\" id=\"ref-for-value-def-color⑧\" title=\"Expands to: &lt;alpha-value&gt; | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | currentcolor | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | none | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | transparent | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen\">&lt;color&gt;</a>;\nset <var>item</var>’s image to a solid-color image of the <span class=\"production\" id=\"ref-for-value-def-color⑨\">&lt;color&gt;</span>,\nwith <var>size</var>’s dimensions.</p>"
9999
},
100100
{
101101
"html": "<p>Set <var>item</var>’s percentage to the <var>argument</var>’s percentage.</p>"
@@ -136,7 +136,7 @@
136136
]
137137
},
138138
{
139-
"html": "When resolving the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-cascade-5/#used-value\" id=\"ref-for-used-value\">used</a> positions of each <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-images-4/#color-stop\" id=\"ref-for-color-stop②⑤\">color stop</a>,\n\tthe following steps must be applied <em>in order</em>:",
139+
"html": "When resolving the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/CSS21/cascade.html#used-value\" id=\"ref-for-used-value\">used</a> positions of each <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-images-4/#color-stop\" id=\"ref-for-color-stop②⑤\">color stop</a>,\n\tthe following steps must be applied <em>in order</em>:",
140140
"rationale": "if",
141141
"steps": [
142142
{

ed/algorithms/css-lists-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"html": "<p>Let <var>sibling counters</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counters-set\" id=\"ref-for-css-counters-set③\">CSS counters set</a> of <var>element</var>’s preceding sibling (if it has one),\nor an empty <span id=\"ref-for-css-counters-set④\">CSS counters set</span> otherwise.</p>\n <p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-iterate\" id=\"ref-for-map-iterate\">For each</a> <var>counter</var> of <var>sibling counters</var>,\nif <var>element counters</var> does not already contain a counter with the same <a data-link-type=\"dfn\">name</a>,\nappend a copy of <var>counter</var> to <var>element counters</var>.</p>"
4848
},
4949
{
50-
"html": "<p>Let <var>value source</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counters-set\" id=\"ref-for-css-counters-set⑤\">CSS counters set</a> of the element immediately preceding <var>element</var> in <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-order\" id=\"ref-for-concept-tree-order①\">tree order</a>.</p>\n <p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-iterate\" id=\"ref-for-map-iterate①\">For each</a> <var>source counter</var> of <var>value source</var>,\nif <var>element counters</var> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain\">contains</a> a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#counter\" id=\"ref-for-counter①⓪\">counter</a> with the same <a data-link-type=\"dfn\">name</a> and <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counter-creator\" id=\"ref-for-css-counter-creator①\">creator</a>,\nthen set the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counter-value\" id=\"ref-for-css-counter-value①\">value</a> of that counter\nto <var>source counter</var>’s <span id=\"ref-for-css-counter-value②\">value</span>.</p>"
50+
"html": "<p>Let <var>value source</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counters-set\" id=\"ref-for-css-counters-set⑤\">CSS counters set</a> of the element immediately preceding <var>element</var> in <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-order\" id=\"ref-for-concept-tree-order①\">tree order</a>.</p>\n <p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-iterate\" id=\"ref-for-map-iterate①\">For each</a> <var>source counter</var> of <var>value source</var>,\nif <var>element counters</var> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain\">contains</a> a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#counter\" id=\"ref-for-counter①⓪\">counter</a> with the same <a data-link-type=\"dfn\">name</a> and <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-lists-3/#css-counter-creator\" id=\"ref-for-css-counter-creator①\">creator</a>,\nthen set the <span>value</span> of that counter\nto <var>source counter</var>’s <span>value</span>.</p>"
5151
}
5252
]
5353
},

ed/algorithms/css-page-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"rationale": "if",
3737
"steps": [
3838
{
39-
"html": "The tentative used widths are calculated\n\t\t(without <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width\" id=\"ref-for-propdef-min-width⑤\">min-width</a> and <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width\" id=\"ref-for-propdef-max-width③\">max-width</a>) following the rules under <a href=\"https://drafts.csswg.org/css-page-3/#variable-auto-sizing\">§ 5.3.2.2 Resolving auto widths</a>."
39+
"html": "The tentative used widths are calculated\n\t\t(without <a class=\"property css\" data-link-type=\"property\">min-width</a> and <a class=\"property css\" data-link-type=\"property\">max-width</a>) following the rules under <a href=\"https://drafts.csswg.org/css-page-3/#variable-auto-sizing\">§ 5.3.2.2 Resolving auto widths</a>."
4040
},
4141
{
42-
"html": "If the tentative used width of any of the three boxes\n\t\tis greater than <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width\" id=\"ref-for-propdef-max-width④\">max-width</a>, the rules above are applied again,\n\t\tbut this time using the computed value of <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-max-width\" id=\"ref-for-propdef-max-width⑤\">max-width</a> as the computed value for <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-sizing-3/#propdef-width\" id=\"ref-for-propdef-width④\">width</a>."
42+
"html": "If the tentative used width of any of the three boxes\n\t\tis greater than <a class=\"property css\" data-link-type=\"property\">max-width</a>, the rules above are applied again,\n\t\tbut this time using the computed value of <a class=\"property css\" data-link-type=\"property\">max-width</a> as the computed value for <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-sizing-3/#propdef-width\" id=\"ref-for-propdef-width④\">width</a>."
4343
},
4444
{
45-
"html": "If the resulting width of any of the three boxes\n\t\tis smaller than <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width\" id=\"ref-for-propdef-min-width⑥\">min-width</a>, the rules above are applied again,\n\t\tbut this time using the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/CSS21/visudet.html#propdef-min-width\" id=\"ref-for-propdef-min-width⑦\">min-width</a> as the computed value for <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-sizing-3/#propdef-width\" id=\"ref-for-propdef-width⑤\">width</a>."
45+
"html": "If the resulting width of any of the three boxes\n\t\tis smaller than <a class=\"property css\" data-link-type=\"property\">min-width</a>, the rules above are applied again,\n\t\tbut this time using the value of <a class=\"property css\" data-link-type=\"property\">min-width</a> as the computed value for <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-sizing-3/#propdef-width\" id=\"ref-for-propdef-width⑤\">width</a>."
4646
}
4747
]
4848
},

0 commit comments

Comments
 (0)