Skip to content

Commit

Permalink
<body> new attributes added
Browse files Browse the repository at this point in the history
  • Loading branch information
sedlukha committed Nov 8, 2024
1 parent 3e52572 commit 409424b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions files/en-us/web/html/element/body/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,30 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib
- : Function to call when the document has finished loading.
- `onmessage`
- : Function to call when the document has received a message.
- `onmessageerror`
- : Function to call when the document has received a message that cannot be deserialized.
- `onoffline`
- : Function to call when network communication has failed.
- `ononline`
- : Function to call when network communication has been restored.
- `onpageswap`
- : Function to call when you navigate across documents, when the previous document is about to unload.
- `onpagehide`
- : Function to call when the browser hides the current page in the process of presenting a different page from the session's history.
- `onpagereveal`
- : Function to call when a document is first rendered, either when loading a fresh document from the network or activating a document.
- `onpageshow`
- : Function to call when the browser displays the window's document due to navigation.
- `onpopstate`
- : Function to call when the user has navigated session history.
- `onresize`
- : Function to call when the document has been resized.
- `onrejectionhandled`
- : Function to call when a JavaScript {{jsxref("Promise")}} is handled late.
- `onstorage`
- : Function to call when the storage area has changed.
- `onunhandledrejection`
- : Function to call when a JavaScript {{jsxref("Promise")}} that has no rejection handler is rejected.
- `onunload`
- : Function to call when the document is going away.
- `rightmargin` {{deprecated_inline}}
Expand Down

0 comments on commit 409424b

Please sign in to comment.