?
This document uses PHP Chinese website manual Release
使用屏幕閱讀器實(shí)用程序隱藏除屏幕閱讀器以外的所有設(shè)備上的元素
隱藏所有設(shè)備的元素,除了屏幕閱讀器使用.sr-only
。.sr-only
與.sr-only-focusable
焦點(diǎn)合并時(shí)再次顯示元素(例如,通過鍵盤用戶)。也可以用作mixin。
<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;}