docs(requirements): add locality rings

Add explicit ring fields to locality requirements and remove speculative wording without changing behavior.

req: locality/001

req: locality/002
This commit is contained in:
slhx agent
2026-06-25 17:58:14 +02:00
parent dceda8fdce
commit 17025f3221
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1146,10 +1146,10 @@ async fn delete(app: State<App>, todo_id: TodoId) -> impl IntoEffect
## locality
### req: locality/001
001 hemx does not support selector targets such as `closest`, `find`, or `this` in core. The equivalent pattern is a named generated target on the local component, keyed row, modal, toast, SVG fragment, form error region, or page content area.
0 001 hemx does not support selector targets such as `closest`, `find`, or `this` in core. The equivalent pattern is a named generated target on the local component, keyed row, modal, toast, SVG fragment, form error region, or page content area.
### req: locality/002
002 Diagnostics should suggest adding `data-hemx-slot` or `h-key` to the local element when users attempt a self/row update pattern, and should explain which generated target helper would become available.
0 002 Diagnostics suggest adding `data-hemx-slot` or `h-key` to the local element when users attempt a self/row update pattern, and explain which generated target helper would become available.
---