web-specs 2.62.0 → 2.64.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 +152 -78
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1521,8 +1521,8 @@
1521
1521
  "fetch"
1522
1522
  ],
1523
1523
  "excludePaths": [
1524
- "fetch/local-network-access",
1525
- "fetch/metadata"
1524
+ "fetch/metadata",
1525
+ "fetch/private-network-access"
1526
1526
  ]
1527
1527
  }
1528
1528
  },
@@ -1812,7 +1812,7 @@
1812
1812
  ],
1813
1813
  "nightly": {
1814
1814
  "url": "https://immersive-web.github.io/model-element/",
1815
- "status": "Editor's Draft",
1815
+ "status": "Draft Community Group Report",
1816
1816
  "alternateUrls": [],
1817
1817
  "repository": "https://github.com/immersive-web/model-element",
1818
1818
  "sourcePath": "index.html",
@@ -2008,6 +2008,40 @@
2008
2008
  ]
2009
2009
  }
2010
2010
  },
2011
+ {
2012
+ "url": "https://patcg-individual-drafts.github.io/topics/",
2013
+ "seriesComposition": "full",
2014
+ "shortname": "topics",
2015
+ "series": {
2016
+ "shortname": "topics",
2017
+ "currentSpecification": "topics",
2018
+ "title": "Topics API",
2019
+ "shortTitle": "Topics API",
2020
+ "nightlyUrl": "https://patcg-individual-drafts.github.io/topics/"
2021
+ },
2022
+ "groups": [
2023
+ {
2024
+ "name": "Private Advertising Technology Community Group",
2025
+ "url": "https://www.w3.org/community/patcg/"
2026
+ }
2027
+ ],
2028
+ "standing": "pending",
2029
+ "organization": "W3C",
2030
+ "nightly": {
2031
+ "url": "https://patcg-individual-drafts.github.io/topics/",
2032
+ "status": "Draft Community Group Report",
2033
+ "alternateUrls": [],
2034
+ "repository": "https://github.com/patcg-individual-drafts/topics",
2035
+ "sourcePath": "spec.bs",
2036
+ "filename": "index.html"
2037
+ },
2038
+ "title": "Topics API",
2039
+ "source": "spec",
2040
+ "shortTitle": "Topics API",
2041
+ "categories": [
2042
+ "browser"
2043
+ ]
2044
+ },
2011
2045
  {
2012
2046
  "url": "https://privacycg.github.io/gpc-spec/",
2013
2047
  "seriesComposition": "full",
@@ -2028,7 +2062,7 @@
2028
2062
  ],
2029
2063
  "nightly": {
2030
2064
  "url": "https://privacycg.github.io/gpc-spec/",
2031
- "status": "Editor's Draft",
2065
+ "status": "Unofficial Proposal Draft",
2032
2066
  "alternateUrls": [],
2033
2067
  "repository": "https://github.com/privacycg/gpc-spec",
2034
2068
  "sourcePath": "index.html",
@@ -2040,7 +2074,7 @@
2040
2074
  "categories": [
2041
2075
  "browser"
2042
2076
  ],
2043
- "standing": "good"
2077
+ "standing": "pending"
2044
2078
  },
2045
2079
  {
2046
2080
  "url": "https://privacycg.github.io/nav-tracking-mitigations/",
@@ -4026,6 +4060,80 @@
4026
4060
  ],
4027
4061
  "standing": "good"
4028
4062
  },
