diff --git a/docs/cli-reference.md b/docs/cli-reference.md index 0d0b73a..56b11c4 100644 --- a/docs/cli-reference.md +++ b/docs/cli-reference.md @@ -92,7 +92,7 @@ On real apps, prefer `name` — it reads the accessibility tree, skips hidden/ut | `id` | an element id | | | `name` | an ARIA accessible name | prefer on real apps; pair with `--role` / `--nth` / `--match` | | `ref` | a `snap`-issued `e` ref | act on the exact node `snap` reported, no re-resolve | -| `cell` | a `[row\|]column` grid header | resolves the editable input in that grid cell | +| `cell` | a `[row\|]column` grid header | resolves the editable input in that grid cell; a candidate in the header's own grid beats one elsewhere on the page, and an unoccluded one beats a covered one | | `label` | a form control's visible label | for controls whose label isn't wired (no `aria-label` / `