Skip to content

Commit 0c645e1

Browse files
authored
Add missing event handler names (#610)
* Add missing event handler local names * Bump to version 0.1.2 * Remove extraneous local names
1 parent 559f96a commit 0c645e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

web_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web_atoms"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

web_atoms/local_names.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ onlanguagechange
673673
onload
674674
onlosecapture
675675
onmessage
676+
onmessageerror
676677
onmousedown
677678
onmouseenter
678679
onmouseleave
@@ -687,11 +688,14 @@ onmovestart
687688
onoffline
688689
ononline
689690
onpagehide
691+
onpagereveal
690692
onpageshow
693+
onpageswap
691694
onpaste
692695
onpopstate
693696
onpropertychange
694697
onreadystatechange
698+
onrejectionhandled
695699
onrepeat
696700
onreset
697701
onresize
@@ -706,6 +710,7 @@ onstart
706710
onstop
707711
onstorage
708712
onsubmit
713+
onunhandledrejection
709714
onunload
710715
onzoom
711716
opacity

0 commit comments

Comments
 (0)