Context
v1's Element is a snapshot read at query time — useful for reading, useless for holding a reference across an action. A handle type lets a caller act on "this specific element" repeatedly.
Scope
- A handle type distinct from
Element (the read snapshot) and Locator (the lazy re-resolving reference, from the Locators item).
- Explicit detachment semantics where the platform can't keep a handle valid (e.g. across a full navigation) rather than a handle that silently goes stale.
Acceptance criteria
Context
v1's
Elementis a snapshot read at query time — useful for reading, useless for holding a reference across an action. A handle type lets a caller act on "this specific element" repeatedly.Scope
Element(the read snapshot) andLocator(the lazy re-resolving reference, from the Locators item).Acceptance criteria