Skip to content

Commit 4f762fa

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.5.
1 parent b4192a5 commit 4f762fa

38 files changed

+1627
-1476
lines changed

ed/algorithms/attribution-reporting-api.json

+166-166
Large diffs are not rendered by default.

ed/algorithms/css-grid-1.json

+5-5
Large diffs are not rendered by default.

ed/algorithms/css-grid-2.json

+4-4
Large diffs are not rendered by default.

ed/algorithms/fenced-frame.json

+10
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,16 @@
16601660
}
16611661
]
16621662
},
1663+
{
1664+
"name": "declared-origin-patch",
1665+
"html": "Modify the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-permissions-policy#declared-origin\" id=\"ref-for-declared-origin\">declared origin</a> algorithm. Add a new step after step 3 that reads:",
1666+
"rationale": ".algorithm",
1667+
"steps": [
1668+
{
1669+
"html": "<p>If <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document⑧\">node document</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"ref-for-concept-document-bc③\">browsing context</a>'s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#browsing-context-fenced-frame-config-instance\" id=\"ref-for-browsing-context-fenced-frame-config-instance①⑧\">fenced\n frame config instance</a> is not null, then return <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document⑨\">node document</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"ref-for-concept-document-bc④\">browsing context</a>'s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#browsing-context-fenced-frame-config-instance\" id=\"ref-for-browsing-context-fenced-frame-config-instance①⑨\">fenced frame config instance</a>'s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-mapped-url\" id=\"ref-for-fenced-frame-config-instance-mapped-url⑧\">mapped url</a>.</p>"
1670+
}
1671+
]
1672+
},
16631673
{
16641674
"name": "scroll-target-into-view",
16651675
"html": "Modify the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/cssom-view-1/#scroll-a-target-into-view\" id=\"ref-for-scroll-a-target-into-view②\">scroll a target into view</a> algorithm to add a step at the end of the algorithm that\n reads:",

ed/algorithms/webauthn-3.json

+16-16
Large diffs are not rendered by default.

ed/algorithms/webgpu.json

+13-13
Large diffs are not rendered by default.

ed/dfns/attribution-reporting-api.json

+40-15
Original file line numberDiff line numberDiff line change
@@ -1497,10 +1497,10 @@
14971497
"definedIn": "heading"
14981498
},
14991499
{
1500-
"id": "attribution-source-source-identifier",
1501-
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-source-identifier",
1500+
"id": "attribution-source-internal-id",
1501+
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-internal-id",
15021502
"linkingText": [
1503-
"source identifier"
1503+
"internal ID"
15041504
],
15051505
"localLinkingText": [],
15061506
"type": "dfn",
@@ -3251,10 +3251,35 @@
32513251
"definedIn": "dt"
32523252
},
32533253
{
3254-
"id": "attribution-report-report-id",
3255-
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-report-report-id",
3254+
"id": "attribution-report-external-id",
3255+
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-report-external-id",
32563256
"linkingText": [
3257-
"report ID"
3257+
"external ID"
3258+
],
3259+
"localLinkingText": [],
3260+
"type": "dfn",
3261+
"for": [
3262+
"attribution report",
3263+
"aggregatable attribution report",
3264+
"event-level report",
3265+
"aggregatable report",
3266+
"aggregatable debug report"
3267+
],
3268+
"access": "private",
3269+
"informative": false,
3270+
"heading": {
3271+
"id": "attribution-report",
3272+
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-report",
3273+
"title": "Attribution report",
3274+
"number": "6.23"
3275+
},
3276+
"definedIn": "dt"
3277+
},
3278+
{
3279+
"id": "attribution-report-internal-id",
3280+
"href": "https://wicg.github.io/attribution-reporting-api/#attribution-report-internal-id",
3281+
"linkingText": [
3282+
"internal ID"
32583283
],
32593284
"localLinkingText": [],
32603285
"type": "dfn",
@@ -3482,10 +3507,10 @@
34823507
"definedIn": "dt"
34833508
},
34843509
{
3485-
"id": "event-level-report-source-identifier",
3486-
"href": "https://wicg.github.io/attribution-reporting-api/#event-level-report-source-identifier",
3510+
"id": "event-level-report-source-id",
3511+
"href": "https://wicg.github.io/attribution-reporting-api/#event-level-report-source-id",
34873512
"linkingText": [
3488-
"source identifier"
3513+
"source ID"
34893514
],
34903515
"localLinkingText": [],
34913516
"type": "dfn",
@@ -3860,10 +3885,10 @@
38603885
"definedIn": "dt"
38613886
},
38623887
{
3863-
"id": "aggregatable-attribution-report-source-identifier",
3864-
"href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-attribution-report-source-identifier",
3888+
"id": "aggregatable-attribution-report-source-id",
3889+
"href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-attribution-report-source-id",
38653890
"linkingText": [
3866-
"source identifier"
3891+
"source ID"
38673892
],
38683893
"localLinkingText": [],
38693894
"type": "dfn",
@@ -8701,10 +8726,10 @@
87018726
"definedIn": "dt"
87028727
},
87038728
{
8704-
"id": "destination-limit-record-source-identifier",
8705-
"href": "https://wicg.github.io/attribution-reporting-api/#destination-limit-record-source-identifier",
8729+
"id": "destination-limit-record-source-id",
8730+
"href": "https://wicg.github.io/attribution-reporting-api/#destination-limit-record-source-id",
87068731
"linkingText": [
8707-
"source identifier"
8732+
"source ID"
87088733
],
87098734
"localLinkingText": [],
87108735
"type": "dfn",

ed/headings/av1-avif.json

+30-3
Original file line numberDiff line numberDiff line change
@@ -252,19 +252,46 @@
252252
"title": "AVIF Advanced Profile",
253253
"number": "7.3"
254254
},
255+
{
256+
"id": "box-lists",
257+
"href": "https://aomediacodec.github.io/av1-avif/#box-lists",
258+
"level": 2,
259+
"title": "Box requirements",
260+
"number": "8"
261+
},
262+
{
263+
"id": "avif-boxes",
264+
"href": "https://aomediacodec.github.io/av1-avif/#avif-boxes",
265+
"level": 3,
266+
"title": "Image item boxes",
267+
"number": "8.1"
268+
},
269+
{
270+
"id": "avif-required-boxes",
271+
"href": "https://aomediacodec.github.io/av1-avif/#avif-required-boxes",
272+
"level": 4,
273+
"title": "Minimum set of boxes",
274+
"number": "8.1.1"
275+
},
276+
{
277+
"id": "avif-required-boxes-additional",
278+
"href": "https://aomediacodec.github.io/av1-avif/#avif-required-boxes-additional",
279+
"level": 4,
280+
"title": "Requirements on additional image item related boxes",
281+
"number": "8.1.2"
282+
},
255283
{
256284
"id": "mime-registration",
257285
"href": "https://aomediacodec.github.io/av1-avif/#mime-registration",
258286
"level": 2,
259287
"title": "AVIF Media Type Registration",
260-
"number": "8"
288+
"number": "9"
261289
},
262290
{
263291
"id": "change-list",
264292
"href": "https://aomediacodec.github.io/av1-avif/#change-list",
265293
"level": 2,
266-
"title": "Changes since v1.1.0 release",
267-
"number": "9"
294+
"title": "10. Changes since v1.1.0 release"
268295
},
269296
{
270297
"id": "conformance",

ed/headings/tc39-temporal.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@
18761876
{
18771877
"id": "sec-temporal-addzoneddatetime",
18781878
"href": "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime",
1879-
"title": "AddZonedDateTime ( epochNanoseconds, timeZone, calendar, years, months, weeks, days, norm [ , overflow ] )",
1879+
"title": "AddZonedDateTime ( epochNanoseconds, timeZone, calendar, duration [ , overflow ] )",
18801880
"level": 3,
18811881
"number": "6.5.5"
18821882
},
@@ -2261,7 +2261,7 @@
22612261
{
22622262
"id": "sec-temporal-defaulttemporallargestunit",
22632263
"href": "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit",
2264-
"title": "DefaultTemporalLargestUnit ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds )",
2264+
"title": "DefaultTemporalLargestUnit ( duration )",
22652265
"level": 3,
22662266
"number": "7.5.16"
22672267
},

0 commit comments

Comments
 (0)