Skip to content

Commit

Permalink
Merge pull request #1465 from YusukeHirao/features/#1461
Browse files Browse the repository at this point in the history
Add the `onpagereveal` event attribute to the `body` element
  • Loading branch information
YusukeHirao committed Feb 11, 2024
2 parents b696968 + 6ef99f4 commit 6aafc8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@markuplint/html-spec/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -35625,6 +35625,9 @@
"onpagehide": {
"type": "FunctionBody"
},
"onpagereveal": {
"type": "FunctionBody"
},
"onpageshow": {
"type": "FunctionBody"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/@markuplint/html-spec/src/spec.body.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6aafc8b

Please sign in to comment.