bootstrap中 aria-haspopup=\"true\" aria-expanded=\"true\"

bootstrap中 aria-haspopup="true" aria-expanded="true" 具体什么意思?

问题对人有帮助,内容完整,我也想知道答案0问题没有实际价值,缺少关键内容,没有改进余地

求问bootstrap中 aria-haspopup="true" aria-expanded="true" 具体什么意思?

查看全部 3 个回答

答案对人有帮助,有参考价值0答案没帮助,是错误的答案,答非所问

Accessible Rich Internet Applications (ARIA) defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities. For example, ARIA enables accessible navigation landmarks, JavaScript widgets, form hints and error messages, live content updates, and more.

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA

推荐答案

答案对人有帮助,有参考价值8答案没帮助,是错误的答案,答非所问

已采纳

aria-haspopup :true表示点击的时候会出现菜单或是浮动元素; false表示没有pop-up效果。

aria-expanded:表示展开状态。默认为undefined, 表示当前展开状态未知。其它可选值:true表示元素是展开的;false表示元素不是展开的。