Skip to content

Commit 2de0c88

Browse files
committed
replace regions with articles
1 parent 7c2189b commit 2de0c88

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/patterns/disclosure/examples/disclosure-card.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2 id="ex_label">Example</h2>
5757
<h3>Highwind Accessibility Conference</h3>
5858
<ol class="sessions">
5959
<li>
60-
<section class="disclosure-card session" aria-labelledby="from-fire-to-flare">
60+
<article class="disclosure-card session" aria-labelledby="from-fire-to-flare">
6161
<header>
6262
<hgroup>
6363
<h4 id="from-fire-to-flare">From Fire to Flare</h4>
@@ -85,10 +85,10 @@ <h5>Session registration</h5>
8585
<button type="button">Book a seat</button>
8686
</form>
8787
</div>
88-
</section>
88+
</article>
8989
</li>
9090
<li>
91-
<section class="disclosure-card session" aria-labelledby="impostor-syndrome">
91+
<article class="disclosure-card session" aria-labelledby="impostor-syndrome">
9292
<header>
9393
<hgroup>
9494
<h4 id="impostor-syndrome">Impostor syndrome</h4>
@@ -116,10 +116,10 @@ <h5>Session registration</h5>
116116
<button type="button">Book a seat</button>
117117
</form>
118118
</div>
119-
</section>
119+
</article>
120120
</li>
121121
<li>
122-
<section class="disclosure-card session" aria-labelledby="blitzing-through-barriers">
122+
<article class="disclosure-card session" aria-labelledby="blitzing-through-barriers">
123123
<header>
124124
<hgroup>
125125
<h4 id="blitzing-through-barriers">Blitzing through barriers</h4>
@@ -147,7 +147,7 @@ <h5>Session registration</h5>
147147
<button type="button">Book a seat</button>
148148
</form>
149149
</div>
150-
</section>
150+
</article>
151151
</li>
152152
</ol>
153153
</div>

0 commit comments

Comments
 (0)