browser-specs 4.57.0 → 4.58.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 +50 -44
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -753,50 +753,6 @@
|
|
|
753
753
|
]
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
|
-
{
|
|
757
|
-
"url": "https://drafts.csswg.org/css-env-1/",
|
|
758
|
-
"seriesComposition": "full",
|
|
759
|
-
"shortname": "css-env-1",
|
|
760
|
-
"series": {
|
|
761
|
-
"shortname": "css-env",
|
|
762
|
-
"currentSpecification": "css-env-1",
|
|
763
|
-
"title": "CSS Environment Variables",
|
|
764
|
-
"shortTitle": "CSS Environment Variables",
|
|
765
|
-
"nightlyUrl": "https://drafts.csswg.org/css-env/"
|
|
766
|
-
},
|
|
767
|
-
"seriesVersion": "1",
|
|
768
|
-
"organization": "W3C",
|
|
769
|
-
"groups": [
|
|
770
|
-
{
|
|
771
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
772
|
-
"url": "https://www.w3.org/groups/wg/css/"
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
|
-
"nightly": {
|
|
776
|
-
"url": "https://drafts.csswg.org/css-env-1/",
|
|
777
|
-
"status": "Editor's Draft",
|
|
778
|
-
"alternateUrls": [
|
|
779
|
-
"https://w3c.github.io/csswg-drafts/css-env-1/",
|
|
780
|
-
"https://w3c.github.io/csswg-drafts/css-env/"
|
|
781
|
-
],
|
|
782
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
783
|
-
"sourcePath": "css-env-1/Overview.bs",
|
|
784
|
-
"filename": "index.html"
|
|
785
|
-
},
|
|
786
|
-
"title": "CSS Environment Variables Module Level 1",
|
|
787
|
-
"source": "spec",
|
|
788
|
-
"shortTitle": "CSS Environment Variables 1",
|
|
789
|
-
"categories": [
|
|
790
|
-
"browser"
|
|
791
|
-
],
|
|
792
|
-
"standing": "good",
|
|
793
|
-
"tests": {
|
|
794
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
795
|
-
"testPaths": [
|
|
796
|
-
"css/css-env"
|
|
797
|
-
]
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
756
|
{
|
|
801
757
|
"url": "https://drafts.csswg.org/css-extensions-1/",
|
|
802
758
|
"seriesComposition": "full",
|
|
@@ -13507,6 +13463,56 @@
|
|
|
13507
13463
|
]
|
|
13508
13464
|
}
|
|
13509
13465
|
},
|
|
13466
|
+
{
|
|
13467
|
+
"url": "https://www.w3.org/TR/css-env-1/",
|
|
13468
|
+
"seriesComposition": "full",
|
|
13469
|
+
"shortname": "css-env-1",
|
|
13470
|
+
"series": {
|
|
13471
|
+
"shortname": "css-env",
|
|
13472
|
+
"currentSpecification": "css-env-1",
|
|
13473
|
+
"title": "CSS Environment Variables Module",
|
|
13474
|
+
"shortTitle": "CSS Environment Variables",
|
|
13475
|
+
"releaseUrl": "https://www.w3.org/TR/css-env/",
|
|
13476
|
+
"nightlyUrl": "https://drafts.csswg.org/css-env/"
|
|
13477
|
+
},
|
|
13478
|
+
"seriesVersion": "1",
|
|
13479
|
+
"organization": "W3C",
|
|
13480
|
+
"groups": [
|
|
13481
|
+
{
|
|
13482
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
13483
|
+
"url": "https://www.w3.org/groups/wg/css/"
|
|
13484
|
+
}
|
|
13485
|
+
],
|
|
13486
|
+
"release": {
|
|
13487
|
+
"url": "https://www.w3.org/TR/css-env-1/",
|
|
13488
|
+
"status": "First Public Working Draft",
|
|
13489
|
+
"filename": "Overview.html"
|
|
13490
|
+
},
|
|
13491
|
+
"nightly": {
|
|
13492
|
+
"url": "https://drafts.csswg.org/css-env-1/",
|
|
13493
|
+
"status": "Editor's Draft",
|
|
13494
|
+
"alternateUrls": [
|
|
13495
|
+
"https://w3c.github.io/csswg-drafts/css-env-1/",
|
|
13496
|
+
"https://w3c.github.io/csswg-drafts/css-env/"
|
|
13497
|
+
],
|
|
13498
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
13499
|
+
"sourcePath": "css-env-1/Overview.bs",
|
|
13500
|
+
"filename": "index.html"
|
|
13501
|
+
},
|
|
13502
|
+
"title": "CSS Environment Variables Module Level 1",
|
|
13503
|
+
"source": "w3c",
|
|
13504
|
+
"shortTitle": "CSS Environment Variables 1",
|
|
13505
|
+
"categories": [
|
|
13506
|
+
"browser"
|
|
13507
|
+
],
|
|
13508
|
+
"standing": "good",
|
|
13509
|
+
"tests": {
|
|
13510
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
13511
|
+
"testPaths": [
|
|
13512
|
+
"css/css-env"
|
|
13513
|
+
]
|
|
13514
|
+
}
|
|
13515
|
+
},
|
|
13510
13516
|
{
|
|
13511
13517
|
"url": "https://www.w3.org/TR/css-flexbox-1/",
|
|
13512
13518
|
"seriesComposition": "full",
|
package/package.json
CHANGED