Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
validity fixes
  • Loading branch information
etl12003 committed Dec 15, 2016
1 parent 8a39ba6 commit ca46462
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion css/main.css
Expand Up @@ -111,7 +111,9 @@ body{




iframe{
border: none;
}


nav{
Expand Down
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -28,7 +28,7 @@
</header>

<nav>

<ul id="nav-list">
<li>
<a href="#introduction">
<div>Introduction</div>
Expand Down Expand Up @@ -386,7 +386,7 @@

</ul>
</li>

</ul>
</nav>
<main>
<h1 id="introduction">Web Accessibility</h1>
Expand Down Expand Up @@ -461,7 +461,7 @@
<li>Closed captions are one popular method</li>
</ul>
<div class="example">
<iframe src="https://www.youtube.com/embed/m1TyCaJqFyg" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/m1TyCaJqFyg" allowfullscreen></iframe>
<p class="example-caption">Be sure to turn on closed captioning</p>
</div>
<div class="exceptions"><h5>Exceptions</h5><p>If the video is already an alternative it does not need another alternative</p></div>
Expand All @@ -480,7 +480,7 @@
<li>Videos have an audio track describing what is happening</li>
</ul>
<div class="example">
<iframe src="https://www.youtube.com/embed/O7j4_aP8dWA" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/O7j4_aP8dWA" allowfullscreen></iframe>
<p class="example-caption">Close your eyes as you listen to get the full effect</p>
</div>
<div class="exceptions"><h5>Exceptions</h5><p>All relevant information is already in the audio track (such as an interview)
Expand Down

0 comments on commit ca46462

Please sign in to comment.