browser-specs 4.3.0 → 4.4.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 +41 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5354,6 +5354,40 @@
5354
5354
  ],
5355
5355
  "standing": "good"
5356
5356
  },
5357
+ {
5358
+ "url": "https://w3c.github.io/long-animation-frames/",
5359
+ "seriesComposition": "full",
5360
+ "shortname": "long-animation-frames",
5361
+ "series": {
5362
+ "shortname": "long-animation-frames",
5363
+ "currentSpecification": "long-animation-frames",
5364
+ "title": "Long Animation Frames API",
5365
+ "shortTitle": "Long Animation Frames API",
5366
+ "nightlyUrl": "https://w3c.github.io/long-animation-frames/"
5367
+ },
5368
+ "organization": "W3C",
5369
+ "groups": [
5370
+ {
5371
+ "name": "Web Performance Working Group",
5372
+ "url": "https://www.w3.org/groups/wg/webperf/"
5373
+ }
5374
+ ],
5375
+ "nightly": {
5376
+ "url": "https://w3c.github.io/long-animation-frames/",
5377
+ "status": "Editor's Draft",
5378
+ "alternateUrls": [],
5379
+ "repository": "https://github.com/w3c/long-animation-frames",
5380
+ "sourcePath": "index.bs",
5381
+ "filename": "index.html"
5382
+ },
5383
+ "title": "Long Animation Frames API",
5384
+ "source": "spec",
5385
+ "shortTitle": "Long Animation Frames API",
5386
+ "categories": [
5387
+ "browser"
5388
+ ],
5389
+ "standing": "good"
5390
+ },
5357
5391
  {
5358
5392
  "url": "https://w3c.github.io/mathml-aam/",
5359
5393
  "seriesComposition": "full",
@@ -16440,7 +16474,13 @@
16440
16474
  "categories": [
16441
16475
  "browser"
16442
16476
  ],
16443
- "standing": "good"
16477
+ "standing": "good",
16478
+ "tests": {
16479
+ "repository": "https://github.com/web-platform-tests/wpt",
16480
+ "testPaths": [
16481
+ "device-posture"
16482
+ ]
16483
+ }
16444
16484
  },
16445
16485
  {
16446
16486
  "url": "https://www.w3.org/TR/DOM-Parsing/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.3.0",
3
+ "version": "4.4.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",