browser-specs 4.11.1 → 4.12.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 +39 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1054,6 +1054,44 @@
1054
1054
  ],
1055
1055
  "standing": "good"
1056
1056
  },
1057
+ {
1058
+ "url": "https://drafts.csswg.org/css-mixins-1/",
1059
+ "seriesComposition": "full",
1060
+ "shortname": "css-mixins-1",
1061
+ "series": {
1062
+ "shortname": "css-mixins",
1063
+ "currentSpecification": "css-mixins-1",
1064
+ "title": "CSS Functions and Mixins",
1065
+ "shortTitle": "CSS Functions and Mixins",
1066
+ "nightlyUrl": "https://drafts.csswg.org/css-mixins/"
1067
+ },
1068
+ "seriesVersion": "1",
1069
+ "organization": "W3C",
1070
+ "groups": [
1071
+ {
1072
+ "name": "Cascading Style Sheets (CSS) Working Group",
1073
+ "url": "https://www.w3.org/Style/CSS/"
1074
+ }
1075
+ ],
1076
+ "nightly": {
1077
+ "url": "https://drafts.csswg.org/css-mixins-1/",
1078
+ "status": "Editor's Draft",
1079
+ "alternateUrls": [
1080
+ "https://w3c.github.io/csswg-drafts/css-mixins-1/",
1081
+ "https://w3c.github.io/csswg-drafts/css-mixins/"
1082
+ ],
1083
+ "repository": "https://github.com/w3c/csswg-drafts",
1084
+ "sourcePath": "css-mixins-1/Overview.bs",
1085
+ "filename": "index.html"
1086
+ },
1087
+ "title": "CSS Functions and Mixins Module",
1088
+ "source": "spec",
1089
+ "shortTitle": "CSS Functions and Mixins",
1090
+ "categories": [
1091
+ "browser"
1092
+ ],
1093
+ "standing": "good"
1094
+ },
1057
1095
  {
1058
1096
  "url": "https://drafts.csswg.org/css-multicol-2/",
1059
1097
  "seriesComposition": "delta",
@@ -23248,7 +23286,7 @@
23248
23286
  "groups": [
23249
23287
  {
23250
23288
  "name": "WebTransport Working Group",
23251
- "url": "https://www.w3.org/webtransport/"
23289
+ "url": "https://www.w3.org/groups/wg/webtransport/"
23252
23290
  }
23253
23291
  ],
23254
23292
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.11.1",
3
+ "version": "4.12.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",