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:
+2
-2
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user