web-specs 2.32.0 → 2.34.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 +155 -81
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -892,84 +892,6 @@
892
892
  ]
893
893
  }
894
894
  },
895
- {
896
- "url": "https://drafts.csswg.org/css-view-transitions-1/",
897
- "seriesComposition": "full",
898
- "shortname": "css-view-transitions-1",
899
- "series": {
900
- "shortname": "css-view-transitions",
901
- "currentSpecification": "css-view-transitions-1",
902
- "title": "CSS View Transitions",
903
- "shortTitle": "CSS View Transitions",
904
- "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
905
- },
906
- "seriesVersion": "1",
907
- "organization": "W3C",
908
- "groups": [
909
- {
910
- "name": "Cascading Style Sheets (CSS) Working Group",
911
- "url": "https://www.w3.org/Style/CSS/"
912
- }
913
- ],
914
- "nightly": {
915
- "url": "https://drafts.csswg.org/css-view-transitions-1/",
916
- "alternateUrls": [
917
- "https://w3c.github.io/csswg-drafts/css-view-transitions-1/",
918
- "https://w3c.github.io/csswg-drafts/css-view-transitions/"
919
- ],
920
- "repository": "https://github.com/w3c/csswg-drafts",
921
- "sourcePath": "css-view-transitions-1/Overview.bs",
922
- "filename": "Overview.html"
923
- },
924
- "title": "CSS View Transitions Module Level 1",
925
- "source": "spec",
926
- "shortTitle": "CSS View Transitions 1",
927
- "categories": [
928
- "browser"
929
- ]
930
- },
931
- {
932
- "url": "https://drafts.csswg.org/scroll-animations-1/",
933
- "seriesComposition": "full",
934
- "shortname": "scroll-animations-1",
935
- "series": {
936
- "shortname": "scroll-animations",
937
- "currentSpecification": "scroll-animations-1",
938
- "title": "Scroll-linked Animations",
939
- "shortTitle": "Scroll-linked Animations",
940
- "nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
941
- },
942
- "seriesVersion": "1",
943
- "organization": "W3C",
944
- "groups": [
945
- {
946
- "name": "Cascading Style Sheets (CSS) Working Group",
947
- "url": "https://www.w3.org/Style/CSS/"
948
- }
949
- ],
950
- "nightly": {
951
- "url": "https://drafts.csswg.org/scroll-animations-1/",
952
- "alternateUrls": [
953
- "https://w3c.github.io/csswg-drafts/scroll-animations-1/",
954
- "https://w3c.github.io/csswg-drafts/scroll-animations/"
955
- ],
956
- "repository": "https://github.com/w3c/csswg-drafts",
957
- "sourcePath": "scroll-animations-1/Overview.bs",
958
- "filename": "Overview.html"
959
- },
960
- "title": "Scroll-linked Animations",
961
- "source": "spec",
962
- "shortTitle": "Scroll-linked Animations",
963
- "categories": [
964
- "browser"
965
- ],
966
- "tests": {
967
- "repository": "https://github.com/web-platform-tests/wpt",
968
- "testPaths": [
969
- "scroll-animations"
970
- ]
971
- }
972
- },
973
895
  {
974
896
  "url": "https://drafts.csswg.org/web-animations-2/",
975
897
  "seriesComposition": "delta",
@@ -1327,10 +1249,10 @@
1327
1249
  "https://html.spec.whatwg.org/multipage/interaction.html",
1328
1250
  "https://html.spec.whatwg.org/multipage/dnd.html",
1329
1251
  "https://html.spec.whatwg.org/multipage/browsers.html",
1330
- "https://html.spec.whatwg.org/multipage/window-object.html",
1331
- "https://html.spec.whatwg.org/multipage/origin.html",
1332
- "https://html.spec.whatwg.org/multipage/history.html",
1252
+ "https://html.spec.whatwg.org/multipage/nav-history-apis.html",
1253
+ "https://html.spec.whatwg.org/multipage/document-sequences.html",
1333
1254
  "https://html.spec.whatwg.org/multipage/browsing-the-web.html",
1255
+ "https://html.spec.whatwg.org/multipage/document-lifecycle.html",
1334
1256
  "https://html.spec.whatwg.org/multipage/webappapis.html",
1335
1257
  "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html",
1336
1258
  "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html",
@@ -7346,6 +7268,38 @@
7346
7268
  ]
7347
7269
  }
7348
7270
  },
7271
+ {
7272
+ "url": "https://wicg.github.io/web-app-launch/",
7273
+ "seriesComposition": "full",
7274
+ "shortname": "web-app-launch",
7275
+ "series": {
7276
+ "shortname": "web-app-launch",
7277
+ "currentSpecification": "web-app-launch",
7278
+ "title": "Web App Launch Handler API",
7279
+ "shortTitle": "Web App Launch Handler API",
7280
+ "nightlyUrl": "https://wicg.github.io/web-app-launch/"
7281
+ },
7282
+ "organization": "W3C",
7283
+ "groups": [
7284
+ {
7285
+ "name": "Web Platform Incubator Community Group",
7286
+ "url": "https://www.w3.org/community/wicg/"
7287
+ }
7288
+ ],
7289
+ "nightly": {
7290
+ "url": "https://wicg.github.io/web-app-launch/",
7291
+ "alternateUrls": [],
7292
+ "repository": "https://github.com/WICG/web-app-launch",
7293
+ "sourcePath": "index.html",
7294
+ "filename": "index.html"
7295
+ },
7296
+ "title": "Web App Launch Handler API",
7297
+ "source": "spec",
7298
+ "shortTitle": "Web App Launch Handler API",
7299
+ "categories": [
7300
+ "browser"
7301
+ ]
7302
+ },
7349
7303
  {
7350
7304
  "url": "https://wicg.github.io/web-otp/",
7351
7305
  "seriesComposition": "full",
@@ -8276,6 +8230,38 @@
8276
8230
  "browser"
8277
8231
  ]
8278
8232
  },
8233
+ {
8234
+ "url": "https://www.rfc-editor.org/rfc/rfc8288",
8235
+ "seriesComposition": "full",
8236
+ "shortname": "rfc8288",
8237
+ "series": {
8238
+ "shortname": "rfc8288",
8239
+ "currentSpecification": "rfc8288",
8240
+ "title": "Web Linking",
8241
+ "shortTitle": "Web Linking",
8242
+ "nightlyUrl": "https://httpwg.org/specs/rfc8288.html"
8243
+ },
8244
+ "groups": [
8245
+ {
8246
+ "name": "Mark Nottingham (individual in art area)",
8247
+ "url": "https://datatracker.ietf.org/person/mnot@mnot.net"
8248
+ }
8249
+ ],
8250
+ "organization": "IETF",
8251
+ "nightly": {
8252
+ "url": "https://httpwg.org/specs/rfc8288.html",
8253
+ "alternateUrls": [],
8254
+ "repository": "https://github.com/httpwg/httpwg.github.io",
8255
+ "sourcePath": "specs/rfc8288.xml",
8256
+ "filename": "rfc8288.html"
8257
+ },
8258
+ "title": "Web Linking",
8259
+ "source": "specref",
8260
+ "shortTitle": "Web Linking",
8261
+ "categories": [
8262
+ "browser"
8263
+ ]
8264
+ },
8279
8265
  {
8280
8266
  "url": "https://www.rfc-editor.org/rfc/rfc8470",
8281
8267
  "seriesComposition": "full",
@@ -13063,6 +13049,47 @@
13063
13049
  ]
13064
13050
  }
13065
13051
  },
