docs cleanup

This commit is contained in:
Carson Gross
2025-12-29 08:28:06 -07:00
parent f1db10f0eb
commit b7fb573d01
2 changed files with 1 additions and 3 deletions

View File

@@ -155,4 +155,4 @@ With `strip:false`, the entire `<div class="wrapper">` and its contents are swap
* Due to DOM limitations, its not possible to use the `outerHTML` method on the `<body>` element.
htmx will change `outerHTML` on `<body>` to use `innerHTML`.
* The default swap delay is 0ms
* The default settle delay is 20ms
* The default settle delay is 1ms

View File

@@ -127,8 +127,6 @@ All other attributes available in htmx.
| [`htmx:finally:request`](@/events.md#htmx:finally:request) | triggered in the finally block after a request
| [`htmx:before:swap`](@/events.md#htmx:before:swap) | triggered before a swap is done, allows you to configure the swap
| [`htmx:after:swap`](@/events.md#htmx:after:swap) | triggered after new content has been swapped in
| [`htmx:before:partial:swap`](@/events.md#) | triggered before a partial element swap
| [`htmx:after:partial:swap`](@/events.md#) | triggered after a partial element swap
| [`htmx:before:restore:history`](@/events.md#htmx:before:restore:history) | triggered before history restoration
| [`htmx:before:history:update`](@/events.md#htmx:before:history:update) | triggered before history is updated
| [`htmx:after:history:update`](@/events.md#htmx:after:history:update) | triggered after history has been updated