Skip to content

Commit

Permalink
Merge pull request #2 from enismustafaj/main
Browse files Browse the repository at this point in the history
feat: introduce onerror attribute
  • Loading branch information
swlkr committed Apr 3, 2024
2 parents 8032a2e + 42fb2ff commit 72cb3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/html/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ impl Element {
impl_attr!(rel);
impl_attr!(target);
impl_attr!(src);
impl_attr!(onerror);
impl_attr!(integrity);
impl_attr!(crossorigin);
impl_attr!(role);
Expand Down

0 comments on commit 72cb3ad

Please sign in to comment.