From 3d1ac0b7b7d26f15f8637da29d603311e87b4012 Mon Sep 17 00:00:00 2001 From: prns <77806190+prnss@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:46:28 +0000 Subject: [PATCH] Update elements --- domify/html_elements.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domify/html_elements.py b/domify/html_elements.py index 641795a..0383594 100644 --- a/domify/html_elements.py +++ b/domify/html_elements.py @@ -261,6 +261,7 @@ class Body(HtmlElement): "onstorage": v.attribute_str, "onunhandledrejection": v.attribute_str, "onunload": v.attribute_str, + "onpagereveal": v.attribute_str, }