©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
使用屏幕阅读器实用程序隐藏除屏幕阅读器以外的所有设备上的元素
隐藏所有设备的元素,除了屏幕阅读器使用.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;}