Orange-OpenSource/Orange-Boosted-Bootstrap

Get rid of `focusable="false"` for decorative `<svg>`s

Closed this issue · 1 comments

Description

Decorative SVGs are most of the time used like this: <svg aria-hidden="true" focusable="false"> in Boosted.
focusable="false" was there for a better support for Internet Explorer.
IE being not supported anymore, can't we get rid of focusable="false" in those cases, knowing that it's already the case for Bootstrap (see twbs/bootstrap@ac831aa#diff-17bd0a43dcea923cbb44c877ce1462c41b5624ccafa66f29cb6d0946707f096c)

ok, u can !