web-specs 3.42.1 → 3.43.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 +48 -45
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -4573,6 +4573,43 @@
4573
4573
  ],
4574
4574
  "standing": "good"
4575
4575
  },
4576
+ {
4577
+ "url": "https://tc39.es/ecma426/",
4578
+ "seriesComposition": "full",
4579
+ "shortname": "ecma-426",
4580
+ "series": {
4581
+ "shortname": "ecma-426",
4582
+ "currentSpecification": "ecma-426",
4583
+ "title": "Source map format specification",
4584
+ "shortTitle": "Source map format",
4585
+ "nightlyUrl": "https://tc39.es/ecma426/"
4586
+ },
4587
+ "nightly": {
4588
+ "url": "https://tc39.es/ecma426/",
4589
+ "status": "Editor's Draft",
4590
+ "sourcePath": "source-map.bs",
4591
+ "alternateUrls": [],
4592
+ "repository": "https://github.com/tc39/ecma426",
4593
+ "filename": "index.html"
4594
+ },
4595
+ "formerNames": [
4596
+ "sourcemap"
4597
+ ],
4598
+ "organization": "Ecma International",
4599
+ "groups": [
4600
+ {
4601
+ "name": "TC39",
4602
+ "url": "https://tc39.es/"
4603
+ }
4604
+ ],
4605
+ "title": "Source map format specification",
4606
+ "source": "spec",
4607
+ "shortTitle": "Source map format",
4608
+ "categories": [
4609
+ "browser"
4610
+ ],
4611
+ "standing": "good"
4612
+ },
4576
4613
  {
4577
4614
  "url": "https://tc39.es/proposal-array-find-from-last/",
4578
4615
  "seriesComposition": "full",
@@ -5977,40 +6014,6 @@
5977
6014
  ],
5978
6015
  "standing": "good"
5979
6016
  },
5980
- {
5981
- "url": "https://tc39.es/source-map/",
5982
- "seriesComposition": "full",
5983
- "shortname": "sourcemap",
5984
- "series": {
5985
- "shortname": "sourcemap",
5986
- "currentSpecification": "sourcemap",
5987
- "title": "Source map format specification",
5988
- "shortTitle": "Source map format",
5989
- "nightlyUrl": "https://tc39.es/source-map/"
5990
- },
5991
- "nightly": {
5992
- "url": "https://tc39.es/source-map/",
5993
- "status": "Editor's Draft",
5994
- "sourcePath": "source-map.bs",
5995
- "alternateUrls": [],
5996
- "repository": "https://github.com/tc39/source-map",
5997
- "filename": "index.html"
5998
- },
5999
- "organization": "Ecma International",
6000
- "groups": [
6001
- {
6002
- "name": "TC39",
6003
- "url": "https://tc39.es/"
6004
- }
6005
- ],
6006
- "title": "Source map format specification",
6007
- "source": "spec",
6008
- "shortTitle": "Source map format",
6009
- "categories": [
6010
- "browser"
6011
- ],
6012
- "standing": "good"
6013
- },
6014
6017
  {
6015
6018
  "url": "https://testutils.spec.whatwg.org/",
6016
6019
  "seriesComposition": "full",
@@ -18688,7 +18691,7 @@
18688
18691
  "currentSpecification": "CSS2",
18689
18692
  "title": "Cascading Style Sheets",
18690
18693
  "shortTitle": "CSS",
18691
- "releaseUrl": "https://www.w3.org/TR/CSS21/",
18694
+ "releaseUrl": "https://www.w3.org/TR/CSS2/",
18692
18695
  "nightlyUrl": "https://drafts.csswg.org/css2/"
18693
18696
  },
18694
18697
  "seriesVersion": "2",
@@ -18706,17 +18709,8 @@
18706
18709
  "repository": "https://github.com/w3c/csswg-drafts",
18707
18710
  "filename": "index.html"
18708
18711
  },
18709
- "title": "Cascading Style Sheets Level 2",
18710
- "shortTitle": "CSS 2",
18711
- "organization": "W3C",
18712
- "groups": [
18713
- {
18714
- "name": "Cascading Style Sheets (CSS) Working Group",
18715
- "url": "https://www.w3.org/Style/CSS/"
18716
- }
18717
- ],
18718
18712
  "release": {
18719
- "url": "https://www.w3.org/TR/CSS21/",
18713
+ "url": "https://www.w3.org/TR/CSS2/",
18720
18714
  "status": "Recommendation",
18721
18715
  "pages": [
18722
18716
  "https://www.w3.org/TR/CSS2/about.html",
@@ -18748,6 +18742,15 @@
18748
18742
  ],
18749
18743
  "filename": "Overview.html"
18750
18744
  },
18745
+ "title": "Cascading Style Sheets Level 2",
18746
+ "shortTitle": "CSS 2",
18747
+ "organization": "W3C",
18748
+ "groups": [
18749
+ {
18750
+ "name": "Cascading Style Sheets (CSS) Working Group",
18751
+ "url": "https://www.w3.org/Style/CSS/"
18752
+ }
18753
+ ],
18751
18754
  "source": "w3c",
18752
18755
  "categories": [
18753
18756
  "browser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.42.1",
3
+ "version": "3.43.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",