Skip to content

Commit

Permalink
Merge pull request #1958 from fdgStilla/fix-svg-type-attribute
Browse files Browse the repository at this point in the history
Fix name for SVG attribute "type"
  • Loading branch information
ealmloff authored Feb 21, 2024
2 parents c0f2e83 + 83cd04f commit 0c5c9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/html/src/global_attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2285,8 +2285,8 @@ trait_methods! {
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform-origin>
transform_origin: "transform-origin";

/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/_type>
r#type: "_type";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/type>
r#type: "type";

/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/u1>
u1: "u1";
Expand Down

0 comments on commit 0c5c9ea

Please sign in to comment.