browser-specs 4.57.0 → 4.59.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 +140 -59
  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
  ],
@@ -753,50 +753,6 @@
753
753
  ]
754
754
  }
755
755
  },
756
- {
757
- "url": "https://drafts.csswg.org/css-env-1/",
758
- "seriesComposition": "full",
759
- "shortname": "css-env-1",
760
- "series": {
761
- "shortname": "css-env",
762
- "currentSpecification": "css-env-1",
763
- "title": "CSS Environment Variables",
764
- "shortTitle": "CSS Environment Variables",
765
- "nightlyUrl": "https://drafts.csswg.org/css-env/"
766
- },
767
- "seriesVersion": "1",
768
- "organization": "W3C",
769
- "groups": [
770
- {
771
- "name": "Cascading Style Sheets (CSS) Working Group",
772
- "url": "https://www.w3.org/groups/wg/css/"
773
- }
774
- ],
775
- "nightly": {
776
- "url": "https://drafts.csswg.org/css-env-1/",
777
- "status": "Editor's Draft",
778
- "alternateUrls": [
779
- "https://w3c.github.io/csswg-drafts/css-env-1/",
780
- "https://w3c.github.io/csswg-drafts/css-env/"
781
- ],
782
- "repository": "https://github.com/w3c/csswg-drafts",
783
- "sourcePath": "css-env-1/Overview.bs",
784
- "filename": "index.html"
785
- },
786
- "title": "CSS Environment Variables Module Level 1",
787
- "source": "spec",
788
- "shortTitle": "CSS Environment Variables 1",
789
- "categories": [
790
- "browser"
791
- ],
792
- "standing": "good",
793
- "tests": {
794
- "repository": "https://github.com/web-platform-tests/wpt",
795
- "testPaths": [
796
- "css/css-env"
797
- ]
798
- }
799
- },
800
756
  {
801
757
  "url": "https://drafts.csswg.org/css-extensions-1/",
802
758
  "seriesComposition": "full",
@@ -1600,10 +1556,13 @@
1600
1556
  "tests": {
1601
1557
  "repository": "https://github.com/web-platform-tests/wpt",
1602
1558
  "testPaths": [
1559
+ "close-watcher",
1603
1560
  "custom-elements",
1604
1561
  "eventsource",
1605
1562
  "html",
1606
1563
  "imagebitmap-renderingcontext",
1564
+ "import-maps",
1565
+ "navigation-api",
1607
1566
  "webmessaging",
1608
1567
  "webstorage",
1609
1568
  "workers",
@@ -4863,6 +4822,40 @@
4863
4822
  ],
4864
4823
  "standing": "good"
4865
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
+ },
4866
4859
  {
4867
4860
  "url": "https://tc39.es/proposal-shadowrealm/",
4868
4861
  "seriesComposition": "full",
@@ -10681,6 +10674,44 @@
10681
10674
  ],
10682
10675
  "standing": "good"
10683
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
+ },
10684
10715
  {
10685
10716
  "url": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt",
10686
10717
  "seriesComposition": "full",
@@ -13507,6 +13538,56 @@
13507
13538
  ]
13508
13539
  }
13509
13540
  },
13541
+ {
13542
+ "url": "https://www.w3.org/TR/css-env-1/",
13543
+ "seriesComposition": "full",
13544
+ "shortname": "css-env-1",
13545
+ "series": {
13546
+ "shortname": "css-env",
13547
+ "currentSpecification": "css-env-1",
13548
+ "title": "CSS Environment Variables Module",
13549
+ "shortTitle": "CSS Environment Variables",
13550
+ "releaseUrl": "https://www.w3.org/TR/css-env/",
13551
+ "nightlyUrl": "https://drafts.csswg.org/css-env/"
13552
+ },
13553
+ "seriesVersion": "1",
13554
+ "organization": "W3C",
13555
+ "groups": [
13556
+ {
13557
+ "name": "Cascading Style Sheets (CSS) Working Group",
13558
+ "url": "https://www.w3.org/groups/wg/css/"
13559
+ }
13560
+ ],
13561
+ "release": {
13562
+ "url": "https://www.w3.org/TR/css-env-1/",
13563
+ "status": "First Public Working Draft",
13564
+ "filename": "Overview.html"
13565
+ },
13566
+ "nightly": {
13567
+ "url": "https://drafts.csswg.org/css-env-1/",
13568
+ "status": "Editor's Draft",
13569
+ "alternateUrls": [
13570
+ "https://w3c.github.io/csswg-drafts/css-env-1/",
13571
+ "https://w3c.github.io/csswg-drafts/css-env/"
13572
+ ],
13573
+ "repository": "https://github.com/w3c/csswg-drafts",
13574
+ "sourcePath": "css-env-1/Overview.bs",
13575
+ "filename": "index.html"
13576
+ },
13577
+ "title": "CSS Environment Variables Module Level 1",
13578
+ "source": "w3c",
13579
+ "shortTitle": "CSS Environment Variables 1",
13580
+ "categories": [
13581
+ "browser"
13582
+ ],
13583
+ "standing": "good",
13584
+ "tests": {
13585
+ "repository": "https://github.com/web-platform-tests/wpt",
13586
+ "testPaths": [
13587
+ "css/css-env"
13588
+ ]
13589
+ }
13590
+ },
13510
13591
  {
13511
13592
  "url": "https://www.w3.org/TR/css-flexbox-1/",
13512
13593
  "seriesComposition": "full",
@@ -15158,7 +15239,7 @@
15158
15239
  ],
15159
15240
  "release": {
15160
15241
  "url": "https://www.w3.org/TR/css-position-4/",
15161
- "status": "First Public Working Draft",
15242
+ "status": "Working Draft",
15162
15243
  "filename": "Overview.html"
15163
15244
  },
15164
15245
  "nightly": {
@@ -18278,7 +18359,7 @@
18278
18359
  "tests": {
18279
18360
  "repository": "https://github.com/web-platform-tests/wpt",
18280
18361
  "testPaths": [
18281
- "css/css-fill-stroke"
18362
+ "css/fill-stroke"
18282
18363
  ]
18283
18364
  }
18284
18365
  },
@@ -23547,7 +23628,7 @@
23547
23628
  ],
23548
23629
  "release": {
23549
23630
  "url": "https://www.w3.org/TR/web-locks/",
23550
- "status": "First Public Working Draft",
23631
+ "status": "Working Draft",
23551
23632
  "filename": "Overview.html"
23552
23633
  },
23553
23634
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.57.0",
3
+ "version": "4.59.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",