mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
Docs: add missing aria-disabled='true'
to disabled anchors
This commit is contained in:
committed by
Mark Otto
parent
52d53696d2
commit
3515ac16a1
@@ -172,7 +172,7 @@ extra_css:
|
||||
|
||||
<nav class="blog-pagination" aria-label="Pagination">
|
||||
<a class="btn btn-outline-primary rounded-pill" href="#">تدوينات أقدم</a>
|
||||
<a class="btn btn-outline-secondary rounded-pill disabled">تدوينات أحدث</a>
|
||||
<a class="btn btn-outline-secondary rounded-pill disabled" aria-disabled="true">تدوينات أحدث</a>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user