Skip to content

Commit b916ac5

Browse files
author
Michael Cooper
committed
fix broken links reported by link checker (pull #984)
1 parent ce15e17 commit b916ac5

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

aria-practices.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ <h5>Basic carousel elements</h5>
561561
A label that changes when the button is activated clearly communicates both that slide content can change automatically and when it is doing so.
562562
Note that since the label changes, the rotation control does not have any states, e.g., <code>aria-pressed</code>, specified.
563563
</li>
564-
<li>Each slide container has role <a href="#group" class="role-reference">group</a> with the property <a href="aria-roledescription" class="property-reference">aria-roledescription</a> set to <code>slide</code>.</li>
564+
<li>Each slide container has role <a href="#group" class="role-reference">group</a> with the property <a href="#aria-roledescription" class="property-reference">aria-roledescription</a> set to <code>slide</code>.</li>
565565
<li>Each slide has an accessible name:
566566
<ul>
567567
<li>

examples/carousel/carousel-1/carousel-1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
495495
<section>
496496
<h2>Javascript and CSS Source Code</h2>
497497
<ul>
498-
<li>CSS: <a href="../css/carousel.css" type="text/css">carousel.css</a></li>
498+
<li>CSS: <a href="css/carousel.css" type="text/css">carousel.css</a></li>
499499
<li>Javascript: <a href="js/carousel.js" type="text/javascript">carousel.js</a></li>
500500
<li>Javascript: <a href="js/carouselItem.js" type="text/javascript">carouselItem.js</a></li>
501501
<li>Javascript: <a href="js/carouselButtons.js" type="text/javascript">carouselButtons.js</a></li>

examples/landmarks/css/bootstrap.css

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)