Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 15.2.0.
  • Loading branch information
reffy-bot committed May 30, 2024
1 parent a814aba commit 8bad53f
Show file tree
Hide file tree
Showing 9 changed files with 487 additions and 1,386 deletions.
35 changes: 21 additions & 14 deletions tr/css/css-text-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "text-transform",
"href": "https://www.w3.org/TR/css-text-4/#propdef-text-transform",
"value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana",
"value": "none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto",
"initial": "none",
"appliesTo": "text",
"inherited": "yes",
Expand Down Expand Up @@ -57,6 +57,13 @@
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-transform-full-size-kana",
"type": "value",
"value": "full-size-kana"
},
{
"name": "math-auto",
"prose": "See MathML Core § 4.2 New text-transform value.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-transform-math-auto",
"type": "value",
"value": "math-auto"
}
],
"styleDeclaration": [
Expand Down Expand Up @@ -116,7 +123,7 @@
"value": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>",
"initial": "normal",
"appliesTo": "text",
"inherited": "yes",
"inherited": "individual properties",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "n/a",
Expand Down Expand Up @@ -454,7 +461,7 @@
{
"name": "text-wrap-style",
"href": "https://www.w3.org/TR/css-text-4/#propdef-text-wrap-style",
"value": "auto| balance | stable | pretty",
"value": "auto | balance | stable | pretty",
"initial": "auto",
"appliesTo": "block containers hat establish an inline formatting context",
"inherited": "yes",
Expand All @@ -472,7 +479,7 @@
},
{
"name": "balance",
"prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This must not change the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
"prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. If the element is affected by line-clamp, the claming effect is applied first, then the remaining lines are balanced. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-wrap-style-balance",
"type": "value",
"value": "balance"
Expand Down Expand Up @@ -972,7 +979,7 @@
"appliesTo": "block containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"computedValue": "keyword as specified, except for match-parent which computes as defined above",
"canonicalOrder": "n/a",
"animationType": "discrete",
"values": [
Expand Down Expand Up @@ -1168,11 +1175,11 @@
"value": "normal"
},
{
"name": "<length>",
"name": "<length-percentage>",
"prose": "Specifies additional spacing between typographic character units. Values may be negative, but there may be implementation-dependent limits.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length",
"href": "https://www.w3.org/TR/css-text-4/#valdef-letter-spacing-length-percentage",
"type": "value",
"value": "<length>"
"value": "<length-percentage>"
}
],
"styleDeclaration": [
Expand Down Expand Up @@ -1297,15 +1304,15 @@
"value": "normal"
},
{
"name": "trim-auto",
"name": "trim-both",
"prose": "Set fullwidth opening punctuation with half-width glyphs (flush) at the start of each line; set fullwidth closing punctuation with half-width glyphs (flush) at the end of each line; and collapse spacing between punctuation glyphs as described below.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-auto",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-trim-both",
"type": "value",
"value": "trim-auto"
"value": "trim-both"
},
{
"name": "space-first",
"prose": "Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line the block container and each line after a forced line break. Otherwise as normal.",
"prose": "Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line of the block container and each line after a forced line break. Otherwise as normal.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-space-first",
"type": "value",
"value": "space-first"
Expand All @@ -1326,7 +1333,7 @@
},
{
"name": "auto",
"prose": "The user agent chooses a set of typographically high quality spacing values. Different user agents running on different platforms may pick different values. Do we need auto? It would be weird for the author to choose platform-dependent behavior at the start of the first line, and it should otherwise use trim-auto.",
"prose": "The user agent chooses a set of typographically high quality spacing values. Different user agents running on different platforms may pick different values. Do we need auto? It would be weird for the author to choose platform-dependent behavior at the start of the first line, and it should otherwise use trim-both.",
"href": "https://www.w3.org/TR/css-text-4/#valdef-text-spacing-trim-auto",
"type": "value",
"value": "auto"
Expand Down Expand Up @@ -1496,7 +1503,7 @@
"name": "<spacing-trim>",
"href": "https://www.w3.org/TR/css-text-4/#typedef-spacing-trim",
"type": "type",
"value": "space-all | normal | trim-auto | trim-start | space-first | trim-all"
"value": "space-all | normal | space-first | trim-start | trim-both | trim-all"
}
]
}
Loading

0 comments on commit 8bad53f

Please sign in to comment.