web-specs 2.48.0 → 2.49.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 +9 -49
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1373,14 +1373,6 @@
1373
1373
  },
1374
1374
  "seriesVersion": "2",
1375
1375
  "standing": "good",
1376
- "seriesPrevious": "web-animations-1",
1377
- "organization": "W3C",
1378
- "groups": [
1379
- {
1380
- "name": "Cascading Style Sheets (CSS) Working Group",
1381
- "url": "https://www.w3.org/Style/CSS/"
1382
- }
1383
- ],
1384
1376
  "nightly": {
1385
1377
  "url": "https://drafts.csswg.org/web-animations-2/",
1386
1378
  "status": "Unofficial Proposal Draft",
@@ -1391,6 +1383,14 @@
1391
1383
  "sourcePath": "web-animations-2/Overview.bs",
1392
1384
  "filename": "Overview.html"
1393
1385
  },
1386
+ "seriesPrevious": "web-animations-1",
1387
+ "organization": "W3C",
1388
+ "groups": [
1389
+ {
1390
+ "name": "Cascading Style Sheets (CSS) Working Group",
1391
+ "url": "https://www.w3.org/Style/CSS/"
1392
+ }
1393
+ ],
1394
1394
  "title": "Web Animations Level 2",
1395
1395
  "source": "spec",
1396
1396
  "shortTitle": "Web Animations 2",
@@ -8379,46 +8379,6 @@
8379
8379
  ],
8380
8380
  "standing": "good"
8381
8381
  },
8382
- {
8383
- "url": "https://wicg.github.io/priority-hints/",
8384
- "seriesComposition": "full",
8385
- "shortname": "priority-hints",
8386
- "series": {
8387
- "shortname": "priority-hints",
8388
- "currentSpecification": "priority-hints",
8389
- "title": "Priority Hints",
8390
- "shortTitle": "Priority Hints",
8391
- "nightlyUrl": "https://wicg.github.io/priority-hints/"
8392
- },
8393
- "organization": "W3C",
8394
- "groups": [
8395
- {
8396
- "name": "Web Platform Incubator Community Group",
8397
- "url": "https://www.w3.org/community/wicg/"
8398
- }
8399
- ],
8400
- "nightly": {
8401
- "url": "https://wicg.github.io/priority-hints/",
8402
- "status": "Draft Community Group Report",
8403
- "alternateUrls": [],
8404
- "repository": "https://github.com/WICG/priority-hints",
8405
- "sourcePath": "index.bs",
8406
- "filename": "index.html"
8407
- },
8408
- "title": "Priority Hints",
8409
- "source": "specref",
8410
- "shortTitle": "Priority Hints",
8411
- "categories": [
8412
- "browser"
8413
- ],
8414
- "standing": "good",
8415
- "tests": {
8416
- "repository": "https://github.com/web-platform-tests/wpt",
8417
- "testPaths": [
8418
- "priority-hints"
8419
- ]
8420
- }
8421
- },
8422
8382
  {
8423
8383
  "url": "https://wicg.github.io/responsive-image-client-hints/",
8424
8384
  "seriesComposition": "full",
@@ -11546,7 +11506,7 @@
11546
11506
  ],
11547
11507
  "release": {
11548
11508
  "url": "https://www.w3.org/TR/css-box-3/",
11549
- "status": "Candidate Recommendation Draft",
11509
+ "status": "Proposed Recommendation",
11550
11510
  "filename": "Overview.html"
11551
11511
  },
11552
11512
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.48.0",
3
+ "version": "2.49.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",