browser-specs 3.40.0 → 3.41.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 +95 -55
  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",
@@ -2095,46 +2095,6 @@
2095
2095
  ]
2096
2096
  }
2097
2097
  },
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
2098
  {
2139
2099
  "url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/",
2140
2100
  "seriesComposition": "full",
@@ -3095,6 +3055,46 @@
3095
3055
  ]
3096
3056
  }
3097
3057
  },
3058
+ {
3059
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
3060
+ "seriesComposition": "full",
3061
+ "shortname": "WEBGL_clip_cull_distance",
3062
+ "series": {
3063
+ "shortname": "WEBGL_clip_cull_distance",
3064
+ "currentSpecification": "WEBGL_clip_cull_distance",
3065
+ "title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
3066
+ "shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
3067
+ "nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/"
3068
+ },
3069
+ "organization": "Khronos Group",
3070
+ "groups": [
3071
+ {
3072
+ "name": "WebGL Working Group",
3073
+ "url": "https://www.khronos.org/webgl/"
3074
+ }
3075
+ ],
3076
+ "nightly": {
3077
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
3078
+ "status": "Editor's Draft",
3079
+ "alternateUrls": [],
3080
+ "repository": "https://github.com/KhronosGroup/WebGL",
3081
+ "sourcePath": "extensions/WEBGL_clip_cull_distance/extension.xml",
3082
+ "filename": "index.html"
3083
+ },
3084
+ "title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
3085
+ "source": "spec",
3086
+ "shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
3087
+ "categories": [
3088
+ "browser"
3089
+ ],
3090
+ "standing": "good",
3091
+ "tests": {
3092
+ "repository": "https://github.com/KhronosGroup/WebGL",
3093
+ "testPaths": [
3094
+ "conformance-suites"
3095
+ ]
3096
+ }
3097
+ },
3098
3098
  {
3099
3099
  "url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/",
3100
3100
  "seriesComposition": "full",
@@ -3695,6 +3695,46 @@
3695
3695
  ]
3696
3696
  }
3697
3697
  },
3698
+ {
3699
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
3700
+ "seriesComposition": "full",
3701
+ "shortname": "WEBGL_provoking_vertex",
3702
+ "series": {
3703
+ "shortname": "WEBGL_provoking_vertex",
3704
+ "currentSpecification": "WEBGL_provoking_vertex",
3705
+ "title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
3706
+ "shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
3707
+ "nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/"
3708
+ },
3709
+ "organization": "Khronos Group",
3710
+ "groups": [
3711
+ {
3712
+ "name": "WebGL Working Group",
3713
+ "url": "https://www.khronos.org/webgl/"
3714
+ }
3715
+ ],
3716
+ "nightly": {
3717
+ "url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
3718
+ "status": "Editor's Draft",
3719
+ "alternateUrls": [],
3720
+ "repository": "https://github.com/KhronosGroup/WebGL",
3721
+ "sourcePath": "extensions/WEBGL_provoking_vertex/extension.xml",
3722
+ "filename": "index.html"
3723
+ },
3724
+ "title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
3725
+ "source": "spec",
3726
+ "shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
3727
+ "categories": [
3728
+ "browser"
3729
+ ],
3730
+ "standing": "good",
3731
+ "tests": {
3732
+ "repository": "https://github.com/KhronosGroup/WebGL",
3733
+ "testPaths": [
3734
+ "conformance-suites"
3735
+ ]
3736
+ }
3737
+ },
3698
3738
  {
3699
3739
  "url": "https://registry.khronos.org/webgl/specs/latest/1.0/",
3700
3740
  "seriesComposition": "full",
@@ -9895,11 +9935,11 @@
9895
9935
  "shortname": "compositing-1",
9896
9936
  "series": {
9897
9937
  "shortname": "compositing",
9898
- "currentSpecification": "compositing-1",
9938
+ "currentSpecification": "compositing-2",
9899
9939
  "title": "Compositing and Blending",
9900
9940
  "shortTitle": "Compositing",
9901
- "releaseUrl": "https://www.w3.org/TR/compositing/",
9902
- "nightlyUrl": "https://drafts.fxtf.org/compositing/"
9941
+ "nightlyUrl": "https://drafts.fxtf.org/compositing/",
9942
+ "releaseUrl": "https://www.w3.org/TR/compositing/"
9903
9943
  },
9904
9944
  "seriesVersion": "1",
9905
9945
  "shortTitle": "Compositing 1",
@@ -9951,7 +9991,7 @@
9951
9991
  "title": "Compute Pressure Level 1",
9952
9992
  "shortTitle": "Compute Pressure",
9953
9993
  "releaseUrl": "https://www.w3.org/TR/compute-pressure/",
9954
- "nightlyUrl": "https://wicg.github.io/compute-pressure/"
9994
+ "nightlyUrl": "https://w3c.github.io/compute-pressure/"
9955
9995
  },
9956
9996
  "organization": "W3C",
9957
9997
  "groups": [
@@ -9962,14 +10002,14 @@
9962
10002
  ],
9963
10003
  "release": {
9964
10004
  "url": "https://www.w3.org/TR/compute-pressure/",
9965
- "status": "First Public Working Draft",
10005
+ "status": "Working Draft",
9966
10006
  "filename": "Overview.html"
9967
10007
  },
9968
10008
  "nightly": {
9969
- "url": "https://wicg.github.io/compute-pressure/",
10009
+ "url": "https://w3c.github.io/compute-pressure/",
9970
10010
  "status": "Editor's Draft",
9971
10011
  "alternateUrls": [],
9972
- "repository": "https://github.com/WICG/compute-pressure",
10012
+ "repository": "https://github.com/w3c/compute-pressure",
9973
10013
  "sourcePath": "index.html",
9974
10014
  "filename": "index.html"
9975
10015
  },
@@ -9991,7 +10031,7 @@
9991
10031
  "title": "Contact Picker API",
9992
10032
  "shortTitle": "Contact Picker API",
9993
10033
  "releaseUrl": "https://www.w3.org/TR/contact-picker/",
9994
- "nightlyUrl": "https://w3c.github.io/contact-api/spec"
10034
+ "nightlyUrl": "https://w3c.github.io/contact-picker/"
9995
10035
  },
9996
10036
  "seriesVersion": "1",
9997
10037
  "organization": "W3C",
@@ -10007,15 +10047,15 @@
10007
10047
  ],
10008
10048
  "release": {
10009
10049
  "url": "https://www.w3.org/TR/contact-picker-1/",
10010
- "status": "First Public Working Draft",
10050
+ "status": "Working Draft",
10011
10051
  "filename": "Overview.html"
10012
10052
  },
10013
10053
  "nightly": {
10014
- "url": "https://w3c.github.io/contact-api/spec",
10054
+ "url": "https://w3c.github.io/contact-picker/",
10015
10055
  "status": "Editor's Draft",
10016
10056
  "alternateUrls": [],
10017
- "repository": "https://github.com/w3c/contact-api",
10018
- "sourcePath": "spec/index.bs",
10057
+ "repository": "https://github.com/w3c/contact-picker",
10058
+ "sourcePath": "index.bs",
10019
10059
  "filename": "index.html"
10020
10060
  },
10021
10061
  "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.41.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",