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 9.1.1.
  • Loading branch information
reffy-bot committed Aug 23, 2022
1 parent 491f824 commit c523f42
Show file tree
Hide file tree
Showing 42 changed files with 16,637 additions and 534 deletions.
7 changes: 7 additions & 0 deletions ed/css/css-contain-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"url": "https://drafts.csswg.org/css-contain-3/"
},
"properties": {
"contain": {
"name": "contain",
"newValues": "layout || style || paint || [ size | inline-size ]",
"styleDeclaration": [
"contain"
]
},
"container-type": {
"name": "container-type",
"value": "normal || [ size | inline-size ]",
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-contain.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"contain": {
"name": "contain",
"value": "none | strict | content | [ layout || style || paint || [ size | inline-size ] ]",
"value": "none | strict | content | [ size || layout || style || paint ]",
"initial": "none",
"appliesTo": "See below",
"inherited": "no",
Expand Down
56 changes: 8 additions & 48 deletions ed/dfns/css-contain-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,27 +107,6 @@
},
"definedIn": "dt"
},
{
"id": "valdef-contain-inline-size",
"href": "https://drafts.csswg.org/css-contain-2/#valdef-contain-inline-size",
"linkingText": [
"inline-size"
],
"localLinkingText": [],
"type": "value",
"for": [
"contain"
],
"access": "public",
"informative": false,
"heading": {
"id": "contain-property",
"href": "https://drafts.csswg.org/css-contain-2/#contain-property",
"title": "Strong Containment: the contain property",
"number": "2"
},
"definedIn": "dt"
},
{
"id": "valdef-contain-layout",
"href": "https://drafts.csswg.org/css-contain-2/#valdef-contain-layout",
Expand Down Expand Up @@ -286,25 +265,6 @@
},
"definedIn": "dt"
},
{
"id": "inline-size-containment",
"href": "https://drafts.csswg.org/css-contain-2/#inline-size-containment",
"linkingText": [
"inline-size containment"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "containment-inline-size",
"href": "https://drafts.csswg.org/css-contain-2/#containment-inline-size",
"title": "Inline-Size Containment",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "layout-containment",
"href": "https://drafts.csswg.org/css-contain-2/#layout-containment",
Expand All @@ -320,7 +280,7 @@
"id": "containment-layout",
"href": "https://drafts.csswg.org/css-contain-2/#containment-layout",
"title": "Layout Containment",
"number": "3.3"
"number": "3.2"
},
"definedIn": "prose"
},
Expand All @@ -339,7 +299,7 @@
"id": "containment-layout",
"href": "https://drafts.csswg.org/css-contain-2/#containment-layout",
"title": "Layout Containment",
"number": "3.3"
"number": "3.2"
},
"definedIn": "prose"
},
Expand All @@ -358,7 +318,7 @@
"id": "containment-style",
"href": "https://drafts.csswg.org/css-contain-2/#containment-style",
"title": "Style Containment",
"number": "3.4"
"number": "3.3"
},
"definedIn": "prose"
},
Expand All @@ -381,7 +341,7 @@
"id": "containment-style",
"href": "https://drafts.csswg.org/css-contain-2/#containment-style",
"title": "Style Containment",
"number": "3.4"
"number": "3.3"
},
"definedIn": "prose"
},
Expand All @@ -403,7 +363,7 @@
"id": "containment-style",
"href": "https://drafts.csswg.org/css-contain-2/#containment-style",
"title": "Style Containment",
"number": "3.4"
"number": "3.3"
},
"definedIn": "prose"
},
Expand All @@ -427,7 +387,7 @@
"id": "containment-style",
"href": "https://drafts.csswg.org/css-contain-2/#containment-style",
"title": "Style Containment",
"number": "3.4"
"number": "3.3"
},
"definedIn": "prose"
},
Expand All @@ -446,7 +406,7 @@
"id": "containment-paint",
"href": "https://drafts.csswg.org/css-contain-2/#containment-paint",
"title": "Paint Containment",
"number": "3.5"
"number": "3.4"
},
"definedIn": "prose"
},
Expand All @@ -465,7 +425,7 @@
"id": "containment-paint",
"href": "https://drafts.csswg.org/css-contain-2/#containment-paint",
"title": "Paint Containment",
"number": "3.5"
"number": "3.4"
},
"definedIn": "prose"
},
Expand Down
Loading

0 comments on commit c523f42

Please sign in to comment.