web-specs 2.14.0 → 2.15.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 +98 -5
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -2856,7 +2856,7 @@
2856
2856
  "filename": "index.html"
2857
2857
  },
2858
2858
  "title": "Multi-Screen Window Placement",
2859
- "source": "spec",
2859
+ "source": "specref",
2860
2860
  "shortTitle": "Multi-Screen Window Placement",
2861
2861
  "categories": [
2862
2862
  "browser"
@@ -4273,6 +4273,99 @@
4273
4273
  "browser"
4274
4274
  ]
4275
4275
  },
4276
+ {
4277
+ "url": "https://wicg.github.io/nav-speculation/prefetch.html",
4278
+ "seriesComposition": "full",
4279
+ "shortname": "prefetch",
4280
+ "series": {
4281
+ "shortname": "prefetch",
4282
+ "currentSpecification": "prefetch",
4283
+ "title": "Prefetch",
4284
+ "shortTitle": "Prefetch",
4285
+ "nightlyUrl": "https://wicg.github.io/nav-speculation/prefetch.html"
4286
+ },
4287
+ "organization": "W3C",
4288
+ "groups": [
4289
+ {
4290
+ "name": "Web Platform Incubator Community Group",
4291
+ "url": "https://www.w3.org/community/wicg/"
4292
+ }
4293
+ ],
4294
+ "nightly": {
4295
+ "url": "https://wicg.github.io/nav-speculation/prefetch.html",
4296
+ "repository": "https://github.com/WICG/nav-speculation",
4297
+ "sourcePath": "prefetch.bs",
4298
+ "filename": "prefetch.html"
4299
+ },
4300
+ "title": "Prefetch",
4301
+ "source": "spec",
4302
+ "shortTitle": "Prefetch",
4303
+ "categories": [
4304
+ "browser"
4305
+ ]
4306
+ },
4307
+ {
4308
+ "url": "https://wicg.github.io/nav-speculation/prerendering.html",
4309
+ "seriesComposition": "full",
4310
+ "shortname": "prerendering-revamped",
4311
+ "series": {
4312
+ "shortname": "prerendering-revamped",
4313
+ "currentSpecification": "prerendering-revamped",
4314
+ "title": "Prerendering Revamped",
4315
+ "shortTitle": "Prerendering Revamped",
4316
+ "nightlyUrl": "https://wicg.github.io/nav-speculation/prerendering.html"
4317
+ },
4318
+ "organization": "W3C",
4319
+ "groups": [
4320
+ {
4321
+ "name": "Web Platform Incubator Community Group",
4322
+ "url": "https://www.w3.org/community/wicg/"
4323
+ }
4324
+ ],
4325
+ "nightly": {
4326
+ "url": "https://wicg.github.io/nav-speculation/prerendering.html",
4327
+ "repository": "https://github.com/WICG/nav-speculation",
4328
+ "sourcePath": "prerendering.bs",
4329
+ "filename": "prerendering.html"
4330
+ },
4331
+ "title": "Prerendering Revamped",
4332
+ "source": "spec",
4333
+ "shortTitle": "Prerendering Revamped",
4334
+ "categories": [
4335
+ "browser"
4336
+ ]
4337
+ },
4338
+ {
4339
+ "url": "https://wicg.github.io/nav-speculation/speculation-rules.html",
4340
+ "seriesComposition": "full",
4341
+ "shortname": "speculation-rules",
4342
+ "series": {
4343
+ "shortname": "speculation-rules",
4344
+ "currentSpecification": "speculation-rules",
4345
+ "title": "Speculation Rules",
4346
+ "shortTitle": "Speculation Rules",
4347
+ "nightlyUrl": "https://wicg.github.io/nav-speculation/speculation-rules.html"
4348
+ },
4349
+ "organization": "W3C",
4350
+ "groups": [
4351
+ {
4352
+ "name": "Web Platform Incubator Community Group",
4353
+ "url": "https://www.w3.org/community/wicg/"
4354
+ }
4355
+ ],
4356
+ "nightly": {
4357
+ "url": "https://wicg.github.io/nav-speculation/speculation-rules.html",
4358
+ "repository": "https://github.com/WICG/nav-speculation",
4359
+ "sourcePath": "speculation-rules.bs",
4360
+ "filename": "speculation-rules.html"
4361
+ },
4362
+ "title": "Speculation Rules",
4363
+ "source": "spec",
4364
+ "shortTitle": "Speculation Rules",
4365
+ "categories": [
4366
+ "browser"
4367
+ ]
4368
+ },
4276
4369
  {
4277
4370
  "url": "https://wicg.github.io/navigation-api/",
4278
4371
  "seriesComposition": "full",
@@ -15584,8 +15677,8 @@
15584
15677
  "series": {
15585
15678
  "shortname": "requestidlecallback",
15586
15679
  "currentSpecification": "requestidlecallback",
15587
- "title": "Cooperative Scheduling of Background Tasks",
15588
- "shortTitle": "Cooperative Scheduling of Background Tasks",
15680
+ "title": "requestIdleCallback() Cooperative Scheduling of Background Tasks",
15681
+ "shortTitle": "requestIdleCallback() Cooperative Scheduling of Background Tasks",
15589
15682
  "releaseUrl": "https://www.w3.org/TR/requestidlecallback/",
15590
15683
  "nightlyUrl": "https://w3c.github.io/requestidlecallback/"
15591
15684
  },
@@ -15606,9 +15699,9 @@
15606
15699
  "sourcePath": "index.html",
15607
15700
  "filename": "index.html"
15608
15701
  },
15609
- "title": "Cooperative Scheduling of Background Tasks",
15702
+ "title": "requestIdleCallback() Cooperative Scheduling of Background Tasks",
15610
15703
  "source": "w3c",
15611
- "shortTitle": "Cooperative Scheduling of Background Tasks",
15704
+ "shortTitle": "requestIdleCallback() Cooperative Scheduling of Background Tasks",
15612
15705
  "categories": [
15613
15706
  "browser"
15614
15707
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",