mdn-data 1.1.1 → 1.1.2

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.
@@ -34,11 +34,13 @@
34
34
  "CSS Miscellaneous",
35
35
  "CSS Motion",
36
36
  "CSS Namespaces",
37
+ "CSS Overflow",
37
38
  "CSS Pages",
38
39
  "CSS Positioning",
39
40
  "CSS Regions",
40
41
  "CSS Resolutions",
41
42
  "CSS Ruby",
43
+ "CSS Scroll Anchoring",
42
44
  "CSS Scroll Snap",
43
45
  "CSS Shapes",
44
46
  "CSS Speech",
@@ -1500,6 +1500,21 @@
1500
1500
  "order": "uniqueOrder",
1501
1501
  "status": "nonstandard"
1502
1502
  },
1503
+ "-webkit-user-modify": {
1504
+ "syntax": "read-only | read-write | read-write-plaintext-only",
1505
+ "media": "interactive",
1506
+ "inherited": true,
1507
+ "animationType": "discrete",
1508
+ "percentages": "no",
1509
+ "groups": [
1510
+ "WebKit Extensions"
1511
+ ],
1512
+ "initial": "read-only",
1513
+ "appliesto": "allElements",
1514
+ "computed": "asSpecified",
1515
+ "order": "uniqueOrder",
1516
+ "status": "nonstandard"
1517
+ },
1503
1518
  "align-content": {
1504
1519
  "syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
1505
1520
  "media": "visual",
@@ -2032,6 +2047,21 @@
2032
2047
  ],
2033
2048
  "status": "standard"
2034
2049
  },
2050
+ "block-overflow": {
2051
+ "syntax": "clip | ellipsis | <string>",
2052
+ "media": "visual",
2053
+ "inherited": true,
2054
+ "animationType": "discrete",
2055
+ "percentages": "no",
2056
+ "groups": [
2057
+ "CSS Overflow"
2058
+ ],
2059
+ "initial": "clip",
2060
+ "appliesto": "blockContainers",
2061
+ "computed": "asSpecified",
2062
+ "order": "perGrammar",
2063
+ "status": "experimental"
2064
+ },
2035
2065
  "block-size": {
2036
2066
  "syntax": "<'width'>",
2037
2067
  "media": "visual",
@@ -4695,7 +4725,7 @@
4695
4725
  "appliesto": "allElements",
4696
4726
  "computed": "asSpecifiedWithExceptionOfResolution",
4697
4727
  "order": "uniqueOrder",
4698
- "status": "standard"
4728
+ "status": "experimental"
4699
4729
  },
4700
4730
  "ime-mode": {
4701
4731
  "syntax": "auto | normal | active | inactive | disabled",
@@ -4866,6 +4896,21 @@
4866
4896
  "order": "uniqueOrder",
4867
4897
  "status": "standard"
4868
4898
  },
4899
+ "line-clamp": {
4900
+ "syntax": "none | <integer>",
4901
+ "media": "visual",
4902
+ "inherited": false,
4903
+ "animationType": "integer",
4904
+ "percentages": "no",
4905
+ "groups": [
4906
+ "CSS Overflow"
4907
+ ],
4908
+ "initial": "none",
4909
+ "appliesto": "blockContainersExceptMultiColumnContainers",
4910
+ "computed": "asSpecified",
4911
+ "order": "perGrammar",
4912
+ "status": "experimental"
4913
+ },
4869
4914
  "line-height": {
4870
4915
  "syntax": "normal | <number> | <length> | <percentage>",
4871
4916
  "media": "visual",
@@ -5484,6 +5529,21 @@
5484
5529
  "order": "uniqueOrder",
5485
5530
  "status": "experimental"
5486
5531
  },
