browser-specs 4.58.0 → 4.59.1

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 +103 -28
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -441,15 +441,15 @@
441
441
  "standing": "good"
442
442
  },
443
443
  {
444
- "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-compression-dictionary",
444
+ "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies/",
445
445
  "seriesComposition": "full",
446
- "shortname": "compression-dictionary",
446
+ "shortname": "layered-cookies",
447
447
  "series": {
448
- "shortname": "compression-dictionary",
449
- "currentSpecification": "compression-dictionary",
450
- "title": "Compression Dictionary Transport",
451
- "shortTitle": "Compression Dictionary Transport",
452
- "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html"
448
+ "shortname": "layered-cookies",
449
+ "currentSpecification": "layered-cookies",
450
+ "title": "Cookies: HTTP State Management Mechanism",
451
+ "shortTitle": "Cookies: HTTP State Management Mechanism",
452
+ "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-layered-cookies.html"
453
453
  },
454
454
  "organization": "IETF",
455
455
  "groups": [
@@ -459,16 +459,16 @@
459
459
  }
460
460
  ],
461
461
  "nightly": {
462
- "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html",
462
+ "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-layered-cookies.html",
463
463
  "status": "Editor's Draft",
464
464
  "alternateUrls": [],
465
465
  "repository": "https://github.com/httpwg/http-extensions",
466
- "sourcePath": "draft-ietf-httpbis-compression-dictionary.md",
467
- "filename": "draft-ietf-httpbis-compression-dictionary.html"
466
+ "sourcePath": "draft-ietf-httpbis-layered-cookies.md",
467
+ "filename": "draft-ietf-httpbis-layered-cookies.html"
468
468
  },
469
- "title": "Compression Dictionary Transport",
469
+ "title": "Cookies: HTTP State Management Mechanism",
470
470
  "source": "ietf",
471
- "shortTitle": "Compression Dictionary Transport",
471
+ "shortTitle": "Cookies: HTTP State Management Mechanism",
472
472
  "categories": [
473
473
  "browser"
474
474
  ],
@@ -649,7 +649,7 @@
649
649
  "sourcePath": "css-anchor-position-2/Overview.bs",
650
650
  "filename": "index.html"
651
651
  },
652
- "title": "CSS Anchor Positioning Level 2",
652
+ "title": "CSS Anchor Positioning Module Level 2",
653
653
  "source": "spec",
654
654
  "shortTitle": "CSS Anchor Positioning 2",
655
655
  "categories": [
@@ -783,9 +783,9 @@
783
783
  "sourcePath": "css-extensions-1/Overview.bs",
784
784
  "filename": "index.html"
785
785
  },
786
- "title": "CSS Extensions",
786
+ "title": "CSS Extensions Module Level 1",
787
787
  "source": "spec",
788
- "shortTitle": "CSS Extensions",
788
+ "shortTitle": "CSS Extensions 1",
789
789
  "categories": [
790
790
  "browser"
791
791
  ],
