Skip to content

Commit baf73da

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.0.
1 parent c3d7ec4 commit baf73da

20 files changed

+726
-631
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-overflow-5.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"algorithms": [
77
{
88
"name": "update active marker",
9-
"html": "Whenever the UA determines that a new marker is the <var>active marker</var> for a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker-group\" id=\"ref-for-scroll-marker-group⑥\">scroll marker group</a> <var>group</var> it must run the following steps:",
9+
"html": "Whenever the UA determines that a new marker is the <var>active marker</var> for a <a data-link-type=\"dfn\">scroll marker group</a> <var>group</var> it must run the following steps:",
1010
"rationale": ".algorithm",
1111
"steps": [
1212
{
@@ -19,13 +19,13 @@
1919
"html": "<p>Set the <a href=\"https://open-ui.org/components/focusgroup.explainer/#last-focused-memory\">last-focused element</a> of the <var>group</var> to <var>active marker</var>.</p>"
2020
},
2121
{
22-
"html": "<p>Set the active state of all other <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a> elements in <var>group</var> to false.</p>"
22+
"html": "<p>Set the active state of all other <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a> elements in <var>group</var> to false.</p>"
2323
}
2424
]
2525
},
2626
{
2727
"name": "scrollTargetElement activation",
28-
"html": "When a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a> with a non-null <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-target\" id=\"ref-for-scroll-target⑦\">scroll target</a> is activated by explicit invocation or arrow key focus:",
28+
"html": "When a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a> with a non-null <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-target\" id=\"ref-for-scroll-target⑦\">scroll target</a> is activated by explicit invocation or arrow key focus:",
2929
"rationale": ".algorithm",
3030
"steps": [
3131
{
@@ -38,7 +38,7 @@
3838
"html": "<p>Let <var>inline</var> be \"<code>start</code>\".</p>"
3939
},
4040
{
41-
"html": "<p>Let <var>container</var> be the nearest common ancestor <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container①⑨\">scroll container</a> of the scroll markers in the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker-group\" id=\"ref-for-scroll-marker-group⑦\">scroll marker group</a> associated with this <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a>.</p>"
41+
"html": "<p>Let <var>container</var> be the nearest common ancestor <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-overflow-3/#scroll-container\" id=\"ref-for-scroll-container①⑨\">scroll container</a> of the scroll markers in the <a data-link-type=\"dfn\">scroll marker group</a> associated with this <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-overflow-5/#scroll-marker\" id=\"ref-for-scroll-marker①\">scroll marker</a>.</p>"
4242
},
4343
{
4444
"html": "<p><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 the <var>element</var> into view</a> with <var>block</var>, <var>inline</var>, and <var>container</var>.</p>"

ed/algorithms/mediacapture-streams.json

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

ed/css/css-overflow-5.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@
44
"url": "https://drafts.csswg.org/css-overflow-5/"
55
},
66
"properties": [
7+
{
8+
"name": "scroll-target-group",
9+
"href": "https://drafts.csswg.org/css-overflow-5/#propdef-scroll-target-group",
10+
"value": "none | auto",
11+
"initial": "none",
12+
"appliesTo": "all elements",
13+
"inherited": "no",
14+
"percentages": "n/a",
15+
"computedValue": "specified value",
16+
"canonicalOrder": "per grammar",
17+
"animationType": "discrete",
18+
"values": [
19+
{
20+
"name": "none",
21+
"prose": "The element does not establish a scroll marker group container.",
22+
"href": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-target-group-none",
23+
"type": "value",
24+
"value": "none"
25+
},
26+
{
27+
"name": "auto",
28+
"prose": "The element establishes a scroll marker group container forming a scroll marker group containing all of the scroll marker elements for which this is the nearest ancestor scroll marker group container.",
29+
"href": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-target-group-auto",
30+
"type": "value",
31+
"value": "auto"
32+
}
33+
],
34+
"styleDeclaration": [
35+
"scroll-target-group",
36+
"scrollTargetGroup"
37+
]
38+
},
739
{
840
"name": "scroll-marker-group",
941
"href": "https://drafts.csswg.org/css-overflow-5/#propdef-scroll-marker-group",

ed/dfns/css-overflow-5.json

Lines changed: 59 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,65 @@
8181
"definedIn": "prose"
8282
},
8383
{
84-
"id": "scroll-marker-group",
85-
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group",
84+
"id": "propdef-scroll-target-group",
85+
"href": "https://drafts.csswg.org/css-overflow-5/#propdef-scroll-target-group",
8686
"linkingText": [
87-
"scroll marker group"
87+
"scroll-target-group"
8888
],
8989
"localLinkingText": [],
90-
"type": "dfn",
90+
"type": "property",
9191
"for": [],
92-
"access": "private",
92+
"access": "public",
9393
"informative": false,
9494
"heading": {
95-
"id": "scroll-marker-grouping",
96-
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-grouping",
97-
"title": "Scroll marker grouping",
98-
"number": "3.1.1"
95+
"id": "scroll-target-group",
96+
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-target-group",
97+
"title": "The 'scroll target group' property",
98+
"number": "3.1.2"
9999
},
100-
"definedIn": "prose"
100+
"definedIn": "table"
101+
},
102+
{
103+
"id": "valdef-scroll-target-group-none",
104+
"href": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-target-group-none",
105+
"linkingText": [
106+
"none"
107+
],
108+
"localLinkingText": [],
109+
"type": "value",
110+
"for": [
111+
"scroll-target-group"
112+
],
113+
"access": "public",
114+
"informative": false,
115+
"heading": {
116+
"id": "scroll-target-group",
117+
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-target-group",
118+
"title": "The 'scroll target group' property",
119+
"number": "3.1.2"
120+
},
121+
"definedIn": "dt"
122+
},
123+
{
124+
"id": "valdef-scroll-target-group-auto",
125+
"href": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-target-group-auto",
126+
"linkingText": [
127+
"auto"
128+
],
129+
"localLinkingText": [],
130+
"type": "value",
131+
"for": [
132+
"scroll-target-group"
133+
],
134+
"access": "public",
135+
"informative": false,
136+
"heading": {
137+
"id": "scroll-target-group",
138+
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-target-group",
139+
"title": "The 'scroll target group' property",
140+
"number": "3.1.2"
141+
},
142+
"definedIn": "dt"
101143
},
102144
{
103145
"id": "propdef-scroll-marker-group",
@@ -114,7 +156,7 @@
114156
"id": "scroll-marker-group-property",
115157
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
116158
"title": "The scroll-marker-group property",
117-
"number": "3.1.2"
159+
"number": "3.1.3"
118160
},
119161
"definedIn": "table"
120162
},
@@ -135,7 +177,7 @@
135177
"id": "scroll-marker-group-property",
136178
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
137179
"title": "The scroll-marker-group property",
138-
"number": "3.1.2"
180+
"number": "3.1.3"
139181
},
140182
"definedIn": "dt"
141183
},
@@ -156,7 +198,7 @@
156198
"id": "scroll-marker-group-property",
157199
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
158200
"title": "The scroll-marker-group property",
159-
"number": "3.1.2"
201+
"number": "3.1.3"
160202
},
161203
"definedIn": "dt"
162204
},
@@ -177,7 +219,7 @@
177219
"id": "scroll-marker-group-property",
178220
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
179221
"title": "The scroll-marker-group property",
180-
"number": "3.1.2"
222+
"number": "3.1.3"
181223
},
182224
"definedIn": "dt"
183225
},
@@ -196,7 +238,7 @@
196238
"id": "scroll-marker-group-pseudo",
197239
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-pseudo",
198240
"title": "The ::scroll-marker-group pseudo-element",
199-
"number": "3.1.3"
241+
"number": "3.1.4"
200242
},
201243
"definedIn": "prose"
202244
},
@@ -215,7 +257,7 @@
215257
"id": "scroll-marker-pseudo",
216258
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-pseudo",
217259
"title": "The ::scroll-marker pseudo-element",
218-
"number": "3.1.4"
260+
"number": "3.1.5"
219261
},
220262
"definedIn": "prose"
221263
},
@@ -234,7 +276,7 @@
234276
"id": "active-scroll-marker",
235277
"href": "https://drafts.csswg.org/css-overflow-5/#active-scroll-marker",
236278
"title": "Selecting The Active Scroll Marker: the :target-current pseudo-class",
237-
"number": "3.1.5"
279+
"number": "3.1.6"
238280
},
239281
"definedIn": "prose"
240282
},

