mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21: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
@@ -224,7 +224,7 @@ extra_css:
|
||||
|
||||
<nav class="blog-pagination" aria-label="Pagination">
|
||||
<a class="btn btn-outline-primary rounded-pill" href="#">Older</a>
|
||||
<a class="btn btn-outline-secondary rounded-pill disabled">Newer</a>
|
||||
<a class="btn btn-outline-secondary rounded-pill disabled" aria-disabled="true">Newer</a>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user