- tabs now have tabindex; they now work with tab navigation This is not a perfect solution yet (it pops back up for the header) But it is better than the current... nothing - Default categories now works with tab navigation - tabs, checkbox-onoff & default category label now support the Enter key - Fixed bottom buttons focus outline - Reset defaults/back buttons are now buttons This, alongside some aria-trickery, should allow the current a element based workflow to remain, whilst hopefully still being keyboard and screenreader accessible
===================== MEMO vite development ===================== Local install:: # in folder ./client/simple/ $ npm install Start development server:: $ ./manage vite.simple.dev # in folder ./client/simple/ $ npm exec -- vite Fix source code:: # in folder ./client/simple/ $ npm run fix Fix & Build:: $ ./manage vite.simple.build