Skip to content

Commit 26af937

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.5.
1 parent 881ecff commit 26af937

20 files changed

+713
-550
lines changed

ed/algorithms/css-grid-1.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

ed/algorithms/css-grid-3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"html": "For each <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#item-groups\" id=\"ref-for-item-groups\">item group</a>, synthesize a <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"virtual-masonry-item\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">virtual masonry item</dfn> that has the maximum of every intrinsic size contribution\n\t\t\tamong the items in that group. \n <p>If the items apply <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-align-3/#baseline-alignment\" id=\"ref-for-baseline-alignment\">baseline alignment</a>,\n\t\t\tdetermine the baselines of the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#virtual-masonry-item\" id=\"ref-for-virtual-masonry-item①\">virtual masonry item</a> by placing all of its items into a single hypothetical grid track\n\t\t\tand finding their shared baseline(s) and shims.\n\t\t\tIncrease the group’s intrinsic size contributions accordingly.</p>"
1616
},
1717
{
18-
"html": "Place hypothetical copies of each <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#virtual-masonry-item\" id=\"ref-for-virtual-masonry-item②\">virtual masonry item</a> into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#grid-axis\" id=\"ref-for-grid-axis①③\">grid axis</a> tracks\n\t\t\tin every position that the item could potentially occupy,\n\t\t\tand run the <a href=\"https://www.w3.org/TR/css-grid-2/#algo-track-sizing\">track sizing algorithm</a> with those items.\n\t\t\tThe resulting track sizes are the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#masonry-container\" id=\"ref-for-masonry-container②\">masonry container’s</a> track sizes."
18+
"html": "Place hypothetical copies of each <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#virtual-masonry-item\" id=\"ref-for-virtual-masonry-item②\">virtual masonry item</a> into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#grid-axis\" id=\"ref-for-grid-axis①③\">grid axis</a> tracks\n\t\t\tin every position that the item could potentially occupy,\n\t\t\tand run the <a href=\"https://www.w3.org/TR/css-grid-2/#algo-track-sizing\">track sizing algorithm</a> with those items.\n\t\t\tThe resulting track sizes are the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#masonry-container\" id=\"ref-for-masonry-container②\">masonry container’s</a> track sizes."
1919
}
2020
]
2121
},
@@ -25,16 +25,16 @@
2525
"steps": [
2626
{
2727
"html": "Otherwise, resolve its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#grid-axis\" id=\"ref-for-grid-axis②⓪\">grid axis</a> placement using these substeps:",
28-
"rationale": "increment",
28+
"rationale": "let",
2929
"steps": [
3030
{
3131
"html": "Starting at the first <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#grid-axis\" id=\"ref-for-grid-axis②①\">grid axis</a> line in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-grid-2/#implicit-grid\" id=\"ref-for-implicit-grid①\">implicit grid</a>,\n\t\t\t\t\tfind the largest <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#running-position\" id=\"ref-for-running-position\">running position</a> of the <span id=\"ref-for-grid-axis②②\">grid axis</span> tracks\n\t\t\t\t\tthat the item would span if it were placed at this line,\n\t\t\t\t\tand call this position <var>max_pos</var>."
3232
},
3333
{
34-
"html": "Increment the line number and repeat step 2\n\t\t\t\t\tuntil the item would no longer fit inside the grid."
34+
"html": "Repeat the previous step for each successive line number\n\t\t\t\t\tuntil the item would no longer fit inside the grid."
3535
},
3636
{
37-
"html": "Let <var>possible lines</var> be the line that resulted in the smallest <var>max_pos</var>,\n\t\t\t\t\tand all lines that result in a <var>max_pos</var> within the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#masonry-tie-threshold\" id=\"ref-for-masonry-tie-threshold\">tie threshold</a> of this <var>max_pos</var>."
37+
"html": "Let <var>possible lines</var> be the line that resulted in the smallest <var>max_pos</var>,\n\t\t\t\t\tand all lines that result in a <var>max_pos</var> within the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#masonry-tie-threshold\" id=\"ref-for-masonry-tie-threshold\">tie threshold</a> of this <var>max_pos</var>."
3838
},
3939
{
4040
"html": "Choose the first line in <var>possible lines</var> greater than or equal to the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#auto-placement-cursor\" id=\"ref-for-auto-placement-cursor\">auto-placement cursor</a> as the item’s position in the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-grid-3/#grid-axis\" id=\"ref-for-grid-axis②③\">grid axis</a>;\n\t\t\t\t\tor if there are none such, choose the first one."

0 commit comments

Comments
 (0)