ed/dfns/mediacapture-streams.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,8 +3606,8 @@
36063606
"definedIn": "table"
36073607
},
36083608
{
3609-
"id": "idl-def-VideoResizeModeEnum.user",
3610-
"href": "https://w3c.github.io/mediacapture-main/#idl-def-VideoResizeModeEnum.user",
3609+
"id": "idl-def-VideoResizeModeEnum.none",
3610+
"href": "https://w3c.github.io/mediacapture-main/#idl-def-VideoResizeModeEnum.none",
36113611
"linkingText": [
36123612
"none"
36133613
],
@@ -3630,8 +3630,8 @@
36303630
"definedIn": "table"
36313631
},
36323632
{
3633-
"id": "idl-def-VideoResizeModeEnum.right",
3634-
"href": "https://w3c.github.io/mediacapture-main/#idl-def-VideoResizeModeEnum.right",
3633+
"id": "idl-def-VideoResizeModeEnum.cropandscale",
3634+
"href": "https://w3c.github.io/mediacapture-main/#idl-def-VideoResizeModeEnum.cropandscale",
36353635
"linkingText": [
36363636
"crop-and-scale"
36373637
],

ed/headings/css-overflow-5.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,47 +73,54 @@
7373
"title": "Scroll marker grouping",
7474
"number": "3.1.1"
7575
},
76+
{
77+
"id": "scroll-target-group",
78+
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-target-group",
79+
"level": 4,
80+
"title": "The 'scroll target group' property",
81+
"number": "3.1.2"
82+
},
7683
{
7784
"id": "scroll-marker-group-property",
7885
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
7986
"level": 4,
8087
"title": "The scroll-marker-group property",
81-
"number": "3.1.2"
88+
"number": "3.1.3"
8289
},
8390
{
8491
"id": "scroll-marker-group-pseudo",
8592
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-pseudo",
8693
"level": 4,
8794
"title": "The ::scroll-marker-group pseudo-element",
88-
"number": "3.1.3"
95+
"number": "3.1.4"
8996
},
9097
{
9198
"id": "scroll-marker-pseudo",
9299
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-pseudo",
93100
"level": 4,
94101
"title": "The ::scroll-marker pseudo-element",
95-
"number": "3.1.4"
102+
"number": "3.1.5"
96103
},
97104
{
98105
"id": "active-scroll-marker",
99106
"href": "https://drafts.csswg.org/css-overflow-5/#active-scroll-marker",
100107
"level": 4,
101108
"title": "Selecting The Active Scroll Marker: the :target-current pseudo-class",
102-
"number": "3.1.5"
109+
"number": "3.1.6"
103110
},
104111
{
105112
"id": "scroll-marker-activation",
106113
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-activation",
107114
"level": 4,
108115
"title": "Activation behavior",
109-
"number": "3.1.6"
116+
"number": "3.1.7"
110117
},
111118
{
112119
"id": "scroll-marker-next-focus",
113120
"href": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-next-focus",
114121
"level": 4,
115122
"title": "Next tab-index-ordered focus",
116-
"number": "3.1.7"
123+
"number": "3.1.8"
117124
},
118125
{
119126
"id": "scroll-buttons",

ed/ids/css-animations-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A5",
450450
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range",
451451
"https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-range%E2%91%A1",
452-
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-trigger-exit-range-end-auto",
452+
"https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-trigger-exit-range-start-auto",
453453
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range%E2%91%A0",
454454
"https://drafts.csswg.org/css-animations-2/#ref-for-default-range%E2%91%A2",
455455
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A6",

ed/ids/css-conditional-5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,14 +615,14 @@
615615
"https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y",
616616
"https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2",
617617
"https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6",
618-
"https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-y",
618+
"https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-y",
619619
"https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4",
620620
"https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A3",
621621
"https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A1",
622622
"https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-block",
623623
"https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A3",
624624
"https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A7",
625-
"https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-block",
625+
"https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-block",
626626
"https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A5",
627627
"https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A4",
628628
"https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A2",

0 commit comments

Comments
 (0)