Skip to content

Commit 96905ef

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.1.
1 parent ef54a70 commit 96905ef

25 files changed

+522
-468
lines changed

ed/algorithms/css-anchor-position-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rationale": "if",
1919
"steps": [
2020
{
21-
"html": "<p>If <var>query el</var> has an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-anchor-position-1/#implicit-anchor-element\" id=\"ref-for-implicit-anchor-element\">implicit anchor element</a>\nthat is an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-anchor-position-1/#acceptable-anchor-element\" id=\"ref-for-acceptable-anchor-element①\">acceptable anchor element</a>,\nreturn that element.</p>"
21+
"html": "<p>If <var>query el</var> has an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-anchor-position-1/#implicit-anchor-element\" id=\"ref-for-implicit-anchor-element\">implicit anchor element</a>\nthat is an <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-anchor-position-1/#acceptable-anchor-element\" id=\"ref-for-acceptable-anchor-element①\">acceptable anchor element</a>,\nreturn that element.</p>"
2222
},
2323
{
2424
"html": "<p>Otherwise, return nothing.</p>"

ed/algorithms/css-borders-4.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,20 +322,20 @@
322322
{
323323
"name": "choose-relevant-side-for-border-shape",
324324
"href": "https://drafts.csswg.org/css-borders-4/#relevant-side-for-border-shape",
325-
"html": "An element’s <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"relevant-side-for-border-shape\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">relevant side for border shape</dfn> is the first side (in the order <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start\">block-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start\">inline-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end\">block-end</a>, and <u class=\"link-error\" data-lt=\"none'' [=border style\" title=\"LINK ERROR: No 'dfn' refs found for 'none'' [=border style'.\">none'' [=border style</u>, or <span id=\"ref-for-block-start①\">block-start</span> if they’re all <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none③\">none</a>.",
325+
"html": "An element’s <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"relevant-side-for-border-shape\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">relevant side for border shape</dfn> is the first side (in the order <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start\">block-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start\">inline-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end\">block-end</a>, and <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-end\" id=\"ref-for-inline-end\">inline-end</a>) that has a non-<a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none③\">none</a> <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-borders-4/#border-style-dfn\" id=\"ref-for-border-style-dfn\">border style</a>, or <span id=\"ref-for-block-start①\">block-start</span> if they’re all <span class=\"css\" id=\"ref-for-valdef-line-style-none④\">none</span>.",
326326
"rationale": ".algorithm",
327327
"steps": [
328328
{
329-
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑥\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-start-style\" id=\"ref-for-propdef-border-block-start-style②\">border-block-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start②\">block-start</a>.</p>"
329+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑥\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-start-style\" id=\"ref-for-propdef-border-block-start-style②\">border-block-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start②\">block-start</a>.</p>"
330330
},
331331
{
332-
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑦\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-start-style\" id=\"ref-for-propdef-border-inline-start-style②\">border-inline-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start①\">inline-start</a>.</p>"
332+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑦\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-start-style\" id=\"ref-for-propdef-border-inline-start-style②\">border-inline-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start①\">inline-start</a>.</p>"
333333
},
334334
{
335-
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑧\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-end-style\" id=\"ref-for-propdef-border-block-end-style②\">border-block-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end①\">block-end</a>.</p>"
335+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑧\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-end-style\" id=\"ref-for-propdef-border-block-end-style②\">border-block-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end①\">block-end</a>.</p>"
336336
},
337337
{
338-
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑨\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-end-style\" id=\"ref-for-propdef-border-inline-end-style②\">border-inline-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-end\" id=\"ref-for-inline-end\">inline-end</a>.</p>"
338+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑨\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-end-style\" id=\"ref-for-propdef-border-inline-end-style②\">border-inline-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-end\" id=\"ref-for-inline-end\">inline-end</a>.</p>"
339339
},
340340
{
341341
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start③\">block-start</a>.</p>"

ed/algorithms/css-flexbox-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"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\n\t\t\t\t\t<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>."
6969
},
7070
{
71-
"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>\n\t\t\t\t\tusing 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>\n\t\t\t\t\t(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>."
71+
"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>\n\t\t\t\t\tusing 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>\n\t\t\t\t\t(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>."
7272
}
7373
]
7474
},

0 commit comments

Comments
 (0)