@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
package/ed/dfns/html.json CHANGED
@@ -7273,6 +7273,26 @@
7273
7273
  "definedIn": "dt",
7274
7274
  "links": []
7275
7275
  },
7276
+ {
7277
+ "id": "concept-element-sanitization",
7278
+ "href": "https://html.spec.whatwg.org/multipage/dom.html#concept-element-sanitization",
7279
+ "linkingText": [
7280
+ "Sanitization"
7281
+ ],
7282
+ "localLinkingText": [],
7283
+ "type": "dfn",
7284
+ "for": [],
7285
+ "access": "private",
7286
+ "informative": false,
7287
+ "heading": {
7288
+ "id": "element-definitions",
7289
+ "href": "https://html.spec.whatwg.org/multipage/dom.html#element-definitions",
7290
+ "title": "Element definitions",
7291
+ "number": "3.2.4"
7292
+ },
7293
+ "definedIn": "dt",
7294
+ "links": []
7295
+ },
7276
7296
  {
7277
7297
  "id": "concept-element-dom",
7278
7298
  "href": "https://html.spec.whatwg.org/multipage/dom.html#concept-element-dom",
@@ -102126,6 +102146,110 @@
102126
102146
  }
102127
102147
  ]
102128
102148
  },
102149
+ {
102150
+ "id": "sanitizerpresets",
102151
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerpresets",
102152
+ "linkingText": [
102153
+ "SanitizerPresets"
102154
+ ],
102155
+ "localLinkingText": [],
102156
+ "type": "enum",
102157
+ "for": [],
102158
+ "access": "public",
102159
+ "informative": false,
102160
+ "heading": {
102161
+ "id": "dom-parsing-and-serialization",
102162
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
102163
+ "title": "DOM parsing and serialization APIs",
102164
+ "number": "8.5"
102165
+ },
102166
+ "definedIn": "pre",
102167
+ "links": []
102168
+ },
102169
+ {
102170
+ "id": "sethtmloptions",
102171
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sethtmloptions",
102172
+ "linkingText": [
102173
+ "SetHTMLOptions"
102174
+ ],
102175
+ "localLinkingText": [],
102176
+ "type": "dictionary",
102177
+ "for": [],
102178
+ "access": "public",
102179
+ "informative": false,
102180
+ "heading": {
102181
+ "id": "dom-parsing-and-serialization",
102182
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
102183
+ "title": "DOM parsing and serialization APIs",
102184
+ "number": "8.5"
102185
+ },
102186
+ "definedIn": "pre",
102187
+ "links": []
102188
+ },
102189
+ {
102190
+ "id": "dom-sethtmloptions-sanitizer",
102191
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sethtmloptions-sanitizer",
102192
+ "linkingText": [
102193
+ "sanitizer"
102194
+ ],
102195
+ "localLinkingText": [],
102196
+ "type": "dict-member",
102197
+ "for": [
102198
+ "SetHTMLOptions"
102199
+ ],
102200
+ "access": "public",
102201
+ "informative": false,
102202
+ "heading": {
102203
+ "id": "dom-parsing-and-serialization",
102204
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
102205
+ "title": "DOM parsing and serialization APIs",
102206
+ "number": "8.5"
102207
+ },
102208
+ "definedIn": "pre",
102209
+ "links": []
102210
+ },
102211
+ {
102212
+ "id": "sethtmlunsafeoptions",
102213
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sethtmlunsafeoptions",
102214
+ "linkingText": [
102215
+ "SetHTMLUnsafeOptions"
102216
+ ],
102217
+ "localLinkingText": [],
102218
+ "type": "dictionary",
102219
+ "for": [],
102220
+ "access": "public",
102221
+ "informative": false,
102222
+ "heading": {
102223
+ "id": "dom-parsing-and-serialization",
102224
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
102225
+ "title": "DOM parsing and serialization APIs",
102226
+ "number": "8.5"
102227
+ },
102228
+ "definedIn": "pre",
102229
+ "links": []
102230
+ },
102231
+ {
102232
+ "id": "dom-sethtmlunsafeoptions-sanitizer",
102233
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sethtmlunsafeoptions-sanitizer",
102234
+ "linkingText": [
102235
+ "sanitizer"
102236
+ ],
102237
+ "localLinkingText": [],
102238
+ "type": "dict-member",
102239
+ "for": [
102240
+ "SetHTMLUnsafeOptions"
102241
+ ],
102242
+ "access": "public",
102243
+ "informative": false,
102244
+ "heading": {
102245
+ "id": "dom-parsing-and-serialization",
102246
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
102247
+ "title": "DOM parsing and serialization APIs",
102248
+ "number": "8.5"
102249
+ },
102250
+ "definedIn": "pre",
102251
+ "links": []
102252
+ },
102129
102253
  {
102130
102254
  "id": "gethtmloptions",
102131
102255
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#gethtmloptions",
@@ -102410,11 +102534,81 @@
102410
102534
  "definedIn": "prose",
102411
102535
  "links": []
102412
102536
  },
102537
+ {
102538
+ "id": "dom-element-sethtml",
102539
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtml",
102540
+ "linkingText": [
102541
+ "setHTML(html, options)"
102542
+ ],
102543
+ "localLinkingText": [],
102544
+ "type": "method",
102545
+ "for": [
102546
+ "Element"
102547
+ ],
102548
+ "access": "public",
102549
+ "informative": false,
102550
+ "heading": {
102551
+ "id": "html-parsing-methods",
102552
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102553
+ "title": "HTML parsing methods",
102554
+ "number": "8.5.2"
102555
+ },
102556
+ "definedIn": "prose",
102557
+ "links": [
102558
+ {
102559
+ "type": "dev",
102560
+ "id": "dom-element-sethtml-dev",
102561
+ "name": "element.setHTML(html, options)",
102562
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtml-dev",
102563
+ "heading": {
102564
+ "id": "html-parsing-methods",
102565
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102566
+ "title": "HTML parsing methods",
102567
+ "number": "8.5.2"
102568
+ }
102569
+ }
102570
+ ]
102571
+ },
102572
+ {
102573
+ "id": "dom-shadowroot-sethtml",
102574
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-shadowroot-sethtml",
102575
+ "linkingText": [
102576
+ "setHTML(html, options)"
102577
+ ],
102578
+ "localLinkingText": [],
102579
+ "type": "method",
102580
+ "for": [
102581
+ "ShadowRoot"
102582
+ ],
102583
+ "access": "public",
102584
+ "informative": false,
102585
+ "heading": {
102586
+ "id": "html-parsing-methods",
102587
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102588
+ "title": "HTML parsing methods",
102589
+ "number": "8.5.2"
102590
+ },
102591
+ "definedIn": "prose",
102592
+ "links": [
102593
+ {
102594
+ "type": "dev",
102595
+ "id": "dom-shadowroot-sethtml-dev",
102596
+ "name": "shadowRoot.setHTML(html, options)",
102597
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-shadowroot-sethtml-dev",
102598
+ "heading": {
102599
+ "id": "html-parsing-methods",
102600
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102601
+ "title": "HTML parsing methods",
102602
+ "number": "8.5.2"
102603
+ }
102604
+ }
102605
+ ]
102606
+ },
102413
102607
  {
102414
102608
  "id": "dom-element-sethtmlunsafe",
102415
102609
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtmlunsafe",
102416
102610
  "linkingText": [
102417
- "setHTMLUnsafe(html)"
102611
+ "setHTMLUnsafe(html, options)"
102418
102612
  ],
102419
102613
  "localLinkingText": [],
102420
102614
  "type": "method",
@@ -102424,9 +102618,9 @@
102424
102618
  "access": "public",
102425
102619
  "informative": false,
102426
102620
  "heading": {
102427
- "id": "unsafe-html-parsing-methods",
102428
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102429
- "title": "Unsafe HTML parsing methods",
102621
+ "id": "html-parsing-methods",
102622
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102623
+ "title": "HTML parsing methods",
102430
102624
  "number": "8.5.2"
102431
102625
  },
102432
102626
  "definedIn": "prose",
@@ -102434,12 +102628,12 @@
102434
102628
  {
102435
102629
  "type": "dev",
102436
102630
  "id": "dom-element-sethtmlunsafe-dev",
102437
- "name": "element.setHTMLUnsafe(html)",
102631
+ "name": "element.setHTMLUnsafe(html, options)",
102438
102632
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtmlunsafe-dev",
102439
102633
  "heading": {
102440
- "id": "unsafe-html-parsing-methods",
102441
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102442
- "title": "Unsafe HTML parsing methods",
102634
+ "id": "html-parsing-methods",
102635
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102636
+ "title": "HTML parsing methods",
102443
102637
  "number": "8.5.2"
102444
102638
  }
102445
102639
  }
@@ -102449,7 +102643,7 @@
102449
102643
  "id": "dom-shadowroot-sethtmlunsafe",
102450
102644
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-shadowroot-sethtmlunsafe",
102451
102645
  "linkingText": [
102452
- "setHTMLUnsafe(html)"
102646
+ "setHTMLUnsafe(html, options)"
102453
102647
  ],
102454
102648
  "localLinkingText": [],
102455
102649
  "type": "method",
@@ -102459,9 +102653,9 @@
102459
102653
  "access": "public",
102460
102654
  "informative": false,
102461
102655
  "heading": {
102462
- "id": "unsafe-html-parsing-methods",
102463
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102464
- "title": "Unsafe HTML parsing methods",
102656
+ "id": "html-parsing-methods",
102657
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102658
+ "title": "HTML parsing methods",
102465
102659
  "number": "8.5.2"
102466
102660
  },
102467
102661
  "definedIn": "prose",
@@ -102469,42 +102663,57 @@
102469
102663
  {
102470
102664
  "type": "dev",
102471
102665
  "id": "dom-shadowroot-sethtmlunsafe-dev",
102472
- "name": "shadowRoot.setHTMLUnsafe(html)",
102666
+ "name": "shadowRoot.setHTMLUnsafe(html, options)",
102473
102667
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-shadowroot-sethtmlunsafe-dev",
102474
102668
  "heading": {
102475
- "id": "unsafe-html-parsing-methods",
102476
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102477
- "title": "Unsafe HTML parsing methods",
102669
+ "id": "html-parsing-methods",
102670
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102671
+ "title": "HTML parsing methods",
102478
102672
  "number": "8.5.2"
102479
102673
  }
102480
102674
  }
102481
102675
  ]
102482
102676
  },
102483
102677
  {
102484
- "id": "unsafely-set-html",
102485
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafely-set-html",
102678
+ "id": "dom-parsehtml",
102679
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtml",
102486
102680
  "linkingText": [
102487
- "unsafely set HTML"
102681
+ "parseHTML(html, options)"
102488
102682
  ],
102489
102683
  "localLinkingText": [],
102490
- "type": "dfn",
102491
- "for": [],
102492
- "access": "private",
102684
+ "type": "method",
102685
+ "for": [
102686
+ "Document"
102687
+ ],
102688
+ "access": "public",
102493
102689
  "informative": false,
102494
102690
  "heading": {
102495
- "id": "unsafe-html-parsing-methods",
102496
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102497
- "title": "Unsafe HTML parsing methods",
102691
+ "id": "html-parsing-methods",
102692
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102693
+ "title": "HTML parsing methods",
102498
102694
  "number": "8.5.2"
102499
102695
  },
102500
102696
  "definedIn": "prose",
102501
- "links": []
102697
+ "links": [
102698
+ {
102699
+ "type": "dev",
102700
+ "id": "dom-parsehtml-dev",
102701
+ "name": "doc = Document.parseHTML(html, options)",
102702
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtml-dev",
102703
+ "heading": {
102704
+ "id": "html-parsing-methods",
102705
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102706
+ "title": "HTML parsing methods",
102707
+ "number": "8.5.2"
102708
+ }
102709
+ }
102710
+ ]
102502
102711
  },
102503
102712
  {
102504
102713
  "id": "dom-parsehtmlunsafe",
102505
102714
  "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtmlunsafe",
102506
102715
  "linkingText": [
102507
- "parseHTMLUnsafe(html)"
102716
+ "parseHTMLUnsafe(html, options)"
102508
102717
  ],
102509
102718
  "localLinkingText": [],
102510
102719
  "type": "method",
@@ -102514,22 +102723,22 @@
102514
102723
  "access": "public",
102515
102724
  "informative": false,
102516
102725
  "heading": {
102517
- "id": "unsafe-html-parsing-methods",
102518
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102519
- "title": "Unsafe HTML parsing methods",
102726
+ "id": "html-parsing-methods",
102727
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102728
+ "title": "HTML parsing methods",
102520
102729
  "number": "8.5.2"
102521
102730
  },
102522
102731
  "definedIn": "prose",
102523
102732
  "links": [
102524
102733
  {
102525
102734
  "type": "dev",
102526
- "id": "unsafe-html-parsing-methods:dom-parsehtmlunsafe",
102527
- "name": "doc = Document.parseHTMLUnsafe(html)",
102528
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods%3Adom-parsehtmlunsafe",
102735
+ "id": "html-parsing-methods:dom-parsehtmlunsafe",
102736
+ "name": "doc = Document.parseHTMLUnsafe(html, options)",
102737
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods%3Adom-parsehtmlunsafe",
102529
102738
  "heading": {
102530
- "id": "unsafe-html-parsing-methods",
102531
- "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
102532
- "title": "Unsafe HTML parsing methods",
102739
+ "id": "html-parsing-methods",
102740
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#html-parsing-methods",
102741
+ "title": "HTML parsing methods",
102533
102742
  "number": "8.5.2"
102534
102743
  }
102535
102744
  }
@@ -102945,196 +103154,134 @@
102945
103154
  ]
102946
103155
  },
102947
103156
  {
102948
- "id": "map-of-settimeout-and-setinterval-ids",
102949
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#map-of-settimeout-and-setinterval-ids",
103157
+ "id": "sanitizer",
103158
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer",
102950
103159
  "linkingText": [
102951
- "map of setTimeout and setInterval IDs"
103160
+ "Sanitizer"
102952
103161
  ],
102953
103162
  "localLinkingText": [],
102954
- "type": "dfn",
102955
- "for": [
102956
- "WindowOrWorkerGlobalScope"
102957
- ],
103163
+ "type": "interface",
103164
+ "for": [],
102958
103165
  "access": "public",
102959
103166
  "informative": false,
102960
103167
  "heading": {
102961
- "id": "timers",
102962
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
102963
- "title": "Timers",
102964
- "number": "8.6"
103168
+ "id": "the-sanitizer-interface",
103169
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103170
+ "title": "The Sanitizer interface",
103171
+ "number": "8.6.2"
102965
103172
  },
102966
- "definedIn": "prose",
103173
+ "definedIn": "pre",
102967
103174
  "links": []
102968
103175
  },
102969
103176
  {
102970
- "id": "dom-settimeout",
102971
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout",
103177
+ "id": "configuration",
103178
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#configuration",
102972
103179
  "linkingText": [
102973
- "setTimeout(handler, timeout, ...arguments)"
103180
+ "configuration"
102974
103181
  ],
102975
103182
  "localLinkingText": [],
102976
- "type": "method",
103183
+ "type": "dfn",
102977
103184
  "for": [
102978
- "WindowOrWorkerGlobalScope"
103185
+ "Sanitizer"
102979
103186
  ],
102980
- "access": "public",
103187
+ "access": "private",
102981
103188
  "informative": false,
102982
103189
  "heading": {
102983
- "id": "timers",
102984
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
102985
- "title": "Timers",
102986
- "number": "8.6"
103190
+ "id": "the-sanitizer-interface",
103191
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103192
+ "title": "The Sanitizer interface",
103193
+ "number": "8.6.2"
102987
103194
  },
102988
103195
  "definedIn": "prose",
102989
- "links": [
102990
- {
102991
- "type": "dev",
102992
- "id": "dom-settimeout-dev",
102993
- "name": "id = self.setTimeout(handler [, timeout [, ...arguments ] ])✔MDNsetTimeoutSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
102994
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout-dev",
102995
- "heading": {
102996
- "id": "timers",
102997
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
102998
- "title": "Timers",
102999
- "number": "8.6"
103000
- }
103001
- },
103002
- {
103003
- "type": "dev",
103004
- "id": "timers:dom-settimeout-2",
103005
- "name": "id = self.setTimeout(code [, timeout ])",
103006
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers%3Adom-settimeout-2",
103007
- "heading": {
103008
- "id": "timers",
103009
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103010
- "title": "Timers",
103011
- "number": "8.6"
103012
- }
103013
- }
103014
- ]
103196
+ "links": []
103015
103197
  },
103016
103198
  {
103017
- "id": "dom-setinterval",
103018
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval",
103199
+ "id": "dom-sanitizer-constructor",
103200
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-constructor",
103019
103201
  "linkingText": [
103020
- "setInterval(handler, timeout, ...arguments)"
103202
+ "new Sanitizer(configuration)"
103021
103203
  ],
103022
103204
  "localLinkingText": [],
103023
- "type": "method",
103205
+ "type": "constructor",
103024
103206
  "for": [
103025
- "WindowOrWorkerGlobalScope"
103207
+ "Sanitizer"
103026
103208
  ],
103027
103209
  "access": "public",
103028
103210
  "informative": false,
103029
103211
  "heading": {
103030
- "id": "timers",
103031
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103032
- "title": "Timers",
103033
- "number": "8.6"
103212
+ "id": "the-sanitizer-interface",
103213
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103214
+ "title": "The Sanitizer interface",
103215
+ "number": "8.6.2"
103034
103216
  },
103035
103217
  "definedIn": "prose",
103036
- "links": [
103037
- {
103038
- "type": "dev",
103039
- "id": "dom-setinterval-dev",
103040
- "name": "id = self.setInterval(handler [, timeout [, ...arguments ] ])✔MDNsetIntervalSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
103041
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval-dev",
103042
- "heading": {
103043
- "id": "timers",
103044
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103045
- "title": "Timers",
103046
- "number": "8.6"
103047
- }
103048
- },
103049
- {
103050
- "type": "dev",
103051
- "id": "timers:dom-setinterval-3",
103052
- "name": "id = self.setInterval(code [, timeout ])",
103053
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers%3Adom-setinterval-3",
103054
- "heading": {
103055
- "id": "timers",
103056
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103057
- "title": "Timers",
103058
- "number": "8.6"
103059
- }
103060
- }
103061
- ]
103218
+ "links": []
103062
103219
  },
