browser-specs 4.55.0 → 4.57.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 +134 -49
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -481,8 +481,8 @@
481
481
  "series": {
482
482
  "shortname": "no-vary-search",
483
483
  "currentSpecification": "no-vary-search",
484
- "title": "No-Vary-Search",
485
- "shortTitle": "No-Vary-Search",
484
+ "title": "The No-Vary-Search HTTP Response Header Field",
485
+ "shortTitle": "The No-Vary-Search HTTP Response Header Field",
486
486
  "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html"
487
487
  },
488
488
  "organization": "IETF",
@@ -500,9 +500,9 @@
500
500
  "sourcePath": "draft-ietf-httpbis-no-vary-search.md",
501
501
  "filename": "draft-ietf-httpbis-no-vary-search.html"
502
502
  },
503
- "title": "No-Vary-Search",
503
+ "title": "The No-Vary-Search HTTP Response Header Field",
504
504
  "source": "ietf",
505
- "shortTitle": "No-Vary-Search",
505
+ "shortTitle": "The No-Vary-Search HTTP Response Header Field",
506
506
  "categories": [
507
507
  "browser"
508
508
  ],
@@ -618,6 +618,51 @@
618
618
  "browser"
619
619
  ]
620
620
  },
621
+ {
622
+ "url": "https://drafts.csswg.org/css-anchor-position-2/",
623
+ "seriesComposition": "delta",
624
+ "shortname": "css-anchor-position-2",
625
+ "series": {
626
+ "shortname": "css-anchor-position",
627
+ "currentSpecification": "css-anchor-position-1",
628
+ "title": "CSS Anchor Positioning",
629
+ "shortTitle": "CSS Anchor Positioning",
630
+ "releaseUrl": "https://www.w3.org/TR/css-anchor-position/",
631
+ "nightlyUrl": "https://drafts.csswg.org/css-anchor-position/"
632
+ },
633
+ "seriesVersion": "2",
634
+ "seriesPrevious": "css-anchor-position-1",
635
+ "organization": "W3C",
636
+ "groups": [
637
+ {
638
+ "name": "Cascading Style Sheets (CSS) Working Group",
639
+ "url": "https://www.w3.org/groups/wg/css/"
640
+ }
641
+ ],
642
+ "nightly": {
643
+ "url": "https://drafts.csswg.org/css-anchor-position-2/",
644
+ "status": "Editor's Draft",
645
+ "alternateUrls": [
646
+ "https://w3c.github.io/csswg-drafts/css-anchor-position-2/"
647
+ ],
648
+ "repository": "https://github.com/w3c/csswg-drafts",
649
+ "sourcePath": "css-anchor-position-2/Overview.bs",
650
+ "filename": "index.html"
651
+ },
652
+ "title": "CSS Anchor Positioning Level 2",
653
+ "source": "spec",
654
+ "shortTitle": "CSS Anchor Positioning 2",
655
+ "categories": [
656
+ "browser"
657
+ ],
658
+ "standing": "good",
659
+ "tests": {
660
+ "repository": "https://github.com/web-platform-tests/wpt",
661
+ "testPaths": [
662
+ "css/css-anchor-position"
663
+ ]
664
+ }
665
+ },
621
666
  {
622
667
  "url": "https://drafts.csswg.org/css-backgrounds-4/",
623
668
  "seriesComposition": "delta",
@@ -1301,7 +1346,6 @@
1301
1346
  "fetch"
1302
1347
  ],
1303
1348
  "excludePaths": [
1304
- "fetch/fetch-later",
1305
1349
  "fetch/local-network-access",
1306
1350
  "fetch/metadata"
1307
1351
  ]
@@ -1514,6 +1558,7 @@
1514
1558
  "https://html.spec.whatwg.org/multipage/document-sequences.html",
1515
1559
  "https://html.spec.whatwg.org/multipage/browsing-the-web.html",
1516
1560
  "https://html.spec.whatwg.org/multipage/document-lifecycle.html",
1561
+ "https://html.spec.whatwg.org/multipage/speculative-loading.html",
1517
1562
  "https://html.spec.whatwg.org/multipage/webappapis.html",
