browser-specs 4.7.0 → 4.8.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 -11
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -2197,6 +2197,40 @@
|
|
|
2197
2197
|
],
|
|
2198
2198
|
"standing": "good"
|
|
2199
2199
|
},
|
|
2200
|
+
{
|
|
2201
|
+
"url": "https://privacycg.github.io/saa-non-cookie-storage/",
|
|
2202
|
+
"seriesComposition": "full",
|
|
2203
|
+
"shortname": "saa-non-cookie-storage",
|
|
2204
|
+
"series": {
|
|
2205
|
+
"shortname": "saa-non-cookie-storage",
|
|
2206
|
+
"currentSpecification": "saa-non-cookie-storage",
|
|
2207
|
+
"title": "Extending Storage Access API (SAA) to non-cookie storage",
|
|
2208
|
+
"shortTitle": "Extending Storage Access API to non-cookie storage",
|
|
2209
|
+
"nightlyUrl": "https://privacycg.github.io/saa-non-cookie-storage/"
|
|
2210
|
+
},
|
|
2211
|
+
"shortTitle": "Extending Storage Access API to non-cookie storage",
|
|
2212
|
+
"organization": "W3C",
|
|
2213
|
+
"groups": [
|
|
2214
|
+
{
|
|
2215
|
+
"name": "Privacy Community Group",
|
|
2216
|
+
"url": "https://www.w3.org/community/privacycg/"
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"nightly": {
|
|
2220
|
+
"url": "https://privacycg.github.io/saa-non-cookie-storage/",
|
|
2221
|
+
"status": "Editor's Draft",
|
|
2222
|
+
"alternateUrls": [],
|
|
2223
|
+
"repository": "https://github.com/privacycg/saa-non-cookie-storage",
|
|
2224
|
+
"sourcePath": "spec.html",
|
|
2225
|
+
"filename": "index.html"
|
|
2226
|
+
},
|
|
2227
|
+
"title": "Extending Storage Access API (SAA) to non-cookie storage",
|
|
2228
|
+
"source": "spec",
|
|
2229
|
+
"categories": [
|
|
2230
|
+
"browser"
|
|
2231
|
+
],
|
|
2232
|
+
"standing": "good"
|
|
2233
|
+
},
|
|
2200
2234
|
{
|
|
2201
2235
|
"url": "https://privacycg.github.io/storage-access/",
|
|
2202
2236
|
"seriesComposition": "full",
|
|
@@ -15963,6 +15997,16 @@
|
|
|
15963
15997
|
"nightlyUrl": "https://drafts.csswg.org/css-viewport/"
|
|
15964
15998
|
},
|
|
15965
15999
|
"seriesVersion": "1",
|
|
16000
|
+
"nightly": {
|
|
16001
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
16002
|
+
"status": "Editor's Draft",
|
|
16003
|
+
"alternateUrls": [
|
|
16004
|
+
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
16005
|
+
],
|
|
16006
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
16007
|
+
"sourcePath": "css-viewport/Overview.bs",
|
|
16008
|
+
"filename": "index.html"
|
|
16009
|
+
},
|
|
15966
16010
|
"formerNames": [
|
|
15967
16011
|
"css-viewport"
|
|
15968
16012
|
],
|
|
@@ -15978,17 +16022,6 @@
|
|
|
15978
16022
|
"status": "First Public Working Draft",
|
|
15979
16023
|
"filename": "Overview.html"
|
|
15980
16024
|
},
|
|
15981
|
-
"nightly": {
|
|
15982
|
-
"url": "https://drafts.csswg.org/css-viewport-1/",
|
|
15983
|
-
"status": "Editor's Draft",
|
|
15984
|
-
"alternateUrls": [
|
|
15985
|
-
"https://w3c.github.io/csswg-drafts/css-viewport-1/",
|
|
15986
|
-
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
15987
|
-
],
|
|
15988
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
15989
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
15990
|
-
"filename": "Overview.html"
|
|
15991
|
-
},
|
|
15992
16025
|
"title": "CSS Viewport Module Level 1",
|
|
15993
16026
|
"source": "w3c",
|
|
15994
16027
|
"shortTitle": "CSS Viewport 1",
|
package/package.json
CHANGED