5532
+ "max-lines": {
5533
+ "syntax": "none | <integer>",
5534
+ "media": "visual",
5535
+ "inherited": false,
5536
+ "animationType": "integer",
5537
+ "percentages": "no",
5538
+ "groups": [
5539
+ "CSS Overflow"
5540
+ ],
5541
+ "initial": "none",
5542
+ "appliesto": "blockContainersExceptMultiColumnContainers",
5543
+ "computed": "asSpecified",
5544
+ "order": "perGrammar",
5545
+ "status": "experimental"
5546
+ },
5487
5547
  "max-width": {
5488
5548
  "syntax": "<length> | <percentage> | none | max-content | min-content | fit-content | fill-available",
5489
5549
  "media": "visual",
@@ -5931,20 +5991,50 @@
5931
5991
  "status": "standard"
5932
5992
  },
5933
5993
  "overflow": {
5934
- "syntax": "visible | hidden | scroll | auto",
5994
+ "syntax": "[ visible | hidden | clip | scroll | auto ]{1,2}",
5935
5995
  "media": "visual",
5936
5996
  "inherited": false,
5937
5997
  "animationType": "discrete",
5938
5998
  "percentages": "no",
5939
5999
  "groups": [
5940
- "CSS Box Model"
6000
+ "CSS Overflow"
5941
6001
  ],
5942
6002
  "initial": "visible",
5943
- "appliesto": "nonReplacedBlockAndInlineBlockElements",
6003
+ "appliesto": "blockContainersFlexContainersGridContainers",
5944
6004
  "computed": "asSpecified",
5945
6005
  "order": "uniqueOrder",
5946
6006
  "status": "standard"
5947
6007
  },
6008
+ "overflow-anchor": {
6009
+ "syntax": "auto | none",
6010
+ "media": "visual",
6011
+ "inherited": false,
6012
+ "animationType": "discrete",
6013
+ "percentages": "no",
6014
+ "groups": [
6015
+ "CSS Scroll Anchoring"
6016
+ ],
6017
+ "initial": "auto",
6018
+ "appliesto": "allElements",
6019
+ "computed": "asSpecified",
6020
+ "order": "perGrammar",
6021
+ "status": "experimental"
6022
+ },
6023
+ "overflow-block": {
6024
+ "syntax": "<'overflow'>",
6025
+ "media": "visual",
6026
+ "inherited": false,
6027
+ "animationType": "discrete",
6028
+ "percentages": "no",
6029
+ "groups": [
6030
+ "CSS Overflow"
6031
+ ],
6032
+ "initial": "auto",
6033
+ "appliesto": "blockContainersFlexContainersGridContainers",
6034
+ "computed": "asSpecified",
6035
+ "order": "perGrammar",
6036
+ "status": "experimental"
6037
+ },
5948
6038
  "overflow-clip-box": {
5949
6039
  "syntax": "padding-box | content-box",
5950
6040
  "media": "visual",
@@ -5960,6 +6050,21 @@
5960
6050
  "order": "uniqueOrder",
5961
6051
  "status": "nonstandard"
5962
6052
  },
6053
+ "overflow-inline": {
6054
+ "syntax": "<'overflow'>",
6055
+ "media": "visual",
6056
+ "inherited": false,
6057
+ "animationType": "discrete",
6058
+ "percentages": "no",
6059
+ "groups": [
6060
+ "CSS Overflow"
6061
+ ],
6062
+ "initial": "auto",
6063
+ "appliesto": "blockContainersFlexContainersGridContainers",
6064
+ "computed": "asSpecified",
6065
+ "order": "perGrammar",
6066
+ "status": "experimental"
6067
+ },
5963
6068
  "overflow-wrap": {
5964
6069
  "syntax": "normal | break-word",
5965
6070
  "media": "visual",
@@ -5976,31 +6081,31 @@
5976
6081
  "status": "standard"
5977
6082
  },
