browser-specs 2.19.3 → 2.20.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 +238 -67
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -254,41 +254,6 @@
254
254
  ]
255
255
  }
256
256
  },
257
- {
258
- "url": "https://drafts.csswg.org/css-cascade-6/",
259
- "seriesComposition": "delta",
260
- "shortname": "css-cascade-6",
261
- "series": {
262
- "shortname": "css-cascade",
263
- "currentSpecification": "css-cascade-4",
264
- "releaseUrl": "https://www.w3.org/TR/css-cascade/",
265
- "nightlyUrl": "https://drafts.csswg.org/css-cascade/"
266
- },
267
- "seriesVersion": "6",
268
- "seriesPrevious": "css-cascade-5",
269
- "organization": "W3C",
270
- "groups": [
271
- {
272
- "name": "Cascading Style Sheets (CSS) Working Group",
273
- "url": "https://www.w3.org/Style/CSS/"
274
- }
275
- ],
276
- "nightly": {
277
- "url": "https://drafts.csswg.org/css-cascade-6/",
278
- "repository": "https://github.com/w3c/csswg-drafts",
279
- "sourcePath": "css-cascade-6/Overview.bs",
280
- "filename": "Overview.html"
281
- },
282
- "title": "CSS Cascading and Inheritance Level 6",
283
- "source": "spec",
284
- "shortTitle": "CSS Cascading and Inheritance 6",
285
- "tests": {
286
- "repository": "https://github.com/web-platform-tests/wpt",
287
- "testPaths": [
288
- "css/css-cascade"
289
- ]
290
- }
291
- },
292
257
  {
293
258
  "url": "https://drafts.csswg.org/css-env-1/",
294
259
  "seriesComposition": "full",
@@ -592,6 +557,41 @@
592
557
  ]
593
558
  }
594
559
  },
560
+ {
561
+ "url": "https://drafts.csswg.org/css-values-5/",
562
+ "seriesComposition": "delta",
563
+ "shortname": "css-values-5",
564
+ "series": {
565
+ "shortname": "css-values",
566
+ "currentSpecification": "css-values-4",
567
+ "releaseUrl": "https://www.w3.org/TR/css-values/",
568
+ "nightlyUrl": "https://drafts.csswg.org/css-values/"
569
+ },
570
+ "seriesVersion": "5",
571
+ "shortTitle": "CSS Values 5",
572
+ "seriesPrevious": "css-values-4",
573
+ "organization": "W3C",
574
+ "groups": [
575
+ {
576
+ "name": "Cascading Style Sheets (CSS) Working Group",
577
+ "url": "https://www.w3.org/Style/CSS/"
578
+ }
579
+ ],
580
+ "nightly": {
581
+ "url": "https://drafts.csswg.org/css-values-5/",
582
+ "repository": "https://github.com/w3c/csswg-drafts",
583
+ "sourcePath": "css-values-5/Overview.bs",
584
+ "filename": "Overview.html"
585
+ },
586
+ "title": "CSS Values and Units Module Level 5",
587
+ "source": "spec",
588
+ "tests": {
589
+ "repository": "https://github.com/web-platform-tests/wpt",
590
+ "testPaths": [
591
+ "css/css-values"
592
+ ]
593
+ }
594
+ },
595
595
  {
596
596
  "url": "https://drafts.csswg.org/scroll-animations-1/",
597
597
  "seriesComposition": "full",
@@ -1396,6 +1396,32 @@
1396
1396
  "source": "spec",
1397
1397
  "shortTitle": "Proposal-array-find-from-last"
1398
1398
  },
