browser-specs 3.15.0 → 3.16.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/index.json +83 -37
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -722,6 +722,46 @@
|
|
|
722
722
|
]
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
|
+
{
|
|
726
|
+
"url": "https://drafts.csswg.org/css-variables-2/",
|
|
727
|
+
"seriesComposition": "full",
|
|
728
|
+
"shortname": "css-variables-2",
|
|
729
|
+
"series": {
|
|
730
|
+
"shortname": "css-variables",
|
|
731
|
+
"currentSpecification": "css-variables-1",
|
|
732
|
+
"title": "CSS Custom Properties for Cascading Variables",
|
|
733
|
+
"shortTitle": "CSS Variables",
|
|
734
|
+
"releaseUrl": "https://www.w3.org/TR/css-variables/",
|
|
735
|
+
"nightlyUrl": "https://drafts.csswg.org/css-variables/"
|
|
736
|
+
},
|
|
737
|
+
"seriesVersion": "2",
|
|
738
|
+
"shortTitle": "CSS Variables 2",
|
|
739
|
+
"seriesPrevious": "css-variables-1",
|
|
740
|
+
"organization": "W3C",
|
|
741
|
+
"groups": [
|
|
742
|
+
{
|
|
743
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
744
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"nightly": {
|
|
748
|
+
"url": "https://drafts.csswg.org/css-variables-2/",
|
|
749
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
750
|
+
"sourcePath": "css-variables-2/Overview.bs",
|
|
751
|
+
"filename": "Overview.html"
|
|
752
|
+
},
|
|
753
|
+
"title": "CSS Custom Properties for Cascading Variables Module Level 2",
|
|
754
|
+
"source": "spec",
|
|
755
|
+
"categories": [
|
|
756
|
+
"browser"
|
|
757
|
+
],
|
|
758
|
+
"tests": {
|
|
759
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
760
|
+
"testPaths": [
|
|
761
|
+
"css/css-variables"
|
|
762
|
+
]
|
|
763
|
+
}
|
|
764
|
+
},
|
|
725
765
|
{
|
|
726
766
|
"url": "https://drafts.csswg.org/scroll-animations-1/",
|
|
727
767
|
"seriesComposition": "full",
|
|
@@ -2831,43 +2871,6 @@
|
|
|
2831
2871
|
]
|
|
2832
2872
|
}
|
|
2833
2873
|
},
|
|
2834
|
-
{
|
|
2835
|
-
"url": "https://w3c.github.io/window-placement/",
|
|
2836
|
-
"seriesComposition": "full",
|
|
2837
|
-
"shortname": "window-placement",
|
|
2838
|
-
"series": {
|
|
2839
|
-
"shortname": "window-placement",
|
|
2840
|
-
"currentSpecification": "window-placement",
|
|
2841
|
-
"title": "Multi-Screen Window Placement",
|
|
2842
|
-
"shortTitle": "Multi-Screen Window Placement",
|
|
2843
|
-
"nightlyUrl": "https://w3c.github.io/window-placement/"
|
|
2844
|
-
},
|
|
2845
|
-
"organization": "W3C",
|
|
2846
|
-
"groups": [
|
|
2847
|
-
{
|
|
2848
|
-
"name": "Second Screen Working Group",
|
|
2849
|
-
"url": "https://www.w3.org/2014/secondscreen/"
|
|
2850
|
-
}
|
|
2851
|
-
],
|
|
2852
|
-
"nightly": {
|
|
2853
|
-
"url": "https://w3c.github.io/window-placement/",
|
|
2854
|
-
"repository": "https://github.com/w3c/window-placement",
|
|
2855
|
-
"sourcePath": "index.bs",
|
|
2856
|
-
"filename": "index.html"
|
|
2857
|
-
},
|
|
2858
|
-
"title": "Multi-Screen Window Placement",
|
|
2859
|
-
"source": "specref",
|
|
2860
|
-
"shortTitle": "Multi-Screen Window Placement",
|
|
2861
|
-
"categories": [
|
|
2862
|
-
"browser"
|
|
2863
|
-
],
|
|
2864
|
-
"tests": {
|
|
2865
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
2866
|
-
"testPaths": [
|
|
2867
|
-
"window-placement"
|
|
2868
|
-
]
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
2874
|
{
|
|
2872
2875
|
"url": "https://webassembly.github.io/exception-handling/js-api/",
|
|
2873
2876
|
"seriesComposition": "fork",
|
|
@@ -12015,6 +12018,7 @@
|
|
|
12015
12018
|
},
|
|
12016
12019
|
"seriesVersion": "1",
|
|
12017
12020
|
"shortTitle": "CSS Variables 1",
|
|
12021
|
+
"seriesNext": "css-variables-2",
|
|
12018
12022
|
"organization": "W3C",
|
|
12019
12023
|
"groups": [
|
|
12020
12024
|
{
|
|
@@ -18045,6 +18049,48 @@
|
|
|
18045
18049
|
"browser"
|
|
18046
18050
|
]
|
|
18047
18051
|
},
|
|
18052
|
+
{
|
|
18053
|
+
"url": "https://www.w3.org/TR/window-placement/",
|
|
18054
|
+
"seriesComposition": "full",
|
|
18055
|
+
"shortname": "window-placement",
|
|
18056
|
+
"series": {
|
|
18057
|
+
"shortname": "window-placement",
|
|
18058
|
+
"currentSpecification": "window-placement",
|
|
18059
|
+
"title": "Multi-Screen Window Placement",
|
|
18060
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
18061
|
+
"releaseUrl": "https://www.w3.org/TR/window-placement/",
|
|
18062
|
+
"nightlyUrl": "https://w3c.github.io/window-placement/"
|
|
18063
|
+
},
|
|
18064
|
+
"organization": "W3C",
|
|
18065
|
+
"groups": [
|
|
18066
|
+
{
|
|
18067
|
+
"name": "Second Screen Working Group",
|
|
18068
|
+
"url": "https://www.w3.org/2014/secondscreen/"
|
|
18069
|
+
}
|
|
18070
|
+
],
|
|
18071
|
+
"release": {
|
|
18072
|
+
"url": "https://www.w3.org/TR/window-placement/",
|
|
18073
|
+
"filename": "Overview.html"
|
|
18074
|
+
},
|
|
18075
|
+
"nightly": {
|
|
18076
|
+
"url": "https://w3c.github.io/window-placement/",
|
|
18077
|
+
"repository": "https://github.com/w3c/window-placement",
|
|
18078
|
+
"sourcePath": "index.bs",
|
|
18079
|
+
"filename": "index.html"
|
|
18080
|
+
},
|
|
18081
|
+
"title": "Multi-Screen Window Placement",
|
|
18082
|
+
"source": "w3c",
|
|
18083
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
18084
|
+
"categories": [
|
|
18085
|
+
"browser"
|
|
18086
|
+
],
|
|
18087
|
+
"tests": {
|
|
18088
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
18089
|
+
"testPaths": [
|
|
18090
|
+
"window-placement"
|
|
18091
|
+
]
|
|
18092
|
+
}
|
|
18093
|
+
},
|
|
18048
18094
|
{
|
|
18049
18095
|
"url": "https://www.w3.org/TR/WOFF/",
|
|
18050
18096
|
"seriesComposition": "full",
|
package/package.json
CHANGED