browser-specs 4.51.0 → 4.53.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 (3) hide show
  1. package/README.md +1 -0
  2. package/index.json +97 -93
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -618,6 +618,7 @@ The provenance for the `title` and `nightly` property values. Can be one of:
618
618
  - `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
619
619
  - `whatwg`: information retrieved from [WHATWG](https://spec.whatwg.org/)
620
620
  - `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
621
+ - `iso`: information retrieved from the [ISO Open Data](https://www.iso.org/open-data.html) datasets [iso_deliverables_metadata](https://www.iso.org/open-data.html#iso_deliverables_metadata) and [iso_technical_committees](https://www.iso.org/open-data.html#iso_technical_committees), licensed under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/)
621
622
  - `spec`: information retrieved from the spec itself
622
623
 
623
624
  The `source` property is always set.
package/index.json CHANGED
@@ -329,6 +329,43 @@
329
329
  ]
330
330
  }
331
331
  },
332
+ {
333
+ "url": "https://cookiestore.spec.whatwg.org/",
334
+ "seriesComposition": "full",
335
+ "shortname": "cookiestore",
336
+ "series": {
337
+ "shortname": "cookiestore",
338
+ "currentSpecification": "cookiestore",
339
+ "title": "Cookie Store API",
340
+ "shortTitle": "Cookie Store API",
341
+ "nightlyUrl": "https://cookiestore.spec.whatwg.org/"
342
+ },
343
+ "formerNames": [
344
+ "cookie-store"
345
+ ],
346
+ "organization": "WHATWG",
347
+ "groups": [
348
+ {
349
+ "name": "Fetch Workstream",
350
+ "url": "https://cookiestore.spec.whatwg.org/"
351
+ }
352
+ ],
353
+ "nightly": {
354
+ "url": "https://cookiestore.spec.whatwg.org/",
355
+ "status": "Living Standard",
356
+ "alternateUrls": [],
357
+ "repository": "https://github.com/whatwg/cookiestore",
358
+ "sourcePath": "index.bs",
359
+ "filename": "index.html"
360
+ },
361
+ "title": "Cookie Store API",
362
+ "source": "whatwg",
363
+ "shortTitle": "Cookie Store API",
364
+ "categories": [
365
+ "browser"
366
+ ],
367
+ "standing": "good"
368
+ },
332
369
  {
333
370
  "url": "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies",
334
371
  "seriesComposition": "full",
@@ -620,50 +657,6 @@
620
657
  ]
621
658
  }
622
659
  },
623
- {
624
- "url": "https://drafts.csswg.org/css-borders-4/",
625
- "seriesComposition": "full",
626
- "shortname": "css-borders-4",
627
- "series": {
628
- "shortname": "css-borders",
629
- "currentSpecification": "css-borders-4",
630
- "title": "CSS Borders and Box Decorations",
631
- "shortTitle": "CSS Borders and Box Decorations",
632
- "nightlyUrl": "https://drafts.csswg.org/css-borders/"
633
- },
634
- "seriesVersion": "4",
635
- "organization": "W3C",
636
- "groups": [
637
- {
638
- "name": "Cascading Style Sheets (CSS) Working Group",
639
- "url": "https://www.w3.org/Style/CSS/"
640
- }
641
- ],
642
- "nightly": {
643
- "url": "https://drafts.csswg.org/css-borders-4/",
644
- "status": "Editor's Draft",
645
- "alternateUrls": [
646
- "https://w3c.github.io/csswg-drafts/css-borders-4/",
647
- "https://w3c.github.io/csswg-drafts/css-borders/"
648
- ],
649
- "repository": "https://github.com/w3c/csswg-drafts",
650
- "sourcePath": "css-borders-4/Overview.bs",
651
- "filename": "index.html"
652
- },
653
- "title": "CSS Borders and Box Decorations Module Level 4",
654
- "source": "spec",
655
- "shortTitle": "CSS Borders and Box Decorations 4",
656
- "categories": [
657
- "browser"
658
- ],
659
- "standing": "good",
660
- "tests": {
661
- "repository": "https://github.com/web-platform-tests/wpt",
662
- "testPaths": [
663
- "css/css-borders"
664
- ]
665
- }
666
- },
667
660
  {
668
661
  "url": "https://drafts.csswg.org/css-color-6/",
669
662
  "seriesComposition": "delta",
@@ -1531,6 +1524,7 @@
1531
1524
  ],
