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 17.1.2.
  • Loading branch information
reffy-bot committed Aug 15, 2024
1 parent 3609dcd commit 5ae7b2b
Show file tree
Hide file tree
Showing 20 changed files with 410 additions and 402 deletions.
10 changes: 5 additions & 5 deletions ed/algorithms/css-grid-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"rationale": "resolve",
"steps": [
{
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-1/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 11 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-1/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-1/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 11 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-1/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
},
{
"html": "Layout the grid container using the values resolved in the previous step."
Expand All @@ -351,7 +351,7 @@
"html": "If a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#grid-area\" id=\"ref-for-grid-area③⑤\">grid area</a>’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n <ul>\n <li> have a content min track sizing function. \n </li><li> are in a grid that does not have an explicit height and the grid row is flexible. \n </li></ul>"
},
{
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
},
{
"html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)."
Expand Down Expand Up @@ -394,17 +394,17 @@
"rationale": "increase",
"steps": [
{
"html": "<strong>Increase sizes to accommodate spanning items:</strong> Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#flexible-sizing-function\" id=\"ref-for-flexible-sizing-function①⑨\">flexible sizing function</a>\n <ins>,\n\t\t\t\t\ttreating a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②②\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①③\">auto</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-min-content\" id=\"ref-for-valdef-grid-template-columns-min-content①①\">min-content</a>/<a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②②\">max-content</a> when the grid container is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint⑧\">min</a>/<a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint⑥\">max-content constraint</a> (respectively)</ins>\n :",
"html": "<strong>Increase sizes to accommodate spanning items:</strong> Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#flexible-sizing-function\" id=\"ref-for-flexible-sizing-function①⑨\">flexible sizing function</a>\n <ins>,\n\t\t\t\t\ttreating a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②②\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto③⓪\">auto</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-min-content\" id=\"ref-for-valdef-grid-template-columns-min-content①①\">min-content</a>/<a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②②\">max-content</a> when the grid container is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint⑧\">min</a>/<a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint⑥\">max-content constraint</a> (respectively)</ins>\n :",
"rationale": "for",
"steps": [
{
"html": ""
},
{
"html": "<strong>For content-based minimums:</strong> Next continue to increase the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#base-size\" id=\"ref-for-base-size④①\">base size</a> of tracks with\n\t\t\t\t\t\ta <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②③\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-min-content\" id=\"ref-for-valdef-grid-template-columns-min-content①②\">min-content</a> or <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②③\">max-content</a>\n <del>,\n\t\t\t\t\t\tand tracks with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②④\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto③②\">auto</a> if the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#grid-container\" id=\"ref-for-grid-container①④⓪\">grid container</a> is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint⑨\">min-content constraint</a>,</del>\n by <a href=\"https://drafts.csswg.org/css-grid-1/#extra-space\">distributing extra space</a> as needed\n\t\t\t\t\t\tto account for these items' <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution①⑦\">min-content contributions</a>."
"html": "<strong>For content-based minimums:</strong> Next continue to increase the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#base-size\" id=\"ref-for-base-size④①\">base size</a> of tracks with\n\t\t\t\t\t\ta <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②③\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-min-content\" id=\"ref-for-valdef-grid-template-columns-min-content①②\">min-content</a> or <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②③\">max-content</a>\n <del>,\n\t\t\t\t\t\tand tracks with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②④\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①⑤\">auto</a> if the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#grid-container\" id=\"ref-for-grid-container①④⓪\">grid container</a> is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-constraint\" id=\"ref-for-min-content-constraint⑨\">min-content constraint</a>,</del>\n by <a href=\"https://drafts.csswg.org/css-grid-1/#extra-space\">distributing extra space</a> as needed\n\t\t\t\t\t\tto account for these items' <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-contribution\" id=\"ref-for-min-content-contribution①⑦\">min-content contributions</a>."
},
{
"html": "<strong>For max-content minimums:</strong> Third continue to increase the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#base-size\" id=\"ref-for-base-size④②\">base size</a> of tracks with\n\t\t\t\t\t\ta <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②⑤\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②④\">max-content</a>\n <del>,\n\t\t\t\t\t\tand tracks with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#max-track-sizing-function\" id=\"ref-for-max-track-sizing-function④③\">max track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto③③\">auto</a> if the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#grid-container\" id=\"ref-for-grid-container①④①\">grid container</a> is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint⑦\">max-content constraint</a>,</del>\n by <a href=\"https://drafts.csswg.org/css-grid-1/#extra-space\">distributing extra space</a> as needed\n\t\t\t\t\t\tto account for these items' <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-contribution\" id=\"ref-for-max-content-contribution①②\">max-content contributions</a>."
"html": "<strong>For max-content minimums:</strong> Third continue to increase the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#base-size\" id=\"ref-for-base-size④②\">base size</a> of tracks with\n\t\t\t\t\t\ta <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#min-track-sizing-function\" id=\"ref-for-min-track-sizing-function②⑤\">min track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#valdef-grid-template-columns-max-content\" id=\"ref-for-valdef-grid-template-columns-max-content②④\">max-content</a>\n <del>,\n\t\t\t\t\t\tand tracks with a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#max-track-sizing-function\" id=\"ref-for-max-track-sizing-function④③\">max track sizing function</a> of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-1/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①⑥\">auto</a> if the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-1/#grid-container\" id=\"ref-for-grid-container①④①\">grid container</a> is being sized under a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-constraint\" id=\"ref-for-max-content-constraint⑦\">max-content constraint</a>,</del>\n by <a href=\"https://drafts.csswg.org/css-grid-1/#extra-space\">distributing extra space</a> as needed\n\t\t\t\t\t\tto account for these items' <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-contribution\" id=\"ref-for-max-content-contribution①②\">max-content contributions</a>."
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions ed/algorithms/css-grid-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"rationale": "resolve",
"steps": [
{
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-2/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 12 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-2/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
"html": "Layout the grid following the <a href=\"https://drafts.csswg.org/css-grid-2/#layout-algorithm\" id=\"ref-for-layout-algorithm②\">§ 12 Grid Layout Algorithm</a> by using the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-break-4/#fragmentation-container\" id=\"ref-for-fragmentation-container②\">fragmentation container</a>’s inline size and assume unlimited block size.\n\t\t\tDuring this step all <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-grid-2/#propdef-grid-row\" id=\"ref-for-propdef-grid-row⑥\">grid-row</a> <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a> and <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-flex-fr\" id=\"ref-for-valdef-flex-fr⑨\">fr</a> values must be resolved."
},
{
"html": "Layout the grid container using the values resolved in the previous step."
Expand All @@ -351,7 +351,7 @@
"html": "If a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-2/#grid-area\" id=\"ref-for-grid-area③⑥\">grid area</a>’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n <ul>\n <li> have a content min track sizing function. \n </li><li> are in a grid that does not have an explicit height and the grid row is flexible. \n </li></ul>"
},
{
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto\" id=\"ref-for-valdef-grid-template-columns-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
"html": "If the grid height is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-grid-2/#grid-placement-auto\" id=\"ref-for-grid-placement-auto①\">auto</a>, the height of the grid should be the sum of the final\n\t\t\trow sizes."
},
{
"html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)."
Expand Down
Loading

0 comments on commit 5ae7b2b

Please sign in to comment.