@@ -11,7 +11,10 @@ const elements = new Map([
11
11
[ "a.attributionsrc" , "0:" ] ,
12
12
[ "a.download" , "10:2019" ] ,
13
13
[ "a.href" , "10:2015" ] ,
14
+ [ "a.href.href_sms" , "0:" ] ,
15
+ [ "a.href.href_top" , "10:2015" ] ,
14
16
[ "a.hreflang" , "10:2015" ] ,
17
+ [ "a.implicit_noopener" , "10:2021" ] ,
15
18
[ "a.ping" , "0:" ] ,
16
19
[ "a.referrerpolicy" , "10:2020" ] ,
17
20
[ "a.referrerpolicy.no-referrer-when-downgrade" , "0:" ] ,
@@ -22,6 +25,7 @@ const elements = new Map([
22
25
[ "a.rel.noreferrer" , "10:2015" ] ,
23
26
[ "a.target" , "10:2015" ] ,
24
27
[ "a.target.unfencedTop" , "0:" ] ,
28
+ [ "a.text_fragments" , "5:2024" ] ,
25
29
[ "a.type" , "10:2015" ] ,
26
30
[ "abbr" , "10:2015" ] ,
27
31
[ "address" , "10:2015" ] ,
@@ -31,6 +35,7 @@ const elements = new Map([
31
35
[ "area.coords" , "10:2015" ] ,
32
36
[ "area.download" , "10:2017" ] ,
33
37
[ "area.href" , "10:2015" ] ,
38
+ [ "area.implicit_noopener" , "10:2021" ] ,
34
39
[ "area.ping" , "0:" ] ,
35
40
[ "area.referrerpolicy" , "10:2020" ] ,
36
41
[ "area.referrerpolicy.no-referrer-when-downgrade" , "0:" ] ,
@@ -56,6 +61,8 @@ const elements = new Map([
56
61
[ "b" , "10:2015" ] ,
57
62
[ "base" , "10:2015" ] ,
58
63
[ "base.href" , "10:2015" ] ,
64
+ [ "base.href.forbid_data_javascript_urls" , "5:2024" ] ,
65
+ [ "base.href.relative_url" , "10:2015" ] ,
59
66
[ "base.target" , "10:2015" ] ,
60
67
[ "bdi" , "10:2020" ] ,
61
68
[ "bdo" , "10:2015" ] ,
@@ -75,6 +82,7 @@ const elements = new Map([
75
82
[ "button.formtarget" , "10:2015" ] ,
76
83
[ "button.name" , "10:2015" ] ,
77
84
[ "button.popovertarget" , "5:2024" ] ,
85
+ [ "button.popovertarget.implicit_anchor_reference" , "0:" ] ,
78
86
[ "button.popovertargetaction" , "5:2024" ] ,
79
87
[ "button.type" , "10:2015" ] ,
80
88
[ "button.value" , "10:2015" ] ,
@@ -203,6 +211,7 @@ const elements = new Map([
203
211
[ "iframe.width" , "10:2015" ] ,
204
212
[ "img" , "10:2015" ] ,
205
213
[ "img.alt" , "10:2015" ] ,
214
+ [ "img.aspect_ratio_computed_from_attributes" , "10:2021" ] ,
206
215
[ "img.attributionsrc" , "0:" ] ,
207
216
[ "img.crossorigin" , "10:2015" ] ,
208
217
[ "img.decoding" , "10:2020" ] ,
@@ -244,12 +253,38 @@ const elements = new Map([
244
253
[ "input.pattern" , "10:2015" ] ,
245
254
[ "input.placeholder" , "10:2015" ] ,
246
255
[ "input.popovertarget" , "5:2024" ] ,
256
+ [ "input.popovertarget.implicit_anchor_reference" , "0:" ] ,
247
257
[ "input.popovertargetaction" , "5:2024" ] ,
248
258
[ "input.readonly" , "10:2015" ] ,
249
259
[ "input.required" , "10:2015" ] ,
250
260
[ "input.size" , "10:2015" ] ,
251
261
[ "input.src" , "10:2015" ] ,
252
262
[ "input.step" , "10:2015" ] ,
263
+ [ "input.type_button" , "10:2015" ] ,
264
+ [ "input.type_checkbox" , "10:2015" ] ,
265
+ [ "input.type_color" , "0:" ] ,
266
+ [ "input.type_date" , "10:2021" ] ,
267
+ [ "input.type_datetime-local" , "10:2021" ] ,
268
+ [ "input.type_email" , "10:2015" ] ,
269
+ [ "input.type_file" , "10:2015" ] ,
270
+ [ "input.type_hidden" , "10:2015" ] ,
271
+ [ "input.type_image" , "10:2015" ] ,
272
+ [ "input.type_month" , "0:" ] ,
273
+ [ "input.type_number" , "10:2015" ] ,
274
+ [ "input.type_password" , "10:2015" ] ,
275
+ [ "input.type_password.insecure_login_handling" , "0:" ] ,
276
+ [ "input.type_radio" , "10:2015" ] ,
277
+ [ "input.type_range" , "10:2017" ] ,
278
+ [ "input.type_range.tick_marks" , "5:2023" ] ,
279
+ [ "input.type_range.vertical_orientation" , "5:2024" ] ,
280
+ [ "input.type_reset" , "10:2015" ] ,
281
+ [ "input.type_search" , "10:2015" ] ,
282
+ [ "input.type_submit" , "10:2015" ] ,
283
+ [ "input.type_tel" , "10:2015" ] ,
284
+ [ "input.type_text" , "10:2015" ] ,
285
+ [ "input.type_time" , "10:2021" ] ,
286
+ [ "input.type_url" , "10:2015" ] ,
287
+ [ "input.type_week" , "0:" ] ,
253
288
[ "ins" , "10:2015" ] ,
254
289
[ "ins.cite" , "10:2015" ] ,
255
290
[ "ins.datetime" , "10:2015" ] ,
@@ -276,6 +311,7 @@ const elements = new Map([
276
311
[ "link.referrerpolicy.origin-when-cross-origin" , "0:" ] ,
277
312
[ "link.referrerpolicy.unsafe-url" , "0:" ] ,
278
313
[ "link.rel" , "10:2015" ] ,
314
+ [ "link.rel.alternate_stylesheet" , "0:" ] ,
279
315
[ "link.rel.dns-prefetch" , "5:2024" ] ,
280
316
[ "link.rel.expect" , "0:" ] ,
281
317
[ "link.rel.manifest" , "0:" ] ,
@@ -372,20 +408,25 @@ const elements = new Map([
372
408
[ "script.type.module" , "10:2018" ] ,
373
409
[ "script.type.speculationrules" , "0:" ] ,
374
410
[ "script.type.speculationrules.eagerness" , "0:" ] ,
411
+ [ "script.type.speculationrules.expects_no_vary_search" , "0:" ] ,
375
412
[ "script.type.speculationrules.prefetch" , "0:" ] ,
376
413
[ "script.type.speculationrules.prerender" , "0:" ] ,
414
+ [ "script.type.speculationrules.referrer_policy" , "0:" ] ,
415
+ [ "script.type.speculationrules.relative_to" , "0:" ] ,
377
416
[ "script.type.speculationrules.requires" , "0:" ] ,
378
417
[
379
418
"script.type.speculationrules.requires.anonymous-client-ip-when-cross-origin" ,
380
419
"0:" ,
381
420
] ,
421
+ [ "script.type.speculationrules.source_optional" , "0:" ] ,
382
422
[ "script.type.speculationrules.urls" , "0:" ] ,
383
423
[ "script.type.speculationrules.where" , "0:" ] ,
384
424
[ "search" , "5:2023" ] ,
385
425
[ "section" , "10:2015" ] ,
386
426
[ "select" , "10:2015" ] ,
387
427
[ "select.disabled" , "10:2015" ] ,
388
428
[ "select.form" , "10:2015" ] ,
429
+ [ "select.hr_in_select" , "0:" ] ,
389
430
[ "select.multiple" , "10:2015" ] ,
390
431
[ "select.name" , "10:2015" ] ,
391
432
[ "select.required" , "10:2015" ] ,
@@ -409,13 +450,15 @@ const elements = new Map([
409
450
[ "style.media" , "10:2015" ] ,
410
451
[ "sub" , "10:2015" ] ,
411
452
[ "summary" , "10:2020" ] ,
453
+ [ "summary.display_list_item" , "0:" ] ,
412
454
[ "sup" , "10:2015" ] ,
413
455
[ "table" , "10:2015" ] ,
414
456
[ "tbody" , "10:2015" ] ,
415
457
[ "td" , "10:2015" ] ,
416
458
[ "td.colspan" , "10:2015" ] ,
417
459
[ "td.headers" , "10:2015" ] ,
418
460
[ "td.rowspan" , "10:2015" ] ,
461
+ [ "td.rowspan.rowspan_zero" , "0:" ] ,
419
462
[ "template" , "10:2015" ] ,
420
463
[ "template.shadowrootclonable" , "0:" ] ,
421
464
[ "template.shadowrootdelegatesfocus" , "0:" ] ,
@@ -431,6 +474,7 @@ const elements = new Map([
431
474
[ "textarea.minlength" , "10:2018" ] ,
432
475
[ "textarea.name" , "10:2015" ] ,
433
476
[ "textarea.placeholder" , "10:2015" ] ,
477
+ [ "textarea.placeholder.line_breaks" , "10:2022" ] ,
434
478
[ "textarea.readonly" , "10:2015" ] ,
435
479
[ "textarea.required" , "10:2015" ] ,
436
480
[ "textarea.rows" , "10:2015" ] ,
@@ -443,6 +487,7 @@ const elements = new Map([
443
487
[ "th.colspan" , "10:2015" ] ,
444
488
[ "th.headers" , "10:2015" ] ,
445
489
[ "th.rowspan" , "10:2015" ] ,
490
+ [ "th.rowspan.rowspan_zero" , "0:" ] ,
446
491
[ "th.scope" , "10:2015" ] ,
447
492
[ "thead" , "10:2015" ] ,
448
493
[ "time" , "10:2017" ] ,
@@ -459,6 +504,7 @@ const elements = new Map([
459
504
[ "ul" , "10:2015" ] ,
460
505
[ "var" , "10:2015" ] ,
461
506
[ "video" , "10:2015" ] ,
507
+ [ "video.aspect_ratio_computed_from_attributes" , "10:2020" ] ,
462
508
[ "video.autoplay" , "10:2016" ] ,
463
509
[ "video.controls" , "10:2015" ] ,
464
510
[ "video.controlslist" , "0:" ] ,
@@ -484,10 +530,12 @@ const globalAttributes = new Map([
484
530
[ "enterkeyhint" , "10:2021" ] ,
485
531
[ "exportparts" , "10:2020" ] ,
486
532
[ "inert" , "5:2023" ] ,
533
+ [ "inert.ignores_find_in_page" , "0:" ] ,
487
534
[ "inputmode" , "10:2021" ] ,
488
535
[ "is" , "0:" ] ,
489
536
[ "lang" , "10:2015" ] ,
490
537
[ "nonce" , "10:2022" ] ,
538
+ [ "nonce.nonce_hiding" , "10:2022" ] ,
491
539
[ "part" , "10:2020" ] ,
492
540
[ "popover" , "5:2024" ] ,
493
541
[ "popover.hint" , "0:" ] ,
@@ -496,6 +544,7 @@ const globalAttributes = new Map([
496
544
[ "style" , "10:2015" ] ,
497
545
[ "tabindex" , "10:2015" ] ,
498
546
[ "title" , "10:2015" ] ,
547
+ [ "title.multi-line_titles" , "10:2018" ] ,
499
548
[ "translate" , "5:2023" ] ,
500
549
[ "virtualkeyboardpolicy" , "0:" ] ,
501
550
[ "writingsuggestions" , "0:" ] ,
0 commit comments