|
1 | | -<div class="usa-accordion usa-accordion--bordered" aria-multiselectable="true"> |
| 1 | +<div class="usa-accordion usa-accordion--bordered" aria-multiselectable="true" data-allow-multiple> |
2 | 2 |
|
3 | 3 | <h2 class="usa-accordion__heading"> |
4 | | - <button class="usa-accordion__button border-top-1px border-base-light " aria-expanded="false" aria-controls="b-a1"> |
| 4 | + <button class="usa-accordion__button border-top-1px border-base-light " aria-expanded="true" aria-controls="m-a1"> |
5 | 5 | Accordion Button |
6 | 6 | </button> |
7 | 7 | </h2> |
8 | | - <!--div id="b-a1" class="usa-accordion__content"> |
| 8 | + <div id="m-a1" class="usa-accordion__content" > |
9 | 9 | <p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p> |
10 | | - </div--> |
| 10 | + </div> |
11 | 11 |
|
12 | 12 | <h2 class="usa-accordion__heading"> |
13 | | - <button class="usa-accordion__button " aria-expanded="true" aria-controls="b-a2"> |
| 13 | + <button class="usa-accordion__button " aria-expanded="false" aria-controls="m-a2"> |
14 | 14 | Accordion Button |
15 | 15 | </button> |
16 | 16 | </h2> |
17 | | - <div id="b-a2" class="usa-accordion__content"> |
| 17 | + <div id="m-a2" class="usa-accordion__content" hidden> |
18 | 18 | <p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p> |
19 | 19 | </div> |
20 | 20 |
|
21 | 21 | <h2 class="usa-accordion__heading"> |
22 | | - <button class="usa-accordion__button " aria-expanded="true" aria-controls="b-a3"> |
| 22 | + <button class="usa-accordion__button " aria-expanded="false" aria-controls="m-a3"> |
23 | 23 | Accordion Button |
24 | 24 | </button> |
25 | 25 | </h2> |
26 | | - <div id="b-a3" class="usa-accordion__content"> |
| 26 | + <div id="m-a3" class="usa-accordion__content" hidden> |
27 | 27 | <p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p> |
28 | 28 | </div> |
29 | 29 |
|
30 | 30 | <h2 class="usa-accordion__heading"> |
31 | | - <button class="usa-accordion__button " aria-expanded="true" aria-controls="b-a4"> |
| 31 | + <button class="usa-accordion__button " aria-expanded="true" aria-controls="m-a4"> |
32 | 32 | Accordion Button |
33 | 33 | </button> |
34 | 34 | </h2> |
35 | | - <div id="b-a4" class="usa-accordion__content"> |
| 35 | + <div id="m-a4" class="usa-accordion__content"> |
36 | 36 | <p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p> |
37 | 37 | </div> |
38 | 38 |
|
39 | 39 | <h2 class="usa-accordion__heading"> |
40 | | - <button class="usa-accordion__button " aria-expanded="true" aria-controls="b-a5"> |
| 40 | + <button class="usa-accordion__button " aria-expanded="false" aria-controls="m-a5"> |
41 | 41 | Accordion Button |
42 | 42 | </button> |
43 | 43 | </h2> |
44 | | - <div id="b-a5" class="usa-accordion__content"> |
| 44 | + <div id="m-a5" class="usa-accordion__content" hidden> |
45 | 45 | <p>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.</p> |
46 | 46 | </div> |
47 | 47 |
|
|
0 commit comments