owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
437 stars 157 forks source link

[a11y] 9.2.4.7 Current position of the focus clearly #10735

Closed tschiebel closed 2 months ago

tschiebel commented 6 months ago

audit: https://infinite.owncloud.com/s/PnaAukHGGsLnrMM

https://bitvtest.de/pruefschritt/bitv-20-web/bitv-20-web-9-2-4-7-aktuelle-position-des-fokus-deutlich

Personal

Shares

Spaces

Account

pascalwengerter commented 5 months ago

@tbsbdr needs a concept/decision regarding "focus color" and "background color for currently selected element in OcSelect"

tbsbdr commented 2 months ago

I'd suggest a two-color indicator so that the contrast of the focus is always high regardless of its background. It must not look ultra-nice, it must be clearly recognisable while eg. tabbing https://www.w3.org/WAI/WCAG21/Techniques/css/C40#example-1-a-thick-two-color-indicator

*:focus {
    /* inner indicator */
    outline: 2px #F9F9F9 solid;
    outline-offset: 0;
    /* outer indicator */
    box-shadow: 0 0 0 4px #193146;
}

Visual

1

Image

2

Image

3

Image

4

Image

5

Image

6

Image