browser-specs 3.68.0 → 3.70.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.
Files changed (2) hide show
  1. package/index.json +98 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -255,6 +255,38 @@
255
255
  ],
256
256
  "standing": "good"
257
257
  },
258
+ {
259
+ "url": "https://datatracker.ietf.org/doc/html/draft-zern-webp/",
260
+ "seriesComposition": "full",
261
+ "shortname": "webp",
262
+ "series": {
263
+ "shortname": "webp",
264
+ "currentSpecification": "webp",
265
+ "title": "WebP Image Format",
266
+ "shortTitle": "WebP Image Format",
267
+ "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-13.html"
268
+ },
269
+ "organization": "IETF",
270
+ "groups": [
271
+ {
272
+ "name": "Network Working Group",
273
+ "url": "https://datatracker.ietf.org/group/app/"
274
+ }
275
+ ],
276
+ "nightly": {
277
+ "url": "https://www.ietf.org/archive/id/draft-zern-webp-13.html",
278
+ "status": "Editor's Draft",
279
+ "alternateUrls": [],
280
+ "filename": "draft-zern-webp-13.html"
281
+ },
282
+ "title": "WebP Image Format",
283
+ "source": "spec",
284
+ "shortTitle": "WebP Image Format",
285
+ "categories": [
286
+ "browser"
287
+ ],
288
+ "standing": "good"
289
+ },
258
290
  {
259
291
  "url": "https://dom.spec.whatwg.org/",
260
292
  "seriesComposition": "full",
@@ -5318,6 +5350,40 @@
5318
5350
  ],
5319
5351
  "standing": "good"
5320
5352
  },
5353
+ {
5354
+ "url": "https://w3c.github.io/reporting/network-reporting.html",
5355
+ "seriesComposition": "full",
5356
+ "shortname": "network-reporting",
5357
+ "series": {
5358
+ "shortname": "network-reporting",
5359
+ "currentSpecification": "network-reporting",
5360
+ "title": "Network Reporting API",
5361
+ "shortTitle": "Network Reporting API",
5362
+ "nightlyUrl": "https://w3c.github.io/reporting/network-reporting.html"
5363
+ },
5364
+ "nightly": {
5365
+ "url": "https://w3c.github.io/reporting/network-reporting.html",
5366
+ "status": "Editor's Draft",
5367
+ "sourcePath": "network-reporting.bs",
5368
+ "alternateUrls": [],
5369
+ "repository": "https://github.com/w3c/reporting",
5370
+ "filename": "network-reporting.html"
5371
+ },
5372
+ "organization": "W3C",
5373
+ "groups": [
5374
+ {
5375
+ "name": "Web Performance Working Group",
5376
+ "url": "https://www.w3.org/groups/wg/webperf/"
5377
+ }
5378
+ ],
5379
+ "title": "Network Reporting API",
5380
+ "source": "spec",
5381
+ "shortTitle": "Network Reporting API",
5382
+ "categories": [
5383
+ "browser"
5384
+ ],
5385
+ "standing": "good"
5386
+ },
5321
5387
  {
5322
5388
  "url": "https://w3c.github.io/web-nfc/",
5323
5389
  "seriesComposition": "full",
@@ -8647,6 +8713,38 @@
8647
8713
  ],
8648
8714
  "standing": "good"
8649
8715
  },
8716
+ {
8717
+ "url": "https://www.rfc-editor.org/rfc/rfc6386",
8718
+ "seriesComposition": "full",
8719
+ "shortname": "rfc6386",
8720
+ "series": {
8721
+ "shortname": "rfc6386",
8722
+ "currentSpecification": "rfc6386",
8723
+ "title": "VP8 Data Format and Decoding Guide",
8724
+ "shortTitle": "VP8 Data Format and Decoding Guide",
8725
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
8726
+ },
8727
+ "groups": [
8728
+ {
8729
+ "name": "Independent Submission",
8730
+ "url": "https://datatracker.ietf.org/stream/ise/"
8731
+ }
8732
+ ],
8733
+ "organization": "IETF",
8734
+ "nightly": {
8735
+ "url": "https://www.rfc-editor.org/rfc/rfc6386",
8736
+ "status": "Informational",
8737
+ "alternateUrls": [],
8738
+ "filename": "rfc6386.html"
8739
+ },
8740
+ "title": "VP8 Data Format and Decoding Guide",
8741
+ "source": "specref",
8742
+ "shortTitle": "VP8 Data Format and Decoding Guide",
8743
+ "categories": [
8744
+ "browser"
8745
+ ],
8746
+ "standing": "good"
8747
+ },
8650
8748
  {
8651
8749
  "url": "https://www.rfc-editor.org/rfc/rfc6454",
8652
8750
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.68.0",
3
+ "version": "3.70.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",