103063
103220
  {
103064
- "id": "dom-cleartimeout",
103065
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout",
103221
+ "id": "configure-a-sanitizer",
103222
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#configure-a-sanitizer",
103066
103223
  "linkingText": [
103067
- "clearTimeout(id)"
103224
+ "configure"
103068
103225
  ],
103069
103226
  "localLinkingText": [],
103070
- "type": "method",
103071
- "for": [
103072
- "WindowOrWorkerGlobalScope"
103073
- ],
103074
- "access": "public",
103227
+ "type": "dfn",
103228
+ "for": [],
103229
+ "access": "private",
103075
103230
  "informative": false,
103076
103231
  "heading": {
103077
- "id": "timers",
103078
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103079
- "title": "Timers",
103080
- "number": "8.6"
103232
+ "id": "the-sanitizer-interface",
103233
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103234
+ "title": "The Sanitizer interface",
103235
+ "number": "8.6.2"
103081
103236
  },
103082
103237
  "definedIn": "prose",
103083
- "links": [
103084
- {
103085
- "type": "dev",
103086
- "id": "dom-cleartimeout-dev",
103087
- "name": "self.clearTimeout(id)✔MDNclearTimeoutSupport in all current engines.Firefox1+Safari4+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS1+Chrome Android?WebView Android37+Samsung Internet?Opera Android10.1+",
103088
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout-dev",
103089
- "heading": {
103090
- "id": "timers",
103091
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103092
- "title": "Timers",
103093
- "number": "8.6"
103094
- }
103095
- }
103096
- ]
103238
+ "links": []
103097
103239
  },
