browser-specs 3.40.0 → 3.42.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 (3) hide show
  1. package/README.md +7 -4
  2. package/index.json +168 -60
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -269,9 +269,11 @@ title, the property is set to the actual (possibly long) series title.
269
269
  #### `series.releaseUrl`
270
270
 
271
271
  The URL of the latest published snapshot for the spec series. For leveled specs
272
- (those that create a series), this matches the unversioned URL. That
273
- unversioned URL should return the specification identified by the
274
- [`currentSpecification`](#seriescurrentspecification) property.
272
+ (those that create a series), this matches the unversioned URL. In most cases,
273
+ that unversioned URL will return the specification identified by the
274
+ [`currentSpecification`](#seriescurrentspecification) property. It may return
275
+ an earlier level though, e.g. when the current specification has not yet been
276
+ published as a TR document.
275
277
 
276
278
  For instance, this property will be set to `https://www.w3.org/TR/css-fonts/`
277
279
  for all specifications in the CSS Fonts series.
@@ -285,7 +287,8 @@ The `releaseUrl` property is only set for W3C specs published as TR documents.
285
287
 
286
288
  For leveled specs (those that create a series), this matches the unversioned URL
287
289
  that allows to access the latest Editor's Draft of the current specification in
288
- the series.
290
+ the series. That unversioned URL should return the specification identified by
291
+ the [`currentSpecification`](#seriescurrentspecification) property.
289
292
 
290
293
  For instance, this property will be set to `https://drafts.csswg.org/css-fonts/`
291
294
  for all specifications in the CSS Fonts series.
package/index.json CHANGED
@@ -1255,11 +1255,11 @@
1255
1255
  "shortname": "compositing-2",
1256
1256
  "series": {
1257
1257
  "shortname": "compositing",
1258
- "currentSpecification": "compositing-1",
1258
+ "currentSpecification": "compositing-2",
1259
1259
  "title": "Compositing and Blending",
1260
1260
  "shortTitle": "Compositing",
1261
- "releaseUrl": "https://www.w3.org/TR/compositing/",
1262
- "nightlyUrl": "https://drafts.fxtf.org/compositing/"
1261
+ "nightlyUrl": "https://drafts.fxtf.org/compositing/",
1262
+ "releaseUrl": "https://www.w3.org/TR/compositing/"
1263
1263
  },
1264
1264
  "seriesVersion": "2",
1265
1265
  "shortTitle": "Compositing 2",
@@ -1617,6 +1617,7 @@
1617
1617
  "https://html.spec.whatwg.org/multipage/microdata.html",
1618
1618
  "https://html.spec.whatwg.org/multipage/interaction.html",
1619
1619
  "https://html.spec.whatwg.org/multipage/dnd.html",
1620
+ "https://html.spec.whatwg.org/multipage/popover.html",
1620
1621
  "https://html.spec.whatwg.org/multipage/browsers.html",
1621
1622
  "https://html.spec.whatwg.org/multipage/nav-history-apis.html",
1622
1623
  "https://html.spec.whatwg.org/multipage/document-sequences.html",
@@ -1935,6 +1936,40 @@
1935
1936
  ],
1936
1937
  "standing": "good"
1937
1938
  },
1939
+ {
1940
+ "url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
1941
+ "seriesComposition": "full",
1942
+ "shortname": "requestStorageAccessForOrigin",
1943
+ "series": {
1944
+ "shortname": "requestStorageAccessForOrigin",
1945
+ "currentSpecification": "requestStorageAccessForOrigin",
1946
+ "title": "requestStorageAccessForOrigin API",
1947
+ "shortTitle": "requestStorageAccessForOrigin API",
1948
+ "nightlyUrl": "https://privacycg.github.io/requestStorageAccessForOrigin/"
1949
+ },
1950
+ "organization": "W3C",
1951
+ "groups": [
1952
+ {
1953
+ "name": "Privacy Community Group",
1954
+ "url": "https://www.w3.org/community/privacycg/"
1955
+ }
1956
+ ],
1957
+ "nightly": {
1958
+ "url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
1959
+ "status": "Editor's Draft",
1960
+ "alternateUrls": [],
1961
+ "repository": "https://github.com/privacycg/requestStorageAccessForOrigin",
1962
+ "sourcePath": "index.bs",
1963
+ "filename": "index.html"
1964
+ },
1965
+ "title": "requestStorageAccessForOrigin API",
1966
+ "source": "spec",
1967
+ "shortTitle": "requestStorageAccessForOrigin API",
1968
+ "categories": [
1969
+ "browser"
1970
+ ],
1971
+ "standing": "good"
1972
+ },
1938
1973
  {
1939
1974
  "url": "https://privacycg.github.io/storage-access/",
1940
1975
  "seriesComposition": "full",
@@ -2095,46 +2130,6 @@
2095
2130
  ]
2096
2131
  }