1399
+ {
1400
+ "url": "https://tc39.es/proposal-array-grouping/",
1401
+ "seriesComposition": "full",
1402
+ "shortname": "tc39-array-grouping",
1403
+ "series": {
1404
+ "shortname": "tc39-array-grouping",
1405
+ "currentSpecification": "tc39-array-grouping",
1406
+ "nightlyUrl": "https://tc39.es/proposal-array-grouping/"
1407
+ },
1408
+ "organization": "Ecma International",
1409
+ "groups": [
1410
+ {
1411
+ "name": "TC39",
1412
+ "url": "https://tc39.es/"
1413
+ }
1414
+ ],
1415
+ "nightly": {
1416
+ "url": "https://tc39.es/proposal-array-grouping/",
1417
+ "repository": "https://github.com/tc39/proposal-array-grouping",
1418
+ "sourcePath": "index.html",
1419
+ "filename": "index.html"
1420
+ },
1421
+ "title": "Array Grouping",
1422
+ "source": "spec",
1423
+ "shortTitle": "Array Grouping"
1424
+ },
1399
1425
  {
1400
1426
  "url": "https://tc39.es/proposal-atomics-wait-async/",
1401
1427
  "seriesComposition": "full",
@@ -1980,6 +2006,32 @@
1980
2006
  ]
1981
2007
  }
1982
2008
  },
2009
+ {
2010
+ "url": "https://w3c.github.io/contact-api/spec/",
2011
+ "seriesComposition": "full",
2012
+ "shortname": "contact-api",
2013
+ "series": {
2014
+ "shortname": "contact-api",
2015
+ "currentSpecification": "contact-api",
2016
+ "nightlyUrl": "https://w3c.github.io/contact-api/spec/"
2017
+ },
2018
+ "organization": "W3C",
2019
+ "groups": [
2020
+ {
2021
+ "name": "Web Platform Incubator Community Group",
2022
+ "url": "https://www.w3.org/community/wicg/"
2023
+ }
2024
+ ],
2025
+ "nightly": {
2026
+ "url": "https://w3c.github.io/contact-api/spec/",
2027
+ "repository": "https://github.com/w3c/contact-api",
2028
+ "sourcePath": "spec/index.bs",
2029
+ "filename": "index.html"
2030
+ },
2031
+ "title": "Contact Picker API",
2032
+ "source": "spec",
2033
+ "shortTitle": "Contact Picker API"
2034
+ },
1983
2035
  {
1984
2036
  "url": "https://w3c.github.io/contentEditable/",
1985
2037
  "seriesComposition": "full",
@@ -2604,38 +2656,6 @@
2604
2656
  "source": "spec",
2605
2657
  "shortTitle": "Compute Pressure API"
2606
2658
  },
2607
- {
2608
- "url": "https://wicg.github.io/contact-api/spec/",
2609
- "seriesComposition": "full",
2610
- "shortname": "contact-api",
2611
- "series": {
2612
- "shortname": "contact-api",
2613
- "currentSpecification": "contact-api",
2614
- "nightlyUrl": "https://wicg.github.io/contact-api/spec/"
2615
- },
2616
- "organization": "W3C",
2617
- "groups": [
2618
- {
2619
- "name": "Web Platform Incubator Community Group",
2620
- "url": "https://www.w3.org/community/wicg/"
2621
- }
2622
- ],
2623
- "nightly": {
2624
- "url": "https://wicg.github.io/contact-api/spec/",
2625
- "repository": "https://github.com/WICG/contact-api",
2626
- "sourcePath": "spec/index.bs",
2627
- "filename": "index.html"
2628
- },
2629
- "title": "Contact Picker API",
2630
- "source": "spec",
2631
- "shortTitle": "Contact Picker API",
2632
- "tests": {
2633
- "repository": "https://github.com/web-platform-tests/wpt",
2634
- "testPaths": [
2635
- "contacts"
2636
- ]
2637
- }
2638
- },
2639
2659
  {
2640
2660
  "url": "https://wicg.github.io/content-index/spec/",
2641
2661
  "seriesComposition": "full",
@@ -7647,6 +7667,45 @@
7647
7667
  ]
7648
7668
  }
7649
7669
  },