103098
103240
  {
103099
- "id": "dom-clearinterval",
103100
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval",
103241
+ "id": "canonicalize-the-configuration",
103242
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-the-configuration",
103101
103243
  "linkingText": [
103102
- "clearInterval(id)"
103244
+ "canonicalize the configuration"
103103
103245
  ],
103104
103246
  "localLinkingText": [],
103105
- "type": "method",
103106
- "for": [
103107
- "WindowOrWorkerGlobalScope"
103247
+ "type": "dfn",
103248
+ "for": [],
103249
+ "access": "private",
103250
+ "informative": false,
103251
+ "heading": {
103252
+ "id": "the-sanitizer-interface",
103253
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103254
+ "title": "The Sanitizer interface",
103255
+ "number": "8.6.2"
103256
+ },
103257
+ "definedIn": "prose",
103258
+ "links": []
103259
+ },
103260
+ {
103261
+ "id": "canonicalize-a-sanitizer-list",
103262
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-sanitizer-list",
103263
+ "linkingText": [
103264
+ "canonicalize a sanitizer list"
103108
103265
  ],
103109
- "access": "public",
103266
+ "localLinkingText": [],
103267
+ "type": "dfn",
103268
+ "for": [],
103269
+ "access": "private",
103110
103270
  "informative": false,
103111
103271
  "heading": {
103112
- "id": "timers",
103113
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103114
- "title": "Timers",
103115
- "number": "8.6"
103272
+ "id": "the-sanitizer-interface",
103273
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103274
+ "title": "The Sanitizer interface",
103275
+ "number": "8.6.2"
103116
103276
  },
103117
103277
  "definedIn": "prose",
103118
- "links": [
103119
- {
103120
- "type": "dev",
103121
- "id": "dom-clearinterval-dev",
103122
- "name": "self.clearInterval(id)✔MDNclearIntervalSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android37+Samsung Internet?Opera Android10.1+",
103123
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval-dev",
103124
- "heading": {
103125
- "id": "timers",
103126
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103127
- "title": "Timers",
103128
- "number": "8.6"
103129
- }
103130
- }
103131
- ]
103278
+ "links": []
103132
103279
  },
103133
103280
  {
103134
- "id": "timer-initialisation-steps",
103135
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-initialisation-steps",
103281
+ "id": "canonicalize-a-processing-instruction-list",
103282
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-processing-instruction-list",
103136
103283
  "linkingText": [
103137
- "timer initialization steps"
103284
+ "canonicalize a processing instruction list"
103138
103285
  ],
103139
103286
  "localLinkingText": [],
103140
103287
  "type": "dfn",
@@ -103142,19 +103289,19 @@
103142
103289
  "access": "private",
103143
103290
  "informative": false,
103144
103291
  "heading": {
103145
- "id": "timers",
103146
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103147
- "title": "Timers",
103148
- "number": "8.6"
103292
+ "id": "the-sanitizer-interface",
103293
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103294
+ "title": "The Sanitizer interface",
103295
+ "number": "8.6.2"
103149
103296
  },
103150
103297
  "definedIn": "prose",
103151
103298
  "links": []
103152
103299
  },
103153
103300
  {
103154
- "id": "timer-nesting-level",
103155
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-nesting-level",
103301
+ "id": "canonicalize-a-processing-instruction",
103302
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-processing-instruction",
103156
103303
  "linkingText": [
103157
- "timer nesting level"
103304
+ "canonicalize a processing instruction"
103158
103305
  ],
103159
103306
  "localLinkingText": [],
103160
103307
  "type": "dfn",
@@ -103162,337 +103309,2002 @@
103162
103309
  "access": "private",
103163
103310
  "informative": false,
103164
103311
  "heading": {
103165
- "id": "timers",
103166
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103167
- "title": "Timers",
103168
- "number": "8.6"
103312
+ "id": "the-sanitizer-interface",
103313
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103314
+ "title": "The Sanitizer interface",
103315
+ "number": "8.6.2"
103169
103316
  },
103170
103317
  "definedIn": "prose",
103171
103318
  "links": []
103172
103319
  },
103173
103320
  {
103174
- "id": "timer-task-source",
103175
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-task-source",
103321
+ "id": "canonicalize-a-sanitizer-name",
103322
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-sanitizer-name",
103176
103323
  "linkingText": [
103177
- "timer task source"
103324
+ "canonicalize a sanitizer name"
103178
103325
  ],
103179
103326
  "localLinkingText": [],
103180
103327
  "type": "dfn",
103181
103328
  "for": [],
103182
- "access": "public",
103329
+ "access": "private",
103183
103330
  "informative": false,
103184
103331
  "heading": {
103185
- "id": "timers",
103186
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103187
- "title": "Timers",
103188
- "number": "8.6"
103332
+ "id": "the-sanitizer-interface",
103333
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103334
+ "title": "The Sanitizer interface",
103335
+ "number": "8.6.2"
103189
103336
  },
103190
103337
  "definedIn": "prose",
103191
103338
  "links": []
103192
103339
  },
103193
103340
  {
103194
- "id": "map-of-active-timers",
103195
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#map-of-active-timers",
103341
+ "id": "canonicalize-a-sanitizer-element",
103342
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-sanitizer-element",
103196
103343
  "linkingText": [
103197
- "map of active timers"
103344
+ "canonicalize a sanitizer element"
103198
103345
  ],
103199
103346
  "localLinkingText": [],
103200
103347
  "type": "dfn",
103201
- "for": [
103202
- "WindowOrWorkerGlobalScope"
103348
+ "for": [],
103349
+ "access": "private",
103350
+ "informative": false,
103351
+ "heading": {
103352
+ "id": "the-sanitizer-interface",
103353
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103354
+ "title": "The Sanitizer interface",
103355
+ "number": "8.6.2"
103356
+ },
103357
+ "definedIn": "prose",
103358
+ "links": []
103359
+ },
103360
+ {
103361
+ "id": "canonicalize-a-sanitizer-element-list",
103362
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-sanitizer-element-list",
103363
+ "linkingText": [
103364
+ "canonicalize a sanitizer element list"
103203
103365
  ],
103204
- "access": "public",
103366
+ "localLinkingText": [],
103367
+ "type": "dfn",
103368
+ "for": [],
103369
+ "access": "private",
103205
103370
  "informative": false,
103206
103371
  "heading": {
103207
- "id": "timers",
103208
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103209
- "title": "Timers",
103210
- "number": "8.6"
103372
+ "id": "the-sanitizer-interface",
103373
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103374
+ "title": "The Sanitizer interface",
103375
+ "number": "8.6.2"
103211
103376
  },
103212
103377
  "definedIn": "prose",
103213
103378
  "links": []
103214
103379
  },
103215
103380
  {
103216
- "id": "run-steps-after-a-timeout",
103217
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#run-steps-after-a-timeout",
103381
+ "id": "sanitizer-canonicalized-intersection",
103382
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-canonicalized-intersection",
103218
103383
  "linkingText": [
103219
- "run steps after a timeout"
103384
+ "canonicalized intersection"
103220
103385
  ],
103221
103386
  "localLinkingText": [],
103222
103387
  "type": "dfn",
103223
103388
  "for": [],
103224
- "access": "public",
103389
+ "access": "private",
103225
103390
  "informative": false,
103226
103391
  "heading": {
103227
- "id": "timers",
103228
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
103229
- "title": "Timers",
103230
- "number": "8.6"
103392
+ "id": "the-sanitizer-interface",
103393
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103394
+ "title": "The Sanitizer interface",
103395
+ "number": "8.6.2"
103231
103396
  },
103232
103397
  "definedIn": "prose",
103233
103398
  "links": []
103234
103399
  },
103235
103400
  {
103236
- "id": "dom-queuemicrotask",
103237
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask",
103401
+ "id": "dom-sanitizer-get",
103402
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-get",
103238
103403
  "linkingText": [
103239
- "queueMicrotask(callback)"
103404
+ "get()"
103240
103405
  ],
103241
103406
  "localLinkingText": [],
103242
103407
  "type": "method",
103243
103408
  "for": [
103244
- "WindowOrWorkerGlobalScope"
103409
+ "Sanitizer"
103245
103410
  ],
103246
103411
  "access": "public",
103247
103412
  "informative": false,
103248
103413
  "heading": {
103249
- "id": "microtask-queuing",
103250
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing",
103251
- "title": "Microtask queuing",
103252
- "number": "8.7"
103414
+ "id": "the-sanitizer-interface",
103415
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103416
+ "title": "The Sanitizer interface",
103417
+ "number": "8.6.2"
103253
103418
  },
103254
103419
  "definedIn": "prose",
103255
103420
  "links": [
103256
103421
  {
103257
103422
  "type": "dev",
103258
- "id": "dom-queuemicrotask-dev",
103259
- "name": "self.queueMicrotask(callback)",
103260
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask-dev",
103423
+ "id": "the-sanitizer-interface:dom-sanitizer-get-2",
103424
+ "name": "config = sanitizer.get()",
103425
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-get-2",
103261
103426
  "heading": {
103262
- "id": "microtask-queuing",
103263
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing",
103264
- "title": "Microtask queuing",
103265
- "number": "8.7"
103427
+ "id": "the-sanitizer-interface",
103428
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103429
+ "title": "The Sanitizer interface",
103430
+ "number": "8.6.2"
103266
103431
  }
103267
103432
  }
103268
103433
  ]
103269
103434
  },
103270
103435
  {
103271
- "id": "dom-alert-noargs",
103272
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert-noargs",
103436
+ "id": "dom-sanitizer-allowelement",
103437
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-allowelement",
103273
103438
  "linkingText": [
103274
- "alert()"
103439
+ "allowElement(element)"
103275
103440
  ],
103276
103441
  "localLinkingText": [],
103277
103442
  "type": "method",
103278
103443
  "for": [
103279
- "Window"
103444
+ "Sanitizer"
103280
103445
  ],
103281
103446
  "access": "public",
103282
103447
  "informative": false,
103283
103448
  "heading": {
103284
- "id": "simple-dialogs",
103285
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103286
- "title": "Simple dialogs",
103287
- "number": "8.8.1"
103449
+ "id": "the-sanitizer-interface",
103450
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103451
+ "title": "The Sanitizer interface",
103452
+ "number": "8.6.2"
103288
103453
  },
103289
103454
  "definedIn": "prose",
103290
- "links": []
103455
+ "links": [
103456
+ {
103457
+ "type": "dev",
103458
+ "id": "the-sanitizer-interface:dom-sanitizer-allowelement-2",
103459
+ "name": "sanitizer.allowElement(element)",
103460
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-allowelement-2",
103461
+ "heading": {
103462
+ "id": "the-sanitizer-interface",
103463
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103464
+ "title": "The Sanitizer interface",
103465
+ "number": "8.6.2"
103466
+ }
103467
+ }
103468
+ ]
103291
103469
  },
103292
103470
  {
103293
- "id": "dom-alert",
103294
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert",
103471
+ "id": "dom-sanitizer-removeelement",
103472
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-removeelement",
103295
103473
  "linkingText": [
103296
- "alert(message)"
103474
+ "removeElement(element)"
103297
103475
  ],
103298
103476
  "localLinkingText": [],
103299
103477
  "type": "method",
103300
103478
  "for": [
103301
- "Window"
103479
+ "Sanitizer"
103302
103480
  ],
103303
103481
  "access": "public",
103304
103482
  "informative": false,
103305
103483
  "heading": {
103306
- "id": "simple-dialogs",
103307
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103308
- "title": "Simple dialogs",
103309
- "number": "8.8.1"
103484
+ "id": "the-sanitizer-interface",
103485
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103486
+ "title": "The Sanitizer interface",
103487
+ "number": "8.6.2"
103310
103488
  },
103311
103489
  "definedIn": "prose",
103312
103490
  "links": [
103313
103491
  {
103314
103492
  "type": "dev",
103315
- "id": "dom-alert-dev",
103316
- "name": "window.alert(message)✔MDNWindow/alertSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
103317
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert-dev",
103493
+ "id": "the-sanitizer-interface:dom-sanitizer-removeelement-2",
103494
+ "name": "sanitizer.removeElement(element)",
103495
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-removeelement-2",
103318
103496
  "heading": {
103319
- "id": "simple-dialogs",
103320
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103321
- "title": "Simple dialogs",
103322
- "number": "8.8.1"
103497
+ "id": "the-sanitizer-interface",
103498
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103499
+ "title": "The Sanitizer interface",
103500
+ "number": "8.6.2"
103323
103501
  }
103324
103502
  }
103325
103503
  ]
103326
103504
  },
103327
103505
  {
103328
- "id": "dom-confirm",
103329
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-confirm",
103506
+ "id": "dom-sanitizer-replaceelementwithchildren",
103507
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-replaceelementwithchildren",
103330
103508
  "linkingText": [
103331
- "confirm(message)"
103509
+ "replaceElementWithChildren(element)"
103332
103510
  ],
103333
103511
  "localLinkingText": [],
103334
103512
  "type": "method",
103335
103513
  "for": [
103336
- "Window"
103514
+ "Sanitizer"
103337
103515
  ],
103338
103516
  "access": "public",
103339
103517
  "informative": false,
103340
103518
  "heading": {
103341
- "id": "simple-dialogs",
103342
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103343
- "title": "Simple dialogs",
103344
- "number": "8.8.1"
103519
+ "id": "the-sanitizer-interface",
103520
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103521
+ "title": "The Sanitizer interface",
103522
+ "number": "8.6.2"
103345
103523
  },
103346
103524
  "definedIn": "prose",
103347
103525
  "links": [
103348
103526
  {
103349
103527
  "type": "dev",
103350
- "id": "dom-confirm-dev",
103351
- "name": "result = window.confirm(message)✔MDNWindow/confirmSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android1+Samsung Internet?Opera Android10.1+",
103352
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-confirm-dev",
103528
+ "id": "the-sanitizer-interface:dom-sanitizer-replaceelementwithchildren-2",
103529
+ "name": "sanitizer.replaceElementWithChildren(element)",
103530
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-replaceelementwithchildren-2",
103353
103531
  "heading": {
103354
- "id": "simple-dialogs",
103355
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103356
- "title": "Simple dialogs",
103357
- "number": "8.8.1"
103532
+ "id": "the-sanitizer-interface",
103533
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103534
+ "title": "The Sanitizer interface",
103535
+ "number": "8.6.2"
103358
103536
  }
103359
103537
  }
103360
103538
  ]
103361
103539
  },
103362
103540
  {
103363
- "id": "dom-prompt",
103364
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-prompt",
103541
+ "id": "dom-sanitizer-allowattribute",
103542
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-allowattribute",
103365
103543
  "linkingText": [
103366
- "prompt(message, default)"
103544
+ "allowAttribute(attribute)"
103367
103545
  ],
103368
103546
  "localLinkingText": [],
103369
103547
  "type": "method",
103370
103548
  "for": [
103371
- "Window"
103549
+ "Sanitizer"
103372
103550
  ],
103373
103551
  "access": "public",
103374
103552
  "informative": false,
103375
103553
  "heading": {
103376
- "id": "simple-dialogs",
103377
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103378
- "title": "Simple dialogs",
103379
- "number": "8.8.1"
103554
+ "id": "the-sanitizer-interface",
103555
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103556
+ "title": "The Sanitizer interface",
103557
+ "number": "8.6.2"
103380
103558
  },
103381
103559
  "definedIn": "prose",
103382
103560
  "links": [
103383
103561
  {
103384
103562
  "type": "dev",
103385
- "id": "dom-prompt-dev",
103386
- "name": "result = window.prompt(message [, default])✔MDNWindow/promptSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
103387
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-prompt-dev",
103563
+ "id": "the-sanitizer-interface:dom-sanitizer-allowattribute-2",
103564
+ "name": "sanitizer.allowAttribute(attribute)",
103565
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-allowattribute-2",
103388
103566
  "heading": {
103389
- "id": "simple-dialogs",
103390
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103391
- "title": "Simple dialogs",
103392
- "number": "8.8.1"
103567
+ "id": "the-sanitizer-interface",
103568
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103569
+ "title": "The Sanitizer interface",
103570
+ "number": "8.6.2"
103393
103571
  }
103394
103572
  }
103395
103573
  ]
103396
103574
  },
103397
103575
  {
103398
- "id": "optionally-truncate-a-simple-dialog-string",
103399
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#optionally-truncate-a-simple-dialog-string",
103576
+ "id": "dom-sanitizer-removeattribute",
103577
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-removeattribute",
103400
103578
  "linkingText": [
103401
- "optionally truncate a simple dialog string"
103579
+ "removeAttribute(attribute)"
103402
103580
  ],
103403
103581
  "localLinkingText": [],
103404
- "type": "dfn",
103405
- "for": [],
103406
- "access": "private",
103582
+ "type": "method",
103583
+ "for": [
103584
+ "Sanitizer"
103585
+ ],
103586
+ "access": "public",
103407
103587
  "informative": false,
103408
103588
  "heading": {
103409
- "id": "simple-dialogs",
103410
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103411
- "title": "Simple dialogs",
103412
- "number": "8.8.1"
103589
+ "id": "the-sanitizer-interface",
103590
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103591
+ "title": "The Sanitizer interface",
103592
+ "number": "8.6.2"
103413
103593
  },
103414
103594
  "definedIn": "prose",
103415
- "links": []
103595
+ "links": [
103596
+ {
103597
+ "type": "dev",
103598
+ "id": "the-sanitizer-interface:dom-sanitizer-removeattribute-2",
103599
+ "name": "sanitizer.removeAttribute(attribute)",
103600
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-removeattribute-2",
103601
+ "heading": {
103602
+ "id": "the-sanitizer-interface",
103603
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103604
+ "title": "The Sanitizer interface",
103605
+ "number": "8.6.2"
103606
+ }
103607
+ }
103608
+ ]
103416
103609
  },
103417
103610
  {
103418
- "id": "cannot-show-simple-dialogs",
103419
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#cannot-show-simple-dialogs",
103611
+ "id": "dom-sanitizer-setcomments",
103612
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-setcomments",
103420
103613
  "linkingText": [
103421
- "cannot show simple dialogs"
103614
+ "setComments(allow)"
103422
103615
  ],
103423
103616
  "localLinkingText": [],
103424
- "type": "dfn",
103425
- "for": [],
103426
- "access": "private",
103617
+ "type": "method",
103618
+ "for": [
103619
+ "Sanitizer"
103620
+ ],
103621
+ "access": "public",
103427
103622
  "informative": false,
103428
103623
  "heading": {
103429
- "id": "simple-dialogs",
103430
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
103431
- "title": "Simple dialogs",
103432
- "number": "8.8.1"
103624
+ "id": "the-sanitizer-interface",
103625
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103626
+ "title": "The Sanitizer interface",
103627
+ "number": "8.6.2"
103433
103628
  },
103434
103629
  "definedIn": "prose",
103435
- "links": []
103630
+ "links": [
103631
+ {
103632
+ "type": "dev",
103633
+ "id": "the-sanitizer-interface:dom-sanitizer-setcomments-2",
103634
+ "name": "sanitizer.setComments(allow)",
103635
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-setcomments-2",
103636
+ "heading": {
103637
+ "id": "the-sanitizer-interface",
103638
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103639
+ "title": "The Sanitizer interface",
103640
+ "number": "8.6.2"
103641
+ }
103642
+ }
103643
+ ]
103436
103644
  },
103437
103645
  {
103438
- "id": "dom-print",
103439
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-print",
103646
+ "id": "dom-sanitizer-setdataattributes",
103647
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-setdataattributes",
103440
103648
  "linkingText": [
103441
- "print()"
103649
+ "setDataAttributes(allow)"
103442
103650
  ],
103443
103651
  "localLinkingText": [],
103444
103652
  "type": "method",
103445
103653
  "for": [
103446
- "Window"
103654
+ "Sanitizer"
103447
103655
  ],
103448
103656
  "access": "public",
103449
103657
  "informative": false,
103450
103658
  "heading": {
103451
- "id": "printing",
103452
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
103453
- "title": "Printing",
103454
- "number": "8.8.2"
103659
+ "id": "the-sanitizer-interface",
103660
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103661
+ "title": "The Sanitizer interface",
103662
+ "number": "8.6.2"
103455
103663
  },
103456
103664
  "definedIn": "prose",
103457
103665
  "links": [
103458
103666
  {
103459
103667
  "type": "dev",
103460
- "id": "dom-print-dev",
103461
- "name": "window.print()",
103462
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-print-dev",
103668
+ "id": "the-sanitizer-interface:dom-sanitizer-setdataattributes-2",
103669
+ "name": "sanitizer.setDataAttributes(allow)",
103670
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-setdataattributes-2",
103463
103671
  "heading": {
103464
- "id": "printing",
103465
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
103466
- "title": "Printing",
103467
- "number": "8.8.2"
103672
+ "id": "the-sanitizer-interface",
103673
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103674
+ "title": "The Sanitizer interface",
103675
+ "number": "8.6.2"
103468
103676
  }
103469
103677
  }
103470
103678
  ]
103471
103679
  },
103472
103680
  {
103473
- "id": "print-when-loaded",
103474
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#print-when-loaded",
103681
+ "id": "dom-sanitizer-allowprocessinginstruction",
103682
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-allowprocessinginstruction",
103475
103683
  "linkingText": [
103476
- "print when loaded"
103684
+ "allowProcessingInstruction(pi)"
103477
103685
  ],
103478
103686
  "localLinkingText": [],
103479
- "type": "dfn",
103480
- "for": [],
103481
- "access": "private",
103687
+ "type": "method",
103688
+ "for": [
103689
+ "Sanitizer"
103690
+ ],
103691
+ "access": "public",
103482
103692
  "informative": false,
103483
103693
  "heading": {
103484
- "id": "printing",
103485
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
103486
- "title": "Printing",
103487
- "number": "8.8.2"
103694
+ "id": "the-sanitizer-interface",
103695
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103696
+ "title": "The Sanitizer interface",
103697
+ "number": "8.6.2"
103488
103698
  },
103489
103699
  "definedIn": "prose",
103490
- "links": []
103491
- },
103492
- {
103493
- "id": "printing-steps",
103494
- "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing-steps",
103495
- "linkingText": [
103700
+ "links": [
103701
+ {
103702
+ "type": "dev",
103703
+ "id": "the-sanitizer-interface:dom-sanitizer-allowprocessinginstruction-2",
103704
+ "name": "sanitizer.allowProcessingInstruction(pi)",
103705
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-allowprocessinginstruction-2",
103706
+ "heading": {
103707
+ "id": "the-sanitizer-interface",
103708
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103709
+ "title": "The Sanitizer interface",
103710
+ "number": "8.6.2"
103711
+ }
103712
+ }
103713
+ ]
103714
+ },
103715
+ {
103716
+ "id": "dom-sanitizer-removeprocessinginstruction",
103717
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-removeprocessinginstruction",
103718
+ "linkingText": [
103719
+ "removeProcessingInstruction(pi)"
103720
+ ],
103721
+ "localLinkingText": [],
103722
+ "type": "method",
103723
+ "for": [
103724
+ "Sanitizer"
103725
+ ],
103726
+ "access": "public",
103727
+ "informative": false,
103728
+ "heading": {
103729
+ "id": "the-sanitizer-interface",
103730
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103731
+ "title": "The Sanitizer interface",
103732
+ "number": "8.6.2"
103733
+ },
103734
+ "definedIn": "prose",
103735
+ "links": [
103736
+ {
103737
+ "type": "dev",
103738
+ "id": "the-sanitizer-interface:dom-sanitizer-removeprocessinginstruction-2",
103739
+ "name": "sanitizer.removeProcessingInstruction(pi)",
103740
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-removeprocessinginstruction-2",
103741
+ "heading": {
103742
+ "id": "the-sanitizer-interface",
103743
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103744
+ "title": "The Sanitizer interface",
103745
+ "number": "8.6.2"
103746
+ }
103747
+ }
103748
+ ]
103749
+ },
103750
+ {
103751
+ "id": "dom-sanitizer-removeunsafe",
103752
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-removeunsafe",
103753
+ "linkingText": [
103754
+ "removeUnsafe()"
103755
+ ],
103756
+ "localLinkingText": [],
103757
+ "type": "method",
103758
+ "for": [
103759
+ "Sanitizer"
103760
+ ],
103761
+ "access": "public",
103762
+ "informative": false,
103763
+ "heading": {
103764
+ "id": "the-sanitizer-interface",
103765
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103766
+ "title": "The Sanitizer interface",
103767
+ "number": "8.6.2"
103768
+ },
103769
+ "definedIn": "prose",
103770
+ "links": [
103771
+ {
103772
+ "type": "dev",
103773
+ "id": "the-sanitizer-interface:dom-sanitizer-removeunsafe-2",
103774
+ "name": "sanitizer.removeUnsafe()",
103775
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface%3Adom-sanitizer-removeunsafe-2",
103776
+ "heading": {
103777
+ "id": "the-sanitizer-interface",
103778
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-sanitizer-interface",
103779
+ "title": "The Sanitizer interface",
103780
+ "number": "8.6.2"
103781
+ }
103782
+ }
103783
+ ]
103784
+ },
103785
+ {
103786
+ "id": "sanitizerelementnamespace",
103787
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerelementnamespace",
103788
+ "linkingText": [
103789
+ "SanitizerElementNamespace"
103790
+ ],
103791
+ "localLinkingText": [],
103792
+ "type": "dictionary",
103793
+ "for": [],
103794
+ "access": "public",
103795
+ "informative": false,
103796
+ "heading": {
103797
+ "id": "sanitizer-configuration",
103798
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103799
+ "title": "Sanitizer configuration",
103800
+ "number": "8.6.3"
103801
+ },
103802
+ "definedIn": "pre",
103803
+ "links": []
103804
+ },
103805
+ {
103806
+ "id": "dom-sanitizerelementnamespace-name",
103807
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerelementnamespace-name",
103808
+ "linkingText": [
103809
+ "name"
103810
+ ],
103811
+ "localLinkingText": [],
103812
+ "type": "dict-member",
103813
+ "for": [
103814
+ "SanitizerElementNamespace"
103815
+ ],
103816
+ "access": "public",
103817
+ "informative": false,
103818
+ "heading": {
103819
+ "id": "sanitizer-configuration",
103820
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103821
+ "title": "Sanitizer configuration",
103822
+ "number": "8.6.3"
103823
+ },
103824
+ "definedIn": "pre",
103825
+ "links": []
103826
+ },
103827
+ {
103828
+ "id": "dom-sanitizerelementnamespace-namespace",
103829
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerelementnamespace-namespace",
103830
+ "linkingText": [
103831
+ "_namespace"
103832
+ ],
103833
+ "localLinkingText": [],
103834
+ "type": "dict-member",
103835
+ "for": [
103836
+ "SanitizerElementNamespace"
103837
+ ],
103838
+ "access": "public",
103839
+ "informative": false,
103840
+ "heading": {
103841
+ "id": "sanitizer-configuration",
103842
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103843
+ "title": "Sanitizer configuration",
103844
+ "number": "8.6.3"
103845
+ },
103846
+ "definedIn": "pre",
103847
+ "links": []
103848
+ },
103849
+ {
103850
+ "id": "sanitizerelementnamespacewithattributes",
103851
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerelementnamespacewithattributes",
103852
+ "linkingText": [
103853
+ "SanitizerElementNamespaceWithAttributes"
103854
+ ],
103855
+ "localLinkingText": [],
103856
+ "type": "dictionary",
103857
+ "for": [],
103858
+ "access": "public",
103859
+ "informative": false,
103860
+ "heading": {
103861
+ "id": "sanitizer-configuration",
103862
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103863
+ "title": "Sanitizer configuration",
103864
+ "number": "8.6.3"
103865
+ },
103866
+ "definedIn": "pre",
103867
+ "links": []
103868
+ },
103869
+ {
103870
+ "id": "dom-sanitizerelementnamespacewithattributes-attributes",
103871
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerelementnamespacewithattributes-attributes",
103872
+ "linkingText": [
103873
+ "attributes"
103874
+ ],
103875
+ "localLinkingText": [],
103876
+ "type": "dict-member",
103877
+ "for": [
103878
+ "SanitizerElementNamespaceWithAttributes"
103879
+ ],
103880
+ "access": "public",
103881
+ "informative": false,
103882
+ "heading": {
103883
+ "id": "sanitizer-configuration",
103884
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103885
+ "title": "Sanitizer configuration",
103886
+ "number": "8.6.3"
103887
+ },
103888
+ "definedIn": "pre",
103889
+ "links": []
103890
+ },
103891
+ {
103892
+ "id": "dom-sanitizerelementnamespacewithattributes-removeattributes",
103893
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerelementnamespacewithattributes-removeattributes",
103894
+ "linkingText": [
103895
+ "removeAttributes"
103896
+ ],
103897
+ "localLinkingText": [],
103898
+ "type": "dict-member",
103899
+ "for": [
103900
+ "SanitizerElementNamespaceWithAttributes"
103901
+ ],
103902
+ "access": "public",
103903
+ "informative": false,
103904
+ "heading": {
103905
+ "id": "sanitizer-configuration",
103906
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103907
+ "title": "Sanitizer configuration",
103908
+ "number": "8.6.3"
103909
+ },
103910
+ "definedIn": "pre",
103911
+ "links": []
103912
+ },
103913
+ {
103914
+ "id": "sanitizerattributenamespace",
103915
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerattributenamespace",
103916
+ "linkingText": [
103917
+ "SanitizerAttributeNamespace"
103918
+ ],
103919
+ "localLinkingText": [],
103920
+ "type": "dictionary",
103921
+ "for": [],
103922
+ "access": "public",
103923
+ "informative": false,
103924
+ "heading": {
103925
+ "id": "sanitizer-configuration",
103926
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103927
+ "title": "Sanitizer configuration",
103928
+ "number": "8.6.3"
103929
+ },
103930
+ "definedIn": "pre",
103931
+ "links": []
103932
+ },
103933
+ {
103934
+ "id": "dom-sanitizerattributenamespace-name",
103935
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerattributenamespace-name",
103936
+ "linkingText": [
103937
+ "name"
103938
+ ],
103939
+ "localLinkingText": [],
103940
+ "type": "dict-member",
103941
+ "for": [
103942
+ "SanitizerAttributeNamespace"
103943
+ ],
103944
+ "access": "public",
103945
+ "informative": false,
103946
+ "heading": {
103947
+ "id": "sanitizer-configuration",
103948
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103949
+ "title": "Sanitizer configuration",
103950
+ "number": "8.6.3"
103951
+ },
103952
+ "definedIn": "pre",
103953
+ "links": []
103954
+ },
103955
+ {
103956
+ "id": "dom-sanitizerattributenamespace-namespace",
103957
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerattributenamespace-namespace",
103958
+ "linkingText": [
103959
+ "_namespace"
103960
+ ],
103961
+ "localLinkingText": [],
103962
+ "type": "dict-member",
103963
+ "for": [
103964
+ "SanitizerAttributeNamespace"
103965
+ ],
103966
+ "access": "public",
103967
+ "informative": false,
103968
+ "heading": {
103969
+ "id": "sanitizer-configuration",
103970
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103971
+ "title": "Sanitizer configuration",
103972
+ "number": "8.6.3"
103973
+ },
103974
+ "definedIn": "pre",
103975
+ "links": []
103976
+ },
103977
+ {
103978
+ "id": "sanitizerprocessinginstruction",
103979
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerprocessinginstruction",
103980
+ "linkingText": [
103981
+ "SanitizerProcessingInstruction"
103982
+ ],
103983
+ "localLinkingText": [],
103984
+ "type": "dictionary",
103985
+ "for": [],
103986
+ "access": "public",
103987
+ "informative": false,
103988
+ "heading": {
103989
+ "id": "sanitizer-configuration",
103990
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
103991
+ "title": "Sanitizer configuration",
103992
+ "number": "8.6.3"
103993
+ },
103994
+ "definedIn": "pre",
103995
+ "links": []
103996
+ },
103997
+ {
103998
+ "id": "dom-sanitizerprocessinginstruction-target",
103999
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerprocessinginstruction-target",
104000
+ "linkingText": [
104001
+ "target"
104002
+ ],
104003
+ "localLinkingText": [],
104004
+ "type": "dict-member",
104005
+ "for": [
104006
+ "SanitizerProcessingInstruction"
104007
+ ],
104008
+ "access": "public",
104009
+ "informative": false,
104010
+ "heading": {
104011
+ "id": "sanitizer-configuration",
104012
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104013
+ "title": "Sanitizer configuration",
104014
+ "number": "8.6.3"
104015
+ },
104016
+ "definedIn": "pre",
104017
+ "links": []
104018
+ },
104019
+ {
104020
+ "id": "sanitizerelement",
104021
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerelement",
104022
+ "linkingText": [
104023
+ "SanitizerElement"
104024
+ ],
104025
+ "localLinkingText": [],
104026
+ "type": "typedef",
104027
+ "for": [],
104028
+ "access": "public",
104029
+ "informative": false,
104030
+ "heading": {
104031
+ "id": "sanitizer-configuration",
104032
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104033
+ "title": "Sanitizer configuration",
104034
+ "number": "8.6.3"
104035
+ },
104036
+ "definedIn": "pre",
104037
+ "links": []
104038
+ },
104039
+ {
104040
+ "id": "sanitizerelementwithattributes",
104041
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerelementwithattributes",
104042
+ "linkingText": [
104043
+ "SanitizerElementWithAttributes"
104044
+ ],
104045
+ "localLinkingText": [],
104046
+ "type": "typedef",
104047
+ "for": [],
104048
+ "access": "public",
104049
+ "informative": false,
104050
+ "heading": {
104051
+ "id": "sanitizer-configuration",
104052
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104053
+ "title": "Sanitizer configuration",
104054
+ "number": "8.6.3"
104055
+ },
104056
+ "definedIn": "pre",
104057
+ "links": []
104058
+ },
104059
+ {
104060
+ "id": "sanitizerpi",
104061
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerpi",
104062
+ "linkingText": [
104063
+ "SanitizerPI"
104064
+ ],
104065
+ "localLinkingText": [],
104066
+ "type": "typedef",
104067
+ "for": [],
104068
+ "access": "public",
104069
+ "informative": false,
104070
+ "heading": {
104071
+ "id": "sanitizer-configuration",
104072
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104073
+ "title": "Sanitizer configuration",
104074
+ "number": "8.6.3"
104075
+ },
104076
+ "definedIn": "pre",
104077
+ "links": []
104078
+ },
104079
+ {
104080
+ "id": "sanitizerattribute",
104081
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerattribute",
104082
+ "linkingText": [
104083
+ "SanitizerAttribute"
104084
+ ],
104085
+ "localLinkingText": [],
104086
+ "type": "typedef",
104087
+ "for": [],
104088
+ "access": "public",
104089
+ "informative": false,
104090
+ "heading": {
104091
+ "id": "sanitizer-configuration",
104092
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104093
+ "title": "Sanitizer configuration",
104094
+ "number": "8.6.3"
104095
+ },
104096
+ "definedIn": "pre",
104097
+ "links": []
104098
+ },
104099
+ {
104100
+ "id": "sanitizerconfig",
104101
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizerconfig",
104102
+ "linkingText": [
104103
+ "SanitizerConfig"
104104
+ ],
104105
+ "localLinkingText": [],
104106
+ "type": "dictionary",
104107
+ "for": [],
104108
+ "access": "public",
104109
+ "informative": false,
104110
+ "heading": {
104111
+ "id": "sanitizer-configuration",
104112
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104113
+ "title": "Sanitizer configuration",
104114
+ "number": "8.6.3"
104115
+ },
104116
+ "definedIn": "pre",
104117
+ "links": []
104118
+ },
104119
+ {
104120
+ "id": "dom-sanitizerconfig-elements",
104121
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-elements",
104122
+ "linkingText": [
104123
+ "elements"
104124
+ ],
104125
+ "localLinkingText": [],
104126
+ "type": "dict-member",
104127
+ "for": [
104128
+ "SanitizerConfig"
104129
+ ],
104130
+ "access": "public",
104131
+ "informative": false,
104132
+ "heading": {
104133
+ "id": "sanitizer-configuration",
104134
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104135
+ "title": "Sanitizer configuration",
104136
+ "number": "8.6.3"
104137
+ },
104138
+ "definedIn": "pre",
104139
+ "links": []
104140
+ },
104141
+ {
104142
+ "id": "dom-sanitizerconfig-removeelements",
104143
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-removeelements",
104144
+ "linkingText": [
104145
+ "removeElements"
104146
+ ],
104147
+ "localLinkingText": [],
104148
+ "type": "dict-member",
104149
+ "for": [
104150
+ "SanitizerConfig"
104151
+ ],
104152
+ "access": "public",
104153
+ "informative": false,
104154
+ "heading": {
104155
+ "id": "sanitizer-configuration",
104156
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104157
+ "title": "Sanitizer configuration",
104158
+ "number": "8.6.3"
104159
+ },
104160
+ "definedIn": "pre",
104161
+ "links": []
104162
+ },
104163
+ {
104164
+ "id": "dom-sanitizerconfig-replacewithchildrenelements",
104165
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-replacewithchildrenelements",
104166
+ "linkingText": [
104167
+ "replaceWithChildrenElements"
104168
+ ],
104169
+ "localLinkingText": [],
104170
+ "type": "dict-member",
104171
+ "for": [
104172
+ "SanitizerConfig"
104173
+ ],
104174
+ "access": "public",
104175
+ "informative": false,
104176
+ "heading": {
104177
+ "id": "sanitizer-configuration",
104178
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104179
+ "title": "Sanitizer configuration",
104180
+ "number": "8.6.3"
104181
+ },
104182
+ "definedIn": "pre",
104183
+ "links": []
104184
+ },
104185
+ {
104186
+ "id": "dom-sanitizerconfig-processinginstructions",
104187
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-processinginstructions",
104188
+ "linkingText": [
104189
+ "processingInstructions"
104190
+ ],
104191
+ "localLinkingText": [],
104192
+ "type": "dict-member",
104193
+ "for": [
104194
+ "SanitizerConfig"
104195
+ ],
104196
+ "access": "public",
104197
+ "informative": false,
104198
+ "heading": {
104199
+ "id": "sanitizer-configuration",
104200
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104201
+ "title": "Sanitizer configuration",
104202
+ "number": "8.6.3"
104203
+ },
104204
+ "definedIn": "pre",
104205
+ "links": []
104206
+ },
104207
+ {
104208
+ "id": "dom-sanitizerconfig-removeprocessinginstructions",
104209
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-removeprocessinginstructions",
104210
+ "linkingText": [
104211
+ "removeProcessingInstructions"
104212
+ ],
104213
+ "localLinkingText": [],
104214
+ "type": "dict-member",
104215
+ "for": [
104216
+ "SanitizerConfig"
104217
+ ],
104218
+ "access": "public",
104219
+ "informative": false,
104220
+ "heading": {
104221
+ "id": "sanitizer-configuration",
104222
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104223
+ "title": "Sanitizer configuration",
104224
+ "number": "8.6.3"
104225
+ },
104226
+ "definedIn": "pre",
104227
+ "links": []
104228
+ },
104229
+ {
104230
+ "id": "dom-sanitizerconfig-attributes",
104231
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-attributes",
104232
+ "linkingText": [
104233
+ "attributes"
104234
+ ],
104235
+ "localLinkingText": [],
104236
+ "type": "dict-member",
104237
+ "for": [
104238
+ "SanitizerConfig"
104239
+ ],
104240
+ "access": "public",
104241
+ "informative": false,
104242
+ "heading": {
104243
+ "id": "sanitizer-configuration",
104244
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104245
+ "title": "Sanitizer configuration",
104246
+ "number": "8.6.3"
104247
+ },
104248
+ "definedIn": "pre",
104249
+ "links": []
104250
+ },
104251
+ {
104252
+ "id": "dom-sanitizerconfig-removeattributes",
104253
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-removeattributes",
104254
+ "linkingText": [
104255
+ "removeAttributes"
104256
+ ],
104257
+ "localLinkingText": [],
104258
+ "type": "dict-member",
104259
+ "for": [
104260
+ "SanitizerConfig"
104261
+ ],
104262
+ "access": "public",
104263
+ "informative": false,
104264
+ "heading": {
104265
+ "id": "sanitizer-configuration",
104266
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104267
+ "title": "Sanitizer configuration",
104268
+ "number": "8.6.3"
104269
+ },
104270
+ "definedIn": "pre",
104271
+ "links": []
104272
+ },
104273
+ {
104274
+ "id": "dom-sanitizerconfig-comments",
104275
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-comments",
104276
+ "linkingText": [
104277
+ "comments"
104278
+ ],
104279
+ "localLinkingText": [],
104280
+ "type": "dict-member",
104281
+ "for": [
104282
+ "SanitizerConfig"
104283
+ ],
104284
+ "access": "public",
104285
+ "informative": false,
104286
+ "heading": {
104287
+ "id": "sanitizer-configuration",
104288
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104289
+ "title": "Sanitizer configuration",
104290
+ "number": "8.6.3"
104291
+ },
104292
+ "definedIn": "pre",
104293
+ "links": []
104294
+ },
104295
+ {
104296
+ "id": "dom-sanitizerconfig-dataattributes",
104297
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-dataattributes",
104298
+ "linkingText": [
104299
+ "dataAttributes"
104300
+ ],
104301
+ "localLinkingText": [],
104302
+ "type": "dict-member",
104303
+ "for": [
104304
+ "SanitizerConfig"
104305
+ ],
104306
+ "access": "public",
104307
+ "informative": false,
104308
+ "heading": {
104309
+ "id": "sanitizer-configuration",
104310
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-configuration",
104311
+ "title": "Sanitizer configuration",
104312
+ "number": "8.6.3"
104313
+ },
104314
+ "definedIn": "pre",
104315
+ "links": []
104316
+ },
104317
+ {
104318
+ "id": "dom-sanitizerpresets-default",
104319
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerpresets-default",
104320
+ "linkingText": [
104321
+ "default"
104322
+ ],
104323
+ "localLinkingText": [],
104324
+ "type": "enum-value",
104325
+ "for": [
104326
+ "SanitizerPresets"
104327
+ ],
104328
+ "access": "public",
104329
+ "informative": false,
104330
+ "heading": {
104331
+ "id": "configuration-invariants",
104332
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#configuration-invariants",
104333
+ "title": "Configuration invariants",
104334
+ "number": "8.6.3.1"
104335
+ },
104336
+ "definedIn": "prose",
104337
+ "links": []
104338
+ },
104339
+ {
104340
+ "id": "set-and-filter-html",
104341
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#set-and-filter-html",
104342
+ "linkingText": [
104343
+ "set and filter HTML"
104344
+ ],
104345
+ "localLinkingText": [],
104346
+ "type": "dfn",
104347
+ "for": [],
104348
+ "access": "private",
104349
+ "informative": false,
104350
+ "heading": {
104351
+ "id": "sanitization-algorithms",
104352
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104353
+ "title": "Sanitization algorithms",
104354
+ "number": "8.6.4"
104355
+ },
104356
+ "definedIn": "prose",
104357
+ "links": []
104358
+ },
104359
+ {
104360
+ "id": "get-a-sanitizer-instance-from-options",
104361
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#get-a-sanitizer-instance-from-options",
104362
+ "linkingText": [
104363
+ "get a sanitizer instance from options"
104364
+ ],
104365
+ "localLinkingText": [],
104366
+ "type": "dfn",
104367
+ "for": [],
104368
+ "access": "private",
104369
+ "informative": false,
104370
+ "heading": {
104371
+ "id": "sanitization-algorithms",
104372
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104373
+ "title": "Sanitization algorithms",
104374
+ "number": "8.6.4"
104375
+ },
104376
+ "definedIn": "prose",
104377
+ "links": []
104378
+ },
104379
+ {
104380
+ "id": "sanitize",
104381
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitize",
104382
+ "linkingText": [
104383
+ "sanitize"
104384
+ ],
104385
+ "localLinkingText": [],
104386
+ "type": "dfn",
104387
+ "for": [],
104388
+ "access": "private",
104389
+ "informative": false,
104390
+ "heading": {
104391
+ "id": "sanitization-algorithms",
104392
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104393
+ "title": "Sanitization algorithms",
104394
+ "number": "8.6.4"
104395
+ },
104396
+ "definedIn": "prose",
104397
+ "links": []
104398
+ },
104399
+ {
104400
+ "id": "inner-sanitize-steps",
104401
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#inner-sanitize-steps",
104402
+ "linkingText": [
104403
+ "inner sanitize steps"
104404
+ ],
104405
+ "localLinkingText": [],
104406
+ "type": "dfn",
104407
+ "for": [],
104408
+ "access": "private",
104409
+ "informative": false,
104410
+ "heading": {
104411
+ "id": "sanitization-algorithms",
104412
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104413
+ "title": "Sanitization algorithms",
104414
+ "number": "8.6.4"
104415
+ },
104416
+ "definedIn": "prose",
104417
+ "links": []
104418
+ },
104419
+ {
104420
+ "id": "contains-a-javascript:-url",
104421
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#contains-a-javascript%3A-url",
104422
+ "linkingText": [
104423
+ "contains a javascript: URL"
104424
+ ],
104425
+ "localLinkingText": [],
104426
+ "type": "dfn",
104427
+ "for": [],
104428
+ "access": "private",
104429
+ "informative": false,
104430
+ "heading": {
104431
+ "id": "sanitization-algorithms",
104432
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104433
+ "title": "Sanitization algorithms",
104434
+ "number": "8.6.4"
104435
+ },
104436
+ "definedIn": "prose",
104437
+ "links": []
104438
+ },
104439
+ {
104440
+ "id": "remove-an-element-from-sanitizer-config",
104441
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#remove-an-element-from-sanitizer-config",
104442
+ "linkingText": [
104443
+ "remove an element"
104444
+ ],
104445
+ "localLinkingText": [],
104446
+ "type": "dfn",
104447
+ "for": [],
104448
+ "access": "private",
104449
+ "informative": false,
104450
+ "heading": {
104451
+ "id": "sanitization-algorithms",
104452
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104453
+ "title": "Sanitization algorithms",
104454
+ "number": "8.6.4"
104455
+ },
104456
+ "definedIn": "prose",
104457
+ "links": []
104458
+ },
104459
+ {
104460
+ "id": "remove-an-attribute-from-sanitizer-config",
104461
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#remove-an-attribute-from-sanitizer-config",
104462
+ "linkingText": [
104463
+ "remove an attribute"
104464
+ ],
104465
+ "localLinkingText": [],
104466
+ "type": "dfn",
104467
+ "for": [],
104468
+ "access": "private",
104469
+ "informative": false,
104470
+ "heading": {
104471
+ "id": "sanitization-algorithms",
104472
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104473
+ "title": "Sanitization algorithms",
104474
+ "number": "8.6.4"
104475
+ },
104476
+ "definedIn": "prose",
104477
+ "links": []
104478
+ },
104479
+ {
104480
+ "id": "remove-unsafe",
104481
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#remove-unsafe",
104482
+ "linkingText": [
104483
+ "remove unsafe"
104484
+ ],
104485
+ "localLinkingText": [],
104486
+ "type": "dfn",
104487
+ "for": [],
104488
+ "access": "private",
104489
+ "informative": false,
104490
+ "heading": {
104491
+ "id": "sanitization-algorithms",
104492
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104493
+ "title": "Sanitization algorithms",
104494
+ "number": "8.6.4"
104495
+ },
104496
+ "definedIn": "prose",
104497
+ "links": []
104498
+ },
104499
+ {
104500
+ "id": "compare-sanitizer-items",
104501
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#compare-sanitizer-items",
104502
+ "linkingText": [
104503
+ "compare sanitizer items"
104504
+ ],
104505
+ "localLinkingText": [],
104506
+ "type": "dfn",
104507
+ "for": [],
104508
+ "access": "private",
104509
+ "informative": false,
104510
+ "heading": {
104511
+ "id": "sanitization-algorithms",
104512
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104513
+ "title": "Sanitization algorithms",
104514
+ "number": "8.6.4"
104515
+ },
104516
+ "definedIn": "prose",
104517
+ "links": []
104518
+ },
104519
+ {
104520
+ "id": "canonicalize-a-sanitizer-element-with-attributes",
104521
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#canonicalize-a-sanitizer-element-with-attributes",
104522
+ "linkingText": [
104523
+ "canonicalize"
104524
+ ],
104525
+ "localLinkingText": [],
104526
+ "type": "dfn",
104527
+ "for": [],
104528
+ "access": "private",
104529
+ "informative": false,
104530
+ "heading": {
104531
+ "id": "sanitization-algorithms",
104532
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104533
+ "title": "Sanitization algorithms",
104534
+ "number": "8.6.4"
104535
+ },
104536
+ "definedIn": "prose",
104537
+ "links": []
104538
+ },
104539
+ {
104540
+ "id": "dom-sanitizerconfig-valid",
104541
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizerconfig-valid",
104542
+ "linkingText": [
104543
+ "valid"
104544
+ ],
104545
+ "localLinkingText": [],
104546
+ "type": "dfn",
104547
+ "for": [],
104548
+ "access": "private",
104549
+ "informative": false,
104550
+ "heading": {
104551
+ "id": "sanitization-algorithms",
104552
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-algorithms",
104553
+ "title": "Sanitization algorithms",
104554
+ "number": "8.6.4"
104555
+ },
104556
+ "definedIn": "prose",
104557
+ "links": []
104558
+ },
104559
+ {
104560
+ "id": "sanitization-category",
104561
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-category",
104562
+ "linkingText": [
104563
+ "sanitization category"
104564
+ ],
104565
+ "localLinkingText": [],
104566
+ "type": "dfn",
104567
+ "for": [],
104568
+ "access": "private",
104569
+ "informative": false,
104570
+ "heading": {
104571
+ "id": "sanitization-constants",
104572
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104573
+ "title": "Sanitization constants",
104574
+ "number": "8.6.5"
104575
+ },
104576
+ "definedIn": "prose",
104577
+ "links": []
104578
+ },
104579
+ {
104580
+ "id": "sanitizer-category-default",
104581
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-category-default",
104582
+ "linkingText": [
104583
+ "Default"
104584
+ ],
104585
+ "localLinkingText": [],
104586
+ "type": "dfn",
104587
+ "for": [],
104588
+ "access": "private",
104589
+ "informative": false,
104590
+ "heading": {
104591
+ "id": "sanitization-constants",
104592
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104593
+ "title": "Sanitization constants",
104594
+ "number": "8.6.5"
104595
+ },
104596
+ "definedIn": "dt",
104597
+ "links": []
104598
+ },
104599
+ {
104600
+ "id": "sanitizer-category-unsafe",
104601
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-category-unsafe",
104602
+ "linkingText": [
104603
+ "Unsafe"
104604
+ ],
104605
+ "localLinkingText": [],
104606
+ "type": "dfn",
104607
+ "for": [],
104608
+ "access": "private",
104609
+ "informative": false,
104610
+ "heading": {
104611
+ "id": "sanitization-constants",
104612
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104613
+ "title": "Sanitization constants",
104614
+ "number": "8.6.5"
104615
+ },
104616
+ "definedIn": "dt",
104617
+ "links": []
104618
+ },
104619
+ {
104620
+ "id": "sanitizer-uncategorized",
104621
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitizer-uncategorized",
104622
+ "linkingText": [
104623
+ "Uncategorized"
104624
+ ],
104625
+ "localLinkingText": [],
104626
+ "type": "dfn",
104627
+ "for": [],
104628
+ "access": "private",
104629
+ "informative": false,
104630
+ "heading": {
104631
+ "id": "sanitization-constants",
104632
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104633
+ "title": "Sanitization constants",
104634
+ "number": "8.6.5"
104635
+ },
104636
+ "definedIn": "dt",
104637
+ "links": []
104638
+ },
104639
+ {
104640
+ "id": "built-in-safe-baseline-configuration",
104641
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#built-in-safe-baseline-configuration",
104642
+ "linkingText": [
104643
+ "built-in safe baseline configuration"
104644
+ ],
104645
+ "localLinkingText": [],
104646
+ "type": "dfn",
104647
+ "for": [],
104648
+ "access": "private",
104649
+ "informative": false,
104650
+ "heading": {
104651
+ "id": "sanitization-constants",
104652
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104653
+ "title": "Sanitization constants",
104654
+ "number": "8.6.5"
104655
+ },
104656
+ "definedIn": "prose",
104657
+ "links": []
104658
+ },
104659
+ {
104660
+ "id": "built-in-safe-default-configuration",
104661
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#built-in-safe-default-configuration",
104662
+ "linkingText": [
104663
+ "built-in safe default configuration"
104664
+ ],
104665
+ "localLinkingText": [],
104666
+ "type": "dfn",
104667
+ "for": [],
104668
+ "access": "private",
104669
+ "informative": false,
104670
+ "heading": {
104671
+ "id": "sanitization-constants",
104672
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104673
+ "title": "Sanitization constants",
104674
+ "number": "8.6.5"
104675
+ },
104676
+ "definedIn": "prose",
104677
+ "links": []
104678
+ },
104679
+ {
104680
+ "id": "built-in-navigating-url-attributes-list",
104681
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#built-in-navigating-url-attributes-list",
104682
+ "linkingText": [
104683
+ "built-in navigating URL attributes list"
104684
+ ],
104685
+ "localLinkingText": [],
104686
+ "type": "dfn",
104687
+ "for": [],
104688
+ "access": "private",
104689
+ "informative": false,
104690
+ "heading": {
104691
+ "id": "sanitization-constants",
104692
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104693
+ "title": "Sanitization constants",
104694
+ "number": "8.6.5"
104695
+ },
104696
+ "definedIn": "prose",
104697
+ "links": []
104698
+ },
104699
+ {
104700
+ "id": "navigating-url-attributes",
104701
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#navigating-url-attributes",
104702
+ "linkingText": [
104703
+ "navigating URL attributes"
104704
+ ],
104705
+ "localLinkingText": [],
104706
+ "type": "dfn",
104707
+ "for": [],
104708
+ "access": "private",
104709
+ "informative": false,
104710
+ "heading": {
104711
+ "id": "sanitization-constants",
104712
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104713
+ "title": "Sanitization constants",
104714
+ "number": "8.6.5"
104715
+ },
104716
+ "definedIn": "prose",
104717
+ "links": []
104718
+ },
104719
+ {
104720
+ "id": "built-in-animating-url-attributes-list",
104721
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#built-in-animating-url-attributes-list",
104722
+ "linkingText": [
104723
+ "built-in animating URL attributes list"
104724
+ ],
104725
+ "localLinkingText": [],
104726
+ "type": "dfn",
104727
+ "for": [],
104728
+ "access": "private",
104729
+ "informative": false,
104730
+ "heading": {
104731
+ "id": "sanitization-constants",
104732
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104733
+ "title": "Sanitization constants",
104734
+ "number": "8.6.5"
104735
+ },
104736
+ "definedIn": "prose",
104737
+ "links": []
104738
+ },
104739
+ {
104740
+ "id": "built-in-non-replaceable-elements-list",
104741
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#built-in-non-replaceable-elements-list",
104742
+ "linkingText": [
104743
+ "built-in non-replaceable elements list"
104744
+ ],
104745
+ "localLinkingText": [],
104746
+ "type": "dfn",
104747
+ "for": [],
104748
+ "access": "private",
104749
+ "informative": false,
104750
+ "heading": {
104751
+ "id": "sanitization-constants",
104752
+ "href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#sanitization-constants",
104753
+ "title": "Sanitization constants",
104754
+ "number": "8.6.5"
104755
+ },
104756
+ "definedIn": "prose",
104757
+ "links": []
104758
+ },
104759
+ {
104760
+ "id": "map-of-settimeout-and-setinterval-ids",
104761
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#map-of-settimeout-and-setinterval-ids",
104762
+ "linkingText": [
104763
+ "map of setTimeout and setInterval IDs"
104764
+ ],
104765
+ "localLinkingText": [],
104766
+ "type": "dfn",
104767
+ "for": [
104768
+ "WindowOrWorkerGlobalScope"
104769
+ ],
104770
+ "access": "public",
104771
+ "informative": false,
104772
+ "heading": {
104773
+ "id": "timers",
104774
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104775
+ "title": "Timers",
104776
+ "number": "8.7"
104777
+ },
104778
+ "definedIn": "prose",
104779
+ "links": []
104780
+ },
104781
+ {
104782
+ "id": "dom-settimeout",
104783
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout",
104784
+ "linkingText": [
104785
+ "setTimeout(handler, timeout, ...arguments)"
104786
+ ],
104787
+ "localLinkingText": [],
104788
+ "type": "method",
104789
+ "for": [
104790
+ "WindowOrWorkerGlobalScope"
104791
+ ],
104792
+ "access": "public",
104793
+ "informative": false,
104794
+ "heading": {
104795
+ "id": "timers",
104796
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104797
+ "title": "Timers",
104798
+ "number": "8.7"
104799
+ },
104800
+ "definedIn": "prose",
104801
+ "links": [
104802
+ {
104803
+ "type": "dev",
104804
+ "id": "dom-settimeout-dev",
104805
+ "name": "id = self.setTimeout(handler [, timeout [, ...arguments ] ])✔MDNsetTimeoutSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
104806
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout-dev",
104807
+ "heading": {
104808
+ "id": "timers",
104809
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104810
+ "title": "Timers",
104811
+ "number": "8.7"
104812
+ }
104813
+ },
104814
+ {
104815
+ "type": "dev",
104816
+ "id": "timers:dom-settimeout-2",
104817
+ "name": "id = self.setTimeout(code [, timeout ])",
104818
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers%3Adom-settimeout-2",
104819
+ "heading": {
104820
+ "id": "timers",
104821
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104822
+ "title": "Timers",
104823
+ "number": "8.7"
104824
+ }
104825
+ }
104826
+ ]
104827
+ },
104828
+ {
104829
+ "id": "dom-setinterval",
104830
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval",
104831
+ "linkingText": [
104832
+ "setInterval(handler, timeout, ...arguments)"
104833
+ ],
104834
+ "localLinkingText": [],
104835
+ "type": "method",
104836
+ "for": [
104837
+ "WindowOrWorkerGlobalScope"
104838
+ ],
104839
+ "access": "public",
104840
+ "informative": false,
104841
+ "heading": {
104842
+ "id": "timers",
104843
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104844
+ "title": "Timers",
104845
+ "number": "8.7"
104846
+ },
104847
+ "definedIn": "prose",
104848
+ "links": [
104849
+ {
104850
+ "type": "dev",
104851
+ "id": "dom-setinterval-dev",
104852
+ "name": "id = self.setInterval(handler [, timeout [, ...arguments ] ])✔MDNsetIntervalSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
104853
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval-dev",
104854
+ "heading": {
104855
+ "id": "timers",
104856
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104857
+ "title": "Timers",
104858
+ "number": "8.7"
104859
+ }
104860
+ },
104861
+ {
104862
+ "type": "dev",
104863
+ "id": "timers:dom-setinterval-3",
104864
+ "name": "id = self.setInterval(code [, timeout ])",
104865
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers%3Adom-setinterval-3",
104866
+ "heading": {
104867
+ "id": "timers",
104868
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104869
+ "title": "Timers",
104870
+ "number": "8.7"
104871
+ }
104872
+ }
104873
+ ]
104874
+ },
104875
+ {
104876
+ "id": "dom-cleartimeout",
104877
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout",
104878
+ "linkingText": [
104879
+ "clearTimeout(id)"
104880
+ ],
104881
+ "localLinkingText": [],
104882
+ "type": "method",
104883
+ "for": [
104884
+ "WindowOrWorkerGlobalScope"
104885
+ ],
104886
+ "access": "public",
104887
+ "informative": false,
104888
+ "heading": {
104889
+ "id": "timers",
104890
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104891
+ "title": "Timers",
104892
+ "number": "8.7"
104893
+ },
104894
+ "definedIn": "prose",
104895
+ "links": [
104896
+ {
104897
+ "type": "dev",
104898
+ "id": "dom-cleartimeout-dev",
104899
+ "name": "self.clearTimeout(id)✔MDNclearTimeoutSupport in all current engines.Firefox1+Safari4+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS1+Chrome Android?WebView Android37+Samsung Internet?Opera Android10.1+",
104900
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout-dev",
104901
+ "heading": {
104902
+ "id": "timers",
104903
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104904
+ "title": "Timers",
104905
+ "number": "8.7"
104906
+ }
104907
+ }
104908
+ ]
104909
+ },
104910
+ {
104911
+ "id": "dom-clearinterval",
104912
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval",
104913
+ "linkingText": [
104914
+ "clearInterval(id)"
104915
+ ],
104916
+ "localLinkingText": [],
104917
+ "type": "method",
104918
+ "for": [
104919
+ "WindowOrWorkerGlobalScope"
104920
+ ],
104921
+ "access": "public",
104922
+ "informative": false,
104923
+ "heading": {
104924
+ "id": "timers",
104925
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104926
+ "title": "Timers",
104927
+ "number": "8.7"
104928
+ },
104929
+ "definedIn": "prose",
104930
+ "links": [
104931
+ {
104932
+ "type": "dev",
104933
+ "id": "dom-clearinterval-dev",
104934
+ "name": "self.clearInterval(id)✔MDNclearIntervalSupport in all current engines.Firefox1+Safari1+Chrome1+Opera4+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android37+Samsung Internet?Opera Android10.1+",
104935
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval-dev",
104936
+ "heading": {
104937
+ "id": "timers",
104938
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104939
+ "title": "Timers",
104940
+ "number": "8.7"
104941
+ }
104942
+ }
104943
+ ]
104944
+ },
104945
+ {
104946
+ "id": "timer-initialisation-steps",
104947
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-initialisation-steps",
104948
+ "linkingText": [
104949
+ "timer initialization steps"
104950
+ ],
104951
+ "localLinkingText": [],
104952
+ "type": "dfn",
104953
+ "for": [],
104954
+ "access": "private",
104955
+ "informative": false,
104956
+ "heading": {
104957
+ "id": "timers",
104958
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104959
+ "title": "Timers",
104960
+ "number": "8.7"
104961
+ },
104962
+ "definedIn": "prose",
104963
+ "links": []
104964
+ },
104965
+ {
104966
+ "id": "timer-nesting-level",
104967
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-nesting-level",
104968
+ "linkingText": [
104969
+ "timer nesting level"
104970
+ ],
104971
+ "localLinkingText": [],
104972
+ "type": "dfn",
104973
+ "for": [],
104974
+ "access": "private",
104975
+ "informative": false,
104976
+ "heading": {
104977
+ "id": "timers",
104978
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104979
+ "title": "Timers",
104980
+ "number": "8.7"
104981
+ },
104982
+ "definedIn": "prose",
104983
+ "links": []
104984
+ },
104985
+ {
104986
+ "id": "timer-task-source",
104987
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timer-task-source",
104988
+ "linkingText": [
104989
+ "timer task source"
104990
+ ],
104991
+ "localLinkingText": [],
104992
+ "type": "dfn",
104993
+ "for": [],
104994
+ "access": "public",
104995
+ "informative": false,
104996
+ "heading": {
104997
+ "id": "timers",
104998
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
104999
+ "title": "Timers",
105000
+ "number": "8.7"
105001
+ },
105002
+ "definedIn": "prose",
105003
+ "links": []
105004
+ },
105005
+ {
105006
+ "id": "map-of-active-timers",
105007
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#map-of-active-timers",
105008
+ "linkingText": [
105009
+ "map of active timers"
105010
+ ],
105011
+ "localLinkingText": [],
105012
+ "type": "dfn",
105013
+ "for": [
105014
+ "WindowOrWorkerGlobalScope"
105015
+ ],
105016
+ "access": "public",
105017
+ "informative": false,
105018
+ "heading": {
105019
+ "id": "timers",
105020
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
105021
+ "title": "Timers",
105022
+ "number": "8.7"
105023
+ },
105024
+ "definedIn": "prose",
105025
+ "links": []
105026
+ },
105027
+ {
105028
+ "id": "run-steps-after-a-timeout",
105029
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#run-steps-after-a-timeout",
105030
+ "linkingText": [
105031
+ "run steps after a timeout"
105032
+ ],
105033
+ "localLinkingText": [],
105034
+ "type": "dfn",
105035
+ "for": [],
105036
+ "access": "public",
105037
+ "informative": false,
105038
+ "heading": {
105039
+ "id": "timers",
105040
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
105041
+ "title": "Timers",
105042
+ "number": "8.7"
105043
+ },
105044
+ "definedIn": "prose",
105045
+ "links": []
105046
+ },
105047
+ {
105048
+ "id": "dom-queuemicrotask",
105049
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask",
105050
+ "linkingText": [
105051
+ "queueMicrotask(callback)"
105052
+ ],
105053
+ "localLinkingText": [],
105054
+ "type": "method",
105055
+ "for": [
105056
+ "WindowOrWorkerGlobalScope"
105057
+ ],
105058
+ "access": "public",
105059
+ "informative": false,
105060
+ "heading": {
105061
+ "id": "microtask-queuing",
105062
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing",
105063
+ "title": "Microtask queuing",
105064
+ "number": "8.8"
105065
+ },
105066
+ "definedIn": "prose",
105067
+ "links": [
105068
+ {
105069
+ "type": "dev",
105070
+ "id": "dom-queuemicrotask-dev",
105071
+ "name": "self.queueMicrotask(callback)",
105072
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask-dev",
105073
+ "heading": {
105074
+ "id": "microtask-queuing",
105075
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#microtask-queuing",
105076
+ "title": "Microtask queuing",
105077
+ "number": "8.8"
105078
+ }
105079
+ }
105080
+ ]
105081
+ },
105082
+ {
105083
+ "id": "dom-alert-noargs",
105084
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert-noargs",
105085
+ "linkingText": [
105086
+ "alert()"
105087
+ ],
105088
+ "localLinkingText": [],
105089
+ "type": "method",
105090
+ "for": [
105091
+ "Window"
105092
+ ],
105093
+ "access": "public",
105094
+ "informative": false,
105095
+ "heading": {
105096
+ "id": "simple-dialogs",
105097
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105098
+ "title": "Simple dialogs",
105099
+ "number": "8.9.1"
105100
+ },
105101
+ "definedIn": "prose",
105102
+ "links": []
105103
+ },
105104
+ {
105105
+ "id": "dom-alert",
105106
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert",
105107
+ "linkingText": [
105108
+ "alert(message)"
105109
+ ],
105110
+ "localLinkingText": [],
105111
+ "type": "method",
105112
+ "for": [
105113
+ "Window"
105114
+ ],
105115
+ "access": "public",
105116
+ "informative": false,
105117
+ "heading": {
105118
+ "id": "simple-dialogs",
105119
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105120
+ "title": "Simple dialogs",
105121
+ "number": "8.9.1"
105122
+ },
105123
+ "definedIn": "prose",
105124
+ "links": [
105125
+ {
105126
+ "type": "dev",
105127
+ "id": "dom-alert-dev",
105128
+ "name": "window.alert(message)✔MDNWindow/alertSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
105129
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-alert-dev",
105130
+ "heading": {
105131
+ "id": "simple-dialogs",
105132
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105133
+ "title": "Simple dialogs",
105134
+ "number": "8.9.1"
105135
+ }
105136
+ }
105137
+ ]
105138
+ },
105139
+ {
105140
+ "id": "dom-confirm",
105141
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-confirm",
105142
+ "linkingText": [
105143
+ "confirm(message)"
105144
+ ],
105145
+ "localLinkingText": [],
105146
+ "type": "method",
105147
+ "for": [
105148
+ "Window"
105149
+ ],
105150
+ "access": "public",
105151
+ "informative": false,
105152
+ "heading": {
105153
+ "id": "simple-dialogs",
105154
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105155
+ "title": "Simple dialogs",
105156
+ "number": "8.9.1"
105157
+ },
105158
+ "definedIn": "prose",
105159
+ "links": [
105160
+ {
105161
+ "type": "dev",
105162
+ "id": "dom-confirm-dev",
105163
+ "name": "result = window.confirm(message)✔MDNWindow/confirmSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android1+Samsung Internet?Opera Android10.1+",
105164
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-confirm-dev",
105165
+ "heading": {
105166
+ "id": "simple-dialogs",
105167
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105168
+ "title": "Simple dialogs",
105169
+ "number": "8.9.1"
105170
+ }
105171
+ }
105172
+ ]
105173
+ },
105174
+ {
105175
+ "id": "dom-prompt",
105176
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-prompt",
105177
+ "linkingText": [
105178
+ "prompt(message, default)"
105179
+ ],
105180
+ "localLinkingText": [],
105181
+ "type": "method",
105182
+ "for": [
105183
+ "Window"
105184
+ ],
105185
+ "access": "public",
105186
+ "informative": false,
105187
+ "heading": {
105188
+ "id": "simple-dialogs",
105189
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105190
+ "title": "Simple dialogs",
105191
+ "number": "8.9.1"
105192
+ },
105193
+ "definedIn": "prose",
105194
+ "links": [
105195
+ {
105196
+ "type": "dev",
105197
+ "id": "dom-prompt-dev",
105198
+ "name": "result = window.prompt(message [, default])✔MDNWindow/promptSupport in all current engines.Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android10.1+",
105199
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-prompt-dev",
105200
+ "heading": {
105201
+ "id": "simple-dialogs",
105202
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105203
+ "title": "Simple dialogs",
105204
+ "number": "8.9.1"
105205
+ }
105206
+ }
105207
+ ]
105208
+ },
105209
+ {
105210
+ "id": "optionally-truncate-a-simple-dialog-string",
105211
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#optionally-truncate-a-simple-dialog-string",
105212
+ "linkingText": [
105213
+ "optionally truncate a simple dialog string"
105214
+ ],
105215
+ "localLinkingText": [],
105216
+ "type": "dfn",
105217
+ "for": [],
105218
+ "access": "private",
105219
+ "informative": false,
105220
+ "heading": {
105221
+ "id": "simple-dialogs",
105222
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105223
+ "title": "Simple dialogs",
105224
+ "number": "8.9.1"
105225
+ },
105226
+ "definedIn": "prose",
105227
+ "links": []
105228
+ },
105229
+ {
105230
+ "id": "cannot-show-simple-dialogs",
105231
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#cannot-show-simple-dialogs",
105232
+ "linkingText": [
105233
+ "cannot show simple dialogs"
105234
+ ],
105235
+ "localLinkingText": [],
105236
+ "type": "dfn",
105237
+ "for": [],
105238
+ "access": "private",
105239
+ "informative": false,
105240
+ "heading": {
105241
+ "id": "simple-dialogs",
105242
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#simple-dialogs",
105243
+ "title": "Simple dialogs",
105244
+ "number": "8.9.1"
105245
+ },
105246
+ "definedIn": "prose",
105247
+ "links": []
105248
+ },
105249
+ {
105250
+ "id": "dom-print",
105251
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-print",
105252
+ "linkingText": [
105253
+ "print()"
105254
+ ],
105255
+ "localLinkingText": [],
105256
+ "type": "method",
105257
+ "for": [
105258
+ "Window"
105259
+ ],
105260
+ "access": "public",
105261
+ "informative": false,
105262
+ "heading": {
105263
+ "id": "printing",
105264
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
105265
+ "title": "Printing",
105266
+ "number": "8.9.2"
105267
+ },
105268
+ "definedIn": "prose",
105269
+ "links": [
105270
+ {
105271
+ "type": "dev",
105272
+ "id": "dom-print-dev",
105273
+ "name": "window.print()",
105274
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-print-dev",
105275
+ "heading": {
105276
+ "id": "printing",
105277
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
105278
+ "title": "Printing",
105279
+ "number": "8.9.2"
105280
+ }
105281
+ }
105282
+ ]
105283
+ },
105284
+ {
105285
+ "id": "print-when-loaded",
105286
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#print-when-loaded",
105287
+ "linkingText": [
105288
+ "print when loaded"
105289
+ ],
105290
+ "localLinkingText": [],
105291
+ "type": "dfn",
105292
+ "for": [],
105293
+ "access": "private",
105294
+ "informative": false,
105295
+ "heading": {
105296
+ "id": "printing",
105297
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
105298
+ "title": "Printing",
105299
+ "number": "8.9.2"
105300
+ },
105301
+ "definedIn": "prose",
105302
+ "links": []
105303
+ },
105304
+ {
105305
+ "id": "printing-steps",
105306
+ "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing-steps",
105307
+ "linkingText": [
103496
105308
  "printing steps"
103497
105309
  ],
103498
105310
  "localLinkingText": [],
@@ -103504,7 +105316,7 @@
103504
105316
  "id": "printing",
103505
105317
  "href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#printing",
103506
105318
  "title": "Printing",
103507
- "number": "8.8.2"
105319
+ "number": "8.9.2"
103508
105320
  },
103509
105321
  "definedIn": "prose",
103510
105322
  "links": []
@@ -103524,7 +105336,7 @@
103524
105336
  "id": "the-navigator-object",
103525
105337
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object",
103526
105338
  "title": "The Navigator object",
103527
- "number": "8.9.1"
105339
+ "number": "8.10.1"
103528
105340
  },
103529
105341
  "definedIn": "pre",
103530
105342
  "links": []
@@ -103544,7 +105356,7 @@
103544
105356
  "id": "the-navigator-object",
103545
105357
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object",
103546
105358
  "title": "The Navigator object",
103547
- "number": "8.9.1"
105359
+ "number": "8.10.1"
103548
105360
  },
103549
105361
  "definedIn": "prose",
103550
105362
  "links": []
@@ -103566,7 +105378,7 @@
103566
105378
  "id": "the-navigator-object",
103567
105379
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object",
103568
105380
  "title": "The Navigator object",
103569
- "number": "8.9.1"
105381
+ "number": "8.10.1"
103570
105382
  },
