Skip to content

Commit

Permalink
fix broken links reported by link checker (pull #984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper authored and mcking65 committed Feb 6, 2019
1 parent a37d8a1 commit e040bfd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h5>Basic carousel elements</h5>
A label that changes when the button is activated clearly communicates both that slide content can change automatically and when it is doing so.
Note that since the label changes, the rotation control does not have any states, e.g., <code>aria-pressed</code>, specified.
</li>
<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>
<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>
<li>Each slide has an accessible name:
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion examples/carousel/carousel-1/carousel-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="../css/carousel.css" type="text/css">carousel.css</a></li>
<li>CSS: <a href="css/carousel.css" type="text/css">carousel.css</a></li>
<li>Javascript: <a href="js/carousel.js" type="text/javascript">carousel.js</a></li>
<li>Javascript: <a href="js/carouselItem.js" type="text/javascript">carouselItem.js</a></li>
<li>Javascript: <a href="js/carouselButtons.js" type="text/javascript">carouselButtons.js</a></li>
Expand Down
6 changes: 0 additions & 6 deletions examples/landmarks/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e040bfd

Please sign in to comment.