7670
+ {
7671
+ "url": "https://www.w3.org/TR/css-cascade-6/",
7672
+ "seriesComposition": "delta",
7673
+ "shortname": "css-cascade-6",
7674
+ "series": {
7675
+ "shortname": "css-cascade",
7676
+ "currentSpecification": "css-cascade-4",
7677
+ "releaseUrl": "https://www.w3.org/TR/css-cascade/",
7678
+ "nightlyUrl": "https://drafts.csswg.org/css-cascade/"
7679
+ },
7680
+ "seriesVersion": "6",
7681
+ "seriesPrevious": "css-cascade-5",
7682
+ "organization": "W3C",
7683
+ "groups": [
7684
+ {
7685
+ "name": "Cascading Style Sheets (CSS) Working Group",
7686
+ "url": "https://www.w3.org/Style/CSS/"
7687
+ }
7688
+ ],
7689
+ "release": {
7690
+ "url": "https://www.w3.org/TR/css-cascade-6/",
7691
+ "filename": "Overview.html"
7692
+ },
7693
+ "nightly": {
7694
+ "url": "https://drafts.csswg.org/css-cascade-6/",
7695
+ "repository": "https://github.com/w3c/csswg-drafts",
7696
+ "sourcePath": "css-cascade-6/Overview.bs",
7697
+ "filename": "Overview.html"
7698
+ },
7699
+ "title": "CSS Cascading and Inheritance Level 6",
7700
+ "source": "w3c",
7701
+ "shortTitle": "CSS Cascading and Inheritance 6",
7702
+ "tests": {
7703
+ "repository": "https://github.com/web-platform-tests/wpt",
7704
+ "testPaths": [
7705
+ "css/css-cascade"
7706
+ ]
7707
+ }
7708
+ },
7650
7709
  {
7651
7710
  "url": "https://www.w3.org/TR/css-color-4/",
7652
7711
  "seriesComposition": "full",
@@ -7815,6 +7874,7 @@
7815
7874
  "seriesVersion": "4",
7816
7875
  "shortTitle": "CSS Conditional 4",
7817
7876
  "seriesPrevious": "css-conditional-3",
7877
+ "seriesNext": "css-conditional-5",
7818
7878
  "organization": "W3C",
7819
7879
  "groups": [
7820
7880
  {
@@ -7841,6 +7901,45 @@
7841
7901
  ]
7842
7902
  }
7843
7903
  },
7904
+ {
7905
+ "url": "https://www.w3.org/TR/css-conditional-5/",
7906
+ "seriesComposition": "delta",
7907
+ "shortname": "css-conditional-5",
7908
+ "series": {
7909
+ "shortname": "css-conditional",
7910
+ "currentSpecification": "css-conditional-3",
7911
+ "releaseUrl": "https://www.w3.org/TR/css-conditional/",
7912
+ "nightlyUrl": "https://drafts.csswg.org/css-conditional/"
7913
+ },
7914
+ "seriesVersion": "5",
7915
+ "shortTitle": "CSS Conditional 5",
7916
+ "seriesPrevious": "css-conditional-4",
7917
+ "organization": "W3C",
7918
+ "groups": [
7919
+ {
7920
+ "name": "Cascading Style Sheets (CSS) Working Group",
7921
+ "url": "https://www.w3.org/Style/CSS/"
7922
+ }
7923
+ ],
7924
+ "release": {
7925
+ "url": "https://www.w3.org/TR/css-conditional-5/",
7926
+ "filename": "Overview.html"
7927
+ },
7928
+ "nightly": {
7929
+ "url": "https://drafts.csswg.org/css-conditional-5/",
7930
+ "repository": "https://github.com/w3c/csswg-drafts",
7931
+ "sourcePath": "css-conditional-5/Overview.bs",
7932
+ "filename": "Overview.html"
7933
+ },
7934
+ "title": "CSS Conditional Rules Module Level 5",
7935
+ "source": "w3c",
7936
+ "tests": {
7937
+ "repository": "https://github.com/web-platform-tests/wpt",
7938
+ "testPaths": [
7939
+ "css/css-conditional"
7940
+ ]
7941
+ }
7942
+ },
7844
7943
  {
7845
7944
  "url": "https://www.w3.org/TR/css-contain-2/",
7846
7945
  "seriesComposition": "full",
@@ -7852,6 +7951,7 @@
7852
7951
  "nightlyUrl": "https://drafts.csswg.org/css-contain/"
7853
7952
  },
7854
7953
  "seriesVersion": "2",