103571
105383
  "definedIn": "prose",
103572
105384
  "links": [
@@ -103579,7 +105391,7 @@
103579
105391
  "id": "client-identification",
103580
105392
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103581
105393
  "title": "Client identification",
103582
- "number": "8.9.1.1"
105394
+ "number": "8.10.1.1"
103583
105395
  }
103584
105396
  },
103585
105397
  {
@@ -103591,7 +105403,7 @@
103591
105403
  "id": "client-identification",
103592
105404
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103593
105405
  "title": "Client identification",
103594
- "number": "8.9.1.1"
105406
+ "number": "8.10.1.1"
103595
105407
  }
103596
105408
  },
103597
105409
  {
@@ -103603,7 +105415,7 @@
103603
105415
  "id": "client-identification",
103604
105416
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103605
105417
  "title": "Client identification",
103606
- "number": "8.9.1.1"
105418
+ "number": "8.10.1.1"
103607
105419
  }
103608
105420
  },
103609
105421
  {
@@ -103615,7 +105427,7 @@
103615
105427
  "id": "client-identification",
103616
105428
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103617
105429
  "title": "Client identification",
103618
- "number": "8.9.1.1"
105430
+ "number": "8.10.1.1"
103619
105431
  }
103620
105432
  },
103621
105433
  {
@@ -103627,7 +105439,7 @@
103627
105439
  "id": "client-identification",
103628
105440
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103629
105441
  "title": "Client identification",
103630
- "number": "8.9.1.1"
105442
+ "number": "8.10.1.1"
103631
105443
  }
