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 5.2.0.
  • Loading branch information
reffy-bot committed Nov 15, 2021
1 parent 80e589b commit e7fbf8e
Show file tree
Hide file tree
Showing 244 changed files with 16,072 additions and 12,399 deletions.
25 changes: 17 additions & 8 deletions tr/css/css-transforms-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"appliesTo": "transformable elements",
"inherited": "no",
"percentages": "relative to the width of the reference box (for the first value) or the height (for the second value)",
"computedValue": "the keyword none or a pair of computed <length-percentage> values and optionally an absolute length",
"computedValue": "the keyword none or a pair of computed <length-percentage> values and an absolute length",
"canonicalOrder": "per grammar",
"animationType": "by computed value, adding a third 0 value if needed to match components, but see below for none",
"animationType": "by computed value, but see below for none",
"styleDeclaration": [
"translate"
]
Expand All @@ -25,7 +25,7 @@
"appliesTo": "transformable elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the keyword none, or an <angle> with an optional axis consisting of a list of three <number>s",
"computedValue": "the keyword none, or an <angle> with an axis consisting of a list of three <number>s",
"canonicalOrder": "per grammar",
"animationType": "as SLERP, but see below for none",
"styleDeclaration": [
Expand All @@ -34,12 +34,12 @@
},
"scale": {
"name": "scale",
"value": "none | <number>{1,3}",
"value": "none | [ <number> | <percentage> ]{1,3}",
"initial": "none",
"appliesTo": "transformable elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the keyword none, or a list of 2 or 3 <number>s",
"computedValue": "the keyword none, or a list of 3 <number>s",
"canonicalOrder": "per grammar",
"animationType": "by computed value, but see below for none",
"styleDeclaration": [
Expand Down Expand Up @@ -109,6 +109,15 @@
},
"descriptors": {},
"valuespaces": {
"<scale()>": {
"value": "scale( [ <number> | <percentage> ]#{1,2} )"
},
"<scaleX()>": {
"value": "scaleX( [ <number> | <percentage> ] )"
},
"<scaleY()>": {
"value": "scaleY( [ <number> | <percentage> ] )"
},
"<matrix3d()>": {
"value": "matrix3d( <number>#{16} )"
},
Expand All @@ -119,10 +128,10 @@
"value": "translateZ( <length> )"
},
"<scale3d()>": {
"value": "scale3d( <number> , <number>, <number> )"
"value": "scale3d( [ <number> | <percentage> ]#{3} )"
},
"<scaleZ()>": {
"value": "scaleZ( <number> )"
"value": "scaleZ( [ <number> | <percentage> ] )"
},
"<rotate3d()>": {
"value": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"
Expand All @@ -137,7 +146,7 @@
"value": "rotateZ( [ <angle> | <zero> ] )"
},
"<perspective()>": {
"value": "perspective( <length [0,∞]> )"
"value": "perspective( <length [0,∞]> | none )"
}
}
}
2 changes: 1 addition & 1 deletion tr/css/css-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"descriptors": {},
"valuespaces": {
"<var()>": {
"value": "var( <custom-property-name> [, <declaration-value> ]? )"
"value": "var( <custom-property-name> , <declaration-value>? )"
}
}
}
Loading

0 comments on commit e7fbf8e

Please sign in to comment.