diff --git a/components/dash-html-components/scripts/data/attributes.json b/components/dash-html-components/scripts/data/attributes.json index 87d1d9f654..4621b06f19 100644 --- a/components/dash-html-components/scripts/data/attributes.json +++ b/components/dash-html-components/scripts/data/attributes.json @@ -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": [ @@ -671,6 +671,12 @@ ], "description": "Defines CSS styles which will override styles previously set." }, + "summary": { + "elements": [ + "table" + ], + "description": "" + }, "tabIndex": { "elements": [ "Globalattribute" @@ -1071,6 +1077,9 @@ "colgroup": [ "span" ], + "table": [ + "summary" + ], "menu": [ "type" ],