browser-specs 3.54.0 → 3.55.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 +119 -39
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -810,19 +810,19 @@
810
810
  }
811
811
  },
812
812
  {
813
- "url": "https://drafts.csswg.org/css-page-4/",
813
+ "url": "https://drafts.csswg.org/css-position-4/",
814
814
  "seriesComposition": "delta",
815
- "shortname": "css-page-4",
815
+ "shortname": "css-position-4",
816
816
  "series": {
817
- "shortname": "css-page",
818
- "currentSpecification": "css-page-3",
819
- "title": "CSS Paged Media",
820
- "shortTitle": "CSS Paged Media",
821
- "releaseUrl": "https://www.w3.org/TR/css-page/",
822
- "nightlyUrl": "https://drafts.csswg.org/css-page/"
817
+ "shortname": "css-position",
818
+ "currentSpecification": "css-position-3",
819
+ "title": "CSS Positioned Layout",
820
+ "shortTitle": "CSS Positioned Layout",
821
+ "releaseUrl": "https://www.w3.org/TR/css-position/",
822
+ "nightlyUrl": "https://drafts.csswg.org/css-position/"
823
823
  },
824
824
  "seriesVersion": "4",
825
- "seriesPrevious": "css-page-3",
825
+ "seriesPrevious": "css-position-3",
826
826
  "organization": "W3C",
827
827
  "groups": [
828
828
  {
@@ -831,18 +831,18 @@
831
831
  }
832
832
  ],
833
833
  "nightly": {
834
- "url": "https://drafts.csswg.org/css-page-4/",
834
+ "url": "https://drafts.csswg.org/css-position-4/",
835
835
  "status": "Editor's Draft",
836
836
  "alternateUrls": [
837
- "https://w3c.github.io/csswg-drafts/css-page-4/"
837
+ "https://w3c.github.io/csswg-drafts/css-position-4/"
838
838
  ],
839
839
  "repository": "https://github.com/w3c/csswg-drafts",
840
- "sourcePath": "css-page-4/Overview.src.html",
840
+ "sourcePath": "css-position-4/Overview.bs",
841
841
  "filename": "Overview.html"
842
842
  },
843
- "title": "Proposals for the future of CSS Paged Media",
843
+ "title": "CSS Positioned Layout Module Level 4",
844
844
  "source": "spec",
845
- "shortTitle": "Proposals for the future of CSS Paged Media",
845
+ "shortTitle": "CSS Positioned Layout 4",
846
846
  "categories": [
847
847
  "browser"
848
848
  ],
@@ -850,24 +850,24 @@
850
850
  "tests": {
851
851
  "repository": "https://github.com/web-platform-tests/wpt",
852
852
  "testPaths": [
853
- "css/css-page"
853
+ "css/css-position"
854
854
  ]
855
855
  }
856
856
  },
857
857
  {
858
- "url": "https://drafts.csswg.org/css-position-4/",
858
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
859
859
  "seriesComposition": "delta",
860
- "shortname": "css-position-4",
860
+ "shortname": "css-scroll-snap-2",
861
861
  "series": {
862
- "shortname": "css-position",
863
- "currentSpecification": "css-position-3",
864
- "title": "CSS Positioned Layout",
865
- "shortTitle": "CSS Positioned Layout",
866
- "releaseUrl": "https://www.w3.org/TR/css-position/",
867
- "nightlyUrl": "https://drafts.csswg.org/css-position/"
862
+ "shortname": "css-scroll-snap",
863
+ "currentSpecification": "css-scroll-snap-1",
864
+ "title": "CSS Scroll Snap",
865
+ "shortTitle": "CSS Scroll Snap",
866
+ "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
867
+ "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
868
868
  },
869
- "seriesVersion": "4",
870
- "seriesPrevious": "css-position-3",
869
+ "seriesVersion": "2",
870
+ "seriesPrevious": "css-scroll-snap-1",
871
871
  "organization": "W3C",
872
872
  "groups": [
873
873
  {
@@ -876,18 +876,18 @@
876
876
  }
877
877
  ],
878
878
  "nightly": {
879
- "url": "https://drafts.csswg.org/css-position-4/",
879
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
880
880
  "status": "Editor's Draft",
881
881
  "alternateUrls": [
882
- "https://w3c.github.io/csswg-drafts/css-position-4/"
882
+ "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/"
883
883
  ],
884
884
  "repository": "https://github.com/w3c/csswg-drafts",
885
- "sourcePath": "css-position-4/Overview.bs",
885
+ "sourcePath": "css-scroll-snap-2/Overview.bs",
886
886
  "filename": "Overview.html"
887
887
  },
888
- "title": "CSS Positioned Layout Module Level 4",
888
+ "title": "CSS Scroll Snap Module Level 2",
889
889
  "source": "spec",
890
- "shortTitle": "CSS Positioned Layout 4",
890
+ "shortTitle": "CSS Scroll Snap 2",
891
891
  "categories": [
892
892
  "browser"
893
893
  ],
@@ -895,7 +895,7 @@
895
895
  "tests": {
896
896
  "repository": "https://github.com/web-platform-tests/wpt",
897
897
  "testPaths": [
898
- "css/css-position"
898
+ "css/css-scroll-snap"
899
899
  ]
900
900
  }
901
901
  },
@@ -4441,6 +4441,40 @@
4441
4441
  ],
4442
4442
  "standing": "good"
4443
4443
  },
