Skip to content

Commit fd50851

Browse files
authored
Merge pull request #2604 from plotly/create-pull-request/patch
Changes by create-pull-request action
2 parents 0990015 + 1e498df commit fd50851

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

components/dash-html-components/scripts/data/attributes.json

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@
5454
],
5555
"description": "Indicates whether controls in this form can by default have their values automatically completed by the browser."
5656
},
57-
"autoFocus": {
58-
"elements": [
59-
"button",
60-
"input",
61-
"select",
62-
"textarea"
63-
],
64-
"description": "The element should be automatically focused after the page loaded."
65-
},
6657
"autoPlay": {
6758
"elements": [
6859
"audio",
@@ -760,7 +751,6 @@
760751
"accept",
761752
"alt",
762753
"autoComplete",
763-
"autoFocus",
764754
"capture",
765755
"checked",
766756
"disabled",
@@ -848,7 +838,6 @@
848838
],
849839
"select": [
850840
"autoComplete",
851-
"autoFocus",
852841
"disabled",
853842
"form",
854843
"multiple",
@@ -858,7 +847,6 @@
858847
],
859848
"textarea": [
860849
"autoComplete",
861-
"autoFocus",
862850
"cols",
863851
"disabled",
864852
"form",
@@ -872,19 +860,6 @@
872860
"rows",
873861
"wrap"
874862
],
875-
"button": [
876-
"autoFocus",
877-
"disabled",
878-
"form",
879-
"formAction",
880-
"formEncType",
881-
"formMethod",
882-
"formNoValidate",
883-
"formTarget",
884-
"name",
885-
"type",
886-
"value"
887-
],
888863
"audio": [
889864
"autoPlay",
890865
"controls",
@@ -967,6 +942,18 @@
967942
"src",
968943
"srcLang"
969944
],
945+
"button": [
946+
"disabled",
947+
"form",
948+
"formAction",
949+
"formEncType",
950+
"formMethod",
951+
"formNoValidate",
952+
"formTarget",
953+
"name",
954+
"type",
955+
"value"
956+
],
970957
"fieldset": [
971958
"disabled",
972959
"form",

0 commit comments

Comments
 (0)