only

英[???nli] 美[?o?nli]

adj.Only; only; the best, the most appropriate

adv.Only, just; the result is, unexpectedly

conj.But, but;if it were not

focusable

focusable

Bootstrap sr-only-focusable style syntax

Function: Used in combination with the .sr-only class, displayed when the element gets focus (such as: users operating the keyboard)

Bootstrap sr-only-focusable style example

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> 
	<title>php中文網(wǎng)(php.cn)</title> 
	<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">  
	<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
	<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
     
<div class="container">
	<h2>實(shí)例</h2>
	<p> .sr-only 類除了屏幕閱讀器外,其他設(shè)備上都隱藏元素:</p>
	<a class="sr-only" href="#">跳轉(zhuǎn)到主要內(nèi)容</a>
	<p>與 .sr-only 類結(jié)合使用,在元素獲取焦點(diǎn)時(shí)顯示(如:鍵盤操作的用戶):</p>
	<a class="sr-only sr-only-focusable" href="#">跳轉(zhuǎn)到主要內(nèi)容</a>
</div>

</body>
</html>
Run instance ?

Click the "Run instance" button to view the online instance