課程
/前端開(kāi)發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
求問(wèn)bootstrap中 aria-haspopup="true" aria-expanded="true"
好像可有課無(wú),不影響效果。
2018-07-22
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 5-3
正在回答
aria-haspopup :true表示點(diǎn)擊的時(shí)候會(huì)出現(xiàn)菜單或是浮動(dòng)元素; false表示沒(méi)有pop-up效果。?aria-expanded:表示展開(kāi)狀態(tài)。默認(rèn)為undefined, 表示當(dāng)前展開(kāi)狀態(tài)未知。其它可選值:true表示元素是展開(kāi)的;false表示元素不是展開(kāi)的。
舉報(bào)
告訴你使用Bootstrap,并且能夠獨(dú)立定制出適合自己的Bootstrap
1 回答下拉菜單 aria-haspopup="true" aria-expanded="true">??
23 回答aria-hidden="true"是什么意思 aria代表什么?
1 回答aria-labelledby="myLargeModalLabel" aria-hidden="true"是什么意思來(lái)的?
1 回答aria-hidden="true"是什么意思?
2 回答aria-valuenow aria-valuemin aria-valuemax
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-08-01
aria-haspopup :true表示點(diǎn)擊的時(shí)候會(huì)出現(xiàn)菜單或是浮動(dòng)元素; false表示沒(méi)有pop-up效果。?
aria-expanded:表示展開(kāi)狀態(tài)。默認(rèn)為undefined, 表示當(dāng)前展開(kāi)狀態(tài)未知。其它可選值:true表示元素是展開(kāi)的;false表示元素不是展開(kāi)的。