From bcacc8a7c5d4c8a488e9f9127a9a74800f0d9259 Mon Sep 17 00:00:00 2001 From: T4rk1n Date: Mon, 1 Jun 2026 01:25:19 +0000 Subject: [PATCH] Update Dash HTML elements & attributes. --- .../dash-html-components/scripts/data/attributes.json | 11 ++++++++++- .../dash-html-components/scripts/data/elements.txt | 1 + 2 files changed, 11 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" ], diff --git a/components/dash-html-components/scripts/data/elements.txt b/components/dash-html-components/scripts/data/elements.txt index 7ab2efad36..b1a46fe13e 100644 --- a/components/dash-html-components/scripts/data/elements.txt +++ b/components/dash-html-components/scripts/data/elements.txt @@ -44,6 +44,7 @@ footer form frame frameset +geolocation h1 h2 h3