javascript - Cannot get keyboard focused for <a> link elements in SVG under Firefox -
i want focus object through keyboard's tab key adding <a>
link surrounding other tags <path>
, etc. here reference link: svg focusable attribute not working
using method in link above, can focus object want under chrome, won't work under firefox, can tell why firefox not support this? thanks
tabindex , focus/blur support svg has been implemented in firefox , will appear in version 51.
you can see in nightly right if want.
Comments
Post a Comment