browser-specs 4.60.0 → 4.61.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 +41 -7
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5627,6 +5627,40 @@
5627
5627
  "browser"
5628
5628
  ]
5629
5629
  },
5630
+ {
5631
+ "url": "https://w3c.github.io/webextensions/specification/index.html",
5632
+ "seriesComposition": "full",
5633
+ "shortname": "webextensions",
5634
+ "series": {
5635
+ "shortname": "webextensions",
5636
+ "currentSpecification": "webextensions",
5637
+ "title": "Web Extensions",
5638
+ "shortTitle": "Web Extensions",
5639
+ "nightlyUrl": "https://w3c.github.io/webextensions/specification/index.html"
5640
+ },
5641
+ "nightly": {
5642
+ "url": "https://w3c.github.io/webextensions/specification/index.html",
5643
+ "status": "Draft Community Group Report",
5644
+ "sourcePath": "specification/index.bs",
5645
+ "alternateUrls": [],
5646
+ "repository": "https://github.com/w3c/webextensions",
5647
+ "filename": "index.html"
5648
+ },
5649
+ "organization": "W3C",
5650
+ "groups": [
5651
+ {
5652
+ "name": "WebExtensions Community Group",
5653
+ "url": "https://www.w3.org/community/webextensions/"
5654
+ }
5655
+ ],
5656
+ "title": "Web Extensions",
5657
+ "source": "spec",
5658
+ "shortTitle": "Web Extensions",
5659
+ "categories": [
5660
+ "browser"
5661
+ ],
5662
+ "standing": "good"
5663
+ },
5630
5664
  {
5631
5665
  "url": "https://w3c.github.io/webrtc-ice/",
5632
5666
  "seriesComposition": "full",
@@ -13485,7 +13519,7 @@
13485
13519
  ],
13486
13520
  "release": {
13487
13521
  "url": "https://www.w3.org/TR/css-display-4/",
13488
- "status": "First Public Working Draft",
13522
+ "status": "Working Draft",
13489
13523
  "filename": "Overview.html"
13490
13524
  },
13491
13525
  "nightly": {
@@ -19175,7 +19209,7 @@
19175
19209
  ],
19176
19210
  "release": {
19177
19211
  "url": "https://www.w3.org/TR/IFT/",
19178
- "status": "Candidate Recommendation Snapshot",
19212
+ "status": "Candidate Recommendation Draft",
19179
19213
  "filename": "Overview.html"
19180
19214
  },
19181
19215
  "nightly": {
@@ -21331,7 +21365,7 @@
21331
21365
  ],
21332
21366
  "release": {
21333
21367
  "url": "https://www.w3.org/TR/pointerevents3/",
21334
- "status": "Candidate Recommendation Draft",
21368
+ "status": "Candidate Recommendation Snapshot",
21335
21369
  "filename": "Overview.html"
21336
21370
  },
21337
21371
  "nightly": {
@@ -22419,9 +22453,9 @@
22419
22453
  "sourcePath": "index.bs",
22420
22454
  "filename": "index.html"
22421
22455
  },
22422
- "title": "Service Workers",
22456
+ "title": "Service Workers Nightly",
22423
22457
  "source": "w3c",
22424
- "shortTitle": "Service Workers",
22458
+ "shortTitle": "Service Workers Nightly",
22425
22459
  "categories": [
22426
22460
  "browser"
22427
22461
  ],
@@ -23655,7 +23689,7 @@
23655
23689
  ],
23656
23690
  "release": {
23657
23691
  "url": "https://www.w3.org/TR/web-animations-2/",
23658
- "status": "First Public Working Draft",
23692
+ "status": "Working Draft",
23659
23693
  "filename": "Overview.html"
23660
23694
  },
23661
23695
  "nightly": {
@@ -23668,7 +23702,7 @@
23668
23702
  "sourcePath": "web-animations-2/Overview.bs",
23669
23703
  "filename": "index.html"
23670
23704
  },
23671
- "title": "Web Animations Level 2",
23705
+ "title": "Web Animations Module Level 2",
23672
23706
  "source": "w3c",
23673
23707
  "shortTitle": "Web Animations 2",
23674
23708
  "categories": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.60.0",
3
+ "version": "4.61.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",