web-specs 3.3.0 → 3.4.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 +208 -11
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -336,12 +336,12 @@
336
336
  "currentSpecification": "partitioned-cookies",
337
337
  "title": "Cookies Having Independent Partitioned State specification",
338
338
  "shortTitle": "Cookies Having Independent Partitioned State",
339
- "nightlyUrl": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
339
+ "nightlyUrl": "https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
340
340
  },
341
341
  "nightly": {
342
- "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html",
342
+ "url": "https://explainers-by-googlers.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html",
343
343
  "status": "Editor's Draft",
344
- "repository": "https://github.com/DCtheTall/CHIPS-spec",
344
+ "repository": "https://github.com/explainers-by-googlers/CHIPS-spec",
345
345
  "alternateUrls": [],
346
346
  "sourcePath": "draft-cutler-httpbis-partitioned-cookies.md",
347
347
  "filename": "draft-cutler-httpbis-partitioned-cookies.html"
@@ -661,7 +661,13 @@
661
661
  "categories": [
662
662
  "browser"
663
663
  ],
664
- "standing": "good"
664
+ "standing": "good",
665
+ "tests": {
666
+ "repository": "https://github.com/web-platform-tests/wpt",
667
+ "testPaths": [
668
+ "css/css-borders"
669
+ ]
670
+ }
665
671
  },
666
672
  {
667
673
  "url": "https://drafts.csswg.org/css-color-6/",
@@ -2569,6 +2575,70 @@
2569
2575
  ]
2570
2576
  }
2571
2577
  },
2578
+ {
2579
+ "url": "https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html",
2580
+ "seriesComposition": "full",
2581
+ "shortname": "glTF",
2582
+ "series": {
2583
+ "shortname": "glTF",
2584
+ "currentSpecification": "glTF",
2585
+ "title": "glTF™ 2.0 Specification",
2586
+ "shortTitle": "glTF™",
2587
+ "nightlyUrl": "https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html"
2588
+ },
2589
+ "groups": [
2590
+ {
2591
+ "name": "glTF Working Group",
2592
+ "url": "https://www.khronos.org/gltf/"
2593
+ }
2594
+ ],
2595
+ "categories": [],
2596
+ "nightly": {
2597
+ "url": "https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html",
2598
+ "status": "Editor's Draft",
2599
+ "sourcePath": "specification/2.0/Specification.adoc",
2600
+ "alternateUrls": [],
2601
+ "repository": "https://github.com/KhronosGroup/glTF",
2602
+ "filename": "glTF-2.0.html"
2603
+ },
2604
+ "organization": "Khronos Group",
2605
+ "title": "glTF™ 2.0 Specification",
2606
+ "source": "spec",
2607
+ "shortTitle": "glTF™ 2.0",
2608
+ "standing": "good"
2609
+ },
2610
+ {
2611
+ "url": "https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.html",
2612
+ "seriesComposition": "full",
2613
+ "shortname": "ESSL",
2614
+ "series": {
2615
+ "shortname": "ESSL",
2616
+ "currentSpecification": "ESSL",
2617
+ "title": "The OpenGL ES® Shading Language, Version 3.20.8",
2618
+ "shortTitle": "OpenGL ES® Shading Language",
2619
+ "nightlyUrl": "https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.html"
2620
+ },
2621
+ "shortTitle": "OpenGL ES® Shading Language 3.20",
2622
+ "groups": [
2623
+ {
2624
+ "name": "OpenGL ES Working Group",
2625
+ "url": "https://www.khronos.org/opengles/"
2626
+ }
2627
+ ],
2628
+ "organization": "Khronos Group",
2629
+ "nightly": {
2630
+ "url": "https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.html",
2631
+ "status": "Editor's Draft",
2632
+ "alternateUrls": [],
2633
+ "filename": "GLSL_ES_Specification_3.20.html"
2634
+ },
2635
+ "title": "The OpenGL ES® Shading Language, Version 3.20.8",
2636
+ "source": "spec",
2637
+ "categories": [
2638
+ "browser"
2639
+ ],
2640
+ "standing": "good"
2641
+ },
2572
2642
  {
2573
2643
  "url": "https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/",
2574
2644
  "seriesComposition": "full",
@@ -6065,8 +6135,8 @@
6065
6135
  "series": {
6066
6136
  "shortname": "mathml-aam",
6067
6137
  "currentSpecification": "mathml-aam",
6068
- "title": "MathML Accessiblity API Mappings",
6069
- "shortTitle": "MathML Accessiblity API Mappings",
6138
+ "title": "MathML Accessibility API Mappings",
6139
+ "shortTitle": "MathML Accessibility API Mappings",
6070
6140
  "nightlyUrl": "https://w3c.github.io/mathml-aam/"
6071
6141
  },
6072
6142
  "organization": "W3C",
@@ -6084,9 +6154,9 @@
6084
6154
  "sourcePath": "index.html",
6085
6155
  "filename": "index.html"
6086
6156
  },
