browser-specs 4.32.1 → 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.
- package/index.json +37 -2
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -10178,6 +10178,41 @@
|
|
|
10178
10178
|
],
|
|
10179
10179
|
"standing": "good"
|
|
10180
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
|
+
},
|
|
10181
10216
|
{
|
|
10182
10217
|
"url": "https://www.rfc-editor.org/rfc/rfc8878",
|
|
10183
10218
|
"seriesComposition": "full",
|
|
@@ -23964,7 +23999,7 @@
|
|
|
23964
23999
|
],
|
|
23965
24000
|
"release": {
|
|
23966
24001
|
"url": "https://www.w3.org/TR/webgpu/",
|
|
23967
|
-
"status": "Candidate Recommendation
|
|
24002
|
+
"status": "Candidate Recommendation Draft",
|
|
23968
24003
|
"filename": "Overview.html"
|
|
23969
24004
|
},
|
|
23970
24005
|
"nightly": {
|
|
@@ -24886,7 +24921,7 @@
|
|
|
24886
24921
|
],
|
|
24887
24922
|
"release": {
|
|
24888
24923
|
"url": "https://www.w3.org/TR/WGSL/",
|
|
24889
|
-
"status": "Candidate Recommendation
|
|
24924
|
+
"status": "Candidate Recommendation Draft",
|
|
24890
24925
|
"filename": "Overview.html"
|
|
24891
24926
|
},
|
|
24892
24927
|
"title": "WebGPU Shading Language",
|
package/package.json
CHANGED