Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 11.4.2.
  • Loading branch information
reffy-bot committed Feb 15, 2023
1 parent 629be94 commit e8a6f0a
Show file tree
Hide file tree
Showing 102 changed files with 9,117 additions and 3,533 deletions.
30 changes: 22 additions & 8 deletions tr/css/css-anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
{
"name": "<dashed-ident>",
"prose": "If the element generates a principal box, the element is an anchor element, with an anchor name equal to the <dashed-ident>. The anchor name is a tree-scoped name. Otherwise, the property has no effect.",
"prose": "If the element generates a principal box, the element is an anchor element Info about the 'anchor element' definition.#anchor-elementReferenced in: 2. Anchoring 2.1. Anchor-based Positioning: the anchor() function (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.4. Determining The Anchor: the anchor-name property (2) (3) (4) 2.5. Default Anchors: the anchor-default property 2.6. Anchor Queries 3. Fallback Sizing/Positioning , with an anchor name Info about the 'anchor name' definition.#anchor-nameReferenced in: 2.1. Anchor-based Positioning: the anchor() function 2.4. Determining The Anchor: the anchor-name property (2) (3) (4) (5) 2.6. Anchor Queries equal to the <dashed-ident>. The anchor name is a tree-scoped name. Otherwise, the property has no effect.",
"type": "value",
"value": "<dashed-ident>"
}
Expand Down Expand Up @@ -132,7 +132,7 @@
"name": "anchor()",
"prose": "An absolutely-positioned element can use the anchor() function as a value in its inset properties to refer to the position of one or more anchor elements. The anchor() function resolves to a <length>.",
"type": "function",
"value": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? )",
"value": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? ) <anchor-element> Info about the '<anchor-element>' definition.#typedef-anchor-elementReferenced in: 2.1. Anchor-based Positioning: the anchor() function (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.3. Taking Scroll Into Account: the anchor-scroll property (2) (3) 2.5. Default Anchors: the anchor-default property",
"values": [
{
"name": "<dashed-ident>",
Expand Down Expand Up @@ -216,19 +216,17 @@
},
{
"name": "<anchor-element>",
"type": "type",
"value": "<dashed-ident> | implicit"
"type": "type"
},
{
"name": "<anchor-side>",
"type": "type",
"value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
"type": "type"
},
{
"name": "anchor-size()",
"prose": "An absolutely-positioned element can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor elements. The anchor-size() function resolves to a <length>.",
"type": "function",
"value": "anchor( <anchor-element>? <anchor-size>, <length-percentage>? )",
"value": "anchor( <anchor-element>? <anchor-size>, <length-percentage>? ) <anchor-size> Info about the '<anchor-size>' definition.#typedef-anchor-sizeReferenced in: 2.2. Anchor-based Sizing: the anchor-size() function (2) (3) (4)",
"values": [
{
"name": "width",
Expand Down Expand Up @@ -270,7 +268,23 @@
},
{
"name": "<anchor-size>",
"type": "type",
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "(2)",
"value": "<dashed-ident> | implicit <anchor-side> Info about the '<anchor-side>' definition.#typedef-anchor-sideReferenced in: 2.1. Anchor-based Positioning: the anchor() function (2) (3) (4) (5) 2.1.1. Automatic Anchor Positioning (2) (3) 2.2. Anchor-based Sizing: the anchor-size() function 2.6. Anchor"
},
{
"msg": "Missing definition",
"name": "Queries",
"value": "auto | auto-same | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
},
{
"msg": "Missing definition",
"name": "(5)",
"value": "width | height | block | inline | self-block | self-inline"
}
]
Expand Down
8 changes: 7 additions & 1 deletion tr/css/css-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
{
"name": "<single-animation-timeline>",
"type": "type",
"value": "auto | none | <custom-ident> | <scroll()> | <view()>",
"values": [
{
"name": "auto",
Expand Down Expand Up @@ -85,5 +84,12 @@
"value": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>",
"type": "type"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "property",
"value": "auto | none | <custom-ident> | <scroll()> | <view()>"
}
]
}
11 changes: 8 additions & 3 deletions tr/css/css-backgrounds-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,11 @@
"values": [
{
"name": "<position>",
"type": "type",
"value": "[ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ]"
"type": "type"
},
{
"name": "<bg-clip>",
"type": "type",
"value": "<box> | border | text",
"values": [
{
"name": "<box>",
Expand All @@ -389,5 +387,12 @@
}
]
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "property",
"value": "[ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ] | <box> | border | text | [ [ left | center | right | top | bottom | start | end | <length-percentage> ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ center | [ left | right | x-start | x-end ] <length-percentage>? ] && [ center | [ top | bottom | y-start | y-end ] <length-percentage>? ] | [ center | [ start | end ] <length-percentage>? ] [ center | [ start | end ] <length-percentage>? ] ] | <box> | border | text"
}
]
}
Loading

0 comments on commit e8a6f0a

Please sign in to comment.