[htmx4] `hx-boost` modifiers are inconsistent with other attributes
In https://four.htmx.org/reference/attributes/hx-boost#advanced-syntax
```html
<body hx-boost:inherited='swap:"innerHTML", target:"#main", select:"#content"'></body>
```
in https://four.htmx.org/reference/attributes/hx-status#modifiers
```html
<form hx-post="..."
hx-status:422="swap:innerHTML target:#errors select:#validation-errors"
hx-status:500="swap:none push:false">
</form>
```
Version: 4.0.0-beta2
关闭于 2026-05-10 1 条评论