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.3.0.
  • Loading branch information
reffy-bot committed Nov 28, 2023
1 parent c96b86d commit e746722
Show file tree
Hide file tree
Showing 27 changed files with 1,467 additions and 1,333 deletions.
224 changes: 113 additions & 111 deletions ed/css/css-color.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,80 @@
"type": "value",
"value": "none"
},
{
"name": "transparent",
"prose": "The keyword transparent specifies a transparent black. It is a type of <named-color>.",
"type": "value",
"value": "transparent"
},
{
"name": "currentcolor",
"prose": "The keyword currentcolor represents value of the color property on the same element. Unlike <named-color>s, it is not restricted to sRGB; the value can be any <color>. Its used values is determined by resolving color values.",
"type": "value",
"value": "currentcolor"
}
]
},
{
"name": "<absolute-color-base>",
"type": "type",
"value": "<hex-color> | <absolute-color-function> | <named-color> | transparent"
},
{
"name": "<absolute-color-function>",
"type": "type",
"value": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
},
{
"name": "<alpha-value>",
"type": "type",
"value": "<number> | <percentage>"
},
{
"name": "<hue>",
"type": "type",
"value": "<number> | <angle>"
},
{
"name": "rgb()",
"type": "function",
"value": "[ <legacy-rgb-syntax> | <modern-rgb-syntax> ]"
},
{
"name": "rgba()",
"type": "function",
"value": "[ <legacy-rgba-syntax> | <modern-rgba-syntax> ]"
},
{
"name": "<legacy-rgb-syntax>",
"type": "type",
"value": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"
},
{
"name": "<legacy-rgba-syntax>",
"type": "type",
"value": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"
},
{
"name": "<modern-rgb-syntax>",
"type": "type",
"value": "rgb( [ <number> | <percentage> | none]{3} [ / [<alpha-value> | none] ]? )"
},
{
"name": "<modern-rgba-syntax>",
"type": "type",
"value": "rgba( [ <number> | <percentage> | none]{3} [ / [<alpha-value> | none] ]? )"
},
{
"name": "<hex-color>",
"prose": "The syntax of a <hex-color> is a <hash-token> token whose value consists of 3, 4, 6, or 8 hexadecimal digits. In other words, a hex color is written as a hash character, \"#\", followed by some number of digits 0-9 or letters a-f (the case of the letters doesn’t matter - #00ff00 is identical to #00FF00).",
"type": "type"
},
{
"name": "<named-color>",
"prose": "CSS defines a large set of named colors, so that common colors can be written and read more easily. A <named-color> is written as an <ident>, accepted anywhere a <color> is. As usual for CSS-defined <ident>s, all of these keywords are ASCII case-insensitive.",
"type": "type",
"values": [
{
"name": "aliceblue",
"type": "value",
Expand Down Expand Up @@ -787,116 +861,38 @@
"name": "yellowgreen",
"type": "value",
"value": "yellowgreen"
},
{
"name": "transparent",
"prose": "The keyword transparent specifies a transparent black. It is a type of <named-color>.",
"type": "value",
"value": "transparent"
},
{
"name": "currentcolor",
"prose": "The keyword currentcolor represents value of the color property on the same element. Unlike <named-color>s, it is not restricted to sRGB; the value can be any <color>. Its used values is determined by resolving color values.",
"type": "value",
"value": "currentcolor"
}
]
},
{
"name": "<absolute-color-base>",
"type": "type",
"value": "<hex-color> | <absolute-color-function> | <named-color> | transparent"
},
{
"name": "<absolute-color-function>",
"type": "type",
"value": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()>"
},
{
"name": "<alpha-value>",
"type": "type",
"value": "<number> | <percentage>"
},
{
"name": "<hue>",
"type": "type",
"value": "<number> | <angle>"
},
{
"name": "rgb()",
"type": "function",
"value": "[ <legacy-rgb-syntax> | <modern-rgb-syntax> ]"
},
{
"name": "rgba()",
"type": "function",
"value": "[ <legacy-rgba-syntax> | <modern-rgba-syntax> ]"
},
{
"name": "<legacy-rgb-syntax>",
"type": "type",
"value": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"
},
{
"name": "<legacy-rgba-syntax>",
"type": "type",
"value": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"
},
{
"name": "<modern-rgb-syntax>",
"type": "type",
"value": "rgb( [ <number> | <percentage> | none]{3} [ / [<alpha-value> | none] ]? )"
},
{
"name": "<modern-rgba-syntax>",
"type": "type",
"value": "rgba( [ <number> | <percentage> | none]{3} [ / [<alpha-value> | none] ]? )"
},
{
"name": "<hex-color>",
"prose": "The syntax of a <hex-color> is a <hash-token> token whose value consists of 3, 4, 6, or 8 hexadecimal digits. In other words, a hex color is written as a hash character, \"#\", followed by some number of digits 0-9 or letters a-f (the case of the letters doesn’t matter - #00ff00 is identical to #00FF00).",
"type": "type"
},
{
"name": "<named-color>",
"prose": "CSS defines a large set of named colors, so that common colors can be written and read more easily. A <named-color> is written as an <ident>, accepted anywhere a <color> is. As usual for CSS-defined <ident>s, all of these keywords are ASCII case-insensitive.",
"type": "type"
},
{
"name": "<system-color>",
"prose": "However, in forced colors mode, most colors on the page are forced into a restricted, user-chosen palette. The <system-color> keywords expose these user-chosen colors so that the rest of the page can integrate with this restricted palette.",
"type": "type",
"values": [
{
"name": "Canvas",
"prose": "Background of application content or documents.",
"type": "value",
"value": "Canvas"
},
{
"name": "CanvasText",
"prose": "Text in application content or documents.",
"type": "value",
"value": "CanvasText"
},
{
"name": "LinkText",
"prose": "Text in non-active, non-visited links. For light backgrounds, traditionally blue.",
"name": "AccentColor",
"prose": "Background of accented user interface controls.",
"type": "value",
"value": "LinkText"
"value": "AccentColor"
},
{
"name": "VisitedText",
"prose": "Text in visited links. For light backgrounds, traditionally purple.",
"name": "AccentColorText",
"prose": "Text of accented user interface controls.",
"type": "value",
"value": "VisitedText"
"value": "AccentColorText"
},
{
"name": "ActiveText",
"prose": "Text in active links. For light backgrounds, traditionally red.",
"type": "value",
"value": "ActiveText"
},
{
"name": "ButtonBorder",
"prose": "The base border color for push buttons.",
"type": "value",
"value": "ButtonBorder"
},
{
"name": "ButtonFace",
"prose": "The face background color for push buttons.",
Expand All @@ -910,10 +906,16 @@
"value": "ButtonText"
},
{
"name": "ButtonBorder",
"prose": "The base border color for push buttons.",
"name": "Canvas",
"prose": "Background of application content or documents.",
"type": "value",
"value": "ButtonBorder"
"value": "Canvas"
},
{
"name": "CanvasText",
"prose": "Text in application content or documents.",
"type": "value",
"value": "CanvasText"
},
{
"name": "Field",
Expand All @@ -927,6 +929,12 @@
"type": "value",
"value": "FieldText"
},
{
"name": "GrayText",
"prose": "Disabled text. (Often, but not necessarily, gray.)",
"type": "value",
"value": "GrayText"
},
{
"name": "Highlight",
"prose": "Background of selected text, for example from ::selection.",
Expand All @@ -940,16 +948,10 @@
"value": "HighlightText"
},
{
"name": "SelectedItem",
"prose": "Background of selected items, for example a selected checkbox.",
"type": "value",
"value": "SelectedItem"
},
{
"name": "SelectedItemText",
"prose": "Text of selected items.",
"name": "LinkText",
"prose": "Text in non-active, non-visited links. For light backgrounds, traditionally blue.",
"type": "value",
"value": "SelectedItemText"
"value": "LinkText"
},
{
"name": "Mark",
Expand All @@ -964,22 +966,22 @@
"value": "MarkText"
},
{
"name": "GrayText",
"prose": "Disabled text. (Often, but not necessarily, gray.)",
"name": "SelectedItem",
"prose": "Background of selected items, for example a selected checkbox.",
"type": "value",
"value": "GrayText"
"value": "SelectedItem"
},
{
"name": "AccentColor",
"prose": "Background of accented user interface controls.",
"name": "SelectedItemText",
"prose": "Text of selected items.",
"type": "value",
"value": "AccentColor"
"value": "SelectedItemText"
},
{
"name": "AccentColorText",
"prose": "Text of accented user interface controls.",
"name": "VisitedText",
"prose": "Text in visited links. For light backgrounds, traditionally purple.",
"type": "value",
"value": "AccentColorText"
"value": "VisitedText"
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions ed/dfns/ambient-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,24 @@
},
"definedIn": "prose"
},
{
"id": "ambient-light-virtual-sensor-type",
"href": "https://w3c.github.io/ambient-light/#ambient-light-virtual-sensor-type",
"linkingText": [
"ambient-light virtual sensor type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/ambient-light/#title",
"title": "Ambient Light Sensor"
},
"definedIn": "prose"
},
{
"id": "current-light-level",
"href": "https://w3c.github.io/ambient-light/#current-light-level",
Expand Down
Loading

0 comments on commit e746722

Please sign in to comment.