browser-specs 4.14.0 → 4.15.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 +44 -34
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -5705,40 +5705,6 @@
|
|
|
5705
5705
|
],
|
|
5706
5706
|
"standing": "good"
|
|
5707
5707
|
},
|
|
5708
|
-
{
|
|
5709
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
5710
|
-
"seriesComposition": "full",
|
|
5711
|
-
"shortname": "PNG-spec",
|
|
5712
|
-
"series": {
|
|
5713
|
-
"shortname": "PNG-spec",
|
|
5714
|
-
"currentSpecification": "PNG-spec",
|
|
5715
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
5716
|
-
"shortTitle": "PNG",
|
|
5717
|
-
"nightlyUrl": "https://w3c.github.io/PNG-spec/"
|
|
5718
|
-
},
|
|
5719
|
-
"nightly": {
|
|
5720
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
5721
|
-
"status": "Editor's Draft",
|
|
5722
|
-
"alternateUrls": [],
|
|
5723
|
-
"repository": "https://github.com/w3c/PNG-spec",
|
|
5724
|
-
"sourcePath": "index.html",
|
|
5725
|
-
"filename": "index.html"
|
|
5726
|
-
},
|
|
5727
|
-
"organization": "W3C",
|
|
5728
|
-
"groups": [
|
|
5729
|
-
{
|
|
5730
|
-
"name": "Portable Network Graphics (PNG) Working Group",
|
|
5731
|
-
"url": "https://www.w3.org/groups/wg/png/"
|
|
5732
|
-
}
|
|
5733
|
-
],
|
|
5734
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
5735
|
-
"source": "spec",
|
|
5736
|
-
"shortTitle": "PNG",
|
|
5737
|
-
"categories": [
|
|
5738
|
-
"browser"
|
|
5739
|
-
],
|
|
5740
|
-
"standing": "good"
|
|
5741
|
-
},
|
|
5742
5708
|
{
|
|
5743
5709
|
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
5744
5710
|
"seriesComposition": "full",
|
|
@@ -20107,6 +20073,50 @@
|
|
|
20107
20073
|
]
|
|
20108
20074
|
}
|
|
20109
20075
|
},
|
|
20076
|
+
{
|
|
20077
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
20078
|
+
"seriesComposition": "full",
|
|
20079
|
+
"shortname": "png-3",
|
|
20080
|
+
"series": {
|
|
20081
|
+
"shortname": "png",
|
|
20082
|
+
"currentSpecification": "png-3",
|
|
20083
|
+
"title": "Portable Network Graphics (PNG)",
|
|
20084
|
+
"shortTitle": "PNG",
|
|
20085
|
+
"releaseUrl": "https://www.w3.org/TR/png/",
|
|
20086
|
+
"nightlyUrl": "https://w3c.github.io/png/"
|
|
20087
|
+
},
|
|
20088
|
+
"seriesVersion": "3",
|
|
20089
|
+
"formerNames": [
|
|
20090
|
+
"PNG-spec"
|
|
20091
|
+
],
|
|
20092
|
+
"organization": "W3C",
|
|
20093
|
+
"groups": [
|
|
20094
|
+
{
|
|
20095
|
+
"name": "Portable Network Graphics (PNG) Working Group",
|
|
20096
|
+
"url": "https://www.w3.org/groups/wg/png/"
|
|
20097
|
+
}
|
|
20098
|
+
],
|
|
20099
|
+
"release": {
|
|
20100
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
20101
|
+
"status": "Candidate Recommendation Draft",
|
|
20102
|
+
"filename": "Overview.html"
|
|
20103
|
+
},
|
|
20104
|
+
"nightly": {
|
|
20105
|
+
"url": "https://w3c.github.io/png/",
|
|
20106
|
+
"status": "Editor's Draft",
|
|
20107
|
+
"alternateUrls": [],
|
|
20108
|
+
"repository": "https://github.com/w3c/png",
|
|
20109
|
+
"sourcePath": "index.html",
|
|
20110
|
+
"filename": "index.html"
|
|
20111
|
+
},
|
|
20112
|
+
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
20113
|
+
"source": "w3c",
|
|
20114
|
+
"shortTitle": "PNG",
|
|
20115
|
+
"categories": [
|
|
20116
|
+
"browser"
|
|
20117
|
+
],
|
|
20118
|
+
"standing": "good"
|
|
20119
|
+
},
|
|
20110
20120
|
{
|
|
20111
20121
|
"url": "https://www.w3.org/TR/pointerevents3/",
|
|
20112
20122
|
"seriesComposition": "full",
|
package/package.json
CHANGED