@shgysk8zer0/polyfills 0.3.0 → 0.3.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.
- package/CHANGELOG.md +19 -0
- package/README.md +1 -1
- package/all.min.js +14 -14
- package/all.min.js.map +1 -1
- package/array.js +336 -234
- package/assets/SanitizerConfigW3C.js +215 -631
- package/assets/sanitizerUtils.js +17 -4
- package/element.js +117 -0
- package/iterator.js +39 -0
- package/math.js +61 -56
- package/package.json +1 -1
- package/popover.css +25 -0
- package/popover.js +118 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @copyright 2023 Chris Zuber <admin@kernvalley.us>
|
|
2
|
+
* @copyright 2023-2024 Chris Zuber <admin@kernvalley.us>
|
|
3
3
|
* @see https://wicg.github.io/sanitizer-api/#default-configuration-dictionary
|
|
4
4
|
*/
|
|
5
5
|
export const SanitizerConfigW3C = JSON.parse(`{
|
|
@@ -125,636 +125,220 @@ export const SanitizerConfigW3C = JSON.parse(`{
|
|
|
125
125
|
"wbr"
|
|
126
126
|
],
|
|
127
127
|
"allowAttributes": {
|
|
128
|
-
"abbr": [
|
|
129
|
-
|
|
130
|
-
],
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
],
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
],
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
],
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
],
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
],
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
],
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
],
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
],
|
|
155
|
-
"
|
|
156
|
-
|
|
157
|
-
],
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
],
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
],
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
],
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
],
|
|
170
|
-
"
|
|
171
|
-
|
|
172
|
-
],
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
],
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
],
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
],
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
],
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
],
|
|
188
|
-
"
|
|
189
|
-
|
|
190
|
-
],
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
],
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
],
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
],
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
],
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
],
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
],
|
|
209
|
-
"
|
|
210
|
-
|
|
211
|
-
],
|
|
212
|
-
"
|
|
213
|
-
|
|
214
|
-
],
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
],
|
|
218
|
-
"
|
|
219
|
-
|
|
220
|
-
],
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
],
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
],
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
],
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
],
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
],
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
],
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
],
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
],
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
],
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
],
|
|
251
|
-
"
|
|
252
|
-
|
|
253
|
-
],
|
|
254
|
-
"
|
|
255
|
-
|
|
256
|
-
],
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
],
|
|
260
|
-
"
|
|
261
|
-
|
|
262
|
-
],
|
|
263
|
-
"
|
|
264
|
-
|
|
265
|
-
],
|
|
266
|
-
"
|
|
267
|
-
|
|
268
|
-
],
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
],
|
|
272
|
-
"
|
|
273
|
-
|
|
274
|
-
],
|
|
275
|
-
"
|
|
276
|
-
|
|
277
|
-
],
|
|
278
|
-
"
|
|
279
|
-
|
|
280
|
-
],
|
|
281
|
-
"
|
|
282
|
-
|
|
283
|
-
],
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
],
|
|
287
|
-
"
|
|
288
|
-
|
|
289
|
-
],
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
],
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
],
|
|
296
|
-
"
|
|
297
|
-
|
|
298
|
-
],
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
],
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
],
|
|
305
|
-
"
|
|
306
|
-
|
|
307
|
-
],
|
|
308
|
-
"
|
|
309
|
-
|
|
310
|
-
],
|
|
311
|
-
"
|
|
312
|
-
|
|
313
|
-
],
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
],
|
|
317
|
-
"
|
|
318
|
-
|
|
319
|
-
],
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
],
|
|
323
|
-
"
|
|
324
|
-
|
|
325
|
-
],
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
],
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
],
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
],
|
|
335
|
-
"
|
|
336
|
-
|
|
337
|
-
],
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
],
|
|
341
|
-
"
|
|
342
|
-
"*"
|
|
343
|
-
],
|
|
344
|
-
"event": [
|
|
345
|
-
"*"
|
|
346
|
-
],
|
|
347
|
-
"exportparts": [
|
|
348
|
-
"*"
|
|
349
|
-
],
|
|
350
|
-
"face": [
|
|
351
|
-
"*"
|
|
352
|
-
],
|
|
353
|
-
"for": [
|
|
354
|
-
"*"
|
|
355
|
-
],
|
|
356
|
-
"form": [
|
|
357
|
-
"*"
|
|
358
|
-
],
|
|
359
|
-
"formaction": [
|
|
360
|
-
"*"
|
|
361
|
-
],
|
|
362
|
-
"formenctype": [
|
|
363
|
-
"*"
|
|
364
|
-
],
|
|
365
|
-
"formmethod": [
|
|
366
|
-
"*"
|
|
367
|
-
],
|
|
368
|
-
"formnovalidate": [
|
|
369
|
-
"*"
|
|
370
|
-
],
|
|
371
|
-
"formtarget": [
|
|
372
|
-
"*"
|
|
373
|
-
],
|
|
374
|
-
"frame": [
|
|
375
|
-
"*"
|
|
376
|
-
],
|
|
377
|
-
"frameborder": [
|
|
378
|
-
"*"
|
|
379
|
-
],
|
|
380
|
-
"headers": [
|
|
381
|
-
"*"
|
|
382
|
-
],
|
|
383
|
-
"height": [
|
|
384
|
-
"*"
|
|
385
|
-
],
|
|
386
|
-
"hidden": [
|
|
387
|
-
"*"
|
|
388
|
-
],
|
|
389
|
-
"high": [
|
|
390
|
-
"*"
|
|
391
|
-
],
|
|
392
|
-
"href": [
|
|
393
|
-
"*"
|
|
394
|
-
],
|
|
395
|
-
"hreflang": [
|
|
396
|
-
"*"
|
|
397
|
-
],
|
|
398
|
-
"hreftranslate": [
|
|
399
|
-
"*"
|
|
400
|
-
],
|
|
401
|
-
"hspace": [
|
|
402
|
-
"*"
|
|
403
|
-
],
|
|
404
|
-
"http-equiv": [
|
|
405
|
-
"*"
|
|
406
|
-
],
|
|
407
|
-
"id": [
|
|
408
|
-
"*"
|
|
409
|
-
],
|
|
410
|
-
"imagesizes": [
|
|
411
|
-
"*"
|
|
412
|
-
],
|
|
413
|
-
"imagesrcset": [
|
|
414
|
-
"*"
|
|
415
|
-
],
|
|
416
|
-
"importance": [
|
|
417
|
-
"*"
|
|
418
|
-
],
|
|
419
|
-
"impressiondata": [
|
|
420
|
-
"*"
|
|
421
|
-
],
|
|
422
|
-
"impressionexpiry": [
|
|
423
|
-
"*"
|
|
424
|
-
],
|
|
425
|
-
"incremental": [
|
|
426
|
-
"*"
|
|
427
|
-
],
|
|
428
|
-
"inert": [
|
|
429
|
-
"*"
|
|
430
|
-
],
|
|
431
|
-
"inputmode": [
|
|
432
|
-
"*"
|
|
433
|
-
],
|
|
434
|
-
"integrity": [
|
|
435
|
-
"*"
|
|
436
|
-
],
|
|
437
|
-
"invisible": [
|
|
438
|
-
"*"
|
|
439
|
-
],
|
|
440
|
-
"is": [
|
|
441
|
-
"*"
|
|
442
|
-
],
|
|
443
|
-
"ismap": [
|
|
444
|
-
"*"
|
|
445
|
-
],
|
|
446
|
-
"keytype": [
|
|
447
|
-
"*"
|
|
448
|
-
],
|
|
449
|
-
"kind": [
|
|
450
|
-
"*"
|
|
451
|
-
],
|
|
452
|
-
"label": [
|
|
453
|
-
"*"
|
|
454
|
-
],
|
|
455
|
-
"lang": [
|
|
456
|
-
"*"
|
|
457
|
-
],
|
|
458
|
-
"language": [
|
|
459
|
-
"*"
|
|
460
|
-
],
|
|
461
|
-
"latencyhint": [
|
|
462
|
-
"*"
|
|
463
|
-
],
|
|
464
|
-
"leftmargin": [
|
|
465
|
-
"*"
|
|
466
|
-
],
|
|
467
|
-
"link": [
|
|
468
|
-
"*"
|
|
469
|
-
],
|
|
470
|
-
"list": [
|
|
471
|
-
"*"
|
|
472
|
-
],
|
|
473
|
-
"loading": [
|
|
474
|
-
"*"
|
|
475
|
-
],
|
|
476
|
-
"longdesc": [
|
|
477
|
-
"*"
|
|
478
|
-
],
|
|
479
|
-
"loop": [
|
|
480
|
-
"*"
|
|
481
|
-
],
|
|
482
|
-
"low": [
|
|
483
|
-
"*"
|
|
484
|
-
],
|
|
485
|
-
"lowsrc": [
|
|
486
|
-
"*"
|
|
487
|
-
],
|
|
488
|
-
"manifest": [
|
|
489
|
-
"*"
|
|
490
|
-
],
|
|
491
|
-
"marginheight": [
|
|
492
|
-
"*"
|
|
493
|
-
],
|
|
494
|
-
"marginwidth": [
|
|
495
|
-
"*"
|
|
496
|
-
],
|
|
497
|
-
"max": [
|
|
498
|
-
"*"
|
|
499
|
-
],
|
|
500
|
-
"maxlength": [
|
|
501
|
-
"*"
|
|
502
|
-
],
|
|
503
|
-
"mayscript": [
|
|
504
|
-
"*"
|
|
505
|
-
],
|
|
506
|
-
"media": [
|
|
507
|
-
"*"
|
|
508
|
-
],
|
|
509
|
-
"method": [
|
|
510
|
-
"*"
|
|
511
|
-
],
|
|
512
|
-
"min": [
|
|
513
|
-
"*"
|
|
514
|
-
],
|
|
515
|
-
"minlength": [
|
|
516
|
-
"*"
|
|
517
|
-
],
|
|
518
|
-
"multiple": [
|
|
519
|
-
"*"
|
|
520
|
-
],
|
|
521
|
-
"muted": [
|
|
522
|
-
"*"
|
|
523
|
-
],
|
|
524
|
-
"name": [
|
|
525
|
-
"*"
|
|
526
|
-
],
|
|
527
|
-
"nohref": [
|
|
528
|
-
"*"
|
|
529
|
-
],
|
|
530
|
-
"nomodule": [
|
|
531
|
-
"*"
|
|
532
|
-
],
|
|
533
|
-
"nonce": [
|
|
534
|
-
"*"
|
|
535
|
-
],
|
|
536
|
-
"noresize": [
|
|
537
|
-
"*"
|
|
538
|
-
],
|
|
539
|
-
"noshade": [
|
|
540
|
-
"*"
|
|
541
|
-
],
|
|
542
|
-
"novalidate": [
|
|
543
|
-
"*"
|
|
544
|
-
],
|
|
545
|
-
"nowrap": [
|
|
546
|
-
"*"
|
|
547
|
-
],
|
|
548
|
-
"object": [
|
|
549
|
-
"*"
|
|
550
|
-
],
|
|
551
|
-
"open": [
|
|
552
|
-
"*"
|
|
553
|
-
],
|
|
554
|
-
"optimum": [
|
|
555
|
-
"*"
|
|
556
|
-
],
|
|
557
|
-
"part": [
|
|
558
|
-
"*"
|
|
559
|
-
],
|
|
560
|
-
"pattern": [
|
|
561
|
-
"*"
|
|
562
|
-
],
|
|
563
|
-
"ping": [
|
|
564
|
-
"*"
|
|
565
|
-
],
|
|
566
|
-
"placeholder": [
|
|
567
|
-
"*"
|
|
568
|
-
],
|
|
569
|
-
"playsinline": [
|
|
570
|
-
"*"
|
|
571
|
-
],
|
|
572
|
-
"policy": [
|
|
573
|
-
"*"
|
|
574
|
-
],
|
|
575
|
-
"poster": [
|
|
576
|
-
"*"
|
|
577
|
-
],
|
|
578
|
-
"preload": [
|
|
579
|
-
"*"
|
|
580
|
-
],
|
|
581
|
-
"pseudo": [
|
|
582
|
-
"*"
|
|
583
|
-
],
|
|
584
|
-
"readonly": [
|
|
585
|
-
"*"
|
|
586
|
-
],
|
|
587
|
-
"referrerpolicy": [
|
|
588
|
-
"*"
|
|
589
|
-
],
|
|
590
|
-
"rel": [
|
|
591
|
-
"*"
|
|
592
|
-
],
|
|
593
|
-
"reportingorigin": [
|
|
594
|
-
"*"
|
|
595
|
-
],
|
|
596
|
-
"required": [
|
|
597
|
-
"*"
|
|
598
|
-
],
|
|
599
|
-
"resources": [
|
|
600
|
-
"*"
|
|
601
|
-
],
|
|
602
|
-
"rev": [
|
|
603
|
-
"*"
|
|
604
|
-
],
|
|
605
|
-
"reversed": [
|
|
606
|
-
"*"
|
|
607
|
-
],
|
|
608
|
-
"role": [
|
|
609
|
-
"*"
|
|
610
|
-
],
|
|
611
|
-
"rows": [
|
|
612
|
-
"*"
|
|
613
|
-
],
|
|
614
|
-
"rowspan": [
|
|
615
|
-
"*"
|
|
616
|
-
],
|
|
617
|
-
"rules": [
|
|
618
|
-
"*"
|
|
619
|
-
],
|
|
620
|
-
"sandbox": [
|
|
621
|
-
"*"
|
|
622
|
-
],
|
|
623
|
-
"scheme": [
|
|
624
|
-
"*"
|
|
625
|
-
],
|
|
626
|
-
"scope": [
|
|
627
|
-
"*"
|
|
628
|
-
],
|
|
629
|
-
"scopes": [
|
|
630
|
-
"*"
|
|
631
|
-
],
|
|
632
|
-
"scrollamount": [
|
|
633
|
-
"*"
|
|
634
|
-
],
|
|
635
|
-
"scrolldelay": [
|
|
636
|
-
"*"
|
|
637
|
-
],
|
|
638
|
-
"scrolling": [
|
|
639
|
-
"*"
|
|
640
|
-
],
|
|
641
|
-
"select": [
|
|
642
|
-
"*"
|
|
643
|
-
],
|
|
644
|
-
"selected": [
|
|
645
|
-
"*"
|
|
646
|
-
],
|
|
647
|
-
"shadowroot": [
|
|
648
|
-
"*"
|
|
649
|
-
],
|
|
650
|
-
"shadowrootdelegatesfocus": [
|
|
651
|
-
"*"
|
|
652
|
-
],
|
|
653
|
-
"shape": [
|
|
654
|
-
"*"
|
|
655
|
-
],
|
|
656
|
-
"size": [
|
|
657
|
-
"*"
|
|
658
|
-
],
|
|
659
|
-
"sizes": [
|
|
660
|
-
"*"
|
|
661
|
-
],
|
|
662
|
-
"slot": [
|
|
663
|
-
"*"
|
|
664
|
-
],
|
|
665
|
-
"span": [
|
|
666
|
-
"*"
|
|
667
|
-
],
|
|
668
|
-
"spellcheck": [
|
|
669
|
-
"*"
|
|
670
|
-
],
|
|
671
|
-
"src": [
|
|
672
|
-
"*"
|
|
673
|
-
],
|
|
674
|
-
"srcdoc": [
|
|
675
|
-
"*"
|
|
676
|
-
],
|
|
677
|
-
"srclang": [
|
|
678
|
-
"*"
|
|
679
|
-
],
|
|
680
|
-
"srcset": [
|
|
681
|
-
"*"
|
|
682
|
-
],
|
|
683
|
-
"standby": [
|
|
684
|
-
"*"
|
|
685
|
-
],
|
|
686
|
-
"start": [
|
|
687
|
-
"*"
|
|
688
|
-
],
|
|
689
|
-
"step": [
|
|
690
|
-
"*"
|
|
691
|
-
],
|
|
692
|
-
"style": [
|
|
693
|
-
"*"
|
|
694
|
-
],
|
|
695
|
-
"summary": [
|
|
696
|
-
"*"
|
|
697
|
-
],
|
|
698
|
-
"tabindex": [
|
|
699
|
-
"*"
|
|
700
|
-
],
|
|
701
|
-
"target": [
|
|
702
|
-
"*"
|
|
703
|
-
],
|
|
704
|
-
"text": [
|
|
705
|
-
"*"
|
|
706
|
-
],
|
|
707
|
-
"title": [
|
|
708
|
-
"*"
|
|
709
|
-
],
|
|
710
|
-
"topmargin": [
|
|
711
|
-
"*"
|
|
712
|
-
],
|
|
713
|
-
"translate": [
|
|
714
|
-
"*"
|
|
715
|
-
],
|
|
716
|
-
"truespeed": [
|
|
717
|
-
"*"
|
|
718
|
-
],
|
|
719
|
-
"trusttoken": [
|
|
720
|
-
"*"
|
|
721
|
-
],
|
|
722
|
-
"type": [
|
|
723
|
-
"*"
|
|
724
|
-
],
|
|
725
|
-
"usemap": [
|
|
726
|
-
"*"
|
|
727
|
-
],
|
|
728
|
-
"valign": [
|
|
729
|
-
"*"
|
|
730
|
-
],
|
|
731
|
-
"value": [
|
|
732
|
-
"*"
|
|
733
|
-
],
|
|
734
|
-
"valuetype": [
|
|
735
|
-
"*"
|
|
736
|
-
],
|
|
737
|
-
"version": [
|
|
738
|
-
"*"
|
|
739
|
-
],
|
|
740
|
-
"virtualkeyboardpolicy": [
|
|
741
|
-
"*"
|
|
742
|
-
],
|
|
743
|
-
"vlink": [
|
|
744
|
-
"*"
|
|
745
|
-
],
|
|
746
|
-
"vspace": [
|
|
747
|
-
"*"
|
|
748
|
-
],
|
|
749
|
-
"webkitdirectory": [
|
|
750
|
-
"*"
|
|
751
|
-
],
|
|
752
|
-
"width": [
|
|
753
|
-
"*"
|
|
754
|
-
],
|
|
755
|
-
"wrap": [
|
|
756
|
-
"*"
|
|
757
|
-
]
|
|
128
|
+
"abbr": ["*"],
|
|
129
|
+
"accept": ["*"],
|
|
130
|
+
"accept-charset": ["*"],
|
|
131
|
+
"accesskey": ["*"],
|
|
132
|
+
"action": ["*"],
|
|
133
|
+
"align": ["*"],
|
|
134
|
+
"alink": ["*"],
|
|
135
|
+
"allow": ["*"],
|
|
136
|
+
"allowfullscreen": ["*"],
|
|
137
|
+
"alt": ["*"],
|
|
138
|
+
"anchor": ["*"],
|
|
139
|
+
"archive": ["*"],
|
|
140
|
+
"as": ["*"],
|
|
141
|
+
"async": ["*"],
|
|
142
|
+
"autocapitalize": ["*"],
|
|
143
|
+
"autocomplete": ["*"],
|
|
144
|
+
"autocorrect": ["*"],
|
|
145
|
+
"autofocus": ["*"],
|
|
146
|
+
"autopictureinpicture": ["*"],
|
|
147
|
+
"autoplay": ["*"],
|
|
148
|
+
"axis": ["*"],
|
|
149
|
+
"background": ["*"],
|
|
150
|
+
"behavior": ["*"],
|
|
151
|
+
"bgcolor": ["*"],
|
|
152
|
+
"border": ["*"],
|
|
153
|
+
"bordercolor": ["*"],
|
|
154
|
+
"capture": ["*"],
|
|
155
|
+
"cellpadding": ["*"],
|
|
156
|
+
"cellspacing": ["*"],
|
|
157
|
+
"challenge": ["*"],
|
|
158
|
+
"char": ["*"],
|
|
159
|
+
"charoff": ["*"],
|
|
160
|
+
"charset": ["*"],
|
|
161
|
+
"checked": ["*"],
|
|
162
|
+
"cite": ["*"],
|
|
163
|
+
"class": ["*"],
|
|
164
|
+
"classid": ["*"],
|
|
165
|
+
"clear": ["*"],
|
|
166
|
+
"code": ["*"],
|
|
167
|
+
"codebase": ["*"],
|
|
168
|
+
"codetype": ["*"],
|
|
169
|
+
"color": ["*"],
|
|
170
|
+
"cols": ["*"],
|
|
171
|
+
"colspan": ["*"],
|
|
172
|
+
"compact": ["*"],
|
|
173
|
+
"content": ["*"],
|
|
174
|
+
"contenteditable": ["*"],
|
|
175
|
+
"controls": ["*"],
|
|
176
|
+
"controlslist": ["*"],
|
|
177
|
+
"conversiondestination": ["*"],
|
|
178
|
+
"coords": ["*"],
|
|
179
|
+
"crossorigin": ["*"],
|
|
180
|
+
"csp": ["*"],
|
|
181
|
+
"data": ["*"],
|
|
182
|
+
"datetime": ["*"],
|
|
183
|
+
"declare": ["*"],
|
|
184
|
+
"decoding": ["*"],
|
|
185
|
+
"default": ["*"],
|
|
186
|
+
"defer": ["*"],
|
|
187
|
+
"dir": ["*"],
|
|
188
|
+
"direction": ["*"],
|
|
189
|
+
"dirname": ["*"],
|
|
190
|
+
"disabled": ["*"],
|
|
191
|
+
"disablepictureinpicture": ["*"],
|
|
192
|
+
"disableremoteplayback": ["*"],
|
|
193
|
+
"disallowdocumentaccess": ["*"],
|
|
194
|
+
"download": ["*"],
|
|
195
|
+
"draggable": ["*"],
|
|
196
|
+
"elementtiming": ["*"],
|
|
197
|
+
"enctype": ["*"],
|
|
198
|
+
"end": ["*"],
|
|
199
|
+
"enterkeyhint": ["*"],
|
|
200
|
+
"event": ["*"],
|
|
201
|
+
"exportparts": ["*"],
|
|
202
|
+
"face": ["*"],
|
|
203
|
+
"for": ["*"],
|
|
204
|
+
"form": ["*"],
|
|
205
|
+
"formaction": ["*"],
|
|
206
|
+
"formenctype": ["*"],
|
|
207
|
+
"formmethod": ["*"],
|
|
208
|
+
"formnovalidate": ["*"],
|
|
209
|
+
"formtarget": ["*"],
|
|
210
|
+
"frame": ["*"],
|
|
211
|
+
"frameborder": ["*"],
|
|
212
|
+
"headers": ["*"],
|
|
213
|
+
"height": ["*"],
|
|
214
|
+
"hidden": ["*"],
|
|
215
|
+
"high": ["*"],
|
|
216
|
+
"href": ["*"],
|
|
217
|
+
"hreflang": ["*"],
|
|
218
|
+
"hreftranslate": ["*"],
|
|
219
|
+
"hspace": ["*"],
|
|
220
|
+
"http-equiv": ["*"],
|
|
221
|
+
"id": ["*"],
|
|
222
|
+
"imagesizes": ["*"],
|
|
223
|
+
"imagesrcset": ["*"],
|
|
224
|
+
"importance": ["*"],
|
|
225
|
+
"impressiondata": ["*"],
|
|
226
|
+
"impressionexpiry": ["*"],
|
|
227
|
+
"incremental": ["*"],
|
|
228
|
+
"inert": ["*"],
|
|
229
|
+
"inputmode": ["*"],
|
|
230
|
+
"integrity": ["*"],
|
|
231
|
+
"invisible": ["*"],
|
|
232
|
+
"is": ["*"],
|
|
233
|
+
"ismap": ["*"],
|
|
234
|
+
"keytype": ["*"],
|
|
235
|
+
"kind": ["*"],
|
|
236
|
+
"label": ["*"],
|
|
237
|
+
"lang": ["*"],
|
|
238
|
+
"language": ["*"],
|
|
239
|
+
"latencyhint": ["*"],
|
|
240
|
+
"leftmargin": ["*"],
|
|
241
|
+
"link": ["*"],
|
|
242
|
+
"list": ["*"],
|
|
243
|
+
"loading": ["*"],
|
|
244
|
+
"longdesc": ["*"],
|
|
245
|
+
"loop": ["*"],
|
|
246
|
+
"low": ["*"],
|
|
247
|
+
"lowsrc": ["*"],
|
|
248
|
+
"manifest": ["*"],
|
|
249
|
+
"marginheight": ["*"],
|
|
250
|
+
"marginwidth": ["*"],
|
|
251
|
+
"max": ["*"],
|
|
252
|
+
"maxlength": ["*"],
|
|
253
|
+
"mayscript": ["*"],
|
|
254
|
+
"media": ["*"],
|
|
255
|
+
"method": ["*"],
|
|
256
|
+
"min": ["*"],
|
|
257
|
+
"minlength": ["*"],
|
|
258
|
+
"multiple": ["*"],
|
|
259
|
+
"muted": ["*"],
|
|
260
|
+
"name": ["*"],
|
|
261
|
+
"nohref": ["*"],
|
|
262
|
+
"nomodule": ["*"],
|
|
263
|
+
"nonce": ["*"],
|
|
264
|
+
"noresize": ["*"],
|
|
265
|
+
"noshade": ["*"],
|
|
266
|
+
"novalidate": ["*"],
|
|
267
|
+
"nowrap": ["*"],
|
|
268
|
+
"object": ["*"],
|
|
269
|
+
"open": ["*"],
|
|
270
|
+
"optimum": ["*"],
|
|
271
|
+
"part": ["*"],
|
|
272
|
+
"pattern": ["*"],
|
|
273
|
+
"ping": ["*"],
|
|
274
|
+
"placeholder": ["*"],
|
|
275
|
+
"playsinline": ["*"],
|
|
276
|
+
"policy": ["*"],
|
|
277
|
+
"popover": ["*"],
|
|
278
|
+
"popovertarget": ["*"],
|
|
279
|
+
"popovertargetaction": ["*"],
|
|
280
|
+
"poster": ["*"],
|
|
281
|
+
"preload": ["*"],
|
|
282
|
+
"pseudo": ["*"],
|
|
283
|
+
"readonly": ["*"],
|
|
284
|
+
"referrerpolicy": ["*"],
|
|
285
|
+
"rel": ["*"],
|
|
286
|
+
"reportingorigin": ["*"],
|
|
287
|
+
"required": ["*"],
|
|
288
|
+
"resources": ["*"],
|
|
289
|
+
"rev": ["*"],
|
|
290
|
+
"reversed": ["*"],
|
|
291
|
+
"role": ["*"],
|
|
292
|
+
"rows": ["*"],
|
|
293
|
+
"rowspan": ["*"],
|
|
294
|
+
"rules": ["*"],
|
|
295
|
+
"sandbox": ["*"],
|
|
296
|
+
"scheme": ["*"],
|
|
297
|
+
"scope": ["*"],
|
|
298
|
+
"scopes": ["*"],
|
|
299
|
+
"scrollamount": ["*"],
|
|
300
|
+
"scrolldelay": ["*"],
|
|
301
|
+
"scrolling": ["*"],
|
|
302
|
+
"select": ["*"],
|
|
303
|
+
"selected": ["*"],
|
|
304
|
+
"shadowroot": ["*"],
|
|
305
|
+
"shadowrootmode": ["*"],
|
|
306
|
+
"shadowrootdelegatesfocus": ["*"],
|
|
307
|
+
"shape": ["*"],
|
|
308
|
+
"size": ["*"],
|
|
309
|
+
"sizes": ["*"],
|
|
310
|
+
"slot": ["*"],
|
|
311
|
+
"span": ["*"],
|
|
312
|
+
"spellcheck": ["*"],
|
|
313
|
+
"src": ["*"],
|
|
314
|
+
"srcdoc": ["*"],
|
|
315
|
+
"srclang": ["*"],
|
|
316
|
+
"srcset": ["*"],
|
|
317
|
+
"standby": ["*"],
|
|
318
|
+
"start": ["*"],
|
|
319
|
+
"step": ["*"],
|
|
320
|
+
"style": ["*"],
|
|
321
|
+
"summary": ["*"],
|
|
322
|
+
"tabindex": ["*"],
|
|
323
|
+
"target": ["*"],
|
|
324
|
+
"text": ["*"],
|
|
325
|
+
"title": ["*"],
|
|
326
|
+
"topmargin": ["*"],
|
|
327
|
+
"translate": ["*"],
|
|
328
|
+
"truespeed": ["*"],
|
|
329
|
+
"trusttoken": ["*"],
|
|
330
|
+
"type": ["*"],
|
|
331
|
+
"usemap": ["*"],
|
|
332
|
+
"valign": ["*"],
|
|
333
|
+
"value": ["*"],
|
|
334
|
+
"valuetype": ["*"],
|
|
335
|
+
"version": ["*"],
|
|
336
|
+
"virtualkeyboardpolicy": ["*"],
|
|
337
|
+
"vlink": ["*"],
|
|
338
|
+
"vspace": ["*"],
|
|
339
|
+
"webkitdirectory": ["*"],
|
|
340
|
+
"width": ["*"],
|
|
341
|
+
"wrap": ["*"]
|
|
758
342
|
}
|
|
759
343
|
}`);
|
|
760
344
|
|