web-specs 2.68.0 → 2.70.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.
- package/index.json +210 -30
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -1893,6 +1893,74 @@
|
|
|
1893
1893
|
],
|
|
1894
1894
|
"standing": "good"
|
|
1895
1895
|
},
|
|
1896
|
+
{
|
|
1897
|
+
"url": "https://immersive-web.github.io/real-world-geometry/plane-detection.html",
|
|
1898
|
+
"seriesComposition": "full",
|
|
1899
|
+
"shortname": "webxr-plane-detection",
|
|
1900
|
+
"series": {
|
|
1901
|
+
"shortname": "webxr-plane-detection",
|
|
1902
|
+
"currentSpecification": "webxr-plane-detection",
|
|
1903
|
+
"title": "WebXR Plane Detection",
|
|
1904
|
+
"shortTitle": "WebXR Plane Detection",
|
|
1905
|
+
"nightlyUrl": "https://immersive-web.github.io/real-world-geometry/plane-detection.html"
|
|
1906
|
+
},
|
|
1907
|
+
"organization": "W3C",
|
|
1908
|
+
"groups": [
|
|
1909
|
+
{
|
|
1910
|
+
"name": "Immersive Web Community Group",
|
|
1911
|
+
"url": "https://www.w3.org/community/immersive-web/"
|
|
1912
|
+
}
|
|
1913
|
+
],
|
|
1914
|
+
"nightly": {
|
|
1915
|
+
"url": "https://immersive-web.github.io/real-world-geometry/plane-detection.html",
|
|
1916
|
+
"status": "Draft Community Group Report",
|
|
1917
|
+
"alternateUrls": [],
|
|
1918
|
+
"repository": "https://github.com/immersive-web/real-world-geometry",
|
|
1919
|
+
"sourcePath": "plane-detection.bs",
|
|
1920
|
+
"filename": "plane-detection.html"
|
|
1921
|
+
},
|
|
1922
|
+
"title": "WebXR Plane Detection Module",
|
|
1923
|
+
"source": "spec",
|
|
1924
|
+
"shortTitle": "WebXR Plane Detection",
|
|
1925
|
+
"categories": [
|
|
1926
|
+
"browser"
|
|
1927
|
+
],
|
|
1928
|
+
"standing": "good"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"url": "https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html",
|
|
1932
|
+
"seriesComposition": "full",
|
|
1933
|
+
"shortname": "webxr-meshing",
|
|
1934
|
+
"series": {
|
|
1935
|
+
"shortname": "webxr-meshing",
|
|
1936
|
+
"currentSpecification": "webxr-meshing",
|
|
1937
|
+
"title": "WebXR Meshing API",
|
|
1938
|
+
"shortTitle": "WebXR Meshing API",
|
|
1939
|
+
"nightlyUrl": "https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html"
|
|
1940
|
+
},
|
|
1941
|
+
"organization": "W3C",
|
|
1942
|
+
"groups": [
|
|
1943
|
+
{
|
|
1944
|
+
"name": "Immersive Web Community Group",
|
|
1945
|
+
"url": "https://www.w3.org/community/immersive-web/"
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"nightly": {
|
|
1949
|
+
"url": "https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html",
|
|
1950
|
+
"status": "A Collection of Interesting Ideas",
|
|
1951
|
+
"alternateUrls": [],
|
|
1952
|
+
"repository": "https://github.com/immersive-web/real-world-geometry",
|
|
1953
|
+
"sourcePath": "webxrmeshing-1.bs",
|
|
1954
|
+
"filename": "webxrmeshing-1.html"
|
|
1955
|
+
},
|
|
1956
|
+
"title": "WebXR Meshing API Level 1",
|
|
1957
|
+
"source": "spec",
|
|
1958
|
+
"shortTitle": "WebXR Meshing API 1",
|
|
1959
|
+
"categories": [
|
|
1960
|
+
"browser"
|
|
1961
|
+
],
|
|
1962
|
+
"standing": "pending"
|
|
1963
|
+
},
|
|
1896
1964
|
{
|
|
1897
1965
|
"url": "https://immersive-web.github.io/real-world-meshing/",
|
|
1898
1966
|
"seriesComposition": "full",
|
|
@@ -5899,13 +5967,6 @@
|
|
|
5899
5967
|
"shortTitle": "PNG",
|
|
5900
5968
|
"nightlyUrl": "https://w3c.github.io/PNG-spec/"
|
|
5901
5969
|
},
|
|
5902
|
-
"organization": "W3C",
|
|
5903
|
-
"groups": [
|
|
5904
|
-
{
|
|
5905
|
-
"name": "Portable Network Graphics (PNG) Working Group",
|
|
5906
|
-
"url": "https://www.w3.org/groups/wg/png/"
|
|
5907
|
-
}
|
|
5908
|
-
],
|
|
5909
5970
|
"nightly": {
|
|
5910
5971
|
"url": "https://w3c.github.io/PNG-spec/",
|
|
5911
5972
|
"status": "Editor's Draft",
|
|
@@ -5914,6 +5975,13 @@
|
|
|
5914
5975
|
"sourcePath": "index.html",
|
|
5915
5976
|
"filename": "index.html"
|
|
5916
5977
|
},
|
|
5978
|
+
"organization": "W3C",
|
|
5979
|
+
"groups": [
|
|
5980
|
+
{
|
|
5981
|
+
"name": "Portable Network Graphics (PNG) Working Group",
|
|
5982
|
+
"url": "https://www.w3.org/groups/wg/png/"
|
|
5983
|
+
}
|
|
5984
|
+
],
|
|
5917
5985
|
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
5918
5986
|
"source": "spec",
|
|
5919
5987
|
"shortTitle": "PNG",
|
|
@@ -6217,6 +6285,40 @@
|
|
|
6217
6285
|
]
|
|
6218
6286
|
}
|
|
6219
6287
|
},
|
|
6288
|
+
{
|
|
6289
|
+
"url": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html",
|
|
6290
|
+
"seriesComposition": "full",
|
|
6291
|
+
"shortname": "web-bluetooth-scanning",
|
|
6292
|
+
"series": {
|
|
6293
|
+
"shortname": "web-bluetooth-scanning",
|
|
6294
|
+
"currentSpecification": "web-bluetooth-scanning",
|
|
6295
|
+
"title": "Web Bluetooth Scanning",
|
|
6296
|
+
"shortTitle": "Web Bluetooth Scanning",
|
|
6297
|
+
"nightlyUrl": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html"
|
|
6298
|
+
},
|
|
6299
|
+
"organization": "W3C",
|
|
6300
|
+
"groups": [
|
|
6301
|
+
{
|
|
6302
|
+
"name": "Web Bluetooth Community Group",
|
|
6303
|
+
"url": "https://www.w3.org/community/web-bluetooth/"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"nightly": {
|
|
6307
|
+
"url": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html",
|
|
6308
|
+
"status": "Draft Community Group Report",
|
|
6309
|
+
"alternateUrls": [],
|
|
6310
|
+
"repository": "https://github.com/WebBluetoothCG/web-bluetooth",
|
|
6311
|
+
"sourcePath": "scanning.bs",
|
|
6312
|
+
"filename": "scanning.html"
|
|
6313
|
+
},
|
|
6314
|
+
"title": "Web Bluetooth Scanning",
|
|
6315
|
+
"source": "spec",
|
|
6316
|
+
"shortTitle": "Web Bluetooth Scanning",
|
|
6317
|
+
"categories": [
|
|
6318
|
+
"browser"
|
|
6319
|
+
],
|
|
6320
|
+
"standing": "good"
|
|
6321
|
+
},
|
|
6220
6322
|
{
|
|
6221
6323
|
"url": "https://webidl.spec.whatwg.org/",
|
|
6222
6324
|
"seriesComposition": "full",
|
|
@@ -9033,6 +9135,46 @@
|
|
|
9033
9135
|
],
|
|
9034
9136
|
"standing": "pending"
|
|
9035
9137
|
},
|
|
9138
|
+
{
|
|
9139
|
+
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
9140
|
+
"seriesComposition": "full",
|
|
9141
|
+
"shortname": "managed-configuration",
|
|
9142
|
+
"series": {
|
|
9143
|
+
"shortname": "managed-configuration",
|
|
9144
|
+
"currentSpecification": "managed-configuration",
|
|
9145
|
+
"title": "Managed Configuration API",
|
|
9146
|
+
"shortTitle": "Managed Configuration API",
|
|
9147
|
+
"nightlyUrl": "https://wicg.github.io/WebApiDevice/managed_config/"
|
|
9148
|
+
},
|
|
9149
|
+
"nightly": {
|
|
9150
|
+
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
9151
|
+
"status": "Draft Community Group Report",
|
|
9152
|
+
"sourcePath": "managed_config/index.bs",
|
|
9153
|
+
"alternateUrls": [],
|
|
9154
|
+
"repository": "https://github.com/WICG/WebApiDevice",
|
|
9155
|
+
"filename": "index.html"
|
|
9156
|
+
},
|
|
9157
|
+
"organization": "W3C",
|
|
9158
|
+
"groups": [
|
|
9159
|
+
{
|
|
9160
|
+
"name": "Web Platform Incubator Community Group",
|
|
9161
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
9162
|
+
}
|
|
9163
|
+
],
|
|
9164
|
+
"title": "Managed Configuration API",
|
|
9165
|
+
"source": "spec",
|
|
9166
|
+
"shortTitle": "Managed Configuration API",
|
|
9167
|
+
"categories": [
|
|
9168
|
+
"browser"
|
|
9169
|
+
],
|
|
9170
|
+
"standing": "good",
|
|
9171
|
+
"tests": {
|
|
9172
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
9173
|
+
"testPaths": [
|
|
9174
|
+
"managed"
|
|
9175
|
+
]
|
|
9176
|
+
}
|
|
9177
|
+
},
|
|
9036
9178
|
{
|
|
9037
9179
|
"url": "https://wicg.github.io/webcrypto-secure-curves/",
|
|
9038
9180
|
"seriesComposition": "full",
|
|
@@ -10836,7 +10978,7 @@
|
|
|
10836
10978
|
"groups": [
|
|
10837
10979
|
{
|
|
10838
10980
|
"name": "Web Performance Working Group",
|
|
10839
|
-
"url": "https://www.w3.org/webperf/"
|
|
10981
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
10840
10982
|
}
|
|
10841
10983
|
],
|
|
10842
10984
|
"release": {
|
|
@@ -16318,7 +16460,7 @@
|
|
|
16318
16460
|
"groups": [
|
|
16319
16461
|
{
|
|
16320
16462
|
"name": "Web Performance Working Group",
|
|
16321
|
-
"url": "https://www.w3.org/webperf/"
|
|
16463
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
16322
16464
|
}
|
|
16323
16465
|
],
|
|
16324
16466
|
"release": {
|
|
@@ -16652,7 +16794,7 @@
|
|
|
16652
16794
|
"groups": [
|
|
16653
16795
|
{
|
|
16654
16796
|
"name": "Web Performance Working Group",
|
|
16655
|
-
"url": "https://www.w3.org/webperf/"
|
|
16797
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
16656
16798
|
}
|
|
16657
16799
|
],
|
|
16658
16800
|
"release": {
|
|
@@ -17295,7 +17437,7 @@
|
|
|
17295
17437
|
"groups": [
|
|
17296
17438
|
{
|
|
17297
17439
|
"name": "Web Performance Working Group",
|
|
17298
|
-
"url": "https://www.w3.org/webperf/"
|
|
17440
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
17299
17441
|
}
|
|
17300
17442
|
],
|
|
17301
17443
|
"release": {
|
|
@@ -17887,7 +18029,7 @@
|
|
|
17887
18029
|
"groups": [
|
|
17888
18030
|
{
|
|
17889
18031
|
"name": "Web Performance Working Group",
|
|
17890
|
-
"url": "https://www.w3.org/webperf/"
|
|
18032
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
17891
18033
|
}
|
|
17892
18034
|
],
|
|
17893
18035
|
"release": {
|
|
@@ -17934,7 +18076,7 @@
|
|
|
17934
18076
|
"groups": [
|
|
17935
18077
|
{
|
|
17936
18078
|
"name": "Web Performance Working Group",
|
|
17937
|
-
"url": "https://www.w3.org/webperf/"
|
|
18079
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
17938
18080
|
}
|
|
17939
18081
|
],
|
|
17940
18082
|
"release": {
|
|
@@ -18079,7 +18221,7 @@
|
|
|
18079
18221
|
"status": "Editor's Draft",
|
|
18080
18222
|
"alternateUrls": [],
|
|
18081
18223
|
"repository": "https://github.com/w3c/mathml-core",
|
|
18082
|
-
"sourcePath": "
|
|
18224
|
+
"sourcePath": "spec.html",
|
|
18083
18225
|
"filename": "index.html"
|
|
18084
18226
|
},
|
|
18085
18227
|
"title": "MathML Core",
|
|
@@ -18096,6 +18238,45 @@
|
|
|
18096
18238
|
]
|
|
18097
18239
|
}
|
|
18098
18240
|
},
|
|
18241
|
+
{
|
|
18242
|
+
"url": "https://www.w3.org/TR/mathml4/",
|
|
18243
|
+
"seriesComposition": "full",
|
|
18244
|
+
"shortname": "mathml4",
|
|
18245
|
+
"series": {
|
|
18246
|
+
"shortname": "mathml",
|
|
18247
|
+
"currentSpecification": "mathml4",
|
|
18248
|
+
"title": "Mathematical Markup Language (MathML) Version",
|
|
18249
|
+
"shortTitle": "MathML",
|
|
18250
|
+
"releaseUrl": "https://www.w3.org/TR/mathml/",
|
|
18251
|
+
"nightlyUrl": "https://w3c.github.io/mathml/"
|
|
18252
|
+
},
|
|
18253
|
+
"seriesVersion": "4",
|
|
18254
|
+
"categories": [],
|
|
18255
|
+
"organization": "W3C",
|
|
18256
|
+
"groups": [
|
|
18257
|
+
{
|
|
18258
|
+
"name": "Math Working Group",
|
|
18259
|
+
"url": "https://www.w3.org/Math/"
|
|
18260
|
+
}
|
|
18261
|
+
],
|
|
18262
|
+
"release": {
|
|
18263
|
+
"url": "https://www.w3.org/TR/mathml4/",
|
|
18264
|
+
"status": "First Public Working Draft",
|
|
18265
|
+
"filename": "Overview.html"
|
|
18266
|
+
},
|
|
18267
|
+
"nightly": {
|
|
18268
|
+
"url": "https://w3c.github.io/mathml/",
|
|
18269
|
+
"status": "Editor's Draft",
|
|
18270
|
+
"alternateUrls": [],
|
|
18271
|
+
"repository": "https://github.com/w3c/mathml",
|
|
18272
|
+
"sourcePath": "spec.html",
|
|
18273
|
+
"filename": "index.html"
|
|
18274
|
+
},
|
|
18275
|
+
"title": "Mathematical Markup Language (MathML) Version 4.0",
|
|
18276
|
+
"source": "w3c",
|
|
18277
|
+
"shortTitle": "MathML 4.0",
|
|
18278
|
+
"standing": "good"
|
|
18279
|
+
},
|
|
18099
18280
|
{
|
|
18100
18281
|
"url": "https://www.w3.org/TR/media-capabilities/",
|
|
18101
18282
|
"seriesComposition": "full",
|
|
@@ -19151,7 +19332,7 @@
|
|
|
19151
19332
|
"groups": [
|
|
19152
19333
|
{
|
|
19153
19334
|
"name": "Web Performance Working Group",
|
|
19154
|
-
"url": "https://www.w3.org/webperf/"
|
|
19335
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
19155
19336
|
}
|
|
19156
19337
|
],
|
|
19157
19338
|
"release": {
|
|
@@ -19182,27 +19363,26 @@
|
|
|
19182
19363
|
}
|
|
19183
19364
|
},
|
|
19184
19365
|
{
|
|
19185
|
-
"url": "https://www.w3.org/TR/network-error-logging
|
|
19366
|
+
"url": "https://www.w3.org/TR/network-error-logging/",
|
|
19186
19367
|
"seriesComposition": "full",
|
|
19187
|
-
"shortname": "network-error-logging
|
|
19368
|
+
"shortname": "network-error-logging",
|
|
19188
19369
|
"series": {
|
|
19189
19370
|
"shortname": "network-error-logging",
|
|
19190
|
-
"currentSpecification": "network-error-logging
|
|
19371
|
+
"currentSpecification": "network-error-logging",
|
|
19191
19372
|
"title": "Network Error Logging",
|
|
19192
19373
|
"shortTitle": "Network Error Logging",
|
|
19193
19374
|
"releaseUrl": "https://www.w3.org/TR/network-error-logging/",
|
|
19194
19375
|
"nightlyUrl": "https://w3c.github.io/network-error-logging/"
|
|
19195
19376
|
},
|
|
19196
|
-
"seriesVersion": "1",
|
|
19197
19377
|
"organization": "W3C",
|
|
19198
19378
|
"groups": [
|
|
19199
19379
|
{
|
|
19200
19380
|
"name": "Web Performance Working Group",
|
|
19201
|
-
"url": "https://www.w3.org/webperf/"
|
|
19381
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
19202
19382
|
}
|
|
19203
19383
|
],
|
|
19204
19384
|
"release": {
|
|
19205
|
-
"url": "https://www.w3.org/TR/network-error-logging
|
|
19385
|
+
"url": "https://www.w3.org/TR/network-error-logging/",
|
|
19206
19386
|
"status": "Working Draft",
|
|
19207
19387
|
"filename": "Overview.html"
|
|
19208
19388
|
},
|
|
@@ -19376,7 +19556,7 @@
|
|
|
19376
19556
|
"groups": [
|
|
19377
19557
|
{
|
|
19378
19558
|
"name": "Web Performance Working Group",
|
|
19379
|
-
"url": "https://www.w3.org/webperf/"
|
|
19559
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
19380
19560
|
}
|
|
19381
19561
|
],
|
|
19382
19562
|
"release": {
|
|
@@ -19601,7 +19781,7 @@
|
|
|
19601
19781
|
"groups": [
|
|
19602
19782
|
{
|
|
19603
19783
|
"name": "Web Performance Working Group",
|
|
19604
|
-
"url": "https://www.w3.org/webperf/"
|
|
19784
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
19605
19785
|
}
|
|
19606
19786
|
],
|
|
19607
19787
|
"release": {
|
|
@@ -20499,7 +20679,7 @@
|
|
|
20499
20679
|
"groups": [
|
|
20500
20680
|
{
|
|
20501
20681
|
"name": "Web Performance Working Group",
|
|
20502
|
-
"url": "https://www.w3.org/webperf/"
|
|
20682
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
20503
20683
|
}
|
|
20504
20684
|
],
|
|
20505
20685
|
"release": {
|
|
@@ -20545,7 +20725,7 @@
|
|
|
20545
20725
|
"groups": [
|
|
20546
20726
|
{
|
|
20547
20727
|
"name": "Web Performance Working Group",
|
|
20548
|
-
"url": "https://www.w3.org/webperf/"
|
|
20728
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
20549
20729
|
}
|
|
20550
20730
|
],
|
|
20551
20731
|
"release": {
|
|
@@ -20641,7 +20821,7 @@
|
|
|
20641
20821
|
"groups": [
|
|
20642
20822
|
{
|
|
20643
20823
|
"name": "Web Performance Working Group",
|
|
20644
|
-
"url": "https://www.w3.org/webperf/"
|
|
20824
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
20645
20825
|
}
|
|
20646
20826
|
],
|
|
20647
20827
|
"release": {
|
|
@@ -21158,7 +21338,7 @@
|
|
|
21158
21338
|
"groups": [
|
|
21159
21339
|
{
|
|
21160
21340
|
"name": "Web Performance Working Group",
|
|
21161
|
-
"url": "https://www.w3.org/webperf/"
|
|
21341
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
21162
21342
|
}
|
|
21163
21343
|
],
|
|
21164
21344
|
"release": {
|
|
@@ -22081,7 +22261,7 @@
|
|
|
22081
22261
|
"groups": [
|
|
22082
22262
|
{
|
|
22083
22263
|
"name": "Web Performance Working Group",
|
|
22084
|
-
"url": "https://www.w3.org/webperf/"
|
|
22264
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
22085
22265
|
}
|
|
22086
22266
|
],
|
|
22087
22267
|
"release": {
|
|
@@ -22431,7 +22611,7 @@
|
|
|
22431
22611
|
"groups": [
|
|
22432
22612
|
{
|
|
22433
22613
|
"name": "Web Performance Working Group",
|
|
22434
|
-
"url": "https://www.w3.org/webperf/"
|
|
22614
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
22435
22615
|
}
|
|
22436
22616
|
],
|
|
22437
22617
|
"release": {
|
|
@@ -23003,7 +23183,7 @@
|
|
|
23003
23183
|
],
|
|
23004
23184
|
"release": {
|
|
23005
23185
|
"url": "https://www.w3.org/TR/webauthn-3/",
|
|
23006
|
-
"status": "
|
|
23186
|
+
"status": "Working Draft",
|
|
23007
23187
|
"filename": "Overview.html"
|
|
23008
23188
|
},
|
|
23009
23189
|
"nightly": {
|