?
本文檔使用 php中文網(wǎng)手冊 發(fā)布
使用屏幕閱讀器實用程序隱藏除屏幕閱讀器以外的所有設(shè)備上的元素
隱藏所有設(shè)備的元素,除了屏幕閱讀器使用.sr-only
。.sr-only
與.sr-only-focusable
焦點合并時再次顯示元素(例如,通過鍵盤用戶)。也可以用作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;}