File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web_atoms"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
authors = [ " The html5ever Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ onlanguagechange
673
673
onload
674
674
onlosecapture
675
675
onmessage
676
+ onmessageerror
676
677
onmousedown
677
678
onmouseenter
678
679
onmouseleave
@@ -687,11 +688,14 @@ onmovestart
687
688
onoffline
688
689
ononline
689
690
onpagehide
691
+ onpagereveal
690
692
onpageshow
693
+ onpageswap
691
694
onpaste
692
695
onpopstate
693
696
onpropertychange
694
697
onreadystatechange
698
+ onrejectionhandled
695
699
onrepeat
696
700
onreset
697
701
onresize
@@ -706,6 +710,7 @@ onstart
706
710
onstop
707
711
onstorage
708
712
onsubmit
713
+ onunhandledrejection
709
714
onunload
710
715
onzoom
711
716
opacity
You can’t perform that action at this time.
0 commit comments