1532
1525
  "excludePaths": [
1533
1526
  "html/cross-origin-embedder-policy/credentialless",
1527
+ "html/dom/partial-updates/tentative",
1534
1528
  "html/cross-origin-embedder-policy/credentialless"
1535
1529
  ]
1536
1530
  }
@@ -5108,7 +5102,7 @@
5108
5102
  "groups": [
5109
5103
  {
5110
5104
  "name": "Accessible Rich Internet Applications Working Group",
5111
- "url": "https://www.w3.org/WAI/ARIA/"
5105
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
5112
5106
  }
5113
5107
  ],
5114
5108
  "nightly": {
@@ -6632,46 +6626,6 @@
6632
6626
  ]
6633
6627
  }
6634
6628
  },
6635
- {
6636
- "url": "https://wicg.github.io/cookie-store/",
6637
- "seriesComposition": "full",
6638
- "shortname": "cookie-store",
6639
- "series": {
6640
- "shortname": "cookie-store",
6641
- "currentSpecification": "cookie-store",
6642
- "title": "Cookie Store API",
6643
- "shortTitle": "Cookie Store API",
6644
- "nightlyUrl": "https://wicg.github.io/cookie-store/"
6645
- },
6646
- "organization": "W3C",
6647
- "groups": [
6648
- {
6649
- "name": "Web Platform Incubator Community Group",
6650
- "url": "https://www.w3.org/community/wicg/"
6651
- }
6652
- ],
6653
- "nightly": {
6654
- "url": "https://wicg.github.io/cookie-store/",
6655
- "status": "Draft Community Group Report",
6656
- "alternateUrls": [],
6657
- "repository": "https://github.com/WICG/cookie-store",
6658
- "sourcePath": "index.bs",
6659
- "filename": "index.html"
6660
- },
6661
- "title": "Cookie Store API",
6662
- "source": "spec",
6663
- "shortTitle": "Cookie Store API",
6664
- "categories": [
6665
- "browser"
6666
- ],
6667
- "standing": "good",
6668
- "tests": {
6669
- "repository": "https://github.com/web-platform-tests/wpt",
6670
- "testPaths": [
6671
- "cookie-store"
6672
- ]
6673
- }
6674
- },
6675
6629
  {
6676
6630
  "url": "https://wicg.github.io/crash-reporting/",
6677
6631
  "seriesComposition": "full",
@@ -10718,7 +10672,7 @@
10718
10672
  "groups": [
10719
10673
  {
10720
10674
  "name": "Accessible Rich Internet Applications Working Group",
10721
- "url": "https://www.w3.org/WAI/ARIA/"
10675
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
10722
10676
  }
10723
10677
  ],
10724
10678
  "release": {
@@ -11417,7 +11371,7 @@
11417
11371
  "groups": [
11418
11372
  {
11419
11373
  "name": "Accessible Rich Internet Applications Working Group",
11420
- "url": "https://www.w3.org/WAI/ARIA/"
11374
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
11421
11375
  }
11422
11376
  ],
11423
11377
  "release": {
@@ -12016,6 +11970,56 @@
12016
11970
  ]
12017
11971
  }
12018
11972
  },