1518
1563
  "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html",
1519
1564
  "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html",
@@ -1612,6 +1657,40 @@
1612
1657
  ]
1613
1658
  }
1614
1659
  },
1660
+ {
1661
+ "url": "https://immersive-web.github.io/body-tracking/",
1662
+ "seriesComposition": "full",
1663
+ "shortname": "body-tracking",
1664
+ "series": {
1665
+ "shortname": "body-tracking",
1666
+ "currentSpecification": "body-tracking",
1667
+ "title": "WebXR Body Tracking",
1668
+ "shortTitle": "WebXR Body Tracking",
1669
+ "nightlyUrl": "https://immersive-web.github.io/body-tracking/"
1670
+ },
1671
+ "organization": "W3C",
1672
+ "groups": [
1673
+ {
1674
+ "name": "Immersive Web Community Group",
1675
+ "url": "https://www.w3.org/community/immersive-web/"
1676
+ }
1677
+ ],
1678
+ "nightly": {
1679
+ "url": "https://immersive-web.github.io/body-tracking/",
1680
+ "status": "Draft Community Group Report",
1681
+ "alternateUrls": [],
1682
+ "repository": "https://github.com/immersive-web/body-tracking",
1683
+ "sourcePath": "index.bs",
1684
+ "filename": "index.html"
1685
+ },
1686
+ "title": "WebXR Body Tracking Module - Level 1",
1687
+ "source": "spec",
1688
+ "shortTitle": "WebXR Body Tracking 1",
1689
+ "categories": [
1690
+ "browser"
1691
+ ],
1692
+ "standing": "good"
1693
+ },
1615
1694
  {
1616
1695
  "url": "https://immersive-web.github.io/model-element/",
1617
1696
  "seriesComposition": "full",
@@ -11639,7 +11718,7 @@
11639
11718
  "shortname": "css-2022",
11640
11719
  "series": {
11641
11720
  "shortname": "css",
11642
- "currentSpecification": "css-2024",
11721
+ "currentSpecification": "css-2025",
11643
11722
  "title": "CSS Snapshot",
11644
11723
  "shortTitle": "CSS Snapshot",
11645
11724
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -11683,7 +11762,7 @@
11683
11762
  "shortname": "css-2023",
11684
11763
  "series": {
11685
11764
  "shortname": "css",
11686
- "currentSpecification": "css-2024",
11765
+ "currentSpecification": "css-2025",
11687
11766
  "title": "CSS Snapshot",
11688
11767
  "shortTitle": "CSS Snapshot",
11689
11768
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -11728,7 +11807,7 @@
11728
11807
  "shortname": "css-2024",
11729
11808
  "series": {
11730
11809
  "shortname": "css",
11731
- "currentSpecification": "css-2024",
11810
+ "currentSpecification": "css-2025",
11732
11811
  "title": "CSS Snapshot",
11733
11812
  "shortTitle": "CSS Snapshot",
11734
11813
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -11736,6 +11815,7 @@
11736
11815
  },
11737
11816
  "seriesVersion": "2024",
11738
11817
  "seriesPrevious": "css-2023",
11818
+ "seriesNext": "css-2025",
11739
11819
  "organization": "W3C",
11740
11820
  "groups": [
11741
11821
  {
@@ -11766,6 +11846,50 @@
11766
11846
  ],
11767
11847
  "standing": "good"
11768
11848
  },
11849
+ {
11850
+ "url": "https://www.w3.org/TR/css-2025/",
11851
+ "seriesComposition": "full",
11852
+ "shortname": "css-2025",
11853
+ "series": {
11854
+ "shortname": "css",
11855
+ "currentSpecification": "css-2025",
11856
+ "title": "CSS Snapshot",
11857
+ "shortTitle": "CSS Snapshot",
11858
+ "releaseUrl": "https://www.w3.org/TR/css/",
11859
+ "nightlyUrl": "https://drafts.csswg.org/css/"
11860
+ },
11861
+ "seriesVersion": "2025",
11862
+ "seriesPrevious": "css-2024",
11863
+ "organization": "W3C",
11864
+ "groups": [
11865
+ {
11866
+ "name": "Cascading Style Sheets (CSS) Working Group",
11867
+ "url": "https://www.w3.org/groups/wg/css/"
11868
+ }
11869
+ ],
11870
+ "release": {
11871
+ "url": "https://www.w3.org/TR/css-2025/",
11872
+ "status": "Note",
11873
+ "filename": "Overview.html"
11874
+ },
11875
+ "nightly": {
11876
+ "url": "https://drafts.csswg.org/css-2025/",
11877
+ "status": "Editor's Draft",
11878
+ "alternateUrls": [
11879
+ "https://w3c.github.io/csswg-drafts/css-2025/"
11880
+ ],
11881
+ "repository": "https://github.com/w3c/csswg-drafts",
11882
+ "sourcePath": "css-2025/Overview.bs",
11883
+ "filename": "index.html"
11884
+ },
11885
+ "title": "CSS Snapshot 2025",
11886
+ "source": "w3c",
11887
+ "shortTitle": "CSS Snapshot 2025",
11888
+ "categories": [
11889
+ "browser"
11890
+ ],
11891
+ "standing": "good"
11892
+ },
11769
11893
  {
11770
11894
  "url": "https://www.w3.org/TR/css-align-3/",
11771
11895
  "seriesComposition": "full",
@@ -11829,6 +11953,7 @@
11829
11953
  "nightlyUrl": "https://drafts.csswg.org/css-anchor-position/"
11830
11954
  },
11831
11955
  "seriesVersion": "1",
11956
+ "seriesNext": "css-anchor-position-2",
11832
11957
  "organization": "W3C",
11833
11958
  "groups": [
11834
11959
  {
@@ -12852,7 +12977,7 @@
12852
12977
  ],
12853
12978
  "release": {
12854
12979
  "url": "https://www.w3.org/TR/css-conditional-4/",
12855
- "status": "Candidate Recommendation Snapshot",
12980
+ "status": "Candidate Recommendation Draft",
12856
12981
  "filename": "Overview.html"
12857
12982
  },
12858
12983
  "nightly": {
@@ -23043,46 +23168,6 @@
23043
23168
  ],
23044
23169
  "standing": "good"
23045
23170
  },
23046
- {
23047
- "url": "https://www.w3.org/TR/vocab-ssn-ext/",
23048
- "seriesComposition": "full",
23049
- "shortname": "vocab-ssn-ext",
23050
- "series": {
23051
- "shortname": "vocab-ssn-ext",
23052
- "currentSpecification": "vocab-ssn-ext",
23053
- "title": "Extensions to the Semantic Sensor Network Ontology",
23054
- "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
23055
- "releaseUrl": "https://www.w3.org/TR/vocab-ssn-ext/",
23056
- "nightlyUrl": "https://w3c.github.io/sdw-sosa-ssn/ssn-extensions/"
23057
- },
23058
- "organization": "W3C/OGC",
23059
- "nightly": {
23060
- "url": "https://w3c.github.io/sdw-sosa-ssn/ssn-extensions/",
23061
- "status": "Editor's Draft",
23062
- "sourcePath": "ssn-extensions/index.html",
23063
- "alternateUrls": [],
23064
- "repository": "https://github.com/w3c/sdw-sosa-ssn",
23065
- "filename": "index.html"
23066
- },
23067
- "groups": [
23068
- {
23069
- "name": "Spatial Data on the Web Interest Group",
23070
- "url": "https://www.w3.org/2017/sdwig/"
23071
- }
23072
- ],
23073
- "release": {
23074
- "url": "https://www.w3.org/TR/vocab-ssn-ext/",
23075
- "status": "Working Draft",
23076
- "filename": "Overview.html"
23077
- },
23078
- "title": "Extensions to the Semantic Sensor Network Ontology",
23079
- "source": "w3c",
23080
- "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
23081
- "categories": [
23082
- "browser"
23083
- ],
23084
- "standing": "good"
23085
- },
23086
23171
  {
23087
23172
  "url": "https://www.w3.org/TR/wai-aria-1.2/",
23088
23173
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.55.0",
3
+ "version": "4.57.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",