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",