• Resolved hans

    (@hannu_h)


    Hi!

    I have noticed that woocommmerce.css declares this:

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    }

    It prevents the default outline being shown on focus. Using a border or outline style that obscures the focus ring causes problems for keyboard-only users. Can this “outline: 0;” be removed from all the Woocommerce related .css files? Thanks!

    WCAG: https://www.w3.org/TR/WCAG20-TECHS/F78.html

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Accessibility feature request’ is closed to new replies.