Skip to content

Commit 7ab361c

Browse files
committed
Update attributes.json
1 parent 10613b7 commit 7ab361c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
},
7979
"charSet": {
8080
"elements": [
81-
"meta",
82-
"script"
81+
"meta"
8382
],
8483
"description": "Declares the character encoding of the page or script."
8584
},
@@ -129,12 +128,6 @@
129128
],
130129
"description": "Indicates whether the element's content is editable."
131130
},
132-
"contextMenu": {
133-
"elements": [
134-
"Globalattribute"
135-
],
136-
"description": "Defines the ID of a <menu> element which will serve as the element's context menu."
137-
},
138131
"controls": {
139132
"elements": [
140133
"audio",
@@ -801,7 +794,6 @@
801794
"accessKey",
802795
"className",
803796
"contentEditable",
804-
"contextMenu",
805797
"dir",
806798
"draggable",
807799
"hidden",
@@ -847,7 +839,6 @@
847839
],
848840
"script": [
849841
"async",
850-
"charSet",
851842
"crossOrigin",
852843
"defer",
853844
"integrity",

0 commit comments

Comments
 (0)