browser-specs 3.72.0 → 3.73.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 +57 -37
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1401,42 +1401,6 @@
1401
1401
  ],
1402
1402
  "standing": "good"
1403
1403
  },
1404
- {
1405
- "url": "https://drafts.csswg.org/css-viewport/",
1406
- "seriesComposition": "full",
1407
- "shortname": "css-viewport",
1408
- "series": {
1409
- "shortname": "css-viewport",
1410
- "currentSpecification": "css-viewport",
1411
- "title": "CSS Viewport",
1412
- "shortTitle": "CSS Viewport",
1413
- "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
1414
- },
1415
- "organization": "W3C",
1416
- "groups": [
1417
- {
1418
- "name": "Cascading Style Sheets (CSS) Working Group",
1419
- "url": "https://www.w3.org/Style/CSS/"
1420
- }
1421
- ],
1422
- "nightly": {
1423
- "url": "https://drafts.csswg.org/css-viewport/",
1424
- "status": "Editor's Draft",
1425
- "alternateUrls": [
1426
- "https://w3c.github.io/csswg-drafts/css-viewport/"
1427
- ],
1428
- "repository": "https://github.com/w3c/csswg-drafts",
1429
- "sourcePath": "css-viewport/Overview.bs",
1430
- "filename": "index.html"
1431
- },
1432
- "title": "CSS Viewport Module Level 1",
1433
- "source": "spec",
1434
- "shortTitle": "CSS Viewport 1",
1435
- "categories": [
1436
- "browser"
1437
- ],
1438
- "standing": "good"
1439
- },
1440
1404
  {
1441
1405
  "url": "https://drafts.fxtf.org/compositing-2/",
1442
1406
  "seriesComposition": "full",
@@ -15169,6 +15133,56 @@
15169
15133
  ],
15170
15134
  "standing": "good"
15171
15135
  },
15136
+ {
15137
+ "url": "https://www.w3.org/TR/css-viewport-1/",
15138
+ "seriesComposition": "full",
15139
+ "shortname": "css-viewport-1",
15140
+ "series": {
15141
+ "shortname": "css-viewport",
15142
+ "currentSpecification": "css-viewport-1",
15143
+ "title": "CSS Viewport Module",
15144
+ "shortTitle": "CSS Viewport",
15145
+ "releaseUrl": "https://www.w3.org/TR/css-viewport/",
15146
+ "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
15147
+ },
15148
+ "seriesVersion": "1",
15149
+ "organization": "W3C",
15150
+ "groups": [
15151
+ {
15152
+ "name": "Cascading Style Sheets (CSS) Working Group",
15153
+ "url": "https://www.w3.org/Style/CSS/"
15154
+ }
15155
+ ],
15156
+ "release": {
15157
+ "url": "https://www.w3.org/TR/css-viewport-1/",
15158
+ "status": "First Public Working Draft",
15159
+ "filename": "Overview.html"
15160
+ },
15161
+ "nightly": {
15162
+ "url": "https://drafts.csswg.org/css-viewport-1/",
15163
+ "status": "Editor's Draft",
15164
+ "alternateUrls": [
15165
+ "https://w3c.github.io/csswg-drafts/css-viewport-1/",
15166
+ "https://w3c.github.io/csswg-drafts/css-viewport/"
15167
+ ],
15168
+ "repository": "https://github.com/w3c/csswg-drafts",
15169
+ "sourcePath": "css-viewport/Overview.bs",
15170
+ "filename": "Overview.html"
15171
+ },
15172
+ "title": "CSS Viewport Module Level 1",
15173
+ "source": "w3c",
15174
+ "shortTitle": "CSS Viewport 1",
15175
+ "categories": [
15176
+ "browser"
15177
+ ],
15178
+ "standing": "good",
15179
+ "tests": {
15180
+ "repository": "https://github.com/web-platform-tests/wpt",
15181
+ "testPaths": [
15182
+ "css/css-viewport"
15183
+ ]
15184
+ }
15185
+ },
15172
15186
  {
15173
15187
  "url": "https://www.w3.org/TR/css-will-change-1/",
15174
15188
  "seriesComposition": "full",
@@ -17440,7 +17454,13 @@
17440
17454
  "categories": [
17441
17455
  "browser"
17442
17456
  ],
17443
- "standing": "good"
17457
+ "standing": "good",
17458
+ "tests": {
17459
+ "repository": "https://github.com/web-platform-tests/wpt",
17460
+ "testPaths": [
17461
+ "mediacapture-insertable-streams"
17462
+ ]
17463
+ }
17444
17464
  },
17445
17465
  {
17446
17466
  "url": "https://www.w3.org/TR/mediacapture-viewport/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.72.0",
3
+ "version": "3.73.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",