6087
- "title": "MathML Accessiblity API Mappings 1.0",
6157
+ "title": "MathML Accessibility API Mappings 1.0",
6088
6158
  "source": "spec",
6089
- "shortTitle": "MathML Accessiblity API Mappings 1.0",
6159
+ "shortTitle": "MathML Accessibility API Mappings 1.0",
6090
6160
  "categories": [
6091
6161
  "browser"
6092
6162
  ],
@@ -10175,6 +10245,31 @@
10175
10245
  ],
10176
10246
  "standing": "good"
10177
10247
  },
10248
+ {
10249
+ "url": "https://www.iso.org/standard/54989.html",
10250
+ "seriesComposition": "full",
10251
+ "shortname": "iso10918-5",
10252
+ "series": {
10253
+ "shortname": "iso10918-5",
10254
+ "currentSpecification": "iso10918-5",
10255
+ "title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
10256
+ "shortTitle": "JPEG"
10257
+ },
10258
+ "shortTitle": "JPEG",
10259
+ "organization": "ISO/IEC",
10260
+ "groups": [
10261
+ {
10262
+ "name": "ISO/IEC JTC 1/SC 29",
10263
+ "url": "https://www.iso.org/committee/45316.html"
10264
+ }
10265
+ ],
10266
+ "title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
10267
+ "source": "specref",
10268
+ "categories": [
10269
+ "browser"
10270
+ ],
10271
+ "standing": "good"
10272
+ },
10178
10273
  {
10179
10274
  "url": "https://www.iso.org/standard/85253.html",
10180
10275
  "seriesComposition": "full",
@@ -11083,6 +11178,41 @@
11083
11178
  ],
11084
11179
  "standing": "good"
11085
11180
  },
11181
+ {
11182
+ "url": "https://www.rfc-editor.org/rfc/rfc7932",
11183
+ "seriesComposition": "full",
11184
+ "shortname": "rfc7932",
11185
+ "series": {
11186
+ "shortname": "rfc7932",
11187
+ "currentSpecification": "rfc7932",
11188
+ "title": "Brotli Compressed Data Format",
11189
+ "shortTitle": "Brotli Compressed Data Format",
11190
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7932"
11191
+ },
11192
+ "organization": "IETF",
11193
+ "groups": [
11194
+ {
11195
+ "name": "Applications and Real-Time Area",
11196
+ "url": "https://datatracker.ietf.org/wg/art/"
11197
+ }
11198
+ ],
11199
+ "nightly": {
11200
+ "url": "https://www.rfc-editor.org/rfc/rfc7932",
11201
+ "status": "Informational",
11202
+ "alternateUrls": [
11203
+ "https://datatracker.ietf.org/doc/html/rfc7932",
11204
+ "https://tools.ietf.org/html/rfc7932"
11205
+ ],
11206
+ "filename": "rfc7932.html"
11207
+ },
11208
+ "title": "Brotli Compressed Data Format",
11209
+ "source": "ietf",
11210
+ "shortTitle": "Brotli Compressed Data Format",
11211
+ "categories": [
11212
+ "browser"
11213
+ ],
11214
+ "standing": "good"
11215
+ },
11086
11216
  {
11087
11217
  "url": "https://www.rfc-editor.org/rfc/rfc8246",
11088
11218
  "seriesComposition": "full",
@@ -11231,6 +11361,41 @@
11231
11361
  ],
11232
11362
  "standing": "good"
11233
11363
  },