103632
105444
  },
103633
105445
  {
@@ -103639,7 +105451,7 @@
103639
105451
  "id": "client-identification",
103640
105452
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103641
105453
  "title": "Client identification",
103642
- "number": "8.9.1.1"
105454
+ "number": "8.10.1.1"
103643
105455
  }
103644
105456
  },
103645
105457
  {
@@ -103651,7 +105463,7 @@
103651
105463
  "id": "client-identification",
103652
105464
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103653
105465
  "title": "Client identification",
103654
- "number": "8.9.1.1"
105466
+ "number": "8.10.1.1"
103655
105467
  }
103656
105468
  },
103657
105469
  {
@@ -103663,7 +105475,7 @@
103663
105475
  "id": "client-identification",
103664
105476
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103665
105477
  "title": "Client identification",
103666
- "number": "8.9.1.1"
105478
+ "number": "8.10.1.1"
103667
105479
  }
103668
105480
  },
103669
105481
  {
@@ -103675,7 +105487,7 @@
103675
105487
  "id": "client-identification",
103676
105488
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103677
105489
  "title": "Client identification",
103678
- "number": "8.9.1.1"
105490
+ "number": "8.10.1.1"
103679
105491
  }
103680
105492
  },
103681
105493
  {
@@ -103687,7 +105499,7 @@
103687
105499
  "id": "language-preferences",
103688
105500
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
103689
105501
  "title": "Language preferences",
103690
- "number": "8.9.1.2"
105502
+ "number": "8.10.1.2"
103691
105503
  }
