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 11[package ]
22name = " web_atoms"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [ " The html5ever Project Developers" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change @@ -673,6 +673,7 @@ onlanguagechange
673673onload
674674onlosecapture
675675onmessage
676+ onmessageerror
676677onmousedown
677678onmouseenter
678679onmouseleave
@@ -687,11 +688,14 @@ onmovestart
687688onoffline
688689ononline
689690onpagehide
691+ onpagereveal
690692onpageshow
693+ onpageswap
691694onpaste
692695onpopstate
693696onpropertychange
694697onreadystatechange
698+ onrejectionhandled
695699onrepeat
696700onreset
697701onresize
@@ -706,6 +710,7 @@ onstart
706710onstop
707711onstorage
708712onsubmit
713+ onunhandledrejection
709714onunload
710715onzoom
711716opacity
You can’t perform that action at this time.
0 commit comments