(node, name)
| 144 | * @param {string} name |
| 145 | */ |
| 146 | export function a11y_aria_attributes(node, name) { |
| 147 | w(node, 'a11y_aria_attributes', `\`<${name}>\` should not have aria-* attributes\nhttps://svelte.dev/e/a11y_aria_attributes`); |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * '%value%' is an invalid value for 'autocomplete' on `<input type="%type%">` |