Skip to content

Commit b8c116a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 16.0.1.
1 parent 825832f commit b8c116a

31 files changed

+2925
-2715
lines changed

ed/css/css-contain-3.json

-32
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44
"url": "https://drafts.csswg.org/css-contain-3/"
55
},
66
"properties": [
7-
{
8-
"name": "contain",
9-
"value": "none | strict | content | [ [size | inline-size] || layout || style || paint ]",
10-
"values": [
11-
{
12-
"name": "inline-size",
13-
"prose": "This value turns on inline-size containment for the element. This prevents the inline-size of its principal box from directly depending on its contents.",
14-
"href": "https://drafts.csswg.org/css-contain-3/#valdef-contain-inline-size",
15-
"type": "value",
16-
"value": "inline-size"
17-
}
18-
],
19-
"styleDeclaration": [
20-
"contain"
21-
]
22-
},
237
{
248
"name": "container-type",
259
"href": "https://drafts.csswg.org/css-contain-3/#propdef-container-type",
@@ -105,22 +89,6 @@
10589
"styleDeclaration": [
10690
"container"
10791
]
108-
},
109-
{
110-
"name": "content-visibility",
111-
"href": "https://drafts.csswg.org/css-contain-3/#propdef-content-visibility",
112-
"value": "visible | auto | hidden",
113-
"initial": "visible",
114-
"appliesTo": "elements for which size containment can apply",
115-
"inherited": "no",
116-
"percentages": "n/a",
117-
"computedValue": "as specified",
118-
"canonicalOrder": "per grammar",
119-
"animationType": "see § 8.1 Animating and Interpolating content-visibility",
120-
"styleDeclaration": [
121-
"content-visibility",
122-
"contentVisibility"
123-
]
12492
}
12593
],
12694
"atrules": [

ed/css/css-contain.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "contain",
99
"href": "https://drafts.csswg.org/css-contain-2/#propdef-contain",
10-
"value": "none | strict | content | [ size || layout || style || paint ]",
10+
"value": "none | strict | content | [ [size | inline-size] || layout || style || paint ]",
1111
"initial": "none",
1212
"appliesTo": "See below",
1313
"inherited": "no",
@@ -44,6 +44,13 @@
4444
"type": "value",
4545
"value": "size"
4646
},
47+
{
48+
"name": "inline-size",
49+
"prose": "This value turns on inline-size containment for the element. This prevents the inline-size of its principal box from directly depending on its contents.",
50+
"href": "https://drafts.csswg.org/css-contain-2/#valdef-contain-inline-size",
51+
"type": "value",
52+
"value": "inline-size"
53+
},
4754
{
4855
"name": "layout",
4956
"prose": "This value turns on layout containment for the element. This ensures that the containment box is totally opaque for layout purposes; nothing outside can affect its internal layout, and vice versa.",
@@ -80,7 +87,7 @@
8087
"percentages": "n/a",
8188
"computedValue": "as specified",
8289
"canonicalOrder": "per grammar",
83-
"animationType": "not animatable",
90+
"animationType": "see § 4.1 Animating and Interpolating content-visibility",
8491
"values": [
8592
{
8693
"name": "visible",

ed/dfns/compute-pressure.json

+212-12
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
"definedIn": "prose"
181181
},
182182
{
183-
"id": "dfn-source-types",
184-
"href": "https://w3c.github.io/compute-pressure/#dfn-source-types",
183+
"id": "dfn-pressure-source",
184+
"href": "https://w3c.github.io/compute-pressure/#dfn-pressure-source",
185185
"linkingText": [
186-
"source types"
186+
"pressure source"
187187
],
188188
"localLinkingText": [],
189189
"type": "dfn",
@@ -198,6 +198,168 @@
198198
},
199199
"definedIn": "prose"
200200
},
201+
{
202+
"id": "dfn-source-type",
203+
"href": "https://w3c.github.io/compute-pressure/#dfn-source-type",
204+
"linkingText": [
205+
"source type"
206+
],
207+
"localLinkingText": [],
208+
"type": "dfn",
209+
"for": [],
210+
"access": "private",
211+
"informative": false,
212+
"heading": {
213+
"id": "platform-primitives",
214+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
215+
"title": "Platform primitives",
216+
"number": "4"
217+
},
218+
"definedIn": "prose"
219+
},
220+
{
221+
"id": "dfn-pressure-source-sample",
222+
"href": "https://w3c.github.io/compute-pressure/#dfn-pressure-source-sample",
223+
"linkingText": [
224+
"pressure source sample"
225+
],
226+
"localLinkingText": [],
227+
"type": "dfn",
228+
"for": [],
229+
"access": "private",
230+
"informative": false,
231+
"heading": {
232+
"id": "platform-primitives",
233+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
234+
"title": "Platform primitives",
235+
"number": "4"
236+
},
237+
"definedIn": "prose"
238+
},
239+
{
240+
"id": "dfn-data",
241+
"href": "https://w3c.github.io/compute-pressure/#dfn-data",
242+
"linkingText": [
243+
"data"
244+
],
245+
"localLinkingText": [],
246+
"type": "dfn",
247+
"for": [
248+
"pressure source sample"
249+
],
250+
"access": "private",
251+
"informative": false,
252+
"heading": {
253+
"id": "platform-primitives",
254+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
255+
"title": "Platform primitives",
256+
"number": "4"
257+
},
258+
"definedIn": "prose"
259+
},
260+
{
261+
"id": "dfn-timestamp",
262+
"href": "https://w3c.github.io/compute-pressure/#dfn-timestamp",
263+
"linkingText": [
264+
"timestamp"
265+
],
266+
"localLinkingText": [],
267+
"type": "dfn",
268+
"for": [
269+
"pressure source sample"
270+
],
271+
"access": "private",
272+
"informative": false,
273+
"heading": {
274+
"id": "platform-primitives",
275+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
276+
"title": "Platform primitives",
277+
"number": "4"
278+
},
279+
"definedIn": "prose"
280+
},
281+
{
282+
"id": "dfn-latest-sample",
283+
"href": "https://w3c.github.io/compute-pressure/#dfn-latest-sample",
284+
"linkingText": [
285+
"latest sample"
286+
],
287+
"localLinkingText": [],
288+
"type": "dfn",
289+
"for": [
290+
"pressure source"
291+
],
292+
"access": "private",
293+
"informative": false,
294+
"heading": {
295+
"id": "platform-primitives",
296+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
297+
"title": "Platform primitives",
298+
"number": "4"
299+
},
300+
"definedIn": "prose"
301+
},
302+
{
303+
"id": "dfn-platform-collector",
304+
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector",
305+
"linkingText": [
306+
"platform collector"
307+
],
308+
"localLinkingText": [],
309+
"type": "dfn",
310+
"for": [],
311+
"access": "private",
312+
"informative": false,
313+
"heading": {
314+
"id": "platform-primitives",
315+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
316+
"title": "Platform primitives",
317+
"number": "4"
318+
},
319+
"definedIn": "prose"
320+
},
321+
{
322+
"id": "dfn-associated-pressure-source",
323+
"href": "https://w3c.github.io/compute-pressure/#dfn-associated-pressure-source",
324+
"linkingText": [
325+
"associated pressure source"
326+
],
327+
"localLinkingText": [],
328+
"type": "dfn",
329+
"for": [
330+
"platform collector"
331+
],
332+
"access": "private",
333+
"informative": false,
334+
"heading": {
335+
"id": "platform-primitives",
336+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
337+
"title": "Platform primitives",
338+
"number": "4"
339+
},
340+
"definedIn": "prose"
341+
},
342+
{
343+
"id": "dfn-activated",
344+
"href": "https://w3c.github.io/compute-pressure/#dfn-activated",
345+
"linkingText": [
346+
"activated"
347+
],
348+
"localLinkingText": [],
349+
"type": "dfn",
350+
"for": [
351+
"platform collector"
352+
],
353+
"access": "private",
354+
"informative": false,
355+
"heading": {
356+
"id": "platform-primitives",
357+
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
358+
"title": "Platform primitives",
359+
"number": "4"
360+
},
361+
"definedIn": "prose"
362+
},
201363
{
202364
"id": "dfn-current-pressure-state",
203365
"href": "https://w3c.github.io/compute-pressure/#dfn-current-pressure-state",
@@ -256,10 +418,10 @@
256418
"definedIn": "prose"
257419
},
258420
{
259-
"id": "dfn-platform-collector",
260-
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector",
421+
"id": "dfn-platform-collector-mapping",
422+
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector-mapping",
261423
"linkingText": [
262-
"platform collector"
424+
"platform collector mapping"
263425
],
264426
"localLinkingText": [],
265427
"type": "dfn",
@@ -1279,20 +1441,58 @@
12791441
"definedIn": "prose"
12801442
},
12811443
{
1282-
"id": "dfn-data-delivery",
1283-
"href": "https://w3c.github.io/compute-pressure/#dfn-data-delivery",
1444+
"id": "dfn-activate-data-collection",
1445+
"href": "https://w3c.github.io/compute-pressure/#dfn-activate-data-collection",
1446+
"linkingText": [
1447+
"activate data collection"
1448+
],
1449+
"localLinkingText": [],
1450+
"type": "dfn",
1451+
"for": [],
1452+
"access": "private",
1453+
"informative": false,
1454+
"heading": {
1455+
"id": "data-collection-and-delivery",
1456+
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
1457+
"title": "Data Collection and Delivery",
1458+
"number": "10.6.2"
1459+
},
1460+
"definedIn": "prose"
1461+
},
1462+
{
1463+
"id": "dfn-deactivate-data-collection",
1464+
"href": "https://w3c.github.io/compute-pressure/#dfn-deactivate-data-collection",
1465+
"linkingText": [
1466+
"deactivate data collection"
1467+
],
1468+
"localLinkingText": [],
1469+
"type": "dfn",
1470+
"for": [],
1471+
"access": "private",
1472+
"informative": false,
1473+
"heading": {
1474+
"id": "data-collection-and-delivery",
1475+
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
1476+
"title": "Data Collection and Delivery",
1477+
"number": "10.6.2"
1478+
},
1479+
"definedIn": "prose"
1480+
},
1481+
{
1482+
"id": "dfn-data-collection",
1483+
"href": "https://w3c.github.io/compute-pressure/#dfn-data-collection",
12841484
"linkingText": [
1285-
"data delivery"
1485+
"data collection"
12861486
],
12871487
"localLinkingText": [],
12881488
"type": "dfn",
12891489
"for": [],
12901490
"access": "private",
12911491
"informative": false,
12921492
"heading": {
1293-
"id": "data-delivery",
1294-
"href": "https://w3c.github.io/compute-pressure/#data-delivery",
1295-
"title": "Data delivery",
1493+
"id": "data-collection-and-delivery",
1494+
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
1495+
"title": "Data Collection and Delivery",
12961496
"number": "10.6.2"
12971497
},
12981498
"definedIn": "prose"

0 commit comments

Comments
 (0)