mdn-data 2.0.0 → 2.0.4
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/api/inheritance.json +137 -0
- package/css/definitions.json +1 -0
- package/css/properties.json +979 -129
- package/css/properties.schema.json +4 -0
- package/css/selectors.json +66 -21
- package/css/syntaxes.json +111 -33
- package/css/types.json +78 -1
- package/l10n/css.json +17 -1
- package/package.json +1 -1
package/api/inheritance.json
CHANGED
|
@@ -442,6 +442,10 @@
|
|
|
442
442
|
"SVGUnitTypes"
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
|
+
"HTMLMarqueeElement": {
|
|
446
|
+
"inherits": "HTMLElement",
|
|
447
|
+
"implements": []
|
|
448
|
+
},
|
|
445
449
|
"HTMLMetaElement": {
|
|
446
450
|
"inherits": "HTMLElement",
|
|
447
451
|
"implements": []
|
|
@@ -2509,5 +2513,138 @@
|
|
|
2509
2513
|
"PerformancePaintTiming": {
|
|
2510
2514
|
"inherits": "PerformanceEntry",
|
|
2511
2515
|
"implements": []
|
|
2516
|
+
},
|
|
2517
|
+
"CSSStyleValue": {
|
|
2518
|
+
"inherits": null,
|
|
2519
|
+
"implements": [
|
|
2520
|
+
"CSSImageValue",
|
|
2521
|
+
"CSSKeywordValue",
|
|
2522
|
+
"CSSNumericValue",
|
|
2523
|
+
"CSSPositionValue",
|
|
2524
|
+
"CSSTransformValue",
|
|
2525
|
+
"CSSUnitValue",
|
|
2526
|
+
"CSSUnparsedValue"
|
|
2527
|
+
]
|
|
2528
|
+
},
|
|
2529
|
+
"CSSImageValue": {
|
|
2530
|
+
"inherits": "CSSStyleValue",
|
|
2531
|
+
"implements": []
|
|
2532
|
+
},
|
|
2533
|
+
"CSSKeywordValue": {
|
|
2534
|
+
"inherits": "CSSStyleValue",
|
|
2535
|
+
"implements": []
|
|
2536
|
+
},
|
|
2537
|
+
"CSSNumericValue": {
|
|
2538
|
+
"inherits": "CSSStyleValue",
|
|
2539
|
+
"implements": [
|
|
2540
|
+
"CSSMathValue",
|
|
2541
|
+
"CSSUnitValue"
|
|
2542
|
+
]
|
|
2543
|
+
},
|
|
2544
|
+
"CSSMathValue": {
|
|
2545
|
+
"inherits": "CSSNumericValue",
|
|
2546
|
+
"implements": [
|
|
2547
|
+
"CSSMathInvert",
|
|
2548
|
+
"CSSMathMax",
|
|
2549
|
+
"CSSMathMin",
|
|
2550
|
+
"CSSMathNegate",
|
|
2551
|
+
"CSSMathProduct",
|
|
2552
|
+
"CSSMathSum"
|
|
2553
|
+
]
|
|
2554
|
+
},
|
|
2555
|
+
"CSSMathInvert": {
|
|
2556
|
+
"inherits": "CSSMathValue",
|
|
2557
|
+
"implements": []
|
|
2558
|
+
},
|
|
2559
|
+
"CSSMathMax": {
|
|
2560
|
+
"inherits": "CSSMathValue",
|
|
2561
|
+
"implements": []
|
|
2562
|
+
},
|
|
2563
|
+
"CSSMathMin": {
|
|
2564
|
+
"inherits": "CSSMathValue",
|
|
2565
|
+
"implements": []
|
|
2566
|
+
},
|
|
2567
|
+
"CSSMathNegate": {
|
|
2568
|
+
"inherits": "CSSMathValue",
|
|
2569
|
+
"implements": []
|
|
2570
|
+
},
|
|
2571
|
+
"CSSMathProduct": {
|
|
2572
|
+
"inherits": "CSSMathValue",
|
|
2573
|
+
"implements": []
|
|
2574
|
+
},
|
|
2575
|
+
"CSSMathSum": {
|
|
2576
|
+
"inherits": "CSSMathValue",
|
|
2577
|
+
"implements": []
|
|
2578
|
+
},
|
|
2579
|
+
"CSSUnitValue": {
|
|
2580
|
+
"inherits": "CSSNumericValue",
|
|
2581
|
+
"implements": []
|
|
2582
|
+
},
|
|
2583
|
+
"CSSPositionValue": {
|
|
2584
|
+
"inherits": "CSSStyleValue",
|
|
2585
|
+
"implements": []
|
|
2586
|
+
},
|
|
2587
|
+
"CSSTransformValue": {
|
|
2588
|
+
"inherits": "CSSStyleValue",
|
|
2589
|
+
"implements": []
|
|
2590
|
+
},
|
|
2591
|
+
"CSSUnparsedValue": {
|
|
2592
|
+
"inherits": "CSSStyleValue",
|
|
2593
|
+
"implements": []
|
|
2594
|
+
},
|
|
2595
|
+
"CSSTransformComponent": {
|
|
2596
|
+
"inherits": null,
|
|
2597
|
+
"implements": [
|
|
2598
|
+
"CSSMatrixComponent",
|
|
2599
|
+
"CSSPerspective",
|
|
2600
|
+
"CSSRotate",
|
|
2601
|
+
"CSSScale",
|
|
2602
|
+
"CSSSkew",
|
|
2603
|
+
"CSSSkewX",
|
|
2604
|
+
"CSSSkewY",
|
|
2605
|
+
"CSSTranslate"
|
|
2606
|
+
]
|
|
2607
|
+
},
|
|
2608
|
+
"CSSMatrixComponent": {
|
|
2609
|
+
"inherits": "CSSTransformComponent",
|
|
2610
|
+
"implements": []
|
|
2611
|
+
},
|
|
2612
|
+
"CSSPerspective": {
|
|
2613
|
+
"inherits": "CSSTransformComponent",
|
|
2614
|
+
"implements": []
|
|
2615
|
+
},
|
|
2616
|
+
"CSSRotate": {
|
|
2617
|
+
"inherits": "CSSTransformComponent",
|
|
2618
|
+
"implements": []
|
|
2619
|
+
},
|
|
2620
|
+
"CSSScale": {
|
|
2621
|
+
"inherits": "CSSTransformComponent",
|
|
2622
|
+
"implements": []
|
|
2623
|
+
},
|
|
2624
|
+
"CSSSkew": {
|
|
2625
|
+
"inherits": "CSSTransformComponent",
|
|
2626
|
+
"implements": []
|
|
2627
|
+
},
|
|
2628
|
+
"CSSSkewX": {
|
|
2629
|
+
"inherits": "CSSTransformComponent",
|
|
2630
|
+
"implements": []
|
|
2631
|
+
},
|
|
2632
|
+
"CSSSkewY": {
|
|
2633
|
+
"inherits": "CSSTransformComponent",
|
|
2634
|
+
"implements": []
|
|
2635
|
+
},
|
|
2636
|
+
"CSSTranslate": {
|
|
2637
|
+
"inherits": "CSSTransformComponent",
|
|
2638
|
+
"implements": []
|
|
2639
|
+
},
|
|
2640
|
+
"StylePropertyMapReadOnly": {
|
|
2641
|
+
"inherits": null,
|
|
2642
|
+
"implements": [
|
|
2643
|
+
"StylePropertyMap"
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
|
+
"StylePropertyMap": {
|
|
2647
|
+
"inherits": "StylePropertyMapReadOnly",
|
|
2648
|
+
"implements": []
|
|
2512
2649
|
}
|
|
2513
2650
|
}
|