103692
105504
  },
103693
105505
  {
@@ -103699,7 +105511,7 @@
103699
105511
  "id": "language-preferences",
103700
105512
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
103701
105513
  "title": "Language preferences",
103702
- "number": "8.9.1.2"
105514
+ "number": "8.10.1.2"
103703
105515
  }
103704
105516
  },
103705
105517
  {
@@ -103711,7 +105523,7 @@
103711
105523
  "id": "navigator.online",
103712
105524
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigator.online",
103713
105525
  "title": "Browser state",
103714
- "number": "8.9.1.3"
105526
+ "number": "8.10.1.3"
103715
105527
  }
103716
105528
  },
103717
105529
  {
@@ -103723,7 +105535,7 @@
103723
105535
  "id": "custom-handlers",
103724
105536
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
103725
105537
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
103726
- "number": "8.9.1.4"
105538
+ "number": "8.10.1.4"
103727
105539
  }
103728
105540
  },
103729
105541
  {
@@ -103735,7 +105547,7 @@
103735
105547
  "id": "custom-handlers",
103736
105548
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
103737
105549
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
103738
- "number": "8.9.1.4"
105550
+ "number": "8.10.1.4"
103739
105551
  }
103740
105552
  },
103741
105553
  {
@@ -103747,7 +105559,7 @@
103747
105559
  "id": "cookies",
103748
105560
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies",
103749
105561
  "title": "Cookies",
103750
- "number": "8.9.1.5"
105562
+ "number": "8.10.1.5"
103751
105563
  }
103752
105564
  },
103753
105565
  {
@@ -103759,7 +105571,7 @@
103759
105571
  "id": "pdf-viewing-support",
103760
105572
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
103761
105573
  "title": "PDF viewing support",
103762
- "number": "8.9.1.6"
105574
+ "number": "8.10.1.6"
103763
105575
  }
103764
105576
  }
103765
105577
  ]
@@ -103781,7 +105593,7 @@
103781
105593
  "id": "the-navigator-object",
103782
105594
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object",
103783
105595
  "title": "The Navigator object",
103784
- "number": "8.9.1"
105596
+ "number": "8.10.1"
103785
105597
  },
103786
105598
  "definedIn": "prose",
103787
105599
  "links": []
@@ -103801,7 +105613,7 @@
103801
105613
  "id": "client-identification",
103802
105614
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103803
105615
  "title": "Client identification",
103804
- "number": "8.9.1.1"
105616
+ "number": "8.10.1.1"
103805
105617
  },
103806
105618
  "definedIn": "pre",
103807
105619
  "links": []
@@ -103821,7 +105633,7 @@
103821
105633
  "id": "client-identification",
103822
105634
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103823
105635
  "title": "Client identification",
103824
- "number": "8.9.1.1"
105636
+ "number": "8.10.1.1"
103825
105637
  },
103826
105638
  "definedIn": "prose",
103827
105639
  "links": []
@@ -103843,7 +105655,7 @@
103843
105655
  "id": "client-identification",
103844
105656
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103845
105657
  "title": "Client identification",
103846
- "number": "8.9.1.1"
105658
+ "number": "8.10.1.1"
103847
105659
  },
103848
105660
  "definedIn": "prose",
103849
105661
  "links": [
@@ -103856,7 +105668,7 @@
103856
105668
  "id": "client-identification",
103857
105669
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103858
105670
  "title": "Client identification",
103859
- "number": "8.9.1.1"
105671
+ "number": "8.10.1.1"
103860
105672
  }
103861
105673
  }
103862
105674
  ]
@@ -103878,7 +105690,7 @@
103878
105690
  "id": "client-identification",
103879
105691
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103880
105692
  "title": "Client identification",
103881
- "number": "8.9.1.1"
105693
+ "number": "8.10.1.1"
103882
105694
  },
103883
105695
  "definedIn": "prose",
103884
105696
  "links": [
@@ -103891,7 +105703,7 @@
103891
105703
  "id": "client-identification",
103892
105704
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103893
105705
  "title": "Client identification",
103894
- "number": "8.9.1.1"
105706
+ "number": "8.10.1.1"
103895
105707
  }
103896
105708
  }
103897
105709
  ]
@@ -103913,7 +105725,7 @@
103913
105725
  "id": "client-identification",
103914
105726
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103915
105727
  "title": "Client identification",
103916
- "number": "8.9.1.1"
105728
+ "number": "8.10.1.1"
103917
105729
  },
103918
105730
  "definedIn": "prose",
103919
105731
  "links": [
@@ -103926,7 +105738,7 @@
103926
105738
  "id": "client-identification",
103927
105739
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103928
105740
  "title": "Client identification",
103929
- "number": "8.9.1.1"
105741
+ "number": "8.10.1.1"
103930
105742
  }
103931
105743
  }
103932
105744
  ]
@@ -103948,7 +105760,7 @@
103948
105760
  "id": "client-identification",
103949
105761
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103950
105762
  "title": "Client identification",
103951
- "number": "8.9.1.1"
105763
+ "number": "8.10.1.1"
103952
105764
  },
103953
105765
  "definedIn": "prose",
103954
105766
  "links": [
@@ -103961,7 +105773,7 @@
103961
105773
  "id": "client-identification",
103962
105774
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103963
105775
  "title": "Client identification",
103964
- "number": "8.9.1.1"
105776
+ "number": "8.10.1.1"
103965
105777
  }
103966
105778
  }
103967
105779
  ]
@@ -103983,7 +105795,7 @@
103983
105795
  "id": "client-identification",
103984
105796
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103985
105797
  "title": "Client identification",
103986
- "number": "8.9.1.1"
105798
+ "number": "8.10.1.1"
103987
105799
  },
103988
105800
  "definedIn": "prose",
103989
105801
  "links": [
@@ -103996,7 +105808,7 @@
103996
105808
  "id": "client-identification",
103997
105809
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
103998
105810
  "title": "Client identification",
103999
- "number": "8.9.1.1"
105811
+ "number": "8.10.1.1"
104000
105812
  }
104001
105813
  }
104002
105814
  ]
@@ -104018,7 +105830,7 @@
104018
105830
  "id": "client-identification",
104019
105831
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104020
105832
  "title": "Client identification",
104021
- "number": "8.9.1.1"
105833
+ "number": "8.10.1.1"
104022
105834
  },
104023
105835
  "definedIn": "prose",
104024
105836
  "links": [
@@ -104031,7 +105843,7 @@
104031
105843
  "id": "client-identification",
104032
105844
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104033
105845
  "title": "Client identification",
104034
- "number": "8.9.1.1"
105846
+ "number": "8.10.1.1"
104035
105847
  }
104036
105848
  }
104037
105849
  ]
@@ -104053,7 +105865,7 @@
104053
105865
  "id": "client-identification",
104054
105866
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104055
105867
  "title": "Client identification",
104056
- "number": "8.9.1.1"
105868
+ "number": "8.10.1.1"
104057
105869
  },
104058
105870
  "definedIn": "prose",
104059
105871
  "links": [
@@ -104066,7 +105878,7 @@
104066
105878
  "id": "client-identification",
104067
105879
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104068
105880
  "title": "Client identification",
104069
- "number": "8.9.1.1"
105881
+ "number": "8.10.1.1"
104070
105882
  }
104071
105883
  }
104072
105884
  ]
@@ -104088,7 +105900,7 @@
104088
105900
  "id": "client-identification",
104089
105901
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104090
105902
  "title": "Client identification",
104091
- "number": "8.9.1.1"
105903
+ "number": "8.10.1.1"
104092
105904
  },
104093
105905
  "definedIn": "prose",
104094
105906
  "links": [
@@ -104101,7 +105913,7 @@
104101
105913
  "id": "client-identification",
104102
105914
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104103
105915
  "title": "Client identification",
104104
- "number": "8.9.1.1"
105916
+ "number": "8.10.1.1"
104105
105917
  }
104106
105918
  }
104107
105919
  ]
@@ -104123,7 +105935,7 @@
104123
105935
  "id": "client-identification",
104124
105936
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104125
105937
  "title": "Client identification",
104126
- "number": "8.9.1.1"
105938
+ "number": "8.10.1.1"
104127
105939
  },
104128
105940
  "definedIn": "prose",
104129
105941
  "links": [
@@ -104136,7 +105948,7 @@
104136
105948
  "id": "client-identification",
104137
105949
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104138
105950
  "title": "Client identification",
104139
- "number": "8.9.1.1"
105951
+ "number": "8.10.1.1"
104140
105952
  }
104141
105953
  }
104142
105954
  ]
@@ -104158,7 +105970,7 @@
104158
105970
  "id": "client-identification",
104159
105971
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104160
105972
  "title": "Client identification",
104161
- "number": "8.9.1.1"
105973
+ "number": "8.10.1.1"
104162
105974
  },
104163
105975
  "definedIn": "prose",
104164
105976
  "links": []
@@ -104180,7 +105992,7 @@
104180
105992
  "id": "client-identification",
104181
105993
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#client-identification",
104182
105994
  "title": "Client identification",
104183
- "number": "8.9.1.1"
105995
+ "number": "8.10.1.1"
104184
105996
  },
104185
105997
  "definedIn": "prose",
104186
105998
  "links": []
@@ -104200,7 +106012,7 @@
104200
106012
  "id": "language-preferences",
104201
106013
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104202
106014
  "title": "Language preferences",
104203
- "number": "8.9.1.2"
106015
+ "number": "8.10.1.2"
104204
106016
  },
104205
106017
  "definedIn": "pre",
104206
106018
  "links": []
@@ -104222,7 +106034,7 @@
104222
106034
  "id": "language-preferences",
104223
106035
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104224
106036
  "title": "Language preferences",
104225
- "number": "8.9.1.2"
106037
+ "number": "8.10.1.2"
104226
106038
  },
104227
106039
  "definedIn": "prose",
104228
106040
  "links": [
@@ -104235,7 +106047,7 @@
104235
106047
  "id": "language-preferences",
104236
106048
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104237
106049
  "title": "Language preferences",
104238
- "number": "8.9.1.2"
106050
+ "number": "8.10.1.2"
104239
106051
  }
104240
106052
  }
104241
106053
  ]
@@ -104257,7 +106069,7 @@
104257
106069
  "id": "language-preferences",
104258
106070
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104259
106071
  "title": "Language preferences",
104260
- "number": "8.9.1.2"
106072
+ "number": "8.10.1.2"
104261
106073
  },
104262
106074
  "definedIn": "prose",
104263
106075
  "links": [
@@ -104270,7 +106082,7 @@
104270
106082
  "id": "language-preferences",
104271
106083
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104272
106084
  "title": "Language preferences",
104273
- "number": "8.9.1.2"
106085
+ "number": "8.10.1.2"
104274
106086
  }
104275
106087
  }
104276
106088
  ]
@@ -104290,7 +106102,7 @@
104290
106102
  "id": "language-preferences",
104291
106103
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#language-preferences",
104292
106104
  "title": "Language preferences",
104293
- "number": "8.9.1.2"
106105
+ "number": "8.10.1.2"
104294
106106
  },
104295
106107
  "definedIn": "prose",
104296
106108
  "links": []
@@ -104310,7 +106122,7 @@
104310
106122
  "id": "navigator.online",
104311
106123
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigator.online",
104312
106124
  "title": "Browser state",
104313
- "number": "8.9.1.3"
106125
+ "number": "8.10.1.3"
104314
106126
  },
104315
106127
  "definedIn": "pre",
104316
106128
  "links": []
@@ -104332,7 +106144,7 @@
104332
106144
  "id": "navigator.online",
104333
106145
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigator.online",
104334
106146
  "title": "Browser state",
104335
- "number": "8.9.1.3"
106147
+ "number": "8.10.1.3"
104336
106148
  },
104337
106149
  "definedIn": "prose",
104338
106150
  "links": [
@@ -104345,7 +106157,7 @@
104345
106157
  "id": "navigator.online",
104346
106158
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#navigator.online",
104347
106159
  "title": "Browser state",
104348
- "number": "8.9.1.3"
106160
+ "number": "8.10.1.3"
104349
106161
  }
104350
106162
  }
104351
106163
  ]
@@ -104365,7 +106177,7 @@
104365
106177
  "id": "custom-handlers",
104366
106178
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104367
106179
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104368
- "number": "8.9.1.4"
106180
+ "number": "8.10.1.4"
104369
106181
  },
104370
106182
  "definedIn": "pre",
104371
106183
  "links": []
@@ -104387,7 +106199,7 @@
104387
106199
  "id": "custom-handlers",
104388
106200
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104389
106201
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104390
- "number": "8.9.1.4"
106202
+ "number": "8.10.1.4"
104391
106203
  },
104392
106204
  "definedIn": "prose",
104393
106205
  "links": [
@@ -104400,7 +106212,7 @@
104400
106212
  "id": "custom-handlers",
104401
106213
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104402
106214
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104403
- "number": "8.9.1.4"
106215
+ "number": "8.10.1.4"
104404
106216
  }
104405
106217
  }
104406
106218
  ]
@@ -104420,7 +106232,7 @@
104420
106232
  "id": "custom-handlers",
104421
106233
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104422
106234
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104423
- "number": "8.9.1.4"
106235
+ "number": "8.10.1.4"
104424
106236
  },
104425
106237
  "definedIn": "prose",
104426
106238
  "links": []
@@ -104440,7 +106252,7 @@
104440
106252
  "id": "custom-handlers",
104441
106253
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104442
106254
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104443
- "number": "8.9.1.4"
106255
+ "number": "8.10.1.4"
104444
106256
  },
104445
106257
  "definedIn": "prose",
104446
106258
  "links": []
@@ -104460,7 +106272,7 @@
104460
106272
  "id": "custom-handlers",
104461
106273
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104462
106274
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104463
- "number": "8.9.1.4"
106275
+ "number": "8.10.1.4"
104464
106276
  },
104465
106277
  "definedIn": "dt",
104466
106278
  "links": []
@@ -104480,7 +106292,7 @@
104480
106292
  "id": "custom-handlers",
104481
106293
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104482
106294
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104483
- "number": "8.9.1.4"
106295
+ "number": "8.10.1.4"
104484
106296
  },
104485
106297
  "definedIn": "dt",
104486
106298
  "links": []
@@ -104500,7 +106312,7 @@
104500
106312
  "id": "custom-handlers",
104501
106313
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104502
106314
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104503
- "number": "8.9.1.4"
106315
+ "number": "8.10.1.4"
104504
106316
  },
104505
106317
  "definedIn": "prose",
104506
106318
  "links": []
@@ -104522,7 +106334,7 @@
104522
106334
  "id": "custom-handlers",
104523
106335
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104524
106336
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104525
- "number": "8.9.1.4"
106337
+ "number": "8.10.1.4"
104526
106338
  },
104527
106339
  "definedIn": "prose",
104528
106340
  "links": [
@@ -104535,7 +106347,7 @@
104535
106347
  "id": "custom-handlers",
104536
106348
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104537
106349
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104538
- "number": "8.9.1.4"
106350
+ "number": "8.10.1.4"
104539
106351
  }
104540
106352
  }
104541
106353
  ]
@@ -104555,7 +106367,7 @@
104555
106367
  "id": "custom-handlers",
104556
106368
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104557
106369
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104558
- "number": "8.9.1.4"
106370
+ "number": "8.10.1.4"
104559
106371
  },
104560
106372
  "definedIn": "prose",
104561
106373
  "links": []
@@ -104575,7 +106387,7 @@
104575
106387
  "id": "custom-handlers",
104576
106388
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers",
104577
106389
  "title": "Custom scheme handlers: the registerProtocolHandler() method",
104578
- "number": "8.9.1.4"
106390
+ "number": "8.10.1.4"
104579
106391
  },
104580
106392
  "definedIn": "prose",
104581
106393
  "links": []
@@ -104595,7 +106407,7 @@
104595
106407
  "id": "user-agent-automation",
104596
106408
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation",
104597
106409
  "title": "User agent automation",
104598
- "number": "8.9.1.4.2"
106410
+ "number": "8.10.1.4.2"
104599
106411
  },
104600
106412
  "definedIn": "heading",
104601
106413
  "links": []
@@ -104615,7 +106427,7 @@
104615
106427
  "id": "user-agent-automation",
104616
106428
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation",
104617
106429
  "title": "User agent automation",
104618
- "number": "8.9.1.4.2"
106430
+ "number": "8.10.1.4.2"
104619
106431
  },
104620
106432
  "definedIn": "prose",
104621
106433
  "links": []
@@ -104635,7 +106447,7 @@
104635
106447
  "id": "user-agent-automation",
104636
106448
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#user-agent-automation",
104637
106449
  "title": "User agent automation",
104638
- "number": "8.9.1.4.2"
106450
+ "number": "8.10.1.4.2"
104639
106451
  },
104640
106452
  "definedIn": "prose",
104641
106453
  "links": []
@@ -104655,7 +106467,7 @@
104655
106467
  "id": "cookies",
104656
106468
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies",
104657
106469
  "title": "Cookies",
104658
- "number": "8.9.1.5"
106470
+ "number": "8.10.1.5"
104659
106471
  },
104660
106472
  "definedIn": "pre",
104661
106473
  "links": []
@@ -104677,7 +106489,7 @@
104677
106489
  "id": "cookies",
104678
106490
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies",
104679
106491
  "title": "Cookies",
