(node)
| 196 | * @param {null | NodeLike} node |
| 197 | */ |
| 198 | export function a11y_figcaption_index(node) { |
| 199 | w(node, 'a11y_figcaption_index', `\`<figcaption>\` must be first or last child of \`<figure>\`\nhttps://svelte.dev/e/a11y_figcaption_index`); |
| 200 | } |
| 201 | |
| 202 | /** |
| 203 | * `<figcaption>` must be an immediate child of `<figure>` |