browser-specs 3.35.0 → 3.36.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 +40 -4
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -656,6 +656,42 @@
|
|
|
656
656
|
]
|
|
657
657
|
}
|
|
658
658
|
},
|
|
659
|
+
{
|
|
660
|
+
"url": "https://drafts.csswg.org/css-link-params-1/",
|
|
661
|
+
"seriesComposition": "full",
|
|
662
|
+
"shortname": "css-link-params-1",
|
|
663
|
+
"series": {
|
|
664
|
+
"shortname": "css-link-params",
|
|
665
|
+
"currentSpecification": "css-link-params-1",
|
|
666
|
+
"title": "CSS Linked Parameters",
|
|
667
|
+
"shortTitle": "CSS Linked Parameters",
|
|
668
|
+
"nightlyUrl": "https://drafts.csswg.org/css-link-params/"
|
|
669
|
+
},
|
|
670
|
+
"seriesVersion": "1",
|
|
671
|
+
"organization": "W3C",
|
|
672
|
+
"groups": [
|
|
673
|
+
{
|
|
674
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
675
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"nightly": {
|
|
679
|
+
"url": "https://drafts.csswg.org/css-link-params-1/",
|
|
680
|
+
"alternateUrls": [
|
|
681
|
+
"https://w3c.github.io/csswg-drafts/css-link-params-1/",
|
|
682
|
+
"https://w3c.github.io/csswg-drafts/css-link-params/"
|
|
683
|
+
],
|
|
684
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
685
|
+
"sourcePath": "css-link-params-1/Overview.bs",
|
|
686
|
+
"filename": "Overview.html"
|
|
687
|
+
},
|
|
688
|
+
"title": "CSS Linked Parameters",
|
|
689
|
+
"source": "spec",
|
|
690
|
+
"shortTitle": "CSS Linked Parameters",
|
|
691
|
+
"categories": [
|
|
692
|
+
"browser"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
659
695
|
{
|
|
660
696
|
"url": "https://drafts.csswg.org/css-multicol-2/",
|
|
661
697
|
"seriesComposition": "delta",
|
|
@@ -16899,9 +16935,9 @@
|
|
|
16899
16935
|
"shortname": "screen-orientation",
|
|
16900
16936
|
"series": {
|
|
16901
16937
|
"shortname": "screen-orientation",
|
|
16938
|
+
"title": "Screen Orientation",
|
|
16902
16939
|
"currentSpecification": "screen-orientation",
|
|
16903
|
-
"
|
|
16904
|
-
"shortTitle": "The Screen Orientation API",
|
|
16940
|
+
"shortTitle": "Screen Orientation",
|
|
16905
16941
|
"releaseUrl": "https://www.w3.org/TR/screen-orientation/",
|
|
16906
16942
|
"nightlyUrl": "https://w3c.github.io/screen-orientation/"
|
|
16907
16943
|
},
|
|
@@ -16923,9 +16959,9 @@
|
|
|
16923
16959
|
"sourcePath": "index.html",
|
|
16924
16960
|
"filename": "index.html"
|
|
16925
16961
|
},
|
|
16926
|
-
"title": "
|
|
16962
|
+
"title": "Screen Orientation",
|
|
16927
16963
|
"source": "w3c",
|
|
16928
|
-
"shortTitle": "
|
|
16964
|
+
"shortTitle": "Screen Orientation",
|
|
16929
16965
|
"categories": [
|
|
16930
16966
|
"browser"
|
|
16931
16967
|
],
|
package/package.json
CHANGED