4063
+ {
4064
+ "url": "https://screen-share.github.io/captured-mouse-events/",
4065
+ "seriesComposition": "full",
4066
+ "shortname": "captured-mouse-events",
4067
+ "series": {
4068
+ "shortname": "captured-mouse-events",
4069
+ "currentSpecification": "captured-mouse-events",
4070
+ "title": "Captured Mouse Events",
4071
+ "shortTitle": "Captured Mouse Events",
4072
+ "nightlyUrl": "https://screen-share.github.io/captured-mouse-events/"
4073
+ },
4074
+ "organization": "W3C",
4075
+ "groups": [
4076
+ {
4077
+ "name": "Screen Capture Community Group",
4078
+ "url": "https://www.w3.org/community/sccg/"
4079
+ }
4080
+ ],
4081
+ "nightly": {
4082
+ "url": "https://screen-share.github.io/captured-mouse-events/",
4083
+ "status": "Draft Community Group Report",
4084
+ "alternateUrls": [],
4085
+ "repository": "https://github.com/screen-share/captured-mouse-events",
4086
+ "sourcePath": "index.html",
4087
+ "filename": "index.html"
4088
+ },
4089
+ "title": "Captured Mouse Events",
4090
+ "source": "spec",
4091
+ "shortTitle": "Captured Mouse Events",
4092
+ "categories": [
4093
+ "browser"
4094
+ ],
4095
+ "standing": "good",
4096
+ "tests": {
4097
+ "repository": "https://github.com/web-platform-tests/wpt",
4098
+ "testPaths": [
4099
+ "captured-mouse-events"
4100
+ ]
4101
+ }
4102
+ },
4103
+ {
4104
+ "url": "https://screen-share.github.io/element-capture/",
4105
+ "seriesComposition": "full",
4106
+ "shortname": "element-capture",
4107
+ "series": {
4108
+ "shortname": "element-capture",
4109
+ "currentSpecification": "element-capture",
4110
+ "title": "Element Capture",
4111
+ "shortTitle": "Element Capture",
4112
+ "nightlyUrl": "https://screen-share.github.io/element-capture/"
4113
+ },
4114
+ "organization": "W3C",
4115
+ "groups": [
4116
+ {
4117
+ "name": "Screen Capture Community Group",
4118
+ "url": "https://www.w3.org/community/sccg/"
4119
+ }
4120
+ ],
4121
+ "nightly": {
4122
+ "url": "https://screen-share.github.io/element-capture/",
4123
+ "status": "Draft Community Group Report",
4124
+ "alternateUrls": [],
4125
+ "repository": "https://github.com/screen-share/element-capture",
4126
+ "sourcePath": "index.html",
4127
+ "filename": "index.html"
4128
+ },
4129
+ "title": "Element Capture",
4130
+ "source": "spec",
4131
+ "shortTitle": "Element Capture",
4132
+ "categories": [
4133
+ "browser"
4134
+ ],
4135
+ "standing": "good"
4136
+ },
4029
4137
  {
4030
4138
  "url": "https://sourcemaps.info/spec.html",
4031
4139
  "seriesComposition": "full",
@@ -5079,40 +5187,6 @@
5079
5187
  ],
5080
5188
  "standing": "good"
5081
5189
  },
5082
- {
5083
- "url": "https://tc39.es/proposal-resizablearraybuffer/",
5084
- "seriesComposition": "full",
5085
- "shortname": "tc39-resizablearraybuffer",
5086
- "series": {
5087
- "shortname": "tc39-resizablearraybuffer",
5088
- "currentSpecification": "tc39-resizablearraybuffer",
5089
- "title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5090
- "shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5091
- "nightlyUrl": "https://tc39.es/proposal-resizablearraybuffer/"
5092
- },
5093
- "organization": "Ecma International",
5094
- "groups": [
5095
- {
5096
- "name": "TC39",
5097
- "url": "https://tc39.es/"
5098
- }
5099
- ],
5100
- "nightly": {
5101
- "url": "https://tc39.es/proposal-resizablearraybuffer/",
5102
- "status": "Editor's Draft",
5103
- "alternateUrls": [],
5104
- "repository": "https://github.com/tc39/proposal-resizablearraybuffer",
5105
- "sourcePath": "spec.html",
5106
- "filename": "index.html"
5107
- },
5108
- "title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5109
- "source": "spec",
5110
- "shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5111
- "categories": [
5112
- "browser"
5113
- ],
5114
- "standing": "good"
5115
- },
5116
5190
  {
5117
5191
  "url": "https://tc39.es/proposal-set-methods/",
5118
5192
  "seriesComposition": "full",
@@ -5586,13 +5660,6 @@
5586
5660
  },
5587
5661
  "seriesVersion": "1.2",
5588
5662
  "categories": [],
5589
- "organization": "W3C",
5590
- "groups": [
5591
- {
5592
- "name": "RDF-star Working Group",
5593
- "url": "https://www.w3.org/groups/wg/rdf-star/"
5594
- }
5595
- ],
5596
5663
  "nightly": {
5597
5664
  "url": "https://w3c.github.io/sparql-concepts/spec/",
5598
5665
  "status": "Editor's Draft",
@@ -5601,6 +5668,13 @@
5601
5668
  "sourcePath": "spec/index.html",
5602
5669
  "filename": "index.html"
5603
5670
  },
5671
+ "organization": "W3C",
5672
+ "groups": [
5673
+ {
5674
+ "name": "RDF-star Working Group",
5675
+ "url": "https://www.w3.org/groups/wg/rdf-star/"
5676
+ }
5677
+ ],
5604
5678
  "title": "SPARQL 1.2 Overview",
5605
5679
  "source": "spec",
