web-specs 3.42.0 → 3.42.1

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 +13 -13
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -877,11 +877,12 @@
877
877
  "series": {
878
878
  "shortname": "css-forms",
879
879
  "currentSpecification": "css-forms-1",
880
- "title": "CSS Form Styling",
881
- "shortTitle": "CSS Form Styling",
880
+ "title": "CSS Form Control Styling",
881
+ "shortTitle": "CSS Form Control Styling",
882
882
  "nightlyUrl": "https://drafts.csswg.org/css-forms/"
883
883
  },
884
884
  "seriesVersion": "1",
885
+ "standing": "good",
885
886
  "organization": "W3C",
886
887
  "groups": [
887
888
  {
@@ -900,13 +901,12 @@
900
901
  "sourcePath": "css-forms-1/Overview.bs",
901
902
  "filename": "index.html"
902
903
  },
903
- "title": "CSS Form Styling Module Level 1",
904
+ "title": "CSS Form Control Styling Level 1",
904
905
  "source": "spec",
905
- "shortTitle": "CSS Form Styling 1",
906
+ "shortTitle": "CSS Form Control Styling 1",
906
907
  "categories": [
907
908
  "browser"
908
- ],
909
- "standing": "pending"
909
+ ]
910
910
  },
911
911
  {
912
912
  "url": "https://drafts.csswg.org/css-gaps-1/",
@@ -4520,8 +4520,8 @@
4520
4520
  "https://tc39.es/ecma262/multipage/host-layering-points.html",
4521
4521
  "https://tc39.es/ecma262/multipage/corrections-and-clarifications-in-ecmascript-2015-with-possible-compatibility-impact.html",
4522
4522
  "https://tc39.es/ecma262/multipage/additions-and-changes-that-introduce-incompatibilities-with-prior-editions.html",
4523
- "https://tc39.es/ecma262/multipage/colophon.html",
4524
4523
  "https://tc39.es/ecma262/multipage/bibliography.html",
4524
+ "https://tc39.es/ecma262/multipage/colophon.html",
4525
4525
  "https://tc39.es/ecma262/multipage/copyright-and-software-license.html"
4526
4526
  ],
4527
4527
  "filename": "index.html"
@@ -5984,8 +5984,8 @@
5984
5984
  "series": {
5985
5985
  "shortname": "sourcemap",
5986
5986
  "currentSpecification": "sourcemap",
5987
- "title": "Source Map specification",
5988
- "shortTitle": "Source Map",
5987
+ "title": "Source map format specification",
5988
+ "shortTitle": "Source map format",
5989
5989
  "nightlyUrl": "https://tc39.es/source-map/"
5990
5990
  },
5991
5991
  "nightly": {
@@ -6003,9 +6003,9 @@
6003
6003
  "url": "https://tc39.es/"
6004
6004
  }
6005
6005
  ],
6006
- "title": "Source Map specification",
6006
+ "title": "Source map format specification",
6007
6007
  "source": "spec",
6008
- "shortTitle": "Source Map",
6008
+ "shortTitle": "Source map format",
6009
6009
  "categories": [
6010
6010
  "browser"
6011
6011
  ],
@@ -24651,8 +24651,8 @@
24651
24651
  "organization": "W3C",
24652
24652
  "groups": [
24653
24653
  {
24654
- "name": "Service Workers Working Group",
24655
- "url": "https://www.w3.org/groups/wg/service-workers/"
24654
+ "name": "Web Applications Working Group",
24655
+ "url": "https://www.w3.org/groups/wg/webapps/"
24656
24656
  }
24657
24657
  ],
24658
24658
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.42.0",
3
+ "version": "3.42.1",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",