browser-specs 3.45.0 → 3.46.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
@@ -1218,14 +1218,6 @@
1218
1218
  },
1219
1219
  "seriesVersion": "2",
1220
1220
  "standing": "good",
1221
- "seriesPrevious": "web-animations-1",
1222
- "organization": "W3C",
1223
- "groups": [
1224
- {
1225
- "name": "Cascading Style Sheets (CSS) Working Group",
1226
- "url": "https://www.w3.org/Style/CSS/"
1227
- }
1228
- ],
1229
1221
  "nightly": {
1230
1222
  "url": "https://drafts.csswg.org/web-animations-2/",
1231
1223
  "status": "Unofficial Proposal Draft",
@@ -1236,6 +1228,14 @@
1236
1228
  "sourcePath": "web-animations-2/Overview.bs",
1237
1229
  "filename": "Overview.html"
1238
1230
  },
1231
+ "seriesPrevious": "web-animations-1",
1232
+ "organization": "W3C",
1233
+ "groups": [
1234
+ {
1235
+ "name": "Cascading Style Sheets (CSS) Working Group",
1236
+ "url": "https://www.w3.org/Style/CSS/"
1237
+ }
1238
+ ],
1239
1239
  "title": "Web Animations Level 2",
1240
1240
  "source": "spec",
1241
1241
  "shortTitle": "Web Animations 2",
@@ -7597,46 +7597,6 @@
7597
7597
  ],
7598
7598
  "standing": "good"
7599
7599
  },
7600
- {
7601
- "url": "https://wicg.github.io/priority-hints/",
7602
- "seriesComposition": "full",
7603
- "shortname": "priority-hints",
7604
- "series": {
7605
- "shortname": "priority-hints",
7606
- "currentSpecification": "priority-hints",
7607
- "title": "Priority Hints",
7608
- "shortTitle": "Priority Hints",
7609
- "nightlyUrl": "https://wicg.github.io/priority-hints/"
7610
- },
7611
- "organization": "W3C",
7612
- "groups": [
7613
- {
7614
- "name": "Web Platform Incubator Community Group",
7615
- "url": "https://www.w3.org/community/wicg/"
7616
- }
7617
- ],
7618
- "nightly": {
7619
- "url": "https://wicg.github.io/priority-hints/",
7620
- "status": "Draft Community Group Report",
7621
- "alternateUrls": [],
7622
- "repository": "https://github.com/WICG/priority-hints",
7623
- "sourcePath": "index.bs",
7624
- "filename": "index.html"
7625
- },
7626
- "title": "Priority Hints",
7627
- "source": "specref",
7628
- "shortTitle": "Priority Hints",
7629
- "categories": [
7630
- "browser"
7631
- ],
7632
- "standing": "good",
7633
- "tests": {
7634
- "repository": "https://github.com/web-platform-tests/wpt",
7635
- "testPaths": [
7636
- "priority-hints"
7637
- ]
7638
- }
7639
- },
7640
7600
  {
7641
7601
  "url": "https://wicg.github.io/responsive-image-client-hints/",
7642
7602
  "seriesComposition": "full",
@@ -10702,7 +10662,7 @@
10702
10662
  ],
10703
10663
  "release": {
10704
10664
  "url": "https://www.w3.org/TR/css-box-3/",
10705
- "status": "Candidate Recommendation Draft",
10665
+ "status": "Proposed Recommendation",
10706
10666
  "filename": "Overview.html"
10707
10667
  },
10708
10668
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.45.0",
3
+ "version": "3.46.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",