11364
+ {
11365
+ "url": "https://www.rfc-editor.org/rfc/rfc8878",
11366
+ "seriesComposition": "full",
11367
+ "shortname": "rfc8878",
11368
+ "series": {
11369
+ "shortname": "rfc8878",
11370
+ "currentSpecification": "rfc8878",
11371
+ "title": "Zstandard Compression and the 'application/zstd' Media Type",
11372
+ "shortTitle": "Zstandard Compression and the 'application/zstd' Media Type",
11373
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8878"
11374
+ },
11375
+ "organization": "IETF",
11376
+ "groups": [
11377
+ {
11378
+ "name": "Applications and Real-Time Area",
11379
+ "url": "https://datatracker.ietf.org/wg/art/"
11380
+ }
11381
+ ],
11382
+ "nightly": {
11383
+ "url": "https://www.rfc-editor.org/rfc/rfc8878",
11384
+ "status": "Informational",
11385
+ "alternateUrls": [
11386
+ "https://datatracker.ietf.org/doc/html/rfc8878",
11387
+ "https://tools.ietf.org/html/rfc8878"
11388
+ ],
11389
+ "filename": "rfc8878.html"
11390
+ },
11391
+ "title": "Zstandard Compression and the 'application/zstd' Media Type",
11392
+ "source": "ietf",
11393
+ "shortTitle": "Zstandard Compression and the 'application/zstd' Media Type",
11394
+ "categories": [
11395
+ "browser"
11396
+ ],
11397
+ "standing": "good"
11398
+ },
11234
11399
  {
11235
11400
  "url": "https://www.rfc-editor.org/rfc/rfc8942",
11236
11401
  "seriesComposition": "full",
@@ -11628,6 +11793,38 @@
11628
11793
  ],
11629
11794
  "standing": "good"
11630
11795
  },
11796
+ {
11797
+ "url": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt",
11798
+ "seriesComposition": "full",
11799
+ "shortname": "GIF",
11800
+ "series": {
11801
+ "shortname": "GIF",
11802
+ "currentSpecification": "GIF",
11803
+ "title": "Graphics Interchange Format",
11804
+ "shortTitle": "GIF",
11805
+ "nightlyUrl": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt"
11806
+ },
11807
+ "shortTitle": "GIF",
11808
+ "organization": "CompuServe Incorporated",
11809
+ "groups": [
11810
+ {
11811
+ "name": "CompuServe Incorporated",
11812
+ "url": "https://www.compuserve.com/"
11813
+ }
11814
+ ],
11815
+ "nightly": {
11816
+ "url": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt",
11817
+ "status": "Editor's Draft",
11818
+ "alternateUrls": [],
11819
+ "filename": "spec-gif89a.txt"
11820
+ },
11821
+ "title": "Graphics Interchange Format",
11822
+ "source": "specref",
11823
+ "categories": [
11824
+ "browser"
11825
+ ],
11826
+ "standing": "good"
11827
+ },
11631
11828
  {
11632
11829
  "url": "https://www.w3.org/TR/accelerometer/",
11633
11830
  "seriesComposition": "full",
@@ -11696,7 +11893,7 @@
11696
11893
  ],
11697
11894
  "release": {
11698
11895
  "url": "https://www.w3.org/TR/accname-1.2/",
11699
- "status": "First Public Working Draft",
11896
+ "status": "Working Draft",
11700
11897
  "filename": "Overview.html"
11701
11898
  },
11702
11899
  "nightly": {
@@ -17760,7 +17957,7 @@
17760
17957
  ],
17761
17958
  "release": {
17762
17959
  "url": "https://www.w3.org/TR/dpub-aam-1.1/",
17763
- "status": "Working Draft",
17960
+ "status": "Candidate Recommendation Snapshot",
17764
17961
  "filename": "Overview.html"
17765
17962
  },
17766
17963
  "nightly": {
@@ -17805,7 +18002,7 @@
17805
18002
  ],
17806
18003
  "release": {
17807
18004
  "url": "https://www.w3.org/TR/dpub-aria-1.1/",
17808
- "status": "Working Draft",
18005
+ "status": "Candidate Recommendation Snapshot",
17809
18006
  "filename": "Overview.html"
17810
18007
  },
17811
18008
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",