browser-specs 4.35.0 → 4.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.
Files changed (2) hide show
  1. package/index.json +68 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5620,6 +5620,40 @@
5620
5620
  ],
5621
5621
  "standing": "good"
5622
5622
  },
5623
+ {
5624
+ "url": "https://w3c.github.io/ppa/",
5625
+ "seriesComposition": "full",
5626
+ "shortname": "ppa",
5627
+ "series": {
5628
+ "shortname": "ppa",
5629
+ "currentSpecification": "ppa",
5630
+ "title": "Privacy-Preserving Attribution",
5631
+ "shortTitle": "Privacy-Preserving Attribution",
5632
+ "nightlyUrl": "https://w3c.github.io/ppa/"
5633
+ },
5634
+ "nightly": {
5635
+ "url": "https://w3c.github.io/ppa/",
5636
+ "status": "Editor's Draft",
5637
+ "sourcePath": "api.bs",
5638
+ "alternateUrls": [],
5639
+ "repository": "https://github.com/w3c/ppa",
5640
+ "filename": "index.html"
5641
+ },
5642
+ "organization": "W3C",
5643
+ "groups": [
5644
+ {
5645
+ "name": "Private Advertising Technology Working Group",
5646
+ "url": "https://www.w3.org/groups/wg/pat/"
5647
+ }
5648
+ ],
5649
+ "title": "Privacy-Preserving Attribution: Level 1",
5650
+ "source": "spec",
5651
+ "shortTitle": "Privacy-Preserving Attribution 1",
5652
+ "categories": [
5653
+ "browser"
5654
+ ],
5655
+ "standing": "good"
5656
+ },
5623
5657
  {
5624
5658
  "url": "https://w3c.github.io/reporting/network-reporting.html",
5625
5659
  "seriesComposition": "full",
@@ -8180,6 +8214,40 @@
8180
8214
  ]
8181
8215
  }
8182
8216
  },
8217
+ {
8218
+ "url": "https://wicg.github.io/paymentlink/",
8219
+ "seriesComposition": "full",
8220
+ "shortname": "paymentlink",
8221
+ "series": {
8222
+ "shortname": "paymentlink",
8223
+ "currentSpecification": "paymentlink",
8224
+ "title": "Facilitated Payment Link Type in HTML",
8225
+ "shortTitle": "Facilitated Payment Link Type in HTML",
8226
+ "nightlyUrl": "https://wicg.github.io/paymentlink/"
8227
+ },
8228
+ "organization": "W3C",
8229
+ "groups": [
8230
+ {
8231
+ "name": "Web Platform Incubator Community Group",
8232
+ "url": "https://www.w3.org/community/wicg/"
8233
+ }
8234
+ ],
8235
+ "nightly": {
8236
+ "url": "https://wicg.github.io/paymentlink/",
8237
+ "status": "Draft Community Group Report",
8238
+ "alternateUrls": [],
8239
+ "repository": "https://github.com/WICG/paymentlink",
8240
+ "sourcePath": "index.bs",
8241
+ "filename": "index.html"
8242
+ },
8243
+ "title": "Facilitated Payment Link Type in HTML",
8244
+ "source": "spec",
8245
+ "shortTitle": "Facilitated Payment Link Type in HTML",
8246
+ "categories": [
8247
+ "browser"
8248
+ ],
8249
+ "standing": "good"
8250
+ },
8183
8251
  {
8184
8252
  "url": "https://wicg.github.io/performance-measure-memory/",
8185
8253
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.35.0",
3
+ "version": "4.36.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",