@markuplint/html-spec 3.0.0-dev.54 → 3.0.0-dev.95
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 +73 -173
- package/package.json +3 -3
package/index.json
CHANGED
|
@@ -331,6 +331,17 @@
|
|
|
331
331
|
"nonce": {
|
|
332
332
|
"type": "Any"
|
|
333
333
|
},
|
|
334
|
+
"popover": {
|
|
335
|
+
"type": {
|
|
336
|
+
"enum": ["", "auto", "manual"],
|
|
337
|
+
"disallowToSurroundBySpaces": true,
|
|
338
|
+
"invalidValueDefault": "manual",
|
|
339
|
+
"missingValueDefault": "no popover",
|
|
340
|
+
"sameStates": {
|
|
341
|
+
"auto": [""]
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
334
345
|
"spellcheck": {
|
|
335
346
|
"type": {
|
|
336
347
|
"enum": ["", "true", "false"],
|
|
@@ -385,6 +396,10 @@
|
|
|
385
396
|
},
|
|
386
397
|
"defaultValue": "default",
|
|
387
398
|
"deprecated": true
|
|
399
|
+
},
|
|
400
|
+
"elementtiming": {
|
|
401
|
+
"type": "NoEmptyAny",
|
|
402
|
+
"experimental": true
|
|
388
403
|
}
|
|
389
404
|
},
|
|
390
405
|
"#GlobalEventAttrs": {
|
|
@@ -400,6 +415,9 @@
|
|
|
400
415
|
"onbeforematch": {
|
|
401
416
|
"type": "FunctionBody"
|
|
402
417
|
},
|
|
418
|
+
"onbeforetoggle": {
|
|
419
|
+
"type": "FunctionBody"
|
|
420
|
+
},
|
|
403
421
|
"onblur": {
|
|
404
422
|
"type": "FunctionBody"
|
|
405
423
|
},
|
|
@@ -439,9 +457,15 @@
|
|
|
439
457
|
"oncontextrestored": {
|
|
440
458
|
"type": "FunctionBody"
|
|
441
459
|
},
|
|
460
|
+
"oncopy": {
|
|
461
|
+
"type": "FunctionBody"
|
|
462
|
+
},
|
|
442
463
|
"oncuechange": {
|
|
443
464
|
"type": "FunctionBody"
|
|
444
465
|
},
|
|
466
|
+
"oncut": {
|
|
467
|
+
"type": "FunctionBody"
|
|
468
|
+
},
|
|
445
469
|
"ondblclick": {
|
|
446
470
|
"type": "FunctionBody"
|
|
447
471
|
},
|
|
@@ -538,6 +562,9 @@
|
|
|
538
562
|
"onmouseup": {
|
|
539
563
|
"type": "FunctionBody"
|
|
540
564
|
},
|
|
565
|
+
"onpaste": {
|
|
566
|
+
"type": "FunctionBody"
|
|
567
|
+
},
|
|
541
568
|
"onpause": {
|
|
542
569
|
"type": "FunctionBody"
|
|
543
570
|
},
|
|
@@ -621,17 +648,6 @@
|
|
|
621
648
|
"deprecated": true
|
|
622
649
|
}
|
|
623
650
|
},
|
|
624
|
-
"#DocumentElementEventAttrs": {
|
|
625
|
-
"oncopy": {
|
|
626
|
-
"type": "FunctionBody"
|
|
627
|
-
},
|
|
628
|
-
"oncut": {
|
|
629
|
-
"type": "FunctionBody"
|
|
630
|
-
},
|
|
631
|
-
"onpaste": {
|
|
632
|
-
"type": "FunctionBody"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
651
|
"#HTMLLinkAndFetchingAttrs": {
|
|
636
652
|
"href": {
|
|
637
653
|
"type": "URL"
|
|
@@ -22284,6 +22300,7 @@
|
|
|
22284
22300
|
"cite",
|
|
22285
22301
|
"code",
|
|
22286
22302
|
"data",
|
|
22303
|
+
"del",
|
|
22287
22304
|
"details",
|
|
22288
22305
|
"dfn",
|
|
22289
22306
|
"div",
|
|
@@ -22320,6 +22337,7 @@
|
|
|
22320
22337
|
"ol:has(>li)",
|
|
22321
22338
|
"output",
|
|
22322
22339
|
"p",
|
|
22340
|
+
"picture",
|
|
22323
22341
|
"pre",
|
|
22324
22342
|
"progress",
|
|
22325
22343
|
"q",
|
|
@@ -22335,8 +22353,7 @@
|
|
|
22335
22353
|
"sup ",
|
|
22336
22354
|
"svg",
|
|
22337
22355
|
"table",
|
|
22338
|
-
"
|
|
22339
|
-
"area",
|
|
22356
|
+
"textarea",
|
|
22340
22357
|
"time",
|
|
22341
22358
|
"u",
|
|
22342
22359
|
"ul:has(>li)",
|
|
@@ -22532,7 +22549,6 @@
|
|
|
22532
22549
|
"omission": false,
|
|
22533
22550
|
"globalAttrs": {
|
|
22534
22551
|
"#ARIAAttrs": true,
|
|
22535
|
-
"#DocumentElementEventAttrs": true,
|
|
22536
22552
|
"#GlobalEventAttrs": true,
|
|
22537
22553
|
"#HTMLGlobalAttrs": true,
|
|
22538
22554
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -22559,7 +22575,7 @@
|
|
|
22559
22575
|
"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
22576
|
},
|
|
22561
22577
|
"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
|
|
22578
|
+
"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
22579
|
},
|
|
22564
22580
|
"hreflang": {
|
|
22565
22581
|
"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 +22629,6 @@
|
|
|
22613
22629
|
"omission": false,
|
|
22614
22630
|
"globalAttrs": {
|
|
22615
22631
|
"#ARIAAttrs": true,
|
|
22616
|
-
"#DocumentElementEventAttrs": true,
|
|
22617
22632
|
"#GlobalEventAttrs": true,
|
|
22618
22633
|
"#HTMLGlobalAttrs": true
|
|
22619
22634
|
},
|
|
@@ -22656,7 +22671,6 @@
|
|
|
22656
22671
|
"omission": false,
|
|
22657
22672
|
"globalAttrs": {
|
|
22658
22673
|
"#ARIAAttrs": true,
|
|
22659
|
-
"#DocumentElementEventAttrs": true,
|
|
22660
22674
|
"#GlobalEventAttrs": true,
|
|
22661
22675
|
"#HTMLGlobalAttrs": true
|
|
22662
22676
|
},
|
|
@@ -22775,7 +22789,6 @@
|
|
|
22775
22789
|
"omission": false,
|
|
22776
22790
|
"globalAttrs": {
|
|
22777
22791
|
"#ARIAAttrs": true,
|
|
22778
|
-
"#DocumentElementEventAttrs": true,
|
|
22779
22792
|
"#GlobalEventAttrs": true,
|
|
22780
22793
|
"#HTMLGlobalAttrs": true,
|
|
22781
22794
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -22827,7 +22840,7 @@
|
|
|
22827
22840
|
"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
22841
|
},
|
|
22829
22842
|
"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
|
|
22843
|
+
"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
22844
|
},
|
|
22832
22845
|
"shape": {
|
|
22833
22846
|
"type": {
|
|
@@ -22864,7 +22877,6 @@
|
|
|
22864
22877
|
"omission": false,
|
|
22865
22878
|
"globalAttrs": {
|
|
22866
22879
|
"#ARIAAttrs": true,
|
|
22867
|
-
"#DocumentElementEventAttrs": true,
|
|
22868
22880
|
"#GlobalEventAttrs": true,
|
|
22869
22881
|
"#HTMLGlobalAttrs": true
|
|
22870
22882
|
},
|
|
@@ -22889,7 +22901,6 @@
|
|
|
22889
22901
|
"omission": false,
|
|
22890
22902
|
"globalAttrs": {
|
|
22891
22903
|
"#ARIAAttrs": true,
|
|
22892
|
-
"#DocumentElementEventAttrs": true,
|
|
22893
22904
|
"#GlobalEventAttrs": true,
|
|
22894
22905
|
"#HTMLGlobalAttrs": true
|
|
22895
22906
|
},
|
|
@@ -22937,7 +22948,6 @@
|
|
|
22937
22948
|
"omission": false,
|
|
22938
22949
|
"globalAttrs": {
|
|
22939
22950
|
"#ARIAAttrs": true,
|
|
22940
|
-
"#DocumentElementEventAttrs": true,
|
|
22941
22951
|
"#GlobalEventAttrs": true,
|
|
22942
22952
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "preload", "autoplay", "loop", "muted", "controls"],
|
|
22943
22953
|
"#HTMLGlobalAttrs": true,
|
|
@@ -22979,7 +22989,7 @@
|
|
|
22979
22989
|
{
|
|
22980
22990
|
"name": "b",
|
|
22981
22991
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b",
|
|
22982
|
-
"description": "The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text
|
|
22992
|
+
"description": "The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the <strong> element.",
|
|
22983
22993
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
22984
22994
|
"contentModel": {
|
|
22985
22995
|
"contents": [
|
|
@@ -22996,7 +23006,6 @@
|
|
|
22996
23006
|
"omission": false,
|
|
22997
23007
|
"globalAttrs": {
|
|
22998
23008
|
"#ARIAAttrs": true,
|
|
22999
|
-
"#DocumentElementEventAttrs": true,
|
|
23000
23009
|
"#GlobalEventAttrs": true,
|
|
23001
23010
|
"#HTMLGlobalAttrs": true
|
|
23002
23011
|
},
|
|
@@ -23018,7 +23027,6 @@
|
|
|
23018
23027
|
"omission": false,
|
|
23019
23028
|
"globalAttrs": {
|
|
23020
23029
|
"#ARIAAttrs": true,
|
|
23021
|
-
"#DocumentElementEventAttrs": true,
|
|
23022
23030
|
"#GlobalEventAttrs": true,
|
|
23023
23031
|
"#HTMLGlobalAttrs": true,
|
|
23024
23032
|
"#HTMLLinkAndFetchingAttrs": ["href", "target"]
|
|
@@ -23069,7 +23077,6 @@
|
|
|
23069
23077
|
"omission": false,
|
|
23070
23078
|
"globalAttrs": {
|
|
23071
23079
|
"#ARIAAttrs": true,
|
|
23072
|
-
"#DocumentElementEventAttrs": true,
|
|
23073
23080
|
"#GlobalEventAttrs": true,
|
|
23074
23081
|
"#HTMLGlobalAttrs": true
|
|
23075
23082
|
},
|
|
@@ -23095,7 +23102,6 @@
|
|
|
23095
23102
|
"omission": false,
|
|
23096
23103
|
"globalAttrs": {
|
|
23097
23104
|
"#ARIAAttrs": true,
|
|
23098
|
-
"#DocumentElementEventAttrs": true,
|
|
23099
23105
|
"#GlobalEventAttrs": true,
|
|
23100
23106
|
"#HTMLGlobalAttrs": true
|
|
23101
23107
|
},
|
|
@@ -23191,7 +23197,6 @@
|
|
|
23191
23197
|
"omission": false,
|
|
23192
23198
|
"globalAttrs": {
|
|
23193
23199
|
"#ARIAAttrs": true,
|
|
23194
|
-
"#DocumentElementEventAttrs": true,
|
|
23195
23200
|
"#GlobalEventAttrs": true,
|
|
23196
23201
|
"#HTMLGlobalAttrs": true
|
|
23197
23202
|
},
|
|
@@ -23232,7 +23237,6 @@
|
|
|
23232
23237
|
"omission": false,
|
|
23233
23238
|
"globalAttrs": {
|
|
23234
23239
|
"#ARIAAttrs": true,
|
|
23235
|
-
"#DocumentElementEventAttrs": true,
|
|
23236
23240
|
"#GlobalEventAttrs": true,
|
|
23237
23241
|
"#HTMLGlobalAttrs": true
|
|
23238
23242
|
},
|
|
@@ -23376,7 +23380,6 @@
|
|
|
23376
23380
|
"omission": false,
|
|
23377
23381
|
"globalAttrs": {
|
|
23378
23382
|
"#ARIAAttrs": true,
|
|
23379
|
-
"#DocumentElementEventAttrs": true,
|
|
23380
23383
|
"#GlobalEventAttrs": true,
|
|
23381
23384
|
"#HTMLGlobalAttrs": true
|
|
23382
23385
|
},
|
|
@@ -23430,7 +23433,6 @@
|
|
|
23430
23433
|
"omission": false,
|
|
23431
23434
|
"globalAttrs": {
|
|
23432
23435
|
"#ARIAAttrs": true,
|
|
23433
|
-
"#DocumentElementEventAttrs": true,
|
|
23434
23436
|
"#GlobalEventAttrs": true,
|
|
23435
23437
|
"#HTMLFormControlElementAttrs": [
|
|
23436
23438
|
"disabled",
|
|
@@ -23476,6 +23478,15 @@
|
|
|
23476
23478
|
"name": {
|
|
23477
23479
|
"description": "The name of the button, submitted as a pair with the button's value as part of the form data, when that button is used to submit the form."
|
|
23478
23480
|
},
|
|
23481
|
+
"popoverhidetarget": {
|
|
23482
|
+
"type": "DOMID"
|
|
23483
|
+
},
|
|
23484
|
+
"popovershowtarget": {
|
|
23485
|
+
"type": "DOMID"
|
|
23486
|
+
},
|
|
23487
|
+
"popovertoggletarget": {
|
|
23488
|
+
"type": "DOMID"
|
|
23489
|
+
},
|
|
23479
23490
|
"type": {
|
|
23480
23491
|
"type": {
|
|
23481
23492
|
"enum": ["submit", "reset", "button"],
|
|
@@ -23507,7 +23518,6 @@
|
|
|
23507
23518
|
"omission": false,
|
|
23508
23519
|
"globalAttrs": {
|
|
23509
23520
|
"#ARIAAttrs": true,
|
|
23510
|
-
"#DocumentElementEventAttrs": true,
|
|
23511
23521
|
"#GlobalEventAttrs": true,
|
|
23512
23522
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
23513
23523
|
"#HTMLGlobalAttrs": true
|
|
@@ -23552,7 +23562,6 @@
|
|
|
23552
23562
|
"omission": false,
|
|
23553
23563
|
"globalAttrs": {
|
|
23554
23564
|
"#ARIAAttrs": true,
|
|
23555
|
-
"#DocumentElementEventAttrs": true,
|
|
23556
23565
|
"#GlobalEventAttrs": true,
|
|
23557
23566
|
"#HTMLGlobalAttrs": true
|
|
23558
23567
|
},
|
|
@@ -23583,7 +23592,7 @@
|
|
|
23583
23592
|
{
|
|
23584
23593
|
"name": "cite",
|
|
23585
23594
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite",
|
|
23586
|
-
"description": "The <cite> HTML element is used to
|
|
23595
|
+
"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
23596
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
23588
23597
|
"contentModel": {
|
|
23589
23598
|
"contents": [
|
|
@@ -23600,7 +23609,6 @@
|
|
|
23600
23609
|
"omission": false,
|
|
23601
23610
|
"globalAttrs": {
|
|
23602
23611
|
"#ARIAAttrs": true,
|
|
23603
|
-
"#DocumentElementEventAttrs": true,
|
|
23604
23612
|
"#GlobalEventAttrs": true,
|
|
23605
23613
|
"#HTMLGlobalAttrs": true
|
|
23606
23614
|
},
|
|
@@ -23629,7 +23637,6 @@
|
|
|
23629
23637
|
"omission": false,
|
|
23630
23638
|
"globalAttrs": {
|
|
23631
23639
|
"#ARIAAttrs": true,
|
|
23632
|
-
"#DocumentElementEventAttrs": true,
|
|
23633
23640
|
"#GlobalEventAttrs": true,
|
|
23634
23641
|
"#HTMLGlobalAttrs": true
|
|
23635
23642
|
},
|
|
@@ -23651,7 +23658,6 @@
|
|
|
23651
23658
|
"omission": false,
|
|
23652
23659
|
"globalAttrs": {
|
|
23653
23660
|
"#ARIAAttrs": true,
|
|
23654
|
-
"#DocumentElementEventAttrs": true,
|
|
23655
23661
|
"#GlobalEventAttrs": true,
|
|
23656
23662
|
"#HTMLGlobalAttrs": true
|
|
23657
23663
|
},
|
|
@@ -23717,7 +23723,6 @@
|
|
|
23717
23723
|
"omission": false,
|
|
23718
23724
|
"globalAttrs": {
|
|
23719
23725
|
"#ARIAAttrs": true,
|
|
23720
|
-
"#DocumentElementEventAttrs": true,
|
|
23721
23726
|
"#GlobalEventAttrs": true,
|
|
23722
23727
|
"#HTMLGlobalAttrs": true
|
|
23723
23728
|
},
|
|
@@ -23773,7 +23778,6 @@
|
|
|
23773
23778
|
"omission": false,
|
|
23774
23779
|
"globalAttrs": {
|
|
23775
23780
|
"#ARIAAttrs": true,
|
|
23776
|
-
"#DocumentElementEventAttrs": true,
|
|
23777
23781
|
"#GlobalEventAttrs": true,
|
|
23778
23782
|
"#HTMLGlobalAttrs": true
|
|
23779
23783
|
},
|
|
@@ -23817,7 +23821,6 @@
|
|
|
23817
23821
|
"omission": false,
|
|
23818
23822
|
"globalAttrs": {
|
|
23819
23823
|
"#ARIAAttrs": true,
|
|
23820
|
-
"#DocumentElementEventAttrs": true,
|
|
23821
23824
|
"#GlobalEventAttrs": true,
|
|
23822
23825
|
"#HTMLGlobalAttrs": true
|
|
23823
23826
|
},
|
|
@@ -23849,7 +23852,6 @@
|
|
|
23849
23852
|
"omission": false,
|
|
23850
23853
|
"globalAttrs": {
|
|
23851
23854
|
"#ARIAAttrs": true,
|
|
23852
|
-
"#DocumentElementEventAttrs": true,
|
|
23853
23855
|
"#GlobalEventAttrs": true,
|
|
23854
23856
|
"#HTMLGlobalAttrs": true
|
|
23855
23857
|
},
|
|
@@ -23884,7 +23886,6 @@
|
|
|
23884
23886
|
"omission": false,
|
|
23885
23887
|
"globalAttrs": {
|
|
23886
23888
|
"#ARIAAttrs": true,
|
|
23887
|
-
"#DocumentElementEventAttrs": true,
|
|
23888
23889
|
"#GlobalEventAttrs": true,
|
|
23889
23890
|
"#HTMLGlobalAttrs": true
|
|
23890
23891
|
},
|
|
@@ -23923,7 +23924,6 @@
|
|
|
23923
23924
|
"omission": false,
|
|
23924
23925
|
"globalAttrs": {
|
|
23925
23926
|
"#ARIAAttrs": true,
|
|
23926
|
-
"#DocumentElementEventAttrs": true,
|
|
23927
23927
|
"#GlobalEventAttrs": true,
|
|
23928
23928
|
"#HTMLGlobalAttrs": true
|
|
23929
23929
|
},
|
|
@@ -23936,7 +23936,7 @@
|
|
|
23936
23936
|
{
|
|
23937
23937
|
"name": "dfn",
|
|
23938
23938
|
"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>
|
|
23939
|
+
"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
23940
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
23941
23941
|
"contentModel": {
|
|
23942
23942
|
"contents": [
|
|
@@ -23952,7 +23952,6 @@
|
|
|
23952
23952
|
"omission": false,
|
|
23953
23953
|
"globalAttrs": {
|
|
23954
23954
|
"#ARIAAttrs": true,
|
|
23955
|
-
"#DocumentElementEventAttrs": true,
|
|
23956
23955
|
"#GlobalEventAttrs": true,
|
|
23957
23956
|
"#HTMLGlobalAttrs": true
|
|
23958
23957
|
},
|
|
@@ -23981,7 +23980,6 @@
|
|
|
23981
23980
|
"omission": false,
|
|
23982
23981
|
"globalAttrs": {
|
|
23983
23982
|
"#ARIAAttrs": true,
|
|
23984
|
-
"#DocumentElementEventAttrs": true,
|
|
23985
23983
|
"#GlobalEventAttrs": true,
|
|
23986
23984
|
"#HTMLGlobalAttrs": true
|
|
23987
23985
|
},
|
|
@@ -24067,7 +24065,6 @@
|
|
|
24067
24065
|
"omission": false,
|
|
24068
24066
|
"globalAttrs": {
|
|
24069
24067
|
"#ARIAAttrs": true,
|
|
24070
|
-
"#DocumentElementEventAttrs": true,
|
|
24071
24068
|
"#GlobalEventAttrs": true,
|
|
24072
24069
|
"#HTMLGlobalAttrs": true
|
|
24073
24070
|
},
|
|
@@ -24125,7 +24122,6 @@
|
|
|
24125
24122
|
"omission": false,
|
|
24126
24123
|
"globalAttrs": {
|
|
24127
24124
|
"#ARIAAttrs": true,
|
|
24128
|
-
"#DocumentElementEventAttrs": true,
|
|
24129
24125
|
"#GlobalEventAttrs": true,
|
|
24130
24126
|
"#HTMLGlobalAttrs": true
|
|
24131
24127
|
},
|
|
@@ -24153,7 +24149,6 @@
|
|
|
24153
24149
|
"omission": false,
|
|
24154
24150
|
"globalAttrs": {
|
|
24155
24151
|
"#ARIAAttrs": true,
|
|
24156
|
-
"#DocumentElementEventAttrs": true,
|
|
24157
24152
|
"#GlobalEventAttrs": true,
|
|
24158
24153
|
"#HTMLGlobalAttrs": true
|
|
24159
24154
|
},
|
|
@@ -24182,7 +24177,6 @@
|
|
|
24182
24177
|
"omission": false,
|
|
24183
24178
|
"globalAttrs": {
|
|
24184
24179
|
"#ARIAAttrs": true,
|
|
24185
|
-
"#DocumentElementEventAttrs": true,
|
|
24186
24180
|
"#GlobalEventAttrs": true,
|
|
24187
24181
|
"#HTMLGlobalAttrs": true
|
|
24188
24182
|
},
|
|
@@ -24203,7 +24197,6 @@
|
|
|
24203
24197
|
"omission": false,
|
|
24204
24198
|
"globalAttrs": {
|
|
24205
24199
|
"#ARIAAttrs": true,
|
|
24206
|
-
"#DocumentElementEventAttrs": true,
|
|
24207
24200
|
"#GlobalEventAttrs": true,
|
|
24208
24201
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
24209
24202
|
"#HTMLGlobalAttrs": true
|
|
@@ -24246,7 +24239,6 @@
|
|
|
24246
24239
|
"omission": false,
|
|
24247
24240
|
"globalAttrs": {
|
|
24248
24241
|
"#ARIAAttrs": true,
|
|
24249
|
-
"#DocumentElementEventAttrs": true,
|
|
24250
24242
|
"#GlobalEventAttrs": true,
|
|
24251
24243
|
"#HTMLFormControlElementAttrs": ["disabled", "form", "name"],
|
|
24252
24244
|
"#HTMLGlobalAttrs": true
|
|
@@ -24283,7 +24275,6 @@
|
|
|
24283
24275
|
"omission": false,
|
|
24284
24276
|
"globalAttrs": {
|
|
24285
24277
|
"#ARIAAttrs": true,
|
|
24286
|
-
"#DocumentElementEventAttrs": true,
|
|
24287
24278
|
"#GlobalEventAttrs": true,
|
|
24288
24279
|
"#HTMLGlobalAttrs": true
|
|
24289
24280
|
},
|
|
@@ -24335,7 +24326,6 @@
|
|
|
24335
24326
|
"omission": false,
|
|
24336
24327
|
"globalAttrs": {
|
|
24337
24328
|
"#ARIAAttrs": true,
|
|
24338
|
-
"#DocumentElementEventAttrs": true,
|
|
24339
24329
|
"#GlobalEventAttrs": true,
|
|
24340
24330
|
"#HTMLGlobalAttrs": true
|
|
24341
24331
|
},
|
|
@@ -24404,7 +24394,6 @@
|
|
|
24404
24394
|
"omission": false,
|
|
24405
24395
|
"globalAttrs": {
|
|
24406
24396
|
"#ARIAAttrs": true,
|
|
24407
|
-
"#DocumentElementEventAttrs": true,
|
|
24408
24397
|
"#GlobalEventAttrs": true,
|
|
24409
24398
|
"#HTMLGlobalAttrs": true
|
|
24410
24399
|
},
|
|
@@ -24434,7 +24423,6 @@
|
|
|
24434
24423
|
"omission": false,
|
|
24435
24424
|
"globalAttrs": {
|
|
24436
24425
|
"#ARIAAttrs": true,
|
|
24437
|
-
"#DocumentElementEventAttrs": true,
|
|
24438
24426
|
"#GlobalEventAttrs": true,
|
|
24439
24427
|
"#HTMLGlobalAttrs": true
|
|
24440
24428
|
},
|
|
@@ -24602,7 +24590,6 @@
|
|
|
24602
24590
|
"omission": false,
|
|
24603
24591
|
"globalAttrs": {
|
|
24604
24592
|
"#ARIAAttrs": true,
|
|
24605
|
-
"#DocumentElementEventAttrs": true,
|
|
24606
24593
|
"#GlobalEventAttrs": true,
|
|
24607
24594
|
"#HTMLGlobalAttrs": true
|
|
24608
24595
|
},
|
|
@@ -24630,7 +24617,6 @@
|
|
|
24630
24617
|
"omission": false,
|
|
24631
24618
|
"globalAttrs": {
|
|
24632
24619
|
"#ARIAAttrs": true,
|
|
24633
|
-
"#DocumentElementEventAttrs": true,
|
|
24634
24620
|
"#GlobalEventAttrs": true,
|
|
24635
24621
|
"#HTMLGlobalAttrs": true
|
|
24636
24622
|
},
|
|
@@ -24658,7 +24644,6 @@
|
|
|
24658
24644
|
"omission": false,
|
|
24659
24645
|
"globalAttrs": {
|
|
24660
24646
|
"#ARIAAttrs": true,
|
|
24661
|
-
"#DocumentElementEventAttrs": true,
|
|
24662
24647
|
"#GlobalEventAttrs": true,
|
|
24663
24648
|
"#HTMLGlobalAttrs": true
|
|
24664
24649
|
},
|
|
@@ -24686,7 +24671,6 @@
|
|
|
24686
24671
|
"omission": false,
|
|
24687
24672
|
"globalAttrs": {
|
|
24688
24673
|
"#ARIAAttrs": true,
|
|
24689
|
-
"#DocumentElementEventAttrs": true,
|
|
24690
24674
|
"#GlobalEventAttrs": true,
|
|
24691
24675
|
"#HTMLGlobalAttrs": true
|
|
24692
24676
|
},
|
|
@@ -24714,7 +24698,6 @@
|
|
|
24714
24698
|
"omission": false,
|
|
24715
24699
|
"globalAttrs": {
|
|
24716
24700
|
"#ARIAAttrs": true,
|
|
24717
|
-
"#DocumentElementEventAttrs": true,
|
|
24718
24701
|
"#GlobalEventAttrs": true,
|
|
24719
24702
|
"#HTMLGlobalAttrs": true
|
|
24720
24703
|
},
|
|
@@ -24742,7 +24725,6 @@
|
|
|
24742
24725
|
"omission": false,
|
|
24743
24726
|
"globalAttrs": {
|
|
24744
24727
|
"#ARIAAttrs": true,
|
|
24745
|
-
"#DocumentElementEventAttrs": true,
|
|
24746
24728
|
"#GlobalEventAttrs": true,
|
|
24747
24729
|
"#HTMLGlobalAttrs": true
|
|
24748
24730
|
},
|
|
@@ -24774,7 +24756,6 @@
|
|
|
24774
24756
|
"omission": false,
|
|
24775
24757
|
"globalAttrs": {
|
|
24776
24758
|
"#ARIAAttrs": true,
|
|
24777
|
-
"#DocumentElementEventAttrs": true,
|
|
24778
24759
|
"#GlobalEventAttrs": true,
|
|
24779
24760
|
"#HTMLGlobalAttrs": true
|
|
24780
24761
|
},
|
|
@@ -24819,7 +24800,6 @@
|
|
|
24819
24800
|
"omission": false,
|
|
24820
24801
|
"globalAttrs": {
|
|
24821
24802
|
"#ARIAAttrs": true,
|
|
24822
|
-
"#DocumentElementEventAttrs": true,
|
|
24823
24803
|
"#GlobalEventAttrs": true,
|
|
24824
24804
|
"#HTMLGlobalAttrs": true
|
|
24825
24805
|
},
|
|
@@ -24866,7 +24846,6 @@
|
|
|
24866
24846
|
"omission": false,
|
|
24867
24847
|
"globalAttrs": {
|
|
24868
24848
|
"#ARIAAttrs": true,
|
|
24869
|
-
"#DocumentElementEventAttrs": true,
|
|
24870
24849
|
"#GlobalEventAttrs": true,
|
|
24871
24850
|
"#HTMLGlobalAttrs": true
|
|
24872
24851
|
},
|
|
@@ -24891,7 +24870,6 @@
|
|
|
24891
24870
|
"omission": false,
|
|
24892
24871
|
"globalAttrs": {
|
|
24893
24872
|
"#ARIAAttrs": true,
|
|
24894
|
-
"#DocumentElementEventAttrs": true,
|
|
24895
24873
|
"#GlobalEventAttrs": true,
|
|
24896
24874
|
"#HTMLGlobalAttrs": true
|
|
24897
24875
|
},
|
|
@@ -24946,7 +24924,6 @@
|
|
|
24946
24924
|
"omission": false,
|
|
24947
24925
|
"globalAttrs": {
|
|
24948
24926
|
"#ARIAAttrs": true,
|
|
24949
|
-
"#DocumentElementEventAttrs": true,
|
|
24950
24927
|
"#GlobalEventAttrs": true,
|
|
24951
24928
|
"#HTMLGlobalAttrs": true
|
|
24952
24929
|
},
|
|
@@ -24985,7 +24962,6 @@
|
|
|
24985
24962
|
"omission": false,
|
|
24986
24963
|
"globalAttrs": {
|
|
24987
24964
|
"#ARIAAttrs": true,
|
|
24988
|
-
"#DocumentElementEventAttrs": true,
|
|
24989
24965
|
"#GlobalEventAttrs": true,
|
|
24990
24966
|
"#HTMLGlobalAttrs": true
|
|
24991
24967
|
},
|
|
@@ -25006,7 +24982,6 @@
|
|
|
25006
24982
|
"omission": false,
|
|
25007
24983
|
"globalAttrs": {
|
|
25008
24984
|
"#ARIAAttrs": true,
|
|
25009
|
-
"#DocumentElementEventAttrs": true,
|
|
25010
24985
|
"#GlobalEventAttrs": true,
|
|
25011
24986
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25012
24987
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25027,6 +25002,11 @@
|
|
|
25027
25002
|
"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
25003
|
"experimental": true
|
|
25029
25004
|
},
|
|
25005
|
+
"credentialless": {
|
|
25006
|
+
"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.",
|
|
25007
|
+
"experimental": true,
|
|
25008
|
+
"nonStandard": true
|
|
25009
|
+
},
|
|
25030
25010
|
"csp": {
|
|
25031
25011
|
"description": "A Content Security Policy enforced for the embedded resource. See HTMLIFrameElement.csp for details.",
|
|
25032
25012
|
"experimental": true
|
|
@@ -25180,7 +25160,6 @@
|
|
|
25180
25160
|
"omission": false,
|
|
25181
25161
|
"globalAttrs": {
|
|
25182
25162
|
"#ARIAAttrs": true,
|
|
25183
|
-
"#DocumentElementEventAttrs": true,
|
|
25184
25163
|
"#GlobalEventAttrs": true,
|
|
25185
25164
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "srcset", "sizes", "width"],
|
|
25186
25165
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25208,6 +25187,9 @@
|
|
|
25208
25187
|
"missingValueDefault": "auto"
|
|
25209
25188
|
}
|
|
25210
25189
|
},
|
|
25190
|
+
"elementtiming": {
|
|
25191
|
+
"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."
|
|
25192
|
+
},
|
|
25211
25193
|
"fetchpriority": {
|
|
25212
25194
|
"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
25195
|
"experimental": true
|
|
@@ -25738,7 +25720,6 @@
|
|
|
25738
25720
|
"omission": false,
|
|
25739
25721
|
"globalAttrs": {
|
|
25740
25722
|
"#ARIAAttrs": true,
|
|
25741
|
-
"#DocumentElementEventAttrs": true,
|
|
25742
25723
|
"#GlobalEventAttrs": true,
|
|
25743
25724
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25744
25725
|
"#HTMLFormControlElementAttrs": [
|
|
@@ -25945,6 +25926,18 @@
|
|
|
25945
25926
|
"[type='number' i]"
|
|
25946
25927
|
]
|
|
25947
25928
|
},
|
|
25929
|
+
"popoverhidetarget": {
|
|
25930
|
+
"type": "DOMID",
|
|
25931
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25932
|
+
},
|
|
25933
|
+
"popovershowtarget": {
|
|
25934
|
+
"type": "DOMID",
|
|
25935
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25936
|
+
},
|
|
25937
|
+
"popovertoggletarget": {
|
|
25938
|
+
"type": "DOMID",
|
|
25939
|
+
"condition": ["[type='button' i]", "[type='image' i]", "[type='reset' i]", "[type='submit' i]"]
|
|
25940
|
+
},
|
|
25948
25941
|
"readonly": {
|
|
25949
25942
|
"condition": [
|
|
25950
25943
|
":not([type])",
|
|
@@ -26095,7 +26088,6 @@
|
|
|
26095
26088
|
"omission": false,
|
|
26096
26089
|
"globalAttrs": {
|
|
26097
26090
|
"#ARIAAttrs": true,
|
|
26098
|
-
"#DocumentElementEventAttrs": true,
|
|
26099
26091
|
"#GlobalEventAttrs": true,
|
|
26100
26092
|
"#HTMLGlobalAttrs": true
|
|
26101
26093
|
},
|
|
@@ -26145,7 +26137,6 @@
|
|
|
26145
26137
|
"omission": false,
|
|
26146
26138
|
"globalAttrs": {
|
|
26147
26139
|
"#ARIAAttrs": true,
|
|
26148
|
-
"#DocumentElementEventAttrs": true,
|
|
26149
26140
|
"#GlobalEventAttrs": true,
|
|
26150
26141
|
"#HTMLGlobalAttrs": true
|
|
26151
26142
|
},
|
|
@@ -26207,7 +26198,6 @@
|
|
|
26207
26198
|
"omission": false,
|
|
26208
26199
|
"globalAttrs": {
|
|
26209
26200
|
"#ARIAAttrs": true,
|
|
26210
|
-
"#DocumentElementEventAttrs": true,
|
|
26211
26201
|
"#GlobalEventAttrs": true,
|
|
26212
26202
|
"#HTMLGlobalAttrs": true
|
|
26213
26203
|
},
|
|
@@ -26237,7 +26227,6 @@
|
|
|
26237
26227
|
"omission": false,
|
|
26238
26228
|
"globalAttrs": {
|
|
26239
26229
|
"#ARIAAttrs": true,
|
|
26240
|
-
"#DocumentElementEventAttrs": true,
|
|
26241
26230
|
"#GlobalEventAttrs": true,
|
|
26242
26231
|
"#HTMLGlobalAttrs": true
|
|
26243
26232
|
},
|
|
@@ -26273,7 +26262,6 @@
|
|
|
26273
26262
|
"omission": false,
|
|
26274
26263
|
"globalAttrs": {
|
|
26275
26264
|
"#ARIAAttrs": true,
|
|
26276
|
-
"#DocumentElementEventAttrs": true,
|
|
26277
26265
|
"#GlobalEventAttrs": true,
|
|
26278
26266
|
"#HTMLGlobalAttrs": true
|
|
26279
26267
|
},
|
|
@@ -26305,7 +26293,6 @@
|
|
|
26305
26293
|
"omission": false,
|
|
26306
26294
|
"globalAttrs": {
|
|
26307
26295
|
"#ARIAAttrs": true,
|
|
26308
|
-
"#DocumentElementEventAttrs": true,
|
|
26309
26296
|
"#GlobalEventAttrs": true,
|
|
26310
26297
|
"#HTMLGlobalAttrs": true,
|
|
26311
26298
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -26508,7 +26495,6 @@
|
|
|
26508
26495
|
"omission": false,
|
|
26509
26496
|
"globalAttrs": {
|
|
26510
26497
|
"#ARIAAttrs": true,
|
|
26511
|
-
"#DocumentElementEventAttrs": true,
|
|
26512
26498
|
"#GlobalEventAttrs": true,
|
|
26513
26499
|
"#HTMLGlobalAttrs": true
|
|
26514
26500
|
},
|
|
@@ -26534,7 +26520,6 @@
|
|
|
26534
26520
|
"omission": false,
|
|
26535
26521
|
"globalAttrs": {
|
|
26536
26522
|
"#ARIAAttrs": true,
|
|
26537
|
-
"#DocumentElementEventAttrs": true,
|
|
26538
26523
|
"#GlobalEventAttrs": true,
|
|
26539
26524
|
"#HTMLGlobalAttrs": true
|
|
26540
26525
|
},
|
|
@@ -26564,7 +26549,6 @@
|
|
|
26564
26549
|
"omission": false,
|
|
26565
26550
|
"globalAttrs": {
|
|
26566
26551
|
"#ARIAAttrs": true,
|
|
26567
|
-
"#DocumentElementEventAttrs": true,
|
|
26568
26552
|
"#GlobalEventAttrs": true,
|
|
26569
26553
|
"#HTMLGlobalAttrs": true
|
|
26570
26554
|
},
|
|
@@ -26707,7 +26691,6 @@
|
|
|
26707
26691
|
"omission": false,
|
|
26708
26692
|
"globalAttrs": {
|
|
26709
26693
|
"#ARIAAttrs": true,
|
|
26710
|
-
"#DocumentElementEventAttrs": true,
|
|
26711
26694
|
"#GlobalEventAttrs": true,
|
|
26712
26695
|
"#HTMLGlobalAttrs": true
|
|
26713
26696
|
},
|
|
@@ -26785,7 +26768,6 @@
|
|
|
26785
26768
|
"omission": false,
|
|
26786
26769
|
"globalAttrs": {
|
|
26787
26770
|
"#ARIAAttrs": true,
|
|
26788
|
-
"#DocumentElementEventAttrs": true,
|
|
26789
26771
|
"#GlobalEventAttrs": true,
|
|
26790
26772
|
"#HTMLGlobalAttrs": true,
|
|
26791
26773
|
"#HTMLLinkAndFetchingAttrs": ["media"]
|
|
@@ -26862,7 +26844,6 @@
|
|
|
26862
26844
|
"omission": false,
|
|
26863
26845
|
"globalAttrs": {
|
|
26864
26846
|
"#ARIAAttrs": true,
|
|
26865
|
-
"#DocumentElementEventAttrs": true,
|
|
26866
26847
|
"#GlobalEventAttrs": true,
|
|
26867
26848
|
"#HTMLGlobalAttrs": true
|
|
26868
26849
|
},
|
|
@@ -26926,7 +26907,6 @@
|
|
|
26926
26907
|
"omission": false,
|
|
26927
26908
|
"globalAttrs": {
|
|
26928
26909
|
"#ARIAAttrs": true,
|
|
26929
|
-
"#DocumentElementEventAttrs": true,
|
|
26930
26910
|
"#GlobalEventAttrs": true,
|
|
26931
26911
|
"#HTMLGlobalAttrs": true
|
|
26932
26912
|
},
|
|
@@ -27020,7 +27000,6 @@
|
|
|
27020
27000
|
"omission": false,
|
|
27021
27001
|
"globalAttrs": {
|
|
27022
27002
|
"#ARIAAttrs": true,
|
|
27023
|
-
"#DocumentElementEventAttrs": true,
|
|
27024
27003
|
"#GlobalEventAttrs": true,
|
|
27025
27004
|
"#HTMLGlobalAttrs": true
|
|
27026
27005
|
},
|
|
@@ -27045,7 +27024,6 @@
|
|
|
27045
27024
|
"omission": false,
|
|
27046
27025
|
"globalAttrs": {
|
|
27047
27026
|
"#ARIAAttrs": true,
|
|
27048
|
-
"#DocumentElementEventAttrs": true,
|
|
27049
27027
|
"#GlobalEventAttrs": true,
|
|
27050
27028
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
27051
27029
|
"#HTMLFormControlElementAttrs": ["form"],
|
|
@@ -27154,7 +27132,6 @@
|
|
|
27154
27132
|
"omission": false,
|
|
27155
27133
|
"globalAttrs": {
|
|
27156
27134
|
"#ARIAAttrs": true,
|
|
27157
|
-
"#DocumentElementEventAttrs": true,
|
|
27158
27135
|
"#GlobalEventAttrs": true,
|
|
27159
27136
|
"#HTMLGlobalAttrs": true
|
|
27160
27137
|
},
|
|
@@ -27198,7 +27175,6 @@
|
|
|
27198
27175
|
"omission": false,
|
|
27199
27176
|
"globalAttrs": {
|
|
27200
27177
|
"#ARIAAttrs": true,
|
|
27201
|
-
"#DocumentElementEventAttrs": true,
|
|
27202
27178
|
"#GlobalEventAttrs": true,
|
|
27203
27179
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27204
27180
|
"#HTMLGlobalAttrs": true
|
|
@@ -27264,7 +27240,6 @@
|
|
|
27264
27240
|
"omission": false,
|
|
27265
27241
|
"globalAttrs": {
|
|
27266
27242
|
"#ARIAAttrs": true,
|
|
27267
|
-
"#DocumentElementEventAttrs": true,
|
|
27268
27243
|
"#GlobalEventAttrs": true,
|
|
27269
27244
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27270
27245
|
"#HTMLGlobalAttrs": true
|
|
@@ -27303,7 +27278,6 @@
|
|
|
27303
27278
|
"omission": false,
|
|
27304
27279
|
"globalAttrs": {
|
|
27305
27280
|
"#ARIAAttrs": true,
|
|
27306
|
-
"#DocumentElementEventAttrs": true,
|
|
27307
27281
|
"#GlobalEventAttrs": true,
|
|
27308
27282
|
"#HTMLFormControlElementAttrs": ["form", "name"],
|
|
27309
27283
|
"#HTMLGlobalAttrs": true
|
|
@@ -27343,7 +27317,6 @@
|
|
|
27343
27317
|
"omission": false,
|
|
27344
27318
|
"globalAttrs": {
|
|
27345
27319
|
"#ARIAAttrs": true,
|
|
27346
|
-
"#DocumentElementEventAttrs": true,
|
|
27347
27320
|
"#GlobalEventAttrs": true,
|
|
27348
27321
|
"#HTMLGlobalAttrs": true
|
|
27349
27322
|
},
|
|
@@ -27425,7 +27398,6 @@
|
|
|
27425
27398
|
"omission": false,
|
|
27426
27399
|
"globalAttrs": {
|
|
27427
27400
|
"#ARIAAttrs": true,
|
|
27428
|
-
"#DocumentElementEventAttrs": true,
|
|
27429
27401
|
"#GlobalEventAttrs": true,
|
|
27430
27402
|
"#HTMLGlobalAttrs": true
|
|
27431
27403
|
},
|
|
@@ -27467,7 +27439,6 @@
|
|
|
27467
27439
|
"omission": false,
|
|
27468
27440
|
"globalAttrs": {
|
|
27469
27441
|
"#ARIAAttrs": true,
|
|
27470
|
-
"#DocumentElementEventAttrs": true,
|
|
27471
27442
|
"#GlobalEventAttrs": true,
|
|
27472
27443
|
"#HTMLEmbededAndMediaContentAttrs": ["src"],
|
|
27473
27444
|
"#HTMLGlobalAttrs": true,
|
|
@@ -27502,7 +27473,6 @@
|
|
|
27502
27473
|
"omission": false,
|
|
27503
27474
|
"globalAttrs": {
|
|
27504
27475
|
"#ARIAAttrs": true,
|
|
27505
|
-
"#DocumentElementEventAttrs": true,
|
|
27506
27476
|
"#GlobalEventAttrs": true,
|
|
27507
27477
|
"#HTMLGlobalAttrs": true
|
|
27508
27478
|
},
|
|
@@ -27553,7 +27523,6 @@
|
|
|
27553
27523
|
"omission": false,
|
|
27554
27524
|
"globalAttrs": {
|
|
27555
27525
|
"#ARIAAttrs": true,
|
|
27556
|
-
"#DocumentElementEventAttrs": true,
|
|
27557
27526
|
"#GlobalEventAttrs": true,
|
|
27558
27527
|
"#HTMLGlobalAttrs": true
|
|
27559
27528
|
},
|
|
@@ -27586,7 +27555,6 @@
|
|
|
27586
27555
|
"omission": false,
|
|
27587
27556
|
"globalAttrs": {
|
|
27588
27557
|
"#ARIAAttrs": true,
|
|
27589
|
-
"#DocumentElementEventAttrs": true,
|
|
27590
27558
|
"#GlobalEventAttrs": true,
|
|
27591
27559
|
"#HTMLGlobalAttrs": true
|
|
27592
27560
|
},
|
|
@@ -27632,7 +27600,6 @@
|
|
|
27632
27600
|
"omission": false,
|
|
27633
27601
|
"globalAttrs": {
|
|
27634
27602
|
"#ARIAAttrs": true,
|
|
27635
|
-
"#DocumentElementEventAttrs": true,
|
|
27636
27603
|
"#GlobalEventAttrs": true,
|
|
27637
27604
|
"#HTMLGlobalAttrs": true
|
|
27638
27605
|
},
|
|
@@ -27658,7 +27625,6 @@
|
|
|
27658
27625
|
"omission": false,
|
|
27659
27626
|
"globalAttrs": {
|
|
27660
27627
|
"#ARIAAttrs": true,
|
|
27661
|
-
"#DocumentElementEventAttrs": true,
|
|
27662
27628
|
"#GlobalEventAttrs": true,
|
|
27663
27629
|
"#HTMLGlobalAttrs": true
|
|
27664
27630
|
},
|
|
@@ -27728,7 +27694,6 @@
|
|
|
27728
27694
|
"omission": false,
|
|
27729
27695
|
"globalAttrs": {
|
|
27730
27696
|
"#ARIAAttrs": true,
|
|
27731
|
-
"#DocumentElementEventAttrs": true,
|
|
27732
27697
|
"#GlobalEventAttrs": true,
|
|
27733
27698
|
"#HTMLGlobalAttrs": true
|
|
27734
27699
|
},
|
|
@@ -27754,7 +27719,6 @@
|
|
|
27754
27719
|
"omission": false,
|
|
27755
27720
|
"globalAttrs": {
|
|
27756
27721
|
"#ARIAAttrs": true,
|
|
27757
|
-
"#DocumentElementEventAttrs": true,
|
|
27758
27722
|
"#GlobalEventAttrs": true,
|
|
27759
27723
|
"#HTMLGlobalAttrs": true
|
|
27760
27724
|
},
|
|
@@ -27780,7 +27744,6 @@
|
|
|
27780
27744
|
"omission": false,
|
|
27781
27745
|
"globalAttrs": {
|
|
27782
27746
|
"#ARIAAttrs": true,
|
|
27783
|
-
"#DocumentElementEventAttrs": true,
|
|
27784
27747
|
"#GlobalEventAttrs": true,
|
|
27785
27748
|
"#HTMLGlobalAttrs": true
|
|
27786
27749
|
},
|
|
@@ -27806,7 +27769,6 @@
|
|
|
27806
27769
|
"omission": false,
|
|
27807
27770
|
"globalAttrs": {
|
|
27808
27771
|
"#ARIAAttrs": true,
|
|
27809
|
-
"#DocumentElementEventAttrs": true,
|
|
27810
27772
|
"#GlobalEventAttrs": true,
|
|
27811
27773
|
"#HTMLGlobalAttrs": true,
|
|
27812
27774
|
"#HTMLLinkAndFetchingAttrs": ["crossorigin", "referrerpolicy", "integrity", "fetchpriority"]
|
|
@@ -27938,7 +27900,6 @@
|
|
|
27938
27900
|
"omission": false,
|
|
27939
27901
|
"globalAttrs": {
|
|
27940
27902
|
"#ARIAAttrs": true,
|
|
27941
|
-
"#DocumentElementEventAttrs": true,
|
|
27942
27903
|
"#GlobalEventAttrs": true,
|
|
27943
27904
|
"#HTMLGlobalAttrs": true
|
|
27944
27905
|
},
|
|
@@ -27989,7 +27950,6 @@
|
|
|
27989
27950
|
"omission": false,
|
|
27990
27951
|
"globalAttrs": {
|
|
27991
27952
|
"#ARIAAttrs": true,
|
|
27992
|
-
"#DocumentElementEventAttrs": true,
|
|
27993
27953
|
"#GlobalEventAttrs": true,
|
|
27994
27954
|
"#HTMLFormControlElementAttrs": ["autocomplete", "disabled", "form", "name", "required"],
|
|
27995
27955
|
"#HTMLGlobalAttrs": true
|
|
@@ -28044,7 +28004,6 @@
|
|
|
28044
28004
|
"omission": false,
|
|
28045
28005
|
"globalAttrs": {
|
|
28046
28006
|
"#ARIAAttrs": true,
|
|
28047
|
-
"#DocumentElementEventAttrs": true,
|
|
28048
28007
|
"#GlobalEventAttrs": true,
|
|
28049
28008
|
"#HTMLGlobalAttrs": true
|
|
28050
28009
|
},
|
|
@@ -28074,7 +28033,6 @@
|
|
|
28074
28033
|
"omission": false,
|
|
28075
28034
|
"globalAttrs": {
|
|
28076
28035
|
"#ARIAAttrs": true,
|
|
28077
|
-
"#DocumentElementEventAttrs": true,
|
|
28078
28036
|
"#GlobalEventAttrs": true,
|
|
28079
28037
|
"#HTMLGlobalAttrs": true
|
|
28080
28038
|
},
|
|
@@ -28096,7 +28054,6 @@
|
|
|
28096
28054
|
"omission": false,
|
|
28097
28055
|
"globalAttrs": {
|
|
28098
28056
|
"#ARIAAttrs": true,
|
|
28099
|
-
"#DocumentElementEventAttrs": true,
|
|
28100
28057
|
"#GlobalEventAttrs": true,
|
|
28101
28058
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "srcset", "sizes", "width"],
|
|
28102
28059
|
"#HTMLGlobalAttrs": true
|
|
@@ -28180,7 +28137,6 @@
|
|
|
28180
28137
|
"omission": false,
|
|
28181
28138
|
"globalAttrs": {
|
|
28182
28139
|
"#ARIAAttrs": true,
|
|
28183
|
-
"#DocumentElementEventAttrs": true,
|
|
28184
28140
|
"#GlobalEventAttrs": true,
|
|
28185
28141
|
"#HTMLGlobalAttrs": true
|
|
28186
28142
|
},
|
|
@@ -28226,7 +28182,6 @@
|
|
|
28226
28182
|
"omission": false,
|
|
28227
28183
|
"globalAttrs": {
|
|
28228
28184
|
"#ARIAAttrs": true,
|
|
28229
|
-
"#DocumentElementEventAttrs": true,
|
|
28230
28185
|
"#GlobalEventAttrs": true,
|
|
28231
28186
|
"#HTMLGlobalAttrs": true
|
|
28232
28187
|
},
|
|
@@ -28252,7 +28207,6 @@
|
|
|
28252
28207
|
"omission": false,
|
|
28253
28208
|
"globalAttrs": {
|
|
28254
28209
|
"#ARIAAttrs": true,
|
|
28255
|
-
"#DocumentElementEventAttrs": true,
|
|
28256
28210
|
"#GlobalEventAttrs": true,
|
|
28257
28211
|
"#HTMLGlobalAttrs": true
|
|
28258
28212
|
},
|
|
@@ -28300,7 +28254,6 @@
|
|
|
28300
28254
|
"omission": false,
|
|
28301
28255
|
"globalAttrs": {
|
|
28302
28256
|
"#ARIAAttrs": true,
|
|
28303
|
-
"#DocumentElementEventAttrs": true,
|
|
28304
28257
|
"#GlobalEventAttrs": true,
|
|
28305
28258
|
"#HTMLGlobalAttrs": true
|
|
28306
28259
|
},
|
|
@@ -28340,7 +28293,6 @@
|
|
|
28340
28293
|
"omission": false,
|
|
28341
28294
|
"globalAttrs": {
|
|
28342
28295
|
"#ARIAAttrs": true,
|
|
28343
|
-
"#DocumentElementEventAttrs": true,
|
|
28344
28296
|
"#GlobalEventAttrs": true,
|
|
28345
28297
|
"#HTMLGlobalAttrs": true
|
|
28346
28298
|
},
|
|
@@ -28369,7 +28321,6 @@
|
|
|
28369
28321
|
"omission": false,
|
|
28370
28322
|
"globalAttrs": {
|
|
28371
28323
|
"#ARIAAttrs": true,
|
|
28372
|
-
"#DocumentElementEventAttrs": true,
|
|
28373
28324
|
"#GlobalEventAttrs": true,
|
|
28374
28325
|
"#HTMLGlobalAttrs": true
|
|
28375
28326
|
},
|
|
@@ -28435,7 +28386,6 @@
|
|
|
28435
28386
|
"omission": false,
|
|
28436
28387
|
"globalAttrs": {
|
|
28437
28388
|
"#ARIAAttrs": true,
|
|
28438
|
-
"#DocumentElementEventAttrs": true,
|
|
28439
28389
|
"#GlobalEventAttrs": true,
|
|
28440
28390
|
"#HTMLGlobalAttrs": true
|
|
28441
28391
|
},
|
|
@@ -28465,7 +28415,7 @@
|
|
|
28465
28415
|
"deprecated": true
|
|
28466
28416
|
},
|
|
28467
28417
|
"rules": {
|
|
28468
|
-
"description": "This enumerated attribute defines where rules, i.e. lines, should appear in a table. It can have the following values: none, which indicates that no rules will be displayed; it is the default value; groups, which will cause the rules to be displayed between row groups (defined by the <thead>, <tbody> and <tfoot> elements) and between column groups (defined by the <col> and <colgroup> elements) only; rows, which will cause the rules to be displayed between rows;
|
|
28418
|
+
"description": "This enumerated attribute defines where rules, i.e. lines, should appear in a table. It can have the following values: none, which indicates that no rules will be displayed; it is the default value; groups, which will cause the rules to be displayed between row groups (defined by the <thead>, <tbody> and <tfoot> elements) and between column groups (defined by the <col> and <colgroup> elements) only; rows, which will cause the rules to be displayed between rows; cols, which will cause the rules to be displayed between columns; all, which will cause the rules to be displayed between rows and columns. To achieve a similar effect, apply the border property to the appropriate <thead>, <tbody>, <tfoot>, <col>, or <colgroup> elements.",
|
|
28469
28419
|
"deprecated": true
|
|
28470
28420
|
},
|
|
28471
28421
|
"summary": {
|
|
@@ -28497,7 +28447,6 @@
|
|
|
28497
28447
|
"omission": false,
|
|
28498
28448
|
"globalAttrs": {
|
|
28499
28449
|
"#ARIAAttrs": true,
|
|
28500
|
-
"#DocumentElementEventAttrs": true,
|
|
28501
28450
|
"#GlobalEventAttrs": true,
|
|
28502
28451
|
"#HTMLGlobalAttrs": true
|
|
28503
28452
|
},
|
|
@@ -28554,7 +28503,6 @@
|
|
|
28554
28503
|
"omission": false,
|
|
28555
28504
|
"globalAttrs": {
|
|
28556
28505
|
"#ARIAAttrs": true,
|
|
28557
|
-
"#DocumentElementEventAttrs": true,
|
|
28558
28506
|
"#GlobalEventAttrs": true,
|
|
28559
28507
|
"#HTMLGlobalAttrs": true,
|
|
28560
28508
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28627,7 +28575,6 @@
|
|
|
28627
28575
|
"omission": false,
|
|
28628
28576
|
"globalAttrs": {
|
|
28629
28577
|
"#ARIAAttrs": true,
|
|
28630
|
-
"#DocumentElementEventAttrs": true,
|
|
28631
28578
|
"#GlobalEventAttrs": true,
|
|
28632
28579
|
"#HTMLGlobalAttrs": true
|
|
28633
28580
|
},
|
|
@@ -28656,7 +28603,6 @@
|
|
|
28656
28603
|
"omission": false,
|
|
28657
28604
|
"globalAttrs": {
|
|
28658
28605
|
"#ARIAAttrs": true,
|
|
28659
|
-
"#DocumentElementEventAttrs": true,
|
|
28660
28606
|
"#GlobalEventAttrs": true,
|
|
28661
28607
|
"#HTMLFormControlElementAttrs": [
|
|
28662
28608
|
"autocomplete",
|
|
@@ -28751,7 +28697,6 @@
|
|
|
28751
28697
|
"omission": false,
|
|
28752
28698
|
"globalAttrs": {
|
|
28753
28699
|
"#ARIAAttrs": true,
|
|
28754
|
-
"#DocumentElementEventAttrs": true,
|
|
28755
28700
|
"#GlobalEventAttrs": true,
|
|
28756
28701
|
"#HTMLGlobalAttrs": true
|
|
28757
28702
|
},
|
|
@@ -28820,7 +28765,6 @@
|
|
|
28820
28765
|
"omission": false,
|
|
28821
28766
|
"globalAttrs": {
|
|
28822
28767
|
"#ARIAAttrs": true,
|
|
28823
|
-
"#DocumentElementEventAttrs": true,
|
|
28824
28768
|
"#GlobalEventAttrs": true,
|
|
28825
28769
|
"#HTMLGlobalAttrs": true,
|
|
28826
28770
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28898,7 +28842,6 @@
|
|
|
28898
28842
|
"omission": false,
|
|
28899
28843
|
"globalAttrs": {
|
|
28900
28844
|
"#ARIAAttrs": true,
|
|
28901
|
-
"#DocumentElementEventAttrs": true,
|
|
28902
28845
|
"#GlobalEventAttrs": true,
|
|
28903
28846
|
"#HTMLGlobalAttrs": true
|
|
28904
28847
|
},
|
|
@@ -28948,7 +28891,6 @@
|
|
|
28948
28891
|
"omission": false,
|
|
28949
28892
|
"globalAttrs": {
|
|
28950
28893
|
"#ARIAAttrs": true,
|
|
28951
|
-
"#DocumentElementEventAttrs": true,
|
|
28952
28894
|
"#GlobalEventAttrs": true,
|
|
28953
28895
|
"#HTMLGlobalAttrs": true
|
|
28954
28896
|
},
|
|
@@ -28978,7 +28920,6 @@
|
|
|
28978
28920
|
"omission": false,
|
|
28979
28921
|
"globalAttrs": {
|
|
28980
28922
|
"#ARIAAttrs": true,
|
|
28981
|
-
"#DocumentElementEventAttrs": true,
|
|
28982
28923
|
"#GlobalEventAttrs": true,
|
|
28983
28924
|
"#HTMLGlobalAttrs": true
|
|
28984
28925
|
},
|
|
@@ -29008,7 +28949,6 @@
|
|
|
29008
28949
|
"omission": false,
|
|
29009
28950
|
"globalAttrs": {
|
|
29010
28951
|
"#ARIAAttrs": true,
|
|
29011
|
-
"#DocumentElementEventAttrs": true,
|
|
29012
28952
|
"#GlobalEventAttrs": true,
|
|
29013
28953
|
"#HTMLGlobalAttrs": true
|
|
29014
28954
|
},
|
|
@@ -29051,7 +28991,6 @@
|
|
|
29051
28991
|
"omission": false,
|
|
29052
28992
|
"globalAttrs": {
|
|
29053
28993
|
"#ARIAAttrs": true,
|
|
29054
|
-
"#DocumentElementEventAttrs": true,
|
|
29055
28994
|
"#GlobalEventAttrs": true,
|
|
29056
28995
|
"#HTMLGlobalAttrs": true
|
|
29057
28996
|
},
|
|
@@ -29115,7 +29054,6 @@
|
|
|
29115
29054
|
"omission": false,
|
|
29116
29055
|
"globalAttrs": {
|
|
29117
29056
|
"#ARIAAttrs": true,
|
|
29118
|
-
"#DocumentElementEventAttrs": true,
|
|
29119
29057
|
"#GlobalEventAttrs": true,
|
|
29120
29058
|
"#HTMLGlobalAttrs": true
|
|
29121
29059
|
},
|
|
@@ -29170,7 +29108,6 @@
|
|
|
29170
29108
|
"omission": false,
|
|
29171
29109
|
"globalAttrs": {
|
|
29172
29110
|
"#ARIAAttrs": true,
|
|
29173
|
-
"#DocumentElementEventAttrs": true,
|
|
29174
29111
|
"#GlobalEventAttrs": true,
|
|
29175
29112
|
"#HTMLGlobalAttrs": true
|
|
29176
29113
|
},
|
|
@@ -29207,7 +29144,6 @@
|
|
|
29207
29144
|
"omission": false,
|
|
29208
29145
|
"globalAttrs": {
|
|
29209
29146
|
"#ARIAAttrs": true,
|
|
29210
|
-
"#DocumentElementEventAttrs": true,
|
|
29211
29147
|
"#GlobalEventAttrs": true,
|
|
29212
29148
|
"#HTMLGlobalAttrs": true
|
|
29213
29149
|
},
|
|
@@ -29255,7 +29191,6 @@
|
|
|
29255
29191
|
"omission": false,
|
|
29256
29192
|
"globalAttrs": {
|
|
29257
29193
|
"#ARIAAttrs": true,
|
|
29258
|
-
"#DocumentElementEventAttrs": true,
|
|
29259
29194
|
"#GlobalEventAttrs": true,
|
|
29260
29195
|
"#HTMLEmbededAndMediaContentAttrs": [
|
|
29261
29196
|
"src",
|
|
@@ -29350,7 +29285,6 @@
|
|
|
29350
29285
|
"omission": false,
|
|
29351
29286
|
"globalAttrs": {
|
|
29352
29287
|
"#ARIAAttrs": true,
|
|
29353
|
-
"#DocumentElementEventAttrs": true,
|
|
29354
29288
|
"#GlobalEventAttrs": true,
|
|
29355
29289
|
"#HTMLGlobalAttrs": true
|
|
29356
29290
|
},
|
|
@@ -29411,7 +29345,6 @@
|
|
|
29411
29345
|
"omission": false,
|
|
29412
29346
|
"globalAttrs": {
|
|
29413
29347
|
"#ARIAAttrs": true,
|
|
29414
|
-
"#DocumentElementEventAttrs": true,
|
|
29415
29348
|
"#GlobalEventAttrs": true,
|
|
29416
29349
|
"#HTMLGlobalAttrs": true,
|
|
29417
29350
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -29636,7 +29569,6 @@
|
|
|
29636
29569
|
},
|
|
29637
29570
|
"omission": false,
|
|
29638
29571
|
"globalAttrs": {
|
|
29639
|
-
"#DocumentElementEventAttrs": true,
|
|
29640
29572
|
"#GlobalEventAttrs": true,
|
|
29641
29573
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29642
29574
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29784,7 +29716,6 @@
|
|
|
29784
29716
|
},
|
|
29785
29717
|
"omission": false,
|
|
29786
29718
|
"globalAttrs": {
|
|
29787
|
-
"#DocumentElementEventAttrs": true,
|
|
29788
29719
|
"#GlobalEventAttrs": true,
|
|
29789
29720
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29790
29721
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -29840,7 +29771,6 @@
|
|
|
29840
29771
|
},
|
|
29841
29772
|
"omission": false,
|
|
29842
29773
|
"globalAttrs": {
|
|
29843
|
-
"#DocumentElementEventAttrs": true,
|
|
29844
29774
|
"#GlobalEventAttrs": true,
|
|
29845
29775
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29846
29776
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29900,7 +29830,6 @@
|
|
|
29900
29830
|
"omission": false,
|
|
29901
29831
|
"globalAttrs": {
|
|
29902
29832
|
"#ARIAAttrs": true,
|
|
29903
|
-
"#DocumentElementEventAttrs": true,
|
|
29904
29833
|
"#GlobalEventAttrs": true,
|
|
29905
29834
|
"#HTMLGlobalAttrs": true,
|
|
29906
29835
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -30160,7 +30089,6 @@
|
|
|
30160
30089
|
},
|
|
30161
30090
|
"omission": false,
|
|
30162
30091
|
"globalAttrs": {
|
|
30163
|
-
"#DocumentElementEventAttrs": true,
|
|
30164
30092
|
"#GlobalEventAttrs": true,
|
|
30165
30093
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
30166
30094
|
"#SVGPresentationAttrs": [
|
|
@@ -30255,7 +30183,6 @@
|
|
|
30255
30183
|
},
|
|
30256
30184
|
"omission": false,
|
|
30257
30185
|
"globalAttrs": {
|
|
30258
|
-
"#DocumentElementEventAttrs": true,
|
|
30259
30186
|
"#GlobalEventAttrs": true,
|
|
30260
30187
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
30261
30188
|
},
|
|
@@ -30326,7 +30253,6 @@
|
|
|
30326
30253
|
"omission": false,
|
|
30327
30254
|
"globalAttrs": {
|
|
30328
30255
|
"#ARIAAttrs": true,
|
|
30329
|
-
"#DocumentElementEventAttrs": true,
|
|
30330
30256
|
"#GlobalEventAttrs": true,
|
|
30331
30257
|
"#HTMLGlobalAttrs": true,
|
|
30332
30258
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -30408,10 +30334,10 @@
|
|
|
30408
30334
|
},
|
|
30409
30335
|
"attributes": {
|
|
30410
30336
|
"cx": {
|
|
30411
|
-
"description": "The x position of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30337
|
+
"description": "The x position of the center of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30412
30338
|
},
|
|
30413
30339
|
"cy": {
|
|
30414
|
-
"description": "The y position of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30340
|
+
"description": "The y position of the center of the ellipse. Value type: <length>|<percentage> ; Default value: 0; Animatable: yes"
|
|
30415
30341
|
},
|
|
30416
30342
|
"pathLength": {
|
|
30417
30343
|
"type": "<number>",
|
|
@@ -32954,7 +32880,6 @@
|
|
|
32954
32880
|
"omission": false,
|
|
32955
32881
|
"globalAttrs": {
|
|
32956
32882
|
"#ARIAAttrs": true,
|
|
32957
|
-
"#DocumentElementEventAttrs": true,
|
|
32958
32883
|
"#GlobalEventAttrs": true,
|
|
32959
32884
|
"#HTMLGlobalAttrs": true,
|
|
32960
32885
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33090,7 +33015,6 @@
|
|
|
33090
33015
|
"omission": false,
|
|
33091
33016
|
"globalAttrs": {
|
|
33092
33017
|
"#ARIAAttrs": true,
|
|
33093
|
-
"#DocumentElementEventAttrs": true,
|
|
33094
33018
|
"#GlobalEventAttrs": true,
|
|
33095
33019
|
"#HTMLGlobalAttrs": true,
|
|
33096
33020
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33252,7 +33176,6 @@
|
|
|
33252
33176
|
"omission": false,
|
|
33253
33177
|
"globalAttrs": {
|
|
33254
33178
|
"#ARIAAttrs": true,
|
|
33255
|
-
"#DocumentElementEventAttrs": true,
|
|
33256
33179
|
"#GlobalEventAttrs": true,
|
|
33257
33180
|
"#HTMLGlobalAttrs": true,
|
|
33258
33181
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33383,7 +33306,6 @@
|
|
|
33383
33306
|
"omission": false,
|
|
33384
33307
|
"globalAttrs": {
|
|
33385
33308
|
"#ARIAAttrs": true,
|
|
33386
|
-
"#DocumentElementEventAttrs": true,
|
|
33387
33309
|
"#GlobalEventAttrs": true,
|
|
33388
33310
|
"#HTMLGlobalAttrs": true,
|
|
33389
33311
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33513,7 +33435,6 @@
|
|
|
33513
33435
|
},
|
|
33514
33436
|
"omission": false,
|
|
33515
33437
|
"globalAttrs": {
|
|
33516
|
-
"#DocumentElementEventAttrs": true,
|
|
33517
33438
|
"#GlobalEventAttrs": true,
|
|
33518
33439
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33519
33440
|
"#SVGPresentationAttrs": [
|
|
@@ -33674,7 +33595,6 @@
|
|
|
33674
33595
|
},
|
|
33675
33596
|
"omission": false,
|
|
33676
33597
|
"globalAttrs": {
|
|
33677
|
-
"#DocumentElementEventAttrs": true,
|
|
33678
33598
|
"#GlobalEventAttrs": true,
|
|
33679
33599
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33680
33600
|
"#SVGPresentationAttrs": [
|
|
@@ -33972,7 +33892,6 @@
|
|
|
33972
33892
|
},
|
|
33973
33893
|
"omission": false,
|
|
33974
33894
|
"globalAttrs": {
|
|
33975
|
-
"#DocumentElementEventAttrs": true,
|
|
33976
33895
|
"#GlobalEventAttrs": true,
|
|
33977
33896
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
33978
33897
|
},
|
|
@@ -34015,7 +33934,6 @@
|
|
|
34015
33934
|
},
|
|
34016
33935
|
"omission": false,
|
|
34017
33936
|
"globalAttrs": {
|
|
34018
|
-
"#DocumentElementEventAttrs": true,
|
|
34019
33937
|
"#GlobalEventAttrs": true,
|
|
34020
33938
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
34021
33939
|
},
|
|
@@ -34057,7 +33975,6 @@
|
|
|
34057
33975
|
"omission": false,
|
|
34058
33976
|
"globalAttrs": {
|
|
34059
33977
|
"#ARIAAttrs": true,
|
|
34060
|
-
"#DocumentElementEventAttrs": true,
|
|
34061
33978
|
"#GlobalEventAttrs": true,
|
|
34062
33979
|
"#HTMLGlobalAttrs": true,
|
|
34063
33980
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34182,7 +34099,6 @@
|
|
|
34182
34099
|
},
|
|
34183
34100
|
"omission": false,
|
|
34184
34101
|
"globalAttrs": {
|
|
34185
|
-
"#DocumentElementEventAttrs": true,
|
|
34186
34102
|
"#GlobalEventAttrs": true,
|
|
34187
34103
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34188
34104
|
"#SVGPresentationAttrs": [
|
|
@@ -34340,7 +34256,6 @@
|
|
|
34340
34256
|
"omission": false,
|
|
34341
34257
|
"globalAttrs": {
|
|
34342
34258
|
"#ARIAAttrs": true,
|
|
34343
|
-
"#DocumentElementEventAttrs": true,
|
|
34344
34259
|
"#GlobalEventAttrs": true,
|
|
34345
34260
|
"#HTMLGlobalAttrs": true,
|
|
34346
34261
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34459,7 +34374,6 @@
|
|
|
34459
34374
|
"omission": false,
|
|
34460
34375
|
"globalAttrs": {
|
|
34461
34376
|
"#ARIAAttrs": true,
|
|
34462
|
-
"#DocumentElementEventAttrs": true,
|
|
34463
34377
|
"#GlobalEventAttrs": true,
|
|
34464
34378
|
"#HTMLGlobalAttrs": true,
|
|
34465
34379
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34573,7 +34487,6 @@
|
|
|
34573
34487
|
},
|
|
34574
34488
|
"omission": false,
|
|
34575
34489
|
"globalAttrs": {
|
|
34576
|
-
"#DocumentElementEventAttrs": true,
|
|
34577
34490
|
"#GlobalEventAttrs": true,
|
|
34578
34491
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34579
34492
|
"#SVGPresentationAttrs": [
|
|
@@ -34737,7 +34650,6 @@
|
|
|
34737
34650
|
"omission": false,
|
|
34738
34651
|
"globalAttrs": {
|
|
34739
34652
|
"#ARIAAttrs": true,
|
|
34740
|
-
"#DocumentElementEventAttrs": true,
|
|
34741
34653
|
"#GlobalEventAttrs": true,
|
|
34742
34654
|
"#HTMLGlobalAttrs": true,
|
|
34743
34655
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34863,7 +34775,6 @@
|
|
|
34863
34775
|
},
|
|
34864
34776
|
"omission": false,
|
|
34865
34777
|
"globalAttrs": {
|
|
34866
|
-
"#DocumentElementEventAttrs": true,
|
|
34867
34778
|
"#GlobalEventAttrs": true,
|
|
34868
34779
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34869
34780
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
@@ -34908,7 +34819,6 @@
|
|
|
34908
34819
|
},
|
|
34909
34820
|
"omission": false,
|
|
34910
34821
|
"globalAttrs": {
|
|
34911
|
-
"#DocumentElementEventAttrs": true,
|
|
34912
34822
|
"#GlobalEventAttrs": true,
|
|
34913
34823
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
34914
34824
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -34952,7 +34862,6 @@
|
|
|
34952
34862
|
},
|
|
34953
34863
|
"omission": false,
|
|
34954
34864
|
"globalAttrs": {
|
|
34955
|
-
"#DocumentElementEventAttrs": true,
|
|
34956
34865
|
"#GlobalEventAttrs": true,
|
|
34957
34866
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34958
34867
|
"#SVGPresentationAttrs": [
|
|
@@ -35063,7 +34972,6 @@
|
|
|
35063
34972
|
},
|
|
35064
34973
|
"omission": false,
|
|
35065
34974
|
"globalAttrs": {
|
|
35066
|
-
"#DocumentElementEventAttrs": true,
|
|
35067
34975
|
"#GlobalEventAttrs": true,
|
|
35068
34976
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35069
34977
|
},
|
|
@@ -35122,7 +35030,6 @@
|
|
|
35122
35030
|
"omission": false,
|
|
35123
35031
|
"globalAttrs": {
|
|
35124
35032
|
"#ARIAAttrs": true,
|
|
35125
|
-
"#DocumentElementEventAttrs": true,
|
|
35126
35033
|
"#GlobalEventAttrs": true,
|
|
35127
35034
|
"#HTMLGlobalAttrs": true,
|
|
35128
35035
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35278,7 +35185,6 @@
|
|
|
35278
35185
|
"omission": false,
|
|
35279
35186
|
"globalAttrs": {
|
|
35280
35187
|
"#ARIAAttrs": true,
|
|
35281
|
-
"#DocumentElementEventAttrs": true,
|
|
35282
35188
|
"#GlobalEventAttrs": true,
|
|
35283
35189
|
"#HTMLGlobalAttrs": true,
|
|
35284
35190
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35397,7 +35303,6 @@
|
|
|
35397
35303
|
"omission": false,
|
|
35398
35304
|
"globalAttrs": {
|
|
35399
35305
|
"#ARIAAttrs": true,
|
|
35400
|
-
"#DocumentElementEventAttrs": true,
|
|
35401
35306
|
"#GlobalEventAttrs": true,
|
|
35402
35307
|
"#HTMLGlobalAttrs": true,
|
|
35403
35308
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -35480,7 +35385,6 @@
|
|
|
35480
35385
|
"omission": false,
|
|
35481
35386
|
"globalAttrs": {
|
|
35482
35387
|
"#ARIAAttrs": true,
|
|
35483
|
-
"#DocumentElementEventAttrs": true,
|
|
35484
35388
|
"#GlobalEventAttrs": true,
|
|
35485
35389
|
"#HTMLGlobalAttrs": true,
|
|
35486
35390
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35629,7 +35533,6 @@
|
|
|
35629
35533
|
"omission": false,
|
|
35630
35534
|
"globalAttrs": {
|
|
35631
35535
|
"#ARIAAttrs": true,
|
|
35632
|
-
"#DocumentElementEventAttrs": true,
|
|
35633
35536
|
"#GlobalEventAttrs": true,
|
|
35634
35537
|
"#HTMLGlobalAttrs": true,
|
|
35635
35538
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35776,7 +35679,6 @@
|
|
|
35776
35679
|
},
|
|
35777
35680
|
"omission": false,
|
|
35778
35681
|
"globalAttrs": {
|
|
35779
|
-
"#DocumentElementEventAttrs": true,
|
|
35780
35682
|
"#GlobalEventAttrs": true,
|
|
35781
35683
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35782
35684
|
},
|
|
@@ -35832,7 +35734,6 @@
|
|
|
35832
35734
|
"omission": false,
|
|
35833
35735
|
"globalAttrs": {
|
|
35834
35736
|
"#ARIAAttrs": true,
|
|
35835
|
-
"#DocumentElementEventAttrs": true,
|
|
35836
35737
|
"#GlobalEventAttrs": true,
|
|
35837
35738
|
"#HTMLGlobalAttrs": true,
|
|
35838
35739
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35973,7 +35874,6 @@
|
|
|
35973
35874
|
"omission": false,
|
|
35974
35875
|
"globalAttrs": {
|
|
35975
35876
|
"#ARIAAttrs": true,
|
|
35976
|
-
"#DocumentElementEventAttrs": true,
|
|
35977
35877
|
"#GlobalEventAttrs": true,
|
|
35978
35878
|
"#HTMLGlobalAttrs": true,
|
|
35979
35879
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -36056,22 +35956,23 @@
|
|
|
36056
35956
|
},
|
|
36057
35957
|
"attributes": {
|
|
36058
35958
|
"height": {
|
|
36059
|
-
"description": "The height of the use element.
|
|
35959
|
+
"description": "The height of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
36060
35960
|
},
|
|
36061
35961
|
"href": {
|
|
36062
35962
|
"type": "URL"
|
|
36063
35963
|
},
|
|
36064
35964
|
"width": {
|
|
36065
|
-
"description": "The width of the use element.
|
|
35965
|
+
"description": "The width of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
36066
35966
|
},
|
|
36067
35967
|
"x": {
|
|
36068
|
-
"description": "The x coordinate of the use element.
|
|
35968
|
+
"description": "The x coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
36069
35969
|
},
|
|
36070
35970
|
"xlink:href": {
|
|
36071
|
-
"description": "
|
|
35971
|
+
"description": "An <IRI> reference to an element/fragment that needs to be duplicated. If both href and xlink:href are present, the value given by href is used.Value type: <IRI> ; Default value: none; Animatable: yes",
|
|
35972
|
+
"deprecated": true
|
|
36072
35973
|
},
|
|
36073
35974
|
"y": {
|
|
36074
|
-
"description": "The y coordinate of the use element.
|
|
35975
|
+
"description": "The y coordinate of an additional final offset transformation applied to the <use> element.Value type: <coordinate> ; Default value: 0; Animatable: yes"
|
|
36075
35976
|
}
|
|
36076
35977
|
}
|
|
36077
35978
|
},
|
|
@@ -36095,7 +35996,6 @@
|
|
|
36095
35996
|
"omission": false,
|
|
36096
35997
|
"globalAttrs": {
|
|
36097
35998
|
"#ARIAAttrs": true,
|
|
36098
|
-
"#DocumentElementEventAttrs": true,
|
|
36099
35999
|
"#GlobalEventAttrs": true,
|
|
36100
36000
|
"#HTMLGlobalAttrs": true,
|
|
36101
36001
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|