mdn-data 2.0.33 → 2.1.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/properties.json +14 -14
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -4315,7 +4315,7 @@
|
|
|
4315
4315
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain"
|
|
4316
4316
|
},
|
|
4317
4317
|
"contain-intrinsic-size": {
|
|
4318
|
-
"syntax": "[
|
|
4318
|
+
"syntax": "[ auto? [ none | <length> ] ]{1,2}",
|
|
4319
4319
|
"media": "visual",
|
|
4320
4320
|
"inherited": false,
|
|
4321
4321
|
"animationType": [
|
|
@@ -4339,11 +4339,11 @@
|
|
|
4339
4339
|
"contain-intrinsic-height"
|
|
4340
4340
|
],
|
|
4341
4341
|
"order": "perGrammar",
|
|
4342
|
-
"status": "
|
|
4342
|
+
"status": "standard",
|
|
4343
4343
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size"
|
|
4344
4344
|
},
|
|
4345
4345
|
"contain-intrinsic-block-size": {
|
|
4346
|
-
"syntax": "none | <length>
|
|
4346
|
+
"syntax": "auto? [ none | <length> ]",
|
|
4347
4347
|
"inherited": false,
|
|
4348
4348
|
"animationType": "byComputedValueType",
|
|
4349
4349
|
"percentages": "no",
|
|
@@ -4354,11 +4354,11 @@
|
|
|
4354
4354
|
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4355
4355
|
"computed": "asSpecifiedWithLengthValuesComputed",
|
|
4356
4356
|
"order": "perGrammar",
|
|
4357
|
-
"status": "
|
|
4357
|
+
"status": "standard",
|
|
4358
4358
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size"
|
|
4359
4359
|
},
|
|
4360
4360
|
"contain-intrinsic-height": {
|
|
4361
|
-
"syntax": "none | <length>
|
|
4361
|
+
"syntax": "auto? [ none | <length> ]",
|
|
4362
4362
|
"inherited": false,
|
|
4363
4363
|
"animationType": "byComputedValueType",
|
|
4364
4364
|
"percentages": "no",
|
|
@@ -4369,11 +4369,11 @@
|
|
|
4369
4369
|
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4370
4370
|
"computed": "asSpecifiedWithLengthValuesComputed",
|
|
4371
4371
|
"order": "perGrammar",
|
|
4372
|
-
"status": "
|
|
4372
|
+
"status": "standard",
|
|
4373
4373
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height"
|
|
4374
4374
|
},
|
|
4375
4375
|
"contain-intrinsic-inline-size": {
|
|
4376
|
-
"syntax": "none | <length>
|
|
4376
|
+
"syntax": "auto? [ none | <length> ]",
|
|
4377
4377
|
"inherited": false,
|
|
4378
4378
|
"animationType": "byComputedValueType",
|
|
4379
4379
|
"percentages": "no",
|
|
@@ -4384,11 +4384,11 @@
|
|
|
4384
4384
|
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4385
4385
|
"computed": "asSpecifiedWithLengthValuesComputed",
|
|
4386
4386
|
"order": "perGrammar",
|
|
4387
|
-
"status": "
|
|
4387
|
+
"status": "standard",
|
|
4388
4388
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size"
|
|
4389
4389
|
},
|
|
4390
4390
|
"contain-intrinsic-width": {
|
|
4391
|
-
"syntax": "none | <length>
|
|
4391
|
+
"syntax": "auto? [ none | <length> ]",
|
|
4392
4392
|
"media": "visual",
|
|
4393
4393
|
"inherited": false,
|
|
4394
4394
|
"animationType": "byComputedValueType",
|
|
@@ -4400,7 +4400,7 @@
|
|
|
4400
4400
|
"appliesto": "elementsForWhichSizeContainmentCanApply",
|
|
4401
4401
|
"computed": "asSpecifiedWithLengthValuesComputed",
|
|
4402
4402
|
"order": "perGrammar",
|
|
4403
|
-
"status": "
|
|
4403
|
+
"status": "standard",
|
|
4404
4404
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width"
|
|
4405
4405
|
},
|
|
4406
4406
|
"container": {
|
|
@@ -9223,7 +9223,7 @@
|
|
|
9223
9223
|
"text-emphasis": {
|
|
9224
9224
|
"syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
|
|
9225
9225
|
"media": "visual",
|
|
9226
|
-
"inherited":
|
|
9226
|
+
"inherited": true,
|
|
9227
9227
|
"animationType": [
|
|
9228
9228
|
"text-emphasis-color",
|
|
9229
9229
|
"text-emphasis-style"
|
|
@@ -9248,7 +9248,7 @@
|
|
|
9248
9248
|
"text-emphasis-color": {
|
|
9249
9249
|
"syntax": "<color>",
|
|
9250
9250
|
"media": "visual",
|
|
9251
|
-
"inherited":
|
|
9251
|
+
"inherited": true,
|
|
9252
9252
|
"animationType": "color",
|
|
9253
9253
|
"percentages": "no",
|
|
9254
9254
|
"groups": [
|
|
@@ -9264,7 +9264,7 @@
|
|
|
9264
9264
|
"text-emphasis-position": {
|
|
9265
9265
|
"syntax": "[ over | under ] && [ right | left ]",
|
|
9266
9266
|
"media": "visual",
|
|
9267
|
-
"inherited":
|
|
9267
|
+
"inherited": true,
|
|
9268
9268
|
"animationType": "discrete",
|
|
9269
9269
|
"percentages": "no",
|
|
9270
9270
|
"groups": [
|
|
@@ -9280,7 +9280,7 @@
|
|
|
9280
9280
|
"text-emphasis-style": {
|
|
9281
9281
|
"syntax": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
|
|
9282
9282
|
"media": "visual",
|
|
9283
|
-
"inherited":
|
|
9283
|
+
"inherited": true,
|
|
9284
9284
|
"animationType": "discrete",
|
|
9285
9285
|
"percentages": "no",
|
|
9286
9286
|
"groups": [
|