From fd7009dccd2d52102d20ae78603a16c3bf5419f0 Mon Sep 17 00:00:00 2001 From: Adam McKay Date: Fri, 4 Feb 2022 17:54:04 +0000 Subject: [PATCH] Update docs for OOB swaps in top level (#783) --- www/attributes/hx-swap-oob.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/attributes/hx-swap-oob.md b/www/attributes/hx-swap-oob.md index 8e8ad9b8..4dfe40e3 100644 --- a/www/attributes/hx-swap-oob.md +++ b/www/attributes/hx-swap-oob.md @@ -37,3 +37,4 @@ If a selector is given, the elements matching that selector will be swapped. If ### Notes * `hx-swap-oob` is not inherited +* Out of band elements must be in the top level of the response, and not children of the top level elements.