Skip to content

Commit

Permalink
replace <a> with <button> in accordions per #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Feb 3, 2016
1 parent 28eba6b commit 5d6162f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions school/index.html
Expand Up @@ -159,9 +159,9 @@ <h2 class="figure-heading constrain_width" aria-describedby="tip-avg-salary">
<div>

<h1 class="search_category">
<a aria-expanded="false" aria-controls="costs-content">
<button aria-expanded="false" aria-controls="costs-content">
Costs
</a>
</button>
</h1>

<div id="costs-content" aria-hidden="true">
Expand Down Expand Up @@ -251,9 +251,9 @@ <h2>By Family Income</h2>
<aria-accordion id="finaid" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="finaid-content">
<button aria-expanded="false" aria-controls="finaid-content">
Financial Aid &amp; Debt
</a>
</button>
</h1>

<div id="finaid-content" aria-hidden="true">
Expand Down Expand Up @@ -359,9 +359,9 @@ <h2>Get Help Paying for College</h2>
<aria-accordion id="graduation" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="graduation-content">
<button aria-expanded="false" aria-controls="graduation-content">
Graduation &amp; Retention
</a>
</button>
</h1>

<div id="graduation-content" aria-hidden="true">
Expand Down Expand Up @@ -440,9 +440,9 @@ <h2 class="figure-heading" aria-describedby="tip-retention-rate">
<aria-accordion id="earnings" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="earnings-content">
<button aria-expanded="false" aria-controls="earnings-content">
Earnings After School
</a>
</button>
</h1>

<div id="earnings-content" aria-hidden="true">
Expand Down Expand Up @@ -501,9 +501,9 @@ <h2 class="figure-heading" aria-describedby="tip-avg-salary">
<aria-accordion id="demographics" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="student-content">
<button aria-expanded="false" aria-controls="student-content">
Student Body
</a>
</button>
</h1>

<div id="student-content" aria-hidden="true">
Expand Down Expand Up @@ -593,9 +593,9 @@ <h2 aria-describedby="tip-socio-eco">
<aria-accordion id="selectivity" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="selectivity-content">
<button aria-expanded="false" aria-controls="selectivity-content">
SAT/ACT Scores
</a>
</button>
</h1>

<div id="selectivity-content" aria-hidden="true">
Expand Down Expand Up @@ -660,9 +660,9 @@ <h3 class="h2">ACT</h3>
<aria-accordion id="academics" class="school-two_col">
<div>
<h1 class="search_category">
<a aria-expanded="false" aria-controls="academics-content">
<button aria-expanded="false" aria-controls="academics-content">
Academic Programs
</a>
</button>
</h1>

<div id="academics-content" aria-hidden="true">
Expand Down

0 comments on commit 5d6162f

Please sign in to comment.