104680
- "number": "8.9.1.5"
106492
+ "number": "8.10.1.5"
104681
106493
  },
104682
106494
  "definedIn": "prose",
104683
106495
  "links": [
@@ -104690,7 +106502,7 @@
104690
106502
  "id": "cookies",
104691
106503
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#cookies",
104692
106504
  "title": "Cookies",
104693
- "number": "8.9.1.5"
106505
+ "number": "8.10.1.5"
104694
106506
  }
104695
106507
  }
104696
106508
  ]
@@ -104710,7 +106522,7 @@
104710
106522
  "id": "pdf-viewing-support",
104711
106523
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104712
106524
  "title": "PDF viewing support",
104713
- "number": "8.9.1.6"
106525
+ "number": "8.10.1.6"
104714
106526
  },
104715
106527
  "definedIn": "pre",
104716
106528
  "links": []
@@ -104730,7 +106542,7 @@
104730
106542
  "id": "pdf-viewing-support",
104731
106543
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104732
106544
  "title": "PDF viewing support",
104733
- "number": "8.9.1.6"
106545
+ "number": "8.10.1.6"
104734
106546
  },
104735
106547
  "definedIn": "pre",
104736
106548
  "links": []
@@ -104750,7 +106562,7 @@
104750
106562
  "id": "pdf-viewing-support",
104751
106563
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104752
106564
  "title": "PDF viewing support",
104753
- "number": "8.9.1.6"
106565
+ "number": "8.10.1.6"
104754
106566
  },
104755
106567
  "definedIn": "pre",
104756
106568
  "links": []
@@ -104770,7 +106582,7 @@
104770
106582
  "id": "pdf-viewing-support",
104771
106583
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104772
106584
  "title": "PDF viewing support",
104773
- "number": "8.9.1.6"
106585
+ "number": "8.10.1.6"
104774
106586
  },
104775
106587
  "definedIn": "pre",
104776
106588
  "links": []
@@ -104790,7 +106602,7 @@
104790
106602
  "id": "pdf-viewing-support",
104791
106603
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104792
106604
  "title": "PDF viewing support",
104793
- "number": "8.9.1.6"
106605
+ "number": "8.10.1.6"
104794
106606
  },
104795
106607
  "definedIn": "pre",
104796
106608
  "links": []
@@ -104810,7 +106622,7 @@
104810
106622
  "id": "pdf-viewing-support",
104811
106623
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104812
106624
  "title": "PDF viewing support",
104813
- "number": "8.9.1.6"
106625
+ "number": "8.10.1.6"
104814
106626
  },
104815
106627
  "definedIn": "prose",
104816
106628
  "links": []
@@ -104830,7 +106642,7 @@
104830
106642
  "id": "pdf-viewing-support",
104831
106643
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104832
106644
  "title": "PDF viewing support",
104833
- "number": "8.9.1.6"
106645
+ "number": "8.10.1.6"
104834
106646
  },
104835
106647
  "definedIn": "prose",
104836
106648
  "links": []
@@ -104850,7 +106662,7 @@
104850
106662
  "id": "pdf-viewing-support",
104851
106663
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104852
106664
  "title": "PDF viewing support",
104853
- "number": "8.9.1.6"
106665
+ "number": "8.10.1.6"
104854
106666
  },
104855
106667
  "definedIn": "prose",
104856
106668
  "links": []
@@ -104870,7 +106682,7 @@
104870
106682
  "id": "pdf-viewing-support",
104871
106683
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104872
106684
  "title": "PDF viewing support",
104873
- "number": "8.9.1.6"
106685
+ "number": "8.10.1.6"
104874
106686
  },
104875
106687
  "definedIn": "prose",
104876
106688
  "links": []
@@ -104890,7 +106702,7 @@
104890
106702
  "id": "pdf-viewing-support",
104891
106703
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104892
106704
  "title": "PDF viewing support",
104893
- "number": "8.9.1.6"
106705
+ "number": "8.10.1.6"
104894
106706
  },
104895
106707
  "definedIn": "prose",
104896
106708
  "links": []
@@ -104910,7 +106722,7 @@
104910
106722
  "id": "pdf-viewing-support",
104911
106723
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104912
106724
  "title": "PDF viewing support",
104913
- "number": "8.9.1.6"
106725
+ "number": "8.10.1.6"
104914
106726
  },
104915
106727
  "definedIn": "prose",
104916
106728
  "links": []
@@ -104930,7 +106742,7 @@
104930
106742
  "id": "pdf-viewing-support",
104931
106743
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104932
106744
  "title": "PDF viewing support",
104933
- "number": "8.9.1.6"
106745
+ "number": "8.10.1.6"
104934
106746
  },
104935
106747
  "definedIn": "prose",
104936
106748
  "links": []
@@ -104952,7 +106764,7 @@
104952
106764
  "id": "pdf-viewing-support",
104953
106765
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104954
106766
  "title": "PDF viewing support",
104955
- "number": "8.9.1.6"
106767
+ "number": "8.10.1.6"
104956
106768
  },
104957
106769
  "definedIn": "prose",
104958
106770
  "links": []
@@ -104974,7 +106786,7 @@
104974
106786
  "id": "pdf-viewing-support",
104975
106787
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104976
106788
  "title": "PDF viewing support",
104977
- "number": "8.9.1.6"
106789
+ "number": "8.10.1.6"
104978
106790
  },
104979
106791
  "definedIn": "prose",
104980
106792
  "links": []
@@ -104996,7 +106808,7 @@
104996
106808
  "id": "pdf-viewing-support",
104997
106809
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
104998
106810
  "title": "PDF viewing support",
104999
- "number": "8.9.1.6"
106811
+ "number": "8.10.1.6"
105000
106812
  },
105001
106813
  "definedIn": "prose",
105002
106814
  "links": []
@@ -105018,7 +106830,7 @@
105018
106830
  "id": "pdf-viewing-support",
105019
106831
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105020
106832
  "title": "PDF viewing support",
105021
- "number": "8.9.1.6"
106833
+ "number": "8.10.1.6"
105022
106834
  },
105023
106835
  "definedIn": "prose",
105024
106836
  "links": [
@@ -105031,7 +106843,7 @@
105031
106843
  "id": "pdf-viewing-support",
105032
106844
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105033
106845
  "title": "PDF viewing support",
105034
- "number": "8.9.1.6"
106846
+ "number": "8.10.1.6"
105035
106847
  }
105036
106848
  }
105037
106849
  ]
@@ -105053,7 +106865,7 @@
105053
106865
  "id": "pdf-viewing-support",
105054
106866
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105055
106867
  "title": "PDF viewing support",
105056
- "number": "8.9.1.6"
106868
+ "number": "8.10.1.6"
105057
106869
  },
105058
106870
  "definedIn": "prose",
105059
106871
  "links": []
@@ -105075,7 +106887,7 @@
105075
106887
  "id": "pdf-viewing-support",
105076
106888
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105077
106889
  "title": "PDF viewing support",
105078
- "number": "8.9.1.6"
106890
+ "number": "8.10.1.6"
105079
106891
  },
105080
106892
  "definedIn": "prose",
105081
106893
  "links": []
@@ -105097,7 +106909,7 @@
105097
106909
  "id": "pdf-viewing-support",
105098
106910
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105099
106911
  "title": "PDF viewing support",
105100
- "number": "8.9.1.6"
106912
+ "number": "8.10.1.6"
105101
106913
  },
105102
106914
  "definedIn": "prose",
105103
106915
  "links": []
@@ -105119,7 +106931,7 @@
105119
106931
  "id": "pdf-viewing-support",
105120
106932
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105121
106933
  "title": "PDF viewing support",
105122
- "number": "8.9.1.6"
106934
+ "number": "8.10.1.6"
105123
106935
  },
105124
106936
  "definedIn": "prose",
105125
106937
  "links": []
@@ -105141,7 +106953,7 @@
105141
106953
  "id": "pdf-viewing-support",
105142
106954
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105143
106955
  "title": "PDF viewing support",
105144
- "number": "8.9.1.6"
106956
+ "number": "8.10.1.6"
105145
106957
  },
105146
106958
  "definedIn": "prose",
105147
106959
  "links": []
@@ -105163,7 +106975,7 @@
105163
106975
  "id": "pdf-viewing-support",
105164
106976
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105165
106977
  "title": "PDF viewing support",
105166
- "number": "8.9.1.6"
106978
+ "number": "8.10.1.6"
105167
106979
  },
105168
106980
  "definedIn": "prose",
105169
106981
  "links": []
@@ -105185,7 +106997,7 @@
105185
106997
  "id": "pdf-viewing-support",
105186
106998
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105187
106999
  "title": "PDF viewing support",
105188
- "number": "8.9.1.6"
107000
+ "number": "8.10.1.6"
105189
107001
  },
105190
107002
  "definedIn": "prose",
105191
107003
  "links": []
@@ -105205,7 +107017,7 @@
105205
107017
  "id": "pdf-viewing-support",
105206
107018
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105207
107019
  "title": "PDF viewing support",
105208
- "number": "8.9.1.6"
107020
+ "number": "8.10.1.6"
105209
107021
  },
105210
107022
  "definedIn": "prose",
105211
107023
  "links": []
@@ -105227,7 +107039,7 @@
105227
107039
  "id": "pdf-viewing-support",
105228
107040
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105229
107041
  "title": "PDF viewing support",
105230
- "number": "8.9.1.6"
107042
+ "number": "8.10.1.6"
105231
107043
  },
105232
107044
  "definedIn": "prose",
105233
107045
  "links": []
@@ -105249,7 +107061,7 @@
105249
107061
  "id": "pdf-viewing-support",
105250
107062
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105251
107063
  "title": "PDF viewing support",
105252
- "number": "8.9.1.6"
107064
+ "number": "8.10.1.6"
105253
107065
  },
105254
107066
  "definedIn": "prose",
105255
107067
  "links": []
@@ -105271,7 +107083,7 @@
105271
107083
  "id": "pdf-viewing-support",
105272
107084
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105273
107085
  "title": "PDF viewing support",
105274
- "number": "8.9.1.6"
107086
+ "number": "8.10.1.6"
105275
107087
  },
105276
107088
  "definedIn": "prose",
105277
107089
  "links": []
@@ -105293,7 +107105,7 @@
105293
107105
  "id": "pdf-viewing-support",
105294
107106
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105295
107107
  "title": "PDF viewing support",
105296
- "number": "8.9.1.6"
107108
+ "number": "8.10.1.6"
105297
107109
  },
105298
107110
  "definedIn": "prose",
105299
107111
  "links": []
@@ -105315,7 +107127,7 @@
105315
107127
  "id": "pdf-viewing-support",
105316
107128
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105317
107129
  "title": "PDF viewing support",
105318
- "number": "8.9.1.6"
107130
+ "number": "8.10.1.6"
105319
107131
  },
105320
107132
  "definedIn": "prose",
105321
107133
  "links": []
@@ -105337,7 +107149,7 @@
105337
107149
  "id": "pdf-viewing-support",
105338
107150
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105339
107151
  "title": "PDF viewing support",
105340
- "number": "8.9.1.6"
107152
+ "number": "8.10.1.6"
105341
107153
  },
105342
107154
  "definedIn": "prose",
105343
107155
  "links": []
@@ -105357,7 +107169,7 @@
105357
107169
  "id": "pdf-viewing-support",
105358
107170
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105359
107171
  "title": "PDF viewing support",
105360
- "number": "8.9.1.6"
107172
+ "number": "8.10.1.6"
105361
107173
  },
105362
107174
  "definedIn": "prose",
105363
107175
  "links": []
@@ -105379,7 +107191,7 @@
105379
107191
  "id": "pdf-viewing-support",
105380
107192
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105381
107193
  "title": "PDF viewing support",
105382
- "number": "8.9.1.6"
107194
+ "number": "8.10.1.6"
105383
107195
  },
105384
107196
  "definedIn": "prose",
105385
107197
  "links": []
@@ -105401,7 +107213,7 @@
105401
107213
  "id": "pdf-viewing-support",
105402
107214
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105403
107215
  "title": "PDF viewing support",
105404
- "number": "8.9.1.6"
107216
+ "number": "8.10.1.6"
105405
107217
  },
105406
107218
  "definedIn": "prose",
105407
107219
  "links": []
@@ -105423,7 +107235,7 @@
105423
107235
  "id": "pdf-viewing-support",
105424
107236
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105425
107237
  "title": "PDF viewing support",
105426
- "number": "8.9.1.6"
107238
+ "number": "8.10.1.6"
105427
107239
  },
105428
107240
  "definedIn": "prose",
105429
107241
  "links": []
@@ -105445,7 +107257,7 @@
105445
107257
  "id": "pdf-viewing-support",
105446
107258
  "href": "https://html.spec.whatwg.org/multipage/system-state.html#pdf-viewing-support",
105447
107259
  "title": "PDF viewing support",
105448
- "number": "8.9.1.6"
107260
+ "number": "8.10.1.6"
105449
107261
  },
105450
107262
  "definedIn": "prose",
105451
107263
  "links": []
@@ -105465,7 +107277,7 @@
105465
107277
  "id": "the-imagedata-interface",
105466
107278
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105467
107279
  "title": "The ImageData interface",
105468
- "number": "8.10.1"
107280
+ "number": "8.11.1"
105469
107281
  },
105470
107282
  "definedIn": "pre",
105471
107283
  "links": []
@@ -105485,7 +107297,7 @@
105485
107297
  "id": "the-imagedata-interface",
105486
107298
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105487
107299
  "title": "The ImageData interface",
105488
- "number": "8.10.1"
107300
+ "number": "8.11.1"
105489
107301
  },
105490
107302
  "definedIn": "pre",
105491
107303
  "links": []
@@ -105505,7 +107317,7 @@
105505
107317
  "id": "the-imagedata-interface",
105506
107318
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105507
107319
  "title": "The ImageData interface",
105508
- "number": "8.10.1"
107320
+ "number": "8.11.1"
105509
107321
  },
105510
107322
  "definedIn": "pre",
105511
107323
  "links": []
@@ -105525,7 +107337,7 @@
105525
107337
  "id": "the-imagedata-interface",
105526
107338
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105527
107339
  "title": "The ImageData interface",
105528
- "number": "8.10.1"
107340
+ "number": "8.11.1"
105529
107341
  },
105530
107342
  "definedIn": "pre",
105531
107343
  "links": []
@@ -105545,7 +107357,7 @@
105545
107357
  "id": "the-imagedata-interface",
105546
107358
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105547
107359
  "title": "The ImageData interface",
105548
- "number": "8.10.1"
107360
+ "number": "8.11.1"
105549
107361
  },
105550
107362
  "definedIn": "prose",
105551
107363
  "links": []
@@ -105567,7 +107379,7 @@
105567
107379
  "id": "the-imagedata-interface",
105568
107380
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105569
107381
  "title": "The ImageData interface",
105570
- "number": "8.10.1"
107382
+ "number": "8.11.1"
105571
107383
  },
105572
107384
  "definedIn": "prose",
105573
107385
  "links": [
@@ -105580,7 +107392,7 @@
105580
107392
  "id": "the-imagedata-interface",
105581
107393
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105582
107394
  "title": "The ImageData interface",
105583
- "number": "8.10.1"
107395
+ "number": "8.11.1"
105584
107396
  }
105585
107397
  }
105586
107398
  ]
@@ -105602,7 +107414,7 @@
105602
107414
  "id": "the-imagedata-interface",
105603
107415
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105604
107416
  "title": "The ImageData interface",
105605
- "number": "8.10.1"
107417
+ "number": "8.11.1"
105606
107418
  },
105607
107419
  "definedIn": "prose",
105608
107420
  "links": [
@@ -105615,7 +107427,7 @@
105615
107427
  "id": "the-imagedata-interface",
105616
107428
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105617
107429
  "title": "The ImageData interface",
105618
- "number": "8.10.1"
107430
+ "number": "8.11.1"
105619
107431
  }
105620
107432
  }
105621
107433
  ]
@@ -105635,7 +107447,7 @@
105635
107447
  "id": "the-imagedata-interface",
105636
107448
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105637
107449
  "title": "The ImageData interface",
105638
- "number": "8.10.1"
107450
+ "number": "8.11.1"
105639
107451
  },
105640
107452
  "definedIn": "prose",
105641
107453
  "links": []
@@ -105655,7 +107467,7 @@
105655
107467
  "id": "the-imagedata-interface",
105656
107468
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105657
107469
  "title": "The ImageData interface",
105658
- "number": "8.10.1"
107470
+ "number": "8.11.1"
105659
107471
  },
105660
107472
  "definedIn": "prose",
105661
107473
  "links": []
@@ -105675,7 +107487,7 @@
105675
107487
  "id": "the-imagedata-interface",
105676
107488
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105677
107489
  "title": "The ImageData interface",
105678
- "number": "8.10.1"
107490
+ "number": "8.11.1"
105679
107491
  },
105680
107492
  "definedIn": "prose",
105681
107493
  "links": []
@@ -105697,7 +107509,7 @@
105697
107509
  "id": "the-imagedata-interface",
105698
107510
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105699
107511
  "title": "The ImageData interface",
105700
- "number": "8.10.1"
107512
+ "number": "8.11.1"
105701
107513
  },
105702
107514
  "definedIn": "prose",
105703
107515
  "links": [
@@ -105710,7 +107522,7 @@
105710
107522
  "id": "the-imagedata-interface",
105711
107523
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105712
107524
  "title": "The ImageData interface",
105713
- "number": "8.10.1"
107525
+ "number": "8.11.1"
105714
107526
  }
105715
107527
  }
105716
107528
  ]
@@ -105732,7 +107544,7 @@
105732
107544
  "id": "the-imagedata-interface",
105733
107545
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105734
107546
  "title": "The ImageData interface",
105735
- "number": "8.10.1"
107547
+ "number": "8.11.1"
105736
107548
  },
105737
107549
  "definedIn": "prose",
105738
107550
  "links": [
@@ -105745,7 +107557,7 @@
105745
107557
  "id": "the-imagedata-interface",
105746
107558
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105747
107559
  "title": "The ImageData interface",
105748
- "number": "8.10.1"
107560
+ "number": "8.11.1"
105749
107561
  }
105750
107562
  }
105751
107563
  ]
@@ -105767,7 +107579,7 @@
105767
107579
  "id": "the-imagedata-interface",
105768
107580
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105769
107581
  "title": "The ImageData interface",
105770
- "number": "8.10.1"
107582
+ "number": "8.11.1"
105771
107583
  },
105772
107584
  "definedIn": "prose",
105773
107585
  "links": [
@@ -105780,7 +107592,7 @@
105780
107592
  "id": "the-imagedata-interface",
105781
107593
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105782
107594
  "title": "The ImageData interface",
105783
- "number": "8.10.1"
107595
+ "number": "8.11.1"
105784
107596
  }
105785
107597
  }
105786
107598
  ]
@@ -105802,7 +107614,7 @@
105802
107614
  "id": "the-imagedata-interface",
105803
107615
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105804
107616
  "title": "The ImageData interface",
105805
- "number": "8.10.1"
107617
+ "number": "8.11.1"
105806
107618
  },
105807
107619
  "definedIn": "prose",
