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 13.1.1.
  • Loading branch information
reffy-bot committed Jul 1, 2023
1 parent 443f7c7 commit fe2e277
Show file tree
Hide file tree
Showing 21 changed files with 492 additions and 495 deletions.
56 changes: 31 additions & 25 deletions ed/css/css-color-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,25 @@
"values": [
{
"name": "h",
"prose": "h is an <angle> that corresponds to the origin color’s HWB hue after conversion, if required to sRGB, normalized to a [0, 360] range",
"prose": "h is a <number> that corresponds to the origin color’s HWB hue, in degrees, after conversion, if required to sRGB, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
"type": "value",
"value": "h"
},
{
"name": "w",
"prose": "w and b are <percentage>s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB",
"prose": "w and b are <number>s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB. 100 is equivalent to 100%.",
"type": "value",
"value": "w"
},
{
"name": "b",
"prose": "w and b are <percentage>s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB",
"prose": "w and b are <number>s that correspond to the origin color’s HWB whiteness and blackness after conversion, if required to sRGB. 100 is equivalent to 100%.",
"type": "value",
"value": "b"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
Expand All @@ -138,25 +138,25 @@
"values": [
{
"name": "l",
"prose": "l is a <number> that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE Lab",
"prose": "l is a <number> that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE Lab. 100 is equivalent to 100%.",
"type": "value",
"value": "l"
},
{
"name": "a",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab. 125 is equivalent to 100%, while -125 is equivalent to -100%.",
"type": "value",
"value": "a"
},
{
"name": "b",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab. 125 is equivalent to 100%, while -125 is equivalent to -100%.",
"type": "value",
"value": "b"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
Expand All @@ -169,25 +169,25 @@
"values": [
{
"name": "l",
"prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklab",
"prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklab. 1.0 is equivalent to 100%.",
"type": "value",
"value": "l"
},
{
"name": "a",
"prose": "a and b are <number>s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab",
"prose": "a and b are <number>s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab. 0.4 is equivalent to 100%, while -0.4 is equivalent to -100%.",
"type": "value",
"value": "a"
},
{
"name": "b",
"prose": "a and b are <number>s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab",
"prose": "a and b are <number>s that correspond to the origin color’s Oklab a and b axes after conversion, if required, to Oklab. 0.4 is equivalent to 100%, while -0.4 is equivalent to -100%.",
"type": "value",
"value": "b"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
Expand All @@ -200,25 +200,25 @@
"values": [
{
"name": "l",
"prose": "l is a <number> that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE LCH",
"prose": "l is a <number> that corresponds to the origin color’s CIE Lightness after conversion, if required, to CIE LCH. 100 is equivalent to 100%.",
"type": "value",
"value": "l"
},
{
"name": "c",
"prose": "c is a <number> that corresponds to the origin color’s LCH chroma after conversion, if required, to CIE LCH",
"prose": "c is a <number> that corresponds to the origin color’s LCH chroma after conversion, if required, to CIE LCH. 150 is equivalent to 100%.",
"type": "value",
"value": "c"
},
{
"name": "h",
"prose": "h is an <angle> that corresponds to the origin color’s LCH hue, after conversion, if required, to CIE LCH, normalized to a [0, 360] range.",
"prose": "h is a <number> that corresponds to the origin color’s LCH hue, in degrees, after conversion, if required, to CIE LCH, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
"type": "value",
"value": "h"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
Expand All @@ -231,25 +231,25 @@
"values": [
{
"name": "l",
"prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklch",
"prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to Oklch. 1.0 is equivalent to 100%.",
"type": "value",
"value": "l"
},
{
"name": "c",
"prose": "c is a <number> that corresponds to the origin color’s Oklch chroma after conversion, if required, to Oklch",
"prose": "c is a <number> that corresponds to the origin color’s Oklch chroma after conversion, if required, to Oklch. 0.4 is equivalent to 100%.",
"type": "value",
"value": "c"
},
{
"name": "h",
"prose": "h is an <angle> that corresponds to the origin color’s Oklch hue, after conversion, if required, to Oklch, normalized to a [0, 360] range.",
"prose": "h is a <number> that corresponds to the origin color’s Oklch hue, in degrees, after conversion, if required, to Oklch, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
"type": "value",
"value": "h"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
Expand Down Expand Up @@ -295,6 +295,12 @@
"prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point.",
"type": "value",
"value": "z"
},
{
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha"
}
]
},
Expand Down Expand Up @@ -397,39 +403,39 @@
{
"msg": "Dangling value",
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency. 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha",
"for": "rgb()"
},
{
"msg": "Dangling value",
"name": "h",
"prose": "h is an <angle> that corresponds to the origin color’s HSL hue after conversion, if required to sRGB, normalized to a [0, 360] range",
"prose": "h is a <number> that corresponds to the origin color’s HSL hue, in degrees, after conversion, if required to sRGB, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
"type": "value",
"value": "h",
"for": "hsl()"
},
{
"msg": "Dangling value",
"name": "s",
"prose": "s and l are <percentage>s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB",
"prose": "s and l are <number>s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB. 100 is equivalent to 100%.",
"type": "value",
"value": "s",
"for": "hsl()"
},
{
"msg": "Dangling value",
"name": "l",
"prose": "s and l are <percentage>s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB",
"prose": "s and l are <number>s that correspond to the origin color’s HSL saturation and lightness, after conversion, if required to sRGB. 100 is equivalent to 100%.",
"type": "value",
"value": "l",
"for": "hsl()"
},
{
"msg": "Dangling value",
"name": "alpha",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency",
"prose": "alpha is a <number> that corresponds to the origin color’s alpha transparency 1.0 is equivalent to 100%.",
"type": "value",
"value": "alpha",
"for": "hsl()"
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
},
{
"name": "a98-rgb",
"prose": "The a98-rgb color space accepts three numeric parameters, representing the red, green, and blue channels of the color. In-gamut colors have all three components in the range [0, 1]. The transfer curve is a gamma function, close to but not exactly 1/2.2. It has the following characteristics: x y Red chromaticity 0.6400 0.3300 Green chromaticity 0.2100 0.7100 Blue chromaticity 0.1500 0.0600 White chromaticity D65 Transfer function 256/563 White luminance 160.0 cd/m Black luminance 0.5557 cd/m Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 Visualization of the A98 color space in LCH. The primaries and secondaries are shown (but in sRGB, not in the correct colors). For comparison, the sRGB primaries and secondaries are also shown, as dashed circles. a98 primaries have higher Chroma, especially the yellow, green and cyan.",
"prose": "The a98-rgb color space accepts three numeric parameters, representing the red, green, and blue channels of the color. In-gamut colors have all three components in the range [0, 1]. The transfer curve is a gamma function, close to but not exactly 1/2.2. It has the following characteristics: D65 Transfer function 256/563 White luminance 160.0 cd/m Black luminance 0.5557 cd/m Image state display-referred Percentages Allowed for R, G and B Percent reference range for R,G,B: 0% = 0.0, 100% = 1.0 Visualization of the A98 color space in LCH. The primaries and secondaries are shown (but in sRGB, not in the correct colors). For comparison, the sRGB primaries and secondaries are also shown, as dashed circles. a98 primaries have higher Chroma, especially the yellow, green and cyan.",
"type": "value",
"value": "a98-rgb"
},
Expand Down
10 changes: 0 additions & 10 deletions ed/css/css-conditional-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,11 @@
"type": "type",
"value": "font-tech( <font-tech> )"
},
{
"name": "<font-tech>",
"type": "type",
"value": "[ features-opentype | features-aat | features-graphite | color-colrv0 | color-colrv1 | color-svg | color-sbix | color-cbdt | variations | palettes | incremental ]"
},
{
"name": "<supports-font-format-fn>",
"type": "type",
"value": "font-format( <font-format> )"
},
{
"name": "<font-format>",
"type": "type",
"value": "[ collection | embedded-opentype | opentype | svg | truetype | woff | woff2 ]"
},
{
"name": "media()",
"type": "function",
Expand Down
4 changes: 2 additions & 2 deletions ed/css/css-fonts-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"name": "ex-height | cap-height | ch-width | ic-width | ic-height",
"prose": "Specifies the font metric to normalize, defaulting to ex-height: w3c/csswg-drafts/6384[css-fonts-5] font-size-adjust with missing metrics",
"prose": "Specifies the font metric to normalize, defaulting to ex-height: If the required font metric cannot be derived from a font, then that font’s size is not adjusted. [Issue #6384]",
"type": "value",
"value": "ex-height | cap-height | ch-width | ic-width | ic-height"
},
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"name": "from-font",
"prose": "Computes to the <number> corresponding to the specified metric of the first available font. w3c/csswg-drafts/6384[css-fonts-5] font-size-adjust with missing metrics",
"prose": "Computes to the <number> corresponding to the specified metric of the first available font. Shouldn’t this be the first available font that can provide the required metric? [Issue #6384]",
"type": "value",
"value": "from-font"
}
Expand Down
14 changes: 8 additions & 6 deletions ed/dfns/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -10413,9 +10413,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand All @@ -10433,9 +10434,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand Down
21 changes: 21 additions & 0 deletions ed/dfns/css-color-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,27 @@
},
"definedIn": "prose"
},
{
"id": "valdef-color-alpha",
"href": "https://drafts.csswg.org/css-color-5/#valdef-color-alpha",
"linkingText": [
"alpha"
],
"localLinkingText": [],
"type": "value",
"for": [
"color()"
],
"access": "public",
"informative": false,
"heading": {
"id": "relative-color-function",
"href": "https://drafts.csswg.org/css-color-5/#relative-color-function",
"title": "Relative Color-Function Colors",
"number": "5.1"
},
"definedIn": "prose"
},
{
"id": "at-ruledef-profile",
"href": "https://drafts.csswg.org/css-color-5/#at-ruledef-profile",
Expand Down
36 changes: 0 additions & 36 deletions ed/dfns/css-conditional-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,6 @@
},
"definedIn": "pre"
},
{
"id": "typedef-font-tech",
"href": "https://drafts.csswg.org/css-conditional-5/#typedef-font-tech",
"linkingText": [
"<font-tech>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css-conditional-5/#title",
"title": "CSS Conditional Rules Module Level 5"
},
"definedIn": "pre"
},
{
"id": "typedef-supports-font-format-fn",
"href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-font-format-fn",
Expand All @@ -77,24 +59,6 @@
},
"definedIn": "pre"
},
{
"id": "typedef-font-format",
"href": "https://drafts.csswg.org/css-conditional-5/#typedef-font-format",
"linkingText": [
"<font-format>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css-conditional-5/#title",
"title": "CSS Conditional Rules Module Level 5"
},
"definedIn": "pre"
},
{
"id": "dfn-support-font-tech",
"href": "https://drafts.csswg.org/css-conditional-5/#dfn-support-font-tech",
Expand Down
14 changes: 7 additions & 7 deletions ed/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3533,9 +3533,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-4/#title",
"title": "CSS Fonts Module Level 4"
"id": "font-feature-settings-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-feature-settings-prop",
"title": "Low-level font feature settings control: the font-feature-settings property",
"number": "6.12"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -4019,10 +4020,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "font-variant-emoji-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-emoji-prop",
"title": "Selecting the text presentation style: The font-variant-emoji property",
"number": "9.3"
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-4/#title",
"title": "CSS Fonts Module Level 4"
},
"definedIn": "dt"
},
Expand Down
Loading

0 comments on commit fe2e277

Please sign in to comment.