@@ -1556,10 +1556,13 @@
1556
1556
  "tests": {
1557
1557
  "repository": "https://github.com/web-platform-tests/wpt",
1558
1558
  "testPaths": [
1559
+ "close-watcher",
1559
1560
  "custom-elements",
1560
1561
  "eventsource",
1561
1562
  "html",
1562
1563
  "imagebitmap-renderingcontext",
1564
+ "import-maps",
1565
+ "navigation-api",
1563
1566
  "webmessaging",
1564
1567
  "webstorage",
1565
1568
  "workers",
@@ -4165,7 +4168,7 @@
4165
4168
  "groups": [
4166
4169
  {
4167
4170
  "name": "SVG Working Group",
4168
- "url": "https://www.w3.org/Graphics/SVG/WG/"
4171
+ "url": "https://www.w3.org/groups/wg/svg/"
4169
4172
  }
4170
4173
  ],
4171
4174
  "nightly": {
@@ -4819,6 +4822,40 @@
4819
4822
  ],
4820
4823
  "standing": "good"
4821
4824
  },
4825
+ {
4826
+ "url": "https://tc39.es/proposal-nonextensible-applies-to-private/",
4827
+ "seriesComposition": "full",
4828
+ "shortname": "tc39-nonextensible-applies-to-private",
4829
+ "series": {
4830
+ "shortname": "tc39-nonextensible-applies-to-private",
4831
+ "currentSpecification": "tc39-nonextensible-applies-to-private",
4832
+ "title": "Disallow Adding New Private Fields to Non-extensible Objects",
4833
+ "shortTitle": "Disallow Adding New Private Fields to Non-extensible Objects",
4834
+ "nightlyUrl": "https://tc39.es/proposal-nonextensible-applies-to-private/"
4835
+ },
4836
+ "organization": "Ecma International",
4837
+ "groups": [
4838
+ {
4839
+ "name": "TC39",
4840
+ "url": "https://tc39.es/"
4841
+ }
4842
+ ],
4843
+ "nightly": {
4844
+ "url": "https://tc39.es/proposal-nonextensible-applies-to-private/",
4845
+ "status": "Editor's Draft",
4846
+ "alternateUrls": [],
4847
+ "repository": "https://github.com/tc39/proposal-nonextensible-applies-to-private",
4848
+ "sourcePath": "spec.emu",
4849
+ "filename": "index.html"
4850
+ },
4851
+ "title": "Disallow Adding New Private Fields to Non-extensible Objects",
4852
+ "source": "spec",
4853
+ "shortTitle": "Disallow Adding New Private Fields to Non-extensible Objects",
4854
+ "categories": [
4855
+ "browser"
4856
+ ],
4857
+ "standing": "good"
4858
+ },
4822
4859
  {
4823
4860
  "url": "https://tc39.es/proposal-shadowrealm/",
4824
4861
  "seriesComposition": "full",
@@ -10637,6 +10674,44 @@
10637
10674
  ],
10638
10675
  "standing": "good"
10639
10676
  },
10677
+ {
10678
+ "url": "https://www.rfc-editor.org/rfc/rfc9842",
10679
+ "seriesComposition": "full",
10680
+ "shortname": "rfc9842",
10681
+ "series": {
10682
+ "shortname": "rfc9842",
10683
+ "currentSpecification": "rfc9842",
10684
+ "title": "Compression Dictionary Transport",
10685
+ "shortTitle": "Compression Dictionary Transport",
10686
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9842"
10687
+ },
10688
+ "formerNames": [
10689
+ "compression-dictionary"
10690
+ ],
10691
+ "organization": "IETF",
10692
+ "groups": [
10693
+ {
10694
+ "name": "HTTP Working Group",
10695
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
10696
+ }
10697
+ ],
10698
+ "nightly": {
10699
+ "url": "https://www.rfc-editor.org/rfc/rfc9842",
10700
+ "status": "Proposed Standard",
10701
+ "alternateUrls": [
10702
+ "https://datatracker.ietf.org/doc/html/rfc9842",
10703
+ "https://tools.ietf.org/html/rfc9842"
10704
+ ],
10705
+ "filename": "rfc9842.html"
10706
+ },
10707
+ "title": "Compression Dictionary Transport",
10708
+ "source": "ietf",
10709
+ "shortTitle": "Compression Dictionary Transport",
10710
+ "categories": [
10711
+ "browser"
10712
+ ],
10713
+ "standing": "good"
10714
+ },
10640
10715
  {
10641
10716
  "url": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt",
10642
10717
  "seriesComposition": "full",
@@ -13536,7 +13611,7 @@
13536
13611
  ],
13537
13612
  "release": {
13538
13613
  "url": "https://www.w3.org/TR/css-flexbox-1/",
13539
- "status": "Candidate Recommendation Snapshot",
13614
+ "status": "Candidate Recommendation Draft",
13540
13615
  "filename": "Overview.html"
13541
13616
  },
