Skip to content

Add missing event handler names #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web_atoms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web_atoms"
version = "0.1.1"
version = "0.1.2"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
5 changes: 5 additions & 0 deletions web_atoms/local_names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ onlanguagechange
onload
onlosecapture
onmessage
onmessageerror
onmousedown
onmouseenter
onmouseleave
Expand All @@ -687,11 +688,14 @@ onmovestart
onoffline
ononline
onpagehide
onpagereveal
onpageshow
onpageswap
onpaste
onpopstate
onpropertychange
onreadystatechange
onrejectionhandled
onrepeat
onreset
onresize
Expand All @@ -706,6 +710,7 @@ onstart
onstop
onstorage
onsubmit
onunhandledrejection
onunload
onzoom
opacity
Expand Down