mdn-data 2.0.31 → 2.0.33

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
@@ -122,6 +122,43 @@
122
122
  "status": "nonstandard",
123
123
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
124
124
  },
125
+ "@font-palette-values": {
126
+ "syntax": "@font-palette-values <dashed-ident> { <declaration-list> }",
127
+ "groups": [
128
+ "CSS Fonts"
129
+ ],
130
+ "descriptors": {
131
+ "base-palette": {
132
+ "syntax": "light | dark | <integer [0,∞]>",
133
+ "media": "all",
134
+ "initial": "n/a (required)",
135
+ "percentages": "no",
136
+ "computed": "asSpecified",
137
+ "order": "uniqueOrder",
138
+ "status": "standard"
139
+ },
140
+ "font-family": {
141
+ "syntax": "<family-name>#",
142
+ "media": "all",
143
+ "initial": "n/a (required)",
144
+ "percentages": "no",
145
+ "computed": "asSpecified",
146
+ "order": "orderOfAppearance",
147
+ "status": "standard"
148
+ },
149
+ "override-colors": {
150
+ "syntax": "[ <integer [0,∞]> <absolute-color-base> ]#",
151
+ "media": "all",
152
+ "initial": "n/a (required)",
153
+ "percentages": "no",
154
+ "computed": "asSpecified",
155
+ "order": "orderOfAppearance",
156
+ "status": "standard"
157
+ }
158
+ },
159
+ "status": "standard",
160
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
161
+ },
125
162
  "@font-face": {
126
163
  "syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ] ||\n [ size-adjust: <size-adjust>; ] ||\n [ ascent-override: <ascent-override>; ] ||\n [ descent-override: <descent-override>; ] ||\n [ line-gap-override: <line-gap-override>; ]\n}",
127
164
  "interfaces": [
@@ -361,6 +398,18 @@
361
398
  "order": "orderOfAppearance",
362
399
  "status": "standard"
363
400
  },
401
+ "page-orientation": {
402
+ "syntax": "upright | rotate-left | rotate-right ",
403
+ "media": [
404
+ "visual",
405
+ "paged"
406
+ ],
407
+ "initial": "upright",
408
+ "percentages": "no",
409
+ "computed": "asSpecified",
410
+ "order": "orderOfAppearance",
411
+ "status": "standard"
412
+ },
364
413
  "size": {
365
414
  "syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
366
415
  "media": [
@@ -58,6 +58,7 @@
58
58
  "CSS Types",
59
59
  "CSS Units",
60
60
  "CSS Variables",
61
+ "CSS View Transitions",
61
62
  "CSS Will Change",
62
63
  "CSS Writing Modes",
63
64
  "CSSOM View",
@@ -258,6 +258,22 @@
258
258
  "status": "standard",
259
259
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/minmax"
260
260
  },
261
+ "oklab()": {
262
+ "syntax": "oklab( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )",
263
+ "groups": [
264
+ "CSS Color"
265
+ ],
266
+ "status": "standard",
267
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklab"
268
+ },
269
+ "oklch()": {
270
+ "syntax": "oklch( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )",
271
+ "groups": [
272
+ "CSS Color"
273
+ ],
274
+ "status": "standard",
275
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklch"
276
+ },
261
277
  "opacity()": {
262
278
  "syntax": "opacity( [ <number-percentage> ] )",
263
279
  "groups": [
@@ -309,6 +325,14 @@
309
325
  "status": "standard",
310
326
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
311
327
  },
328
+ "ray()": {
329
+ "syntax": "ray( <angle> && <ray-size>? && contain? )",
330
+ "groups": [
331
+ "CSS Motion Path"
332
+ ],
333
+ "status": "experimental",
334
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
335
+ },
312
336
  "repeating-linear-gradient()": {
313
337
  "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
314
338
  "groups": [
@@ -432,6 +456,14 @@
432
456
  "status": "standard",
433
457
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ"
434
458
  },
459
+ "scroll()": {
460
+ "syntax": "scroll([<axis> || <scroller>]?)",
461
+ "groups": [
462
+ "CSS Animations"
463
+ ],
464
+ "status": "experimental",
465
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
466
+ },
435
467
  "skew()": {
436
468
  "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )",
437
469
  "groups": [
@@ -533,5 +565,13 @@
533
565
  ],
534
566
  "status": "standard",
535
567
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
568
+ },
569
+ "view()": {
570
+ "syntax": "view([<axis> || <'view-timeline-inset'>]?)",
571
+ "groups": [
572
+ "CSS Animations"
573
+ ],
574
+ "status": "experimental",
575
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
536
576
  }
537
577
  }