web-specs 3.19.0 → 3.20.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 +50 -45
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1467,51 +1467,6 @@
1467
1467
  ]
1468
1468
  }
1469
1469
  },
1470
- {
1471
- "url": "https://drafts.csswg.org/css-values-5/",
1472
- "seriesComposition": "delta",
1473
- "shortname": "css-values-5",
1474
- "series": {
1475
- "shortname": "css-values",
1476
- "currentSpecification": "css-values-4",
1477
- "title": "CSS Values and Units",
1478
- "shortTitle": "CSS Values",
1479
- "releaseUrl": "https://www.w3.org/TR/css-values/",
1480
- "nightlyUrl": "https://drafts.csswg.org/css-values/"
1481
- },
1482
- "seriesVersion": "5",
1483
- "shortTitle": "CSS Values 5",
1484
- "seriesPrevious": "css-values-4",
1485
- "organization": "W3C",
1486
- "groups": [
1487
- {
1488
- "name": "Cascading Style Sheets (CSS) Working Group",
1489
- "url": "https://www.w3.org/Style/CSS/"
1490
- }
1491
- ],
1492
- "nightly": {
1493
- "url": "https://drafts.csswg.org/css-values-5/",
1494
- "status": "Editor's Draft",
1495
- "alternateUrls": [
1496
- "https://w3c.github.io/csswg-drafts/css-values-5/"
1497
- ],
1498
- "repository": "https://github.com/w3c/csswg-drafts",
1499
- "sourcePath": "css-values-5/Overview.bs",
1500
- "filename": "index.html"
1501
- },
1502
- "title": "CSS Values and Units Module Level 5",
1503
- "source": "spec",
1504
- "categories": [
1505
- "browser"
1506
- ],
1507
- "standing": "good",
1508
- "tests": {
1509
- "repository": "https://github.com/web-platform-tests/wpt",
1510
- "testPaths": [
1511
- "css/css-values"
1512
- ]
1513
- }
1514
- },
1515
1470
  {
1516
1471
  "url": "https://drafts.csswg.org/css-variables-2/",
1517
1472
  "seriesComposition": "full",
@@ -17749,6 +17704,56 @@
17749
17704
  ]
17750
17705
  }
17751
17706
  },
17707
+ {
17708
+ "url": "https://www.w3.org/TR/css-values-5/",
17709
+ "seriesComposition": "delta",
17710
+ "shortname": "css-values-5",
17711
+ "series": {
17712
+ "shortname": "css-values",
17713
+ "currentSpecification": "css-values-4",
17714
+ "title": "CSS Values and Units",
17715
+ "shortTitle": "CSS Values",
17716
+ "releaseUrl": "https://www.w3.org/TR/css-values/",
17717
+ "nightlyUrl": "https://drafts.csswg.org/css-values/"
17718
+ },
17719
+ "seriesVersion": "5",
17720
+ "shortTitle": "CSS Values 5",
17721
+ "seriesPrevious": "css-values-4",
17722
+ "organization": "W3C",
17723
+ "groups": [
17724
+ {
17725
+ "name": "Cascading Style Sheets (CSS) Working Group",
17726
+ "url": "https://www.w3.org/Style/CSS/"
17727
+ }
17728
+ ],
17729
+ "release": {
17730
+ "url": "https://www.w3.org/TR/css-values-5/",
17731
+ "status": "First Public Working Draft",
17732
+ "filename": "Overview.html"
17733
+ },
17734
+ "nightly": {
17735
+ "url": "https://drafts.csswg.org/css-values-5/",
17736
+ "status": "Editor's Draft",
17737
+ "alternateUrls": [
17738
+ "https://w3c.github.io/csswg-drafts/css-values-5/"
17739
+ ],
17740
+ "repository": "https://github.com/w3c/csswg-drafts",
17741
+ "sourcePath": "css-values-5/Overview.bs",
17742
+ "filename": "index.html"
17743
+ },
17744
+ "title": "CSS Values and Units Module Level 5",
17745
+ "source": "w3c",
17746
+ "categories": [
17747
+ "browser"
17748
+ ],
17749
+ "standing": "good",
17750
+ "tests": {
17751
+ "repository": "https://github.com/web-platform-tests/wpt",
17752
+ "testPaths": [
17753
+ "css/css-values"
17754
+ ]
17755
+ }
17756
+ },
17752
17757
  {
17753
17758
  "url": "https://www.w3.org/TR/css-variables-1/",
17754
17759
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.19.0",
3
+ "version": "3.20.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",