13542
13617
  "nightly": {
@@ -15164,7 +15239,7 @@
15164
15239
  ],
15165
15240
  "release": {
15166
15241
  "url": "https://www.w3.org/TR/css-position-4/",
15167
- "status": "First Public Working Draft",
15242
+ "status": "Working Draft",
15168
15243
  "filename": "Overview.html"
15169
15244
  },
15170
15245
  "nightly": {
@@ -18254,7 +18329,7 @@
18254
18329
  "groups": [
18255
18330
  {
18256
18331
  "name": "SVG Working Group",
18257
- "url": "https://www.w3.org/Graphics/SVG/WG/"
18332
+ "url": "https://www.w3.org/groups/wg/svg/"
18258
18333
  },
18259
18334
  {
18260
18335
  "name": "Cascading Style Sheets (CSS) Working Group",
@@ -18284,7 +18359,7 @@
18284
18359
  "tests": {
18285
18360
  "repository": "https://github.com/web-platform-tests/wpt",
18286
18361
  "testPaths": [
18287
- "css/css-fill-stroke"
18362
+ "css/fill-stroke"
18288
18363
  ]
18289
18364
  }
18290
18365
  },
@@ -22266,7 +22341,7 @@
22266
22341
  "status": "Editor's Draft",
22267
22342
  "alternateUrls": [],
22268
22343
  "repository": "https://github.com/w3c/ServiceWorker",
22269
- "sourcePath": "docs/index.bs",
22344
+ "sourcePath": "index.bs",
22270
22345
  "filename": "index.html"
22271
22346
  },
22272
22347
  "title": "Service Workers",
@@ -22350,7 +22425,7 @@
22350
22425
  "groups": [
22351
22426
  {
22352
22427
  "name": "SVG Working Group",
22353
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22428
+ "url": "https://www.w3.org/groups/wg/svg/"
22354
22429
  }
22355
22430
  ],
22356
22431
  "release": {
@@ -22396,7 +22471,7 @@
22396
22471
  "groups": [
22397
22472
  {
22398
22473
  "name": "SVG Working Group",
22399
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22474
+ "url": "https://www.w3.org/groups/wg/svg/"
22400
22475
  }
22401
22476
  ],
22402
22477
  "release": {
@@ -22436,7 +22511,7 @@
22436
22511
  "groups": [
22437
22512
  {
22438
22513
  "name": "SVG Working Group",
22439
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22514
+ "url": "https://www.w3.org/groups/wg/svg/"
22440
22515
  }
22441
22516
  ],
22442
22517
  "release": {
@@ -22476,7 +22551,7 @@
22476
22551
  "groups": [
22477
22552
  {
22478
22553
  "name": "SVG Working Group",
22479
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22554
+ "url": "https://www.w3.org/groups/wg/svg/"
22480
22555
  }
22481
22556
  ],
22482
22557
  "release": {
@@ -22567,7 +22642,7 @@
22567
22642
  "groups": [
22568
22643
  {
22569
22644
  "name": "SVG Working Group",
22570
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22645
+ "url": "https://www.w3.org/groups/wg/svg/"
22571
22646
  }
22572
22647
  ],
22573
22648
  "release": {
@@ -22644,7 +22719,7 @@
22644
22719
  "groups": [
22645
22720
  {
22646
22721
  "name": "SVG Working Group",
22647
- "url": "https://www.w3.org/Graphics/SVG/WG/"
22722
+ "url": "https://www.w3.org/groups/wg/svg/"
22648
22723
  }
22649
22724
  ],
22650
22725
  "release": {
@@ -23553,7 +23628,7 @@
23553
23628
  ],
23554
23629
  "release": {
23555
23630
  "url": "https://www.w3.org/TR/web-locks/",
23556
- "status": "First Public Working Draft",
23631
+ "status": "Working Draft",
23557
23632
  "filename": "Overview.html"
23558
23633
  },
23559
23634
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.58.0",
3
+ "version": "4.59.1",
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",