E-mail List Archives
Re: should aria-multiselectable be used on accordion group?
From: Angela French
Date: Dec 9, 2016 4:56PM
- Next message: Angela French: "Re: should aria-multiselectable be used on accordion group?"
- Previous message: Jonathan Avila: "Re: should aria-multiselectable be used on accordion group?"
- Next message in Thread: Angela French: "Re: should aria-multiselectable be used on accordion group?"
- Previous message in Thread: Jonathan Avila: "Re: should aria-multiselectable be used on accordion group?"
- View all messages in this Thread
Yeah, my code (that a contractor made) looks like this and seems rather convoluted and code-heavy.
<div class="panel-group" id="accordian" role="tablist" aria-multiselectable="true">
<div class="panel panel-default" id="accordian1">
<div class="panel-heading" role="tab" id="headingaccordian1">
<h2><a data-toggle="collapse" href="#collapseaccordian1" aria-expanded="false" aria-controls="collapseaccordian1" class="collapsed" data-parent="#accordian"><span class="glyphicon glyphicon-plus-minus" aria-hidden="true"></span>Aerospace and Advanced Manufacturing</a></h2>
</div>
<div id="collapseaccordian1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingaccordian1">
<p>Everett Community College - As one of the ten statewide centers of excellence, the
<a href="http://www.coeaerospace.com/" target="_blank">Center of Excellence for Aerospace and Advanced Manufacturing</a> provides leadership and resources to support economic growth for Washington state,
focusing on aerospace and advanced manufacturing. Working strategically with our industry
partners and educational institutions, we assist in developing the talent pipeline
for the next generation of future workers within the aerospace industry sector.
</p>
</div>
</div>
<div class="panel panel-default" id="accordian2">
Angela French
- Next message: Angela French: "Re: should aria-multiselectable be used on accordion group?"
- Previous message: Jonathan Avila: "Re: should aria-multiselectable be used on accordion group?"
- Next message in Thread: Angela French: "Re: should aria-multiselectable be used on accordion group?"
- Previous message in Thread: Jonathan Avila: "Re: should aria-multiselectable be used on accordion group?"
- View all messages in this Thread