javascripthtmlsvgfocusable

Cannot get keyboard focused for <a> link elements in SVG under Firefox


I want to focus a object through keyboard's TAB key by adding <a> link surrounding some other tags like <path>, etc. Here is a reference link: SVG focusable attribute is not working
Using the method in the link above, I can successfully focus the object I want under Chrome, but it won't work under Firefox, can anybody tell why Firefox does not support this? Thanks


Solution

  • Tabindex and focus/blur support for SVG has just been implemented in Firefox and will appear in version 51.

    You can see it in a Nightly right now if you want.