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 7.2.0.
  • Loading branch information
reffy-bot committed Jun 27, 2022
1 parent dcd8fd6 commit 0de16ae
Show file tree
Hide file tree
Showing 26 changed files with 346 additions and 699 deletions.
14 changes: 1 addition & 13 deletions ed/css/css-easing.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"descriptors": {},
"valuespaces": {
"<easing-function>": {
"value": "linear | linear-spline() | <cubic-bezier-easing-function> | <step-easing-function>"
},
"<linear-spline()>": {
"value": "linear-spline(<linear-spline-stop-list>)"
"value": "linear | <cubic-bezier-easing-function> | <step-easing-function>"
},
"<cubic-bezier-easing-function>": {
"value": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"
Expand All @@ -26,15 +23,6 @@
},
"<steps()>": {
"value": "steps(<integer>[, <step-position> ]?)"
},
"<linear-spline-stop-list>": {
"value": "[ <linear-spline-stop> ]#"
},
"<linear-spline-stop>": {
"value": "<number> && <linear-spline-stop-length>?"
},
"<linear-spline-stop-length>": {
"value": "<percentage>{1,2}"
}
}
}
1 change: 1 addition & 0 deletions ed/css/css-gcpm-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"copy-into",
"copyInto"
Expand Down
3 changes: 3 additions & 0 deletions ed/css/css-gcpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"string-set",
"stringSet"
Expand Down Expand Up @@ -48,6 +49,7 @@
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"footnote-display",
"footnoteDisplay"
Expand All @@ -62,6 +64,7 @@
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"footnote-policy",
"footnotePolicy"
Expand Down
Loading

0 comments on commit 0de16ae

Please sign in to comment.