5978
6083
  "overflow-x": {
5979
- "syntax": "visible | hidden | scroll | auto",
6084
+ "syntax": "visible | hidden | clip | scroll | auto",
5980
6085
  "media": "visual",
5981
6086
  "inherited": false,
5982
6087
  "animationType": "discrete",
5983
6088
  "percentages": "no",
5984
6089
  "groups": [
5985
- "CSS Box Model"
6090
+ "CSS Overflow"
5986
6091
  ],
5987
6092
  "initial": "visible",
5988
- "appliesto": "nonReplacedBlockAndInlineBlockElements",
6093
+ "appliesto": "blockContainersFlexContainersGridContainers",
5989
6094
  "computed": "asSpecified",
5990
6095
  "order": "uniqueOrder",
5991
6096
  "status": "standard"
5992
6097
  },
5993
6098
  "overflow-y": {
5994
- "syntax": "visible | hidden | scroll | auto",
6099
+ "syntax": "visible | hidden | clip | scroll | auto",
5995
6100
  "media": "visual",
5996
6101
  "inherited": false,
5997
6102
  "animationType": "discrete",
5998
6103
  "percentages": "no",
5999
6104
  "groups": [
6000
- "CSS Box Model"
6105
+ "CSS Overflow"
6001
6106
  ],
6002
6107
  "initial": "visible",
6003
- "appliesto": "nonReplacedBlockAndInlineBlockElements",
6108
+ "appliesto": "blockContainersFlexContainersGridContainers",
6004
6109
  "computed": "asSpecified",
6005
6110
  "order": "uniqueOrder",
6006
6111
  "status": "standard"
@@ -6211,7 +6316,7 @@
6211
6316
  "status": "standard"
6212
6317
  },
6213
6318
  "page-break-after": {
6214
- "syntax": "auto | always | avoid | left | right",
6319
+ "syntax": "auto | always | avoid | left | right | recto | verso",
6215
6320
  "media": [
6216
6321
  "visual",
6217
6322
  "paged"
@@ -6229,7 +6334,7 @@
6229
6334
  "status": "standard"
6230
6335
  },
6231
6336
  "page-break-before": {
6232
- "syntax": "auto | always | avoid | left | right",
6337
+ "syntax": "auto | always | avoid | left | right | recto | verso",
6233
6338
  "media": [
6234
6339
  "visual",
6235
6340
  "paged"
@@ -175,7 +175,9 @@
175
175
  "beforeAndAfterPseudos",
176
176
  "blockContainerElements",
177
177
  "blockContainers",
178
+ "blockContainersExceptMultiColumnContainers",
178
179
  "blockContainersExceptTableWrappers",
180
+ "blockContainersFlexContainersGridContainers",
179
181
  "blockElementsInNormalFlow",
180
182
  "blockLevelElements",
181
183
  "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
package/css/syntaxes.json CHANGED
@@ -416,6 +416,9 @@
416
416
  "overflow-position": {
417
417
  "syntax": "unsafe | safe"
418
418
  },
419
+ "outline-radius": {
420
+ "syntax": "<length> | <percentage>"
421
+ },
419
422
  "page-body": {
420
423
  "syntax": "<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"
421
424
  },
package/l10n/css.json CHANGED
@@ -451,10 +451,16 @@
451
451
  "ja": "ブロックコンテナ",
452
452
  "ru": "блочные контейнеры"
453
453
  },
454
+ "blockContainersExceptMultiColumnContainers": {
455
+ "en-US": "Block containers except multi-column containers"
456
+ },
454
457
  "blockContainersExceptTableWrappers": {
455
458
  "de": "Blockcontainer außer Tabellen umgebende Boxen",
456
459
  "en-US": "Block containers except table wrapper boxes"
457
460
  },
461
+ "blockContainersFlexContainersGridContainers": {
462
+ "en-US": "Block-containers, flex containers, and grid containers"
463
+ },
458
464
  "blockElementsInNormalFlow": {
459
465
  "de": "Blocklevelelemente in normalem Fluss des Wurzelelements. User Agents können es auch auf andere Elemente wie <code>table-row</code>-Elemente anwenden.",
460
466
  "en-US": "block-level elements in the normal flow of the root element. User agents may also apply it to other elements like <code>table-row</code> elements.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [