diff --git a/packages/@markuplint/html-spec/index.json b/packages/@markuplint/html-spec/index.json index 812f093c0..bbcad70f5 100644 --- a/packages/@markuplint/html-spec/index.json +++ b/packages/@markuplint/html-spec/index.json @@ -35625,6 +35625,9 @@ "onpagehide": { "type": "FunctionBody" }, + "onpagereveal": { + "type": "FunctionBody" + }, "onpageshow": { "type": "FunctionBody" }, diff --git a/packages/@markuplint/html-spec/src/spec.body.json b/packages/@markuplint/html-spec/src/spec.body.json index ac434ed5c..65e30e21f 100644 --- a/packages/@markuplint/html-spec/src/spec.body.json +++ b/packages/@markuplint/html-spec/src/spec.body.json @@ -56,6 +56,10 @@ "type": "FunctionBody" }, // https://html.spec.whatwg.org/multipage/webappapis.html#handler-window-onpageshow + "onpagereveal": { + "type": "FunctionBody" + }, + // https://html.spec.whatwg.org/multipage/webappapis.html#handler-window-onpagereveal "onpageshow": { "type": "FunctionBody" },