mdn-data 2.27.0 → 2.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/properties.json +209 -0
- package/css/properties.schema.json +1 -0
- package/css/syntaxes.json +4 -1
- package/l10n/css.json +282 -178
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -2020,6 +2020,22 @@
|
|
|
2020
2020
|
"status": "standard",
|
|
2021
2021
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
2022
2022
|
},
|
|
2023
|
+
"animation-trigger": {
|
|
2024
|
+
"syntax": "[ none | [ <dashed-ident> <animation-action>+ ]+ ]#",
|
|
2025
|
+
"media": "visual",
|
|
2026
|
+
"inherited": false,
|
|
2027
|
+
"animationType": "notAnimatable",
|
|
2028
|
+
"percentages": "no",
|
|
2029
|
+
"groups": [
|
|
2030
|
+
"CSS Animations"
|
|
2031
|
+
],
|
|
2032
|
+
"initial": "none",
|
|
2033
|
+
"appliesto": "allElements",
|
|
2034
|
+
"computed": "asSpecified",
|
|
2035
|
+
"order": "perGrammar",
|
|
2036
|
+
"status": "standard",
|
|
2037
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-trigger"
|
|
2038
|
+
},
|
|
2023
2039
|
"appearance": {
|
|
2024
2040
|
"syntax": "none | auto | <compat-auto> | <compat-special>",
|
|
2025
2041
|
"media": "all",
|
|
@@ -11041,6 +11057,183 @@
|
|
|
11041
11057
|
"status": "experimental",
|
|
11042
11058
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
|
|
11043
11059
|
},
|
|
11060
|
+
"timeline-trigger": {
|
|
11061
|
+
"syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-exit-range'> ]? ]#",
|
|
11062
|
+
"media": "visual",
|
|
11063
|
+
"inherited": false,
|
|
11064
|
+
"animationType": [
|
|
11065
|
+
"timeline-trigger-name",
|
|
11066
|
+
"timeline-trigger-source",
|
|
11067
|
+
"timeline-trigger-range",
|
|
11068
|
+
"timeline-trigger-exit-range"
|
|
11069
|
+
],
|
|
11070
|
+
"percentages": "no",
|
|
11071
|
+
"groups": [
|
|
11072
|
+
"CSS Animations"
|
|
11073
|
+
],
|
|
11074
|
+
"initial": [
|
|
11075
|
+
"timeline-trigger-name",
|
|
11076
|
+
"timeline-trigger-source",
|
|
11077
|
+
"timeline-trigger-range",
|
|
11078
|
+
"timeline-trigger-exit-range"
|
|
11079
|
+
],
|
|
11080
|
+
"appliesto": "allElements",
|
|
11081
|
+
"computed": [
|
|
11082
|
+
"timeline-trigger-name",
|
|
11083
|
+
"timeline-trigger-source",
|
|
11084
|
+
"timeline-trigger-range",
|
|
11085
|
+
"timeline-trigger-exit-range"
|
|
11086
|
+
],
|
|
11087
|
+
"order": "perGrammar",
|
|
11088
|
+
"status": "standard",
|
|
11089
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger"
|
|
11090
|
+
},
|
|
11091
|
+
"timeline-trigger-name": {
|
|
11092
|
+
"syntax": "none | <dashed-ident>#",
|
|
11093
|
+
"media": "visual",
|
|
11094
|
+
"inherited": false,
|
|
11095
|
+
"animationType": "notAnimatable",
|
|
11096
|
+
"percentages": "no",
|
|
11097
|
+
"groups": [
|
|
11098
|
+
"CSS Animations"
|
|
11099
|
+
],
|
|
11100
|
+
"initial": "none",
|
|
11101
|
+
"appliesto": "allElements",
|
|
11102
|
+
"computed": "asSpecified",
|
|
11103
|
+
"order": "perGrammar",
|
|
11104
|
+
"status": "standard",
|
|
11105
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-name"
|
|
11106
|
+
},
|
|
11107
|
+
"timeline-trigger-exit-range": {
|
|
11108
|
+
"syntax": "[ <'timeline-trigger-exit-range-start'> <'timeline-trigger-exit-range-end'>? ]#",
|
|
11109
|
+
"media": "visual",
|
|
11110
|
+
"inherited": false,
|
|
11111
|
+
"animationType": "notAnimatable",
|
|
11112
|
+
"percentages": [
|
|
11113
|
+
"timeline-trigger-exit-range-start",
|
|
11114
|
+
"timeline-trigger-exit-range-end"
|
|
11115
|
+
],
|
|
11116
|
+
"groups": [
|
|
11117
|
+
"CSS Animations"
|
|
11118
|
+
],
|
|
11119
|
+
"initial": [
|
|
11120
|
+
"timeline-trigger-exit-range-start",
|
|
11121
|
+
"timeline-trigger-exit-range-end"
|
|
11122
|
+
],
|
|
11123
|
+
"appliesto": "allElements",
|
|
11124
|
+
"computed": [
|
|
11125
|
+
"timeline-trigger-exit-range-start",
|
|
11126
|
+
"timeline-trigger-exit-range-end"
|
|
11127
|
+
],
|
|
11128
|
+
"order": "perGrammar",
|
|
11129
|
+
"status": "standard",
|
|
11130
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range"
|
|
11131
|
+
},
|
|
11132
|
+
"timeline-trigger-exit-range-end": {
|
|
11133
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11134
|
+
"media": "visual",
|
|
11135
|
+
"inherited": false,
|
|
11136
|
+
"animationType": "notAnimatable",
|
|
11137
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11138
|
+
"groups": [
|
|
11139
|
+
"CSS Animations"
|
|
11140
|
+
],
|
|
11141
|
+
"initial": "auto",
|
|
11142
|
+
"appliesto": "allElements",
|
|
11143
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11144
|
+
"order": "perGrammar",
|
|
11145
|
+
"status": "standard",
|
|
11146
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-end"
|
|
11147
|
+
},
|
|
11148
|
+
"timeline-trigger-exit-range-start": {
|
|
11149
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11150
|
+
"media": "visual",
|
|
11151
|
+
"inherited": false,
|
|
11152
|
+
"animationType": "notAnimatable",
|
|
11153
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11154
|
+
"groups": [
|
|
11155
|
+
"CSS Animations"
|
|
11156
|
+
],
|
|
11157
|
+
"initial": "auto",
|
|
11158
|
+
"appliesto": "allElements",
|
|
11159
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11160
|
+
"order": "perGrammar",
|
|
11161
|
+
"status": "standard",
|
|
11162
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-start"
|
|
11163
|
+
},
|
|
11164
|
+
"timeline-trigger-range": {
|
|
11165
|
+
"syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#",
|
|
11166
|
+
"media": "visual",
|
|
11167
|
+
"inherited": false,
|
|
11168
|
+
"animationType": "notAnimatable",
|
|
11169
|
+
"percentages": [
|
|
11170
|
+
"timeline-trigger-range-start",
|
|
11171
|
+
"timeline-trigger-range-end"
|
|
11172
|
+
],
|
|
11173
|
+
"groups": [
|
|
11174
|
+
"CSS Animations"
|
|
11175
|
+
],
|
|
11176
|
+
"initial": [
|
|
11177
|
+
"timeline-trigger-range-start",
|
|
11178
|
+
"timeline-trigger-range-end"
|
|
11179
|
+
],
|
|
11180
|
+
"appliesto": "allElements",
|
|
11181
|
+
"computed": [
|
|
11182
|
+
"timeline-trigger-range-start",
|
|
11183
|
+
"timeline-trigger-range-end"
|
|
11184
|
+
],
|
|
11185
|
+
"order": "perGrammar",
|
|
11186
|
+
"status": "standard",
|
|
11187
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range"
|
|
11188
|
+
},
|
|
11189
|
+
"timeline-trigger-range-end": {
|
|
11190
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11191
|
+
"media": "visual",
|
|
11192
|
+
"inherited": false,
|
|
11193
|
+
"animationType": "notAnimatable",
|
|
11194
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11195
|
+
"groups": [
|
|
11196
|
+
"CSS Animations"
|
|
11197
|
+
],
|
|
11198
|
+
"initial": "normal",
|
|
11199
|
+
"appliesto": "allElements",
|
|
11200
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11201
|
+
"order": "perGrammar",
|
|
11202
|
+
"status": "standard",
|
|
11203
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-end"
|
|
11204
|
+
},
|
|
11205
|
+
"timeline-trigger-range-start": {
|
|
11206
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11207
|
+
"media": "visual",
|
|
11208
|
+
"inherited": false,
|
|
11209
|
+
"animationType": "notAnimatable",
|
|
11210
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11211
|
+
"groups": [
|
|
11212
|
+
"CSS Animations"
|
|
11213
|
+
],
|
|
11214
|
+
"initial": "normal",
|
|
11215
|
+
"appliesto": "allElements",
|
|
11216
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11217
|
+
"order": "perGrammar",
|
|
11218
|
+
"status": "standard",
|
|
11219
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-start"
|
|
11220
|
+
},
|
|
11221
|
+
"timeline-trigger-source": {
|
|
11222
|
+
"syntax": "<single-animation-timeline>#",
|
|
11223
|
+
"media": "visual",
|
|
11224
|
+
"inherited": false,
|
|
11225
|
+
"animationType": "notAnimatable",
|
|
11226
|
+
"percentages": "no",
|
|
11227
|
+
"groups": [
|
|
11228
|
+
"CSS Animations"
|
|
11229
|
+
],
|
|
11230
|
+
"initial": "auto",
|
|
11231
|
+
"appliesto": "allElements",
|
|
11232
|
+
"computed": "listOfNoneAutoIdentScrollOrView",
|
|
11233
|
+
"order": "perGrammar",
|
|
11234
|
+
"status": "standard",
|
|
11235
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-source"
|
|
11236
|
+
},
|
|
11044
11237
|
"top": {
|
|
11045
11238
|
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
11046
11239
|
"media": "visual",
|
|
@@ -11265,6 +11458,22 @@
|
|
|
11265
11458
|
"status": "standard",
|
|
11266
11459
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/translate"
|
|
11267
11460
|
},
|
|
11461
|
+
"trigger-scope": {
|
|
11462
|
+
"syntax": "none | all | <dashed-ident>#",
|
|
11463
|
+
"media": "visual",
|
|
11464
|
+
"inherited": false,
|
|
11465
|
+
"animationType": "notAnimatable",
|
|
11466
|
+
"percentages": "no",
|
|
11467
|
+
"groups": [
|
|
11468
|
+
"CSS Animations"
|
|
11469
|
+
],
|
|
11470
|
+
"initial": "none",
|
|
11471
|
+
"appliesto": "allElements",
|
|
11472
|
+
"computed": "asSpecified",
|
|
11473
|
+
"order": "perGrammar",
|
|
11474
|
+
"status": "standard",
|
|
11475
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/trigger-scope"
|
|
11476
|
+
},
|
|
11268
11477
|
"unicode-bidi": {
|
|
11269
11478
|
"syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
|
|
11270
11479
|
"media": "visual",
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
"listEachItemHasTwoKeywordsOnePerDimension",
|
|
160
160
|
"listEachItemIdentifierOrNoneAuto",
|
|
161
161
|
"listEachItemTwoKeywordsOriginOffsets",
|
|
162
|
+
"listOfNoneAutoIdentScrollOrView",
|
|
162
163
|
"noneOrImageWithAbsoluteURI",
|
|
163
164
|
"noneOrOrderedListOfIdentifiers",
|
|
164
165
|
"normalizedAngle",
|
package/css/syntaxes.json
CHANGED
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
"animateable-feature": {
|
|
45
45
|
"syntax": "scroll-position | contents | <custom-ident>"
|
|
46
46
|
},
|
|
47
|
+
"animation-action": {
|
|
48
|
+
"syntax": "none | play | play-once | play-forwards | play-backwards | pause | reset | replay"
|
|
49
|
+
},
|
|
47
50
|
"asin()": {
|
|
48
51
|
"syntax": "asin( <calc-sum> )"
|
|
49
52
|
},
|
|
@@ -1002,7 +1005,7 @@
|
|
|
1002
1005
|
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
|
|
1003
1006
|
},
|
|
1004
1007
|
"superellipse()": {
|
|
1005
|
-
"syntax": "superellipse(<number> | infinity | -infinity)"
|
|
1008
|
+
"syntax": "superellipse( [ <number> | infinity | -infinity ] )"
|
|
1006
1009
|
},
|
|
1007
1010
|
"supports-condition": {
|
|
1008
1011
|
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
|