From 2a9477e277bb1b41798d455470de1429d2215d85 Mon Sep 17 00:00:00 2001 From: T4rk1n Date: Mon, 1 Sep 2025 00:43:52 +0000 Subject: [PATCH] Update Dash HTML elements & attributes. --- .../scripts/data/attributes.json | 32 ++++++++----------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/components/dash-html-components/scripts/data/attributes.json b/components/dash-html-components/scripts/data/attributes.json index b426737bdb..9c4c6f418e 100644 --- a/components/dash-html-components/scripts/data/attributes.json +++ b/components/dash-html-components/scripts/data/attributes.json @@ -226,11 +226,8 @@ "button", "fieldset", "input", - "label", - "meter", "object", "output", - "progress", "select", "textarea" ], @@ -993,28 +990,13 @@ "target" ], "label": [ - "htmlFor", - "form" + "htmlFor" ], "output": [ "htmlFor", "form", "name" ], - "meter": [ - "form", - "high", - "low", - "max", - "min", - "optimum", - "value" - ], - "progress": [ - "form", - "max", - "value" - ], "canvas": [ "height", "width" @@ -1025,6 +1007,14 @@ "type", "width" ], + "meter": [ + "high", + "low", + "max", + "min", + "optimum", + "value" + ], "base": [ "href", "target" @@ -1035,6 +1025,10 @@ "marquee": [ "loop" ], + "progress": [ + "max", + "value" + ], "source": [ "media", "sizes",