4444
+ {
4445
+ "url": "https://tc39.es/proposal-float16array/",
4446
+ "seriesComposition": "full",
4447
+ "shortname": "tc39-float16array",
4448
+ "series": {
4449
+ "shortname": "tc39-float16array",
4450
+ "currentSpecification": "tc39-float16array",
4451
+ "title": "Float16Array",
4452
+ "shortTitle": "Float16Array",
4453
+ "nightlyUrl": "https://tc39.es/proposal-float16array/"
4454
+ },
4455
+ "organization": "Ecma International",
4456
+ "groups": [
4457
+ {
4458
+ "name": "TC39",
4459
+ "url": "https://tc39.es/"
4460
+ }
4461
+ ],
4462
+ "nightly": {
4463
+ "url": "https://tc39.es/proposal-float16array/",
4464
+ "status": "Editor's Draft",
4465
+ "alternateUrls": [],
4466
+ "repository": "https://github.com/tc39/proposal-float16array",
4467
+ "sourcePath": "spec.html",
4468
+ "filename": "index.html"
4469
+ },
4470
+ "title": "Float16Array",
4471
+ "source": "spec",
4472
+ "shortTitle": "Float16Array",
4473
+ "categories": [
4474
+ "browser"
4475
+ ],
4476
+ "standing": "good"
4477
+ },
4444
4478
  {
4445
4479
  "url": "https://tc39.es/proposal-intl-duration-format/",
4446
4480
  "seriesComposition": "full",
@@ -6286,6 +6320,46 @@
6286
6320
  ],
6287
6321
  "standing": "good"
6288
6322
  },
6323
+ {
6324
+ "url": "https://wicg.github.io/document-picture-in-picture/",
6325
+ "seriesComposition": "full",
6326
+ "shortname": "document-picture-in-picture",
6327
+ "series": {
6328
+ "shortname": "document-picture-in-picture",
6329
+ "currentSpecification": "document-picture-in-picture",
6330
+ "title": "Document Picture-in-Picture Specification",
6331
+ "shortTitle": "Document Picture-in-Picture",
6332
+ "nightlyUrl": "https://wicg.github.io/document-picture-in-picture/"
6333
+ },
6334
+ "organization": "W3C",
6335
+ "groups": [
6336
+ {
6337
+ "name": "Web Platform Incubator Community Group",
6338
+ "url": "https://www.w3.org/community/wicg/"
6339
+ }
6340
+ ],
6341
+ "nightly": {
6342
+ "url": "https://wicg.github.io/document-picture-in-picture/",
6343
+ "status": "Draft Community Group Report",
6344
+ "alternateUrls": [],
6345
+ "repository": "https://github.com/WICG/document-picture-in-picture",
6346
+ "sourcePath": "spec.bs",
6347
+ "filename": "index.html"
6348
+ },
6349
+ "title": "Document Picture-in-Picture Specification",
6350
+ "source": "spec",
6351
+ "shortTitle": "Document Picture-in-Picture",
6352
+ "categories": [
6353
+ "browser"
6354
+ ],
6355
+ "standing": "good",
6356
+ "tests": {
6357
+ "repository": "https://github.com/web-platform-tests/wpt",
6358
+ "testPaths": [
6359
+ "document-picture-in-picture"
6360
+ ]
6361
+ }
6362
+ },
6289
6363
  {
6290
6364
  "url": "https://wicg.github.io/document-policy/",
6291
6365
  "seriesComposition": "full",
@@ -10109,8 +10183,8 @@
10109
10183
  "organization": "W3C",
10110
10184
  "groups": [
10111
10185
  {
10112
- "name": "Web Applications Working Group",
10113
- "url": "https://www.w3.org/groups/wg/webapps"
10186
+ "name": "Web Editing Working Group",
10187
+ "url": "https://www.w3.org/groups/wg/webediting"
10114
10188
  }
10115
10189
  ],
10116
10190
  "release": {
@@ -10298,7 +10372,7 @@
10298
10372
  ],
10299
10373
  "release": {
10300
10374
  "url": "https://www.w3.org/TR/core-aam-1.2/",
10301
- "status": "Candidate Recommendation Snapshot",
10375
+ "status": "Candidate Recommendation Draft",
10302
10376
  "filename": "Overview.html"
10303
10377
  },
10304
10378
  "nightly": {
@@ -16115,7 +16189,13 @@
16115
16189
  "categories": [
16116
16190
  "browser"
16117
16191
  ],
16118
- "standing": "good"
16192
+ "standing": "good",
16193
+ "tests": {
16194
+ "repository": "https://github.com/web-platform-tests/wpt",
16195
+ "testPaths": [
16196
+ "graphics-aria"
16197
+ ]
16198
+ }
16119
16199
  },
16120
16200
  {
16121
16201
  "url": "https://www.w3.org/TR/gyroscope/",
@@ -16526,8 +16606,8 @@
16526
16606
  "organization": "W3C",
16527
16607
  "groups": [
16528
16608
  {
16529
- "name": "Web Applications Working Group",
16530
- "url": "https://www.w3.org/groups/wg/webapps"
16609
+ "name": "Web Editing Working Group",
16610
+ "url": "https://www.w3.org/groups/wg/webediting"
16531
16611
  }
16532
16612
  ],
16533
16613
  "release": {
@@ -18960,8 +19040,8 @@
18960
19040
  "organization": "W3C",
18961
19041
  "groups": [
18962
19042
  {
18963
- "name": "Web Applications Working Group",
18964
- "url": "https://www.w3.org/groups/wg/webapps"
19043
+ "name": "Web Editing Working Group",
19044
+ "url": "https://www.w3.org/groups/wg/webediting"
18965
19045
  }
18966
19046
  ],
18967
19047
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.54.0",
3
+ "version": "3.55.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",