in English
Écran Lieser
Benotzt Écran Lieser Utilities fir Elementer op all Apparater ausser Écran Lieser ze verstoppen.
Verstoppen en Element op all Apparater ausser Écran Lieser mat .sr-only
. Kombinéiert .sr-only
mat .sr-only-focusable
fir d'Element erëm ze weisen wann et fokusséiert ass (zB vun engem Keyboard-nëmmen Benotzer). Kann och als Mixins benotzt ginn.
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
// Usage as a mixin
.skip-navigation {
@include sr-only;
@include sr-only-focusable;
}