Skip to content

Commit 84afe7d

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.1.
1 parent 6562be9 commit 84afe7d

34 files changed

+658
-690
lines changed

ed/algorithms/attribution-reporting-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@
15011501
"rationale": "queue",
15021502
"steps": [
15031503
{
1504-
"html": "<p>The user-agent MAY ignore the response; if so, return.</p>"
1504+
"html": "<p>The user-agent may ignore the response; if so, return.</p>"
15051505
},
15061506
{
15071507
"html": "<p><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\" id=\"ref-for-queue-a-task①\">Queue a task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#networking-task-source\" id=\"ref-for-networking-task-source\">networking task source</a> to proceed with the following steps.</p>"
@@ -6539,7 +6539,7 @@
65396539
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert③④\">Assert</a>: Neither the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#event-level-report-cache\" id=\"ref-for-event-level-report-cache①③\">event-level report cache</a> nor the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#aggregatable-attribution-report-cache\" id=\"ref-for-aggregatable-attribution-report-cache①⓪\">aggregatable attribution report cache</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain①⑧\">contains</a> <var>report</var>.</p>"
65406540
},
65416541
{
6542-
"html": "<p>The user-agent MAY ignore the report; if so, return.</p>"
6542+
"html": "<p>The user-agent may ignore the report; if so, return.</p>"
65436543
},
65446544
{
65456545
"html": "<p>Let <var>url</var> be the result of executing <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#generate-an-attribution-report-url\" id=\"ref-for-generate-an-attribution-report-url\">generate an attribution report URL</a> on <var>report</var>.</p>"
@@ -6565,7 +6565,7 @@
65656565
"rationale": "let",
65666566
"steps": [
65676567
{
6568-
"html": "<p>The user-agent MAY ignore the report; if so, return.</p>"
6568+
"html": "<p>The user-agent may ignore the report; if so, return.</p>"
65696569
},
65706570
{
65716571
"html": "<p>Let <var>url</var> be the result of executing <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#generate-an-attribution-report-url\" id=\"ref-for-generate-an-attribution-report-url①\">generate an attribution report URL</a> on <var>report</var> with <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#generate-an-attribution-report-url-isdebugreport\" id=\"ref-for-generate-an-attribution-report-url-isdebugreport\">isDebugReport</a> set to true.</p>"
@@ -6591,7 +6591,7 @@
65916591
"rationale": "let",
65926592
"steps": [
65936593
{
6594-
"html": "<p>The user-agent MAY ignore the report; if so, return.</p>"
6594+
"html": "<p>The user-agent may ignore the report; if so, return.</p>"
65956595
},
65966596
{
65976597
"html": "<p>Let <var>url</var> be the result of executing <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#generate-a-verbose-debug-report-url\" id=\"ref-for-generate-a-verbose-debug-report-url\">generate a verbose debug report URL</a> on <var>report</var>.</p>"
@@ -6614,7 +6614,7 @@
66146614
"rationale": "let",
66156615
"steps": [
66166616
{
6617-
"html": "<p>The user-agent MAY ignore the report; if so, return.</p>"
6617+
"html": "<p>The user-agent may ignore the report; if so, return.</p>"
66186618
},
66196619
{
66206620
"html": "<p>Let <var>url</var> be the result of executing <a data-link-type=\"dfn\" href=\"https://wicg.github.io/attribution-reporting-api/#generate-an-aggregatable-debug-report-url\" id=\"ref-for-generate-an-aggregatable-debug-report-url\">generate an aggregatable debug report URL</a> on <var>report</var>.</p>"

ed/algorithms/css-flexbox-1.json

+1-1
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 <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> 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>."
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> 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>."
7272
}
7373
]
7474
},

ed/algorithms/css-fonts-4.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
{
125-
"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>,",
125+
"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>,",
126126
"rationale": "if",
127127
"steps": [
128128
{

0 commit comments

Comments
 (0)