2097
2132
  },
2098
- {
2099
- "url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
2100
- "seriesComposition": "full",
2101
- "shortname": "EXT_clip_cull_distance",
2102
- "series": {
2103
- "shortname": "EXT_clip_cull_distance",
2104
- "currentSpecification": "EXT_clip_cull_distance",
2105
- "title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
2106
- "shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
2107
- "nightlyUrl": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/"
2108
- },
2109
- "organization": "Khronos Group",
2110
- "groups": [
2111
- {
2112
- "name": "WebGL Working Group",
2113
- "url": "https://www.khronos.org/webgl/"
2114
- }
2115
- ],
2116
- "nightly": {
2117
- "url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
2118
- "status": "Editor's Draft",
2119
- "alternateUrls": [],
2120
- "repository": "https://github.com/KhronosGroup/WebGL",
2121
- "sourcePath": "extensions/EXT_clip_cull_distance/extension.xml",
2122
- "filename": "index.html"
2123
- },
2124
- "title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
2125
- "source": "spec",
2126
- "shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
2127
- "categories": [
2128
- "browser"
2129
- ],
2130
- "standing": "good",
2131
- "tests": {
2132
- "repository": "https://github.com/KhronosGroup/WebGL",
2133
- "testPaths": [
2134
- "conformance-suites"
2135
- ]
2136
- }
2137
- },
2138
2133
  {
2139
2134
  "url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/",
2140
2135
  "seriesComposition": "full",
@@ -3095,6 +3090,46 @@
3095
3090
  ]
3096
3091
  }
3097
3092
  },
3093
+ {
3094
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
3095
+ "seriesComposition": "full",
3096
+ "shortname": "WEBGL_clip_cull_distance",
3097
+ "series": {
3098
+ "shortname": "WEBGL_clip_cull_distance",
3099
+ "currentSpecification": "WEBGL_clip_cull_distance",
3100
+ "title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
3101
+ "shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
3102
+ "nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/"
3103
+ },
3104
+ "organization": "Khronos Group",
3105
+ "groups": [
3106
+ {
3107
+ "name": "WebGL Working Group",
3108
+ "url": "https://www.khronos.org/webgl/"
3109
+ }
3110
+ ],
3111
+ "nightly": {
3112
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
3113
+ "status": "Editor's Draft",
3114
+ "alternateUrls": [],
3115
+ "repository": "https://github.com/KhronosGroup/WebGL",
3116
+ "sourcePath": "extensions/WEBGL_clip_cull_distance/extension.xml",
3117
+ "filename": "index.html"
3118
+ },
3119
+ "title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
3120
+ "source": "spec",
3121
+ "shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
3122
+ "categories": [
3123
+ "browser"
3124
+ ],
3125
+ "standing": "good",
3126
+ "tests": {
3127
+ "repository": "https://github.com/KhronosGroup/WebGL",
3128
+ "testPaths": [
3129
+ "conformance-suites"
3130
+ ]
3131
+ }
3132
+ },
3098
3133
  {
3099
3134
  "url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/",
3100
3135
  "seriesComposition": "full",
@@ -3695,6 +3730,46 @@
3695
3730
  ]
3696
3731
  }
