browser-specs 4.58.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 +90 -15
  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
  ],
@@ -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",
@@ -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",
@@ -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": {
@@ -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
  },
@@ -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.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",