11973
+ {
11974
+ "url": "https://www.w3.org/TR/css-borders-4/",
11975
+ "seriesComposition": "full",
11976
+ "shortname": "css-borders-4",
11977
+ "series": {
11978
+ "shortname": "css-borders",
11979
+ "currentSpecification": "css-borders-4",
11980
+ "title": "CSS Borders and Box Decorations Module",
11981
+ "shortTitle": "CSS Borders and Box Decorations",
11982
+ "releaseUrl": "https://www.w3.org/TR/css-borders/",
11983
+ "nightlyUrl": "https://drafts.csswg.org/css-borders/"
11984
+ },
11985
+ "seriesVersion": "4",
11986
+ "organization": "W3C",
11987
+ "groups": [
11988
+ {
11989
+ "name": "Cascading Style Sheets (CSS) Working Group",
11990
+ "url": "https://www.w3.org/Style/CSS/"
11991
+ }
11992
+ ],
11993
+ "release": {
11994
+ "url": "https://www.w3.org/TR/css-borders-4/",
11995
+ "status": "First Public Working Draft",
11996
+ "filename": "Overview.html"
11997
+ },
11998
+ "nightly": {
11999
+ "url": "https://drafts.csswg.org/css-borders-4/",
12000
+ "status": "Editor's Draft",
12001
+ "alternateUrls": [
12002
+ "https://w3c.github.io/csswg-drafts/css-borders-4/",
12003
+ "https://w3c.github.io/csswg-drafts/css-borders/"
12004
+ ],
12005
+ "repository": "https://github.com/w3c/csswg-drafts",
12006
+ "sourcePath": "css-borders-4/Overview.bs",
12007
+ "filename": "index.html"
12008
+ },
12009
+ "title": "CSS Borders and Box Decorations Module Level 4",
12010
+ "source": "w3c",
12011
+ "shortTitle": "CSS Borders and Box Decorations 4",
12012
+ "categories": [
12013
+ "browser"
12014
+ ],
12015
+ "standing": "good",
12016
+ "tests": {
12017
+ "repository": "https://github.com/web-platform-tests/wpt",
12018
+ "testPaths": [
12019
+ "css/css-borders"
12020
+ ]
12021
+ }
12022
+ },
12019
12023
  {
12020
12024
  "url": "https://www.w3.org/TR/css-box-3/",
12021
12025
  "seriesComposition": "full",
@@ -18351,7 +18355,7 @@
18351
18355
  "groups": [
18352
18356
  {
18353
18357
  "name": "Accessible Rich Internet Applications Working Group",
18354
- "url": "https://www.w3.org/WAI/ARIA/"
18358
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
18355
18359
  }
18356
18360
  ],
18357
18361
  "release": {
@@ -18398,7 +18402,7 @@
18398
18402
  "groups": [
18399
18403
  {
18400
18404
  "name": "Accessible Rich Internet Applications Working Group",
18401
- "url": "https://www.w3.org/WAI/ARIA/"
18405
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
18402
18406
  }
18403
18407
  ],
18404
18408
  "release": {
@@ -18538,7 +18542,7 @@
18538
18542
  "groups": [
18539
18543
  {
18540
18544
  "name": "Accessible Rich Internet Applications Working Group",
18541
- "url": "https://www.w3.org/WAI/ARIA/"
18545
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
18542
18546
  }
18543
18547
  ],
18544
18548
  "release": {
@@ -18584,7 +18588,7 @@
18584
18588
  "groups": [
18585
18589
  {
18586
18590
  "name": "Accessible Rich Internet Applications Working Group",
18587
- "url": "https://www.w3.org/WAI/ARIA/"
18591
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
18588
18592
  }
18589
18593
  ],
18590
18594
  "release": {
@@ -22879,7 +22883,7 @@
22879
22883
  "groups": [
22880
22884
  {
22881
22885
  "name": "Accessible Rich Internet Applications Working Group",
22882
- "url": "https://www.w3.org/WAI/ARIA/"
22886
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
22883
22887
  }
22884
22888
  ],
22885
22889
  "release": {
@@ -22927,7 +22931,7 @@
22927
22931
  "groups": [
22928
22932
  {
22929
22933
  "name": "Accessible Rich Internet Applications Working Group",
22930
- "url": "https://www.w3.org/WAI/ARIA/"
22934
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
22931
22935
  }
22932
22936
  ],
22933
22937
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.51.0",
3
+ "version": "4.53.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",