3697
3732
  },
3733
+ {
3734
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
3735
+ "seriesComposition": "full",
3736
+ "shortname": "WEBGL_provoking_vertex",
3737
+ "series": {
3738
+ "shortname": "WEBGL_provoking_vertex",
3739
+ "currentSpecification": "WEBGL_provoking_vertex",
3740
+ "title": "WebGL WEBGL_provoking_vertex Extension Specification",
3741
+ "shortTitle": "WebGL WEBGL_provoking_vertex Extension",
3742
+ "nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/"
3743
+ },
3744
+ "organization": "Khronos Group",
3745
+ "groups": [
3746
+ {
3747
+ "name": "WebGL Working Group",
3748
+ "url": "https://www.khronos.org/webgl/"
3749
+ }
3750
+ ],
3751
+ "nightly": {
3752
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
3753
+ "status": "Editor's Draft",
3754
+ "alternateUrls": [],
3755
+ "repository": "https://github.com/KhronosGroup/WebGL",
3756
+ "sourcePath": "extensions/WEBGL_provoking_vertex/extension.xml",
3757
+ "filename": "index.html"
3758
+ },
3759
+ "title": "WebGL WEBGL_provoking_vertex Extension Specification",
3760
+ "source": "spec",
3761
+ "shortTitle": "WebGL WEBGL_provoking_vertex Extension",
3762
+ "categories": [
3763
+ "browser"
3764
+ ],
3765
+ "standing": "good",
3766
+ "tests": {
3767
+ "repository": "https://github.com/KhronosGroup/WebGL",
3768
+ "testPaths": [
3769
+ "conformance-suites"
3770
+ ]
3771
+ }
3772
+ },
3698
3773
  {
3699
3774
  "url": "https://registry.khronos.org/webgl/specs/latest/1.0/",
3700
3775
  "seriesComposition": "full",
@@ -6399,6 +6474,40 @@
6399
6474
  ]
6400
6475
  }
6401
6476
  },
6477
+ {
6478
+ "url": "https://wicg.github.io/first-party-sets/",
6479
+ "seriesComposition": "full",
6480
+ "shortname": "first-party-sets",
6481
+ "series": {
6482
+ "shortname": "first-party-sets",
6483
+ "currentSpecification": "first-party-sets",
6484
+ "title": "User Agent Interaction with First-Party Sets",
6485
+ "shortTitle": "User Agent Interaction with First-Party Sets",
6486
+ "nightlyUrl": "https://wicg.github.io/first-party-sets/"
6487
+ },
6488
+ "organization": "W3C",
6489
+ "groups": [
6490
+ {
6491
+ "name": "Web Platform Incubator Community Group",
6492
+ "url": "https://www.w3.org/community/wicg/"
6493
+ }
6494
+ ],
6495
+ "nightly": {
6496
+ "url": "https://wicg.github.io/first-party-sets/",
6497
+ "status": "Draft Community Group Report",
6498
+ "alternateUrls": [],
6499
+ "repository": "https://github.com/WICG/first-party-sets",
6500
+ "sourcePath": "spec.bs",
6501
+ "filename": "index.html"
6502
+ },
6503
+ "title": "User Agent Interaction with First-Party Sets",
6504
+ "source": "spec",
6505
+ "shortTitle": "User Agent Interaction with First-Party Sets",
6506
+ "categories": [
6507
+ "browser"
6508
+ ],
6509
+ "standing": "good"
6510
+ },
6402
6511
  {
6403
6512
  "url": "https://wicg.github.io/get-installed-related-apps/spec/",
6404
6513
  "seriesComposition": "full",
@@ -9895,11 +10004,11 @@
9895
10004
  "shortname": "compositing-1",
9896
10005
  "series": {
9897
10006
  "shortname": "compositing",
9898
- "currentSpecification": "compositing-1",
10007
+ "currentSpecification": "compositing-2",
9899
10008
  "title": "Compositing and Blending",
9900
10009
  "shortTitle": "Compositing",
9901
- "releaseUrl": "https://www.w3.org/TR/compositing/",
9902
- "nightlyUrl": "https://drafts.fxtf.org/compositing/"
10010
+ "nightlyUrl": "https://drafts.fxtf.org/compositing/",
10011
+ "releaseUrl": "https://www.w3.org/TR/compositing/"
9903
10012
  },
9904
10013
  "seriesVersion": "1",
9905
10014
  "shortTitle": "Compositing 1",
@@ -9951,7 +10060,7 @@
9951
10060
  "title": "Compute Pressure Level 1",
9952
10061
  "shortTitle": "Compute Pressure",
9953
10062
  "releaseUrl": "https://www.w3.org/TR/compute-pressure/",
9954
- "nightlyUrl": "https://wicg.github.io/compute-pressure/"
10063
+ "nightlyUrl": "https://w3c.github.io/compute-pressure/"
9955
10064
  },
