• Resolved kungfuclass

    (@kungfuclass)


    Dear Sir/Madam,

    We are using Zeno Font Resizer. Due to website accessibility, we would like to enable the viewers to use keyboard tab to click the A A A buttons. However, the Zeno Font Resizer doesn’t response to the keyboard tab, when I pressed “tab”, our website skipped all the three AAA buttons and goes straight to the other buttons.

    We have the following CSS code:

    :root {
    –focus-black: #383838;
    }

    :focus-visible {
    outline: 2px solid var(–focus-black) !important;
    }

    a:focus-visible {
    outline: 2px solid var(–focus-black) !important;
    }

    button:focus-visible {
    outline: 2px solid var(–focus-black) !important;
    }

    Please kindly advise how we could use keyboard tab with Zeno Font Resizer.

    Thanks & regards,
    KF

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Strange, in my testing website it works with tabbing and pressing enter.
    Can you share the address of the website? Then I can take a look and see if I can find a solution.

Viewing 1 replies (of 1 total)
  • The topic ‘keyboard tab with zeno font resizer’ is closed to new replies.