Skip to content

Commit 0fe733a

Browse files
authored
Update Dash HTML elements & attributes.
1 parent 0d85cad commit 0fe733a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"link",
333333
"script"
334334
],
335-
"description": "Specifies a Subresource Integrity value that allows browsers to verify what they fetch."
335+
"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."
336336
},
337337
"inputMode": {
338338
"elements": [
@@ -671,6 +671,12 @@
671671
],
672672
"description": "Defines CSS styles which will override styles previously set."
673673
},
674+
"summary": {
675+
"elements": [
676+
"table"
677+
],
678+
"description": ""
679+
},
674680
"tabIndex": {
675681
"elements": [
676682
"Globalattribute"
@@ -1071,6 +1077,9 @@
10711077
"colgroup": [
10721078
"span"
10731079
],
1080+
"table": [
1081+
"summary"
1082+
],
10741083
"menu": [
10751084
"type"
10761085
],

components/dash-html-components/scripts/data/elements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ footer
4444
form
4545
frame
4646
frameset
47+
geolocation
4748
h1
4849
h2
4950
h3

0 commit comments

Comments
 (0)