web-specs 3.52.0 → 3.53.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 +75 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1256,6 +1256,44 @@
1256
1256
  ]
1257
1257
  }
1258
1258
  },
1259
+ {
1260
+ "url": "https://drafts.csswg.org/pointer-animations-1/",
1261
+ "seriesComposition": "full",
1262
+ "shortname": "pointer-animations-1",
1263
+ "series": {
1264
+ "shortname": "pointer-animations",
1265
+ "currentSpecification": "pointer-animations-1",
1266
+ "title": "Pointer-driven Animations",
1267
+ "shortTitle": "Pointer-driven Animations",
1268
+ "nightlyUrl": "https://drafts.csswg.org/pointer-animations/"
1269
+ },
1270
+ "seriesVersion": "1",
1271
+ "organization": "W3C",
1272
+ "groups": [
1273
+ {
1274
+ "name": "Cascading Style Sheets (CSS) Working Group",
1275
+ "url": "https://www.w3.org/Style/CSS/"
1276
+ }
1277
+ ],
1278
+ "nightly": {
1279
+ "url": "https://drafts.csswg.org/pointer-animations-1/",
1280
+ "status": "Editor's Draft",
1281
+ "alternateUrls": [
1282
+ "https://w3c.github.io/csswg-drafts/pointer-animations-1/",
1283
+ "https://w3c.github.io/csswg-drafts/pointer-animations/"
1284
+ ],
1285
+ "repository": "https://github.com/w3c/csswg-drafts",
1286
+ "sourcePath": "pointer-animations-1/Overview.bs",
1287
+ "filename": "index.html"
1288
+ },
1289
+ "title": "Pointer-driven Animations",
1290
+ "source": "spec",
1291
+ "shortTitle": "Pointer-driven Animations",
1292
+ "categories": [
1293
+ "browser"
1294
+ ],
1295
+ "standing": "good"
1296
+ },
1259
1297
  {
1260
1298
  "url": "https://drafts.csswg.org/selectors-5/",
1261
1299
  "seriesComposition": "delta",
@@ -10889,6 +10927,43 @@
10889
10927
  ],
10890
10928
  "standing": "good"
10891
10929
  },
10930
+ {
10931
+ "url": "https://www.rfc-editor.org/rfc/rfc5861",
10932
+ "seriesComposition": "full",
10933
+ "shortname": "rfc5861",
10934
+ "series": {
10935
+ "shortname": "rfc5861",
10936
+ "currentSpecification": "rfc5861",
10937
+ "title": "HTTP Cache-Control Extensions for Stale Content",
10938
+ "shortTitle": "HTTP Cache-Control Extensions for Stale Content",
10939
+ "nightlyUrl": "https://httpwg.org/specs/rfc5861.html"
10940
+ },
10941
+ "organization": "IETF",
10942
+ "groups": [
10943
+ {
10944
+ "name": "Applications Area",
10945
+ "url": "https://datatracker.ietf.org/wg/app/"
10946
+ }
10947
+ ],
10948
+ "nightly": {
10949
+ "url": "https://httpwg.org/specs/rfc5861.html",
10950
+ "status": "Informational",
10951
+ "alternateUrls": [
10952
+ "https://datatracker.ietf.org/doc/html/rfc5861",
10953
+ "https://tools.ietf.org/html/rfc5861"
10954
+ ],
10955
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10956
+ "sourcePath": "specs/rfc5861.xml",
10957
+ "filename": "rfc5861.html"
10958
+ },
10959
+ "title": "HTTP Cache-Control Extensions for Stale Content",
10960
+ "source": "ietf",
10961
+ "shortTitle": "HTTP Cache-Control Extensions for Stale Content",
10962
+ "categories": [
10963
+ "browser"
10964
+ ],
10965
+ "standing": "good"
10966
+ },
10892
10967
  {
10893
10968
  "url": "https://www.rfc-editor.org/rfc/rfc6265",
10894
10969
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.52.0",
3
+ "version": "3.53.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",