Skip to content

Commit

Permalink
fix: add <fieldset> attributes (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisfontaine authored Feb 10, 2025
1 parent 9e8b888 commit 03f9c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tachys/src/html/element/elements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ html_elements! {
/// The `<em>` HTML element marks text that has stress emphasis. The `<em>` element can be nested, with each level of nesting indicating a greater degree of emphasis.
em HtmlElement [] true,
/// The `<fieldset>` HTML element is used to group several controls as well as labels (label) within a web form.
fieldset HtmlFieldSetElement [] true,
fieldset HtmlFieldSetElement [disabled, form, name] true,
/// The `<figcaption>` HTML element represents a caption or legend describing the rest of the contents of its parent figure element.
figcaption HtmlElement [] true,
/// The `<figure>` HTML element represents self-contained content, potentially with an optional caption, which is specified using the figcaption element. The figure, its caption, and its contents are referenced as a single unit.
Expand Down

0 comments on commit 03f9c6c

Please sign in to comment.