osm-search / nominatim-ui

Debug UI for Nominatim
GNU General Public License v2.0
84 stars 31 forks source link

fix Svelte accessibility linter warnings, no more autofocus #216

Closed mtmail closed 1 year ago

mtmail commented 1 year ago

During yarn build several warnings were displayed for months. Svelte includes accessibility linting by default, I think using https://github.com/jsx-eslint/eslint-plugin-jsx-a11y

3x Plugin svelte: A11y: Avoid using autofocus 3x Plugin svelte: A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.