happy-dom 13.8.2 → 13.8.3

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.

Potentially problematic release.


This version of happy-dom might be problematic. Click here for more details.

Files changed (89) hide show
  1. package/cjs/config/HTMLElementConfig.cjs +714 -0
  2. package/cjs/config/HTMLElementConfig.cjs.map +1 -0
  3. package/cjs/config/HTMLElementConfig.d.ts +9 -0
  4. package/cjs/config/HTMLElementConfig.d.ts.map +1 -0
  5. package/cjs/config/HTMLElementConfigContentModelEnum.cjs +12 -0
  6. package/cjs/config/HTMLElementConfigContentModelEnum.cjs.map +1 -0
  7. package/cjs/config/HTMLElementConfigContentModelEnum.d.ts +9 -0
  8. package/cjs/config/HTMLElementConfigContentModelEnum.d.ts.map +1 -0
  9. package/cjs/config/IHTMLElementConfigEntity.cjs +3 -0
  10. package/cjs/config/IHTMLElementConfigEntity.cjs.map +1 -0
  11. package/cjs/config/IHTMLElementConfigEntity.d.ts +8 -0
  12. package/cjs/config/IHTMLElementConfigEntity.d.ts.map +1 -0
  13. package/cjs/nodes/document/Document.cjs +4 -2
  14. package/cjs/nodes/document/Document.cjs.map +1 -1
  15. package/cjs/nodes/document/Document.d.ts.map +1 -1
  16. package/cjs/version.cjs +1 -1
  17. package/cjs/xml-parser/XMLParser.cjs +33 -31
  18. package/cjs/xml-parser/XMLParser.cjs.map +1 -1
  19. package/cjs/xml-parser/XMLParser.d.ts +2 -0
  20. package/cjs/xml-parser/XMLParser.d.ts.map +1 -1
  21. package/cjs/xml-serializer/XMLSerializer.cjs +4 -2
  22. package/cjs/xml-serializer/XMLSerializer.cjs.map +1 -1
  23. package/cjs/xml-serializer/XMLSerializer.d.ts.map +1 -1
  24. package/lib/config/HTMLElementConfig.d.ts +9 -0
  25. package/lib/config/HTMLElementConfig.d.ts.map +1 -0
  26. package/lib/config/HTMLElementConfig.js +709 -0
  27. package/lib/config/HTMLElementConfig.js.map +1 -0
  28. package/lib/config/HTMLElementConfigContentModelEnum.d.ts +9 -0
  29. package/lib/config/HTMLElementConfigContentModelEnum.d.ts.map +1 -0
  30. package/lib/config/HTMLElementConfigContentModelEnum.js +10 -0
  31. package/lib/config/HTMLElementConfigContentModelEnum.js.map +1 -0
  32. package/lib/config/IHTMLElementConfigEntity.d.ts +8 -0
  33. package/lib/config/IHTMLElementConfigEntity.d.ts.map +1 -0
  34. package/lib/config/IHTMLElementConfigEntity.js +2 -0
  35. package/lib/config/IHTMLElementConfigEntity.js.map +1 -0
  36. package/lib/nodes/document/Document.d.ts.map +1 -1
  37. package/lib/nodes/document/Document.js +4 -2
  38. package/lib/nodes/document/Document.js.map +1 -1
  39. package/lib/version.js +1 -1
  40. package/lib/xml-parser/XMLParser.d.ts +2 -0
  41. package/lib/xml-parser/XMLParser.d.ts.map +1 -1
  42. package/lib/xml-parser/XMLParser.js +33 -31
  43. package/lib/xml-parser/XMLParser.js.map +1 -1
  44. package/lib/xml-serializer/XMLSerializer.d.ts.map +1 -1
  45. package/lib/xml-serializer/XMLSerializer.js +4 -2
  46. package/lib/xml-serializer/XMLSerializer.js.map +1 -1
  47. package/package.json +1 -1
  48. package/src/config/HTMLElementConfig.ts +710 -0
  49. package/src/config/HTMLElementConfigContentModelEnum.ts +9 -0
  50. package/src/config/IHTMLElementConfigEntity.ts +8 -0
  51. package/src/nodes/document/Document.ts +4 -2
  52. package/src/xml-parser/XMLParser.ts +38 -39
  53. package/src/xml-serializer/XMLSerializer.ts +4 -2
  54. package/cjs/config/HTMLElementLocalNameToClass.cjs +0 -122
  55. package/cjs/config/HTMLElementLocalNameToClass.cjs.map +0 -1
  56. package/cjs/config/HTMLElementLocalNameToClass.d.ts +0 -5
  57. package/cjs/config/HTMLElementLocalNameToClass.d.ts.map +0 -1
  58. package/cjs/config/HTMLElementPlainText.cjs +0 -7
  59. package/cjs/config/HTMLElementPlainText.cjs.map +0 -1
  60. package/cjs/config/HTMLElementPlainText.d.ts +0 -6
  61. package/cjs/config/HTMLElementPlainText.d.ts.map +0 -1
  62. package/cjs/config/HTMLElementUnnestable.cjs +0 -21
  63. package/cjs/config/HTMLElementUnnestable.cjs.map +0 -1
  64. package/cjs/config/HTMLElementUnnestable.d.ts +0 -20
  65. package/cjs/config/HTMLElementUnnestable.d.ts.map +0 -1
  66. package/cjs/config/HTMLElementVoid.cjs +0 -19
  67. package/cjs/config/HTMLElementVoid.cjs.map +0 -1
  68. package/cjs/config/HTMLElementVoid.d.ts +0 -18
  69. package/cjs/config/HTMLElementVoid.d.ts.map +0 -1
  70. package/lib/config/HTMLElementLocalNameToClass.d.ts +0 -5
  71. package/lib/config/HTMLElementLocalNameToClass.d.ts.map +0 -1
  72. package/lib/config/HTMLElementLocalNameToClass.js +0 -120
  73. package/lib/config/HTMLElementLocalNameToClass.js.map +0 -1
  74. package/lib/config/HTMLElementPlainText.d.ts +0 -6
  75. package/lib/config/HTMLElementPlainText.d.ts.map +0 -1
  76. package/lib/config/HTMLElementPlainText.js +0 -5
  77. package/lib/config/HTMLElementPlainText.js.map +0 -1
  78. package/lib/config/HTMLElementUnnestable.d.ts +0 -20
  79. package/lib/config/HTMLElementUnnestable.d.ts.map +0 -1
  80. package/lib/config/HTMLElementUnnestable.js +0 -19
  81. package/lib/config/HTMLElementUnnestable.js.map +0 -1
  82. package/lib/config/HTMLElementVoid.d.ts +0 -18
  83. package/lib/config/HTMLElementVoid.d.ts.map +0 -1
  84. package/lib/config/HTMLElementVoid.js +0 -17
  85. package/lib/config/HTMLElementVoid.js.map +0 -1
  86. package/src/config/HTMLElementLocalNameToClass.ts +0 -119
  87. package/src/config/HTMLElementPlainText.ts +0 -4
  88. package/src/config/HTMLElementUnnestable.ts +0 -18
  89. package/src/config/HTMLElementVoid.ts +0 -16