105808
107620
  "links": []
@@ -105824,7 +107636,7 @@
105824
107636
  "id": "the-imagedata-interface",
105825
107637
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105826
107638
  "title": "The ImageData interface",
105827
- "number": "8.10.1"
107639
+ "number": "8.11.1"
105828
107640
  },
105829
107641
  "definedIn": "prose",
105830
107642
  "links": []
@@ -105846,7 +107658,7 @@
105846
107658
  "id": "the-imagedata-interface",
105847
107659
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105848
107660
  "title": "The ImageData interface",
105849
- "number": "8.10.1"
107661
+ "number": "8.11.1"
105850
107662
  },
105851
107663
  "definedIn": "prose",
105852
107664
  "links": [
@@ -105859,7 +107671,7 @@
105859
107671
  "id": "the-imagedata-interface",
105860
107672
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105861
107673
  "title": "The ImageData interface",
105862
- "number": "8.10.1"
107674
+ "number": "8.11.1"
105863
107675
  }
105864
107676
  }
105865
107677
  ]
@@ -105881,7 +107693,7 @@
105881
107693
  "id": "the-imagedata-interface",
105882
107694
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105883
107695
  "title": "The ImageData interface",
105884
- "number": "8.10.1"
107696
+ "number": "8.11.1"
105885
107697
  },
105886
107698
  "definedIn": "prose",
105887
107699
  "links": []
@@ -105903,7 +107715,7 @@
105903
107715
  "id": "the-imagedata-interface",
105904
107716
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105905
107717
  "title": "The ImageData interface",
105906
- "number": "8.10.1"
107718
+ "number": "8.11.1"
105907
107719
  },
105908
107720
  "definedIn": "prose",
105909
107721
  "links": []
@@ -105925,7 +107737,7 @@
105925
107737
  "id": "the-imagedata-interface",
105926
107738
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagedata-interface",
105927
107739
  "title": "The ImageData interface",
105928
- "number": "8.10.1"
107740
+ "number": "8.11.1"
105929
107741
  },
105930
107742
  "definedIn": "prose",
105931
107743
  "links": []
@@ -105945,7 +107757,7 @@
105945
107757
  "id": "the-imagebitmap-interface",
105946
107758
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
105947
107759
  "title": "The ImageBitmap interface",
105948
- "number": "8.10.2"
107760
+ "number": "8.11.2"
105949
107761
  },
105950
107762
  "definedIn": "pre",
105951
107763
  "links": []
@@ -105965,7 +107777,7 @@
105965
107777
  "id": "the-imagebitmap-interface",
105966
107778
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
105967
107779
  "title": "The ImageBitmap interface",
105968
- "number": "8.10.2"
107780
+ "number": "8.11.2"
105969
107781
  },
105970
107782
  "definedIn": "pre",
105971
107783
  "links": []
@@ -105985,7 +107797,7 @@
105985
107797
  "id": "the-imagebitmap-interface",
105986
107798
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
105987
107799
  "title": "The ImageBitmap interface",
105988
- "number": "8.10.2"
107800
+ "number": "8.11.2"
105989
107801
  },
105990
107802
  "definedIn": "pre",
105991
107803
  "links": []
@@ -106005,7 +107817,7 @@
106005
107817
  "id": "the-imagebitmap-interface",
106006
107818
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106007
107819
  "title": "The ImageBitmap interface",
106008
- "number": "8.10.2"
107820
+ "number": "8.11.2"
106009
107821
  },
106010
107822
  "definedIn": "pre",
106011
107823
  "links": []
@@ -106025,7 +107837,7 @@
106025
107837
  "id": "the-imagebitmap-interface",
106026
107838
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106027
107839
  "title": "The ImageBitmap interface",
106028
- "number": "8.10.2"
107840
+ "number": "8.11.2"
106029
107841
  },
106030
107842
  "definedIn": "pre",
106031
107843
  "links": []
@@ -106045,7 +107857,7 @@
106045
107857
  "id": "the-imagebitmap-interface",
106046
107858
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106047
107859
  "title": "The ImageBitmap interface",
106048
- "number": "8.10.2"
107860
+ "number": "8.11.2"
106049
107861
  },
106050
107862
  "definedIn": "pre",
106051
107863
  "links": []
@@ -106065,7 +107877,7 @@
106065
107877
  "id": "the-imagebitmap-interface",
106066
107878
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106067
107879
  "title": "The ImageBitmap interface",
106068
- "number": "8.10.2"
107880
+ "number": "8.11.2"
106069
107881
  },
106070
107882
  "definedIn": "pre",
106071
107883
  "links": []
@@ -106085,7 +107897,7 @@
106085
107897
  "id": "the-imagebitmap-interface",
106086
107898
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106087
107899
  "title": "The ImageBitmap interface",
106088
- "number": "8.10.2"
107900
+ "number": "8.11.2"
106089
107901
  },
106090
107902
  "definedIn": "prose",
106091
107903
  "links": []
@@ -106105,7 +107917,7 @@
106105
107917
  "id": "the-imagebitmap-interface",
106106
107918
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106107
107919
  "title": "The ImageBitmap interface",
106108
- "number": "8.10.2"
107920
+ "number": "8.11.2"
106109
107921
  },
106110
107922
  "definedIn": "prose",
106111
107923
  "links": []
@@ -106125,7 +107937,7 @@
106125
107937
  "id": "the-imagebitmap-interface",
106126
107938
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106127
107939
  "title": "The ImageBitmap interface",
106128
- "number": "8.10.2"
107940
+ "number": "8.11.2"
106129
107941
  },
106130
107942
  "definedIn": "prose",
106131
107943
  "links": []
@@ -106147,7 +107959,7 @@
106147
107959
  "id": "the-imagebitmap-interface",
106148
107960
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106149
107961
  "title": "The ImageBitmap interface",
106150
- "number": "8.10.2"
107962
+ "number": "8.11.2"
106151
107963
  },
106152
107964
  "definedIn": "prose",
106153
107965
  "links": [
@@ -106160,7 +107972,7 @@
106160
107972
  "id": "the-imagebitmap-interface",
106161
107973
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106162
107974
  "title": "The ImageBitmap interface",
106163
- "number": "8.10.2"
107975
+ "number": "8.11.2"
106164
107976
  }
106165
107977
  },
106166
107978
  {
@@ -106172,7 +107984,7 @@
106172
107984
  "id": "the-imagebitmap-interface",
106173
107985
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106174
107986
  "title": "The ImageBitmap interface",
106175
- "number": "8.10.2"
107987
+ "number": "8.11.2"
106176
107988
  }
106177
107989
  }
106178
107990
  ]
@@ -106194,7 +108006,7 @@
106194
108006
  "id": "the-imagebitmap-interface",
106195
108007
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106196
108008
  "title": "The ImageBitmap interface",
106197
- "number": "8.10.2"
108009
+ "number": "8.11.2"
106198
108010
  },
106199
108011
  "definedIn": "prose",
106200
108012
  "links": []
@@ -106216,7 +108028,7 @@
106216
108028
  "id": "the-imagebitmap-interface",
106217
108029
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106218
108030
  "title": "The ImageBitmap interface",
106219
- "number": "8.10.2"
108031
+ "number": "8.11.2"
106220
108032
  },
106221
108033
  "definedIn": "prose",
106222
108034
  "links": []
@@ -106236,7 +108048,7 @@
106236
108048
  "id": "the-imagebitmap-interface",
106237
108049
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106238
108050
  "title": "The ImageBitmap interface",
106239
- "number": "8.10.2"
108051
+ "number": "8.11.2"
106240
108052
  },
106241
108053
  "definedIn": "prose",
106242
108054
  "links": []
@@ -106258,7 +108070,7 @@
106258
108070
  "id": "the-imagebitmap-interface",
106259
108071
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106260
108072
  "title": "The ImageBitmap interface",
106261
- "number": "8.10.2"
108073
+ "number": "8.11.2"
106262
108074
  },
106263
108075
  "definedIn": "prose",
106264
108076
  "links": []
@@ -106280,7 +108092,7 @@
106280
108092
  "id": "the-imagebitmap-interface",
106281
108093
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106282
108094
  "title": "The ImageBitmap interface",
106283
- "number": "8.10.2"
108095
+ "number": "8.11.2"
106284
108096
  },
106285
108097
  "definedIn": "prose",
106286
108098
  "links": []
@@ -106302,7 +108114,7 @@
106302
108114
  "id": "the-imagebitmap-interface",
106303
108115
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106304
108116
  "title": "The ImageBitmap interface",
106305
- "number": "8.10.2"
108117
+ "number": "8.11.2"
106306
108118
  },
106307
108119
  "definedIn": "prose",
106308
108120
  "links": []
@@ -106324,7 +108136,7 @@
106324
108136
  "id": "the-imagebitmap-interface",
106325
108137
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106326
108138
  "title": "The ImageBitmap interface",
106327
- "number": "8.10.2"
108139
+ "number": "8.11.2"
106328
108140
  },
106329
108141
  "definedIn": "note",
106330
108142
  "links": []
@@ -106344,7 +108156,7 @@
106344
108156
  "id": "the-imagebitmap-interface",
106345
108157
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106346
108158
  "title": "The ImageBitmap interface",
106347
- "number": "8.10.2"
108159
+ "number": "8.11.2"
106348
108160
  },
106349
108161
  "definedIn": "note",
106350
108162
  "links": []
@@ -106366,7 +108178,7 @@
106366
108178
  "id": "the-imagebitmap-interface",
106367
108179
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106368
108180
  "title": "The ImageBitmap interface",
106369
- "number": "8.10.2"
108181
+ "number": "8.11.2"
106370
108182
  },
106371
108183
  "definedIn": "prose",
106372
108184
  "links": []
@@ -106388,7 +108200,7 @@
106388
108200
  "id": "the-imagebitmap-interface",
106389
108201
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106390
108202
  "title": "The ImageBitmap interface",
106391
- "number": "8.10.2"
108203
+ "number": "8.11.2"
106392
108204
  },
106393
108205
  "definedIn": "prose",
106394
108206
  "links": []
@@ -106410,7 +108222,7 @@
106410
108222
  "id": "the-imagebitmap-interface",
106411
108223
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106412
108224
  "title": "The ImageBitmap interface",
106413
- "number": "8.10.2"
108225
+ "number": "8.11.2"
106414
108226
  },
106415
108227
  "definedIn": "prose",
106416
108228
  "links": []
@@ -106432,7 +108244,7 @@
106432
108244
  "id": "the-imagebitmap-interface",
106433
108245
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106434
108246
  "title": "The ImageBitmap interface",
106435
- "number": "8.10.2"
108247
+ "number": "8.11.2"
106436
108248
  },
106437
108249
  "definedIn": "prose",
106438
108250
  "links": []
@@ -106454,7 +108266,7 @@
106454
108266
  "id": "the-imagebitmap-interface",
106455
108267
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106456
108268
  "title": "The ImageBitmap interface",
106457
- "number": "8.10.2"
108269
+ "number": "8.11.2"
106458
108270
  },
106459
108271
  "definedIn": "prose",
106460
108272
  "links": []
@@ -106476,7 +108288,7 @@
106476
108288
  "id": "the-imagebitmap-interface",
106477
108289
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106478
108290
  "title": "The ImageBitmap interface",
106479
- "number": "8.10.2"
108291
+ "number": "8.11.2"
106480
108292
  },
106481
108293
  "definedIn": "prose",
106482
108294
  "links": []
@@ -106498,7 +108310,7 @@
106498
108310
  "id": "the-imagebitmap-interface",
106499
108311
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106500
108312
  "title": "The ImageBitmap interface",
106501
- "number": "8.10.2"
108313
+ "number": "8.11.2"
106502
108314
  },
106503
108315
  "definedIn": "prose",
106504
108316
  "links": []
@@ -106520,7 +108332,7 @@
106520
108332
  "id": "the-imagebitmap-interface",
106521
108333
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106522
108334
  "title": "The ImageBitmap interface",
106523
- "number": "8.10.2"
108335
+ "number": "8.11.2"
106524
108336
  },
106525
108337
  "definedIn": "prose",
106526
108338
  "links": [
@@ -106533,7 +108345,7 @@
106533
108345
  "id": "the-imagebitmap-interface",
106534
108346
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106535
108347
  "title": "The ImageBitmap interface",
106536
- "number": "8.10.2"
108348
+ "number": "8.11.2"
106537
108349
  }
106538
108350
  }
106539
108351
  ]
@@ -106555,7 +108367,7 @@
106555
108367
  "id": "the-imagebitmap-interface",
106556
108368
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106557
108369
  "title": "The ImageBitmap interface",
106558
- "number": "8.10.2"
108370
+ "number": "8.11.2"
106559
108371
  },
106560
108372
  "definedIn": "prose",
106561
108373
  "links": [
@@ -106568,7 +108380,7 @@
106568
108380
  "id": "the-imagebitmap-interface",
106569
108381
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106570
108382
  "title": "The ImageBitmap interface",
106571
- "number": "8.10.2"
108383
+ "number": "8.11.2"
106572
108384
  }
106573
108385
  }
106574
108386
  ]
@@ -106590,7 +108402,7 @@
106590
108402
  "id": "the-imagebitmap-interface",
106591
108403
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106592
108404
  "title": "The ImageBitmap interface",
106593
- "number": "8.10.2"
108405
+ "number": "8.11.2"
106594
108406
  },
106595
108407
  "definedIn": "prose",
106596
108408
  "links": [
@@ -106603,7 +108415,7 @@
106603
108415
  "id": "the-imagebitmap-interface",
106604
108416
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106605
108417
  "title": "The ImageBitmap interface",
106606
- "number": "8.10.2"
108418
+ "number": "8.11.2"
106607
108419
  }
106608
108420
  }
106609
108421
  ]
@@ -106625,7 +108437,7 @@
106625
108437
  "id": "the-imagebitmap-interface",
106626
108438
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106627
108439
  "title": "The ImageBitmap interface",
106628
- "number": "8.10.2"
108440
+ "number": "8.11.2"
106629
108441
  },
106630
108442
  "definedIn": "prose",
106631
108443
  "links": []
@@ -106647,7 +108459,7 @@
106647
108459
  "id": "the-imagebitmap-interface",
106648
108460
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106649
108461
  "title": "The ImageBitmap interface",
106650
- "number": "8.10.2"
108462
+ "number": "8.11.2"
106651
108463
  },
106652
108464
  "definedIn": "prose",
106653
108465
  "links": []
@@ -106669,7 +108481,7 @@
106669
108481
  "id": "the-imagebitmap-interface",
106670
108482
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106671
108483
  "title": "The ImageBitmap interface",
106672
- "number": "8.10.2"
108484
+ "number": "8.11.2"
106673
108485
  },
106674
108486
  "definedIn": "prose",
106675
108487
  "links": []
@@ -106691,7 +108503,7 @@
106691
108503
  "id": "the-imagebitmap-interface",
106692
108504
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#the-imagebitmap-interface",
106693
108505
  "title": "The ImageBitmap interface",
106694
- "number": "8.10.2"
108506
+ "number": "8.11.2"
106695
108507
  },
106696
108508
  "definedIn": "prose",
106697
108509
  "links": []
@@ -106711,7 +108523,7 @@
106711
108523
  "id": "animation-frames",
106712
108524
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106713
108525
  "title": "Animation frames",
106714
- "number": "8.11"
108526
+ "number": "8.12"
106715
108527
  },
106716
108528
  "definedIn": "pre",
106717
108529
  "links": []
@@ -106731,7 +108543,7 @@
106731
108543
  "id": "animation-frames",
106732
108544
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106733
108545
  "title": "Animation frames",
106734
- "number": "8.11"
108546
+ "number": "8.12"
106735
108547
  },
106736
108548
  "definedIn": "pre",
106737
108549
  "links": []
@@ -106751,7 +108563,7 @@
106751
108563
  "id": "animation-frames",
106752
108564
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106753
108565
  "title": "Animation frames",
106754
- "number": "8.11"
108566
+ "number": "8.12"
106755
108567
  },
106756
108568
  "definedIn": "prose",
106757
108569
  "links": []
@@ -106771,7 +108583,7 @@
106771
108583
  "id": "animation-frames",
106772
108584
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106773
108585
  "title": "Animation frames",
106774
- "number": "8.11"
108586
+ "number": "8.12"
106775
108587
  },
106776
108588
  "definedIn": "prose",
106777
108589
  "links": []
@@ -106791,7 +108603,7 @@
106791
108603
  "id": "animation-frames",
106792
108604
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106793
108605
  "title": "Animation frames",
106794
- "number": "8.11"
108606
+ "number": "8.12"
106795
108607
  },
106796
108608
  "definedIn": "prose",
106797
108609
  "links": []
@@ -106811,7 +108623,7 @@
106811
108623
  "id": "animation-frames",
106812
108624
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106813
108625
  "title": "Animation frames",
106814
- "number": "8.11"
108626
+ "number": "8.12"
106815
108627
  },
106816
108628
  "definedIn": "prose",
106817
108629
  "links": []
@@ -106833,7 +108645,7 @@
106833
108645
  "id": "animation-frames",
106834
108646
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106835
108647
  "title": "Animation frames",
106836
- "number": "8.11"
108648
+ "number": "8.12"
106837
108649
  },
106838
108650
  "definedIn": "prose",
106839
108651
  "links": []
@@ -106855,7 +108667,7 @@
106855
108667
  "id": "animation-frames",
106856
108668
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106857
108669
  "title": "Animation frames",
106858
- "number": "8.11"
108670
+ "number": "8.12"
106859
108671
  },
106860
108672
  "definedIn": "prose",
106861
108673
  "links": []
@@ -106875,7 +108687,7 @@
106875
108687
  "id": "animation-frames",
106876
108688
  "href": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames",
106877
108689
  "title": "Animation frames",
106878
- "number": "8.11"
108690
+ "number": "8.12"
106879
108691
  },
106880
108692
  "definedIn": "prose",
106881
108693
  "links": []
@@ -118044,8 +119856,8 @@
118044
119856
  "access": "public",
118045
119857
  "informative": false,
118046
119858
  "heading": {
118047
- "id": "introduction-16",
118048
- "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-16",
119859
+ "id": "introduction-17",
119860
+ "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-17",
118049
119861
  "title": "Introduction",
118050
119862
  "number": "15.1"
118051
119863
  },
@@ -118064,8 +119876,8 @@
118064
119876
  "access": "private",
118065
119877
  "informative": false,
118066
119878
  "heading": {
118067
- "id": "introduction-16",
118068
- "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-16",
119879
+ "id": "introduction-17",
119880
+ "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-17",
118069
119881
  "title": "Introduction",
118070
119882
  "number": "15.1"
118071
119883
  },
@@ -118084,8 +119896,8 @@
118084
119896
  "access": "private",
118085
119897
  "informative": false,
118086
119898
  "heading": {
118087
- "id": "introduction-16",
118088
- "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-16",
119899
+ "id": "introduction-17",
119900
+ "href": "https://html.spec.whatwg.org/multipage/rendering.html#introduction-17",
118089
119901
  "title": "Introduction",
118090
119902
  "number": "15.1"
118091
119903
  },