diff --git a/tr/css/css-easing.json b/tr/css/css-easing.json index 715a4495ee7c..0a22fb42ec0d 100644 --- a/tr/css/css-easing.json +++ b/tr/css/css-easing.json @@ -1,13 +1,13 @@ { "spec": { - "title": "CSS Easing Functions Level 1", - "url": "https://www.w3.org/TR/css-easing-1/" + "title": "CSS Easing Functions Level 2", + "url": "https://drafts.csswg.org/css-easing-2/" }, "properties": {}, "atrules": {}, "valuespaces": { "": { - "value": "linear | | " + "value": "linear | | | " }, "": { "value": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(, , , )" @@ -23,6 +23,18 @@ }, "": { "value": "steps([, ]?)" + }, + "": { + "value": "linear()" + }, + "": { + "value": "[ ]#" + }, + "": { + "value": " && ?" + }, + "": { + "value": "{1,2}" } } } diff --git a/tr/css/css-shared-element-transitions.json b/tr/css/css-shared-element-transitions.json new file mode 100644 index 000000000000..21c2c1473766 --- /dev/null +++ b/tr/css/css-shared-element-transitions.json @@ -0,0 +1,29 @@ +{ + "spec": { + "title": "CSS Shared Element Transitions Module Level 1", + "url": "https://drafts.csswg.org/css-shared-element-transitions-1/" + }, + "properties": { + "page-transition-tag": { + "name": "page-transition-tag", + "value": "none | ", + "initial": "none", + "appliesTo": "all elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "as specified", + "canonicalOrder": "per grammar", + "animationType": "discrete", + "styleDeclaration": [ + "page-transition-tag", + "pageTransitionTag" + ] + } + }, + "atrules": {}, + "valuespaces": { + "": { + "value": "'*' | " + } + } +} diff --git a/tr/css/css-variables.json b/tr/css/css-variables.json index 36f7a4d416ee..39a95076d9bf 100644 --- a/tr/css/css-variables.json +++ b/tr/css/css-variables.json @@ -1,7 +1,7 @@ { "spec": { - "title": "CSS Custom Properties for Cascading Variables Module Level 1", - "url": "https://www.w3.org/TR/css-variables-1/" + "title": "CSS Custom Properties for Cascading Variables Module Level 2", + "url": "https://drafts.csswg.org/css-variables-2/" }, "properties": {}, "atrules": {}, diff --git a/tr/css/scroll-animations.json b/tr/css/scroll-animations.json index afe214740a8b..a70a83cfb7b8 100644 --- a/tr/css/scroll-animations.json +++ b/tr/css/scroll-animations.json @@ -108,10 +108,73 @@ "view-timeline", "viewTimeline" ] + }, + "animation-delay": { + "name": "animation-delay", + "value": "[ <'animation-delay-start'> <'animation-delay-end'>? | ]#", + "initial": "see individual properties", + "appliesTo": "see individual properties", + "inherited": "see individual properties", + "percentages": "see individual properties", + "computedValue": "see individual properties", + "animationType": "see individual properties", + "canonicalOrder": "per grammar", + "styleDeclaration": [ + "animation-delay", + "animationDelay" + ] + }, + "animation-range": { + "name": "animation-range", + "value": "[ <'animation-delay-start'> <'animation-delay-end'>? | ]#", + "initial": "see individual properties", + "appliesTo": "see individual properties", + "inherited": "see individual properties", + "percentages": "see individual properties", + "computedValue": "see individual properties", + "animationType": "see individual properties", + "canonicalOrder": "per grammar", + "styleDeclaration": [ + "animation-range", + "animationRange" + ] + }, + "animation-delay-start": { + "name": "animation-delay-start", + "value": "[