Skip to content

Commit 3654853

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent a3ff404 commit 3654853

22 files changed

+1012
-890
lines changed

ed/algorithms/css-grid-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
"rationale": "increase",
395395
"steps": [
396396
{
397-
"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 :",
397+
"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 :",
398398
"rationale": "for",
399399
"steps": [
400400
{
@@ -404,7 +404,7 @@
404404
"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>."
405405
},
406406
{
407-
"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>."
407+
"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>."
408408
}
409409
]
410410
}

0 commit comments

Comments
 (0)