mdn-data 2.19.0 → 2.21.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 CHANGED
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "descriptors": {
19
19
  "additive-symbols": {
20
- "syntax": "[ <integer> && <symbol> ]#",
20
+ "syntax": "[ <integer [0,∞]> && <symbol> ]#",
21
21
  "media": "all",
22
22
  "initial": "n/a (required)",
23
23
  "percentages": "no",
@@ -208,7 +208,7 @@
208
208
  "percentages": "no",
209
209
  "computed": "asSpecified",
210
210
  "order": "uniqueOrder",
211
- "status": "standard",
211
+ "status": "obsolete",
212
212
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch"
213
213
  },
214
214
  "font-style": {
@@ -351,7 +351,7 @@
351
351
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
352
352
  },
353
353
  "@keyframes": {
354
- "syntax": "@keyframes <keyframes-name> {\n <keyframe-block-list>\n}",
354
+ "syntax": "@keyframes <keyframes-name> {\n <qualified-rule-list>\n}",
355
355
  "interfaces": [
356
356
  "CSSKeyframeRule",
357
357
  "CSSKeyframesRule"
@@ -444,7 +444,7 @@
444
444
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation"
445
445
  },
446
446
  "size": {
447
- "syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
447
+ "syntax": "<length [0,∞]>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
448
448
  "media": [
449
449
  "visual",
450
450
  "paged"
@@ -5,7 +5,6 @@
5
5
  "Combinators",
6
6
  "Compositing and Blending",
7
7
  "CSS Anchor Positioning",
8
- "CSS Angles",
9
8
  "CSS Animations",
10
9
  "CSS Backgrounds and Borders",
11
10
  "CSS Basic User Interface",
@@ -23,14 +22,13 @@
23
22
  "CSS Environment Variables",
24
23
  "CSS Flexible Box Layout",
25
24
  "CSS Fonts",
25
+ "CSS Form Control Styling",
26
26
  "CSS Fragmentation",
27
- "CSS Frequencies",
28
27
  "CSS Generated Content",
29
28
  "CSS Grid Layout",
30
29
  "CSS Houdini",
31
30
  "CSS Images",
32
31
  "CSS Inline",
33
- "CSS Lengths",
34
32
  "CSS Lists and Counters",
35
33
  "CSS Logical Properties and Values",
36
34
  "CSS Masking",
@@ -41,7 +39,8 @@
41
39
  "CSS Overflow",
42
40
  "CSS Overscroll Behavior",
43
41
  "CSS Paged Media",
44
- "CSS Positioning",
42
+ "CSS Positioned Layout",
43
+ "CSS Regions",
45
44
  "CSS Resolutions",
46
45
  "CSS Rhythmic Sizing",
47
46
  "CSS Ruby",
@@ -55,11 +54,9 @@
55
54
  "CSS Table",
56
55
  "CSS Text",
57
56
  "CSS Text Decoration",
58
- "CSS Times",
59
57
  "CSS Transforms",
60
58
  "CSS Transitions",
61
59
  "CSS Types",
62
- "CSS Units",
63
60
  "CSS Values and Units",
64
61
  "CSS View Transitions",
65
62
  "CSS Viewport",
@@ -2,8 +2,7 @@
2
2
  "abs()": {
3
3
  "syntax": "abs( <calc-sum> )",
4
4
  "groups": [
5
- "CSS Units",
6
- "CSS Lengths"
5
+ "CSS Values and Units"
7
6
  ],
8
7
  "status": "standard",
9
8
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/abs"
@@ -11,8 +10,7 @@
11
10
  "acos()": {
12
11
  "syntax": "acos( <calc-sum> )",
13
12
  "groups": [
14
- "CSS Units",
15
- "CSS Lengths"
13
+ "CSS Values and Units"
16
14
  ],
17
15
  "status": "standard",
18
16
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/acos"
@@ -36,8 +34,7 @@
36
34
  "asin()": {
37
35
  "syntax": "asin( <calc-sum> )",
38
36
  "groups": [
39
- "CSS Units",
40
- "CSS Lengths"
37
+ "CSS Values and Units"
41
38
  ],
42
39
  "status": "standard",
43
40
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/asin"
@@ -45,8 +42,7 @@
45
42
  "atan()": {
46
43
  "syntax": "atan( <calc-sum> )",
47
44
  "groups": [
48
- "CSS Units",
49
- "CSS Lengths"
45
+ "CSS Values and Units"
50
46
  ],
51
47
  "status": "standard",
52
48
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan"
@@ -54,8 +50,7 @@
54
50
  "atan2()": {
55
51
  "syntax": "atan2( <calc-sum>, <calc-sum> )",
56
52
  "groups": [
57
- "CSS Units",
58
- "CSS Lengths"
53
+ "CSS Values and Units"
59
54
  ],
60
55
  "status": "standard",
61
56
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan2"
@@ -87,8 +82,7 @@
87
82
  "calc()": {
88
83
  "syntax": "calc( <calc-sum> )",
89
84
  "groups": [
90
- "CSS Units",
91
- "CSS Lengths"
85
+ "CSS Values and Units"
92
86
  ],
93
87
  "status": "standard",
94
88
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc"
@@ -96,8 +90,7 @@
96
90
  "calc-size()": {
97
91
  "syntax": "calc-size( <calc-size-basis>, <calc-sum> )",
98
92
  "groups": [
99
- "CSS Units",
100
- "CSS Lengths"
93
+ "CSS Values and Units"
101
94
  ],
102
95
  "status": "experimental",
103
96
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size"
@@ -113,8 +106,7 @@
113
106
  "clamp()": {
114
107
  "syntax": "clamp( <calc-sum>#{3} )",
115
108
  "groups": [
116
- "CSS Units",
117
- "CSS Lengths"
109
+ "CSS Values and Units"
118
110
  ],
119
111
  "status": "standard",
120
112
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp"
@@ -136,7 +128,7 @@
136
128
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/color-mix"
137
129
  },
138
130
  "conic-gradient()": {
139
- "syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
131
+ "syntax": "conic-gradient( [ <conic-gradient-syntax> ] )",
140
132
  "groups": [
141
133
  "CSS Images"
142
134
  ],
@@ -154,8 +146,7 @@
154
146
  "cos()": {
155
147
  "syntax": "cos( <calc-sum> )",
156
148
  "groups": [
157
- "CSS Units",
158
- "CSS Lengths"
149
+ "CSS Values and Units"
159
150
  ],
160
151
  "status": "standard",
161
152
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cos"
@@ -227,8 +218,7 @@
227
218
  "exp()": {
228
219
  "syntax": "exp( <calc-sum> )",
229
220
  "groups": [
230
- "CSS Units",
231
- "CSS Lengths"
221
+ "CSS Values and Units"
232
222
  ],
233
223
  "status": "standard",
234
224
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/exp"
@@ -285,8 +275,7 @@
285
275
  "hypot()": {
286
276
  "syntax": "hypot( <calc-sum># )",
287
277
  "groups": [
288
- "CSS Units",
289
- "CSS Lengths"
278
+ "CSS Values and Units"
290
279
  ],
291
280
  "status": "standard",
292
281
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/hypot"
@@ -371,7 +360,7 @@
371
360
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/easing-function/linear"
372
361
  },
373
362
  "linear-gradient()": {
374
- "syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
363
+ "syntax": "linear-gradient( [ <linear-gradient-syntax> ] )",
375
364
  "groups": [
376
365
  "CSS Images"
377
366
  ],
@@ -381,8 +370,7 @@
381
370
  "log()": {
382
371
  "syntax": "log( <calc-sum>, <calc-sum>? )",
383
372
  "groups": [
384
- "CSS Units",
385
- "CSS Lengths"
373
+ "CSS Values and Units"
386
374
  ],
387
375
  "status": "standard",
388
376
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/log"
@@ -406,8 +394,7 @@
406
394
  "max()": {
407
395
  "syntax": "max( <calc-sum># )",
408
396
  "groups": [
409
- "CSS Units",
410
- "CSS Lengths"
397
+ "CSS Values and Units"
411
398
  ],
412
399
  "status": "standard",
413
400
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/max"
@@ -415,8 +402,7 @@
415
402
  "min()": {
416
403
  "syntax": "min( <calc-sum># )",
417
404
  "groups": [
418
- "CSS Units",
419
- "CSS Lengths"
405
+ "CSS Values and Units"
420
406
  ],
421
407
  "status": "standard",
422
408
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min"
@@ -424,8 +410,7 @@
424
410
  "minmax()": {
425
411
  "syntax": "minmax( [ <length-percentage> | min-content | max-content | auto ] , [ <length-percentage> | <flex> | min-content | max-content | auto ] )",
426
412
  "groups": [
427
- "CSS Units",
428
- "CSS Lengths"
413
+ "CSS Values and Units"
429
414
  ],
430
415
  "status": "standard",
431
416
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/minmax"
@@ -433,8 +418,7 @@
433
418
  "mod()": {
434
419
  "syntax": "mod( <calc-sum>, <calc-sum> )",
435
420
  "groups": [
436
- "CSS Units",
437
- "CSS Lengths"
421
+ "CSS Values and Units"
438
422
  ],
439
423
  "status": "standard",
440
424
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mod"
@@ -506,14 +490,13 @@
506
490
  "pow()": {
507
491
  "syntax": "pow( <calc-sum>, <calc-sum> )",
508
492
  "groups": [
509
- "CSS Units",
510
- "CSS Lengths"
493
+ "CSS Values and Units"
511
494
  ],
512
495
  "status": "standard",
513
496
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/pow"
514
497
  },
515
498
  "radial-gradient()": {
516
- "syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
499
+ "syntax": "radial-gradient( [ <radial-gradient-syntax> ] )",
517
500
  "groups": [
518
501
  "CSS Images"
519
502
  ],
@@ -539,14 +522,13 @@
539
522
  "rem()": {
540
523
  "syntax": "rem( <calc-sum>, <calc-sum> )",
541
524
  "groups": [
542
- "CSS Units",
543
- "CSS Lengths"
525
+ "CSS Values and Units"
544
526
  ],
545
527
  "status": "standard",
546
528
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rem"
547
529
  },
548
530
  "repeating-conic-gradient()": {
549
- "syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
531
+ "syntax": "repeating-conic-gradient( [ <conic-gradient-syntax> ] )",
550
532
  "groups": [
551
533
  "CSS Images"
552
534
  ],
@@ -554,7 +536,7 @@
554
536
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient"
555
537
  },
556
538
  "repeating-linear-gradient()": {
557
- "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
539
+ "syntax": "repeating-linear-gradient( [ <linear-gradient-syntax> ] )",
558
540
  "groups": [
559
541
  "CSS Images"
560
542
  ],
@@ -562,7 +544,7 @@
562
544
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
563
545
  },
564
546
  "repeating-radial-gradient()": {
565
- "syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
547
+ "syntax": "repeating-radial-gradient( [ <radial-gradient-syntax> ] )",
566
548
  "groups": [
567
549
  "CSS Images"
568
550
  ],
@@ -628,8 +610,7 @@
628
610
  "round()": {
629
611
  "syntax": "round( <rounding-strategy>?, <calc-sum>, <calc-sum> )",
630
612
  "groups": [
631
- "CSS Units",
632
- "CSS Lengths"
613
+ "CSS Values and Units"
633
614
  ],
634
615
  "status": "standard",
635
616
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/round"
@@ -701,8 +682,7 @@
701
682
  "sign()": {
702
683
  "syntax": "sign( <calc-sum> )",
703
684
  "groups": [
704
- "CSS Units",
705
- "CSS Lengths"
685
+ "CSS Values and Units"
706
686
  ],
707
687
  "status": "standard",
708
688
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sign"
@@ -710,8 +690,7 @@
710
690
  "sin()": {
711
691
  "syntax": "sin( <calc-sum> )",
712
692
  "groups": [
713
- "CSS Units",
714
- "CSS Lengths"
693
+ "CSS Values and Units"
715
694
  ],
716
695
  "status": "standard",
717
696
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sin"
@@ -743,8 +722,7 @@
743
722
  "sqrt()": {
744
723
  "syntax": "sqrt( <calc-sum> )",
745
724
  "groups": [
746
- "CSS Units",
747
- "CSS Lengths"
725
+ "CSS Values and Units"
748
726
  ],
749
727
  "status": "standard",
750
728
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sqrt"
@@ -768,8 +746,7 @@
768
746
  "tan()": {
769
747
  "syntax": "tan( <calc-sum> )",
770
748
  "groups": [
771
- "CSS Units",
772
- "CSS Lengths"
749
+ "CSS Values and Units"
773
750
  ],
774
751
  "status": "standard",
775
752
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/tan"
@@ -2384,6 +2384,21 @@
2384
2384
  "status": "standard",
2385
2385
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
2386
2386
  },
2387
+ "baseline-shift": {
2388
+ "syntax": "<length-percentage> | sub | super | baseline",
2389
+ "media": "none",
2390
+ "inherited": false,
2391
+ "animationType": "byComputedValueType",
2392
+ "percentages": "referToTheUsedValueOfLineHeight",
2393
+ "groups": [
2394
+ "CSS Inline"
2395
+ ],
2396
+ "initial": "0",
2397
+ "appliesto": "inlineLevelBoxesAndSVGTextContentElements",
2398
+ "computed": "theSpecifiedKeywordOrAComputedLengthPercentageValue",
2399
+ "order": "perGrammar",
2400
+ "status": "standard"
2401
+ },
2387
2402
  "block-size": {
2388
2403
  "syntax": "<'width'>",
2389
2404
  "media": "visual",
@@ -3696,7 +3711,7 @@
3696
3711
  "animationType": "lpc",
3697
3712
  "percentages": "referToContainingBlockHeight",
3698
3713
  "groups": [
3699
- "CSS Positioning"
3714
+ "CSS Positioned Layout"
3700
3715
  ],
3701
3716
  "initial": "auto",
3702
3717
  "appliesto": "positionedElements",
@@ -4018,7 +4033,7 @@
4018
4033
  "animationType": "discrete",
4019
4034
  "percentages": "no",
4020
4035
  "groups": [
4021
- "CSS Positioning"
4036
+ "CSS Positioned Layout"
4022
4037
  ],
4023
4038
  "initial": "none",
4024
4039
  "appliesto": "blockLevelElements",
@@ -4461,7 +4476,7 @@
4461
4476
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-name"
4462
4477
  },
4463
4478
  "container-type": {
4464
- "syntax": "normal | size | inline-size",
4479
+ "syntax": "normal | [ [ size | inline-size ] || scroll-state ]",
4465
4480
  "media": "visual",
4466
4481
  "inherited": false,
4467
4482
  "animationType": "color",
@@ -4908,7 +4923,7 @@
4908
4923
  "animationType": "discrete",
4909
4924
  "percentages": "no",
4910
4925
  "groups": [
4911
- "CSS Positioning"
4926
+ "CSS Positioned Layout"
4912
4927
  ],
4913
4928
  "initial": "none",
4914
4929
  "appliesto": "allElementsNoEffectIfDisplayNone",
@@ -5124,18 +5139,18 @@
5124
5139
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette"
5125
5140
  },
5126
5141
  "font-size": {
5127
- "syntax": "<absolute-size> | <relative-size> | <length-percentage>",
5142
+ "syntax": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
5128
5143
  "media": "visual",
5129
5144
  "inherited": true,
5130
- "animationType": "length",
5145
+ "animationType": "byComputedValueType",
5131
5146
  "percentages": "referToParentElementsFontSize",
5132
5147
  "groups": [
5133
5148
  "CSS Fonts"
5134
5149
  ],
5135
5150
  "initial": "medium",
5136
5151
  "appliesto": "allElementsAndText",
5137
- "computed": "asSpecifiedRelativeToAbsoluteLengths",
5138
- "order": "uniqueOrder",
5152
+ "computed": "absoluteLength",
5153
+ "order": "perGrammar",
5139
5154
  "alsoAppliesTo": [
5140
5155
  "::first-letter",
5141
5156
  "::first-line",
@@ -5199,7 +5214,7 @@
5199
5214
  "::first-line",
5200
5215
  "::placeholder"
5201
5216
  ],
5202
- "status": "standard",
5217
+ "status": "obsolete",
5203
5218
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-stretch"
5204
5219
  },
5205
5220
  "font-style": {
@@ -6148,7 +6163,8 @@
6148
6163
  "animationType": "lpc",
6149
6164
  "percentages": "logicalHeightOrWidthOfContainingBlock",
6150
6165
  "groups": [
6151
- "CSS Logical Properties and Values"
6166
+ "CSS Logical Properties and Values",
6167
+ "CSS Positioned Layout"
6152
6168
  ],
6153
6169
  "initial": [
6154
6170
  "top",
@@ -6174,7 +6190,8 @@
6174
6190
  "animationType": "lpc",
6175
6191
  "percentages": "logicalHeightOfContainingBlock",
6176
6192
  "groups": [
6177
- "CSS Logical Properties and Values"
6193
+ "CSS Logical Properties and Values",
6194
+ "CSS Positioned Layout"
6178
6195
  ],
6179
6196
  "initial": [
6180
6197
  "inset-block-start",
@@ -6196,7 +6213,8 @@
6196
6213
  "animationType": "lpc",
6197
6214
  "percentages": "logicalHeightOfContainingBlock",
6198
6215
  "groups": [
6199
- "CSS Logical Properties and Values"
6216
+ "CSS Logical Properties and Values",
6217
+ "CSS Positioned Layout"
6200
6218
  ],
6201
6219
  "initial": "auto",
6202
6220
  "appliesto": "positionedElements",
@@ -6212,7 +6230,8 @@
6212
6230
  "animationType": "lpc",
6213
6231
  "percentages": "logicalHeightOfContainingBlock",
6214
6232
  "groups": [
6215
- "CSS Logical Properties and Values"
6233
+ "CSS Logical Properties and Values",
6234
+ "CSS Positioned Layout"
6216
6235
  ],
6217
6236
  "initial": "auto",
6218
6237
  "appliesto": "positionedElements",
@@ -6228,7 +6247,8 @@
6228
6247
  "animationType": "lpc",
6229
6248
  "percentages": "logicalWidthOfContainingBlock",
6230
6249
  "groups": [
6231
- "CSS Logical Properties and Values"
6250
+ "CSS Logical Properties and Values",
6251
+ "CSS Positioned Layout"
6232
6252
  ],
6233
6253
  "initial": [
6234
6254
  "inset-inline-start",
@@ -6250,7 +6270,8 @@
6250
6270
  "animationType": "lpc",
6251
6271
  "percentages": "logicalWidthOfContainingBlock",
6252
6272
  "groups": [
6253
- "CSS Logical Properties and Values"
6273
+ "CSS Logical Properties and Values",
6274
+ "CSS Positioned Layout"
6254
6275
  ],
6255
6276
  "initial": "auto",
6256
6277
  "appliesto": "positionedElements",
@@ -6266,7 +6287,8 @@
6266
6287
  "animationType": "lpc",
6267
6288
  "percentages": "logicalWidthOfContainingBlock",
6268
6289
  "groups": [
6269
- "CSS Logical Properties and Values"
6290
+ "CSS Logical Properties and Values",
6291
+ "CSS Positioned Layout"
6270
6292
  ],
6271
6293
  "initial": "auto",
6272
6294
  "appliesto": "positionedElements",
@@ -6282,7 +6304,7 @@
6282
6304
  "animationType": "notAnimatable",
6283
6305
  "percentages": "no",
6284
6306
  "groups": [
6285
- "CSS Units"
6307
+ "CSS Values and Units"
6286
6308
  ],
6287
6309
  "initial": "numeric-only",
6288
6310
  "appliesto": "allElements",
@@ -6378,7 +6400,7 @@
6378
6400
  "animationType": "lpc",
6379
6401
  "percentages": "referToWidthOfContainingBlock",
6380
6402
  "groups": [
6381
- "CSS Positioning"
6403
+ "CSS Positioned Layout"
6382
6404
  ],
6383
6405
  "initial": "auto",
6384
6406
  "appliesto": "positionedElements",
@@ -7451,6 +7473,21 @@
7451
7473
  "status": "standard",
7452
7474
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
7453
7475
  },
7476
+ "object-view-box": {
7477
+ "syntax": "none | <basic-shape-rect>",
7478
+ "media": "visual",
7479
+ "inherited": false,
7480
+ "animationType": "asIfPossibleOtherwiseDiscrete",
7481
+ "percentages": "no",
7482
+ "groups": [
7483
+ "CSS Images"
7484
+ ],
7485
+ "initial": "none",
7486
+ "appliesto": "replacedElements",
7487
+ "computed": "specifiedKeywordOrComputedFunction",
7488
+ "order": "perGrammar",
7489
+ "status": "experimental"
7490
+ },
7454
7491
  "offset": {
7455
7492
  "syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
7456
7493
  "media": "visual",
@@ -7882,7 +7919,7 @@
7882
7919
  "animationType": "discreteButVisibleForDurationWhenAnimatedNone",
7883
7920
  "percentages": "no",
7884
7921
  "groups": [
7885
- "CSS Positioning"
7922
+ "CSS Positioned Layout"
7886
7923
  ],
7887
7924
  "initial": "none",
7888
7925
  "appliesto": "allElements",
@@ -8403,7 +8440,7 @@
8403
8440
  "animationType": "discrete",
8404
8441
  "percentages": "no",
8405
8442
  "groups": [
8406
- "CSS Positioning"
8443
+ "CSS Positioned Layout"
8407
8444
  ],
8408
8445
  "initial": "static",
8409
8446
  "appliesto": "allElements",
@@ -8592,7 +8629,7 @@
8592
8629
  "animationType": "lpc",
8593
8630
  "percentages": "referToWidthOfContainingBlock",
8594
8631
  "groups": [
8595
- "CSS Positioning"
8632
+ "CSS Positioned Layout"
8596
8633
  ],
8597
8634
  "initial": "auto",
8598
8635
  "appliesto": "positionedElements",
@@ -8746,6 +8783,21 @@
8746
8783
  "status": "standard",
8747
8784
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
8748
8785
  },
8786
+ "scroll-initial-target": {
8787
+ "syntax": "none | nearest",
8788
+ "media": "noPracticalMedia",
8789
+ "inherited": false,
8790
+ "animationType": "notAnimatable",
8791
+ "percentages": "no",
8792
+ "groups": [
8793
+ "CSS Scroll Snap"
8794
+ ],
8795
+ "initial": "none",
8796
+ "appliesto": "allElements",
8797
+ "computed": "theSpecifiedKeyword",
8798
+ "order": "perGrammar",
8799
+ "status": "experimental"
8800
+ },
8749
8801
  "scroll-margin": {
8750
8802
  "syntax": "<length>{1,4}",
8751
8803
  "media": "visual",
@@ -10283,7 +10335,7 @@
10283
10335
  "animationType": "lpc",
10284
10336
  "percentages": "referToContainingBlockHeight",
10285
10337
  "groups": [
10286
- "CSS Positioning"
10338
+ "CSS Positioned Layout"
10287
10339
  ],
10288
10340
  "initial": "auto",
10289
10341
  "appliesto": "positionedElements",
@@ -10569,7 +10621,7 @@
10569
10621
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/vertical-align"
10570
10622
  },
10571
10623
  "view-timeline": {
10572
- "syntax": "[ <'view-timeline-name'> <'view-timeline-axis'>? ]#",
10624
+ "syntax": "[ <'view-timeline-name'> [ <'view-timeline-axis'> || <'view-timeline-inset'> ]? ]#",
10573
10625
  "media": "visual",
10574
10626
  "inherited": false,
10575
10627
  "animationType": [
@@ -10626,7 +10678,7 @@
10626
10678
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset"
10627
10679
  },
10628
10680
  "view-timeline-name": {
10629
- "syntax": "none | <dashed-ident>#",
10681
+ "syntax": "[ none | <dashed-ident> ]#",
10630
10682
  "media": "interactive",
10631
10683
  "inherited": false,
10632
10684
  "animationType": "notAnimatable",
@@ -10877,7 +10929,7 @@
10877
10929
  "animationType": "integer",
10878
10930
  "percentages": "no",
10879
10931
  "groups": [
10880
- "CSS Positioning"
10932
+ "CSS Positioned Layout"
10881
10933
  ],
10882
10934
  "initial": "auto",
10883
10935
  "appliesto": "positionedElements",
@@ -16,6 +16,7 @@
16
16
  "enum": [
17
17
  "angleBasicShapeOrPath",
18
18
  "angleOrBasicShapeOrPath",
19
+ "asIfPossibleOtherwiseDiscrete",
19
20
  "basicShapeOtherwiseNo",
20
21
  "byComputedValue",
21
22
  "byComputedValueType",
@@ -80,6 +81,7 @@
80
81
  "referToSVGViewportSize",
81
82
  "referToSVGViewportWidth",
82
83
  "referToSVGViewportDiagonal",
84
+ "referToTheUsedValueOfLineHeight",
83
85
  "referToTotalPathLength",
84
86
  "referToWidthAndHeightOfElement",
85
87
  "referToWidthOfAffectedGlyph",
@@ -169,12 +171,14 @@
169
171
  "sameAsMinWidthAndMinHeight",
170
172
  "sameAsWidthAndHeight",
171
173
  "specifiedIntegerOrAbsoluteLength",
174
+ "specifiedKeywordOrComputedFunction",
172
175
  "specifiedValue",
173
176
  "specifiedValueClipped0To1",
174
177
  "specifiedValueNumberClipped0To1",
175
178
  "theComputedLengthAndVisualBox",
176
179
  "theKeywordListStyleImageNoneOrComputedValue",
177
180
  "theSpecifiedKeyword",
181
+ "theSpecifiedKeywordOrAComputedLengthPercentageValue",
178
182
  "translucentValuesRGBAOtherwiseRGB",
179
183
  "twoAbsoluteLengthOrPercentages",
180
184
  "twoAbsoluteLengths"
@@ -251,6 +255,7 @@
251
255
  "inlineBoxesAndBlockContainers",
252
256
  "inFlowChildrenOfBoxElements",
253
257
  "inlineLevelAndTableCellElements",
258
+ "inlineLevelBoxesAndSVGTextContentElements",
254
259
  "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
255
260
  "limitedSVGElements",
256
261
  "limitedSVGElementsCircle",
@@ -1048,7 +1048,8 @@
1048
1048
  "syntax": "::backdrop",
1049
1049
  "groups": [
1050
1050
  "Pseudo-elements",
1051
- "Selectors"
1051
+ "Selectors",
1052
+ "CSS Positioned Layout"
1052
1053
  ],
1053
1054
  "status": "standard",
1054
1055
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
@@ -1062,6 +1063,14 @@
1062
1063
  "status": "standard",
1063
1064
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before"
1064
1065
  },
1066
+ "::checkmark": {
1067
+ "syntax": "::checkmark",
1068
+ "groups": [
1069
+ "CSS Form Control Styling"
1070
+ ],
1071
+ "status": "standard",
1072
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::checkmark"
1073
+ },
1065
1074
  "::cue": {
1066
1075
  "syntax": "::cue",
1067
1076
  "groups": [
@@ -1086,7 +1095,7 @@
1086
1095
  "Pseudo-elements",
1087
1096
  "Selectors"
1088
1097
  ],
1089
- "status": "standard"
1098
+ "status": "experimental"
1090
1099
  },
1091
1100
  "::cue-region()": {
1092
1101
  "syntax": "::cue-region( <selector> )",
@@ -1094,7 +1103,7 @@
1094
1103
  "Pseudo-elements",
1095
1104
  "Selectors"
1096
1105
  ],
1097
- "status": "standard"
1106
+ "status": "experimental"
1098
1107
  },
1099
1108
  "::details-content": {
1100
1109
  "syntax": "::details-content",
@@ -1102,7 +1111,7 @@
1102
1111
  "Pseudo-elements",
1103
1112
  "Selectors"
1104
1113
  ],
1105
- "status": "experimental",
1114
+ "status": "standard",
1106
1115
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
1107
1116
  },
1108
1117
  "::file-selector-button": {
@@ -1170,6 +1179,22 @@
1170
1179
  "status": "standard",
1171
1180
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
1172
1181
  },
1182
+ "::picker-icon": {
1183
+ "syntax": "::picker-icon",
1184
+ "groups": [
1185
+ "CSS Form Control Styling"
1186
+ ],
1187
+ "status": "standard",
1188
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::picker-icon"
1189
+ },
1190
+ "::picker()": {
1191
+ "syntax": "::picker( <form-control-identifier>+ )",
1192
+ "groups": [
1193
+ "CSS Form Control Styling"
1194
+ ],
1195
+ "status": "standard",
1196
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::picker"
1197
+ },
1173
1198
  "::placeholder": {
1174
1199
  "syntax": "::placeholder",
1175
1200
  "groups": [
package/css/syntaxes.json CHANGED
@@ -33,13 +33,13 @@
33
33
  "syntax": "<angle> | <percentage>"
34
34
  },
35
35
  "angular-color-hint": {
36
- "syntax": "<angle-percentage>"
36
+ "syntax": "<angle-percentage> | <zero>"
37
37
  },
38
38
  "angular-color-stop": {
39
- "syntax": "<color> && <color-stop-angle>?"
39
+ "syntax": "<color> <color-stop-angle>?"
40
40
  },
41
41
  "angular-color-stop-list": {
42
- "syntax": "[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"
42
+ "syntax": "<angular-color-stop> , [ <angular-color-hint>? , <angular-color-stop> ]#?"
43
43
  },
44
44
  "animateable-feature": {
45
45
  "syntax": "scroll-position | contents | <custom-ident>"
@@ -81,7 +81,10 @@
81
81
  "syntax": "[ first | last ]? baseline"
82
82
  },
83
83
  "basic-shape": {
84
- "syntax": "<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
84
+ "syntax": "<inset()> | <xywh()> | <rect()> | <circle()> | <ellipse()> | <polygon()> | <path()>"
85
+ },
86
+ "basic-shape-rect": {
87
+ "syntax": "<inset()> | <rect()> | <xywh()>"
85
88
  },
86
89
  "bg-clip": {
87
90
  "syntax": "<visual-box> | border-area | text"
@@ -168,13 +171,13 @@
168
171
  "syntax": "<color-stop-length> | <color-stop-angle>"
169
172
  },
170
173
  "color-stop-angle": {
171
- "syntax": "<angle-percentage>{1,2}"
174
+ "syntax": "[ <angle-percentage> | <zero> ]{1,2}"
172
175
  },
173
176
  "color-stop-length": {
174
177
  "syntax": "<length-percentage>{1,2}"
175
178
  },
176
179
  "color-stop-list": {
177
- "syntax": "[ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>"
180
+ "syntax": "<linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#?"
178
181
  },
179
182
  "colorspace-params": {
180
183
  "syntax": "[<custom-params> | <predefined-rgb-params> | <xyz-params>]"
@@ -207,7 +210,10 @@
207
210
  "syntax": "<compound-selector>#"
208
211
  },
209
212
  "conic-gradient()": {
210
- "syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
213
+ "syntax": "conic-gradient( [ <conic-gradient-syntax> ] )"
214
+ },
215
+ "conic-gradient-syntax": {
216
+ "syntax": "[ [ [ from [ <angle> | <zero> ] ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list>"
211
217
  },
212
218
  "container-condition": {
213
219
  "syntax": "[ <container-name>? <container-query>? ]!"
@@ -323,9 +329,6 @@
323
329
  "ellipse()": {
324
330
  "syntax": "ellipse( <radial-size>? [ at <position> ]? )"
325
331
  },
326
- "ending-shape": {
327
- "syntax": "circle | ellipse"
328
- },
329
332
  "env()": {
330
333
  "syntax": "env( <custom-ident> , <declaration-value>? )"
331
334
  },
@@ -389,6 +392,9 @@
389
392
  "font-weight-absolute": {
390
393
  "syntax": "normal | bold | <number [1,1000]>"
391
394
  },
395
+ "form-control-identifier": {
396
+ "syntax": "select"
397
+ },
392
398
  "frequency-percentage": {
393
399
  "syntax": "<frequency> | <percentage>"
394
400
  },
@@ -476,11 +482,8 @@
476
482
  "keyframe-block": {
477
483
  "syntax": "<keyframe-selector># {\n <declaration-list>\n}"
478
484
  },
479
- "keyframe-block-list": {
480
- "syntax": "<keyframe-block>+"
481
- },
482
485
  "keyframe-selector": {
483
- "syntax": "from | to | <percentage> | <timeline-range-name> <percentage>"
486
+ "syntax": "from | to | <percentage [0,100]> | <timeline-range-name> <percentage>"
484
487
  },
485
488
  "keyframes-name": {
486
489
  "syntax": "<custom-ident> | <string>"
@@ -534,7 +537,10 @@
534
537
  "syntax": "linear | <linear()>"
535
538
  },
536
539
  "linear-gradient()": {
537
- "syntax": "linear-gradient( [ [ <angle> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list> )"
540
+ "syntax": "linear-gradient( [ <linear-gradient-syntax> ] )"
541
+ },
542
+ "linear-gradient-syntax": {
543
+ "syntax": "[ [ <angle> | <zero> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list>"
538
544
  },
539
545
  "log()": {
540
546
  "syntax": "log( <calc-sum>, <calc-sum>? )"
@@ -756,7 +762,13 @@
756
762
  "syntax": "closest-corner | closest-side | farthest-corner | farthest-side"
757
763
  },
758
764
  "radial-gradient()": {
759
- "syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
765
+ "syntax": "radial-gradient( [ <radial-gradient-syntax> ] )"
766
+ },
767
+ "radial-gradient-syntax": {
768
+ "syntax": "[ [ [ <radial-shape> || <radial-size> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <color-stop-list>"
769
+ },
770
+ "radial-shape": {
771
+ "syntax": "circle | ellipse"
760
772
  },
761
773
  "radial-size": {
762
774
  "syntax": "<radial-extent> | <length [0,∞]> | <length-percentage [0,∞]>{2}"
@@ -792,13 +804,13 @@
792
804
  "syntax": "repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"
793
805
  },
794
806
  "repeating-conic-gradient()": {
795
- "syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
807
+ "syntax": "repeating-conic-gradient( [ <conic-gradient-syntax> ] )"
796
808
  },
797
809
  "repeating-linear-gradient()": {
798
- "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
810
+ "syntax": "repeating-linear-gradient( [ <linear-gradient-syntax> ] )"
799
811
  },
800
812
  "repeating-radial-gradient()": {
801
- "syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
813
+ "syntax": "repeating-radial-gradient( [ <radial-gradient-syntax> ] )"
802
814
  },
803
815
  "reversed-counter-name": {
804
816
  "syntax": "reversed( <counter-name> )"
package/css/types.json CHANGED
@@ -246,6 +246,14 @@
246
246
  "status": "standard",
247
247
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/string"
248
248
  },
249
+ "text-edge": {
250
+ "groups": [
251
+ "CSS Types",
252
+ "CSS Inline"
253
+ ],
254
+ "status": "standard",
255
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-edge"
256
+ },
249
257
  "time": {
250
258
  "groups": [
251
259
  "CSS Types"
package/css/units.json CHANGED
@@ -1,211 +1,183 @@
1
1
  {
2
2
  "cap": {
3
3
  "groups": [
4
- "CSS Units",
5
- "CSS Lengths"
4
+ "CSS Values and Units"
6
5
  ],
7
6
  "status": "standard"
8
7
  },
9
8
  "ch": {
10
9
  "groups": [
11
- "CSS Units",
12
- "CSS Lengths"
10
+ "CSS Values and Units"
13
11
  ],
14
12
  "status": "standard"
15
13
  },
16
14
  "cm": {
17
15
  "groups": [
18
- "CSS Units",
19
- "CSS Lengths"
16
+ "CSS Values and Units"
20
17
  ],
21
18
  "status": "standard"
22
19
  },
23
20
  "deg": {
24
21
  "groups": [
25
- "CSS Units",
26
- "CSS Angles"
22
+ "CSS Values and Units"
27
23
  ],
28
24
  "status": "standard"
29
25
  },
30
26
  "dpcm": {
31
27
  "groups": [
32
- "CSS Units",
33
- "CSS Resolutions"
28
+ "CSS Values and Units"
34
29
  ],
35
30
  "status": "standard"
36
31
  },
37
32
  "dpi": {
38
33
  "groups": [
39
- "CSS Units",
40
- "CSS Resolutions"
34
+ "CSS Values and Units"
41
35
  ],
42
36
  "status": "standard"
43
37
  },
44
38
  "dppx": {
45
39
  "groups": [
46
- "CSS Units",
47
- "CSS Resolutions"
40
+ "CSS Values and Units"
48
41
  ],
49
42
  "status": "standard"
50
43
  },
51
44
  "em": {
52
45
  "groups": [
53
- "CSS Units",
54
- "CSS Lengths"
46
+ "CSS Values and Units"
55
47
  ],
56
48
  "status": "standard"
57
49
  },
58
50
  "ex": {
59
51
  "groups": [
60
- "CSS Units",
61
- "CSS Lengths"
52
+ "CSS Values and Units"
62
53
  ],
63
54
  "status": "standard"
64
55
  },
65
56
  "fr": {
66
57
  "groups": [
67
- "CSS Units",
58
+ "CSS Values and Units",
59
+ "CSS Flexible Box Layout",
68
60
  "CSS Grid Layout"
69
61
  ],
70
62
  "status": "standard"
71
63
  },
72
64
  "grad": {
73
65
  "groups": [
74
- "CSS Units",
75
- "CSS Angles"
66
+ "CSS Values and Units"
76
67
  ],
77
68
  "status": "standard"
78
69
  },
79
70
  "Hz": {
80
71
  "groups": [
81
- "CSS Units",
82
- "CSS Frequencies"
72
+ "CSS Values and Units"
83
73
  ],
84
74
  "status": "standard"
85
75
  },
86
76
  "ic": {
87
77
  "groups": [
88
- "CSS Units",
89
- "CSS Lengths"
78
+ "CSS Values and Units"
90
79
  ],
91
80
  "status": "standard"
92
81
  },
93
82
  "in": {
94
83
  "groups": [
95
- "CSS Units",
96
- "CSS Lengths"
84
+ "CSS Values and Units"
97
85
  ],
98
86
  "status": "standard"
99
87
  },
100
88
  "kHz": {
101
89
  "groups": [
102
- "CSS Units",
103
- "CSS Frequencies"
90
+ "CSS Values and Units"
104
91
  ],
105
92
  "status": "standard"
106
93
  },
107
94
  "mm": {
108
95
  "groups": [
109
- "CSS Units",
110
- "CSS Lengths"
96
+ "CSS Values and Units"
111
97
  ],
112
98
  "status": "standard"
113
99
  },
114
100
  "ms": {
115
101
  "groups": [
116
- "CSS Units",
117
- "CSS Times"
102
+ "CSS Values and Units"
118
103
  ],
119
104
  "status": "standard"
120
105
  },
121
106
  "pc": {
122
107
  "groups": [
123
- "CSS Units",
124
- "CSS Lengths"
108
+ "CSS Values and Units"
125
109
  ],
126
110
  "status": "standard"
127
111
  },
128
112
  "pt": {
129
113
  "groups": [
130
- "CSS Units",
131
- "CSS Lengths"
114
+ "CSS Values and Units"
132
115
  ],
133
116
  "status": "standard"
134
117
  },
135
118
  "px": {
136
119
  "groups": [
137
- "CSS Units",
138
- "CSS Lengths"
120
+ "CSS Values and Units"
139
121
  ],
140
122
  "status": "standard"
141
123
  },
142
124
  "Q": {
143
125
  "groups": [
144
- "CSS Units",
145
- "CSS Lengths"
126
+ "CSS Values and Units"
146
127
  ],
147
128
  "status": "standard"
148
129
  },
149
130
  "rad": {
150
131
  "groups": [
151
- "CSS Units",
152
- "CSS Angles"
132
+ "CSS Values and Units"
153
133
  ],
154
134
  "status": "standard"
155
135
  },
156
136
  "rem": {
157
137
  "groups": [
158
- "CSS Units",
159
- "CSS Lengths"
138
+ "CSS Values and Units"
160
139
  ],
161
140
  "status": "standard"
162
141
  },
163
142
  "s": {
164
143
  "groups": [
165
- "CSS Units",
166
- "CSS Times"
144
+ "CSS Values and Units"
167
145
  ],
168
146
  "status": "standard"
169
147
  },
170
148
  "turn": {
171
149
  "groups": [
172
- "CSS Units",
173
- "CSS Angles"
150
+ "CSS Values and Units"
174
151
  ],
175
152
  "status": "standard"
176
153
  },
177
154
  "vh": {
178
155
  "groups": [
179
- "CSS Units",
180
- "CSS Lengths"
156
+ "CSS Values and Units"
181
157
  ],
182
158
  "status": "standard"
183
159
  },
184
160
  "vmax": {
185
161
  "groups": [
186
- "CSS Units",
187
- "CSS Lengths"
162
+ "CSS Values and Units"
188
163
  ],
189
164
  "status": "standard"
190
165
  },
191
166
  "vmin": {
192
167
  "groups": [
193
- "CSS Units",
194
- "CSS Lengths"
168
+ "CSS Values and Units"
195
169
  ],
196
170
  "status": "standard"
197
171
  },
198
172
  "vw": {
199
173
  "groups": [
200
- "CSS Units",
201
- "CSS Lengths"
174
+ "CSS Values and Units"
202
175
  ],
203
176
  "status": "standard"
204
177
  },
205
178
  "x": {
206
179
  "groups": [
207
- "CSS Units",
208
- "CSS Resolutions"
180
+ "CSS Values and Units"
209
181
  ],
210
182
  "status": "standard"
211
183
  }
package/l10n/css.json CHANGED
@@ -392,6 +392,9 @@
392
392
  "ja": "{{cssxref(\"basic-shape\")}} で定義された通り (与えられている場合は {{cssxref(\"shape-box\")}} が続く)、 URI を絶対化した {{cssxref(\"image\")}}、それ以外は指定通り。",
393
393
  "ru": "как определено для {{cssxref(\"basic-shape\")}} (c {{cssxref(\"shape-box\")}} последующим, если передается),  {{cssxref(\"image\")}} с его абсолютным URI, если другое не указано"
394
394
  },
395
+ "asIfPossibleOtherwiseDiscrete": {
396
+ "en-US": "as if possible, otherwise discrete"
397
+ },
395
398
  "asLength": {
396
399
  "de": "als {{cssxref(\"length\")}}",
397
400
  "en-US": "as {{cssxref(\"length\")}}",
@@ -924,6 +927,9 @@
924
927
  "ja": "インラインレベルおよびテーブルセル要素",
925
928
  "ru": "строчным элементам и ячейкам таблиц"
926
929
  },
930
+ "inlineLevelBoxesAndSVGTextContentElements": {
931
+ "en-US": "inline-level boxes and SVG text content elements"
932
+ },
927
933
  "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements": {
928
934
  "en-US": "inline-level boxes, flex items, grid items, table cells, and SVG text content elements"
929
935
  },
@@ -1492,7 +1498,7 @@
1492
1498
  "ru": "относятся к размеру маски области рисования минус размер маски слоя изображения (смотрите статью о {{cssxref(\"background-position\")}})"
1493
1499
  },
1494
1500
  "referToSVGViewportDiagonal": {
1495
- "en-US": "refer to the normalized diagonal measure of the current SVG viewport's applied {{SVGAttr(\"viewBox\")}}, or of the viewport itself if no `viewBox` is specified"
1501
+ "en-US": "refer to the normalized diagonal measure of the current SVG viewport's applied {{SVGAttr(\"viewBox\")}}, or of the viewport itself if no <code>viewBox</code> is specified"
1496
1502
  },
1497
1503
  "referToSVGViewportHeight": {
1498
1504
  "en-US": "refer to the height of the current SVG viewport"
@@ -1503,6 +1509,9 @@
1503
1509
  "referToSVGViewportWidth": {
1504
1510
  "en-US": "refer to the width of the current SVG viewport"
1505
1511
  },
1512
+ "referToTheUsedValueOfLineHeight": {
1513
+ "en-US": "refer to the used value of {{cssxref(\"line-height\")}}"
1514
+ },
1506
1515
  "referToTotalPathLength": {
1507
1516
  "de": "beziehen sich auf die Gesamtlänge des Pfads",
1508
1517
  "en-US": "refer to the total path length",
@@ -1728,6 +1737,9 @@
1728
1737
  "ja": "指定された整数値または絶対的な長さ",
1729
1738
  "ru": "указанное целое число или абсолютная длина"
1730
1739
  },
1740
+ "specifiedKeywordOrComputedFunction": {
1741
+ "en-US": "specified keyword, or computed function"
1742
+ },
1731
1743
  "specifiedValue": {
1732
1744
  "en-US": "specified value"
1733
1745
  },
@@ -1805,6 +1817,9 @@
1805
1817
  "theSpecifiedKeyword": {
1806
1818
  "en-US": "the specified keyword"
1807
1819
  },
1820
+ "theSpecifiedKeywordOrAComputedLengthPercentageValue": {
1821
+ "en-US": "the specified keyword or a computed <length-percentage> value"
1822
+ },
1808
1823
  "transform": {
1809
1824
  "de": "Transformation",
1810
1825
  "en-US": "a transform",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.19.0",
3
+ "version": "2.21.0",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [