@webref/xref 1.2.1 → 1.2.2

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 (47) hide show
  1. package/ed/dfns/attribution.json +10 -10
  2. package/ed/dfns/css-anchor-position-1.json +30 -30
  3. package/ed/dfns/css-conditional-5.json +40 -0
  4. package/ed/dfns/css-env-1.json +20 -0
  5. package/ed/dfns/css-navigation-1.json +186 -72
  6. package/ed/dfns/ecmascript.json +548 -440
  7. package/ed/dfns/html.json +2328 -516
  8. package/ed/dfns/manifest-incubations.json +193 -28
  9. package/ed/dfns/mathml4.json +2 -2
  10. package/ed/dfns/rdf12-semantics.json +23 -0
  11. package/ed/dfns/selectors-4.json +1 -1
  12. package/ed/dfns/soft-navigations.json +93 -137
  13. package/ed/dfns/webdriver-bidi.json +26 -49
  14. package/ed/dfns/webmcp.json +16 -38
  15. package/ed/dfns/webxrlayers-1.json +63 -50
  16. package/ed/headings/SVG2.json +1 -1
  17. package/ed/headings/attribution.json +44 -43
  18. package/ed/headings/css-navigation-1.json +14 -7
  19. package/ed/headings/design-principles.json +12 -5
  20. package/ed/headings/digital-credentials.json +3 -3
  21. package/ed/headings/ecmascript.json +291 -249
  22. package/ed/headings/geolocation-element.json +1 -1
  23. package/ed/headings/html-aam-1.0.json +6 -6
  24. package/ed/headings/html-ruby-extensions.json +13 -0
  25. package/ed/headings/html.json +123 -32
  26. package/ed/headings/largest-contentful-paint.json +1 -1
  27. package/ed/headings/manifest-incubations.json +68 -8
  28. package/ed/headings/mathml4.json +50 -50
  29. package/ed/headings/selectors-4.json +57 -8
  30. package/ed/headings/soft-navigations.json +1 -1
  31. package/ed/headings/tc39-atomics-microwait.json +1 -1
  32. package/ed/headings/url.json +1 -1
  33. package/ed/headings/webaudio-1.0.json +1 -1
  34. package/ed/headings/webaudio-1.1.json +1 -1
  35. package/ed/headings/webmcp.json +157 -4
  36. package/ed/headings/webxrlayers-1.json +1 -1
  37. package/package.json +1 -1
  38. package/specs.json +96 -96
  39. package/tr/dfns/attribution.json +10 -10
  40. package/tr/dfns/mathml4.json +2 -2
  41. package/tr/dfns/webdriver-bidi.json +26 -49
  42. package/tr/dfns/webxrlayers-1.json +63 -50
  43. package/tr/headings/attribution.json +44 -43
  44. package/tr/headings/digital-credentials.json +3 -3
  45. package/tr/headings/html-aam-1.0.json +6 -6
  46. package/tr/headings/mathml4.json +50 -50
  47. package/tr/headings/webxrlayers-1.json +1 -1
@@ -212,7 +212,7 @@
212
212
  "id": "informative",
213
213
  "href": "https://wicg.github.io/PEPC/geolocation-element.html#informative",
214
214
  "level": 3,
215
- "title": "Informative References"
215
+ "title": "Non-Normative References"
216
216
  },
217
217
  {
218
218
  "id": "idl-index",
@@ -1260,20 +1260,20 @@
1260
1260
  "number": "3.5.114"
1261
1261
  },
1262
1262
  {
1263
- "id": "select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1",
1264
- "href": "https://w3c.github.io/html-aam/#select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1",
1263
+ "id": "select-rendered-as-a-list-box",
1264
+ "href": "https://w3c.github.io/html-aam/#select-rendered-as-a-list-box",
1265
1265
  "level": 4,
1266
- "title": "select (with a multiple attribute or size attribute having value greater than 1)",
1266
+ "title": "select (rendered as a list box)",
1267
1267
  "alternateIds": [
1268
1268
  "el-select-listbox"
1269
1269
  ],
1270
1270
  "number": "3.5.115"
1271
1271
  },
1272
1272
  {
1273
- "id": "select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1",
1274
- "href": "https://w3c.github.io/html-aam/#select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1",
1273
+ "id": "select-rendered-as-a-drop-down-box",
1274
+ "href": "https://w3c.github.io/html-aam/#select-rendered-as-a-drop-down-box",
1275
1275
  "level": 4,
1276
- "title": "select (with NO multiple attribute and NO size attribute having value greater than 1)",
1276
+ "title": "select (rendered as a drop-down box)",
1277
1277
  "alternateIds": [
1278
1278
  "el-select-combobox"
1279
1279
  ],
@@ -192,6 +192,12 @@
192
192
  "title": "Changes",
193
193
  "number": "F"
194
194
  },
195
+ {
196
+ "id": "changes-since-2026-06-wd",
197
+ "href": "https://w3c.github.io/html-ruby/#changes-since-2026-06-wd",
198
+ "level": 3,
199
+ "title": "Changes since the 4 June 2026 Candidate Recommendation"
200
+ },
195
201
  {
196
202
  "id": "changes-since-2024-05-wd",
197
203
  "href": "https://w3c.github.io/html-ruby/#changes-since-2024-05-wd",
@@ -204,6 +210,13 @@
204
210
  "level": 3,
205
211
  "title": "Changes since the 04 February 2014 W3C HTML Ruby Markup Extensions Working Group Note"
206
212
  },
213
+ {
214
+ "id": "cr-exit-criteria",
215
+ "href": "https://w3c.github.io/html-ruby/#cr-exit-criteria",
216
+ "level": 2,
217
+ "title": "CR exit criteria",
218
+ "number": "G"
219
+ },
207
220
  {
208
221
  "id": "w3c-conformance",
209
222
  "href": "https://w3c.github.io/html-ruby/#w3c-conformance",
@@ -6107,10 +6107,10 @@
6107
6107
  "number": "8.5.1"
6108
6108
  },
6109
6109
  {
6110
- "id": "unsafe-html-parsing-methods",
6111
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
6110
+ "id": "html-parsing-methods",
6111
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
6112
6112
  "level": 4,
6113
- "title": "Unsafe HTML parsing methods",
6113
+ "title": "HTML parsing methods",
6114
6114
  "number": "8.5.2"
6115
6115
  },
6116
6116
  {
@@ -6155,138 +6155,229 @@
6155
6155
  "title": "The XMLSerializer interface",
6156
6156
  "number": "8.5.8"
6157
6157
  },
6158
+ {
6159
+ "id": "html-sanitization",
6160
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-sanitization",
6161
+ "level": 3,
6162
+ "title": "HTML sanitization",
6163
+ "number": "8.6"
6164
+ },
6165
+ {
6166
+ "id": "introduction-12",
6167
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#introduction-12",
6168
+ "level": 4,
6169
+ "title": "Introduction",
6170
+ "number": "8.6.1"
6171
+ },
6172
+ {
6173
+ "id": "safe-and-unsafe",
6174
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#safe-and-unsafe",
6175
+ "level": 5,
6176
+ "title": "Safe and unsafe",
6177
+ "number": "8.6.1.1"
6178
+ },
6179
+ {
6180
+ "id": "the-sanitizer-interface",
6181
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
6182
+ "level": 4,
6183
+ "title": "The Sanitizer interface",
6184
+ "number": "8.6.2"
6185
+ },
6186
+ {
6187
+ "id": "sanitizer-configuration",
6188
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
6189
+ "level": 4,
6190
+ "title": "Sanitizer configuration",
6191
+ "number": "8.6.3"
6192
+ },
6193
+ {
6194
+ "id": "configuration-invariants",
6195
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#configuration-invariants",
6196
+ "level": 5,
6197
+ "title": "Configuration invariants",
6198
+ "number": "8.6.3.1"
6199
+ },
6200
+ {
6201
+ "id": "sanitization-algorithms",
6202
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
6203
+ "level": 4,
6204
+ "title": "Sanitization algorithms",
6205
+ "number": "8.6.4"
6206
+ },
6207
+ {
6208
+ "id": "sanitization-constants",
6209
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
6210
+ "level": 4,
6211
+ "title": "Sanitization constants",
6212
+ "number": "8.6.5"
6213
+ },
6214
+ {
6215
+ "id": "sanitizer-security-considerations",
6216
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-security-considerations",
6217
+ "level": 4,
6218
+ "title": "Security considerations",
6219
+ "number": "8.6.6"
6220
+ },
6221
+ {
6222
+ "id": "sanitizer-security-server-reflected",
6223
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-security-server-reflected",
6224
+ "level": 5,
6225
+ "title": "Server-side reflected and stored XSS",
6226
+ "number": "8.6.6.1"
6227
+ },
6228
+ {
6229
+ "id": "sanitizer-security-dom-clobbering",
6230
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-security-dom-clobbering",
6231
+ "level": 5,
6232
+ "title": "DOM clobbering",
6233
+ "number": "8.6.6.2"
6234
+ },
6235
+ {
6236
+ "id": "sanitizer-security-script-gadgets",
6237
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-security-script-gadgets",
6238
+ "level": 5,
6239
+ "title": "XSS with script gadgets",
6240
+ "number": "8.6.6.3"
6241
+ },
6242
+ {
6243
+ "id": "sanitizer-security-mxss",
6244
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-security-mxss",
6245
+ "level": 5,
6246
+ "title": "Mutation XSS",
6247
+ "number": "8.6.6.4"
6248
+ },
6158
6249
  {
6159
6250
  "id": "timers",
6160
6251
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
6161
6252
  "level": 3,
6162
6253
  "title": "Timers",
6163
- "number": "8.6"
6254
+ "number": "8.7"
6164
6255
  },
6165
6256
  {
6166
6257
  "id": "microtask-queuing",
6167
6258
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing",
6168
6259
  "level": 3,
6169
6260
  "title": "Microtask queuing",
6170
- "number": "8.7"
6261
+ "number": "8.8"
6171
6262
  },
6172
6263
  {
6173
6264
  "id": "user-prompts",
6174
6265
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#user-prompts",
6175
6266
  "level": 3,
6176
6267
  "title": "User prompts",
6177
- "number": "8.8"
6268
+ "number": "8.9"
6178
6269
  },
6179
6270
  {
6180
6271
  "id": "simple-dialogs",
6181
6272
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
6182
6273
  "level": 4,
6183
6274
  "title": "Simple dialogs",
6184
- "number": "8.8.1"
6275
+ "number": "8.9.1"
6185
6276
  },
6186
6277
  {
6187
6278
  "id": "printing",
6188
6279
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
6189
6280
  "level": 4,
6190
6281
  "title": "Printing",
6191
- "number": "8.8.2"
6282
+ "number": "8.9.2"
6192
6283
  },
6193
6284
  {
6194
6285
  "id": "system-state-and-capabilities",
6195
6286
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#system-state-and-capabilities",
6196
6287
  "level": 3,
6197
6288
  "title": "System state and capabilities",
6198
- "number": "8.9"
6289
+ "number": "8.10"
6199
6290
  },
6200
6291
  {
6201
6292
  "id": "the-navigator-object",
6202
6293
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object",
6203
6294
  "level": 4,
6204
6295
  "title": "The Navigator object",
6205
- "number": "8.9.1"
6296
+ "number": "8.10.1"
6206
6297
  },
6207
6298
  {
6208
6299
  "id": "client-identification",
6209
6300
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
6210
6301
  "level": 5,
6211
6302
  "title": "Client identification",
6212
- "number": "8.9.1.1"
6303
+ "number": "8.10.1.1"
6213
6304
  },
6214
6305
  {
6215
6306
  "id": "language-preferences",
6216
6307
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
6217
6308
  "level": 5,
6218
6309
  "title": "Language preferences",
6219
- "number": "8.9.1.2"
6310
+ "number": "8.10.1.2"
6220
6311
  },
6221
6312
  {
6222
6313
  "id": "navigator.online",
6223
6314
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigator.online",
6224
6315
  "level": 5,
6225
6316
  "title": "Browser state",
6226
- "number": "8.9.1.3"
6317
+ "number": "8.10.1.3"
6227
6318
  },
6228
6319
  {
6229
6320
  "id": "custom-handlers",
6230
6321
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
6231
6322
  "level": 5,
6232
6323
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
6233
- "number": "8.9.1.4"
6324
+ "number": "8.10.1.4"
6234
6325
  },
6235
6326
  {
6236
6327
  "id": "security-and-privacy",
6237
6328
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#security-and-privacy",
6238
6329
  "level": 6,
6239
6330
  "title": "Security and privacy",
6240
- "number": "8.9.1.4.1"
6331
+ "number": "8.10.1.4.1"
6241
6332
  },
6242
6333
  {
6243
6334
  "id": "user-agent-automation",
6244
6335
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation",
6245
6336
  "level": 6,
6246
6337
  "title": "User agent automation",
6247
- "number": "8.9.1.4.2"
6338
+ "number": "8.10.1.4.2"
6248
6339
  },
6249
6340
  {
6250
6341
  "id": "cookies",
6251
6342
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies",
6252
6343
  "level": 5,
6253
6344
  "title": "Cookies",
6254
- "number": "8.9.1.5"
6345
+ "number": "8.10.1.5"
6255
6346
  },
6256
6347
  {
6257
6348
  "id": "pdf-viewing-support",
6258
6349
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
6259
6350
  "level": 5,
6260
6351
  "title": "PDF viewing support",
6261
- "number": "8.9.1.6"
6352
+ "number": "8.10.1.6"
6262
6353
  },
6263
6354
  {
6264
6355
  "id": "images-2",
6265
6356
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#images-2",
6266
6357
  "level": 3,
6267
6358
  "title": "Images",
6268
- "number": "8.10"
6359
+ "number": "8.11"
6269
6360
  },
6270
6361
  {
6271
6362
  "id": "the-imagedata-interface",
6272
6363
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
6273
6364
  "level": 4,
6274
6365
  "title": "The ImageData interface",
6275
- "number": "8.10.1"
6366
+ "number": "8.11.1"
6276
6367
  },
6277
6368
  {
6278
6369
  "id": "the-imagebitmap-interface",
6279
6370
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
6280
6371
  "level": 4,
6281
6372
  "title": "The ImageBitmap interface",
6282
- "number": "8.10.2"
6373
+ "number": "8.11.2"
6283
6374
  },
6284
6375
  {
6285
6376
  "id": "animation-frames",
6286
6377
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
6287
6378
  "level": 3,
6288
6379
  "title": "Animation frames",
6289
- "number": "8.11"
6380
+ "number": "8.12"
6290
6381
  },
6291
6382
  {
6292
6383
  "id": "comms",
@@ -6387,8 +6478,8 @@
6387
6478
  "number": "9.3"
6388
6479
  },
6389
6480
  {
6390
- "id": "introduction-12",
6391
- "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#introduction-12",
6481
+ "id": "introduction-13",
6482
+ "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#introduction-13",
6392
6483
  "level": 4,
6393
6484
  "title": "Introduction",
6394
6485
  "number": "9.3.1"
@@ -6429,8 +6520,8 @@
6429
6520
  "number": "9.4"
6430
6521
  },
6431
6522
  {
6432
- "id": "introduction-13",
6433
- "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#introduction-13",
6523
+ "id": "introduction-14",
6524
+ "href": "https://html.spec.whatwg.org/multipage/web-messaging.html#introduction-14",
6434
6525
  "level": 4,
6435
6526
  "title": "Introduction",
6436
6527
  "number": "9.4.1"
@@ -6498,8 +6589,8 @@
6498
6589
  "title": "10 Web workers"
6499
6590
  },
6500
6591
  {
6501
- "id": "introduction-14",
6502
- "href": "https://html.spec.whatwg.org/multipage/workers.html#introduction-14",
6592
+ "id": "introduction-15",
6593
+ "href": "https://html.spec.whatwg.org/multipage/workers.html#introduction-15",
6503
6594
  "level": 3,
6504
6595
  "title": "Introduction",
6505
6596
  "number": "10.1"
@@ -6832,8 +6923,8 @@
6832
6923
  "title": "12 Web storage"
6833
6924
  },
6834
6925
  {
6835
- "id": "introduction-15",
6836
- "href": "https://html.spec.whatwg.org/multipage/webstorage.html#introduction-15",
6926
+ "id": "introduction-16",
6927
+ "href": "https://html.spec.whatwg.org/multipage/webstorage.html#introduction-16",
6837
6928
  "level": 3,
6838
6929
  "title": "Introduction",
6839
6930
  "number": "12.1"
@@ -8019,8 +8110,8 @@
8019
8110
  "title": "15 Rendering"
8020
8111
  },
8021
8112
  {
8022
- "id": "introduction-16",
8023
- "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-16",
8113
+ "id": "introduction-17",
8114
+ "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-17",
8024
8115
  "level": 3,
8025
8116
  "title": "Introduction",
8026
8117
  "number": "15.1"
@@ -174,7 +174,7 @@
174
174
  "id": "informative",
175
175
  "href": "https://w3c.github.io/largest-contentful-paint/#informative",
176
176
  "level": 3,
177
- "title": "Informative References"
177
+ "title": "Non-Normative References"
178
178
  },
179
179
  {
180
180
  "id": "idl-index",
@@ -29,15 +29,35 @@
29
29
  ],
30
30
  "number": "1"
31
31
  },
32
+ {
33
+ "id": "determining-the-chosen-display-mode",
34
+ "href": "https://wicg.github.io/manifest-incubations/#determining-the-chosen-display-mode",
35
+ "level": 3,
36
+ "title": "Determining the chosen display mode",
37
+ "alternateIds": [
38
+ "x1-1-determining-the-chosen-display-mode"
39
+ ],
40
+ "number": "1.1"
41
+ },
42
+ {
43
+ "id": "processing-the-display_override-member",
44
+ "href": "https://wicg.github.io/manifest-incubations/#processing-the-display_override-member",
45
+ "level": 3,
46
+ "title": "Processing the display_override member",
47
+ "alternateIds": [
48
+ "x1-2-processing-the-display_override-member"
49
+ ],
50
+ "number": "1.2"
51
+ },
32
52
  {
33
53
  "id": "concepts",
34
54
  "href": "https://wicg.github.io/manifest-incubations/#concepts",
35
55
  "level": 3,
36
56
  "title": "Concepts",
37
57
  "alternateIds": [
38
- "x1-1-concepts"
58
+ "x1-3-concepts"
39
59
  ],
40
- "number": "1.1"
60
+ "number": "1.3"
41
61
  },
42
62
  {
43
63
  "id": "display-mode-extensions",
@@ -45,9 +65,9 @@
45
65
  "level": 3,
46
66
  "title": "Display mode extensions",
47
67
  "alternateIds": [
48
- "x1-2-display-mode-extensions"
68
+ "x1-4-display-mode-extensions"
49
69
  ],
50
- "number": "1.2"
70
+ "number": "1.4"
51
71
  },
52
72
  {
53
73
  "id": "display_override-usage-example",
@@ -55,9 +75,49 @@
55
75
  "level": 4,
56
76
  "title": "display_override usage example",
57
77
  "alternateIds": [
58
- "x1-2-1-display_override-usage-example"
78
+ "x1-4-1-display_override-usage-example"
79
+ ],
80
+ "number": "1.4.1"
81
+ },
82
+ {
83
+ "id": "unframed-display-mode",
84
+ "href": "https://wicg.github.io/manifest-incubations/#unframed-display-mode",
85
+ "level": 3,
86
+ "title": "unframed display mode",
87
+ "alternateIds": [
88
+ "x1-5-unframed-display-mode"
89
+ ],
90
+ "number": "1.5"
91
+ },
92
+ {
93
+ "id": "visual-example",
94
+ "href": "https://wicg.github.io/manifest-incubations/#visual-example",
95
+ "level": 4,
96
+ "title": "Visual Example",
97
+ "alternateIds": [
98
+ "x1-5-1-visual-example"
99
+ ],
100
+ "number": "1.5.1"
101
+ },
102
+ {
103
+ "id": "css-media-query",
104
+ "href": "https://wicg.github.io/manifest-incubations/#css-media-query",
105
+ "level": 4,
106
+ "title": "CSS Media Query",
107
+ "alternateIds": [
108
+ "x1-5-2-css-media-query"
59
109
  ],
60
- "number": "1.2.1"
110
+ "number": "1.5.2"
111
+ },
112
+ {
113
+ "id": "security-and-privacy-considerations",
114
+ "href": "https://wicg.github.io/manifest-incubations/#security-and-privacy-considerations",
115
+ "level": 4,
116
+ "title": "Security and Privacy Considerations",
117
+ "alternateIds": [
118
+ "x1-5-3-security-and-privacy-considerations"
119
+ ],
120
+ "number": "1.5.3"
61
121
  },
62
122
  {
63
123
  "id": "defining-draggable-regions",
@@ -65,9 +125,9 @@
65
125
  "level": 3,
66
126
  "title": "Defining draggable regions",
67
127
  "alternateIds": [
68
- "x1-3-defining-draggable-regions"
128
+ "x1-6-defining-draggable-regions"
69
129
  ],
70
- "number": "1.3"
130
+ "number": "1.6"
71
131
  },
72
132
  {
73
133
  "id": "extensions-to-processing-the-manifest",