browser-specs 4.32.0 → 4.33.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 +73 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5694,6 +5694,40 @@
5694
5694
  ]
5695
5695
  }
5696
5696
  },
5697
+ {
5698
+ "url": "https://w3c.github.io/web-share-target/",
5699
+ "seriesComposition": "full",
5700
+ "shortname": "web-share-target",
5701
+ "series": {
5702
+ "shortname": "web-share-target",
5703
+ "currentSpecification": "web-share-target",
5704
+ "title": "Web Share Target API",
5705
+ "shortTitle": "Web Share Target API",
5706
+ "nightlyUrl": "https://w3c.github.io/web-share-target/"
5707
+ },
5708
+ "standing": "good",
5709
+ "organization": "W3C",
5710
+ "groups": [
5711
+ {
5712
+ "name": "Web Platform Incubator Community Group",
5713
+ "url": "https://www.w3.org/community/wicg/"
5714
+ }
5715
+ ],
5716
+ "nightly": {
5717
+ "url": "https://w3c.github.io/web-share-target/",
5718
+ "status": "Unofficial Proposal Draft",
5719
+ "alternateUrls": [],
5720
+ "repository": "https://github.com/w3c/web-share-target",
5721
+ "sourcePath": "index.html",
5722
+ "filename": "index.html"
5723
+ },
5724
+ "title": "Web Share Target API",
5725
+ "source": "spec",
5726
+ "shortTitle": "Web Share Target API",
5727
+ "categories": [
5728
+ "browser"
5729
+ ]
5730
+ },
5697
5731
  {
5698
5732
  "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
5699
5733
  "seriesComposition": "full",
@@ -8736,8 +8770,8 @@
8736
8770
  "organization": "W3C",
8737
8771
  "groups": [
8738
8772
  {
8739
- "name": "Web Platform Incubator Community Group",
8740
- "url": "https://www.w3.org/community/wicg/"
8773
+ "name": "Audio Community Group",
8774
+ "url": "https://www.w3.org/community/audio-comgp/"
8741
8775
  }
8742
8776
  ],
8743
8777
  "nightly": {
@@ -10144,6 +10178,41 @@
10144
10178
  ],
10145
10179
  "standing": "good"
10146
10180
  },
10181
+ {
10182
+ "url": "https://www.rfc-editor.org/rfc/rfc8610",
10183
+ "seriesComposition": "full",
10184
+ "shortname": "rfc8610",
10185
+ "series": {
10186
+ "shortname": "rfc8610",
10187
+ "currentSpecification": "rfc8610",
10188
+ "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
10189
+ "shortTitle": "CDDL",
10190
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
10191
+ },
10192
+ "shortTitle": "CDDL",
10193
+ "organization": "IETF",
10194
+ "groups": [
10195
+ {
10196
+ "name": "Concise Binary Object Representation Maintenance and Extensions Working Group",
10197
+ "url": "https://datatracker.ietf.org/wg/cbor/"
10198
+ }
10199
+ ],
10200
+ "nightly": {
10201
+ "url": "https://www.rfc-editor.org/rfc/rfc8610",
10202
+ "status": "Proposed Standard",
10203
+ "alternateUrls": [
10204
+ "https://datatracker.ietf.org/doc/html/rfc8610",
10205
+ "https://tools.ietf.org/html/rfc8610"
10206
+ ],
10207
+ "filename": "rfc8610.html"
10208
+ },
10209
+ "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
10210
+ "source": "ietf",
10211
+ "categories": [
10212
+ "browser"
10213
+ ],
10214
+ "standing": "good"
10215
+ },
10147
10216
  {
10148
10217
  "url": "https://www.rfc-editor.org/rfc/rfc8878",
10149
10218
  "seriesComposition": "full",
@@ -23930,7 +23999,7 @@
23930
23999
  ],
23931
24000
  "release": {
23932
24001
  "url": "https://www.w3.org/TR/webgpu/",
23933
- "status": "Candidate Recommendation Snapshot",
24002
+ "status": "Candidate Recommendation Draft",
23934
24003
  "filename": "Overview.html"
23935
24004
  },
23936
24005
  "nightly": {
@@ -24852,7 +24921,7 @@
24852
24921
  ],
24853
24922
  "release": {
24854
24923
  "url": "https://www.w3.org/TR/WGSL/",
24855
- "status": "Candidate Recommendation Snapshot",
24924
+ "status": "Candidate Recommendation Draft",
24856
24925
  "filename": "Overview.html"
24857
24926
  },
24858
24927
  "title": "WebGPU Shading Language",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.32.0",
3
+ "version": "4.33.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",