Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 16.0.1.
  • Loading branch information
reffy-bot committed Jun 14, 2024
1 parent 825832f commit b8c116a
Show file tree
Hide file tree
Showing 31 changed files with 2,925 additions and 2,715 deletions.
32 changes: 0 additions & 32 deletions ed/css/css-contain-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@
"url": "https://drafts.csswg.org/css-contain-3/"
},
"properties": [
{
"name": "contain",
"value": "none | strict | content | [ [size | inline-size] || layout || style || paint ]",
"values": [
{
"name": "inline-size",
"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.",
"href": "https://drafts.csswg.org/css-contain-3/#valdef-contain-inline-size",
"type": "value",
"value": "inline-size"
}
],
"styleDeclaration": [
"contain"
]
},
{
"name": "container-type",
"href": "https://drafts.csswg.org/css-contain-3/#propdef-container-type",
Expand Down Expand Up @@ -105,22 +89,6 @@
"styleDeclaration": [
"container"
]
},
{
"name": "content-visibility",
"href": "https://drafts.csswg.org/css-contain-3/#propdef-content-visibility",
"value": "visible | auto | hidden",
"initial": "visible",
"appliesTo": "elements for which size containment can apply",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "see § 8.1 Animating and Interpolating content-visibility",
"styleDeclaration": [
"content-visibility",
"contentVisibility"
]
}
],
"atrules": [
Expand Down
11 changes: 9 additions & 2 deletions ed/css/css-contain.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "contain",
"href": "https://drafts.csswg.org/css-contain-2/#propdef-contain",
"value": "none | strict | content | [ size || layout || style || paint ]",
"value": "none | strict | content | [ [size | inline-size] || layout || style || paint ]",
"initial": "none",
"appliesTo": "See below",
"inherited": "no",
Expand Down Expand Up @@ -44,6 +44,13 @@
"type": "value",
"value": "size"
},
{
"name": "inline-size",
"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.",
"href": "https://drafts.csswg.org/css-contain-2/#valdef-contain-inline-size",
"type": "value",
"value": "inline-size"
},
{
"name": "layout",
"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.",
Expand Down Expand Up @@ -80,7 +87,7 @@
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"animationType": "see § 4.1 Animating and Interpolating content-visibility",
"values": [
{
"name": "visible",
Expand Down
224 changes: 212 additions & 12 deletions ed/dfns/compute-pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
"definedIn": "prose"
},
{
"id": "dfn-source-types",
"href": "https://w3c.github.io/compute-pressure/#dfn-source-types",
"id": "dfn-pressure-source",
"href": "https://w3c.github.io/compute-pressure/#dfn-pressure-source",
"linkingText": [
"source types"
"pressure source"
],
"localLinkingText": [],
"type": "dfn",
Expand All @@ -198,6 +198,168 @@
},
"definedIn": "prose"
},
{
"id": "dfn-source-type",
"href": "https://w3c.github.io/compute-pressure/#dfn-source-type",
"linkingText": [
"source type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-pressure-source-sample",
"href": "https://w3c.github.io/compute-pressure/#dfn-pressure-source-sample",
"linkingText": [
"pressure source sample"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-data",
"href": "https://w3c.github.io/compute-pressure/#dfn-data",
"linkingText": [
"data"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"pressure source sample"
],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-timestamp",
"href": "https://w3c.github.io/compute-pressure/#dfn-timestamp",
"linkingText": [
"timestamp"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"pressure source sample"
],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-latest-sample",
"href": "https://w3c.github.io/compute-pressure/#dfn-latest-sample",
"linkingText": [
"latest sample"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"pressure source"
],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-platform-collector",
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector",
"linkingText": [
"platform collector"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-associated-pressure-source",
"href": "https://w3c.github.io/compute-pressure/#dfn-associated-pressure-source",
"linkingText": [
"associated pressure source"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"platform collector"
],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-activated",
"href": "https://w3c.github.io/compute-pressure/#dfn-activated",
"linkingText": [
"activated"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"platform collector"
],
"access": "private",
"informative": false,
"heading": {
"id": "platform-primitives",
"href": "https://w3c.github.io/compute-pressure/#platform-primitives",
"title": "Platform primitives",
"number": "4"
},
"definedIn": "prose"
},
{
"id": "dfn-current-pressure-state",
"href": "https://w3c.github.io/compute-pressure/#dfn-current-pressure-state",
Expand Down Expand Up @@ -256,10 +418,10 @@
"definedIn": "prose"
},
{
"id": "dfn-platform-collector",
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector",
"id": "dfn-platform-collector-mapping",
"href": "https://w3c.github.io/compute-pressure/#dfn-platform-collector-mapping",
"linkingText": [
"platform collector"
"platform collector mapping"
],
"localLinkingText": [],
"type": "dfn",
Expand Down Expand Up @@ -1279,20 +1441,58 @@
"definedIn": "prose"
},
{
"id": "dfn-data-delivery",
"href": "https://w3c.github.io/compute-pressure/#dfn-data-delivery",
"id": "dfn-activate-data-collection",
"href": "https://w3c.github.io/compute-pressure/#dfn-activate-data-collection",
"linkingText": [
"activate data collection"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "data-collection-and-delivery",
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
"title": "Data Collection and Delivery",
"number": "10.6.2"
},
"definedIn": "prose"
},
{
"id": "dfn-deactivate-data-collection",
"href": "https://w3c.github.io/compute-pressure/#dfn-deactivate-data-collection",
"linkingText": [
"deactivate data collection"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "data-collection-and-delivery",
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
"title": "Data Collection and Delivery",
"number": "10.6.2"
},
"definedIn": "prose"
},
{
"id": "dfn-data-collection",
"href": "https://w3c.github.io/compute-pressure/#dfn-data-collection",
"linkingText": [
"data delivery"
"data collection"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "data-delivery",
"href": "https://w3c.github.io/compute-pressure/#data-delivery",
"title": "Data delivery",
"id": "data-collection-and-delivery",
"href": "https://w3c.github.io/compute-pressure/#data-collection-and-delivery",
"title": "Data Collection and Delivery",
"number": "10.6.2"
},
"definedIn": "prose"
Expand Down
Loading

0 comments on commit b8c116a

Please sign in to comment.