7954
+ "seriesNext": "css-contain-3",
7855
7955
  "organization": "W3C",
7856
7956
  "groups": [
7857
7957
  {
@@ -7879,6 +7979,45 @@
7879
7979
  ]
7880
7980
  }
7881
7981
  },
7982
+ {
7983
+ "url": "https://www.w3.org/TR/css-contain-3/",
7984
+ "seriesComposition": "delta",
7985
+ "shortname": "css-contain-3",
7986
+ "series": {
7987
+ "shortname": "css-contain",
7988
+ "currentSpecification": "css-contain-2",
7989
+ "releaseUrl": "https://www.w3.org/TR/css-contain/",
7990
+ "nightlyUrl": "https://drafts.csswg.org/css-contain/"
7991
+ },
7992
+ "seriesVersion": "3",
7993
+ "seriesPrevious": "css-contain-2",
7994
+ "organization": "W3C",
7995
+ "groups": [
7996
+ {
7997
+ "name": "Cascading Style Sheets (CSS) Working Group",
7998
+ "url": "https://www.w3.org/Style/CSS/"
7999
+ }
8000
+ ],
8001
+ "release": {
8002
+ "url": "https://www.w3.org/TR/css-contain-3/",
8003
+ "filename": "Overview.html"
8004
+ },
8005
+ "nightly": {
8006
+ "url": "https://drafts.csswg.org/css-contain-3/",
8007
+ "repository": "https://github.com/w3c/csswg-drafts",
8008
+ "sourcePath": "css-contain-3/Overview.bs",
8009
+ "filename": "Overview.html"
8010
+ },
8011
+ "title": "CSS Containment Module Level 3",
8012
+ "source": "w3c",
8013
+ "shortTitle": "CSS Containment 3",
8014
+ "tests": {
8015
+ "repository": "https://github.com/web-platform-tests/wpt",
8016
+ "testPaths": [
8017
+ "css/css-contain"
8018
+ ]
8019
+ }
8020
+ },
7882
8021
  {
7883
8022
  "url": "https://www.w3.org/TR/css-content-3/",
7884
8023
  "seriesComposition": "full",
@@ -10121,6 +10260,7 @@
10121
10260
  "seriesVersion": "4",
10122
10261
  "shortTitle": "CSS Values 4",
10123
10262
  "seriesPrevious": "css-values-3",
10263
+ "seriesNext": "css-values-5",
10124
10264
  "organization": "W3C",
10125
10265
  "groups": [
10126
10266
  {
@@ -10617,6 +10757,37 @@
10617
10757
  ]
10618
10758
  }
10619
10759
  },
10760
+ {
10761
+ "url": "https://www.w3.org/TR/edit-context/",
10762
+ "seriesComposition": "full",
10763
+ "shortname": "edit-context",
10764
+ "series": {
10765
+ "shortname": "edit-context",
10766
+ "currentSpecification": "edit-context",
10767
+ "releaseUrl": "https://www.w3.org/TR/edit-context/",
10768
+ "nightlyUrl": "https://w3c.github.io/edit-context/"
10769
+ },
10770
+ "organization": "W3C",
10771
+ "groups": [
10772
+ {
10773
+ "name": "Web Editing Working Group",
10774
+ "url": "https://www.w3.org/groups/wg/webediting"
10775
+ }
10776
+ ],
10777
+ "release": {
10778
+ "url": "https://www.w3.org/TR/edit-context/",
10779
+ "filename": "Overview.html"
10780
+ },
10781
+ "nightly": {
10782
+ "url": "https://w3c.github.io/edit-context/",
10783
+ "repository": "https://github.com/w3c/edit-context",
10784
+ "sourcePath": "index.html",
10785
+ "filename": "index.html"
10786
+ },
10787
+ "title": "EditContext API",
10788
+ "source": "w3c",
10789
+ "shortTitle": "EditContext API"
10790
+ },
10620
10791
  {
10621
10792
  "url": "https://www.w3.org/TR/encoding/",
10622
10793
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "2.19.3",
3
+ "version": "2.20.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/w3c/browser-specs.git"