twitter-bootstrap – 这些属性是什么:`aria-labelledby`和`aria-hidden`

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – 这些属性是什么:`aria-labelledby`和`aria-hidden`前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
使用Bootstrap模态,我已经看到了这些咏叹调属性很多,但我从来不知道如何使用它们。

有谁知道什么情况下使用这些属性?我googled – 只是没有找到任何直接的答案。

解决方法

HTML5 ARIA属性是你要找的。它可以在您的代码中使用,即使没有引导。

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.

为了你的问题,这里是你的属性称为ARIA attribute states and model

aria-labelledby: Identifies the element (or elements) that labels the current element.

aria-hidden (state): Indicates that the element and all of its descendants are not visible or perceivable to any user as implemented by the author.

原文链接:https://www.f2er.com/bootstrap/235278.html

猜你在找的Bootstrap相关文章