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 17.1.2.
  • Loading branch information
reffy-bot committed Aug 8, 2024
1 parent d16df99 commit 4b97957
Show file tree
Hide file tree
Showing 19 changed files with 4,132 additions and 1,962 deletions.
6 changes: 3 additions & 3 deletions tr/algorithms/css-inline-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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>"
},
{
"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-text-box-edge\" id=\"ref-for-propdef-text-box-edge①\">text-box-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-text-box-edge\" id=\"ref-for-propdef-text-box-edge②\">text-box-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>"
"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-text-box-edge\" id=\"ref-for-propdef-text-box-edge①\">text-box-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-text-box-edge\" id=\"ref-for-propdef-text-box-edge②\">text-box-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>"
},
{
"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>"
Expand All @@ -30,10 +30,10 @@
"html": "If the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#initial-letter\" id=\"ref-for-initial-letter①⑦\">initial letter</a> is an atomic inline,\n\t\t\tuse its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-writing-modes-4/#over\" id=\"ref-for-over⑥\">over</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-writing-modes-4/#under\" id=\"ref-for-under⑤\">under</a> content-box edges."
},
{
"html": "Else if the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#initial-letter\" id=\"ref-for-initial-letter①⑧\">initial letter</a> contains any character from the Han, Hangul, Kana, or Yi <a data-link-type=\"dfn\">Unicode scripts</a>,\n\t\t\tuse the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#ideographic-ink-over-baseline\" id=\"ref-for-ideographic-ink-over-baseline②\">ideographic-ink-over</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#ideographic-ink-under-baseline\" id=\"ref-for-ideographic-ink-under-baseline②\">ideographic-ink-under</a> baselines."
"html": "Else if the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#initial-letter\" id=\"ref-for-initial-letter①⑧\">initial letter</a> contains any character having the Han, Hangul, Kana, or Yi <a data-link-type=\"dfn\">Unicode script</a> property,\n\t\t\tuse the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#ideographic-ink-over-baseline\" id=\"ref-for-ideographic-ink-over-baseline②\">ideographic-ink-over</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#ideographic-ink-under-baseline\" id=\"ref-for-ideographic-ink-under-baseline②\">ideographic-ink-under</a> baselines."
},
{
"html": "Else if the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#initial-letter\" id=\"ref-for-initial-letter①⑨\">initial letter</a> contains any character from the Devanagari, Bengali, and Gurmukhi <a data-link-type=\"dfn\">Unicode scripts</a>,\n\t\t\tuse the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#hanging-baseline\" id=\"ref-for-hanging-baseline②\">hanging</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#alphabetic-baseline\" id=\"ref-for-alphabetic-baseline①①\">alphabetic</a> baselines."
"html": "Else if the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#initial-letter\" id=\"ref-for-initial-letter①⑨\">initial letter</a> contains any character having the Han, Hangul, Kana, or Yi <a data-link-type=\"dfn\">Unicode script</a> property,\n\t\t\tuse the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#hanging-baseline\" id=\"ref-for-hanging-baseline②\">hanging</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#alphabetic-baseline\" id=\"ref-for-alphabetic-baseline①①\">alphabetic</a> baselines."
},
{
"html": "Else use the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#cap-height-baseline\" id=\"ref-for-cap-height-baseline②\">cap-height</a> and <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-inline-3/#alphabetic-baseline\" id=\"ref-for-alphabetic-baseline①②\">alphabetic</a> baselines."
Expand Down
Loading

0 comments on commit 4b97957

Please sign in to comment.