9956
10065
  "organization": "W3C",
9957
10066
  "groups": [
@@ -9962,14 +10071,14 @@
9962
10071
  ],
9963
10072
  "release": {
9964
10073
  "url": "https://www.w3.org/TR/compute-pressure/",
9965
- "status": "First Public Working Draft",
10074
+ "status": "Working Draft",
9966
10075
  "filename": "Overview.html"
9967
10076
  },
9968
10077
  "nightly": {
9969
- "url": "https://wicg.github.io/compute-pressure/",
10078
+ "url": "https://w3c.github.io/compute-pressure/",
9970
10079
  "status": "Editor's Draft",
9971
10080
  "alternateUrls": [],
9972
- "repository": "https://github.com/WICG/compute-pressure",
10081
+ "repository": "https://github.com/w3c/compute-pressure",
9973
10082
  "sourcePath": "index.html",
9974
10083
  "filename": "index.html"
9975
10084
  },
@@ -9982,18 +10091,17 @@
9982
10091
  "standing": "good"
9983
10092
  },
9984
10093
  {
9985
- "url": "https://www.w3.org/TR/contact-picker-1/",
10094
+ "url": "https://www.w3.org/TR/contact-picker/",
9986
10095
  "seriesComposition": "full",
9987
- "shortname": "contact-picker-1",
10096
+ "shortname": "contact-picker",
9988
10097
  "series": {
9989
10098
  "shortname": "contact-picker",
9990
- "currentSpecification": "contact-picker-1",
10099
+ "currentSpecification": "contact-picker",
9991
10100
  "title": "Contact Picker API",
9992
10101
  "shortTitle": "Contact Picker API",
9993
10102
  "releaseUrl": "https://www.w3.org/TR/contact-picker/",
9994
- "nightlyUrl": "https://w3c.github.io/contact-api/spec"
10103
+ "nightlyUrl": "https://w3c.github.io/contact-picker/"
9995
10104
  },
9996
- "seriesVersion": "1",
9997
10105
  "organization": "W3C",
9998
10106
  "groups": [
9999
10107
  {
@@ -10006,16 +10114,16 @@
10006
10114
  }
10007
10115
  ],
10008
10116
  "release": {
10009
- "url": "https://www.w3.org/TR/contact-picker-1/",
10010
- "status": "First Public Working Draft",
10117
+ "url": "https://www.w3.org/TR/contact-picker/",
10118
+ "status": "Working Draft",
10011
10119
  "filename": "Overview.html"
10012
10120
  },
10013
10121
  "nightly": {
10014
- "url": "https://w3c.github.io/contact-api/spec",
10122
+ "url": "https://w3c.github.io/contact-picker/",
10015
10123
  "status": "Editor's Draft",
10016
10124
  "alternateUrls": [],
10017
- "repository": "https://github.com/w3c/contact-api",
10018
- "sourcePath": "spec/index.bs",
10125
+ "repository": "https://github.com/w3c/contact-picker",
10126
+ "sourcePath": "index.bs",
10019
10127
  "filename": "index.html"
10020
10128
  },
10021
10129
  "title": "Contact Picker API",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.40.0",
3
+ "version": "3.42.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",