web-specs 3.33.0 → 3.34.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 -6
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6623,6 +6623,7 @@
6623
6623
  "shortTitle": "Web Share Target API",
6624
6624
  "nightlyUrl": "https://w3c.github.io/web-share-target/"
6625
6625
  },
6626
+ "standing": "good",
6626
6627
  "organization": "W3C",
6627
6628
  "groups": [
6628
6629
  {
@@ -6643,8 +6644,7 @@
6643
6644
  "shortTitle": "Web Share Target API",
6644
6645
  "categories": [
6645
6646
  "browser"
6646
- ],
6647
- "standing": "pending"
6647
+ ]
6648
6648
  },
6649
6649
  {
6650
6650
  "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
@@ -9869,8 +9869,8 @@
9869
9869
  "organization": "W3C",
9870
9870
  "groups": [
9871
9871
  {
9872
- "name": "Web Platform Incubator Community Group",
9873
- "url": "https://www.w3.org/community/wicg/"
9872
+ "name": "Audio Community Group",
9873
+ "url": "https://www.w3.org/community/audio-comgp/"
9874
9874
  }
9875
9875
  ],
9876
9876
  "nightly": {
@@ -11700,6 +11700,41 @@
11700
11700
  ],
11701
11701
  "standing": "good"
11702
11702
  },
11703
+ {
11704
+ "url": "https://www.rfc-editor.org/rfc/rfc8610",
11705
+ "seriesComposition": "full",
11706
+ "shortname": "rfc8610",
11707
+ "series": {
11708
+ "shortname": "rfc8610",
11709
+ "currentSpecification": "rfc8610",
11710
+ "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
11711
+ "shortTitle": "CDDL",
11712
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
11713
+ },
11714
+ "shortTitle": "CDDL",
11715
+ "organization": "IETF",
11716
+ "groups": [
11717
+ {
11718
+ "name": "Concise Binary Object Representation Maintenance and Extensions Working Group",
11719
+ "url": "https://datatracker.ietf.org/wg/cbor/"
11720
+ }
11721
+ ],
11722
+ "nightly": {
11723
+ "url": "https://www.rfc-editor.org/rfc/rfc8610",
11724
+ "status": "Proposed Standard",
11725
+ "alternateUrls": [
11726
+ "https://datatracker.ietf.org/doc/html/rfc8610",
11727
+ "https://tools.ietf.org/html/rfc8610"
11728
+ ],
11729
+ "filename": "rfc8610.html"
11730
+ },
11731
+ "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
11732
+ "source": "ietf",
11733
+ "categories": [
11734
+ "browser"
11735
+ ],
11736
+ "standing": "good"
11737
+ },
11703
11738
  {
11704
11739
  "url": "https://www.rfc-editor.org/rfc/rfc8878",
11705
11740
  "seriesComposition": "full",
@@ -27208,7 +27243,7 @@
27208
27243
  ],
27209
27244
  "release": {
27210
27245
  "url": "https://www.w3.org/TR/webgpu/",
27211
- "status": "Candidate Recommendation Snapshot",
27246
+ "status": "Candidate Recommendation Draft",
27212
27247
  "filename": "Overview.html"
27213
27248
  },
27214
27249
  "nightly": {
@@ -28130,7 +28165,7 @@
28130
28165
  ],
28131
28166
  "release": {
28132
28167
  "url": "https://www.w3.org/TR/WGSL/",
28133
- "status": "Candidate Recommendation Snapshot",
28168
+ "status": "Candidate Recommendation Draft",
28134
28169
  "filename": "Overview.html"
28135
28170
  },
28136
28171
  "title": "WebGPU Shading Language",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.33.0",
3
+ "version": "3.34.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",