5606
5680
  "shortTitle": "SPARQL 1.2 Overview",
@@ -6106,8 +6180,8 @@
6106
6180
  "series": {
6107
6181
  "shortname": "close-watcher",
6108
6182
  "currentSpecification": "close-watcher",
6109
- "title": "Close Watcher API",
6110
- "shortTitle": "Close Watcher API",
6183
+ "title": "Close signals and close watchers are moving to the HTML Standard!",
6184
+ "shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
6111
6185
  "nightlyUrl": "https://wicg.github.io/close-watcher/"
6112
6186
  },
6113
6187
  "organization": "W3C",
@@ -6119,15 +6193,15 @@
6119
6193
  ],
6120
6194
  "nightly": {
6121
6195
  "url": "https://wicg.github.io/close-watcher/",
6122
- "status": "Draft Community Group Report",
6196
+ "status": "Editor's Draft",
6123
6197
  "alternateUrls": [],
6124
6198
  "repository": "https://github.com/WICG/close-watcher",
6125
- "sourcePath": "spec.bs",
6199
+ "sourcePath": "spec.html",
6126
6200
  "filename": "index.html"
6127
6201
  },
6128
- "title": "Close Watcher API",
6202
+ "title": "Close signals and close watchers are moving to the HTML Standard!",
6129
6203
  "source": "spec",
6130
- "shortTitle": "Close Watcher API",
6204
+ "shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
6131
6205
  "categories": [
6132
6206
  "browser"
6133
6207
  ],
@@ -6526,6 +6600,13 @@
6526
6600
  "shortTitle": "Direct Sockets API",
6527
6601
  "nightlyUrl": "https://wicg.github.io/direct-sockets/"
6528
6602
  },
6603
+ "organization": "W3C",
6604
+ "groups": [
6605
+ {
6606
+ "name": "Web Platform Incubator Community Group",
6607
+ "url": "https://www.w3.org/community/wicg/"
6608
+ }
6609
+ ],
6529
6610
  "nightly": {
6530
6611
  "url": "https://wicg.github.io/direct-sockets/",
6531
6612
  "status": "Unofficial Proposal Draft",
@@ -6534,13 +6615,6 @@
6534
6615
  "sourcePath": "index.html",
6535
6616
  "filename": "index.html"
6536
6617
  },
6537
- "organization": "W3C",
6538
- "groups": [
6539
- {
6540
- "name": "Web Platform Incubator Community Group",
6541
- "url": "https://www.w3.org/community/wicg/"
6542
- }
6543
- ],
6544
6618
  "title": "Direct Sockets API",
6545
6619
  "source": "spec",
6546
6620
  "shortTitle": "Direct Sockets API",
@@ -6729,7 +6803,7 @@
6729
6803
  ],
6730
6804
  "nightly": {
6731
6805
  "url": "https://wicg.github.io/eyedropper-api/",
6732
- "status": "Editor's Draft",
6806
+ "status": "Draft Community Group Report",
6733
6807
  "alternateUrls": [],
6734
6808
  "repository": "https://github.com/WICG/eyedropper-api",
6735
6809
  "sourcePath": "index.html",
@@ -7052,8 +7126,8 @@
7052
7126
  "series": {
7053
7127
  "shortname": "is-input-pending",
7054
7128
  "currentSpecification": "is-input-pending",
7055
- "title": "isInputPending",
7056
- "shortTitle": "isInputPending",
7129
+ "title": "Early detection of input events",
7130
+ "shortTitle": "Early detection of input events",
7057
7131
  "nightlyUrl": "https://wicg.github.io/is-input-pending/"
7058
7132
  },
7059
7133
  "organization": "W3C",
@@ -7071,9 +7145,9 @@
7071
7145
  "sourcePath": "index.html",
7072
7146
  "filename": "index.html"
7073
7147
  },
7074
- "title": "isInputPending",
7148
+ "title": "Early detection of input events",
7075
7149
  "source": "spec",
7076
- "shortTitle": "isInputPending",
7150
+ "shortTitle": "Early detection of input events",
7077
7151
  "categories": [
7078
7152
  "browser"
7079
7153
  ],
@@ -7509,7 +7583,7 @@
7509
7583
  ],
