Skip to content

Commit c14e2e0

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.1.1.
1 parent 37d41b4 commit c14e2e0

File tree

12 files changed

+274
-182
lines changed

12 files changed

+274
-182
lines changed

tr/algorithms/css-inline-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"html": "<p><strong>Baseline Alignment:</strong> All <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#in-flow\" id=\"ref-for-in-flow\">in-flow</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-level-box\" id=\"ref-for-inline-level-box⑥\">inline-level boxes</a> in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#line-box\" id=\"ref-for-line-box①⑦\">line box</a> are aligned to each other in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-writing-modes-4/#block-axis\" id=\"ref-for-block-axis②\">block axis</a> according to <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-dominant-baseline\" id=\"ref-for-propdef-dominant-baseline\">dominant-baseline</a> and <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-vertical-align\" id=\"ref-for-propdef-vertical-align\">vertical-align</a>.\nThis is referred to as <a href=\"https://www.w3.org/TR/css-inline-3/#alignment\">baseline alignment</a>.\nThose with <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#line-relative-shift-values\" id=\"ref-for-line-relative-shift-values\">line-relative values</a> for <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-baseline-shift\" id=\"ref-for-propdef-baseline-shift\">baseline-shift</a> are assumed to be aligned so as to minimize the line box height.</p>"
1313
},
1414
{
15-
"html": "<p><strong>Content Size Contribution Calculation:</strong> The <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#layout-bounds\" id=\"ref-for-layout-bounds\">layout bounds</a> (i.e. the size contributions)\nof each <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-level-box\" id=\"ref-for-inline-level-box⑦\">inline-level box</a> in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#line-box\" id=\"ref-for-line-box①⑧\">line box</a> are calculated:</p>\n <ul class=\"switch\">\n <li> For <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#atomic-inline\" id=\"ref-for-atomic-inline①\">atomic inlines</a> such as <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#replaced-element\" id=\"ref-for-replaced-element\">replaced elements</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-block\" id=\"ref-for-inline-block\">inline blocks</a>:\n\t\tthis is their <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#margin-box\" id=\"ref-for-margin-box\">margin box</a>. \n </li><li> For the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#root-inline-box\" id=\"ref-for-root-inline-box②\">root inline box</a>,\n\t\tand for <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-box\" id=\"ref-for-inline-box⑥\">inline boxes</a> with <a class=\"css\" data-link-type=\"propdesc\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-fit-edge\" id=\"ref-for-propdef-line-fit-edge①\">line-fit-edge: leading</a>:\n\t\tthis derived from their used <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-height\" id=\"ref-for-propdef-line-height①\">line-height</a>,\n\t\tignoring any <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#margin\" id=\"ref-for-margin①\">margin</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#border\" id=\"ref-for-border①\">border</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#padding\" id=\"ref-for-padding①\">padding</a>;\n\t\tsee <a href=\"https://www.w3.org/TR/css-inline-3/#inline-height\">§ 5.3 Calculating the Logical Height Contributions (“Layout Bounds”) of Inline Boxes</a>. \n </li><li> For other <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-box\" id=\"ref-for-inline-box⑦\">inline boxes</a>:\n\t\tthis is derived from their <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-fit-edge\" id=\"ref-for-propdef-line-fit-edge②\">line-fit-edge</a> metrics,\n\t\tand includes any <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#margin\" id=\"ref-for-margin②\">margin</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#border\" id=\"ref-for-border②\">border</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#padding\" id=\"ref-for-padding②\">padding</a>;\n\t\tsee <a href=\"https://www.w3.org/TR/css-inline-3/#inline-height\">§ 5.3 Calculating the Logical Height Contributions (“Layout Bounds”) of Inline Boxes</a>. \n </li></ul>"
15+
"html": "<p><strong>Content Size Contribution Calculation:</strong> The <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#layout-bounds\" id=\"ref-for-layout-bounds\">layout bounds</a> (i.e. the size contributions)\nof each <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-level-box\" id=\"ref-for-inline-level-box⑦\">inline-level box</a> in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#line-box\" id=\"ref-for-line-box①⑧\">line box</a> are calculated:</p>\n <ul class=\"switch\">\n <li> For <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#atomic-inline\" id=\"ref-for-atomic-inline①\">atomic inlines</a> such as <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#replaced-element\" id=\"ref-for-replaced-element\">replaced elements</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-block\" id=\"ref-for-inline-block\">inline blocks</a>:\n\t\tthis is their <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-3/#margin-box\" id=\"ref-for-margin-box\">margin box</a>. \n </li><li> For the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#root-inline-box\" id=\"ref-for-root-inline-box②\">root inline box</a>,\n\t\tand for <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-box\" id=\"ref-for-inline-box⑥\">inline boxes</a> with <a class=\"css\" data-link-type=\"propdesc\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-fit-edge\" id=\"ref-for-propdef-line-fit-edge①\">line-fit-edge: leading</a>:\n\t\tthis derived from their used <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-height\" id=\"ref-for-propdef-line-height①\">line-height</a>,\n\t\tignoring any <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#margin\" id=\"ref-for-margin①\">margin</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#border\" id=\"ref-for-border①\">border</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#padding\" id=\"ref-for-padding①\">padding</a>;\n\t\tsee <a href=\"https://www.w3.org/TR/css-inline-3/#inline-height\">§ 5.3 Calculating the Logical Height Contributions (“Layout Bounds”) of Inline Boxes</a>. \n </li><li> For other <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-box\" id=\"ref-for-inline-box⑦\">inline boxes</a>:\n\t\tthis is derived from their <a class=\"property css\" data-link-type=\"property\" href=\"https://www.w3.org/TR/css-inline-3/#propdef-line-fit-edge\" id=\"ref-for-propdef-line-fit-edge②\">line-fit-edge</a> metrics,\n\t\tand includes any <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#margin\" id=\"ref-for-margin②\">margin</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#border\" id=\"ref-for-border②\">border</a>/<a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-box-4/#padding\" id=\"ref-for-padding②\">padding</a>;\n\t\tsee <a href=\"https://www.w3.org/TR/css-inline-3/#inline-height\">§ 5.3 Calculating the Logical Height Contributions (“Layout Bounds”) of Inline Boxes</a>. \n </li></ul>"
1616
},
1717
{
1818
"html": "<p><strong>Line Box Sizing:</strong> The <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#line-box\" id=\"ref-for-line-box①⑨\">line box</a>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-writing-modes-4/#logical-height\" id=\"ref-for-logical-height①\">logical height</a> is sized\nto exactly include the aligned <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#layout-bounds\" id=\"ref-for-layout-bounds①\">layout bounds</a> of all its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-display-3/#inline-level-box\" id=\"ref-for-inline-level-box⑧\">inline-level boxes</a>.</p>"

tr/css/css-inline.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,17 @@
338338
},
339339
{
340340
"name": "text-before-edge",
341+
"prose": "text-before-edge aliasing text-top",
341342
"href": "https://www.w3.org/TR/css-inline-3/#valdef-alignment-baseline-text-before-edge",
342343
"type": "value",
343-
"value": "text-top"
344+
"value": "text-before-edge"
344345
},
345346
{
346347
"name": "text-after-edge",
348+
"prose": "text-after-edge aliasing text-bottom",
347349
"href": "https://www.w3.org/TR/css-inline-3/#valdef-alignment-baseline-text-after-edge",
348350
"type": "value",
349-
"value": "text-bottom"
351+
"value": "text-after-edge"
350352
}
351353
],
352354
"styleDeclaration": [
@@ -587,14 +589,14 @@
587589
},
588590
{
589591
"name": "trim-start",
590-
"prose": "For block containers: trim the block-start side of the first formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-start side of the box to match its content edge to the metric specified by text-box-edge.",
592+
"prose": "For block containers and column boxes: trim the block-start side of the first formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-start side of the box to match its content edge to the metric specified by text-box-edge.",
591593
"href": "https://www.w3.org/TR/css-inline-3/#valdef-text-box-trim-trim-start",
592594
"type": "value",
593595
"value": "trim-start"
594596
},
595597
{
596598
"name": "trim-end",
597-
"prose": "For block containers: trim the block-end side of the last formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-end side of the box to match its content edge to the metric specified by text-box-edge.",
599+
"prose": "For block containers and column boxes: trim the block-end side of the last formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-end side of the box to match its content edge to the metric specified by text-box-edge.",
598600
"href": "https://www.w3.org/TR/css-inline-3/#valdef-text-box-trim-trim-end",
599601
"type": "value",
600602
"value": "trim-end"
@@ -618,15 +620,15 @@
618620
"value": "auto | <text-edge>",
619621
"initial": "auto",
620622
"appliesTo": "block containers and inline boxes",
621-
"inherited": "no",
623+
"inherited": "yes",
622624
"percentages": "N/A",
623625
"computedValue": "the specified keyword",
624626
"canonicalOrder": "per grammar",
625627
"animationType": "discrete",
626628
"values": [
627629
{
628630
"name": "auto",
629-
"prose": "This property specifies the metrics to use for text-box-trim effects. Values have the same meanings as for line-fit-edge; the auto keyword uses the value of line-fit-edge on the root inline box of the the affected line box, interpreting leading (the initial value) as text.",
631+
"prose": "This property specifies the metrics to use for text-box-trim effects. Values have the same meanings as for line-fit-edge; the auto keyword uses the value of line-fit-edge, interpreting leading (the initial value) as text.",
630632
"href": "https://www.w3.org/TR/css-inline-3/#valdef-text-box-edge-auto",
631633
"type": "value",
632634
"value": "auto"
@@ -651,7 +653,7 @@
651653
"values": [
652654
{
653655
"name": "normal",
654-
"prose": "The content area of the inline box is sized and positioned to fit (possibly hypothetical) text from its first available font. This specification does not specify how. A UA may, e.g., use the maximum ascender and descender of the font. (This would ensure that glyphs with parts above or below the em-box still fall within the content area, but leads to differently sized boxes for different fonts.)",
656+
"prose": "The content area of the inline box is sized and positioned to fit (possibly hypothetical) text from its first available font. If text-box-trim indicates trimming, then the specified metric must be used. Otherwise, this specification does not specify how. A UA may, e.g., use the maximum ascender and descender of the font. (This would ensure that glyphs with parts above or below the em-box still fall within the content area, but leads to differently sized boxes for different fonts.)",
655657
"href": "https://www.w3.org/TR/css-inline-3/#valdef-inline-sizing-normal",
656658
"type": "value",
657659
"value": "normal"
@@ -844,7 +846,7 @@
844846
"prose": "The <text-edge> value, which identifies specific font metrics, expands to",
845847
"href": "https://www.w3.org/TR/css-inline-3/#typedef-text-edge",
846848
"type": "type",
847-
"value": "[ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]?",
849+
"value": "[ text | ideographic | ideographic-ink ] | [ text | ideographic | ideographic-ink | cap | ex ] [ text | ideographic | ideographic-ink | alphabetic ]",
848850
"values": [
849851
{
850852
"name": "leading",

tr/dfns/css-inline-3.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
"definedIn": "prose"
8282
},
8383
{
84-
"id": "invisible-line-box",
85-
"href": "https://www.w3.org/TR/css-inline-3/#invisible-line-box",
84+
"id": "phantom-line-box",
85+
"href": "https://www.w3.org/TR/css-inline-3/#phantom-line-box",
8686
"linkingText": [
87-
"invisible line box"
87+
"phantom line box"
8888
],
8989
"localLinkingText": [],
9090
"type": "dfn",
@@ -94,7 +94,7 @@
9494
"heading": {
9595
"id": "invisible-line-boxes",
9696
"href": "https://www.w3.org/TR/css-inline-3/#invisible-line-boxes",
97-
"title": "“Invisible” Line Boxes",
97+
"title": "Phantom Line Boxes",
9898
"number": "2.3"
9999
},
100100
"definedIn": "prose"
@@ -1115,7 +1115,7 @@
11151115
"title": "Legacy Values for SVG",
11161116
"number": "4.2.2.1"
11171117
},
1118-
"definedIn": "pre"
1118+
"definedIn": "prose"
11191119
},
11201120
{
11211121
"id": "valdef-alignment-baseline-text-after-edge",
@@ -1136,7 +1136,7 @@
11361136
"title": "Legacy Values for SVG",
11371137
"number": "4.2.2.1"
11381138
},
1139-
"definedIn": "pre"
1139+
"definedIn": "prose"
11401140
},
11411141
{
11421142
"id": "propdef-baseline-shift",

tr/headings/css-inline-3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"id": "invisible-line-boxes",
7575
"href": "https://www.w3.org/TR/css-inline-3/#invisible-line-boxes",
7676
"level": 3,
77-
"title": "“Invisible” Line Boxes",
77+
"title": "Phantom Line Boxes",
7878
"number": "2.3"
7979
},
8080
{

tr/headings/dpub-aria-1.1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,19 @@
135135
"title": "Acknowledgments",
136136
"number": "B"
137137
},
138+
{
139+
"id": "ack_group",
140+
"href": "https://www.w3.org/TR/dpub-aria-1.1/#ack_group",
141+
"level": 3,
142+
"title": "ARIA WG participants at the time of publication",
143+
"number": "B.1"
144+
},
138145
{
139146
"id": "ack_funders",
140147
"href": "https://www.w3.org/TR/dpub-aria-1.1/#ack_funders",
141148
"level": 3,
142149
"title": "Enabling funders",
143-
"number": "B.1"
150+
"number": "B.2"
144151
},
145152
{
146153
"id": "references",

0 commit comments

Comments
 (0)