Skip to content

Commit

Permalink
html.img: Remove phantom onerror deprecation (#21783)
Browse files Browse the repository at this point in the history
The `onerror` attribute to the `img` element has been marked
deprecated since the table data was introduced in 061483a.
However, that deprecation was never sourced to any specs or
references, and multiple inquiries since have failed to uncover
any explanation for it. It appears to have been a simple error.
  • Loading branch information
ferdnyc authored Jan 2, 2024
1 parent fc6254d commit 293857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/elements/img.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
"deprecated": false
}
}
},
Expand Down

0 comments on commit 293857c

Please sign in to comment.