7510
7584
  "nightly": {
7511
7585
  "url": "https://wicg.github.io/overscroll-scrollend-events/",
7512
- "status": "Editor's Draft",
7586
+ "status": "Draft Community Group Report",
7513
7587
  "alternateUrls": [],
7514
7588
  "repository": "https://github.com/WICG/overscroll-scrollend-events",
7515
7589
  "sourcePath": "index.html",
@@ -7834,7 +7908,7 @@
7834
7908
  "tests": {
7835
7909
  "repository": "https://github.com/web-platform-tests/wpt",
7836
7910
  "testPaths": [
7837
- "fetch/local-network-access"
7911
+ "fetch/private-network-access"
7838
7912
  ]
7839
7913
  }
7840
7914
  },
@@ -8598,7 +8672,7 @@
8598
8672
  ],
8599
8673
  "nightly": {
8600
8674
  "url": "https://wicg.github.io/webcrypto-secure-curves/",
8601
- "status": "Editor's Draft",
8675
+ "status": "Draft Community Group Report",
8602
8676
  "alternateUrls": [],
8603
8677
  "repository": "https://github.com/WICG/webcrypto-secure-curves",
8604
8678
  "sourcePath": "index.html",
@@ -8632,7 +8706,7 @@
8632
8706
  ],
8633
8707
  "nightly": {
8634
8708
  "url": "https://wicg.github.io/webhid/",
8635
- "status": "Editor's Draft",
8709
+ "status": "Draft Community Group Report",
8636
8710
  "alternateUrls": [],
8637
8711
  "repository": "https://github.com/WICG/webhid",
8638
8712
  "sourcePath": "index.html",
@@ -16106,7 +16180,7 @@
16106
16180
  "title": "Event Timing API",
16107
16181
  "shortTitle": "Event Timing API",
16108
16182
  "releaseUrl": "https://www.w3.org/TR/event-timing/",
16109
- "nightlyUrl": "https://w3c.github.io/event-timing"
16183
+ "nightlyUrl": "https://w3c.github.io/event-timing/"
16110
16184
  },
16111
16185
  "organization": "W3C",
16112
16186
  "groups": [
@@ -16117,11 +16191,11 @@
16117
16191
  ],
16118
16192
  "release": {
16119
16193
  "url": "https://www.w3.org/TR/event-timing/",
16120
- "status": "First Public Working Draft",
16194
+ "status": "Working Draft",
16121
16195
  "filename": "Overview.html"
16122
16196
  },
16123
16197
  "nightly": {
16124
- "url": "https://w3c.github.io/event-timing",
16198
+ "url": "https://w3c.github.io/event-timing/",
16125
16199
  "status": "Editor's Draft",
16126
16200
  "alternateUrls": [],
16127
16201
  "repository": "https://github.com/w3c/event-timing",
@@ -16343,7 +16417,7 @@
16343
16417
  "groups": [
16344
16418
  {
16345
16419
  "name": "Privacy Interest Group",
16346
- "url": "https://www.w3.org/Privacy/"
16420
+ "url": "https://www.w3.org/Privacy/IG/"
16347
16421
  }
16348
16422
  ],
16349
16423
  "release": {
@@ -17399,7 +17473,7 @@
17399
17473
  ],
17400
17474
  "release": {
17401
17475
  "url": "https://www.w3.org/TR/longtasks-1/",
17402
- "status": "First Public Working Draft",
17476
+ "status": "Working Draft",
17403
17477
  "filename": "Overview.html"
17404
17478
  },
17405
17479
  "nightly": {
@@ -17410,9 +17484,9 @@
17410
17484
  "sourcePath": "index.bs",
17411
17485
  "filename": "index.html"
17412
17486
  },
17413
- "title": "Long Tasks API 1",
17487
+ "title": "Long Tasks API",
17414
17488
  "source": "w3c",
17415
- "shortTitle": "Long Tasks API 1",
17489
+ "shortTitle": "Long Tasks API",
17416
17490
  "categories": [
17417
17491
  "browser"
17418
17492
  ],
@@ -18641,7 +18715,7 @@
18641
18715
  ],
18642
18716
  "release": {
18643
18717
  "url": "https://www.w3.org/TR/paint-timing/",
18644
- "status": "First Public Working Draft",
18718
+ "status": "Working Draft",
18645
18719
  "filename": "Overview.html"
18646
18720
  },
18647
18721
  "nightly": {
@@ -18652,9 +18726,9 @@
18652
18726
  "sourcePath": "index.bs",
18653
18727
  "filename": "index.html"
18654
18728
  },
18655
- "title": "Paint Timing 1",
18729
+ "title": "Paint Timing",
18656
18730
  "source": "w3c",
18657
- "shortTitle": "Paint Timing 1",
18731
+ "shortTitle": "Paint Timing",
18658
18732
  "categories": [
18659
18733
  "browser"
18660
18734
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.62.0",
3
+ "version": "2.64.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",