From e4b9a7a5e8425d8db67bee39c4db60f85f174684 Mon Sep 17 00:00:00 2001 From: T4rk1n Date: Thu, 1 May 2025 00:40:31 +0000 Subject: [PATCH] Update Dash HTML elements & attributes. --- .../dash-html-components/scripts/data/attributes.json | 8 ++++---- components/dash-html-components/scripts/data/elements.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/dash-html-components/scripts/data/attributes.json b/components/dash-html-components/scripts/data/attributes.json index 356583979a..b426737bdb 100644 --- a/components/dash-html-components/scripts/data/attributes.json +++ b/components/dash-html-components/scripts/data/attributes.json @@ -248,28 +248,28 @@ "button", "input" ], - "description": "If the button/input is a submit button (e.g. type=\"submit\"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner." + "description": "If the button/input is a submit button (e.g., type=\"submit\"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner." }, "formMethod": { "elements": [ "button", "input" ], - "description": "If the button/input is a submit button (e.g. type=\"submit\"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner." + "description": "If the button/input is a submit button (e.g., type=\"submit\"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner." }, "formNoValidate": { "elements": [ "button", "input" ], - "description": "If the button/input is a submit button (e.g. type=\"submit\"), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner." + "description": "If the button/input is a submit button (e.g., type=\"submit\"), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner." }, "formTarget": { "elements": [ "button", "input" ], - "description": "If the button/input is a submit button (e.g. type=\"submit\"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the target attribute of the button's form owner." + "description": "If the button/input is a submit button (e.g., type=\"submit\"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the target attribute of the button's form owner." }, "headers": { "elements": [ diff --git a/components/dash-html-components/scripts/data/elements.txt b/components/dash-html-components/scripts/data/elements.txt index 7ab2efad36..dcd3eb5dfa 100644 --- a/components/dash-html-components/scripts/data/elements.txt +++ b/components/dash-html-components/scripts/data/elements.txt @@ -94,6 +94,7 @@ samp script section select +selectedcontent shadow slot small