docs(requirements): tighten htmx equivalent rows

Add explicit northstar ring fields to htmx_equivalents rows and shorten the selector-boundary row without changing behavior.

req: htmx_equivalents/001

req: htmx_equivalents/002

req: htmx_equivalents/003

req: htmx_equivalents/004

req: htmx_equivalents/005

req: htmx_equivalents/006
This commit is contained in:
slhx agent
2026-06-25 14:54:46 +02:00
parent ad7eea6f67
commit 1a24dff507
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -230,22 +230,22 @@ client app state framework.
## htmx_equivalents
### req: htmx/001
001 hemx replaces common HTMX use-cases through typed equivalents, not HTMX syntax.
0 001 hemx replaces common HTMX use-cases through typed equivalents, not HTMX syntax. [north_star]
### req: htmx/002
002 Easy equivalents must exist for generated target replacement, append/prepend/remove, form submit, loading indicators, confirmation, debounce/throttle, drag/drop payloads, validation errors, and form error regions. [north_star]
0 002 Easy equivalents must exist for generated target replacement, append/prepend/remove, form submit, loading indicators, confirmation, debounce/throttle, drag/drop payloads, validation errors, and form error regions. [north_star]
### req: htmx/006
006 Easy component-shape equivalents must exist for modals, toasts, table rows, and SVG fragments. [north_star]
0 006 Easy component-shape equivalents must exist for modals, toasts, table rows, and SVG fragments. [north_star]
### req: htmx/004
004 Navigation and live-update equivalents must exist for boosted links/forms, page swap, polling, history navigation, multi-target updates, response events, and SSE/push. [north_star]
0 004 Navigation and live-update equivalents must exist for boosted links/forms, page swap, polling, history navigation, multi-target updates, response events, and SSE/push. [north_star]
### req: htmx/005
005 The copy-paste HTML pattern gallery must cover core CRUD/form/search/load patterns through boring `.heml`, generated targets/forms/handles, and server-owned Rust state before adding plugin-shaped or browser-policy-heavy patterns. [north_star]
0 005 The copy-paste HTML pattern gallery must cover core CRUD/form/search/load patterns through boring `.heml`, generated targets/forms/handles, and server-owned Rust state before adding plugin-shaped or browser-policy-heavy patterns. [north_star]
### req: htmx/003
003 hemx core deliberately does not clone selector-based HTMX features: `hx-target` selectors, `hx-select`, `hx-include` selectors, `closest/find/this` target strings, or trigger mini-languages. Equivalent patterns use generated targets, typed params, forms, explicit handlers, and page/push adapters around partial swaps.
0 003 hemx core does not clone HTMX selectors (`hx-target`, `hx-select`, `hx-include`, `closest/find/this`) or trigger mini-languages. Equivalents use generated targets, typed params, forms, explicit handlers, and page/push adapters. [north_star]
---