Skip to content

Commit 49e5690

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.3.
1 parent ac02cc5 commit 49e5690

29 files changed

+1191
-1153
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-view-transitions-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
"html": "<p>Set <var>capturedElement</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#captured-element-containing-group-name\" id=\"ref-for-captured-element-containing-group-name\">containing group name</a> to <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#used-group-name\" id=\"ref-for-used-group-name①\">used group name</a> given <var>transition</var>.</p>"
871871
},
872872
{
873-
"html": "<p>Set <var>capturedElement</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#captured-element-old-border-width\" id=\"ref-for-captured-element-old-border-width\">old border width</a> to <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#used-value\" id=\"ref-for-used-value③\">used</a> <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-backgrounds-3/#propdef-border-width\" id=\"ref-for-propdef-border-width①\">border-width</a>.</p>"
873+
"html": "<p>Set <var>capturedElement</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#captured-element-old-border-width\" id=\"ref-for-captured-element-old-border-width\">old border width</a> to <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#used-value\" id=\"ref-for-used-value③\">used</a> <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-width\" id=\"ref-for-propdef-border-width①\">border-width</a>.</p>"
874874
}
875875
]
876876
},

ed/algorithms/css-writing-modes-4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
},
66
"algorithms": [
77
{
8-
"html": "If a box establishing an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#establish-an-orthogonal-flow\" id=\"ref-for-establish-an-orthogonal-flow④\">orthogonal flow</a> is\n either a block container or a multi-column container,\n for the case where the box’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-size\" id=\"ref-for-inline-size①①\">inline size</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-auto\" id=\"ref-for-valdef-width-auto①\">auto</a>:",
8+
"html": "If a box establishing an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#establish-an-orthogonal-flow\" id=\"ref-for-establish-an-orthogonal-flow④\">orthogonal flow</a> is\n either a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-display-4/#block-container\" id=\"ref-for-block-container\">block container</a> or a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-multicol-2/#multi-column-container\" id=\"ref-for-multi-column-container\">multi-column container</a>,\n for the case where the box’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-size\" id=\"ref-for-inline-size①①\">inline size</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-auto\" id=\"ref-for-valdef-width-auto①\">auto</a>:",
99
"rationale": "if",
1010
"steps": [
1111
{
12-
"html": "<strong>Calculate the used <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width\">column-width</a>:</strong>\n \n <ul>\n <li>\n If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count\">column-count</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width①\">column-width</a> are both <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-width-auto\" id=\"ref-for-valdef-column-width-auto\">auto</a>,\n use the shrink-to-fit formula\n <code>min(<var>max-content</var>, max(<var>min-content</var>, <var>constraint</var>))</code>,\n where:\n \n <dl>\n <dt><var>min-content</var>\n \n </dt><dd>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-inline-size\" id=\"ref-for-min-content-inline-size\">min-content inline size</a> of the box\n\n \n </dd><dt><var>max-content</var>\n \n </dt><dd>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-inline-size\" id=\"ref-for-max-content-inline-size\">max-content inline size</a> of the box\n\n \n </dd><dt><var>constraint</var>\n \n </dt><dd>\n the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-axis\" id=\"ref-for-inline-axis⑤\">inline-axis</a> size\n that would <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#stretch-fit\" id=\"ref-for-stretch-fit\">stretch fit</a> into to the smallest of\n \n <ul>\n <li>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available⑥\">available space</a>:\n the containing block’s size if that is fixed,\n else the size represented by\n the containing block’s inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-width\" id=\"ref-for-max-width②\">max size</a> (if that is fixed)\n floored by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-width\" id=\"ref-for-min-width②\">min size</a> (if that is fixed)\n \n </li><li>the nearest ancestor <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scrollport\" id=\"ref-for-scrollport①\">scrollport</a>’s inner size if that is fixed,\n else / capped by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-width\" id=\"ref-for-max-width③\">max size</a> if that is fixed,\n floored by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-width\" id=\"ref-for-min-width③\">min size</a> if that is fixed\n \n </li><li>the initial containing block’s size\n \n </li></ul>\n </dd></dl>\n \n </li><li>If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count①\">column-count</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto\" id=\"ref-for-valdef-column-count-auto\">auto</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width③\">column-width</a> is <span class=\"css\" id=\"ref-for-valdef-column-count-auto①\">auto</span>,\n calculate the used <span class=\"property\" id=\"ref-for-propdef-column-width④\">column-width</span> with the same formula,\n except replace <var>constraint</var> with\n <var>constraint</var> − (<span class=\"property\" id=\"ref-for-propdef-column-count②\">column-count</span> − 1) × <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-align-3/#propdef-column-gap\" id=\"ref-for-propdef-column-gap\">column-gap</a>.\n\n \n </li><li>If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count③\">column-count</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width⑤\">column-width</a> are both non-<a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto\" id=\"ref-for-valdef-column-count-auto②\">auto</a>,\n the used <span class=\"property\" id=\"ref-for-propdef-column-width⑥\">column-width</span> is the computed <span class=\"property\" id=\"ref-for-propdef-column-width⑦\">column-width</span>.\n (This is not recommended as it can cause overflow;\n instead it is better to set the <span class=\"property\" id=\"ref-for-propdef-column-width⑧\">column-width</span> and a max-block-size.)\n \n </li></ul>"
12+
"html": "<strong>Calculate the used <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width\">column-width</a>:</strong>\n \n <ul>\n <li>\n If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count\">column-count</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width①\">column-width</a> are both <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-width-auto\" id=\"ref-for-valdef-column-width-auto\">auto</a>,\n use the shrink-to-fit formula\n <code>min(<var>max-content</var>, max(<var>min-content</var>, <var>constraint</var>))</code>,\n where:\n \n <dl>\n <dt><var>min-content</var>\n \n </dt><dd>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-content-inline-size\" id=\"ref-for-min-content-inline-size\">min-content inline size</a> of the box\n\n \n </dd><dt><var>max-content</var>\n \n </dt><dd>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-inline-size\" id=\"ref-for-max-content-inline-size\">max-content inline size</a> of the box\n\n \n </dd><dt><var>constraint</var>\n \n </dt><dd>\n the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-axis\" id=\"ref-for-inline-axis⑤\">inline-axis</a> size\n that would <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#stretch-fit\" id=\"ref-for-stretch-fit\">stretch fit</a> into to the smallest of\n \n <ul>\n <li>the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available⑥\">available space</a>:\n the containing block’s size if that is fixed,\n else the size represented by\n the containing block’s inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-width\" id=\"ref-for-max-width②\">max size</a> (if that is fixed)\n floored by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-width\" id=\"ref-for-min-width②\">min size</a> (if that is fixed)\n \n </li><li>the nearest ancestor <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-3/#scrollport\" id=\"ref-for-scrollport①\">scrollport</a>’s inner size if that is fixed,\n else / capped by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-width\" id=\"ref-for-max-width③\">max size</a> if that is fixed,\n floored by its inner <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#min-width\" id=\"ref-for-min-width③\">min size</a> if that is fixed\n \n </li><li>the initial containing block’s size\n \n </li></ul>\n </dd></dl>\n \n </li><li>If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count①\">column-count</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto\" id=\"ref-for-valdef-column-count-auto\">auto</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width③\">column-width</a> is <span class=\"css\" id=\"ref-for-valdef-column-count-auto①\">auto</span>,\n calculate the used <span class=\"property\" id=\"ref-for-propdef-column-width④\">column-width</span> with the same formula,\n except replace <var>constraint</var> with\n <var>constraint</var> − (<span class=\"property\" id=\"ref-for-propdef-column-count②\">column-count</span> − 1) × <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-align-3/#propdef-column-gap\" id=\"ref-for-propdef-column-gap\">column-gap</a>.\n\n \n </li><li>If <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count③\">column-count</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width⑤\">column-width</a> are both non-<a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto\" id=\"ref-for-valdef-column-count-auto②\">auto</a>,\n the used <span class=\"property\" id=\"ref-for-propdef-column-width⑥\">column-width</span> is the computed <span class=\"property\" id=\"ref-for-propdef-column-width⑦\">column-width</span>.\n (This is not recommended as it can cause overflow;\n instead it is better to set the <span class=\"property\" id=\"ref-for-propdef-column-width⑧\">column-width</span> and a max-block-size.)\n \n </li></ul>"
1313
},
1414
{
1515
"html": "<strong>Calculate the used column length:</strong>\n If the computed <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-size\" id=\"ref-for-block-size⑧\">block size</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-auto\" id=\"ref-for-valdef-width-auto③\">auto</a>\n and the specified value of at least one of <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-count\" id=\"ref-for-propdef-column-count④\">column-count</a> and <a class=\"css property\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-multicol-2/#propdef-column-width\" id=\"ref-for-propdef-column-width⑨\">column-width</a> was <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-multicol-2/#valdef-column-width-auto\" id=\"ref-for-valdef-column-width-auto①\">auto</a>,\n use the box’s <span id=\"ref-for-block-size⑨\">block size</span> (if that is <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#definite\" id=\"ref-for-definite\">definite</a>),\n else the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#stretch-fit-block-size\" id=\"ref-for-stretch-fit-block-size\">stretch-fit block size</a> of the box (if that is <span id=\"ref-for-definite①\">definite</span>),\n else the box’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#max-content-block-size\" id=\"ref-for-max-content-block-size\">max-content block size</a>.\n Otherwise follow the normal rules for sizing a multi-column container."

0 commit comments

Comments
 (0)