blob: eb215594557422c4d1f54bb24178d3ea23cc8b7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## Testing
* scrolling/'revealed' event
* hx-trigger delay
* transition model for content swaps
## Feature Backlog
* focus recapture
* logrithmic back off on history cache size on QuotaExceededError
* `htmx-requests` class on body
* local references (e.g. hx-get="#foo")
* Move to weakmap for htmx node info? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
* Scroll handler use https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API if available?
* `hx-select` implies same `hx-target`? <https://github.com/bigskysoftware/htmx/issues/26>
|