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 14.4.0.
  • Loading branch information
reffy-bot committed Dec 19, 2023
1 parent 53b901b commit 7cb7c39
Show file tree
Hide file tree
Showing 155 changed files with 2,300 additions and 96,774 deletions.
4 changes: 2 additions & 2 deletions ed/css/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@
},
{
"name": "small-caps",
"prose": "A value of normal selects a font that is not a small-caps font, small-caps selects a small-caps font. It is acceptable (but not required) in CSS 2 if the small-caps font is a created by taking a normal font and replacing the lower case letters by scaled uppercase characters. As a last resort, uppercase letters will be used as replacement for a small-caps font.",
"prose": "A value of normal selects a font that is not a small-caps font, small-caps selects a small-caps font. It is acceptable (but not required) in CSS 2 if the small-caps font is a created by taking a normal font and replacing the lowercase letters by scaled uppercase characters. As a last resort, uppercase letters will be used as replacement for a small-caps font.",
"type": "value",
"value": "small-caps"
}
Expand All @@ -1995,7 +1995,7 @@
"values": [
{
"name": "normal",
"prose": "A value of normal selects a font that is not a small-caps font, small-caps selects a small-caps font. It is acceptable (but not required) in CSS 2 if the small-caps font is a created by taking a normal font and replacing the lower case letters by scaled uppercase characters. As a last resort, uppercase letters will be used as replacement for a small-caps font.",
"prose": "A value of normal selects a font that is not a small-caps font, small-caps selects a small-caps font. It is acceptable (but not required) in CSS 2 if the small-caps font is a created by taking a normal font and replacing the lowercase letters by scaled uppercase characters. As a last resort, uppercase letters will be used as replacement for a small-caps font.",
"type": "value",
"value": "normal"
}
Expand Down
9 changes: 8 additions & 1 deletion ed/css/css-images-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
{
"name": "<radial-gradient-syntax>",
"type": "type",
"value": "[ [ [ <rg-ending-shape> || <rg-size> ]? [ at <position> ]? ] || <color-interpolation-method>]? , <color-stop-list>"
"value": "[ [ [ <radial-shape> || <radial-size> ]? [ at <position> ]? ] || <color-interpolation-method>]? , <color-stop-list>"
},
{
"name": "conic-gradient()",
Expand Down Expand Up @@ -307,5 +307,12 @@
"prose": "Implementations must accept -webkit-image-set() as a parse-time alias of image-set(). (It’s a valid value, with identical arguments to image-set(), and is turned into image-set() during parsing.)",
"type": "function"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "<radial-size>",
"value": "<radial-extent>{1,2} | <length-percentage [0,∞]>{1,2}"
}
]
}
34 changes: 17 additions & 17 deletions ed/css/css-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,28 +191,28 @@
"value": "<position>"
},
{
"name": "<rg-ending-shape>",
"prose": "Can be either circle or ellipse; determines whether the gradient’s ending shape is a circle or an ellipse, respectively. If <rg-ending-shape> is omitted, the ending shape defaults to a circle if the <rg-size> is a single <length>, and to an ellipse otherwise.",
"name": "<radial-shape>",
"prose": "Can be either circle or ellipse; determines whether the gradient’s ending shape is a circle or an ellipse, respectively. If <radial-shape> is omitted, the ending shape defaults to a circle if the <radial-size> is a single <length>, and to an ellipse otherwise.",
"type": "value",
"value": "<rg-ending-shape>"
"value": "<radial-shape>"
},
{
"name": "<rg-size>",
"prose": "Determines the size of the gradient’s ending shape. If omitted it defaults to farthest-corner. It can be given explicitly or by keyword. For the purpose of the keyword definitions, consider the gradient box edges as extending infinitely in both directions, rather than being finite line segments. If the ending-shape is an ellipse, its axises are aligned with the horizontal and vertical axises. Both circle and ellipse gradients accept the following <rg-extent-keyword> values: If <rg-ending-shape> is specified as circle or is omitted, the <rg-size> may be given explicitly as: If <rg-ending-shape> is specified as ellipse or is omitted, <rg-size> may instead be given explicitly as:",
"name": "<radial-size>",
"prose": "Determines the size of the gradient’s ending shape. If omitted it defaults to farthest-corner. It can be given explicitly or by keyword. For the purpose of the keyword definitions, consider the gradient box edges as extending infinitely in both directions, rather than being finite line segments. If the ending-shape is an ellipse, its axises are aligned with the horizontal and vertical axises. Both circle and ellipse gradients accept the following <radial-extent> values: If <radial-shape> is specified as circle or is omitted, the <radial-size> may be given explicitly as: If <radial-shape> is specified as ellipse or is omitted, <radial-size> may instead be given explicitly as:",
"type": "value",
"value": "<rg-size>"
"value": "<radial-size>"
}
]
},
{
"name": "<radial-gradient-syntax>",
"type": "type",
"value": "[ <rg-ending-shape> || <rg-size> ]? [ at <position> ]? , <color-stop-list>"
"value": "[ <radial-shape> || <radial-size> ]? [ at <position> ]? , <color-stop-list>"
},
{
"name": "<rg-size>",
"name": "<radial-size>",
"type": "type",
"value": "<rg-extent-keyword> | <length [0,∞]> | <length-percentage [0,∞]>{2}",
"value": "<radial-extent> | <length [0,∞]> | <length-percentage [0,∞]>{2}",
"values": [
{
"name": "<length [0,∞]>",
Expand All @@ -229,7 +229,7 @@
]
},
{
"name": "<rg-extent-keyword>",
"name": "<radial-extent>",
"type": "type",
"value": "closest-corner | closest-side | farthest-corner | farthest-side",
"values": [
Expand Down Expand Up @@ -260,7 +260,7 @@
]
},
{
"name": "<rg-ending-shape>",
"name": "<radial-shape>",
"type": "type",
"value": "circle | ellipse",
"values": [
Expand Down Expand Up @@ -295,16 +295,16 @@
"value": "<position>"
},
{
"name": "<rg-ending-shape>",
"prose": "Can be either circle or ellipse; determines whether the gradient’s ending shape is a circle or an ellipse, respectively. If <rg-ending-shape> is omitted, the ending shape defaults to a circle if the <rg-size> is a single <length>, and to an ellipse otherwise.",
"name": "<radial-shape>",
"prose": "Can be either circle or ellipse; determines whether the gradient’s ending shape is a circle or an ellipse, respectively. If <radial-shape> is omitted, the ending shape defaults to a circle if the <radial-size> is a single <length>, and to an ellipse otherwise.",
"type": "value",
"value": "<rg-ending-shape>"
"value": "<radial-shape>"
},
{
"name": "<rg-size>",
"prose": "Determines the size of the gradient’s ending shape. If omitted it defaults to farthest-corner. It can be given explicitly or by keyword. For the purpose of the keyword definitions, consider the gradient box edges as extending infinitely in both directions, rather than being finite line segments. If the ending-shape is an ellipse, its axises are aligned with the horizontal and vertical axises. Both circle and ellipse gradients accept the following <rg-extent-keyword> values: If <rg-ending-shape> is specified as circle or is omitted, the <rg-size> may be given explicitly as: If <rg-ending-shape> is specified as ellipse or is omitted, <rg-size> may instead be given explicitly as:",
"name": "<radial-size>",
"prose": "Determines the size of the gradient’s ending shape. If omitted it defaults to farthest-corner. It can be given explicitly or by keyword. For the purpose of the keyword definitions, consider the gradient box edges as extending infinitely in both directions, rather than being finite line segments. If the ending-shape is an ellipse, its axises are aligned with the horizontal and vertical axises. Both circle and ellipse gradients accept the following <radial-extent> values: If <radial-shape> is specified as circle or is omitted, the <radial-size> may be given explicitly as: If <radial-shape> is specified as ellipse or is omitted, <radial-size> may instead be given explicitly as:",
"type": "value",
"value": "<rg-size>"
"value": "<radial-size>"
}
]
},
Expand Down
26 changes: 13 additions & 13 deletions ed/dfns/compat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#dom-htmlbodyelement-onorientationchange",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "pre"
},
Expand All @@ -1614,7 +1614,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#dom-window-orientation",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand All @@ -1631,7 +1631,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#event-orientationchange",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -1667,7 +1667,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#constant",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand All @@ -1684,7 +1684,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#decompose",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -1836,7 +1836,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#geckoversion",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand All @@ -1853,7 +1853,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#firefoxplatform",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand All @@ -1872,7 +1872,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#firefox-devicecompat",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "table"
},
Expand Down Expand Up @@ -1908,7 +1908,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#safariplatform",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "prose"
},
Expand All @@ -1925,7 +1925,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#appleproduct",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "table"
},
Expand All @@ -1942,7 +1942,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#iosversion",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "table"
},
Expand All @@ -1959,7 +1959,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#mobileosname",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "table"
},
Expand All @@ -1976,7 +1976,7 @@
"informative": false,
"heading": {
"href": "https://compat.spec.whatwg.org/#webkitversion",
"title": "Compatibility Living Standard — Last Updated 12 December 2023"
"title": "Compatibility Living Standard — Last Updated 18 December 2023"
},
"definedIn": "table"
}
Expand Down
Loading

0 comments on commit 7cb7c39

Please sign in to comment.