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.1.0.
  • Loading branch information
reffy-bot committed Oct 20, 2023
1 parent acd88e9 commit de91d50
Show file tree
Hide file tree
Showing 26 changed files with 3,858 additions and 4,015 deletions.
14 changes: 7 additions & 7 deletions ed/css/css-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
},
{
"name": "line-height",
"value": "normal | <number> | <length-percentage>",
"value": "normal | <number [0,∞]> | <length-percentage [0,∞]>",
"initial": "normal",
"appliesTo": "non-replaced inline boxes and SVG text content elements",
"inherited": "yes",
Expand All @@ -393,22 +393,22 @@
"value": "normal"
},
{
"name": "<length>",
"name": "<length [0,∞]>",
"prose": "The specified length is used as the preferred line height. Negative values are illegal.",
"type": "value",
"value": "<length>"
"value": "<length [0,∞]>"
},
{
"name": "<number>",
"name": "<number [0,∞]>",
"prose": "The preferred line height is this number multiplied by the element’s computed font-size. Negative values are illegal. The computed value is the same as the specified value.",
"type": "value",
"value": "<number>"
"value": "<number [0,∞]>"
},
{
"name": "<percentage>",
"name": "<percentage [0,∞]>",
"prose": "The preferred line height and computed value of the property is this percentage of the element’s computed font-size. Negative values are illegal.",
"type": "value",
"value": "<percentage>"
"value": "<percentage [0,∞]>"
}
],
"styleDeclaration": [
Expand Down
6 changes: 3 additions & 3 deletions ed/css/css-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"name": "size",
"for": "@page",
"value": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
"value": "<length [0,∞]>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
"initial": "auto",
"computedValue": "specified value, with <length>s made absolute.",
"values": [
Expand All @@ -50,10 +50,10 @@
"value": "portrait"
},
{
"name": "<length>",
"name": "<length [0,∞]>",
"prose": "The page box will be set to the given absolute dimension(s). If only one length value is specified, it sets both the width and height of the page box (i.e., the box is a square). If two length values are specified, the first establishes the page box width, and the second the page box height. Values in units of em and ex refer to the page context’s font. Negative lengths are illegal.",
"type": "value",
"value": "<length>"
"value": "<length [0,∞]>"
},
{
"name": "<page-size>",
Expand Down
8 changes: 4 additions & 4 deletions ed/css/css-text-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
{
"name": "white-space",
"value": "normal | pre | nowrap | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>",
"value": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>",
"initial": "normal",
"appliesTo": "text",
"inherited": "yes",
Expand Down Expand Up @@ -225,7 +225,7 @@
},
{
"name": "tab-size",
"value": "<number> | <length>",
"value": "<number [0,∞]> | <length [0,∞]>",
"initial": "8",
"appliesTo": "text",
"inherited": "yes",
Expand Down Expand Up @@ -849,7 +849,7 @@
},
{
"name": "text-align-all",
"value": "start | end | left | right | center | justify | match-parent",
"value": "start | end | left | right | center | <string> | justify | match-parent",
"initial": "start",
"appliesTo": "block containers",
"inherited": "yes",
Expand Down Expand Up @@ -1190,7 +1190,7 @@
},
{
"name": "text-spacing",
"value": "normal | none | auto | <autospace> || <spacing-trim>",
"value": "normal | none | auto | <spacing-trim> || <autospace>",
"initial": "see individual properties",
"appliesTo": "text",
"inherited": "yes",
Expand Down
4 changes: 2 additions & 2 deletions ed/css/css-text-decor-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"name": "text-decoration-thickness",
"value": "auto | from-font | <length> | <percentage>",
"value": "auto | from-font | <length-percentage>",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "no",
Expand Down Expand Up @@ -206,7 +206,7 @@
},
{
"name": "text-underline-offset",
"value": "auto | <length> | <percentage>",
"value": "auto | <length-percentage>",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "yes",
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"name": "tab-size",
"value": "<number> | <length>",
"value": "<number [0,∞]> | <length [0,∞]>",
"initial": "8",
"appliesTo": "text",
"inherited": "yes",
Expand Down
7 changes: 4 additions & 3 deletions ed/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2663,9 +2663,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-variant-caps-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop",
"title": "Capitalization: the font-variant-caps property",
"number": "6.6"
},
"definedIn": "dt"
},
Expand Down
Loading

0 comments on commit de91d50

Please sign in to comment.