browser-specs 3.3.0 → 3.4.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 +105 -2
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -524,6 +524,46 @@
524
524
  ]
525
525
  }
526
526
  },
527
+ {
528
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
529
+ "seriesComposition": "delta",
530
+ "shortname": "css-scroll-snap-2",
531
+ "series": {
532
+ "shortname": "css-scroll-snap",
533
+ "currentSpecification": "css-scroll-snap-1",
534
+ "title": "CSS Scroll Snap",
535
+ "shortTitle": "CSS Scroll Snap",
536
+ "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
537
+ "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
538
+ },
539
+ "seriesVersion": "2",
540
+ "seriesPrevious": "css-scroll-snap-1",
541
+ "organization": "W3C",
542
+ "groups": [
543
+ {
544
+ "name": "Cascading Style Sheets (CSS) Working Group",
545
+ "url": "https://www.w3.org/Style/CSS/"
546
+ }
547
+ ],
548
+ "nightly": {
549
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
550
+ "repository": "https://github.com/w3c/csswg-drafts",
551
+ "sourcePath": "css-scroll-snap-2/Overview.bs",
552
+ "filename": "Overview.html"
553
+ },
554
+ "title": "CSS Scroll Snap Module Level 2",
555
+ "source": "spec",
556
+ "shortTitle": "CSS Scroll Snap 2",
557
+ "categories": [
558
+ "browser"
559
+ ],
560
+ "tests": {
561
+ "repository": "https://github.com/web-platform-tests/wpt",
562
+ "testPaths": [
563
+ "css/css-scroll-snap"
564
+ ]
565
+ }
566
+ },
527
567
  {
528
568
  "url": "https://drafts.csswg.org/css-shapes-2/",
529
569
  "seriesComposition": "delta",
@@ -2703,6 +2743,68 @@
2703
2743
  "browser"
2704
2744
  ]
2705
2745
  },
2746
+ {
2747
+ "url": "https://w3c.github.io/mediacapture-handle/actions/",
2748
+ "seriesComposition": "full",
2749
+ "shortname": "mediacapture-handle-actions",
2750
+ "series": {
2751
+ "shortname": "mediacapture-handle-actions",
2752
+ "currentSpecification": "mediacapture-handle-actions",
2753
+ "title": "The Capture-Handle Actions Mechanism",
2754
+ "shortTitle": "The Capture-Handle Actions Mechanism",
2755
+ "nightlyUrl": "https://w3c.github.io/mediacapture-handle/actions/"
2756
+ },
2757
+ "nightly": {
2758
+ "url": "https://w3c.github.io/mediacapture-handle/actions/",
2759
+ "sourcePath": "actions/index.html",
2760
+ "repository": "https://github.com/w3c/mediacapture-handle",
2761
+ "filename": "index.html"
2762
+ },
2763
+ "organization": "W3C",
2764
+ "groups": [
2765
+ {
2766
+ "name": "Web Real-Time Communications Working Group",
2767
+ "url": "https://www.w3.org/groups/wg/webrtc"
2768
+ }
2769
+ ],
2770
+ "title": "The Capture-Handle Actions Mechanism",
2771
+ "source": "spec",
2772
+ "shortTitle": "The Capture-Handle Actions Mechanism",
2773
+ "categories": [
2774
+ "browser"
2775
+ ]
2776
+ },
2777
+ {
2778
+ "url": "https://w3c.github.io/mediacapture-handle/identity/",
2779
+ "seriesComposition": "full",
2780
+ "shortname": "mediacapture-handle-identity",
2781
+ "series": {
2782
+ "shortname": "mediacapture-handle-identity",
2783
+ "currentSpecification": "mediacapture-handle-identity",
2784
+ "title": "Capture Handle - Bootstrapping Collaboration when Screensharing",
2785
+ "shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing",
2786
+ "nightlyUrl": "https://w3c.github.io/mediacapture-handle/identity/"
2787
+ },
2788
+ "nightly": {
2789
+ "url": "https://w3c.github.io/mediacapture-handle/identity/",
2790
+ "sourcePath": "identity/index.html",
2791
+ "repository": "https://github.com/w3c/mediacapture-handle",
2792
+ "filename": "index.html"
2793
+ },
2794
+ "organization": "W3C",
2795
+ "groups": [
2796
+ {
2797
+ "name": "Web Real-Time Communications Working Group",
2798
+ "url": "https://www.w3.org/groups/wg/webrtc"
2799
+ }
2800
+ ],
2801
+ "title": "Capture Handle - Bootstrapping Collaboration when Screensharing",
2802
+ "source": "spec",
2803
+ "shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing",
2804
+ "categories": [
2805
+ "browser"
2806
+ ]
2807
+ },
2706
2808
  {
2707
2809
  "url": "https://w3c.github.io/mediacapture-region/",
2708
2810
  "seriesComposition": "full",
@@ -3385,9 +3487,9 @@
3385
3487
  "sourcePath": "index.html",
3386
3488
  "filename": "index.html"
3387
3489
  },
3388
- "title": "Compute Pressure API",
3490
+ "title": "Compute Pressure API Level 1",
3389
3491
  "source": "spec",
3390
- "shortTitle": "Compute Pressure API",
3492
+ "shortTitle": "Compute Pressure API 1",
3391
3493
  "categories": [
3392
3494
  "browser"
3393
3495
  ]
@@ -11134,6 +11236,7 @@
11134
11236
  "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
11135
11237
  },
11136
11238
  "seriesVersion": "1",
11239
+ "seriesNext": "css-scroll-snap-2",
11137
11240
  "organization": "W3C",
11138
11241
  "groups": [
11139
11242
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.3.0",
3
+ "version": "3.4.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",