Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion components/dash-html-components/scripts/data/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
"link",
"script"
],
"description": "Specifies a Subresource Integrity value that allows browsers to verify what they fetch."
"description": "This attribute contains one or more hashes of the resource, and is used to ensure that the content of the resource is what the developer expects it to be, and has not been replaced with a malicious copy in a supply chain attack. See Subresource Integrity."
},
"inputMode": {
"elements": [
Expand Down Expand Up @@ -671,6 +671,12 @@
],
"description": "Defines CSS styles which will override styles previously set."
},
"summary": {
"elements": [
"table"
],
"description": ""
},
"tabIndex": {
"elements": [
"Globalattribute"
Expand Down Expand Up @@ -1071,6 +1077,9 @@
"colgroup": [
"span"
],
"table": [
"summary"
],
"menu": [
"type"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ footer
form
frame
frameset
geolocation
h1
h2
h3
Expand Down