13052
+ {
13053
+ "url": "https://www.w3.org/TR/css-view-transitions-1/",
13054
+ "seriesComposition": "full",
13055
+ "shortname": "css-view-transitions-1",
13056
+ "series": {
13057
+ "shortname": "css-view-transitions",
13058
+ "currentSpecification": "css-view-transitions-1",
13059
+ "title": "CSS View Transitions Module Level 1",
13060
+ "shortTitle": "CSS View Transitions",
13061
+ "releaseUrl": "https://www.w3.org/TR/css-view-transitions/",
13062
+ "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
13063
+ },
13064
+ "seriesVersion": "1",
13065
+ "organization": "W3C",
13066
+ "groups": [
13067
+ {
13068
+ "name": "Cascading Style Sheets (CSS) Working Group",
13069
+ "url": "https://www.w3.org/Style/CSS/"
13070
+ }
13071
+ ],
13072
+ "release": {
13073
+ "url": "https://www.w3.org/TR/css-view-transitions-1/",
13074
+ "filename": "Overview.html"
13075
+ },
13076
+ "nightly": {
13077
+ "url": "https://drafts.csswg.org/css-view-transitions-1/",
13078
+ "alternateUrls": [
13079
+ "https://w3c.github.io/csswg-drafts/css-view-transitions-1/",
13080
+ "https://w3c.github.io/csswg-drafts/css-view-transitions/"
13081
+ ],
13082
+ "repository": "https://github.com/w3c/csswg-drafts",
13083
+ "sourcePath": "css-view-transitions-1/Overview.bs",
13084
+ "filename": "Overview.html"
13085
+ },
13086
+ "title": "CSS View Transitions Module Level 1",
13087
+ "source": "w3c",
13088
+ "shortTitle": "CSS View Transitions 1",
13089
+ "categories": [
13090
+ "browser"
13091
+ ]
13092
+ },
13066
13093
  {
13067
13094
  "url": "https://www.w3.org/TR/css-will-change-1/",
13068
13095
  "seriesComposition": "full",
@@ -17064,6 +17091,53 @@
17064
17091
  ]
17065
17092
  }
17066
17093
  },
17094
+ {
17095
+ "url": "https://www.w3.org/TR/scroll-animations-1/",
17096
+ "seriesComposition": "full",
17097
+ "shortname": "scroll-animations-1",
17098
+ "series": {
17099
+ "shortname": "scroll-animations",
17100
+ "currentSpecification": "scroll-animations-1",
17101
+ "title": "Scroll-linked Animations",
17102
+ "shortTitle": "Scroll-linked Animations",
17103
+ "releaseUrl": "https://www.w3.org/TR/scroll-animations/",
17104
+ "nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
17105
+ },
17106
+ "seriesVersion": "1",
17107
+ "organization": "W3C",
17108
+ "groups": [
17109
+ {
17110
+ "name": "Cascading Style Sheets (CSS) Working Group",
17111
+ "url": "https://www.w3.org/Style/CSS/"
17112
+ }
17113
+ ],
17114
+ "release": {
17115
+ "url": "https://www.w3.org/TR/scroll-animations-1/",
17116
+ "filename": "Overview.html"
17117
+ },
17118
+ "nightly": {
17119
+ "url": "https://drafts.csswg.org/scroll-animations-1/",
17120
+ "alternateUrls": [
17121
+ "https://w3c.github.io/csswg-drafts/scroll-animations-1/",
17122
+ "https://w3c.github.io/csswg-drafts/scroll-animations/"
17123
+ ],
17124
+ "repository": "https://github.com/w3c/csswg-drafts",
17125
+ "sourcePath": "scroll-animations-1/Overview.bs",
17126
+ "filename": "Overview.html"
17127
+ },
17128
+ "title": "Scroll-linked Animations",
17129
+ "source": "w3c",
17130
+ "shortTitle": "Scroll-linked Animations",
17131
+ "categories": [
17132
+ "browser"
17133
+ ],
17134
+ "tests": {
17135
+ "repository": "https://github.com/web-platform-tests/wpt",
17136
+ "testPaths": [
17137
+ "scroll-animations"
17138
+ ]
17139
+ }
17140
+ },
17067
17141
  {
17068
17142
  "url": "https://www.w3.org/TR/secure-contexts/",
17069
17143
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.32.0",
3
+ "version": "2.34.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",