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.2.9.
  • Loading branch information
reffy-bot committed Nov 12, 2024
1 parent 9d6bedc commit 69cfd6d
Show file tree
Hide file tree
Showing 19 changed files with 467 additions and 459 deletions.
2 changes: 1 addition & 1 deletion ed/algorithms/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rationale": "find",
"steps": [
{
"html": "<p>Find the last <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#at-ruledef-keyframes\" id=\"ref-for-at-ruledef-keyframes⑤\">@keyframes</a> at-rule in document order\nwith <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-animations-1/#typedef-keyframes-name\" id=\"ref-for-typedef-keyframes-name\">&lt;keyframes-name&gt;</a> matching\nthe corresponding <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-animations-1/#propdef-animation-name\" id=\"ref-for-propdef-animation-name⑥\">animation-name</a> value <var>name</var>.</p>\n <p>If there is no <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#at-ruledef-keyframes\" id=\"ref-for-at-ruledef-keyframes⑥\">@keyframes</a> at-rule\nwith <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-animations-1/#typedef-keyframes-name\" id=\"ref-for-typedef-keyframes-name①\">&lt;keyframes-name&gt;</a> matching <var>name</var> (or if <var>name</var> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#valdef-animation-name-none\" id=\"ref-for-valdef-animation-name-none\">none</a>),\nabort this procedure.\nIn this case no animation is generated,\nand any existing animation matching <var>name</var> is canceled.</p>"
"html": "<p>Find the last <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#at-ruledef-keyframes\" id=\"ref-for-at-ruledef-keyframes⑤\">@keyframes</a> at-rule in document order\nwith <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-animations-1/#typedef-keyframes-name\" id=\"ref-for-typedef-keyframes-name\">&lt;keyframes-name&gt;</a> matching\nthe corresponding <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-animations-1/#propdef-animation-name\" id=\"ref-for-propdef-animation-name⑦\">animation-name</a> value <var>name</var>.</p>\n <p>If there is no <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#at-ruledef-keyframes\" id=\"ref-for-at-ruledef-keyframes⑥\">@keyframes</a> at-rule\nwith <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-animations-1/#typedef-keyframes-name\" id=\"ref-for-typedef-keyframes-name①\">&lt;keyframes-name&gt;</a> matching <var>name</var> (or if <var>name</var> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-animations-1/#valdef-animation-name-none\" id=\"ref-for-valdef-animation-name-none\">none</a>),\nabort this procedure.\nIn this case no animation is generated,\nand any existing animation matching <var>name</var> is canceled.</p>"
},
{
"html": "<p>Group together all <a data-link-type=\"dfn\">keyframe blocks</a> that share the same <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#specified-value\" id=\"ref-for-specified-value\">specified</a> <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-animations-1/#typedef-keyframe-selector\" id=\"ref-for-typedef-keyframe-selector\">&lt;keyframe-selector&gt;</a> (treating <span class=\"css\">from</span> as <span class=\"css\">0%</span> and <span class=\"css\">to</span> as <span class=\"css\">100%</span>),\nlast declared <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-animations-1/#propdef-animation-timing-function\" id=\"ref-for-propdef-animation-timing-function②\">animation-timing-function</a> <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value②\">computed value</a> (defaulting to <var>default timing function</var> if there is no such declaration),\nand last declared <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-animations-2/#propdef-animation-composition\" id=\"ref-for-propdef-animation-composition①\">animation-composition</a> <span id=\"ref-for-computed-value③\">computed value</span> (defaulting to <var>default composite</var> if there is no such declaration).</p>"
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/css-flexbox-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"html": "Otherwise,\n\t\t\t\t\tif the used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑥\">flex basis</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑧\">content</a> or depends on its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available②\">available space</a>,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using <a href=\"https://www.w3.org/TR/css3-writing-modes/#orthogonal-flows\">the rules for a box in an orthogonal flow</a> <a data-link-type=\"biblio\" href=\"https://drafts.csswg.org/css-flexbox-1/#biblio-css3-writing-modes\" title=\"CSS Writing Modes Level 3\">[CSS3-WRITING-MODES]</a>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size④\">flex base size</a> is the item’s max-content <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①①\">main size</a>."
},
{
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-auto\" id=\"ref-for-valdef-align-items-auto①\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-auto\" id=\"ref-for-valdef-flex-basis-auto③\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
]
},
{
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
"rationale": "if",
"steps": [
{
Expand Down
Loading

0 comments on commit 69cfd6d

Please sign in to comment.