browser-specs 3.50.0 → 3.51.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 +47 -35
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -854,6 +854,51 @@
854
854
  ]
855
855
  }
856
856
  },
857
+ {
858
+ "url": "https://drafts.csswg.org/css-position-4/",
859
+ "seriesComposition": "delta",
860
+ "shortname": "css-position-4",
861
+ "series": {
862
+ "shortname": "css-position",
863
+ "currentSpecification": "css-position-3",
864
+ "title": "CSS Positioned Layout",
865
+ "shortTitle": "CSS Positioned Layout",
866
+ "releaseUrl": "https://www.w3.org/TR/css-position/",
867
+ "nightlyUrl": "https://drafts.csswg.org/css-position/"
868
+ },
869
+ "seriesVersion": "4",
870
+ "seriesPrevious": "css-position-3",
871
+ "organization": "W3C",
872
+ "groups": [
873
+ {
874
+ "name": "Cascading Style Sheets (CSS) Working Group",
875
+ "url": "https://www.w3.org/Style/CSS/"
876
+ }
877
+ ],
878
+ "nightly": {
879
+ "url": "https://drafts.csswg.org/css-position-4/",
880
+ "status": "Editor's Draft",
881
+ "alternateUrls": [
882
+ "https://w3c.github.io/csswg-drafts/css-position-4/"
883
+ ],
884
+ "repository": "https://github.com/w3c/csswg-drafts",
885
+ "sourcePath": "css-position-4/Overview.bs",
886
+ "filename": "Overview.html"
887
+ },
888
+ "title": "CSS Positioned Layout Module Level 4",
889
+ "source": "spec",
890
+ "shortTitle": "CSS Positioned Layout 4",
891
+ "categories": [
892
+ "browser"
893
+ ],
894
+ "standing": "good",
895
+ "tests": {
896
+ "repository": "https://github.com/web-platform-tests/wpt",
897
+ "testPaths": [
898
+ "css/css-position"
899
+ ]
900
+ }
901
+ },
857
902
  {
858
903
  "url": "https://drafts.csswg.org/css-scroll-snap-2/",
859
904
  "seriesComposition": "delta",
@@ -4339,40 +4384,6 @@
4339
4384
  ],
4340
4385
  "standing": "good"
4341
4386
  },
4342
- {
4343
- "url": "https://tc39.es/proposal-import-assertions/",
4344
- "seriesComposition": "full",
4345
- "shortname": "tc39-import-assertions",
4346
- "series": {
4347
- "shortname": "tc39-import-assertions",
4348
- "currentSpecification": "tc39-import-assertions",
4349
- "title": "Import Assertions",
4350
- "shortTitle": "Import Assertions",
4351
- "nightlyUrl": "https://tc39.es/proposal-import-assertions/"
4352
- },
4353
- "organization": "Ecma International",
4354
- "groups": [
4355
- {
4356
- "name": "TC39",
4357
- "url": "https://tc39.es/"
4358
- }
4359
- ],
4360
- "nightly": {
4361
- "url": "https://tc39.es/proposal-import-assertions/",
4362
- "status": "Editor's Draft",
4363
- "alternateUrls": [],
4364
- "repository": "https://github.com/tc39/proposal-import-assertions",
4365
- "sourcePath": "spec.emu",
4366
- "filename": "index.html"
4367
- },
4368
- "title": "Import Assertions",
4369
- "source": "spec",
4370
- "shortTitle": "Import Assertions",
4371
- "categories": [
4372
- "browser"
4373
- ],
4374
- "standing": "good"
4375
- },
4376
4387
  {
4377
4388
  "url": "https://tc39.es/proposal-intl-duration-format/",
4378
4389
  "seriesComposition": "full",
@@ -13058,6 +13069,7 @@
13058
13069
  "nightlyUrl": "https://drafts.csswg.org/css-position/"
13059
13070
  },
13060
13071
  "seriesVersion": "3",
13072
+ "seriesNext": "css-position-4",
13061
13073
  "organization": "W3C",
13062
13074
  "groups": [
13063
13075
  {
@@ -20330,7 +20342,7 @@
20330
20342
  "groups": [
20331
20343
  {
20332
20344
  "name": "Web Authentication Working Group",
20333
- "url": "https://www.w3.org/webauthn/"
20345
+ "url": "https://www.w3.org/groups/wg/webauthn"
20334
20346
  }
20335
20347
  ],
20336
20348
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.50.0",
3
+ "version": "3.51.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",