browser-specs 4.68.0 → 4.69.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 +15 -23
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -21461,11 +21461,9 @@
21461
21461
  "filename": "Overview.html"
21462
21462
  },
21463
21463
  "nightly": {
21464
- "url": "https://w3c.github.io/pointerevents/",
21464
+ "url": "https://www.w3.org/TR/pointerevents3/",
21465
21465
  "status": "Editor's Draft",
21466
21466
  "alternateUrls": [],
21467
- "repository": "https://github.com/w3c/pointerevents",
21468
- "sourcePath": "index.html",
21469
21467
  "filename": "index.html"
21470
21468
  },
21471
21469
  "title": "Pointer Events",
@@ -21474,13 +21472,7 @@
21474
21472
  "categories": [
21475
21473
  "browser"
21476
21474
  ],
21477
- "standing": "good",
21478
- "tests": {
21479
- "repository": "https://github.com/web-platform-tests/wpt",
21480
- "testPaths": [
21481
- "pointerevents"
21482
- ]
21483
- }
21475
+ "standing": "good"
21484
21476
  },
21485
21477
  {
21486
21478
  "url": "https://www.w3.org/TR/pointerevents4/",
@@ -22746,10 +22738,17 @@
22746
22738
  "nightlyUrl": "https://svgwg.org/svg2-draft/"
22747
22739
  },
22748
22740
  "seriesVersion": "1.1",
22749
- "nightly": {
22741
+ "seriesNext": "SVG2",
22742
+ "organization": "W3C",
22743
+ "groups": [
22744
+ {
22745
+ "name": "SVG Working Group",
22746
+ "url": "https://www.w3.org/groups/wg/svg/"
22747
+ }
22748
+ ],
22749
+ "release": {
22750
22750
  "url": "https://www.w3.org/TR/SVG11/",
22751
- "status": "Editor's Draft",
22752
- "alternateUrls": [],
22751
+ "status": "Recommendation",
22753
22752
  "pages": [
22754
22753
  "https://www.w3.org/TR/SVG11/expanded-toc.html",
22755
22754
  "https://www.w3.org/TR/SVG11/intro.html",
@@ -22795,17 +22794,10 @@
22795
22794
  ],
22796
22795
  "filename": "Overview.html"
22797
22796
  },
22798
- "seriesNext": "SVG2",
22799
- "organization": "W3C",
22800
- "groups": [
22801
- {
22802
- "name": "SVG Working Group",
22803
- "url": "https://www.w3.org/groups/wg/svg/"
22804
- }
22805
- ],
22806
- "release": {
22797
+ "nightly": {
22807
22798
  "url": "https://www.w3.org/TR/SVG11/",
22808
- "status": "Recommendation",
22799
+ "status": "Editor's Draft",
22800
+ "alternateUrls": [],
22809
22801
  "pages": [
22810
22802
  "https://www.w3.org/TR/SVG11/expanded-toc.html",
22811
22803
  "https://www.w3.org/TR/SVG11/intro.html",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.68.0",
3
+ "version": "4.69.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",