spec.crossrefs
For a clause id, return its outgoing references (clauses it cites) and/or incoming references (clauses that cite it — the back-reference index the parse alone doesn't expose). The reverse index is AOID-densified from step text. direction: 'in' | 'out' | 'both' (default). Outgoing also carries an external category: the clause's citations to external specs (Unicode, IETF, WHATWG) as resolvable URLs. Set include_cross_spec: true to also resolve outgoing references from ECMA-262 → ECMA-402 (or vice versa).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| spec | No | ||
| limit | No | ||
| edition | No | ||
| direction | No | ||
| include_cross_spec | No |