mdn-data 2.24.0 → 2.26.0
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/at-rules.json +1 -1
- package/css/definitions.json +8 -8
- package/css/functions.json +1 -1
- package/css/properties.json +24 -8
- package/css/selectors.json +32 -207
- package/css/syntaxes.json +12 -6
- package/l10n/css.json +308 -154
- package/package.json +2 -2
package/css/syntaxes.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"syntax": "scroll | fixed | local"
|
|
58
58
|
},
|
|
59
59
|
"attr()": {
|
|
60
|
-
"syntax": "attr( <attr-name> <type
|
|
60
|
+
"syntax": "attr( <attr-name> <attr-type>? , <declaration-value>? )"
|
|
61
61
|
},
|
|
62
62
|
"attr-matcher": {
|
|
63
63
|
"syntax": "[ '~' | '|' | '^' | '$' | '*' ]? '='"
|
|
@@ -65,6 +65,9 @@
|
|
|
65
65
|
"attr-modifier": {
|
|
66
66
|
"syntax": "i | s"
|
|
67
67
|
},
|
|
68
|
+
"attr-type": {
|
|
69
|
+
"syntax": "type( <syntax> ) | raw-string | number | <attr-unit>"
|
|
70
|
+
},
|
|
68
71
|
"attribute-selector": {
|
|
69
72
|
"syntax": "'[' <wq-name> ']' | '[' <wq-name> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? ']'"
|
|
70
73
|
},
|
|
@@ -231,7 +234,7 @@
|
|
|
231
234
|
"syntax": "space-between | space-around | space-evenly | stretch"
|
|
232
235
|
},
|
|
233
236
|
"content-list": {
|
|
234
|
-
"syntax": "[ <string> | <image | <attr()> | <quote> | <counter> ]+
|
|
237
|
+
"syntax": "[ <string> | <image> | <attr()> | <quote> | <counter> ]+"
|
|
235
238
|
},
|
|
236
239
|
"content-position": {
|
|
237
240
|
"syntax": "center | start | end | flex-start | flex-end"
|
|
@@ -278,6 +281,9 @@
|
|
|
278
281
|
"cubic-bezier-easing-function": {
|
|
279
282
|
"syntax": "ease | ease-in | ease-out | ease-in-out | <cubic-bezier()>"
|
|
280
283
|
},
|
|
284
|
+
"cursor-predefined": {
|
|
285
|
+
"syntax": "auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing"
|
|
286
|
+
},
|
|
281
287
|
"custom-color-space": {
|
|
282
288
|
"syntax": "<dashed-ident>"
|
|
283
289
|
},
|
|
@@ -744,7 +750,7 @@
|
|
|
744
750
|
"syntax": "pow( <calc-sum>, <calc-sum> )"
|
|
745
751
|
},
|
|
746
752
|
"predefined-rgb": {
|
|
747
|
-
"syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020"
|
|
753
|
+
"syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020"
|
|
748
754
|
},
|
|
749
755
|
"predefined-rgb-params": {
|
|
750
756
|
"syntax": "<predefined-rgb> [ <number> | <percentage> | none ]{3}"
|
|
@@ -792,7 +798,7 @@
|
|
|
792
798
|
"syntax": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )"
|
|
793
799
|
},
|
|
794
800
|
"rectangular-color-space": {
|
|
795
|
-
"syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
|
|
801
|
+
"syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
|
|
796
802
|
},
|
|
797
803
|
"relative-selector": {
|
|
798
804
|
"syntax": "<combinator>? <complex-selector>"
|
|
@@ -885,7 +891,7 @@
|
|
|
885
891
|
"syntax": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>"
|
|
886
892
|
},
|
|
887
893
|
"scroll-state-query": {
|
|
888
|
-
"syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>
|
|
894
|
+
"syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>"
|
|
889
895
|
},
|
|
890
896
|
"selector-list": {
|
|
891
897
|
"syntax": "<complex-selector-list>"
|
|
@@ -984,7 +990,7 @@
|
|
|
984
990
|
"syntax": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>"
|
|
985
991
|
},
|
|
986
992
|
"style-query": {
|
|
987
|
-
"syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>
|
|
993
|
+
"syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>"
|
|
988
994
|
},
|
|
989
995
|
"subclass-selector": {
|
|
990
996
|
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
|