Language tweaks

This commit is contained in:
toddparker 2011-06-22 12:11:51 -04:00
parent a9fc1e06f8
commit 2a252d70f9

View file

@ -24,7 +24,7 @@
<div class="content-primary">
<h2>Collapsible set markup</h2>
<p>Collapsible sets start with the exact same markup as <a href="content-collapsible.html">individual collapsibles</a> except of content. By adding a parent wrapper with a <code> data-role="collapsible-set"</code> attribute, this teels the framework to style and these as a grouped block and behave like and accordion where only one section can be open at a time.</p>
<p>Collapsible sets start with the exact same markup as <a href="content-collapsible.html">individual collapsibles</a>. By adding a parent wrapper with a <code> data-role="collapsible-set"</code> attribute around a number of collapsibles, the framework will style these to looks like a visually grouped widget and make it behave like an accordion so only one section can be open at a time.</p>
<p>By default, all the sections will be collapsed. To set a section to be open when the page loads, add the <code> data-role="data-collapsed="false"</code> attribute to the heading of the section you want expanded.</p>
<pre><code>