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 11.4.2.
  • Loading branch information
reffy-bot committed Feb 15, 2023
1 parent 4ad1621 commit 629be94
Show file tree
Hide file tree
Showing 328 changed files with 49,089 additions and 23,828 deletions.
2 changes: 1 addition & 1 deletion ed/css/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@
},
{
"name": "<generic-family>",
"prose": "In the example above, the last value is a generic family name. The following generic families are defined: serif (e.g., Times) sans-serif (e.g., Helvetica) cursive (e.g., Zapf-Chancery) fantasy (e.g., Western) monospace (e.g., Courier) Style sheet designers are encouraged to offer a generic font family as a last alternative. Generic font family names are keywords and must NOT be quoted.",
"prose": "In the example above, the last value is a generic family name. The following generic families are defined: serif Info about the 'serif' definition.#valdef-generic-family-serifReferenced in: 15.3. Font family: the font-family property 15.3.1.1. serif (2) 15.3.1.2. sans-serif (e.g., Times) sans-serif Info about the 'sans-serif' definition.#valdef-generic-family-sans-serifReferenced in: 2.1. A brief CSS 2 tutorial for HTML 15.3. Font family: the font-family property 15.3.1.1. serif 15.3.1.2. sans-serif (2) (e.g., Helvetica) cursive Info about the 'cursive' definition.#valdef-generic-family-cursiveReferenced in: 15.3. Font family: the font-family property 15.3.1.3. cursive (e.g., Zapf-Chancery) fantasy Info about the 'fantasy' definition.#valdef-generic-family-fantasyReferenced in: 15.3. Font family: the font-family property 15.8. Shorthand font property: the font property (e.g., Western) monospace Info about the 'monospace' definition.#valdef-generic-family-monospaceReferenced in: 15.3. Font family: the font-family property (e.g., Courier) Style sheet designers are encouraged to offer a generic font family as a last alternative. Generic font family names are keywords and must NOT be quoted.",
"type": "type",
"values": [
{
Expand Down
31 changes: 24 additions & 7 deletions ed/css/css-align.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@
{
"name": "<self-position>",
"type": "type",
"value": "center | start | end | self-start | self-end | flex-start | flex-end",
"values": [
{
"name": "center",
Expand Down Expand Up @@ -384,7 +383,6 @@
{
"name": "<content-position>",
"type": "type",
"value": "center | start | end | flex-start | flex-end",
"values": [
{
"name": "center",
Expand Down Expand Up @@ -421,7 +419,6 @@
{
"name": "<baseline-position>",
"type": "type",
"value": "[ first | last ]? && baseline",
"values": [
{
"name": "baseline",
Expand All @@ -431,13 +428,13 @@
},
{
"name": "first baseline",
"prose": "Specifies participation in first-baseline alignment: aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).",
"prose": "Specifies participation in first-baseline alignment Info about the 'first-baseline alignment' definition.#first-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s first baseline set with the corresponding baseline of its baseline-sharing group. See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for first baseline is safe self-start (for self-alignment) or safe start (for content-distribution).",
"type": "value",
"value": "first baseline"
},
{
"name": "last baseline",
"prose": "Specifies participation in last-baseline alignment: aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).",
"prose": "Specifies participation in last-baseline alignment Info about the 'last-baseline alignment' definition.#last-baseline-alignmentReferenced in: 9.2. Baseline Alignment Grouping : aligns the alignment baseline of the box’s last baseline set with the corresponding baseline of its baseline-sharing group.̣ See § 9.3 Aligning Boxes by Baseline for more details. The fallback alignment for last baseline is safe self-end (for self-alignment) or safe end (for content-distribution).",
"type": "value",
"value": "last baseline"
}
Expand All @@ -446,7 +443,6 @@
{
"name": "<content-distribution>",
"type": "type",
"value": "space-between | space-around | space-evenly | stretch",
"values": [
{
"name": "space-between",
Expand Down Expand Up @@ -477,7 +473,6 @@
{
"name": "<overflow-position>",
"type": "type",
"value": "unsafe | safe",
"values": [
{
"name": "safe",
Expand All @@ -493,5 +488,27 @@
}
]
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "property",
"value": "center | start | end | self-start | self-end | flex-start | flex-end"
},
{
"msg": "Missing definition",
"name": "Changes",
"value": "center | start | end | flex-start | flex-end | unsafe | safe | center | start | end | flex-start | flex-end | unsafe | safe"
},
{
"msg": "Missing definition",
"name": "(2)",
"value": "[ first | last ]? && baseline"
},
{
"msg": "Missing definition",
"name": "Containers",
"value": "space-between | space-around | space-evenly | stretch"
}
]
}
30 changes: 22 additions & 8 deletions ed/css/css-anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
{
"name": "<dashed-ident>",
"prose": "If the element generates a principal box, the element is an anchor element, with an anchor name equal to the <dashed-ident>. The anchor name is a tree-scoped name. Otherwise, the property has no effect.",
"prose": "If the element generates a principal box, the element is an anchor element Info about the 'anchor element' definition.#anchor-elementReferenced in: 2. Anchoring 2.1. Anchor-based Positioning: the anchor() function (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.4. Determining The Anchor: the anchor-name property (2) (3) (4) 2.5. Default Anchors: the anchor-default property 2.6. Anchor Queries 3. Fallback Sizing/Positioning , with an anchor name Info about the 'anchor name' definition.#anchor-nameReferenced in: 2.1. Anchor-based Positioning: the anchor() function 2.4. Determining The Anchor: the anchor-name property (2) (3) (4) (5) 2.6. Anchor Queries equal to the <dashed-ident>. The anchor name is a tree-scoped name. Otherwise, the property has no effect.",
"type": "value",
"value": "<dashed-ident>"
}
Expand Down Expand Up @@ -132,7 +132,7 @@
"name": "anchor()",
"prose": "An absolutely-positioned element can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a <length>.",
"type": "function",
"value": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? )",
"value": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? ) <anchor-element> Info about the '<anchor-element>' definition.#typedef-anchor-elementReferenced in: 2.1. Anchor-based Positioning: the anchor() function (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.3. Taking Scroll Into Account: the anchor-scroll property (2) (3) 2.5. Default Anchors: the anchor-default property",
"values": [
{
"name": "<dashed-ident>",
Expand Down Expand Up @@ -216,19 +216,17 @@
},
{
"name": "<anchor-element>",
"type": "type",
"value": "<dashed-ident> | implicit"
"type": "type"
},
{
"name": "<anchor-side>",
"type": "type",
"value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
"type": "type"
},
{
"name": "anchor-size()",
"prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a <length>.",
"type": "function",
"value": "anchor( <anchor-element>? <anchor-size>, <length-percentage>? )",
"value": "anchor( <anchor-element>? <anchor-size>, <length-percentage>? ) <anchor-size> Info about the '<anchor-size>' definition.#typedef-anchor-sizeReferenced in: 2.2. Anchor-based Sizing: the anchor-size() function (2) (3) (4)",
"values": [
{
"name": "width",
Expand Down Expand Up @@ -270,7 +268,23 @@
},
{
"name": "<anchor-size>",
"type": "type",
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "(2)",
"value": "<dashed-ident> | implicit <anchor-side> Info about the '<anchor-side>' definition.#typedef-anchor-sideReferenced in: 2.1. Anchor-based Positioning: the anchor() function (2) (3) (4) (5) 2.1.1. Automatic Anchor Positioning (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.6. Anchor"
},
{
"msg": "Missing definition",
"name": "Queries",
"value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
},
{
"msg": "Missing definition",
"name": "(5)",
"value": "width | height | block | inline | self-block | self-inline"
}
]
Expand Down
8 changes: 7 additions & 1 deletion ed/css/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
{
"name": "<single-animation-timeline>",
"type": "type",
"value": "auto | none | <custom-ident> | <scroll()> | <view()>",
"values": [
{
"name": "auto",
Expand Down Expand Up @@ -85,5 +84,12 @@
"value": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>",
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "property",
"value": "auto | none | <custom-ident> | <scroll()> | <view()>"
}
]
}
23 changes: 16 additions & 7 deletions ed/css/css-animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,25 +254,22 @@
"name": "@keyframes",
"prose": "Keyframes are specified using the @keyframes at-rule, defined as follows:",
"descriptors": [],
"value": "@keyframes <keyframes-name> { <rule-list> }"
"value": "@keyframes <keyframes-name> { <rule-list> } <keyframes-name> Info about the '<keyframes-name>' definition.#typedef-keyframes-nameReferenced in: 3. Keyframes 3.2. The animation-name property (2) (3) 3.10. The animation shorthand property"
}
],
"selectors": [],
"values": [
{
"name": "<keyframes-name>",
"type": "type",
"value": "<custom-ident> | <string>"
"type": "type"
},
{
"name": "<keyframe-block>",
"type": "type",
"value": "<keyframe-selector># { <declaration-list> }"
"type": "type"
},
{
"name": "<keyframe-selector>",
"type": "type",
"value": "from | to | <percentage [0,100]>"
"type": "type"
},
{
"name": "<single-animation-iteration-count>",
Expand All @@ -299,5 +296,17 @@
"value": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]",
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "(2)",
"value": "<custom-ident> | <string> <keyframe-block> Info about the '<keyframe-block>' definition.#typedef-keyframe-blockReferenced in: 3. Keyframes (2) (3) (4) | from | to | <percentage [0,100]>"
},
{
"msg": "Missing definition",
"name": "(5)",
"value": "<keyframe-selector># { <declaration-list> } <keyframe-selector> Info about the '<keyframe-selector>' definition.#typedef-keyframe-selectorReferenced in: 3. Keyframes"
}
]
}
11 changes: 8 additions & 3 deletions ed/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,11 @@
"values": [
{
"name": "<position>",
"type": "type",
"value": "[ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ]"
"type": "type"
},
{
"name": "<bg-clip>",
"type": "type",
"value": "<box> | border | text",
"values": [
{
"name": "<box>",
Expand All @@ -389,5 +387,12 @@
}
]
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "property",
"value": "[ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ] | <box> | border | text | [ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ] | <box> | border | text"
}
]
}
53 changes: 32 additions & 21 deletions ed/css/css-backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@
},
{
"name": "inset",
"prose": "If present, the inset keyword changes the drop shadow from an outer box-shadow (one that shadows the box onto the canvas, as if it were lifted above the canvas) to an inner box-shadow (one that shadows the canvas onto the box, as if the box were cut out of the canvas and shifted behind it).",
"prose": "If present, the inset keyword changes the drop shadow from an outer box-shadow Info about the 'outer box-shadow' definition.#outer-box-shadowReferenced in: 6.1.1. Shadow Shape, Spread, and Knockout (2) 6.1.3. Layering, Layout, and Other Details (one that shadows the box onto the canvas, as if it were lifted above the canvas) to an inner box-shadow Info about the 'inner box-shadow' definition.#inner-box-shadowReferenced in: 6.1.1. Shadow Shape, Spread, and Knockout (2) 6.1.3. Layering, Layout, and Other Details (one that shadows the canvas onto the box, as if the box were cut out of the canvas and shifted behind it).",
"type": "value",
"value": "inset"
}
Expand All @@ -885,48 +885,39 @@
"values": [
{
"name": "<bg-image>",
"type": "type",
"value": "<image> | none"
"type": "type"
},
{
"name": "<repeat-style>",
"type": "type",
"value": "repeat-x | repeat-y | [repeat | space | round | no-repeat]{1,2}"
"type": "type"
},
{
"name": "<attachment>",
"type": "type",
"value": "scroll | fixed | local"
"type": "type"
},
{
"name": "<bg-position>",
"type": "type",
"value": "[ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ]"
"type": "type"
},
{
"name": "<box>",
"type": "type",
"value": "border-box | padding-box | content-box"
"type": "type"
},
{
"name": "<bg-size>",
"type": "type",
"value": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain"
"type": "type"
},
{
"name": "<bg-layer>",
"type": "type",
"value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
"type": "type"
},
{
"name": "<final-bg-layer>",
"type": "type",
"value": "<'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
"type": "type"
},
{
"name": "<line-style>",
"type": "type",
"value": "none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset",
"values": [
{
"name": "none",
Expand Down Expand Up @@ -993,7 +984,6 @@
{
"name": "<line-width>",
"type": "type",
"value": "<length [0,∞]> | thin | medium | thick",
"values": [
{
"name": "thin",
Expand All @@ -1017,8 +1007,29 @@
},
{
"name": "<shadow>",
"type": "type",
"value": "<color>? && [<length>{2} <length [0,∞]>? <length>?] && inset?"
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "(2)",
"value": "<image> | none | repeat-x | repeat-y | [repeat | space | round | no-repeat]{1,2} | scroll | fixed | local | [ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain | none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset | <length [0,∞]> | thin | medium | thick | <image> | none | repeat-x | repeat-y | [repeat | space | round | no-repeat]{1,2} | scroll | fixed | local | [ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain | none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset | <length [0,∞]> | thin | medium | thick"
},
{
"msg": "Missing definition",
"name": "Recommendation",
"value": "[ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] | <'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> | [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] | <'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
},
{
"msg": "Missing definition",
"name": "(5)",
"value": "border-box | padding-box | content-box"
},
{
"msg": "Missing definition",
"name": "(3)",
"value": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> | <color>? && [<length>{2} <length [0,∞]>? <length>?] && inset? | <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> | <color>? && [<length>{2} <length [0,∞]>? <length>?] && inset?"
}
]
}
Loading

0 comments on commit 629be94

Please sign in to comment.