xxxxxxxxxx
1
<div class="container my-4">
2
3
4
<p><a href="https://developer.mozilla.org/en-US/docs/Accessibility/ARIA"><strong>HTML5 ARIA</strong></a> attribute can be used in your code even without bootstrap.</p>
5
6
<blockquote>
7
<p><strong>Accessible Rich Internet Applications (ARIA)</strong> defines ways to make Web
8
content and Web applications (especially those developed with Ajax and
9
JavaScript) more accessible to people with disabilities.</p>
10
</blockquote>
11
12
<p>To be precise, here is what your attributes are called as <a href="http://www.w3.org/WAI/PF/aria/states_and_properties#state_prop_def"><strong>ARIA attribute states and model</strong></a></p>
13
14
<blockquote>
15
<p><strong><code>aria-labelledby</code></strong>: Identifies the element (or elements) that labels the current element. </p>
16
17
<p><strong><code>aria-hidden (state)</code></strong>: Indicates that the element and all of its descendants are not visible or perceivable to any user as implemented
18
by the author.</p>
19
</blockquote><a
20
21
</div>
1
1
1
1
Console errors: 0