@@ -0,0 +1,709 @@
1
+ import HTMLElementConfigContentModelEnum from './HTMLElementConfigContentModelEnum.js';
2
+ /**
3
+ * @see https://html.spec.whatwg.org/multipage/indices.html
4
+ */
5
+ export default {
6
+ a: {
7
+ className: 'HTMLAnchorElement',
8
+ localName: 'a',
9
+ tagName: 'A',
10
+ contentModel: HTMLElementConfigContentModelEnum.noSelfDescendants
11
+ },
12
+ abbr: {
13
+ className: 'HTMLElement',
14
+ localName: 'abbr',
15
+ tagName: 'ABBR',
16
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
17
+ },
18
+ address: {
19
+ className: 'HTMLElement',
20
+ localName: 'address',
21
+ tagName: 'ADDRESS',
22
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
23
+ },
24
+ area: {
25
+ className: 'HTMLElement',
26
+ localName: 'area',
27
+ tagName: 'AREA',
28
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
29
+ },
30
+ article: {
31
+ className: 'HTMLElement',
32
+ localName: 'article',
33
+ tagName: 'ARTICLE',
34
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
35
+ },
36
+ aside: {
37
+ className: 'HTMLElement',
38
+ localName: 'aside',
39
+ tagName: 'ASIDE',
40
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
41
+ },
42
+ audio: {
43
+ className: 'HTMLAudioElement',
44
+ localName: 'audio',
45
+ tagName: 'AUDIO',
46
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
47
+ },
48
+ b: {
49
+ className: 'HTMLElement',
50
+ localName: 'b',
51
+ tagName: 'B',
52
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
53
+ },
54
+ base: {
55
+ className: 'HTMLBaseElement',
56
+ localName: 'base',
57
+ tagName: 'BASE',
58
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
59
+ },
60
+ bdi: {
61
+ className: 'HTMLElement',
62
+ localName: 'bdi',
63
+ tagName: 'BDI',
64
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
65
+ },
66
+ bdo: {
67
+ className: 'HTMLElement',
68
+ localName: 'bdo',
69
+ tagName: 'BDO',
70
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
71
+ },
72
+ blockquaote: {
73
+ className: 'HTMLElement',
74
+ localName: 'blockquaote',
75
+ tagName: 'BLOCKQUAOTE',
76
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
77
+ },
78
+ body: {
79
+ className: 'HTMLElement',
80
+ localName: 'body',
81
+ tagName: 'BODY',
82
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
83
+ },
84
+ template: {
85
+ className: 'HTMLTemplateElement',
86
+ localName: 'template',
87
+ tagName: 'TEMPLATE',
88
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
89
+ },
90
+ form: {
91
+ className: 'HTMLFormElement',
92
+ localName: 'form',
93
+ tagName: 'FORM',
94
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
95
+ },
96
+ input: {
97
+ className: 'HTMLInputElement',
98
+ localName: 'input',
99
+ tagName: 'INPUT',
100
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
101
+ },
102
+ textarea: {
103
+ className: 'HTMLTextAreaElement',
104
+ localName: 'textarea',
105
+ tagName: 'TEXTAREA',
106
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
107
+ },
108
+ script: {
109
+ className: 'HTMLScriptElement',
110
+ localName: 'script',
111
+ tagName: 'SCRIPT',
112
+ contentModel: HTMLElementConfigContentModelEnum.rawText
113
+ },
114
+ img: {
115
+ className: 'HTMLImageElement',
116
+ localName: 'img',
117
+ tagName: 'IMG',
118
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
119
+ },
120
+ link: {
121
+ className: 'HTMLLinkElement',
122
+ localName: 'link',
123
+ tagName: 'LINK',
124
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
125
+ },
126
+ style: {
127
+ className: 'HTMLStyleElement',
128
+ localName: 'style',
129
+ tagName: 'STYLE',
130
+ contentModel: HTMLElementConfigContentModelEnum.rawText
131
+ },
132
+ label: {
133
+ className: 'HTMLLabelElement',
134
+ localName: 'label',
135
+ tagName: 'LABEL',
136
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
137
+ },
138
+ slot: {
139
+ className: 'HTMLSlotElement',
140
+ localName: 'slot',
141
+ tagName: 'SLOT',
142
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
143
+ },
144
+ meta: {
145
+ className: 'HTMLMetaElement',
146
+ localName: 'meta',
147
+ tagName: 'META',
148
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
149
+ },
150
+ blockquote: {
151
+ className: 'HTMLElement',
152
+ localName: 'blockquote',
153
+ tagName: 'BLOCKQUOTE',
154
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
155
+ },
156
+ br: {
157
+ className: 'HTMLElement',
158
+ localName: 'br',
159
+ tagName: 'BR',
160
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
161
+ },
162
+ button: {
163
+ className: 'HTMLButtonElement',
164
+ localName: 'button',
165
+ tagName: 'BUTTON',
166
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
167
+ },
168
+ canvas: {
169
+ className: 'HTMLElement',
170
+ localName: 'canvas',
171
+ tagName: 'CANVAS',
172
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
173
+ },
174
+ caption: {
175
+ className: 'HTMLElement',
176
+ localName: 'caption',
177
+ tagName: 'CAPTION',
178
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
179
+ },
180
+ cite: {
181
+ className: 'HTMLElement',
182
+ localName: 'cite',
183
+ tagName: 'CITE',
184
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
185
+ },
186
+ code: {
187
+ className: 'HTMLElement',
188
+ localName: 'code',
189
+ tagName: 'CODE',
190
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
191
+ },
192
+ col: {
193
+ className: 'HTMLElement',
194
+ localName: 'col',
195
+ tagName: 'COL',
196
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
197
+ },
198
+ colgroup: {
199
+ className: 'HTMLElement',
200
+ localName: 'colgroup',
201
+ tagName: 'COLGROUP',
202
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
203
+ },
204
+ data: {
205
+ className: 'HTMLElement',
206
+ localName: 'data',
207
+ tagName: 'DATA',
208
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
209
+ },
210
+ datalist: {
211
+ className: 'HTMLElement',
212
+ localName: 'datalist',
213
+ tagName: 'DATALIST',
214
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
215
+ },
216
+ dd: {
217
+ className: 'HTMLElement',
218
+ localName: 'dd',
219
+ tagName: 'DD',
220
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
221
+ },
222
+ del: {
223
+ className: 'HTMLElement',
224
+ localName: 'del',
225
+ tagName: 'DEL',
226
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
227
+ },
228
+ details: {
229
+ className: 'HTMLElement',
230
+ localName: 'details',
231
+ tagName: 'DETAILS',
232
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
233
+ },
234
+ dfn: {
235
+ className: 'HTMLElement',
236
+ localName: 'dfn',
237
+ tagName: 'DFN',
238
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
239
+ },
240
+ dialog: {
241
+ className: 'HTMLDialogElement',
242
+ localName: 'dialog',
243
+ tagName: 'DIALOG',
244
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
245
+ },
246
+ div: {
247
+ className: 'HTMLElement',
248
+ localName: 'div',
249
+ tagName: 'DIV',
250
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
251
+ },
252
+ dl: {
253
+ className: 'HTMLElement',
254
+ localName: 'dl',
255
+ tagName: 'DL',
256
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
257
+ },
258
+ dt: {
259
+ className: 'HTMLElement',
260
+ localName: 'dt',
261
+ tagName: 'DT',
262
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
263
+ },
264
+ em: {
265
+ className: 'HTMLElement',
266
+ localName: 'em',
267
+ tagName: 'EM',
268
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
269
+ },
270
+ embed: {
271
+ className: 'HTMLElement',
272
+ localName: 'embed',
273
+ tagName: 'EMBED',
274
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
275
+ },
276
+ fieldset: {
277
+ className: 'HTMLElement',
278
+ localName: 'fieldset',
279
+ tagName: 'FIELDSET',
280
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
281
+ },
282
+ figcaption: {
283
+ className: 'HTMLElement',
284
+ localName: 'figcaption',
285
+ tagName: 'FIGCAPTION',
286
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
287
+ },
288
+ figure: {
289
+ className: 'HTMLElement',
290
+ localName: 'figure',
291
+ tagName: 'FIGURE',
292
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
293
+ },
294
+ footer: {
295
+ className: 'HTMLElement',
296
+ localName: 'footer',
297
+ tagName: 'FOOTER',
298
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
299
+ },
300
+ h1: {
301
+ className: 'HTMLElement',
302
+ localName: 'h1',
303
+ tagName: 'H1',
304
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
305
+ },
306
+ h2: {
307
+ className: 'HTMLElement',
308
+ localName: 'h2',
309
+ tagName: 'H2',
310
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
311
+ },
312
+ h3: {
313
+ className: 'HTMLElement',
314
+ localName: 'h3',
315
+ tagName: 'H3',
316
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
317
+ },
318
+ h4: {
319
+ className: 'HTMLElement',
320
+ localName: 'h4',
321
+ tagName: 'H4',
322
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
323
+ },
324
+ h5: {
325
+ className: 'HTMLElement',
326
+ localName: 'h5',
327
+ tagName: 'H5',
328
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
329
+ },
330
+ h6: {
331
+ className: 'HTMLElement',
332
+ localName: 'h6',
333
+ tagName: 'H6',
334
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
335
+ },
336
+ head: {
337
+ className: 'HTMLElement',
338
+ localName: 'head',
339
+ tagName: 'HEAD',
340
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
341
+ },
342
+ header: {
343
+ className: 'HTMLElement',
344
+ localName: 'header',
345
+ tagName: 'HEADER',
346
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
347
+ },
348
+ hgroup: {
349
+ className: 'HTMLElement',
350
+ localName: 'hgroup',
351
+ tagName: 'HGROUP',
352
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
353
+ },
354
+ hr: {
355
+ className: 'HTMLElement',
356
+ localName: 'hr',
357
+ tagName: 'HR',
358
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
359
+ },
360
+ html: {
361
+ className: 'HTMLElement',
362
+ localName: 'html',
363
+ tagName: 'HTML',
364
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
365
+ },
366
+ i: {
367
+ className: 'HTMLElement',
368
+ localName: 'i',
369
+ tagName: 'I',
370
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
371
+ },
372
+ iframe: {
373
+ className: 'HTMLIFrameElement',
374
+ localName: 'iframe',
375
+ tagName: 'IFRAME',
376
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
377
+ },
378
+ ins: {
379
+ className: 'HTMLElement',
380
+ localName: 'ins',
381
+ tagName: 'INS',
382
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
383
+ },
384
+ kbd: {
385
+ className: 'HTMLElement',
386
+ localName: 'kbd',
387
+ tagName: 'KBD',
388
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
389
+ },
390
+ legend: {
391
+ className: 'HTMLElement',
392
+ localName: 'legend',
393
+ tagName: 'LEGEND',
394
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
395
+ },
396
+ li: {
397
+ className: 'HTMLElement',
398
+ localName: 'li',
399
+ tagName: 'LI',
400
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
401
+ },
402
+ main: {
403
+ className: 'HTMLElement',
404
+ localName: 'main',
405
+ tagName: 'MAIN',
406
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
407
+ },
408
+ map: {
409
+ className: 'HTMLElement',
410
+ localName: 'map',
411
+ tagName: 'MAP',
412
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
413
+ },
414
+ mark: {
415
+ className: 'HTMLElement',
416
+ localName: 'mark',
417
+ tagName: 'MARK',
418
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
419
+ },
420
+ math: {
421
+ className: 'HTMLElement',
422
+ localName: 'math',
423
+ tagName: 'MATH',
424
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
425
+ },
426
+ menu: {
427
+ className: 'HTMLElement',
428
+ localName: 'menu',
429
+ tagName: 'MENU',
430
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
431
+ },
432
+ menuitem: {
433
+ className: 'HTMLElement',
434
+ localName: 'menuitem',
435
+ tagName: 'MENUITEM',
436
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
437
+ },
438
+ meter: {
439
+ className: 'HTMLElement',
440
+ localName: 'meter',
441
+ tagName: 'METER',
442
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
443
+ },
444
+ nav: {
445
+ className: 'HTMLElement',
446
+ localName: 'nav',
447
+ tagName: 'NAV',
448
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
449
+ },
450
+ noscript: {
451
+ className: 'HTMLElement',
452
+ localName: 'noscript',
453
+ tagName: 'NOSCRIPT',
454
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
455
+ },
456
+ object: {
457
+ className: 'HTMLElement',
458
+ localName: 'object',
459
+ tagName: 'OBJECT',
460
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
461
+ },
462
+ ol: {
463
+ className: 'HTMLElement',
464
+ localName: 'ol',
465
+ tagName: 'OL',
466
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
467
+ },
468
+ optgroup: {
469
+ className: 'HTMLOptGroupElement',
470
+ localName: 'optgroup',
471
+ tagName: 'OPTGROUP',
472
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
473
+ },
474
+ option: {
475
+ className: 'HTMLOptionElement',
476
+ localName: 'option',
477
+ tagName: 'OPTION',
478
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
479
+ },
480
+ output: {
481
+ className: 'HTMLElement',
482
+ localName: 'output',
483
+ tagName: 'OUTPUT',
484
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
485
+ },
486
+ p: {
487
+ className: 'HTMLElement',
488
+ localName: 'p',
489
+ tagName: 'P',
490
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
491
+ },
492
+ param: {
493
+ className: 'HTMLElement',
494
+ localName: 'param',
495
+ tagName: 'PARAM',
496
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
497
+ },
498
+ picture: {
499
+ className: 'HTMLElement',
500
+ localName: 'picture',
501
+ tagName: 'PICTURE',
502
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
503
+ },
504
+ pre: {
505
+ className: 'HTMLElement',
506
+ localName: 'pre',
507
+ tagName: 'PRE',
508
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
509
+ },
510
+ progress: {
511
+ className: 'HTMLElement',
512
+ localName: 'progress',
513
+ tagName: 'PROGRESS',
514
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
515
+ },
516
+ q: {
517
+ className: 'HTMLElement',
518
+ localName: 'q',
519
+ tagName: 'Q',
520
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
521
+ },
522
+ rb: {
523
+ className: 'HTMLElement',
524
+ localName: 'rb',
525
+ tagName: 'RB',
526
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
527
+ },
528
+ rp: {
529
+ className: 'HTMLElement',
530
+ localName: 'rp',
531
+ tagName: 'RP',
532
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
533
+ },
534
+ rt: {
535
+ className: 'HTMLElement',
536
+ localName: 'rt',
537
+ tagName: 'RT',
538
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
539
+ },
540
+ rtc: {
541
+ className: 'HTMLElement',
542
+ localName: 'rtc',
543
+ tagName: 'RTC',
544
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
545
+ },
546
+ ruby: {
547
+ className: 'HTMLElement',
548
+ localName: 'ruby',
549
+ tagName: 'RUBY',
550
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
551
+ },
552
+ s: {
553
+ className: 'HTMLElement',
554
+ localName: 's',
555
+ tagName: 'S',
556
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
557
+ },
558
+ samp: {
559
+ className: 'HTMLElement',
560
+ localName: 'samp',
561
+ tagName: 'SAMP',
562
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
563
+ },
564
+ section: {
565
+ className: 'HTMLElement',
566
+ localName: 'section',
567
+ tagName: 'SECTION',
568
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
569
+ },
570
+ select: {
571
+ className: 'HTMLSelectElement',
572
+ localName: 'select',
573
+ tagName: 'SELECT',
574
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
575
+ },
576
+ small: {
577
+ className: 'HTMLElement',
578
+ localName: 'small',
579
+ tagName: 'SMALL',
580
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
581
+ },
582
+ source: {
583
+ className: 'HTMLElement',
584
+ localName: 'source',
585
+ tagName: 'SOURCE',
586
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
587
+ },
588
+ span: {
589
+ className: 'HTMLElement',
590
+ localName: 'span',
591
+ tagName: 'SPAN',
592
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
593
+ },
594
+ strong: {
595
+ className: 'HTMLElement',
596
+ localName: 'strong',
597
+ tagName: 'STRONG',
598
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
599
+ },
600
+ sub: {
601
+ className: 'HTMLElement',
602
+ localName: 'sub',
603
+ tagName: 'SUB',
604
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
605
+ },
606
+ summary: {
607
+ className: 'HTMLElement',
608
+ localName: 'summary',
609
+ tagName: 'SUMMARY',
610
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
611
+ },
612
+ sup: {
613
+ className: 'HTMLElement',
614
+ localName: 'sup',
615
+ tagName: 'SUP',
616
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
617
+ },
618
+ table: {
619
+ className: 'HTMLElement',
620
+ localName: 'table',
621
+ tagName: 'TABLE',
622
+ contentModel: HTMLElementConfigContentModelEnum.noFirsLevelSelfDescendants
623
+ },
624
+ tbody: {
625
+ className: 'HTMLElement',
626
+ localName: 'tbody',
627
+ tagName: 'TBODY',
628
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
629
+ },
630
+ td: {
631
+ className: 'HTMLElement',
632
+ localName: 'td',
633
+ tagName: 'TD',
634
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
635
+ },
636
+ tfoot: {
637
+ className: 'HTMLElement',
638
+ localName: 'tfoot',
639
+ tagName: 'TFOOT',
640
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
641
+ },
642
+ th: {
643
+ className: 'HTMLElement',
644
+ localName: 'th',
645
+ tagName: 'TH',
646
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
647
+ },
648
+ thead: {
649
+ className: 'HTMLElement',
650
+ localName: 'thead',
651
+ tagName: 'THEAD',
652
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
653
+ },
654
+ time: {
655
+ className: 'HTMLElement',
656
+ localName: 'time',
657
+ tagName: 'TIME',
658
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
659
+ },
660
+ title: {
661
+ className: 'HTMLElement',
662
+ localName: 'title',
663
+ tagName: 'TITLE',
664
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
665
+ },
666
+ tr: {
667
+ className: 'HTMLElement',
668
+ localName: 'tr',
669
+ tagName: 'TR',
670
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
671
+ },
672
+ track: {
673
+ className: 'HTMLElement',
674
+ localName: 'track',
675
+ tagName: 'TRACK',
676
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
677
+ },
678
+ u: {
679
+ className: 'HTMLElement',
680
+ localName: 'u',
681
+ tagName: 'U',
682
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
683
+ },
684
+ ul: {
685
+ className: 'HTMLElement',
686
+ localName: 'ul',
687
+ tagName: 'UL',
688
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
689
+ },
690
+ var: {
691
+ className: 'HTMLElement',
692
+ localName: 'var',
693
+ tagName: 'VAR',
694
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
695
+ },
696
+ video: {
697
+ className: 'HTMLVideoElement',
698
+ localName: 'video',
699
+ tagName: 'VIDEO',
700
+ contentModel: HTMLElementConfigContentModelEnum.anyDescendants
701
+ },
702
+ wbr: {
703
+ className: 'HTMLElement',
704
+ localName: 'wbr',
705
+ tagName: 'WBR',
706
+ contentModel: HTMLElementConfigContentModelEnum.noDescendants
707
+ }
708
+ };
709
+ //# sourceMappingURL=HTMLElementConfig.js.map