web-specs 3.12.1 → 3.13.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
@@ -1205,6 +1205,44 @@
1205
1205
  ],
1206
1206
  "standing": "good"
1207
1207
  },
1208
+ {
1209
+ "url": "https://drafts.csswg.org/css-mixins-1/",
1210
+ "seriesComposition": "full",
1211
+ "shortname": "css-mixins-1",
1212
+ "series": {
1213
+ "shortname": "css-mixins",
1214
+ "currentSpecification": "css-mixins-1",
1215
+ "title": "CSS Functions and Mixins",
1216
+ "shortTitle": "CSS Functions and Mixins",
1217
+ "nightlyUrl": "https://drafts.csswg.org/css-mixins/"
1218
+ },
1219
+ "seriesVersion": "1",
1220
+ "organization": "W3C",
1221
+ "groups": [
1222
+ {
1223
+ "name": "Cascading Style Sheets (CSS) Working Group",
1224
+ "url": "https://www.w3.org/Style/CSS/"
1225
+ }
1226
+ ],
1227
+ "nightly": {
1228
+ "url": "https://drafts.csswg.org/css-mixins-1/",
1229
+ "status": "Editor's Draft",
1230
+ "alternateUrls": [
1231
+ "https://w3c.github.io/csswg-drafts/css-mixins-1/",
1232
+ "https://w3c.github.io/csswg-drafts/css-mixins/"
1233
+ ],
1234
+ "repository": "https://github.com/w3c/csswg-drafts",
1235
+ "sourcePath": "css-mixins-1/Overview.bs",
1236
+ "filename": "index.html"
1237
+ },
1238
+ "title": "CSS Functions and Mixins Module",
1239
+ "source": "spec",
1240
+ "shortTitle": "CSS Functions and Mixins",
1241
+ "categories": [
1242
+ "browser"
1243
+ ],
1244
+ "standing": "good"
1245
+ },
1208
1246
  {
1209
1247
  "url": "https://drafts.csswg.org/css-multicol-2/",
1210
1248
  "seriesComposition": "delta",
@@ -26264,7 +26302,7 @@
26264
26302
  "groups": [
26265
26303
  {
26266
26304
  "name": "WebTransport Working Group",
26267
- "url": "https://www.w3.org/webtransport/"
26305
+ "url": "https://www.w3.org/groups/wg/webtransport/"
26268
26306
  }
26269
26307
  ],
26270
26308
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.12.1",
3
+ "version": "3.13.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",