@markuplint/html-spec 3.0.1 → 3.2.0
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/index.json +28 -164
- package/package.json +3 -3
package/index.json
CHANGED
|
@@ -385,6 +385,10 @@
|
|
|
385
385
|
},
|
|
386
386
|
"defaultValue": "default",
|
|
387
387
|
"deprecated": true
|
|
388
|
+
},
|
|
389
|
+
"elementtiming": {
|
|
390
|
+
"type": "NoEmptyAny",
|
|
391
|
+
"experimental": true
|
|
388
392
|
}
|
|
389
393
|
},
|
|
390
394
|
"#GlobalEventAttrs": {
|
|
@@ -439,9 +443,15 @@
|
|
|
439
443
|
"oncontextrestored": {
|
|
440
444
|
"type": "FunctionBody"
|
|
441
445
|
},
|
|
446
|
+
"oncopy": {
|
|
447
|
+
"type": "FunctionBody"
|
|
448
|
+
},
|
|
442
449
|
"oncuechange": {
|
|
443
450
|
"type": "FunctionBody"
|
|
444
451
|
},
|
|
452
|
+
"oncut": {
|
|
453
|
+
"type": "FunctionBody"
|
|
454
|
+
},
|
|
445
455
|
"ondblclick": {
|
|
446
456
|
"type": "FunctionBody"
|
|
447
457
|
},
|
|
@@ -538,6 +548,9 @@
|
|
|
538
548
|
"onmouseup": {
|
|
539
549
|
"type": "FunctionBody"
|
|
540
550
|
},
|
|
551
|
+
"onpaste": {
|
|
552
|
+
"type": "FunctionBody"
|
|
553
|
+
},
|
|
541
554
|
"onpause": {
|
|
542
555
|
"type": "FunctionBody"
|
|
543
556
|
},
|
|
@@ -621,17 +634,6 @@
|
|
|
621
634
|
"deprecated": true
|
|
622
635
|
}
|
|
623
636
|
},
|
|
624
|
-
"#DocumentElementEventAttrs": {
|
|
625
|
-
"oncopy": {
|
|
626
|
-
"type": "FunctionBody"
|
|
627
|
-
},
|
|
628
|
-
"oncut": {
|
|
629
|
-
"type": "FunctionBody"
|
|
630
|
-
},
|
|
631
|
-
"onpaste": {
|
|
632
|
-
"type": "FunctionBody"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
637
|
"#HTMLLinkAndFetchingAttrs": {
|
|
636
638
|
"href": {
|
|
637
639
|
"type": "URL"
|
|
@@ -22284,6 +22286,7 @@
|
|
|
22284
22286
|
"cite",
|
|
22285
22287
|
"code",
|
|
22286
22288
|
"data",
|
|
22289
|
+
"del",
|
|
22287
22290
|
"details",
|
|
22288
22291
|
"dfn",
|
|
22289
22292
|
"div",
|
|
@@ -22320,6 +22323,7 @@
|
|
|
22320
22323
|
"ol:has(>li)",
|
|
22321
22324
|
"output",
|
|
22322
22325
|
"p",
|
|
22326
|
+
"picture",
|
|
22323
22327
|
"pre",
|
|
22324
22328
|
"progress",
|
|
22325
22329
|
"q",
|
|
@@ -22335,8 +22339,7 @@
|
|
|
22335
22339
|
"sup ",
|
|
22336
22340
|
"svg",
|
|
22337
22341
|
"table",
|
|
22338
|
-
"
|
|
22339
|
-
"area",
|
|
22342
|
+
"textarea",
|
|
22340
22343
|
"time",
|
|
22341
22344
|
"u",
|
|
22342
22345
|
"ul:has(>li)",
|
|
@@ -22532,7 +22535,6 @@
|
|
|
22532
22535
|
"omission": false,
|
|
22533
22536
|
"globalAttrs": {
|
|
22534
22537
|
"#ARIAAttrs": true,
|
|
22535
|
-
"#DocumentElementEventAttrs": true,
|
|
22536
22538
|
"#GlobalEventAttrs": true,
|
|
22537
22539
|
"#HTMLGlobalAttrs": true,
|
|
22538
22540
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -22559,7 +22561,7 @@
|
|
|
22559
22561
|
"description": "Causes the browser to treat the linked URL as a download. Can be used with or without a filename value: Without a value, the browser will suggest a filename/extension, generated from various sources: The Content-Disposition HTTP header The final segment in the URL path The media type (from the Content-Type header, the start of a data: URL, or Blob.type for a blob: URL) filename: defining a value suggests it as the filename. / and \\ characters are converted to underscores (_). Filesystems may forbid other characters in filenames, so browsers will adjust the suggested name if necessary. Note: download only works for same-origin URLs, or the blob: and data: schemes. How browsers treat downloads varies by browser, user settings, and other factors. The user may be prompted before a download starts, or the file may be saved automatically, or it may open automatically, either in an external application or in the browser itself. If the Content-Disposition header has different information from the download attribute, resulting behavior may differ: If the header specifies a filename, it takes priority over a filename specified in the download attribute. If the header specifies a disposition of inline, Chrome and Firefox prioritize the attribute and treat it as a download. Old Firefox versions (before 82) prioritize the header and will display the content inline."
|
|
22560
22562
|
},
|
|
22561
22563
|
"href": {
|
|
22562
|
-
"description": "The URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers: Sections of a page with
|
|
22564
|
+
"description": "The URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers: Sections of a page with document fragments Specific text portions with text fragments Pieces of media files with media fragments Telephone numbers with tel: URLs Email addresses with mailto: URLs While web browsers may not support other URL schemes, websites can with registerProtocolHandler()"
|
|
22563
22565
|
},
|
|
22564
22566
|
"hreflang": {
|
|
22565
22567
|
"description": "Hints at the human language of the linked URL. No built-in functionality. Allowed values are the same as the global lang attribute."
|
|
@@ -22613,7 +22615,6 @@
|
|
|
22613
22615
|
"omission": false,
|
|
22614
22616
|
"globalAttrs": {
|
|
22615
22617
|
"#ARIAAttrs": true,
|
|
22616
|
-
"#DocumentElementEventAttrs": true,
|
|
22617
22618
|
"#GlobalEventAttrs": true,
|
|
22618
22619
|
"#HTMLGlobalAttrs": true
|
|
22619
22620
|
},
|
|
@@ -22656,7 +22657,6 @@
|
|
|
22656
22657
|
"omission": false,
|
|
22657
22658
|
"globalAttrs": {
|
|
22658
22659
|
"#ARIAAttrs": true,
|
|
22659
|
-
"#DocumentElementEventAttrs": true,
|
|
22660
22660
|
"#GlobalEventAttrs": true,
|
|
22661
22661
|
"#HTMLGlobalAttrs": true
|
|
22662
22662
|
},
|
|
@@ -22775,7 +22775,6 @@
|
|
|
22775
22775
|
"omission": false,
|
|
22776
22776
|
"globalAttrs": {
|
|
22777
22777
|
"#ARIAAttrs": true,
|
|
22778
|
-
"#DocumentElementEventAttrs": true,
|
|
22779
22778
|
"#GlobalEventAttrs": true,
|
|
22780
22779
|
"#HTMLGlobalAttrs": true,
|
|
22781
22780
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -22827,7 +22826,7 @@
|
|
|
22827
22826
|
"description": "A string indicating which referrer to use when fetching the resource: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins."
|
|
22828
22827
|
},
|
|
22829
22828
|
"rel": {
|
|
22830
|
-
"description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types
|
|
22829
|
+
"description": "For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present."
|
|
22831
22830
|
},
|
|
22832
22831
|
"shape": {
|
|
22833
22832
|
"type": {
|
|
@@ -22864,7 +22863,6 @@
|
|
|
22864
22863
|
"omission": false,
|
|
22865
22864
|
"globalAttrs": {
|
|
22866
22865
|
"#ARIAAttrs": true,
|
|
22867
|
-
"#DocumentElementEventAttrs": true,
|
|
22868
22866
|
"#GlobalEventAttrs": true,
|
|
22869
22867
|
"#HTMLGlobalAttrs": true
|
|
22870
22868
|
},
|
|
@@ -22889,7 +22887,6 @@
|
|
|
22889
22887
|
"omission": false,
|
|
22890
22888
|
"globalAttrs": {
|
|
22891
22889
|
"#ARIAAttrs": true,
|
|
22892
|
-
"#DocumentElementEventAttrs": true,
|
|
22893
22890
|
"#GlobalEventAttrs": true,
|
|
22894
22891
|
"#HTMLGlobalAttrs": true
|
|
22895
22892
|
},
|
|
@@ -22937,7 +22934,6 @@
|
|
|
22937
22934
|
"omission": false,
|
|
22938
22935
|
"globalAttrs": {
|
|
22939
22936
|
"#ARIAAttrs": true,
|
|
22940
|
-
"#DocumentElementEventAttrs": true,
|
|
22941
22937
|
"#GlobalEventAttrs": true,
|
|
22942
22938
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "preload", "autoplay", "loop", "muted", "controls"],
|
|
22943
22939
|
"#HTMLGlobalAttrs": true,
|
|
@@ -22996,7 +22992,6 @@
|
|
|
22996
22992
|
"omission": false,
|
|
22997
22993
|
"globalAttrs": {
|
|
22998
22994
|
"#ARIAAttrs": true,
|
|
22999
|
-
"#DocumentElementEventAttrs": true,
|
|
23000
22995
|
"#GlobalEventAttrs": true,
|
|
23001
22996
|
"#HTMLGlobalAttrs": true
|
|
23002
22997
|
},
|
|
@@ -23018,7 +23013,6 @@
|
|
|
23018
23013
|
"omission": false,
|
|
23019
23014
|
"globalAttrs": {
|
|
23020
23015
|
"#ARIAAttrs": true,
|
|
23021
|
-
"#DocumentElementEventAttrs": true,
|
|
23022
23016
|
"#GlobalEventAttrs": true,
|
|
23023
23017
|
"#HTMLGlobalAttrs": true,
|
|
23024
23018
|
"#HTMLLinkAndFetchingAttrs": ["href", "target"]
|
|
@@ -23069,7 +23063,6 @@
|
|
|
23069
23063
|
"omission": false,
|
|
23070
23064
|
"globalAttrs": {
|
|
23071
23065
|
"#ARIAAttrs": true,
|
|
23072
|
-
"#DocumentElementEventAttrs": true,
|
|
23073
23066
|
"#GlobalEventAttrs": true,
|
|
23074
23067
|
"#HTMLGlobalAttrs": true
|
|
23075
23068
|
},
|
|
@@ -23095,7 +23088,6 @@
|
|
|
23095
23088
|
"omission": false,
|
|
23096
23089
|
"globalAttrs": {
|
|
23097
23090
|
"#ARIAAttrs": true,
|
|
23098
|
-
"#DocumentElementEventAttrs": true,
|
|
23099
23091
|
"#GlobalEventAttrs": true,
|
|
23100
23092
|
"#HTMLGlobalAttrs": true
|
|
23101
23093
|
},
|
|
@@ -23191,7 +23183,6 @@
|
|
|
23191
23183
|
"omission": false,
|
|
23192
23184
|
"globalAttrs": {
|
|
23193
23185
|
"#ARIAAttrs": true,
|
|
23194
|
-
"#DocumentElementEventAttrs": true,
|
|
23195
23186
|
"#GlobalEventAttrs": true,
|
|
23196
23187
|
"#HTMLGlobalAttrs": true
|
|
23197
23188
|
},
|
|
@@ -23232,7 +23223,6 @@
|
|
|
23232
23223
|
"omission": false,
|
|
23233
23224
|
"globalAttrs": {
|
|
23234
23225
|
"#ARIAAttrs": true,
|
|
23235
|
-
"#DocumentElementEventAttrs": true,
|
|
23236
23226
|
"#GlobalEventAttrs": true,
|
|
23237
23227
|
"#HTMLGlobalAttrs": true
|
|
23238
23228
|
},
|
|
@@ -23376,7 +23366,6 @@
|
|
|
23376
23366
|
"omission": false,
|
|
23377
23367
|
"globalAttrs": {
|
|
23378
23368
|
"#ARIAAttrs": true,
|
|
23379
|
-
"#DocumentElementEventAttrs": true,
|
|
23380
23369
|
"#GlobalEventAttrs": true,
|
|
23381
23370
|
"#HTMLGlobalAttrs": true
|
|
23382
23371
|
},
|
|
@@ -23430,7 +23419,6 @@
|
|
|
23430
23419
|
"omission": false,
|
|
23431
23420
|
"globalAttrs": {
|
|
23432
23421
|
"#ARIAAttrs": true,
|
|
23433
|
-
"#DocumentElementEventAttrs": true,
|
|
23434
23422
|
"#GlobalEventAttrs": true,
|
|
23435
23423
|
"#HTMLFormControlElementAttrs": [
|
|
23436
23424
|
"disabled",
|
|
@@ -23507,7 +23495,6 @@
|
|
|
23507
23495
|
"omission": false,
|
|
23508
23496
|
"globalAttrs": {
|
|
23509
23497
|
"#ARIAAttrs": true,
|
|
23510
|
-
"#DocumentElementEventAttrs": true,
|
|
23511
23498
|
"#GlobalEventAttrs": true,
|
|
23512
23499
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
23513
23500
|
"#HTMLGlobalAttrs": true
|
|
@@ -23552,7 +23539,6 @@
|
|
|
23552
23539
|
"omission": false,
|
|
23553
23540
|
"globalAttrs": {
|
|
23554
23541
|
"#ARIAAttrs": true,
|
|
23555
|
-
"#DocumentElementEventAttrs": true,
|
|
23556
23542
|
"#GlobalEventAttrs": true,
|
|
23557
23543
|
"#HTMLGlobalAttrs": true
|
|
23558
23544
|
},
|
|
@@ -23583,7 +23569,7 @@
|
|
|
23583
23569
|
{
|
|
23584
23570
|
"name": "cite",
|
|
23585
23571
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite",
|
|
23586
|
-
"description": "The <cite> HTML element is used to
|
|
23572
|
+
"description": "The <cite> HTML element is used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.",
|
|
23587
23573
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
23588
23574
|
"contentModel": {
|
|
23589
23575
|
"contents": [
|
|
@@ -23600,7 +23586,6 @@
|
|
|
23600
23586
|
"omission": false,
|
|
23601
23587
|
"globalAttrs": {
|
|
23602
23588
|
"#ARIAAttrs": true,
|
|
23603
|
-
"#DocumentElementEventAttrs": true,
|
|
23604
23589
|
"#GlobalEventAttrs": true,
|
|
23605
23590
|
"#HTMLGlobalAttrs": true
|
|
23606
23591
|
},
|
|
@@ -23629,7 +23614,6 @@
|
|
|
23629
23614
|
"omission": false,
|
|
23630
23615
|
"globalAttrs": {
|
|
23631
23616
|
"#ARIAAttrs": true,
|
|
23632
|
-
"#DocumentElementEventAttrs": true,
|
|
23633
23617
|
"#GlobalEventAttrs": true,
|
|
23634
23618
|
"#HTMLGlobalAttrs": true
|
|
23635
23619
|
},
|
|
@@ -23651,7 +23635,6 @@
|
|
|
23651
23635
|
"omission": false,
|
|
23652
23636
|
"globalAttrs": {
|
|
23653
23637
|
"#ARIAAttrs": true,
|
|
23654
|
-
"#DocumentElementEventAttrs": true,
|
|
23655
23638
|
"#GlobalEventAttrs": true,
|
|
23656
23639
|
"#HTMLGlobalAttrs": true
|
|
23657
23640
|
},
|
|
@@ -23717,7 +23700,6 @@
|
|
|
23717
23700
|
"omission": false,
|
|
23718
23701
|
"globalAttrs": {
|
|
23719
23702
|
"#ARIAAttrs": true,
|
|
23720
|
-
"#DocumentElementEventAttrs": true,
|
|
23721
23703
|
"#GlobalEventAttrs": true,
|
|
23722
23704
|
"#HTMLGlobalAttrs": true
|
|
23723
23705
|
},
|
|
@@ -23773,7 +23755,6 @@
|
|
|
23773
23755
|
"omission": false,
|
|
23774
23756
|
"globalAttrs": {
|
|
23775
23757
|
"#ARIAAttrs": true,
|
|
23776
|
-
"#DocumentElementEventAttrs": true,
|
|
23777
23758
|
"#GlobalEventAttrs": true,
|
|
23778
23759
|
"#HTMLGlobalAttrs": true
|
|
23779
23760
|
},
|
|
@@ -23817,7 +23798,6 @@
|
|
|
23817
23798
|
"omission": false,
|
|
23818
23799
|
"globalAttrs": {
|
|
23819
23800
|
"#ARIAAttrs": true,
|
|
23820
|
-
"#DocumentElementEventAttrs": true,
|
|
23821
23801
|
"#GlobalEventAttrs": true,
|
|
23822
23802
|
"#HTMLGlobalAttrs": true
|
|
23823
23803
|
},
|
|
@@ -23849,7 +23829,6 @@
|
|
|
23849
23829
|
"omission": false,
|
|
23850
23830
|
"globalAttrs": {
|
|
23851
23831
|
"#ARIAAttrs": true,
|
|
23852
|
-
"#DocumentElementEventAttrs": true,
|
|
23853
23832
|
"#GlobalEventAttrs": true,
|
|
23854
23833
|
"#HTMLGlobalAttrs": true
|
|
23855
23834
|
},
|
|
@@ -23884,7 +23863,6 @@
|
|
|
23884
23863
|
"omission": false,
|
|
23885
23864
|
"globalAttrs": {
|
|
23886
23865
|
"#ARIAAttrs": true,
|
|
23887
|
-
"#DocumentElementEventAttrs": true,
|
|
23888
23866
|
"#GlobalEventAttrs": true,
|
|
23889
23867
|
"#HTMLGlobalAttrs": true
|
|
23890
23868
|
},
|
|
@@ -23923,7 +23901,6 @@
|
|
|
23923
23901
|
"omission": false,
|
|
23924
23902
|
"globalAttrs": {
|
|
23925
23903
|
"#ARIAAttrs": true,
|
|
23926
|
-
"#DocumentElementEventAttrs": true,
|
|
23927
23904
|
"#GlobalEventAttrs": true,
|
|
23928
23905
|
"#HTMLGlobalAttrs": true
|
|
23929
23906
|
},
|
|
@@ -23936,7 +23913,7 @@
|
|
|
23936
23913
|
{
|
|
23937
23914
|
"name": "dfn",
|
|
23938
23915
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn",
|
|
23939
|
-
"description": "The <dfn> HTML element is used to indicate the term being defined within the context of a definition phrase or sentence. The <p> element, the <dt>/<dd> pairing, or the <section>
|
|
23916
|
+
"description": "The <dfn> HTML element is used to indicate the term being defined within the context of a definition phrase or sentence. The ancestor <p> element, the <dt>/<dd> pairing, or the nearest <section> ancestor of the <dfn> element, is considered to be the definition of the term.",
|
|
23940
23917
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
23941
23918
|
"contentModel": {
|
|
23942
23919
|
"contents": [
|
|
@@ -23952,7 +23929,6 @@
|
|
|
23952
23929
|
"omission": false,
|
|
23953
23930
|
"globalAttrs": {
|
|
23954
23931
|
"#ARIAAttrs": true,
|
|
23955
|
-
"#DocumentElementEventAttrs": true,
|
|
23956
23932
|
"#GlobalEventAttrs": true,
|
|
23957
23933
|
"#HTMLGlobalAttrs": true
|
|
23958
23934
|
},
|
|
@@ -23981,7 +23957,6 @@
|
|
|
23981
23957
|
"omission": false,
|
|
23982
23958
|
"globalAttrs": {
|
|
23983
23959
|
"#ARIAAttrs": true,
|
|
23984
|
-
"#DocumentElementEventAttrs": true,
|
|
23985
23960
|
"#GlobalEventAttrs": true,
|
|
23986
23961
|
"#HTMLGlobalAttrs": true
|
|
23987
23962
|
},
|
|
@@ -24067,7 +24042,6 @@
|
|
|
24067
24042
|
"omission": false,
|
|
24068
24043
|
"globalAttrs": {
|
|
24069
24044
|
"#ARIAAttrs": true,
|
|
24070
|
-
"#DocumentElementEventAttrs": true,
|
|
24071
24045
|
"#GlobalEventAttrs": true,
|
|
24072
24046
|
"#HTMLGlobalAttrs": true
|
|
24073
24047
|
},
|
|
@@ -24125,7 +24099,6 @@
|
|
|
24125
24099
|
"omission": false,
|
|
24126
24100
|
"globalAttrs": {
|
|
24127
24101
|
"#ARIAAttrs": true,
|
|
24128
|
-
"#DocumentElementEventAttrs": true,
|
|
24129
24102
|
"#GlobalEventAttrs": true,
|
|
24130
24103
|
"#HTMLGlobalAttrs": true
|
|
24131
24104
|
},
|
|
@@ -24153,7 +24126,6 @@
|
|
|
24153
24126
|
"omission": false,
|
|
24154
24127
|
"globalAttrs": {
|
|
24155
24128
|
"#ARIAAttrs": true,
|
|
24156
|
-
"#DocumentElementEventAttrs": true,
|
|
24157
24129
|
"#GlobalEventAttrs": true,
|
|
24158
24130
|
"#HTMLGlobalAttrs": true
|
|
24159
24131
|
},
|
|
@@ -24182,7 +24154,6 @@
|
|
|
24182
24154
|
"omission": false,
|
|
24183
24155
|
"globalAttrs": {
|
|
24184
24156
|
"#ARIAAttrs": true,
|
|
24185
|
-
"#DocumentElementEventAttrs": true,
|
|
24186
24157
|
"#GlobalEventAttrs": true,
|
|
24187
24158
|
"#HTMLGlobalAttrs": true
|
|
24188
24159
|
},
|
|
@@ -24203,7 +24174,6 @@
|
|
|
24203
24174
|
"omission": false,
|
|
24204
24175
|
"globalAttrs": {
|
|
24205
24176
|
"#ARIAAttrs": true,
|
|
24206
|
-
"#DocumentElementEventAttrs": true,
|
|
24207
24177
|
"#GlobalEventAttrs": true,
|
|
24208
24178
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
24209
24179
|
"#HTMLGlobalAttrs": true
|
|
@@ -24246,7 +24216,6 @@
|
|
|
24246
24216
|
"omission": false,
|
|
24247
24217
|
"globalAttrs": {
|
|
24248
24218
|
"#ARIAAttrs": true,
|
|
24249
|
-
"#DocumentElementEventAttrs": true,
|
|
24250
24219
|
"#GlobalEventAttrs": true,
|
|
24251
24220
|
"#HTMLFormControlElementAttrs": ["disabled", "form", "name"],
|
|
24252
24221
|
"#HTMLGlobalAttrs": true
|
|
@@ -24283,7 +24252,6 @@
|
|
|
24283
24252
|
"omission": false,
|
|
24284
24253
|
"globalAttrs": {
|
|
24285
24254
|
"#ARIAAttrs": true,
|
|
24286
|
-
"#DocumentElementEventAttrs": true,
|
|
24287
24255
|
"#GlobalEventAttrs": true,
|
|
24288
24256
|
"#HTMLGlobalAttrs": true
|
|
24289
24257
|
},
|
|
@@ -24335,7 +24303,6 @@
|
|
|
24335
24303
|
"omission": false,
|
|
24336
24304
|
"globalAttrs": {
|
|
24337
24305
|
"#ARIAAttrs": true,
|
|
24338
|
-
"#DocumentElementEventAttrs": true,
|
|
24339
24306
|
"#GlobalEventAttrs": true,
|
|
24340
24307
|
"#HTMLGlobalAttrs": true
|
|
24341
24308
|
},
|
|
@@ -24404,7 +24371,6 @@
|
|
|
24404
24371
|
"omission": false,
|
|
24405
24372
|
"globalAttrs": {
|
|
24406
24373
|
"#ARIAAttrs": true,
|
|
24407
|
-
"#DocumentElementEventAttrs": true,
|
|
24408
24374
|
"#GlobalEventAttrs": true,
|
|
24409
24375
|
"#HTMLGlobalAttrs": true
|
|
24410
24376
|
},
|
|
@@ -24434,7 +24400,6 @@
|
|
|
24434
24400
|
"omission": false,
|
|
24435
24401
|
"globalAttrs": {
|
|
24436
24402
|
"#ARIAAttrs": true,
|
|
24437
|
-
"#DocumentElementEventAttrs": true,
|
|
24438
24403
|
"#GlobalEventAttrs": true,
|
|
24439
24404
|
"#HTMLGlobalAttrs": true
|
|
24440
24405
|
},
|
|
@@ -24602,7 +24567,6 @@
|
|
|
24602
24567
|
"omission": false,
|
|
24603
24568
|
"globalAttrs": {
|
|
24604
24569
|
"#ARIAAttrs": true,
|
|
24605
|
-
"#DocumentElementEventAttrs": true,
|
|
24606
24570
|
"#GlobalEventAttrs": true,
|
|
24607
24571
|
"#HTMLGlobalAttrs": true
|
|
24608
24572
|
},
|
|
@@ -24630,7 +24594,6 @@
|
|
|
24630
24594
|
"omission": false,
|
|
24631
24595
|
"globalAttrs": {
|
|
24632
24596
|
"#ARIAAttrs": true,
|
|
24633
|
-
"#DocumentElementEventAttrs": true,
|
|
24634
24597
|
"#GlobalEventAttrs": true,
|
|
24635
24598
|
"#HTMLGlobalAttrs": true
|
|
24636
24599
|
},
|
|
@@ -24658,7 +24621,6 @@
|
|
|
24658
24621
|
"omission": false,
|
|
24659
24622
|
"globalAttrs": {
|
|
24660
24623
|
"#ARIAAttrs": true,
|
|
24661
|
-
"#DocumentElementEventAttrs": true,
|
|
24662
24624
|
"#GlobalEventAttrs": true,
|
|
24663
24625
|
"#HTMLGlobalAttrs": true
|
|
24664
24626
|
},
|
|
@@ -24686,7 +24648,6 @@
|
|
|
24686
24648
|
"omission": false,
|
|
24687
24649
|
"globalAttrs": {
|
|
24688
24650
|
"#ARIAAttrs": true,
|
|
24689
|
-
"#DocumentElementEventAttrs": true,
|
|
24690
24651
|
"#GlobalEventAttrs": true,
|
|
24691
24652
|
"#HTMLGlobalAttrs": true
|
|
24692
24653
|
},
|
|
@@ -24714,7 +24675,6 @@
|
|
|
24714
24675
|
"omission": false,
|
|
24715
24676
|
"globalAttrs": {
|
|
24716
24677
|
"#ARIAAttrs": true,
|
|
24717
|
-
"#DocumentElementEventAttrs": true,
|
|
24718
24678
|
"#GlobalEventAttrs": true,
|
|
24719
24679
|
"#HTMLGlobalAttrs": true
|
|
24720
24680
|
},
|
|
@@ -24742,7 +24702,6 @@
|
|
|
24742
24702
|
"omission": false,
|
|
24743
24703
|
"globalAttrs": {
|
|
24744
24704
|
"#ARIAAttrs": true,
|
|
24745
|
-
"#DocumentElementEventAttrs": true,
|
|
24746
24705
|
"#GlobalEventAttrs": true,
|
|
24747
24706
|
"#HTMLGlobalAttrs": true
|
|
24748
24707
|
},
|
|
@@ -24774,7 +24733,6 @@
|
|
|
24774
24733
|
"omission": false,
|
|
24775
24734
|
"globalAttrs": {
|
|
24776
24735
|
"#ARIAAttrs": true,
|
|
24777
|
-
"#DocumentElementEventAttrs": true,
|
|
24778
24736
|
"#GlobalEventAttrs": true,
|
|
24779
24737
|
"#HTMLGlobalAttrs": true
|
|
24780
24738
|
},
|
|
@@ -24819,7 +24777,6 @@
|
|
|
24819
24777
|
"omission": false,
|
|
24820
24778
|
"globalAttrs": {
|
|
24821
24779
|
"#ARIAAttrs": true,
|
|
24822
|
-
"#DocumentElementEventAttrs": true,
|
|
24823
24780
|
"#GlobalEventAttrs": true,
|
|
24824
24781
|
"#HTMLGlobalAttrs": true
|
|
24825
24782
|
},
|
|
@@ -24866,7 +24823,6 @@
|
|
|
24866
24823
|
"omission": false,
|
|
24867
24824
|
"globalAttrs": {
|
|
24868
24825
|
"#ARIAAttrs": true,
|
|
24869
|
-
"#DocumentElementEventAttrs": true,
|
|
24870
24826
|
"#GlobalEventAttrs": true,
|
|
24871
24827
|
"#HTMLGlobalAttrs": true
|
|
24872
24828
|
},
|
|
@@ -24891,7 +24847,6 @@
|
|
|
24891
24847
|
"omission": false,
|
|
24892
24848
|
"globalAttrs": {
|
|
24893
24849
|
"#ARIAAttrs": true,
|
|
24894
|
-
"#DocumentElementEventAttrs": true,
|
|
24895
24850
|
"#GlobalEventAttrs": true,
|
|
24896
24851
|
"#HTMLGlobalAttrs": true
|
|
24897
24852
|
},
|
|
@@ -24946,7 +24901,6 @@
|
|
|
24946
24901
|
"omission": false,
|
|
24947
24902
|
"globalAttrs": {
|
|
24948
24903
|
"#ARIAAttrs": true,
|
|
24949
|
-
"#DocumentElementEventAttrs": true,
|
|
24950
24904
|
"#GlobalEventAttrs": true,
|
|
24951
24905
|
"#HTMLGlobalAttrs": true
|
|
24952
24906
|
},
|
|
@@ -24985,7 +24939,6 @@
|
|
|
24985
24939
|
"omission": false,
|
|
24986
24940
|
"globalAttrs": {
|
|
24987
24941
|
"#ARIAAttrs": true,
|
|
24988
|
-
"#DocumentElementEventAttrs": true,
|
|
24989
24942
|
"#GlobalEventAttrs": true,
|
|
24990
24943
|
"#HTMLGlobalAttrs": true
|
|
24991
24944
|
},
|
|
@@ -25006,7 +24959,6 @@
|
|
|
25006
24959
|
"omission": false,
|
|
25007
24960
|
"globalAttrs": {
|
|
25008
24961
|
"#ARIAAttrs": true,
|
|
25009
|
-
"#DocumentElementEventAttrs": true,
|
|
25010
24962
|
"#GlobalEventAttrs": true,
|
|
25011
24963
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25012
24964
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25027,6 +24979,11 @@
|
|
|
25027
24979
|
"description": "Set to true if a cross-origin <iframe> should be allowed to invoke the Payment Request API. Note: This attribute is considered a legacy attribute and redefined as allow=\"payment\".",
|
|
25028
24980
|
"experimental": true
|
|
25029
24981
|
},
|
|
24982
|
+
"credentialless": {
|
|
24983
|
+
"description": "Set to true to make the <iframe> credentialless, meaning that its content will be loaded in a new, ephemeral context. It doesn't have access to the network, cookies, and storage data associated with its origin. It uses a new context local to the top-level document lifetime. In return, the Cross-Origin-Embedder-Policy (COEP) embedding rules can be lifted, so documents with COEP set can embed third-party documents that do not. See IFrame credentialless for more details.",
|
|
24984
|
+
"experimental": true,
|
|
24985
|
+
"nonStandard": true
|
|
24986
|
+
},
|
|
25030
24987
|
"csp": {
|
|
25031
24988
|
"description": "A Content Security Policy enforced for the embedded resource. See HTMLIFrameElement.csp for details.",
|
|
25032
24989
|
"experimental": true
|
|
@@ -25180,7 +25137,6 @@
|
|
|
25180
25137
|
"omission": false,
|
|
25181
25138
|
"globalAttrs": {
|
|
25182
25139
|
"#ARIAAttrs": true,
|
|
25183
|
-
"#DocumentElementEventAttrs": true,
|
|
25184
25140
|
"#GlobalEventAttrs": true,
|
|
25185
25141
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "srcset", "sizes", "width"],
|
|
25186
25142
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25208,6 +25164,9 @@
|
|
|
25208
25164
|
"missingValueDefault": "auto"
|
|
25209
25165
|
}
|
|
25210
25166
|
},
|
|
25167
|
+
"elementtiming": {
|
|
25168
|
+
"description": "Marks the image for observation by the PerformanceElementTiming API. The value given becomes an identifier for the observed image element. See also the elementtiming attribute page."
|
|
25169
|
+
},
|
|
25211
25170
|
"fetchpriority": {
|
|
25212
25171
|
"description": "Provides a hint of the relative priority to use when fetching the image. Allowed values: high Signals a high-priority fetch relative to other images. low Signals a low-priority fetch relative to other images. auto Default: Signals automatic determination of fetch priority relative to other images.",
|
|
25213
25172
|
"experimental": true
|
|
@@ -25738,7 +25697,6 @@
|
|
|
25738
25697
|
"omission": false,
|
|
25739
25698
|
"globalAttrs": {
|
|
25740
25699
|
"#ARIAAttrs": true,
|
|
25741
|
-
"#DocumentElementEventAttrs": true,
|
|
25742
25700
|
"#GlobalEventAttrs": true,
|
|
25743
25701
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25744
25702
|
"#HTMLFormControlElementAttrs": [
|
|
@@ -26095,7 +26053,6 @@
|
|
|
26095
26053
|
"omission": false,
|
|
26096
26054
|
"globalAttrs": {
|
|
26097
26055
|
"#ARIAAttrs": true,
|
|
26098
|
-
"#DocumentElementEventAttrs": true,
|
|
26099
26056
|
"#GlobalEventAttrs": true,
|
|
26100
26057
|
"#HTMLGlobalAttrs": true
|
|
26101
26058
|
},
|
|
@@ -26145,7 +26102,6 @@
|
|
|
26145
26102
|
"omission": false,
|
|
26146
26103
|
"globalAttrs": {
|
|
26147
26104
|
"#ARIAAttrs": true,
|
|
26148
|
-
"#DocumentElementEventAttrs": true,
|
|
26149
26105
|
"#GlobalEventAttrs": true,
|
|
26150
26106
|
"#HTMLGlobalAttrs": true
|
|
26151
26107
|
},
|
|
@@ -26207,7 +26163,6 @@
|
|
|
26207
26163
|
"omission": false,
|
|
26208
26164
|
"globalAttrs": {
|
|
26209
26165
|
"#ARIAAttrs": true,
|
|
26210
|
-
"#DocumentElementEventAttrs": true,
|
|
26211
26166
|
"#GlobalEventAttrs": true,
|
|
26212
26167
|
"#HTMLGlobalAttrs": true
|
|
26213
26168
|
},
|
|
@@ -26237,7 +26192,6 @@
|
|
|
26237
26192
|
"omission": false,
|
|
26238
26193
|
"globalAttrs": {
|
|
26239
26194
|
"#ARIAAttrs": true,
|
|
26240
|
-
"#DocumentElementEventAttrs": true,
|
|
26241
26195
|
"#GlobalEventAttrs": true,
|
|
26242
26196
|
"#HTMLGlobalAttrs": true
|
|
26243
26197
|
},
|
|
@@ -26273,7 +26227,6 @@
|
|
|
26273
26227
|
"omission": false,
|
|
26274
26228
|
"globalAttrs": {
|
|
26275
26229
|
"#ARIAAttrs": true,
|
|
26276
|
-
"#DocumentElementEventAttrs": true,
|
|
26277
26230
|
"#GlobalEventAttrs": true,
|
|
26278
26231
|
"#HTMLGlobalAttrs": true
|
|
26279
26232
|
},
|
|
@@ -26305,7 +26258,6 @@
|
|
|
26305
26258
|
"omission": false,
|
|
26306
26259
|
"globalAttrs": {
|
|
26307
26260
|
"#ARIAAttrs": true,
|
|
26308
|
-
"#DocumentElementEventAttrs": true,
|
|
26309
26261
|
"#GlobalEventAttrs": true,
|
|
26310
26262
|
"#HTMLGlobalAttrs": true,
|
|
26311
26263
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -26508,7 +26460,6 @@
|
|
|
26508
26460
|
"omission": false,
|
|
26509
26461
|
"globalAttrs": {
|
|
26510
26462
|
"#ARIAAttrs": true,
|
|
26511
|
-
"#DocumentElementEventAttrs": true,
|
|
26512
26463
|
"#GlobalEventAttrs": true,
|
|
26513
26464
|
"#HTMLGlobalAttrs": true
|
|
26514
26465
|
},
|
|
@@ -26534,7 +26485,6 @@
|
|
|
26534
26485
|
"omission": false,
|
|
26535
26486
|
"globalAttrs": {
|
|
26536
26487
|
"#ARIAAttrs": true,
|
|
26537
|
-
"#DocumentElementEventAttrs": true,
|
|
26538
26488
|
"#GlobalEventAttrs": true,
|
|
26539
26489
|
"#HTMLGlobalAttrs": true
|
|
26540
26490
|
},
|
|
@@ -26564,7 +26514,6 @@
|
|
|
26564
26514
|
"omission": false,
|
|
26565
26515
|
"globalAttrs": {
|
|
26566
26516
|
"#ARIAAttrs": true,
|
|
26567
|
-
"#DocumentElementEventAttrs": true,
|
|
26568
26517
|
"#GlobalEventAttrs": true,
|
|
26569
26518
|
"#HTMLGlobalAttrs": true
|
|
26570
26519
|
},
|
|
@@ -26707,7 +26656,6 @@
|
|
|
26707
26656
|
"omission": false,
|
|
26708
26657
|
"globalAttrs": {
|
|
26709
26658
|
"#ARIAAttrs": true,
|
|
26710
|
-
"#DocumentElementEventAttrs": true,
|
|
26711
26659
|
"#GlobalEventAttrs": true,
|
|
26712
26660
|
"#HTMLGlobalAttrs": true
|
|
26713
26661
|
},
|
|
@@ -26785,7 +26733,6 @@
|
|
|
26785
26733
|
"omission": false,
|
|
26786
26734
|
"globalAttrs": {
|
|
26787
26735
|
"#ARIAAttrs": true,
|
|
26788
|
-
"#DocumentElementEventAttrs": true,
|
|
26789
26736
|
"#GlobalEventAttrs": true,
|
|
26790
26737
|
"#HTMLGlobalAttrs": true,
|
|
26791
26738
|
"#HTMLLinkAndFetchingAttrs": ["media"]
|
|
@@ -26862,7 +26809,6 @@
|
|
|
26862
26809
|
"omission": false,
|
|
26863
26810
|
"globalAttrs": {
|
|
26864
26811
|
"#ARIAAttrs": true,
|
|
26865
|
-
"#DocumentElementEventAttrs": true,
|
|
26866
26812
|
"#GlobalEventAttrs": true,
|
|
26867
26813
|
"#HTMLGlobalAttrs": true
|
|
26868
26814
|
},
|
|
@@ -26926,7 +26872,6 @@
|
|
|
26926
26872
|
"omission": false,
|
|
26927
26873
|
"globalAttrs": {
|
|
26928
26874
|
"#ARIAAttrs": true,
|
|
26929
|
-
"#DocumentElementEventAttrs": true,
|
|
26930
26875
|
"#GlobalEventAttrs": true,
|
|
26931
26876
|
"#HTMLGlobalAttrs": true
|
|
26932
26877
|
},
|
|
@@ -27020,7 +26965,6 @@
|
|
|
27020
26965
|
"omission": false,
|
|
27021
26966
|
"globalAttrs": {
|
|
27022
26967
|
"#ARIAAttrs": true,
|
|
27023
|
-
"#DocumentElementEventAttrs": true,
|
|
27024
26968
|
"#GlobalEventAttrs": true,
|
|
27025
26969
|
"#HTMLGlobalAttrs": true
|
|
27026
26970
|
},
|
|
@@ -27045,7 +26989,6 @@
|
|
|
27045
26989
|
"omission": false,
|
|
27046
26990
|
"globalAttrs": {
|
|
27047
26991
|
"#ARIAAttrs": true,
|
|
27048
|
-
"#DocumentElementEventAttrs": true,
|
|
27049
26992
|
"#GlobalEventAttrs": true,
|
|
27050
26993
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
27051
26994
|
"#HTMLFormControlElementAttrs": ["form"],
|
|
@@ -27154,7 +27097,6 @@
|
|
|
27154
27097
|
"omission": false,
|
|
27155
27098
|
"globalAttrs": {
|
|
27156
27099
|
"#ARIAAttrs": true,
|
|
27157
|
-
"#DocumentElementEventAttrs": true,
|
|
27158
27100
|
"#GlobalEventAttrs": true,
|
|
27159
27101
|
"#HTMLGlobalAttrs": true
|
|
27160
27102
|
},
|
|
@@ -27198,7 +27140,6 @@
|
|
|
27198
27140
|
"omission": false,
|
|
27199
27141
|
"globalAttrs": {
|
|
27200
27142
|
"#ARIAAttrs": true,
|
|
27201
|
-
"#DocumentElementEventAttrs": true,
|
|
27202
27143
|
"#GlobalEventAttrs": true,
|
|
27203
27144
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27204
27145
|
"#HTMLGlobalAttrs": true
|
|
@@ -27264,7 +27205,6 @@
|
|
|
27264
27205
|
"omission": false,
|
|
27265
27206
|
"globalAttrs": {
|
|
27266
27207
|
"#ARIAAttrs": true,
|
|
27267
|
-
"#DocumentElementEventAttrs": true,
|
|
27268
27208
|
"#GlobalEventAttrs": true,
|
|
27269
27209
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27270
27210
|
"#HTMLGlobalAttrs": true
|
|
@@ -27303,7 +27243,6 @@
|
|
|
27303
27243
|
"omission": false,
|
|
27304
27244
|
"globalAttrs": {
|
|
27305
27245
|
"#ARIAAttrs": true,
|
|
27306
|
-
"#DocumentElementEventAttrs": true,
|
|
27307
27246
|
"#GlobalEventAttrs": true,
|
|
27308
27247
|
"#HTMLFormControlElementAttrs": ["form", "name"],
|
|
27309
27248
|
"#HTMLGlobalAttrs": true
|
|
@@ -27343,7 +27282,6 @@
|
|
|
27343
27282
|
"omission": false,
|
|
27344
27283
|
"globalAttrs": {
|
|
27345
27284
|
"#ARIAAttrs": true,
|
|
27346
|
-
"#DocumentElementEventAttrs": true,
|
|
27347
27285
|
"#GlobalEventAttrs": true,
|
|
27348
27286
|
"#HTMLGlobalAttrs": true
|
|
27349
27287
|
},
|
|
@@ -27425,7 +27363,6 @@
|
|
|
27425
27363
|
"omission": false,
|
|
27426
27364
|
"globalAttrs": {
|
|
27427
27365
|
"#ARIAAttrs": true,
|
|
27428
|
-
"#DocumentElementEventAttrs": true,
|
|
27429
27366
|
"#GlobalEventAttrs": true,
|
|
27430
27367
|
"#HTMLGlobalAttrs": true
|
|
27431
27368
|
},
|
|
@@ -27467,7 +27404,6 @@
|
|
|
27467
27404
|
"omission": false,
|
|
27468
27405
|
"globalAttrs": {
|
|
27469
27406
|
"#ARIAAttrs": true,
|
|
27470
|
-
"#DocumentElementEventAttrs": true,
|
|
27471
27407
|
"#GlobalEventAttrs": true,
|
|
27472
27408
|
"#HTMLEmbededAndMediaContentAttrs": ["src"],
|
|
27473
27409
|
"#HTMLGlobalAttrs": true,
|
|
@@ -27502,7 +27438,6 @@
|
|
|
27502
27438
|
"omission": false,
|
|
27503
27439
|
"globalAttrs": {
|
|
27504
27440
|
"#ARIAAttrs": true,
|
|
27505
|
-
"#DocumentElementEventAttrs": true,
|
|
27506
27441
|
"#GlobalEventAttrs": true,
|
|
27507
27442
|
"#HTMLGlobalAttrs": true
|
|
27508
27443
|
},
|
|
@@ -27553,7 +27488,6 @@
|
|
|
27553
27488
|
"omission": false,
|
|
27554
27489
|
"globalAttrs": {
|
|
27555
27490
|
"#ARIAAttrs": true,
|
|
27556
|
-
"#DocumentElementEventAttrs": true,
|
|
27557
27491
|
"#GlobalEventAttrs": true,
|
|
27558
27492
|
"#HTMLGlobalAttrs": true
|
|
27559
27493
|
},
|
|
@@ -27586,7 +27520,6 @@
|
|
|
27586
27520
|
"omission": false,
|
|
27587
27521
|
"globalAttrs": {
|
|
27588
27522
|
"#ARIAAttrs": true,
|
|
27589
|
-
"#DocumentElementEventAttrs": true,
|
|
27590
27523
|
"#GlobalEventAttrs": true,
|
|
27591
27524
|
"#HTMLGlobalAttrs": true
|
|
27592
27525
|
},
|
|
@@ -27632,7 +27565,6 @@
|
|
|
27632
27565
|
"omission": false,
|
|
27633
27566
|
"globalAttrs": {
|
|
27634
27567
|
"#ARIAAttrs": true,
|
|
27635
|
-
"#DocumentElementEventAttrs": true,
|
|
27636
27568
|
"#GlobalEventAttrs": true,
|
|
27637
27569
|
"#HTMLGlobalAttrs": true
|
|
27638
27570
|
},
|
|
@@ -27658,7 +27590,6 @@
|
|
|
27658
27590
|
"omission": false,
|
|
27659
27591
|
"globalAttrs": {
|
|
27660
27592
|
"#ARIAAttrs": true,
|
|
27661
|
-
"#DocumentElementEventAttrs": true,
|
|
27662
27593
|
"#GlobalEventAttrs": true,
|
|
27663
27594
|
"#HTMLGlobalAttrs": true
|
|
27664
27595
|
},
|
|
@@ -27728,7 +27659,6 @@
|
|
|
27728
27659
|
"omission": false,
|
|
27729
27660
|
"globalAttrs": {
|
|
27730
27661
|
"#ARIAAttrs": true,
|
|
27731
|
-
"#DocumentElementEventAttrs": true,
|
|
27732
27662
|
"#GlobalEventAttrs": true,
|
|
27733
27663
|
"#HTMLGlobalAttrs": true
|
|
27734
27664
|
},
|
|
@@ -27754,7 +27684,6 @@
|
|
|
27754
27684
|
"omission": false,
|
|
27755
27685
|
"globalAttrs": {
|
|
27756
27686
|
"#ARIAAttrs": true,
|
|
27757
|
-
"#DocumentElementEventAttrs": true,
|
|
27758
27687
|
"#GlobalEventAttrs": true,
|
|
27759
27688
|
"#HTMLGlobalAttrs": true
|
|
27760
27689
|
},
|
|
@@ -27780,7 +27709,6 @@
|
|
|
27780
27709
|
"omission": false,
|
|
27781
27710
|
"globalAttrs": {
|
|
27782
27711
|
"#ARIAAttrs": true,
|
|
27783
|
-
"#DocumentElementEventAttrs": true,
|
|
27784
27712
|
"#GlobalEventAttrs": true,
|
|
27785
27713
|
"#HTMLGlobalAttrs": true
|
|
27786
27714
|
},
|
|
@@ -27806,7 +27734,6 @@
|
|
|
27806
27734
|
"omission": false,
|
|
27807
27735
|
"globalAttrs": {
|
|
27808
27736
|
"#ARIAAttrs": true,
|
|
27809
|
-
"#DocumentElementEventAttrs": true,
|
|
27810
27737
|
"#GlobalEventAttrs": true,
|
|
27811
27738
|
"#HTMLGlobalAttrs": true,
|
|
27812
27739
|
"#HTMLLinkAndFetchingAttrs": ["crossorigin", "referrerpolicy", "integrity", "fetchpriority"]
|
|
@@ -27938,7 +27865,6 @@
|
|
|
27938
27865
|
"omission": false,
|
|
27939
27866
|
"globalAttrs": {
|
|
27940
27867
|
"#ARIAAttrs": true,
|
|
27941
|
-
"#DocumentElementEventAttrs": true,
|
|
27942
27868
|
"#GlobalEventAttrs": true,
|
|
27943
27869
|
"#HTMLGlobalAttrs": true
|
|
27944
27870
|
},
|
|
@@ -27989,7 +27915,6 @@
|
|
|
27989
27915
|
"omission": false,
|
|
27990
27916
|
"globalAttrs": {
|
|
27991
27917
|
"#ARIAAttrs": true,
|
|
27992
|
-
"#DocumentElementEventAttrs": true,
|
|
27993
27918
|
"#GlobalEventAttrs": true,
|
|
27994
27919
|
"#HTMLFormControlElementAttrs": ["autocomplete", "disabled", "form", "name", "required"],
|
|
27995
27920
|
"#HTMLGlobalAttrs": true
|
|
@@ -28044,7 +27969,6 @@
|
|
|
28044
27969
|
"omission": false,
|
|
28045
27970
|
"globalAttrs": {
|
|
28046
27971
|
"#ARIAAttrs": true,
|
|
28047
|
-
"#DocumentElementEventAttrs": true,
|
|
28048
27972
|
"#GlobalEventAttrs": true,
|
|
28049
27973
|
"#HTMLGlobalAttrs": true
|
|
28050
27974
|
},
|
|
@@ -28074,7 +27998,6 @@
|
|
|
28074
27998
|
"omission": false,
|
|
28075
27999
|
"globalAttrs": {
|
|
28076
28000
|
"#ARIAAttrs": true,
|
|
28077
|
-
"#DocumentElementEventAttrs": true,
|
|
28078
28001
|
"#GlobalEventAttrs": true,
|
|
28079
28002
|
"#HTMLGlobalAttrs": true
|
|
28080
28003
|
},
|
|
@@ -28096,7 +28019,6 @@
|
|
|
28096
28019
|
"omission": false,
|
|
28097
28020
|
"globalAttrs": {
|
|
28098
28021
|
"#ARIAAttrs": true,
|
|
28099
|
-
"#DocumentElementEventAttrs": true,
|
|
28100
28022
|
"#GlobalEventAttrs": true,
|
|
28101
28023
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "srcset", "sizes", "width"],
|
|
28102
28024
|
"#HTMLGlobalAttrs": true
|
|
@@ -28180,7 +28102,6 @@
|
|
|
28180
28102
|
"omission": false,
|
|
28181
28103
|
"globalAttrs": {
|
|
28182
28104
|
"#ARIAAttrs": true,
|
|
28183
|
-
"#DocumentElementEventAttrs": true,
|
|
28184
28105
|
"#GlobalEventAttrs": true,
|
|
28185
28106
|
"#HTMLGlobalAttrs": true
|
|
28186
28107
|
},
|
|
@@ -28226,7 +28147,6 @@
|
|
|
28226
28147
|
"omission": false,
|
|
28227
28148
|
"globalAttrs": {
|
|
28228
28149
|
"#ARIAAttrs": true,
|
|
28229
|
-
"#DocumentElementEventAttrs": true,
|
|
28230
28150
|
"#GlobalEventAttrs": true,
|
|
28231
28151
|
"#HTMLGlobalAttrs": true
|
|
28232
28152
|
},
|
|
@@ -28252,7 +28172,6 @@
|
|
|
28252
28172
|
"omission": false,
|
|
28253
28173
|
"globalAttrs": {
|
|
28254
28174
|
"#ARIAAttrs": true,
|
|
28255
|
-
"#DocumentElementEventAttrs": true,
|
|
28256
28175
|
"#GlobalEventAttrs": true,
|
|
28257
28176
|
"#HTMLGlobalAttrs": true
|
|
28258
28177
|
},
|
|
@@ -28300,7 +28219,6 @@
|
|
|
28300
28219
|
"omission": false,
|
|
28301
28220
|
"globalAttrs": {
|
|
28302
28221
|
"#ARIAAttrs": true,
|
|
28303
|
-
"#DocumentElementEventAttrs": true,
|
|
28304
28222
|
"#GlobalEventAttrs": true,
|
|
28305
28223
|
"#HTMLGlobalAttrs": true
|
|
28306
28224
|
},
|
|
@@ -28340,7 +28258,6 @@
|
|
|
28340
28258
|
"omission": false,
|
|
28341
28259
|
"globalAttrs": {
|
|
28342
28260
|
"#ARIAAttrs": true,
|
|
28343
|
-
"#DocumentElementEventAttrs": true,
|
|
28344
28261
|
"#GlobalEventAttrs": true,
|
|
28345
28262
|
"#HTMLGlobalAttrs": true
|
|
28346
28263
|
},
|
|
@@ -28369,7 +28286,6 @@
|
|
|
28369
28286
|
"omission": false,
|
|
28370
28287
|
"globalAttrs": {
|
|
28371
28288
|
"#ARIAAttrs": true,
|
|
28372
|
-
"#DocumentElementEventAttrs": true,
|
|
28373
28289
|
"#GlobalEventAttrs": true,
|
|
28374
28290
|
"#HTMLGlobalAttrs": true
|
|
28375
28291
|
},
|
|
@@ -28435,7 +28351,6 @@
|
|
|
28435
28351
|
"omission": false,
|
|
28436
28352
|
"globalAttrs": {
|
|
28437
28353
|
"#ARIAAttrs": true,
|
|
28438
|
-
"#DocumentElementEventAttrs": true,
|
|
28439
28354
|
"#GlobalEventAttrs": true,
|
|
28440
28355
|
"#HTMLGlobalAttrs": true
|
|
28441
28356
|
},
|
|
@@ -28497,7 +28412,6 @@
|
|
|
28497
28412
|
"omission": false,
|
|
28498
28413
|
"globalAttrs": {
|
|
28499
28414
|
"#ARIAAttrs": true,
|
|
28500
|
-
"#DocumentElementEventAttrs": true,
|
|
28501
28415
|
"#GlobalEventAttrs": true,
|
|
28502
28416
|
"#HTMLGlobalAttrs": true
|
|
28503
28417
|
},
|
|
@@ -28554,7 +28468,6 @@
|
|
|
28554
28468
|
"omission": false,
|
|
28555
28469
|
"globalAttrs": {
|
|
28556
28470
|
"#ARIAAttrs": true,
|
|
28557
|
-
"#DocumentElementEventAttrs": true,
|
|
28558
28471
|
"#GlobalEventAttrs": true,
|
|
28559
28472
|
"#HTMLGlobalAttrs": true,
|
|
28560
28473
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28627,7 +28540,6 @@
|
|
|
28627
28540
|
"omission": false,
|
|
28628
28541
|
"globalAttrs": {
|
|
28629
28542
|
"#ARIAAttrs": true,
|
|
28630
|
-
"#DocumentElementEventAttrs": true,
|
|
28631
28543
|
"#GlobalEventAttrs": true,
|
|
28632
28544
|
"#HTMLGlobalAttrs": true
|
|
28633
28545
|
},
|
|
@@ -28656,7 +28568,6 @@
|
|
|
28656
28568
|
"omission": false,
|
|
28657
28569
|
"globalAttrs": {
|
|
28658
28570
|
"#ARIAAttrs": true,
|
|
28659
|
-
"#DocumentElementEventAttrs": true,
|
|
28660
28571
|
"#GlobalEventAttrs": true,
|
|
28661
28572
|
"#HTMLFormControlElementAttrs": [
|
|
28662
28573
|
"autocomplete",
|
|
@@ -28751,7 +28662,6 @@
|
|
|
28751
28662
|
"omission": false,
|
|
28752
28663
|
"globalAttrs": {
|
|
28753
28664
|
"#ARIAAttrs": true,
|
|
28754
|
-
"#DocumentElementEventAttrs": true,
|
|
28755
28665
|
"#GlobalEventAttrs": true,
|
|
28756
28666
|
"#HTMLGlobalAttrs": true
|
|
28757
28667
|
},
|
|
@@ -28820,7 +28730,6 @@
|
|
|
28820
28730
|
"omission": false,
|
|
28821
28731
|
"globalAttrs": {
|
|
28822
28732
|
"#ARIAAttrs": true,
|
|
28823
|
-
"#DocumentElementEventAttrs": true,
|
|
28824
28733
|
"#GlobalEventAttrs": true,
|
|
28825
28734
|
"#HTMLGlobalAttrs": true,
|
|
28826
28735
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28898,7 +28807,6 @@
|
|
|
28898
28807
|
"omission": false,
|
|
28899
28808
|
"globalAttrs": {
|
|
28900
28809
|
"#ARIAAttrs": true,
|
|
28901
|
-
"#DocumentElementEventAttrs": true,
|
|
28902
28810
|
"#GlobalEventAttrs": true,
|
|
28903
28811
|
"#HTMLGlobalAttrs": true
|
|
28904
28812
|
},
|
|
@@ -28948,7 +28856,6 @@
|
|
|
28948
28856
|
"omission": false,
|
|
28949
28857
|
"globalAttrs": {
|
|
28950
28858
|
"#ARIAAttrs": true,
|
|
28951
|
-
"#DocumentElementEventAttrs": true,
|
|
28952
28859
|
"#GlobalEventAttrs": true,
|
|
28953
28860
|
"#HTMLGlobalAttrs": true
|
|
28954
28861
|
},
|
|
@@ -28978,7 +28885,6 @@
|
|
|
28978
28885
|
"omission": false,
|
|
28979
28886
|
"globalAttrs": {
|
|
28980
28887
|
"#ARIAAttrs": true,
|
|
28981
|
-
"#DocumentElementEventAttrs": true,
|
|
28982
28888
|
"#GlobalEventAttrs": true,
|
|
28983
28889
|
"#HTMLGlobalAttrs": true
|
|
28984
28890
|
},
|
|
@@ -29008,7 +28914,6 @@
|
|
|
29008
28914
|
"omission": false,
|
|
29009
28915
|
"globalAttrs": {
|
|
29010
28916
|
"#ARIAAttrs": true,
|
|
29011
|
-
"#DocumentElementEventAttrs": true,
|
|
29012
28917
|
"#GlobalEventAttrs": true,
|
|
29013
28918
|
"#HTMLGlobalAttrs": true
|
|
29014
28919
|
},
|
|
@@ -29051,7 +28956,6 @@
|
|
|
29051
28956
|
"omission": false,
|
|
29052
28957
|
"globalAttrs": {
|
|
29053
28958
|
"#ARIAAttrs": true,
|
|
29054
|
-
"#DocumentElementEventAttrs": true,
|
|
29055
28959
|
"#GlobalEventAttrs": true,
|
|
29056
28960
|
"#HTMLGlobalAttrs": true
|
|
29057
28961
|
},
|
|
@@ -29115,7 +29019,6 @@
|
|
|
29115
29019
|
"omission": false,
|
|
29116
29020
|
"globalAttrs": {
|
|
29117
29021
|
"#ARIAAttrs": true,
|
|
29118
|
-
"#DocumentElementEventAttrs": true,
|
|
29119
29022
|
"#GlobalEventAttrs": true,
|
|
29120
29023
|
"#HTMLGlobalAttrs": true
|
|
29121
29024
|
},
|
|
@@ -29170,7 +29073,6 @@
|
|
|
29170
29073
|
"omission": false,
|
|
29171
29074
|
"globalAttrs": {
|
|
29172
29075
|
"#ARIAAttrs": true,
|
|
29173
|
-
"#DocumentElementEventAttrs": true,
|
|
29174
29076
|
"#GlobalEventAttrs": true,
|
|
29175
29077
|
"#HTMLGlobalAttrs": true
|
|
29176
29078
|
},
|
|
@@ -29207,7 +29109,6 @@
|
|
|
29207
29109
|
"omission": false,
|
|
29208
29110
|
"globalAttrs": {
|
|
29209
29111
|
"#ARIAAttrs": true,
|
|
29210
|
-
"#DocumentElementEventAttrs": true,
|
|
29211
29112
|
"#GlobalEventAttrs": true,
|
|
29212
29113
|
"#HTMLGlobalAttrs": true
|
|
29213
29114
|
},
|
|
@@ -29255,7 +29156,6 @@
|
|
|
29255
29156
|
"omission": false,
|
|
29256
29157
|
"globalAttrs": {
|
|
29257
29158
|
"#ARIAAttrs": true,
|
|
29258
|
-
"#DocumentElementEventAttrs": true,
|
|
29259
29159
|
"#GlobalEventAttrs": true,
|
|
29260
29160
|
"#HTMLEmbededAndMediaContentAttrs": [
|
|
29261
29161
|
"src",
|
|
@@ -29350,7 +29250,6 @@
|
|
|
29350
29250
|
"omission": false,
|
|
29351
29251
|
"globalAttrs": {
|
|
29352
29252
|
"#ARIAAttrs": true,
|
|
29353
|
-
"#DocumentElementEventAttrs": true,
|
|
29354
29253
|
"#GlobalEventAttrs": true,
|
|
29355
29254
|
"#HTMLGlobalAttrs": true
|
|
29356
29255
|
},
|
|
@@ -29411,7 +29310,6 @@
|
|
|
29411
29310
|
"omission": false,
|
|
29412
29311
|
"globalAttrs": {
|
|
29413
29312
|
"#ARIAAttrs": true,
|
|
29414
|
-
"#DocumentElementEventAttrs": true,
|
|
29415
29313
|
"#GlobalEventAttrs": true,
|
|
29416
29314
|
"#HTMLGlobalAttrs": true,
|
|
29417
29315
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -29636,7 +29534,6 @@
|
|
|
29636
29534
|
},
|
|
29637
29535
|
"omission": false,
|
|
29638
29536
|
"globalAttrs": {
|
|
29639
|
-
"#DocumentElementEventAttrs": true,
|
|
29640
29537
|
"#GlobalEventAttrs": true,
|
|
29641
29538
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29642
29539
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29784,7 +29681,6 @@
|
|
|
29784
29681
|
},
|
|
29785
29682
|
"omission": false,
|
|
29786
29683
|
"globalAttrs": {
|
|
29787
|
-
"#DocumentElementEventAttrs": true,
|
|
29788
29684
|
"#GlobalEventAttrs": true,
|
|
29789
29685
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29790
29686
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -29840,7 +29736,6 @@
|
|
|
29840
29736
|
},
|
|
29841
29737
|
"omission": false,
|
|
29842
29738
|
"globalAttrs": {
|
|
29843
|
-
"#DocumentElementEventAttrs": true,
|
|
29844
29739
|
"#GlobalEventAttrs": true,
|
|
29845
29740
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29846
29741
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29900,7 +29795,6 @@
|
|
|
29900
29795
|
"omission": false,
|
|
29901
29796
|
"globalAttrs": {
|
|
29902
29797
|
"#ARIAAttrs": true,
|
|
29903
|
-
"#DocumentElementEventAttrs": true,
|
|
29904
29798
|
"#GlobalEventAttrs": true,
|
|
29905
29799
|
"#HTMLGlobalAttrs": true,
|
|
29906
29800
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -30160,7 +30054,6 @@
|
|
|
30160
30054
|
},
|
|
30161
30055
|
"omission": false,
|
|
30162
30056
|
"globalAttrs": {
|
|
30163
|
-
"#DocumentElementEventAttrs": true,
|
|
30164
30057
|
"#GlobalEventAttrs": true,
|
|
30165
30058
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
30166
30059
|
"#SVGPresentationAttrs": [
|
|
@@ -30255,7 +30148,6 @@
|
|
|
30255
30148
|
},
|
|
30256
30149
|
"omission": false,
|
|
30257
30150
|
"globalAttrs": {
|
|
30258
|
-
"#DocumentElementEventAttrs": true,
|
|
30259
30151
|
"#GlobalEventAttrs": true,
|
|
30260
30152
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
30261
30153
|
},
|
|
@@ -30326,7 +30218,6 @@
|
|
|
30326
30218
|
"omission": false,
|
|
30327
30219
|
"globalAttrs": {
|
|
30328
30220
|
"#ARIAAttrs": true,
|
|
30329
|
-
"#DocumentElementEventAttrs": true,
|
|
30330
30221
|
"#GlobalEventAttrs": true,
|
|
30331
30222
|
"#HTMLGlobalAttrs": true,
|
|
30332
30223
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -32954,7 +32845,6 @@
|
|
|
32954
32845
|
"omission": false,
|
|
32955
32846
|
"globalAttrs": {
|
|
32956
32847
|
"#ARIAAttrs": true,
|
|
32957
|
-
"#DocumentElementEventAttrs": true,
|
|
32958
32848
|
"#GlobalEventAttrs": true,
|
|
32959
32849
|
"#HTMLGlobalAttrs": true,
|
|
32960
32850
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33090,7 +32980,6 @@
|
|
|
33090
32980
|
"omission": false,
|
|
33091
32981
|
"globalAttrs": {
|
|
33092
32982
|
"#ARIAAttrs": true,
|
|
33093
|
-
"#DocumentElementEventAttrs": true,
|
|
33094
32983
|
"#GlobalEventAttrs": true,
|
|
33095
32984
|
"#HTMLGlobalAttrs": true,
|
|
33096
32985
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33252,7 +33141,6 @@
|
|
|
33252
33141
|
"omission": false,
|
|
33253
33142
|
"globalAttrs": {
|
|
33254
33143
|
"#ARIAAttrs": true,
|
|
33255
|
-
"#DocumentElementEventAttrs": true,
|
|
33256
33144
|
"#GlobalEventAttrs": true,
|
|
33257
33145
|
"#HTMLGlobalAttrs": true,
|
|
33258
33146
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33383,7 +33271,6 @@
|
|
|
33383
33271
|
"omission": false,
|
|
33384
33272
|
"globalAttrs": {
|
|
33385
33273
|
"#ARIAAttrs": true,
|
|
33386
|
-
"#DocumentElementEventAttrs": true,
|
|
33387
33274
|
"#GlobalEventAttrs": true,
|
|
33388
33275
|
"#HTMLGlobalAttrs": true,
|
|
33389
33276
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33513,7 +33400,6 @@
|
|
|
33513
33400
|
},
|
|
33514
33401
|
"omission": false,
|
|
33515
33402
|
"globalAttrs": {
|
|
33516
|
-
"#DocumentElementEventAttrs": true,
|
|
33517
33403
|
"#GlobalEventAttrs": true,
|
|
33518
33404
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33519
33405
|
"#SVGPresentationAttrs": [
|
|
@@ -33674,7 +33560,6 @@
|
|
|
33674
33560
|
},
|
|
33675
33561
|
"omission": false,
|
|
33676
33562
|
"globalAttrs": {
|
|
33677
|
-
"#DocumentElementEventAttrs": true,
|
|
33678
33563
|
"#GlobalEventAttrs": true,
|
|
33679
33564
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33680
33565
|
"#SVGPresentationAttrs": [
|
|
@@ -33972,7 +33857,6 @@
|
|
|
33972
33857
|
},
|
|
33973
33858
|
"omission": false,
|
|
33974
33859
|
"globalAttrs": {
|
|
33975
|
-
"#DocumentElementEventAttrs": true,
|
|
33976
33860
|
"#GlobalEventAttrs": true,
|
|
33977
33861
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
33978
33862
|
},
|
|
@@ -34015,7 +33899,6 @@
|
|
|
34015
33899
|
},
|
|
34016
33900
|
"omission": false,
|
|
34017
33901
|
"globalAttrs": {
|
|
34018
|
-
"#DocumentElementEventAttrs": true,
|
|
34019
33902
|
"#GlobalEventAttrs": true,
|
|
34020
33903
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
34021
33904
|
},
|
|
@@ -34057,7 +33940,6 @@
|
|
|
34057
33940
|
"omission": false,
|
|
34058
33941
|
"globalAttrs": {
|
|
34059
33942
|
"#ARIAAttrs": true,
|
|
34060
|
-
"#DocumentElementEventAttrs": true,
|
|
34061
33943
|
"#GlobalEventAttrs": true,
|
|
34062
33944
|
"#HTMLGlobalAttrs": true,
|
|
34063
33945
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34182,7 +34064,6 @@
|
|
|
34182
34064
|
},
|
|
34183
34065
|
"omission": false,
|
|
34184
34066
|
"globalAttrs": {
|
|
34185
|
-
"#DocumentElementEventAttrs": true,
|
|
34186
34067
|
"#GlobalEventAttrs": true,
|
|
34187
34068
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34188
34069
|
"#SVGPresentationAttrs": [
|
|
@@ -34340,7 +34221,6 @@
|
|
|
34340
34221
|
"omission": false,
|
|
34341
34222
|
"globalAttrs": {
|
|
34342
34223
|
"#ARIAAttrs": true,
|
|
34343
|
-
"#DocumentElementEventAttrs": true,
|
|
34344
34224
|
"#GlobalEventAttrs": true,
|
|
34345
34225
|
"#HTMLGlobalAttrs": true,
|
|
34346
34226
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34459,7 +34339,6 @@
|
|
|
34459
34339
|
"omission": false,
|
|
34460
34340
|
"globalAttrs": {
|
|
34461
34341
|
"#ARIAAttrs": true,
|
|
34462
|
-
"#DocumentElementEventAttrs": true,
|
|
34463
34342
|
"#GlobalEventAttrs": true,
|
|
34464
34343
|
"#HTMLGlobalAttrs": true,
|
|
34465
34344
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34573,7 +34452,6 @@
|
|
|
34573
34452
|
},
|
|
34574
34453
|
"omission": false,
|
|
34575
34454
|
"globalAttrs": {
|
|
34576
|
-
"#DocumentElementEventAttrs": true,
|
|
34577
34455
|
"#GlobalEventAttrs": true,
|
|
34578
34456
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34579
34457
|
"#SVGPresentationAttrs": [
|
|
@@ -34737,7 +34615,6 @@
|
|
|
34737
34615
|
"omission": false,
|
|
34738
34616
|
"globalAttrs": {
|
|
34739
34617
|
"#ARIAAttrs": true,
|
|
34740
|
-
"#DocumentElementEventAttrs": true,
|
|
34741
34618
|
"#GlobalEventAttrs": true,
|
|
34742
34619
|
"#HTMLGlobalAttrs": true,
|
|
34743
34620
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34863,7 +34740,6 @@
|
|
|
34863
34740
|
},
|
|
34864
34741
|
"omission": false,
|
|
34865
34742
|
"globalAttrs": {
|
|
34866
|
-
"#DocumentElementEventAttrs": true,
|
|
34867
34743
|
"#GlobalEventAttrs": true,
|
|
34868
34744
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34869
34745
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
@@ -34908,7 +34784,6 @@
|
|
|
34908
34784
|
},
|
|
34909
34785
|
"omission": false,
|
|
34910
34786
|
"globalAttrs": {
|
|
34911
|
-
"#DocumentElementEventAttrs": true,
|
|
34912
34787
|
"#GlobalEventAttrs": true,
|
|
34913
34788
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
34914
34789
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -34952,7 +34827,6 @@
|
|
|
34952
34827
|
},
|
|
34953
34828
|
"omission": false,
|
|
34954
34829
|
"globalAttrs": {
|
|
34955
|
-
"#DocumentElementEventAttrs": true,
|
|
34956
34830
|
"#GlobalEventAttrs": true,
|
|
34957
34831
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34958
34832
|
"#SVGPresentationAttrs": [
|
|
@@ -35063,7 +34937,6 @@
|
|
|
35063
34937
|
},
|
|
35064
34938
|
"omission": false,
|
|
35065
34939
|
"globalAttrs": {
|
|
35066
|
-
"#DocumentElementEventAttrs": true,
|
|
35067
34940
|
"#GlobalEventAttrs": true,
|
|
35068
34941
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35069
34942
|
},
|
|
@@ -35122,7 +34995,6 @@
|
|
|
35122
34995
|
"omission": false,
|
|
35123
34996
|
"globalAttrs": {
|
|
35124
34997
|
"#ARIAAttrs": true,
|
|
35125
|
-
"#DocumentElementEventAttrs": true,
|
|
35126
34998
|
"#GlobalEventAttrs": true,
|
|
35127
34999
|
"#HTMLGlobalAttrs": true,
|
|
35128
35000
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35278,7 +35150,6 @@
|
|
|
35278
35150
|
"omission": false,
|
|
35279
35151
|
"globalAttrs": {
|
|
35280
35152
|
"#ARIAAttrs": true,
|
|
35281
|
-
"#DocumentElementEventAttrs": true,
|
|
35282
35153
|
"#GlobalEventAttrs": true,
|
|
35283
35154
|
"#HTMLGlobalAttrs": true,
|
|
35284
35155
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35397,7 +35268,6 @@
|
|
|
35397
35268
|
"omission": false,
|
|
35398
35269
|
"globalAttrs": {
|
|
35399
35270
|
"#ARIAAttrs": true,
|
|
35400
|
-
"#DocumentElementEventAttrs": true,
|
|
35401
35271
|
"#GlobalEventAttrs": true,
|
|
35402
35272
|
"#HTMLGlobalAttrs": true,
|
|
35403
35273
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -35480,7 +35350,6 @@
|
|
|
35480
35350
|
"omission": false,
|
|
35481
35351
|
"globalAttrs": {
|
|
35482
35352
|
"#ARIAAttrs": true,
|
|
35483
|
-
"#DocumentElementEventAttrs": true,
|
|
35484
35353
|
"#GlobalEventAttrs": true,
|
|
35485
35354
|
"#HTMLGlobalAttrs": true,
|
|
35486
35355
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35629,7 +35498,6 @@
|
|
|
35629
35498
|
"omission": false,
|
|
35630
35499
|
"globalAttrs": {
|
|
35631
35500
|
"#ARIAAttrs": true,
|
|
35632
|
-
"#DocumentElementEventAttrs": true,
|
|
35633
35501
|
"#GlobalEventAttrs": true,
|
|
35634
35502
|
"#HTMLGlobalAttrs": true,
|
|
35635
35503
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35776,7 +35644,6 @@
|
|
|
35776
35644
|
},
|
|
35777
35645
|
"omission": false,
|
|
35778
35646
|
"globalAttrs": {
|
|
35779
|
-
"#DocumentElementEventAttrs": true,
|
|
35780
35647
|
"#GlobalEventAttrs": true,
|
|
35781
35648
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35782
35649
|
},
|
|
@@ -35832,7 +35699,6 @@
|
|
|
35832
35699
|
"omission": false,
|
|
35833
35700
|
"globalAttrs": {
|
|
35834
35701
|
"#ARIAAttrs": true,
|
|
35835
|
-
"#DocumentElementEventAttrs": true,
|
|
35836
35702
|
"#GlobalEventAttrs": true,
|
|
35837
35703
|
"#HTMLGlobalAttrs": true,
|
|
35838
35704
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35973,7 +35839,6 @@
|
|
|
35973
35839
|
"omission": false,
|
|
35974
35840
|
"globalAttrs": {
|
|
35975
35841
|
"#ARIAAttrs": true,
|
|
35976
|
-
"#DocumentElementEventAttrs": true,
|
|
35977
35842
|
"#GlobalEventAttrs": true,
|
|
35978
35843
|
"#HTMLGlobalAttrs": true,
|
|
35979
35844
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -36095,7 +35960,6 @@
|
|
|
36095
35960
|
"omission": false,
|
|
36096
35961
|
"globalAttrs": {
|
|
36097
35962
|
"#ARIAAttrs": true,
|
|
36098
|
-
"#DocumentElementEventAttrs": true,
|
|
36099
35963
|
"#GlobalEventAttrs": true,
|
|
36100
35964
|
"#HTMLGlobalAttrs": true,
|
|
36101
35965
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"strip-json-comments": "3"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@markuplint/ml-spec": "3.0
|
|
29
|
+
"@markuplint/ml-spec": "3.2.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "26b04e045d91e29befca34c10dda2147b1bca9c7"
|
|
32
32
|
}
|