@markuplint/html-spec 3.0.0-dev.51 → 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 +85 -192
- 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
|
},
|
|
@@ -24423,21 +24412,17 @@
|
|
|
24423
24412
|
]
|
|
24424
24413
|
},
|
|
24425
24414
|
"aria": {
|
|
24426
|
-
"implicitRole":
|
|
24427
|
-
"
|
|
24428
|
-
|
|
24429
|
-
|
|
24430
|
-
"conditions": {
|
|
24431
|
-
":aria(has name)": {
|
|
24432
|
-
"implicitRole": "form"
|
|
24433
|
-
}
|
|
24415
|
+
"implicitRole": false,
|
|
24416
|
+
"conditions": {
|
|
24417
|
+
":aria(has name)": {
|
|
24418
|
+
"implicitRole": "form"
|
|
24434
24419
|
}
|
|
24435
|
-
}
|
|
24420
|
+
},
|
|
24421
|
+
"permittedRoles": ["search", "none", "presentation"]
|
|
24436
24422
|
},
|
|
24437
24423
|
"omission": false,
|
|
24438
24424
|
"globalAttrs": {
|
|
24439
24425
|
"#ARIAAttrs": true,
|
|
24440
|
-
"#DocumentElementEventAttrs": true,
|
|
24441
24426
|
"#GlobalEventAttrs": true,
|
|
24442
24427
|
"#HTMLGlobalAttrs": true
|
|
24443
24428
|
},
|
|
@@ -24605,7 +24590,6 @@
|
|
|
24605
24590
|
"omission": false,
|
|
24606
24591
|
"globalAttrs": {
|
|
24607
24592
|
"#ARIAAttrs": true,
|
|
24608
|
-
"#DocumentElementEventAttrs": true,
|
|
24609
24593
|
"#GlobalEventAttrs": true,
|
|
24610
24594
|
"#HTMLGlobalAttrs": true
|
|
24611
24595
|
},
|
|
@@ -24633,7 +24617,6 @@
|
|
|
24633
24617
|
"omission": false,
|
|
24634
24618
|
"globalAttrs": {
|
|
24635
24619
|
"#ARIAAttrs": true,
|
|
24636
|
-
"#DocumentElementEventAttrs": true,
|
|
24637
24620
|
"#GlobalEventAttrs": true,
|
|
24638
24621
|
"#HTMLGlobalAttrs": true
|
|
24639
24622
|
},
|
|
@@ -24661,7 +24644,6 @@
|
|
|
24661
24644
|
"omission": false,
|
|
24662
24645
|
"globalAttrs": {
|
|
24663
24646
|
"#ARIAAttrs": true,
|
|
24664
|
-
"#DocumentElementEventAttrs": true,
|
|
24665
24647
|
"#GlobalEventAttrs": true,
|
|
24666
24648
|
"#HTMLGlobalAttrs": true
|
|
24667
24649
|
},
|
|
@@ -24689,7 +24671,6 @@
|
|
|
24689
24671
|
"omission": false,
|
|
24690
24672
|
"globalAttrs": {
|
|
24691
24673
|
"#ARIAAttrs": true,
|
|
24692
|
-
"#DocumentElementEventAttrs": true,
|
|
24693
24674
|
"#GlobalEventAttrs": true,
|
|
24694
24675
|
"#HTMLGlobalAttrs": true
|
|
24695
24676
|
},
|
|
@@ -24717,7 +24698,6 @@
|
|
|
24717
24698
|
"omission": false,
|
|
24718
24699
|
"globalAttrs": {
|
|
24719
24700
|
"#ARIAAttrs": true,
|
|
24720
|
-
"#DocumentElementEventAttrs": true,
|
|
24721
24701
|
"#GlobalEventAttrs": true,
|
|
24722
24702
|
"#HTMLGlobalAttrs": true
|
|
24723
24703
|
},
|
|
@@ -24745,7 +24725,6 @@
|
|
|
24745
24725
|
"omission": false,
|
|
24746
24726
|
"globalAttrs": {
|
|
24747
24727
|
"#ARIAAttrs": true,
|
|
24748
|
-
"#DocumentElementEventAttrs": true,
|
|
24749
24728
|
"#GlobalEventAttrs": true,
|
|
24750
24729
|
"#HTMLGlobalAttrs": true
|
|
24751
24730
|
},
|
|
@@ -24777,7 +24756,6 @@
|
|
|
24777
24756
|
"omission": false,
|
|
24778
24757
|
"globalAttrs": {
|
|
24779
24758
|
"#ARIAAttrs": true,
|
|
24780
|
-
"#DocumentElementEventAttrs": true,
|
|
24781
24759
|
"#GlobalEventAttrs": true,
|
|
24782
24760
|
"#HTMLGlobalAttrs": true
|
|
24783
24761
|
},
|
|
@@ -24822,7 +24800,6 @@
|
|
|
24822
24800
|
"omission": false,
|
|
24823
24801
|
"globalAttrs": {
|
|
24824
24802
|
"#ARIAAttrs": true,
|
|
24825
|
-
"#DocumentElementEventAttrs": true,
|
|
24826
24803
|
"#GlobalEventAttrs": true,
|
|
24827
24804
|
"#HTMLGlobalAttrs": true
|
|
24828
24805
|
},
|
|
@@ -24869,7 +24846,6 @@
|
|
|
24869
24846
|
"omission": false,
|
|
24870
24847
|
"globalAttrs": {
|
|
24871
24848
|
"#ARIAAttrs": true,
|
|
24872
|
-
"#DocumentElementEventAttrs": true,
|
|
24873
24849
|
"#GlobalEventAttrs": true,
|
|
24874
24850
|
"#HTMLGlobalAttrs": true
|
|
24875
24851
|
},
|
|
@@ -24894,7 +24870,6 @@
|
|
|
24894
24870
|
"omission": false,
|
|
24895
24871
|
"globalAttrs": {
|
|
24896
24872
|
"#ARIAAttrs": true,
|
|
24897
|
-
"#DocumentElementEventAttrs": true,
|
|
24898
24873
|
"#GlobalEventAttrs": true,
|
|
24899
24874
|
"#HTMLGlobalAttrs": true
|
|
24900
24875
|
},
|
|
@@ -24949,7 +24924,6 @@
|
|
|
24949
24924
|
"omission": false,
|
|
24950
24925
|
"globalAttrs": {
|
|
24951
24926
|
"#ARIAAttrs": true,
|
|
24952
|
-
"#DocumentElementEventAttrs": true,
|
|
24953
24927
|
"#GlobalEventAttrs": true,
|
|
24954
24928
|
"#HTMLGlobalAttrs": true
|
|
24955
24929
|
},
|
|
@@ -24988,7 +24962,6 @@
|
|
|
24988
24962
|
"omission": false,
|
|
24989
24963
|
"globalAttrs": {
|
|
24990
24964
|
"#ARIAAttrs": true,
|
|
24991
|
-
"#DocumentElementEventAttrs": true,
|
|
24992
24965
|
"#GlobalEventAttrs": true,
|
|
24993
24966
|
"#HTMLGlobalAttrs": true
|
|
24994
24967
|
},
|
|
@@ -25009,7 +24982,6 @@
|
|
|
25009
24982
|
"omission": false,
|
|
25010
24983
|
"globalAttrs": {
|
|
25011
24984
|
"#ARIAAttrs": true,
|
|
25012
|
-
"#DocumentElementEventAttrs": true,
|
|
25013
24985
|
"#GlobalEventAttrs": true,
|
|
25014
24986
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25015
24987
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25030,6 +25002,11 @@
|
|
|
25030
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\".",
|
|
25031
25003
|
"experimental": true
|
|
25032
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
|
+
},
|
|
25033
25010
|
"csp": {
|
|
25034
25011
|
"description": "A Content Security Policy enforced for the embedded resource. See HTMLIFrameElement.csp for details.",
|
|
25035
25012
|
"experimental": true
|
|
@@ -25183,7 +25160,6 @@
|
|
|
25183
25160
|
"omission": false,
|
|
25184
25161
|
"globalAttrs": {
|
|
25185
25162
|
"#ARIAAttrs": true,
|
|
25186
|
-
"#DocumentElementEventAttrs": true,
|
|
25187
25163
|
"#GlobalEventAttrs": true,
|
|
25188
25164
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "srcset", "sizes", "width"],
|
|
25189
25165
|
"#HTMLGlobalAttrs": true,
|
|
@@ -25211,6 +25187,9 @@
|
|
|
25211
25187
|
"missingValueDefault": "auto"
|
|
25212
25188
|
}
|
|
25213
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
|
+
},
|
|
25214
25193
|
"fetchpriority": {
|
|
25215
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.",
|
|
25216
25195
|
"experimental": true
|
|
@@ -25741,7 +25720,6 @@
|
|
|
25741
25720
|
"omission": false,
|
|
25742
25721
|
"globalAttrs": {
|
|
25743
25722
|
"#ARIAAttrs": true,
|
|
25744
|
-
"#DocumentElementEventAttrs": true,
|
|
25745
25723
|
"#GlobalEventAttrs": true,
|
|
25746
25724
|
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
25747
25725
|
"#HTMLFormControlElementAttrs": [
|
|
@@ -25948,6 +25926,18 @@
|
|
|
25948
25926
|
"[type='number' i]"
|
|
25949
25927
|
]
|
|
25950
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
|
+
},
|
|
25951
25941
|
"readonly": {
|
|
25952
25942
|
"condition": [
|
|
25953
25943
|
":not([type])",
|
|
@@ -26098,7 +26088,6 @@
|
|
|
26098
26088
|
"omission": false,
|
|
26099
26089
|
"globalAttrs": {
|
|
26100
26090
|
"#ARIAAttrs": true,
|
|
26101
|
-
"#DocumentElementEventAttrs": true,
|
|
26102
26091
|
"#GlobalEventAttrs": true,
|
|
26103
26092
|
"#HTMLGlobalAttrs": true
|
|
26104
26093
|
},
|
|
@@ -26148,7 +26137,6 @@
|
|
|
26148
26137
|
"omission": false,
|
|
26149
26138
|
"globalAttrs": {
|
|
26150
26139
|
"#ARIAAttrs": true,
|
|
26151
|
-
"#DocumentElementEventAttrs": true,
|
|
26152
26140
|
"#GlobalEventAttrs": true,
|
|
26153
26141
|
"#HTMLGlobalAttrs": true
|
|
26154
26142
|
},
|
|
@@ -26210,7 +26198,6 @@
|
|
|
26210
26198
|
"omission": false,
|
|
26211
26199
|
"globalAttrs": {
|
|
26212
26200
|
"#ARIAAttrs": true,
|
|
26213
|
-
"#DocumentElementEventAttrs": true,
|
|
26214
26201
|
"#GlobalEventAttrs": true,
|
|
26215
26202
|
"#HTMLGlobalAttrs": true
|
|
26216
26203
|
},
|
|
@@ -26240,7 +26227,6 @@
|
|
|
26240
26227
|
"omission": false,
|
|
26241
26228
|
"globalAttrs": {
|
|
26242
26229
|
"#ARIAAttrs": true,
|
|
26243
|
-
"#DocumentElementEventAttrs": true,
|
|
26244
26230
|
"#GlobalEventAttrs": true,
|
|
26245
26231
|
"#HTMLGlobalAttrs": true
|
|
26246
26232
|
},
|
|
@@ -26276,7 +26262,6 @@
|
|
|
26276
26262
|
"omission": false,
|
|
26277
26263
|
"globalAttrs": {
|
|
26278
26264
|
"#ARIAAttrs": true,
|
|
26279
|
-
"#DocumentElementEventAttrs": true,
|
|
26280
26265
|
"#GlobalEventAttrs": true,
|
|
26281
26266
|
"#HTMLGlobalAttrs": true
|
|
26282
26267
|
},
|
|
@@ -26308,7 +26293,6 @@
|
|
|
26308
26293
|
"omission": false,
|
|
26309
26294
|
"globalAttrs": {
|
|
26310
26295
|
"#ARIAAttrs": true,
|
|
26311
|
-
"#DocumentElementEventAttrs": true,
|
|
26312
26296
|
"#GlobalEventAttrs": true,
|
|
26313
26297
|
"#HTMLGlobalAttrs": true,
|
|
26314
26298
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -26511,7 +26495,6 @@
|
|
|
26511
26495
|
"omission": false,
|
|
26512
26496
|
"globalAttrs": {
|
|
26513
26497
|
"#ARIAAttrs": true,
|
|
26514
|
-
"#DocumentElementEventAttrs": true,
|
|
26515
26498
|
"#GlobalEventAttrs": true,
|
|
26516
26499
|
"#HTMLGlobalAttrs": true
|
|
26517
26500
|
},
|
|
@@ -26537,7 +26520,6 @@
|
|
|
26537
26520
|
"omission": false,
|
|
26538
26521
|
"globalAttrs": {
|
|
26539
26522
|
"#ARIAAttrs": true,
|
|
26540
|
-
"#DocumentElementEventAttrs": true,
|
|
26541
26523
|
"#GlobalEventAttrs": true,
|
|
26542
26524
|
"#HTMLGlobalAttrs": true
|
|
26543
26525
|
},
|
|
@@ -26567,7 +26549,6 @@
|
|
|
26567
26549
|
"omission": false,
|
|
26568
26550
|
"globalAttrs": {
|
|
26569
26551
|
"#ARIAAttrs": true,
|
|
26570
|
-
"#DocumentElementEventAttrs": true,
|
|
26571
26552
|
"#GlobalEventAttrs": true,
|
|
26572
26553
|
"#HTMLGlobalAttrs": true
|
|
26573
26554
|
},
|
|
@@ -26710,7 +26691,6 @@
|
|
|
26710
26691
|
"omission": false,
|
|
26711
26692
|
"globalAttrs": {
|
|
26712
26693
|
"#ARIAAttrs": true,
|
|
26713
|
-
"#DocumentElementEventAttrs": true,
|
|
26714
26694
|
"#GlobalEventAttrs": true,
|
|
26715
26695
|
"#HTMLGlobalAttrs": true
|
|
26716
26696
|
},
|
|
@@ -26788,7 +26768,6 @@
|
|
|
26788
26768
|
"omission": false,
|
|
26789
26769
|
"globalAttrs": {
|
|
26790
26770
|
"#ARIAAttrs": true,
|
|
26791
|
-
"#DocumentElementEventAttrs": true,
|
|
26792
26771
|
"#GlobalEventAttrs": true,
|
|
26793
26772
|
"#HTMLGlobalAttrs": true,
|
|
26794
26773
|
"#HTMLLinkAndFetchingAttrs": ["media"]
|
|
@@ -26865,7 +26844,6 @@
|
|
|
26865
26844
|
"omission": false,
|
|
26866
26845
|
"globalAttrs": {
|
|
26867
26846
|
"#ARIAAttrs": true,
|
|
26868
|
-
"#DocumentElementEventAttrs": true,
|
|
26869
26847
|
"#GlobalEventAttrs": true,
|
|
26870
26848
|
"#HTMLGlobalAttrs": true
|
|
26871
26849
|
},
|
|
@@ -26929,7 +26907,6 @@
|
|
|
26929
26907
|
"omission": false,
|
|
26930
26908
|
"globalAttrs": {
|
|
26931
26909
|
"#ARIAAttrs": true,
|
|
26932
|
-
"#DocumentElementEventAttrs": true,
|
|
26933
26910
|
"#GlobalEventAttrs": true,
|
|
26934
26911
|
"#HTMLGlobalAttrs": true
|
|
26935
26912
|
},
|
|
@@ -27023,7 +27000,6 @@
|
|
|
27023
27000
|
"omission": false,
|
|
27024
27001
|
"globalAttrs": {
|
|
27025
27002
|
"#ARIAAttrs": true,
|
|
27026
|
-
"#DocumentElementEventAttrs": true,
|
|
27027
27003
|
"#GlobalEventAttrs": true,
|
|
27028
27004
|
"#HTMLGlobalAttrs": true
|
|
27029
27005
|
},
|
|
@@ -27048,7 +27024,6 @@
|
|
|
27048
27024
|
"omission": false,
|
|
27049
27025
|
"globalAttrs": {
|
|
27050
27026
|
"#ARIAAttrs": true,
|
|
27051
|
-
"#DocumentElementEventAttrs": true,
|
|
27052
27027
|
"#GlobalEventAttrs": true,
|
|
27053
27028
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "width"],
|
|
27054
27029
|
"#HTMLFormControlElementAttrs": ["form"],
|
|
@@ -27157,7 +27132,6 @@
|
|
|
27157
27132
|
"omission": false,
|
|
27158
27133
|
"globalAttrs": {
|
|
27159
27134
|
"#ARIAAttrs": true,
|
|
27160
|
-
"#DocumentElementEventAttrs": true,
|
|
27161
27135
|
"#GlobalEventAttrs": true,
|
|
27162
27136
|
"#HTMLGlobalAttrs": true
|
|
27163
27137
|
},
|
|
@@ -27201,7 +27175,6 @@
|
|
|
27201
27175
|
"omission": false,
|
|
27202
27176
|
"globalAttrs": {
|
|
27203
27177
|
"#ARIAAttrs": true,
|
|
27204
|
-
"#DocumentElementEventAttrs": true,
|
|
27205
27178
|
"#GlobalEventAttrs": true,
|
|
27206
27179
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27207
27180
|
"#HTMLGlobalAttrs": true
|
|
@@ -27267,7 +27240,6 @@
|
|
|
27267
27240
|
"omission": false,
|
|
27268
27241
|
"globalAttrs": {
|
|
27269
27242
|
"#ARIAAttrs": true,
|
|
27270
|
-
"#DocumentElementEventAttrs": true,
|
|
27271
27243
|
"#GlobalEventAttrs": true,
|
|
27272
27244
|
"#HTMLFormControlElementAttrs": ["disabled"],
|
|
27273
27245
|
"#HTMLGlobalAttrs": true
|
|
@@ -27306,7 +27278,6 @@
|
|
|
27306
27278
|
"omission": false,
|
|
27307
27279
|
"globalAttrs": {
|
|
27308
27280
|
"#ARIAAttrs": true,
|
|
27309
|
-
"#DocumentElementEventAttrs": true,
|
|
27310
27281
|
"#GlobalEventAttrs": true,
|
|
27311
27282
|
"#HTMLFormControlElementAttrs": ["form", "name"],
|
|
27312
27283
|
"#HTMLGlobalAttrs": true
|
|
@@ -27346,7 +27317,6 @@
|
|
|
27346
27317
|
"omission": false,
|
|
27347
27318
|
"globalAttrs": {
|
|
27348
27319
|
"#ARIAAttrs": true,
|
|
27349
|
-
"#DocumentElementEventAttrs": true,
|
|
27350
27320
|
"#GlobalEventAttrs": true,
|
|
27351
27321
|
"#HTMLGlobalAttrs": true
|
|
27352
27322
|
},
|
|
@@ -27428,7 +27398,6 @@
|
|
|
27428
27398
|
"omission": false,
|
|
27429
27399
|
"globalAttrs": {
|
|
27430
27400
|
"#ARIAAttrs": true,
|
|
27431
|
-
"#DocumentElementEventAttrs": true,
|
|
27432
27401
|
"#GlobalEventAttrs": true,
|
|
27433
27402
|
"#HTMLGlobalAttrs": true
|
|
27434
27403
|
},
|
|
@@ -27470,7 +27439,6 @@
|
|
|
27470
27439
|
"omission": false,
|
|
27471
27440
|
"globalAttrs": {
|
|
27472
27441
|
"#ARIAAttrs": true,
|
|
27473
|
-
"#DocumentElementEventAttrs": true,
|
|
27474
27442
|
"#GlobalEventAttrs": true,
|
|
27475
27443
|
"#HTMLEmbededAndMediaContentAttrs": ["src"],
|
|
27476
27444
|
"#HTMLGlobalAttrs": true,
|
|
@@ -27505,7 +27473,6 @@
|
|
|
27505
27473
|
"omission": false,
|
|
27506
27474
|
"globalAttrs": {
|
|
27507
27475
|
"#ARIAAttrs": true,
|
|
27508
|
-
"#DocumentElementEventAttrs": true,
|
|
27509
27476
|
"#GlobalEventAttrs": true,
|
|
27510
27477
|
"#HTMLGlobalAttrs": true
|
|
27511
27478
|
},
|
|
@@ -27556,7 +27523,6 @@
|
|
|
27556
27523
|
"omission": false,
|
|
27557
27524
|
"globalAttrs": {
|
|
27558
27525
|
"#ARIAAttrs": true,
|
|
27559
|
-
"#DocumentElementEventAttrs": true,
|
|
27560
27526
|
"#GlobalEventAttrs": true,
|
|
27561
27527
|
"#HTMLGlobalAttrs": true
|
|
27562
27528
|
},
|
|
@@ -27589,7 +27555,6 @@
|
|
|
27589
27555
|
"omission": false,
|
|
27590
27556
|
"globalAttrs": {
|
|
27591
27557
|
"#ARIAAttrs": true,
|
|
27592
|
-
"#DocumentElementEventAttrs": true,
|
|
27593
27558
|
"#GlobalEventAttrs": true,
|
|
27594
27559
|
"#HTMLGlobalAttrs": true
|
|
27595
27560
|
},
|
|
@@ -27635,7 +27600,6 @@
|
|
|
27635
27600
|
"omission": false,
|
|
27636
27601
|
"globalAttrs": {
|
|
27637
27602
|
"#ARIAAttrs": true,
|
|
27638
|
-
"#DocumentElementEventAttrs": true,
|
|
27639
27603
|
"#GlobalEventAttrs": true,
|
|
27640
27604
|
"#HTMLGlobalAttrs": true
|
|
27641
27605
|
},
|
|
@@ -27661,7 +27625,6 @@
|
|
|
27661
27625
|
"omission": false,
|
|
27662
27626
|
"globalAttrs": {
|
|
27663
27627
|
"#ARIAAttrs": true,
|
|
27664
|
-
"#DocumentElementEventAttrs": true,
|
|
27665
27628
|
"#GlobalEventAttrs": true,
|
|
27666
27629
|
"#HTMLGlobalAttrs": true
|
|
27667
27630
|
},
|
|
@@ -27694,7 +27657,7 @@
|
|
|
27694
27657
|
{
|
|
27695
27658
|
"oneOrMore": [
|
|
27696
27659
|
{
|
|
27697
|
-
"
|
|
27660
|
+
"oneOrMore": [":model(phrasing):not(ruby, :has(ruby))", "ruby:not(:has(ruby))"]
|
|
27698
27661
|
},
|
|
27699
27662
|
{
|
|
27700
27663
|
"choice": [
|
|
@@ -27704,20 +27667,16 @@
|
|
|
27704
27667
|
}
|
|
27705
27668
|
],
|
|
27706
27669
|
[
|
|
27670
|
+
{
|
|
27671
|
+
"require": "rp"
|
|
27672
|
+
},
|
|
27707
27673
|
{
|
|
27708
27674
|
"oneOrMore": [
|
|
27709
27675
|
{
|
|
27710
|
-
"require": "
|
|
27676
|
+
"require": "rt"
|
|
27711
27677
|
},
|
|
27712
27678
|
{
|
|
27713
|
-
"
|
|
27714
|
-
{
|
|
27715
|
-
"require": "rt"
|
|
27716
|
-
},
|
|
27717
|
-
{
|
|
27718
|
-
"require": "rp"
|
|
27719
|
-
}
|
|
27720
|
-
]
|
|
27679
|
+
"require": "rp"
|
|
27721
27680
|
}
|
|
27722
27681
|
]
|
|
27723
27682
|
}
|
|
@@ -27735,7 +27694,6 @@
|
|
|
27735
27694
|
"omission": false,
|
|
27736
27695
|
"globalAttrs": {
|
|
27737
27696
|
"#ARIAAttrs": true,
|
|
27738
|
-
"#DocumentElementEventAttrs": true,
|
|
27739
27697
|
"#GlobalEventAttrs": true,
|
|
27740
27698
|
"#HTMLGlobalAttrs": true
|
|
27741
27699
|
},
|
|
@@ -27761,7 +27719,6 @@
|
|
|
27761
27719
|
"omission": false,
|
|
27762
27720
|
"globalAttrs": {
|
|
27763
27721
|
"#ARIAAttrs": true,
|
|
27764
|
-
"#DocumentElementEventAttrs": true,
|
|
27765
27722
|
"#GlobalEventAttrs": true,
|
|
27766
27723
|
"#HTMLGlobalAttrs": true
|
|
27767
27724
|
},
|
|
@@ -27787,7 +27744,6 @@
|
|
|
27787
27744
|
"omission": false,
|
|
27788
27745
|
"globalAttrs": {
|
|
27789
27746
|
"#ARIAAttrs": true,
|
|
27790
|
-
"#DocumentElementEventAttrs": true,
|
|
27791
27747
|
"#GlobalEventAttrs": true,
|
|
27792
27748
|
"#HTMLGlobalAttrs": true
|
|
27793
27749
|
},
|
|
@@ -27813,7 +27769,6 @@
|
|
|
27813
27769
|
"omission": false,
|
|
27814
27770
|
"globalAttrs": {
|
|
27815
27771
|
"#ARIAAttrs": true,
|
|
27816
|
-
"#DocumentElementEventAttrs": true,
|
|
27817
27772
|
"#GlobalEventAttrs": true,
|
|
27818
27773
|
"#HTMLGlobalAttrs": true,
|
|
27819
27774
|
"#HTMLLinkAndFetchingAttrs": ["crossorigin", "referrerpolicy", "integrity", "fetchpriority"]
|
|
@@ -27945,7 +27900,6 @@
|
|
|
27945
27900
|
"omission": false,
|
|
27946
27901
|
"globalAttrs": {
|
|
27947
27902
|
"#ARIAAttrs": true,
|
|
27948
|
-
"#DocumentElementEventAttrs": true,
|
|
27949
27903
|
"#GlobalEventAttrs": true,
|
|
27950
27904
|
"#HTMLGlobalAttrs": true
|
|
27951
27905
|
},
|
|
@@ -27996,7 +27950,6 @@
|
|
|
27996
27950
|
"omission": false,
|
|
27997
27951
|
"globalAttrs": {
|
|
27998
27952
|
"#ARIAAttrs": true,
|
|
27999
|
-
"#DocumentElementEventAttrs": true,
|
|
28000
27953
|
"#GlobalEventAttrs": true,
|
|
28001
27954
|
"#HTMLFormControlElementAttrs": ["autocomplete", "disabled", "form", "name", "required"],
|
|
28002
27955
|
"#HTMLGlobalAttrs": true
|
|
@@ -28051,7 +28004,6 @@
|
|
|
28051
28004
|
"omission": false,
|
|
28052
28005
|
"globalAttrs": {
|
|
28053
28006
|
"#ARIAAttrs": true,
|
|
28054
|
-
"#DocumentElementEventAttrs": true,
|
|
28055
28007
|
"#GlobalEventAttrs": true,
|
|
28056
28008
|
"#HTMLGlobalAttrs": true
|
|
28057
28009
|
},
|
|
@@ -28081,7 +28033,6 @@
|
|
|
28081
28033
|
"omission": false,
|
|
28082
28034
|
"globalAttrs": {
|
|
28083
28035
|
"#ARIAAttrs": true,
|
|
28084
|
-
"#DocumentElementEventAttrs": true,
|
|
28085
28036
|
"#GlobalEventAttrs": true,
|
|
28086
28037
|
"#HTMLGlobalAttrs": true
|
|
28087
28038
|
},
|
|
@@ -28103,7 +28054,6 @@
|
|
|
28103
28054
|
"omission": false,
|
|
28104
28055
|
"globalAttrs": {
|
|
28105
28056
|
"#ARIAAttrs": true,
|
|
28106
|
-
"#DocumentElementEventAttrs": true,
|
|
28107
28057
|
"#GlobalEventAttrs": true,
|
|
28108
28058
|
"#HTMLEmbededAndMediaContentAttrs": ["height", "srcset", "sizes", "width"],
|
|
28109
28059
|
"#HTMLGlobalAttrs": true
|
|
@@ -28187,7 +28137,6 @@
|
|
|
28187
28137
|
"omission": false,
|
|
28188
28138
|
"globalAttrs": {
|
|
28189
28139
|
"#ARIAAttrs": true,
|
|
28190
|
-
"#DocumentElementEventAttrs": true,
|
|
28191
28140
|
"#GlobalEventAttrs": true,
|
|
28192
28141
|
"#HTMLGlobalAttrs": true
|
|
28193
28142
|
},
|
|
@@ -28233,7 +28182,6 @@
|
|
|
28233
28182
|
"omission": false,
|
|
28234
28183
|
"globalAttrs": {
|
|
28235
28184
|
"#ARIAAttrs": true,
|
|
28236
|
-
"#DocumentElementEventAttrs": true,
|
|
28237
28185
|
"#GlobalEventAttrs": true,
|
|
28238
28186
|
"#HTMLGlobalAttrs": true
|
|
28239
28187
|
},
|
|
@@ -28259,7 +28207,6 @@
|
|
|
28259
28207
|
"omission": false,
|
|
28260
28208
|
"globalAttrs": {
|
|
28261
28209
|
"#ARIAAttrs": true,
|
|
28262
|
-
"#DocumentElementEventAttrs": true,
|
|
28263
28210
|
"#GlobalEventAttrs": true,
|
|
28264
28211
|
"#HTMLGlobalAttrs": true
|
|
28265
28212
|
},
|
|
@@ -28307,7 +28254,6 @@
|
|
|
28307
28254
|
"omission": false,
|
|
28308
28255
|
"globalAttrs": {
|
|
28309
28256
|
"#ARIAAttrs": true,
|
|
28310
|
-
"#DocumentElementEventAttrs": true,
|
|
28311
28257
|
"#GlobalEventAttrs": true,
|
|
28312
28258
|
"#HTMLGlobalAttrs": true
|
|
28313
28259
|
},
|
|
@@ -28347,7 +28293,6 @@
|
|
|
28347
28293
|
"omission": false,
|
|
28348
28294
|
"globalAttrs": {
|
|
28349
28295
|
"#ARIAAttrs": true,
|
|
28350
|
-
"#DocumentElementEventAttrs": true,
|
|
28351
28296
|
"#GlobalEventAttrs": true,
|
|
28352
28297
|
"#HTMLGlobalAttrs": true
|
|
28353
28298
|
},
|
|
@@ -28376,7 +28321,6 @@
|
|
|
28376
28321
|
"omission": false,
|
|
28377
28322
|
"globalAttrs": {
|
|
28378
28323
|
"#ARIAAttrs": true,
|
|
28379
|
-
"#DocumentElementEventAttrs": true,
|
|
28380
28324
|
"#GlobalEventAttrs": true,
|
|
28381
28325
|
"#HTMLGlobalAttrs": true
|
|
28382
28326
|
},
|
|
@@ -28442,7 +28386,6 @@
|
|
|
28442
28386
|
"omission": false,
|
|
28443
28387
|
"globalAttrs": {
|
|
28444
28388
|
"#ARIAAttrs": true,
|
|
28445
|
-
"#DocumentElementEventAttrs": true,
|
|
28446
28389
|
"#GlobalEventAttrs": true,
|
|
28447
28390
|
"#HTMLGlobalAttrs": true
|
|
28448
28391
|
},
|
|
@@ -28472,7 +28415,7 @@
|
|
|
28472
28415
|
"deprecated": true
|
|
28473
28416
|
},
|
|
28474
28417
|
"rules": {
|
|
28475
|
-
"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.",
|
|
28476
28419
|
"deprecated": true
|
|
28477
28420
|
},
|
|
28478
28421
|
"summary": {
|
|
@@ -28504,7 +28447,6 @@
|
|
|
28504
28447
|
"omission": false,
|
|
28505
28448
|
"globalAttrs": {
|
|
28506
28449
|
"#ARIAAttrs": true,
|
|
28507
|
-
"#DocumentElementEventAttrs": true,
|
|
28508
28450
|
"#GlobalEventAttrs": true,
|
|
28509
28451
|
"#HTMLGlobalAttrs": true
|
|
28510
28452
|
},
|
|
@@ -28561,7 +28503,6 @@
|
|
|
28561
28503
|
"omission": false,
|
|
28562
28504
|
"globalAttrs": {
|
|
28563
28505
|
"#ARIAAttrs": true,
|
|
28564
|
-
"#DocumentElementEventAttrs": true,
|
|
28565
28506
|
"#GlobalEventAttrs": true,
|
|
28566
28507
|
"#HTMLGlobalAttrs": true,
|
|
28567
28508
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28634,7 +28575,6 @@
|
|
|
28634
28575
|
"omission": false,
|
|
28635
28576
|
"globalAttrs": {
|
|
28636
28577
|
"#ARIAAttrs": true,
|
|
28637
|
-
"#DocumentElementEventAttrs": true,
|
|
28638
28578
|
"#GlobalEventAttrs": true,
|
|
28639
28579
|
"#HTMLGlobalAttrs": true
|
|
28640
28580
|
},
|
|
@@ -28663,7 +28603,6 @@
|
|
|
28663
28603
|
"omission": false,
|
|
28664
28604
|
"globalAttrs": {
|
|
28665
28605
|
"#ARIAAttrs": true,
|
|
28666
|
-
"#DocumentElementEventAttrs": true,
|
|
28667
28606
|
"#GlobalEventAttrs": true,
|
|
28668
28607
|
"#HTMLFormControlElementAttrs": [
|
|
28669
28608
|
"autocomplete",
|
|
@@ -28758,7 +28697,6 @@
|
|
|
28758
28697
|
"omission": false,
|
|
28759
28698
|
"globalAttrs": {
|
|
28760
28699
|
"#ARIAAttrs": true,
|
|
28761
|
-
"#DocumentElementEventAttrs": true,
|
|
28762
28700
|
"#GlobalEventAttrs": true,
|
|
28763
28701
|
"#HTMLGlobalAttrs": true
|
|
28764
28702
|
},
|
|
@@ -28827,7 +28765,6 @@
|
|
|
28827
28765
|
"omission": false,
|
|
28828
28766
|
"globalAttrs": {
|
|
28829
28767
|
"#ARIAAttrs": true,
|
|
28830
|
-
"#DocumentElementEventAttrs": true,
|
|
28831
28768
|
"#GlobalEventAttrs": true,
|
|
28832
28769
|
"#HTMLGlobalAttrs": true,
|
|
28833
28770
|
"#HTMLTableCellElementAttrs": ["colspan", "rowspan", "headers"]
|
|
@@ -28905,7 +28842,6 @@
|
|
|
28905
28842
|
"omission": false,
|
|
28906
28843
|
"globalAttrs": {
|
|
28907
28844
|
"#ARIAAttrs": true,
|
|
28908
|
-
"#DocumentElementEventAttrs": true,
|
|
28909
28845
|
"#GlobalEventAttrs": true,
|
|
28910
28846
|
"#HTMLGlobalAttrs": true
|
|
28911
28847
|
},
|
|
@@ -28955,7 +28891,6 @@
|
|
|
28955
28891
|
"omission": false,
|
|
28956
28892
|
"globalAttrs": {
|
|
28957
28893
|
"#ARIAAttrs": true,
|
|
28958
|
-
"#DocumentElementEventAttrs": true,
|
|
28959
28894
|
"#GlobalEventAttrs": true,
|
|
28960
28895
|
"#HTMLGlobalAttrs": true
|
|
28961
28896
|
},
|
|
@@ -28985,7 +28920,6 @@
|
|
|
28985
28920
|
"omission": false,
|
|
28986
28921
|
"globalAttrs": {
|
|
28987
28922
|
"#ARIAAttrs": true,
|
|
28988
|
-
"#DocumentElementEventAttrs": true,
|
|
28989
28923
|
"#GlobalEventAttrs": true,
|
|
28990
28924
|
"#HTMLGlobalAttrs": true
|
|
28991
28925
|
},
|
|
@@ -29015,7 +28949,6 @@
|
|
|
29015
28949
|
"omission": false,
|
|
29016
28950
|
"globalAttrs": {
|
|
29017
28951
|
"#ARIAAttrs": true,
|
|
29018
|
-
"#DocumentElementEventAttrs": true,
|
|
29019
28952
|
"#GlobalEventAttrs": true,
|
|
29020
28953
|
"#HTMLGlobalAttrs": true
|
|
29021
28954
|
},
|
|
@@ -29058,7 +28991,6 @@
|
|
|
29058
28991
|
"omission": false,
|
|
29059
28992
|
"globalAttrs": {
|
|
29060
28993
|
"#ARIAAttrs": true,
|
|
29061
|
-
"#DocumentElementEventAttrs": true,
|
|
29062
28994
|
"#GlobalEventAttrs": true,
|
|
29063
28995
|
"#HTMLGlobalAttrs": true
|
|
29064
28996
|
},
|
|
@@ -29122,7 +29054,6 @@
|
|
|
29122
29054
|
"omission": false,
|
|
29123
29055
|
"globalAttrs": {
|
|
29124
29056
|
"#ARIAAttrs": true,
|
|
29125
|
-
"#DocumentElementEventAttrs": true,
|
|
29126
29057
|
"#GlobalEventAttrs": true,
|
|
29127
29058
|
"#HTMLGlobalAttrs": true
|
|
29128
29059
|
},
|
|
@@ -29177,7 +29108,6 @@
|
|
|
29177
29108
|
"omission": false,
|
|
29178
29109
|
"globalAttrs": {
|
|
29179
29110
|
"#ARIAAttrs": true,
|
|
29180
|
-
"#DocumentElementEventAttrs": true,
|
|
29181
29111
|
"#GlobalEventAttrs": true,
|
|
29182
29112
|
"#HTMLGlobalAttrs": true
|
|
29183
29113
|
},
|
|
@@ -29214,7 +29144,6 @@
|
|
|
29214
29144
|
"omission": false,
|
|
29215
29145
|
"globalAttrs": {
|
|
29216
29146
|
"#ARIAAttrs": true,
|
|
29217
|
-
"#DocumentElementEventAttrs": true,
|
|
29218
29147
|
"#GlobalEventAttrs": true,
|
|
29219
29148
|
"#HTMLGlobalAttrs": true
|
|
29220
29149
|
},
|
|
@@ -29262,7 +29191,6 @@
|
|
|
29262
29191
|
"omission": false,
|
|
29263
29192
|
"globalAttrs": {
|
|
29264
29193
|
"#ARIAAttrs": true,
|
|
29265
|
-
"#DocumentElementEventAttrs": true,
|
|
29266
29194
|
"#GlobalEventAttrs": true,
|
|
29267
29195
|
"#HTMLEmbededAndMediaContentAttrs": [
|
|
29268
29196
|
"src",
|
|
@@ -29357,7 +29285,6 @@
|
|
|
29357
29285
|
"omission": false,
|
|
29358
29286
|
"globalAttrs": {
|
|
29359
29287
|
"#ARIAAttrs": true,
|
|
29360
|
-
"#DocumentElementEventAttrs": true,
|
|
29361
29288
|
"#GlobalEventAttrs": true,
|
|
29362
29289
|
"#HTMLGlobalAttrs": true
|
|
29363
29290
|
},
|
|
@@ -29418,7 +29345,6 @@
|
|
|
29418
29345
|
"omission": false,
|
|
29419
29346
|
"globalAttrs": {
|
|
29420
29347
|
"#ARIAAttrs": true,
|
|
29421
|
-
"#DocumentElementEventAttrs": true,
|
|
29422
29348
|
"#GlobalEventAttrs": true,
|
|
29423
29349
|
"#HTMLGlobalAttrs": true,
|
|
29424
29350
|
"#HTMLLinkAndFetchingAttrs": [
|
|
@@ -29643,7 +29569,6 @@
|
|
|
29643
29569
|
},
|
|
29644
29570
|
"omission": false,
|
|
29645
29571
|
"globalAttrs": {
|
|
29646
|
-
"#DocumentElementEventAttrs": true,
|
|
29647
29572
|
"#GlobalEventAttrs": true,
|
|
29648
29573
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29649
29574
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29791,7 +29716,6 @@
|
|
|
29791
29716
|
},
|
|
29792
29717
|
"omission": false,
|
|
29793
29718
|
"globalAttrs": {
|
|
29794
|
-
"#DocumentElementEventAttrs": true,
|
|
29795
29719
|
"#GlobalEventAttrs": true,
|
|
29796
29720
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29797
29721
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -29847,7 +29771,6 @@
|
|
|
29847
29771
|
},
|
|
29848
29772
|
"omission": false,
|
|
29849
29773
|
"globalAttrs": {
|
|
29850
|
-
"#DocumentElementEventAttrs": true,
|
|
29851
29774
|
"#GlobalEventAttrs": true,
|
|
29852
29775
|
"#SVGAnimationAdditionAttrs": ["additive", "accumulate"],
|
|
29853
29776
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
@@ -29907,7 +29830,6 @@
|
|
|
29907
29830
|
"omission": false,
|
|
29908
29831
|
"globalAttrs": {
|
|
29909
29832
|
"#ARIAAttrs": true,
|
|
29910
|
-
"#DocumentElementEventAttrs": true,
|
|
29911
29833
|
"#GlobalEventAttrs": true,
|
|
29912
29834
|
"#HTMLGlobalAttrs": true,
|
|
29913
29835
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -30167,7 +30089,6 @@
|
|
|
30167
30089
|
},
|
|
30168
30090
|
"omission": false,
|
|
30169
30091
|
"globalAttrs": {
|
|
30170
|
-
"#DocumentElementEventAttrs": true,
|
|
30171
30092
|
"#GlobalEventAttrs": true,
|
|
30172
30093
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
30173
30094
|
"#SVGPresentationAttrs": [
|
|
@@ -30262,7 +30183,6 @@
|
|
|
30262
30183
|
},
|
|
30263
30184
|
"omission": false,
|
|
30264
30185
|
"globalAttrs": {
|
|
30265
|
-
"#DocumentElementEventAttrs": true,
|
|
30266
30186
|
"#GlobalEventAttrs": true,
|
|
30267
30187
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
30268
30188
|
},
|
|
@@ -30333,7 +30253,6 @@
|
|
|
30333
30253
|
"omission": false,
|
|
30334
30254
|
"globalAttrs": {
|
|
30335
30255
|
"#ARIAAttrs": true,
|
|
30336
|
-
"#DocumentElementEventAttrs": true,
|
|
30337
30256
|
"#GlobalEventAttrs": true,
|
|
30338
30257
|
"#HTMLGlobalAttrs": true,
|
|
30339
30258
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -30415,10 +30334,10 @@
|
|
|
30415
30334
|
},
|
|
30416
30335
|
"attributes": {
|
|
30417
30336
|
"cx": {
|
|
30418
|
-
"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"
|
|
30419
30338
|
},
|
|
30420
30339
|
"cy": {
|
|
30421
|
-
"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"
|
|
30422
30341
|
},
|
|
30423
30342
|
"pathLength": {
|
|
30424
30343
|
"type": "<number>",
|
|
@@ -32961,7 +32880,6 @@
|
|
|
32961
32880
|
"omission": false,
|
|
32962
32881
|
"globalAttrs": {
|
|
32963
32882
|
"#ARIAAttrs": true,
|
|
32964
|
-
"#DocumentElementEventAttrs": true,
|
|
32965
32883
|
"#GlobalEventAttrs": true,
|
|
32966
32884
|
"#HTMLGlobalAttrs": true,
|
|
32967
32885
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33097,7 +33015,6 @@
|
|
|
33097
33015
|
"omission": false,
|
|
33098
33016
|
"globalAttrs": {
|
|
33099
33017
|
"#ARIAAttrs": true,
|
|
33100
|
-
"#DocumentElementEventAttrs": true,
|
|
33101
33018
|
"#GlobalEventAttrs": true,
|
|
33102
33019
|
"#HTMLGlobalAttrs": true,
|
|
33103
33020
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33259,7 +33176,6 @@
|
|
|
33259
33176
|
"omission": false,
|
|
33260
33177
|
"globalAttrs": {
|
|
33261
33178
|
"#ARIAAttrs": true,
|
|
33262
|
-
"#DocumentElementEventAttrs": true,
|
|
33263
33179
|
"#GlobalEventAttrs": true,
|
|
33264
33180
|
"#HTMLGlobalAttrs": true,
|
|
33265
33181
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33390,7 +33306,6 @@
|
|
|
33390
33306
|
"omission": false,
|
|
33391
33307
|
"globalAttrs": {
|
|
33392
33308
|
"#ARIAAttrs": true,
|
|
33393
|
-
"#DocumentElementEventAttrs": true,
|
|
33394
33309
|
"#GlobalEventAttrs": true,
|
|
33395
33310
|
"#HTMLGlobalAttrs": true,
|
|
33396
33311
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -33520,7 +33435,6 @@
|
|
|
33520
33435
|
},
|
|
33521
33436
|
"omission": false,
|
|
33522
33437
|
"globalAttrs": {
|
|
33523
|
-
"#DocumentElementEventAttrs": true,
|
|
33524
33438
|
"#GlobalEventAttrs": true,
|
|
33525
33439
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33526
33440
|
"#SVGPresentationAttrs": [
|
|
@@ -33681,7 +33595,6 @@
|
|
|
33681
33595
|
},
|
|
33682
33596
|
"omission": false,
|
|
33683
33597
|
"globalAttrs": {
|
|
33684
|
-
"#DocumentElementEventAttrs": true,
|
|
33685
33598
|
"#GlobalEventAttrs": true,
|
|
33686
33599
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
33687
33600
|
"#SVGPresentationAttrs": [
|
|
@@ -33979,7 +33892,6 @@
|
|
|
33979
33892
|
},
|
|
33980
33893
|
"omission": false,
|
|
33981
33894
|
"globalAttrs": {
|
|
33982
|
-
"#DocumentElementEventAttrs": true,
|
|
33983
33895
|
"#GlobalEventAttrs": true,
|
|
33984
33896
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
33985
33897
|
},
|
|
@@ -34022,7 +33934,6 @@
|
|
|
34022
33934
|
},
|
|
34023
33935
|
"omission": false,
|
|
34024
33936
|
"globalAttrs": {
|
|
34025
|
-
"#DocumentElementEventAttrs": true,
|
|
34026
33937
|
"#GlobalEventAttrs": true,
|
|
34027
33938
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
34028
33939
|
},
|
|
@@ -34064,7 +33975,6 @@
|
|
|
34064
33975
|
"omission": false,
|
|
34065
33976
|
"globalAttrs": {
|
|
34066
33977
|
"#ARIAAttrs": true,
|
|
34067
|
-
"#DocumentElementEventAttrs": true,
|
|
34068
33978
|
"#GlobalEventAttrs": true,
|
|
34069
33979
|
"#HTMLGlobalAttrs": true,
|
|
34070
33980
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34189,7 +34099,6 @@
|
|
|
34189
34099
|
},
|
|
34190
34100
|
"omission": false,
|
|
34191
34101
|
"globalAttrs": {
|
|
34192
|
-
"#DocumentElementEventAttrs": true,
|
|
34193
34102
|
"#GlobalEventAttrs": true,
|
|
34194
34103
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34195
34104
|
"#SVGPresentationAttrs": [
|
|
@@ -34347,7 +34256,6 @@
|
|
|
34347
34256
|
"omission": false,
|
|
34348
34257
|
"globalAttrs": {
|
|
34349
34258
|
"#ARIAAttrs": true,
|
|
34350
|
-
"#DocumentElementEventAttrs": true,
|
|
34351
34259
|
"#GlobalEventAttrs": true,
|
|
34352
34260
|
"#HTMLGlobalAttrs": true,
|
|
34353
34261
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34466,7 +34374,6 @@
|
|
|
34466
34374
|
"omission": false,
|
|
34467
34375
|
"globalAttrs": {
|
|
34468
34376
|
"#ARIAAttrs": true,
|
|
34469
|
-
"#DocumentElementEventAttrs": true,
|
|
34470
34377
|
"#GlobalEventAttrs": true,
|
|
34471
34378
|
"#HTMLGlobalAttrs": true,
|
|
34472
34379
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34580,7 +34487,6 @@
|
|
|
34580
34487
|
},
|
|
34581
34488
|
"omission": false,
|
|
34582
34489
|
"globalAttrs": {
|
|
34583
|
-
"#DocumentElementEventAttrs": true,
|
|
34584
34490
|
"#GlobalEventAttrs": true,
|
|
34585
34491
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34586
34492
|
"#SVGPresentationAttrs": [
|
|
@@ -34744,7 +34650,6 @@
|
|
|
34744
34650
|
"omission": false,
|
|
34745
34651
|
"globalAttrs": {
|
|
34746
34652
|
"#ARIAAttrs": true,
|
|
34747
|
-
"#DocumentElementEventAttrs": true,
|
|
34748
34653
|
"#GlobalEventAttrs": true,
|
|
34749
34654
|
"#HTMLGlobalAttrs": true,
|
|
34750
34655
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -34870,7 +34775,6 @@
|
|
|
34870
34775
|
},
|
|
34871
34776
|
"omission": false,
|
|
34872
34777
|
"globalAttrs": {
|
|
34873
|
-
"#DocumentElementEventAttrs": true,
|
|
34874
34778
|
"#GlobalEventAttrs": true,
|
|
34875
34779
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34876
34780
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
@@ -34915,7 +34819,6 @@
|
|
|
34915
34819
|
},
|
|
34916
34820
|
"omission": false,
|
|
34917
34821
|
"globalAttrs": {
|
|
34918
|
-
"#DocumentElementEventAttrs": true,
|
|
34919
34822
|
"#GlobalEventAttrs": true,
|
|
34920
34823
|
"#SVGAnimationAttributeTargetAttrs": ["attributeName"],
|
|
34921
34824
|
"#SVGAnimationEventAttrs": ["onbegin", "onend", "onrepeat"],
|
|
@@ -34959,7 +34862,6 @@
|
|
|
34959
34862
|
},
|
|
34960
34863
|
"omission": false,
|
|
34961
34864
|
"globalAttrs": {
|
|
34962
|
-
"#DocumentElementEventAttrs": true,
|
|
34963
34865
|
"#GlobalEventAttrs": true,
|
|
34964
34866
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
34965
34867
|
"#SVGPresentationAttrs": [
|
|
@@ -35070,7 +34972,6 @@
|
|
|
35070
34972
|
},
|
|
35071
34973
|
"omission": false,
|
|
35072
34974
|
"globalAttrs": {
|
|
35073
|
-
"#DocumentElementEventAttrs": true,
|
|
35074
34975
|
"#GlobalEventAttrs": true,
|
|
35075
34976
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35076
34977
|
},
|
|
@@ -35129,7 +35030,6 @@
|
|
|
35129
35030
|
"omission": false,
|
|
35130
35031
|
"globalAttrs": {
|
|
35131
35032
|
"#ARIAAttrs": true,
|
|
35132
|
-
"#DocumentElementEventAttrs": true,
|
|
35133
35033
|
"#GlobalEventAttrs": true,
|
|
35134
35034
|
"#HTMLGlobalAttrs": true,
|
|
35135
35035
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35285,7 +35185,6 @@
|
|
|
35285
35185
|
"omission": false,
|
|
35286
35186
|
"globalAttrs": {
|
|
35287
35187
|
"#ARIAAttrs": true,
|
|
35288
|
-
"#DocumentElementEventAttrs": true,
|
|
35289
35188
|
"#GlobalEventAttrs": true,
|
|
35290
35189
|
"#HTMLGlobalAttrs": true,
|
|
35291
35190
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35404,7 +35303,6 @@
|
|
|
35404
35303
|
"omission": false,
|
|
35405
35304
|
"globalAttrs": {
|
|
35406
35305
|
"#ARIAAttrs": true,
|
|
35407
|
-
"#DocumentElementEventAttrs": true,
|
|
35408
35306
|
"#GlobalEventAttrs": true,
|
|
35409
35307
|
"#HTMLGlobalAttrs": true,
|
|
35410
35308
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -35487,7 +35385,6 @@
|
|
|
35487
35385
|
"omission": false,
|
|
35488
35386
|
"globalAttrs": {
|
|
35489
35387
|
"#ARIAAttrs": true,
|
|
35490
|
-
"#DocumentElementEventAttrs": true,
|
|
35491
35388
|
"#GlobalEventAttrs": true,
|
|
35492
35389
|
"#HTMLGlobalAttrs": true,
|
|
35493
35390
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35636,7 +35533,6 @@
|
|
|
35636
35533
|
"omission": false,
|
|
35637
35534
|
"globalAttrs": {
|
|
35638
35535
|
"#ARIAAttrs": true,
|
|
35639
|
-
"#DocumentElementEventAttrs": true,
|
|
35640
35536
|
"#GlobalEventAttrs": true,
|
|
35641
35537
|
"#HTMLGlobalAttrs": true,
|
|
35642
35538
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35783,7 +35679,6 @@
|
|
|
35783
35679
|
},
|
|
35784
35680
|
"omission": false,
|
|
35785
35681
|
"globalAttrs": {
|
|
35786
|
-
"#DocumentElementEventAttrs": true,
|
|
35787
35682
|
"#GlobalEventAttrs": true,
|
|
35788
35683
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
35789
35684
|
},
|
|
@@ -35839,7 +35734,6 @@
|
|
|
35839
35734
|
"omission": false,
|
|
35840
35735
|
"globalAttrs": {
|
|
35841
35736
|
"#ARIAAttrs": true,
|
|
35842
|
-
"#DocumentElementEventAttrs": true,
|
|
35843
35737
|
"#GlobalEventAttrs": true,
|
|
35844
35738
|
"#HTMLGlobalAttrs": true,
|
|
35845
35739
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -35980,7 +35874,6 @@
|
|
|
35980
35874
|
"omission": false,
|
|
35981
35875
|
"globalAttrs": {
|
|
35982
35876
|
"#ARIAAttrs": true,
|
|
35983
|
-
"#DocumentElementEventAttrs": true,
|
|
35984
35877
|
"#GlobalEventAttrs": true,
|
|
35985
35878
|
"#HTMLGlobalAttrs": true,
|
|
35986
35879
|
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
@@ -36063,22 +35956,23 @@
|
|
|
36063
35956
|
},
|
|
36064
35957
|
"attributes": {
|
|
36065
35958
|
"height": {
|
|
36066
|
-
"description": "The height of the use element.
|
|
35959
|
+
"description": "The height of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
36067
35960
|
},
|
|
36068
35961
|
"href": {
|
|
36069
35962
|
"type": "URL"
|
|
36070
35963
|
},
|
|
36071
35964
|
"width": {
|
|
36072
|
-
"description": "The width of the use element.
|
|
35965
|
+
"description": "The width of the use element.Value type: <length> ; Default value: 0; Animatable: yes"
|
|
36073
35966
|
},
|
|
36074
35967
|
"x": {
|
|
36075
|
-
"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"
|
|
36076
35969
|
},
|
|
36077
35970
|
"xlink:href": {
|
|
36078
|
-
"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
|
|
36079
35973
|
},
|
|
36080
35974
|
"y": {
|
|
36081
|
-
"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"
|
|
36082
35976
|
}
|
|
36083
35977
|
}
|
|
36084
35978
|
},
|
|
@@ -36102,7 +35996,6 @@
|
|
|
36102
35996
|
"omission": false,
|
|
36103
35997
|
"globalAttrs": {
|
|
36104
35998
|
"#ARIAAttrs": true,
|
|
36105
|
-
"#DocumentElementEventAttrs": true,
|
|
36106
35999
|
"#GlobalEventAttrs": true,
|
|
36107
36000
|
"#HTMLGlobalAttrs": true,
|
|
36108
36001
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|