From 8cfca43b6551be957b9f61735b5fdb0e4b4e74ec Mon Sep 17 00:00:00 2001 From: T4rk1n Date: Sat, 1 Aug 2026 00:54:01 +0000 Subject: [PATCH] Update Dash HTML elements & attributes. --- .../dash-html-components/scripts/data/attributes.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" ],