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 14.8.2.
  • Loading branch information
reffy-bot committed Mar 12, 2024
1 parent f0ebc9b commit 794976b
Show file tree
Hide file tree
Showing 26 changed files with 1,105 additions and 764 deletions.
41 changes: 40 additions & 1 deletion ed/css/css-anchor-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,45 @@
"anchorName"
]
},
{
"name": "anchor-scope",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-scope",
"value": "none | all | <dashed-ident>#",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "none",
"prose": "No changes in anchor name scope.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-scope-none",
"type": "value",
"value": "none"
},
{
"name": "all",
"prose": "Specifies that all anchor names defined by this element or its descendants—​whose scope is not already limited by a descendant using anchor-scope—​to be in scope only for this element’s descendants; and limits descendants to only match anchor names to anchor elements within this subtree.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-scope-all",
"type": "value",
"value": "all"
},
{
"name": "<dashed-ident>",
"prose": "Specifies that a matching anchor name defined by this element or its descendants—​whose scope is not already limited by a descendant using anchor-scope—​to be in scope only for this element’s descendants; and limits descendants to only match these anchor names to anchor elements within this subtree.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-scope-dashed-ident",
"type": "value",
"value": "<dashed-ident>"
}
],
"styleDeclaration": [
"anchor-scope",
"anchorScope"
]
},
{
"name": "anchor-default",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-default",
Expand Down Expand Up @@ -73,7 +112,7 @@
},
{
"name": "<inset-area>",
"prose": "If the element does not have a default anchor element, or is not an absolutely-positioned element, this value has no effect. Otherwise, the property selects a region of the inset-area grid, and makes that the element’s containing block. Additionally, the normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned element. See § 3.1.1 Resolving <inset-area>s for details on both of these effects. If the two <inset-area-span>s do not define a valid region, this property is invalid. Also, any auto inset properties resolve to 0.",
"prose": "If the element does not have a default anchor element, or is not an absolutely-positioned element, this value has no effect. Otherwise, the property selects a region of the inset-area grid, and makes that the element’s containing block. Additionally, the normal value for the self-alignment properties behaves as either start, end, or anchor-center, depending on the positioning of the region, to give a good default alignment for the positioned element. See § 3.1.1 Resolving <inset-area>s for details on both of these effects. Also, any auto inset properties resolve to 0.",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-inset-area-inset-area",
"type": "value",
"value": "<inset-area>"
Expand Down
73 changes: 67 additions & 6 deletions ed/dfns/css-anchor-position-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,67 @@
},
"definedIn": "prose"
},
{
"id": "propdef-anchor-scope",
"href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-anchor-scope",
"linkingText": [
"anchor-scope"
],
"localLinkingText": [],
"type": "property",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "anchor-scope",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-scope",
"title": "Scoping Anchor Names: the anchor-scope property",
"number": "2.2"
},
"definedIn": "table"
},
{
"id": "valdef-anchor-scope-none",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-scope-none",
"linkingText": [
"none"
],
"localLinkingText": [],
"type": "value",
"for": [
"anchor-scope"
],
"access": "public",
"informative": false,
"heading": {
"id": "anchor-scope",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-scope",
"title": "Scoping Anchor Names: the anchor-scope property",
"number": "2.2"
},
"definedIn": "dt"
},
{
"id": "valdef-anchor-scope-all",
"href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-scope-all",
"linkingText": [
"all"
],
"localLinkingText": [],
"type": "value",
"for": [
"anchor-scope"
],
"access": "public",
"informative": false,
"heading": {
"id": "anchor-scope",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-scope",
"title": "Scoping Anchor Names: the anchor-scope property",
"number": "2.2"
},
"definedIn": "dt"
},
{
"id": "anchor-specifier",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-specifier",
Expand All @@ -177,7 +238,7 @@
"id": "target",
"href": "https://drafts.csswg.org/css-anchor-position-1/#target",
"title": "Finding an Anchor",
"number": "2.2"
"number": "2.3"
},
"definedIn": "prose"
},
Expand All @@ -196,7 +257,7 @@
"id": "target",
"href": "https://drafts.csswg.org/css-anchor-position-1/#target",
"title": "Finding an Anchor",
"number": "2.2"
"number": "2.3"
},
"definedIn": "prose"
},
Expand All @@ -215,7 +276,7 @@
"id": "target",
"href": "https://drafts.csswg.org/css-anchor-position-1/#target",
"title": "Finding an Anchor",
"number": "2.2"
"number": "2.3"
},
"definedIn": "prose"
},
Expand All @@ -234,7 +295,7 @@
"id": "anchor-default",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-default",
"title": "Default Anchors: the anchor-default property",
"number": "2.3"
"number": "2.4"
},
"definedIn": "table"
},
Expand All @@ -253,7 +314,7 @@
"id": "anchor-default",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-default",
"title": "Default Anchors: the anchor-default property",
"number": "2.3"
"number": "2.4"
},
"definedIn": "prose"
},
Expand All @@ -272,7 +333,7 @@
"id": "anchor-default",
"href": "https://drafts.csswg.org/css-anchor-position-1/#anchor-default",
"title": "Default Anchors: the anchor-default property",
"number": "2.3"
"number": "2.4"
},
"definedIn": "prose"
},
Expand Down
Loading

0 comments on commit 794976b

Please sign in to comment.