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.4.0.
  • Loading branch information
reffy-bot committed Dec 2, 2023
1 parent a7340a7 commit 3e94996
Show file tree
Hide file tree
Showing 21 changed files with 1,550 additions and 1,047 deletions.
14 changes: 7 additions & 7 deletions ed/css/css-anchor-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,16 +349,16 @@
"value": "implicit"
},
{
"name": "auto",
"prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. Also triggers automatic fallback behavior. See § 3.2.1 Automatic Anchor Positioning for more details.",
"name": "inside",
"prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the element to the \"inside\" of the anchor), while outside refers to the opposite.",
"type": "value",
"value": "auto"
"value": "inside"
},
{
"name": "auto-same",
"prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. Also triggers automatic fallback behavior. See § 3.2.1 Automatic Anchor Positioning for more details.",
"name": "outside",
"prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the element to the \"inside\" of the anchor), while outside refers to the opposite.",
"type": "value",
"value": "auto-same"
"value": "outside"
},
{
"name": "top",
Expand Down Expand Up @@ -430,7 +430,7 @@
{
"name": "<anchor-side>",
"type": "type",
"value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
"value": "inside | outside | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
},
{
"name": "anchor-size()",
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
},
{
"name": "background",
"value": "[<bg-layer># ,]? <final-bg-layer>",
"value": "<bg-layer>#? , <final-bg-layer>",
"initial": "see individual properties",
"appliesTo": "all elements",
"inherited": "no",
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-easing.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
{
"name": "<step-easing-function>",
"value": "step-start | step-end | steps(<integer>[, <step-position>]?)",
"value": "step-start | step-end | steps(<integer> , <step-position>?)",
"type": "type",
"values": [
{
Expand Down
2 changes: 1 addition & 1 deletion ed/css/css-shapes.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
{
"name": "path()",
"value": "path( [<'fill-rule'>,]? <string> )",
"value": "path( <'fill-rule'>? , <string> )",
"type": "function",
"values": [
{
Expand Down
Loading

0 comments on commit 3e94996

Please sign in to comment.