Skip to content

Commit 8fafe8c

Browse files
committed
Updated heading nesting
1 parent 33f5cd2 commit 8fafe8c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

partials/section.embedded.hbs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<section id="section__embedded" aria-labelledby="title__embedded"><!-- Start of #section__embedded -->
22
<h2 id="title__embedded">Embedded</h2>
33

4-
<h2 id="subsection__image">Image</h2><!-- Start of #subsection__image -->
4+
<h3 id="subsection__image">Image</h3><!-- Start of #subsection__image -->
55
<img
66
src="http://placehold.it/600x400?text=Image+Example"
77
alt="Image Exmaple" /><!-- End of #subsection__image -->
88

9-
<h2 id="subsection__broken-image">Broken Image</h2><!-- Start of #subsection__broken-image -->
9+
<h3 id="subsection__broken-image">Broken Image</h3><!-- Start of #subsection__broken-image -->
1010
<img
1111
src="nope"
1212
alt="Broken Image" /><!-- End of #subsection__broken-image -->
1313

14-
<h2 id="subsection__figure-with-caption">Figure with Caption</h2><!-- Start of #subsection__figure-with-caption -->
14+
<h3 id="subsection__figure-with-caption">Figure with Caption</h3><!-- Start of #subsection__figure-with-caption -->
1515
<figure>
1616
<img
1717
src="http://placehold.it/400x250?text=Figure+Example"
@@ -21,7 +21,7 @@
2121
</figcaption>
2222
</figure><!-- End of #subsection__figure-with-caption -->
2323

24-
<h2 id="subsection__inline-svg">Inline SVG</h2><!-- Start of #subsection__inline-svg -->
24+
<h3 id="subsection__inline-svg">Inline SVG</h3><!-- Start of #subsection__inline-svg -->
2525
<figure>
2626
<svg
2727
aria-labelledby="svg__title svg__description"
@@ -52,7 +52,7 @@
5252
</li>
5353
</ul>
5454

55-
<h2 id="subsection__picture">Picture</h2><!-- Start of #subsection__picture -->
55+
<h3 id="subsection__picture">Picture</h3><!-- Start of #subsection__picture -->
5656
<picture>
5757
<source
5858
media="(min-width: 40em)"
@@ -66,7 +66,7 @@
6666
alt="Picture Element" />
6767
</picture><!-- End of #subsection__picture -->
6868

69-
<h2 id="subsection__image-with-srcset-and-sizes">Image with Srcset and Sizes</h2><!-- Start of #subsection__image-with-srcset-and-sizes -->
69+
<h3 id="subsection__image-with-srcset-and-sizes">Image with Srcset and Sizes</h3><!-- Start of #subsection__image-with-srcset-and-sizes -->
7070
<img
7171
srcset="http://placehold.it/1024x768/7ED321/ffffff/?text=Large 1024w,
7272
http://placehold.it/1024x768/F5A623/ffffff/?text=Medium 640w,
@@ -75,14 +75,14 @@
7575
src="http://placehold.it/600x400?text=Img+Fallback"
7676
alt="Image with Srcset and Sizes Example" /><!-- End of #subsection__image-with-srcset-and-sizes -->
7777

78-
<h2 id="subsection__iframe">Iframe</h2><!-- Start of #subsection__iframe -->
78+
<h3 id="subsection__iframe">Iframe</h3><!-- Start of #subsection__iframe -->
7979
<iframe
8080
src="about:blank"
8181
title="about:blank"
8282
name="iframe"><!-- End of #subsection__iframe -->
8383
</iframe>
8484

85-
<h2 id="subsection__audio">Audio</h2><!-- Start of #subsection__audio -->
85+
<h3 id="subsection__audio">Audio</h3><!-- Start of #subsection__audio -->
8686
<audio controls>
8787
<source
8888
src="http://www.noiseaddicts.com/samples_1w72b820/4353.mp3"
@@ -102,7 +102,7 @@
102102
Please <a rel="external noopener" href="http://browsehappy.com/">consider upgrading your browser</a> or <a download href="http://www.noiseaddicts.com/samples_1w72b820/4353.mp3">download a file</a> for offline listening.
103103
</audio><!-- End of #subsection__audio -->
104104

105-
<h2 id="subsection__video">Video</h2><!-- Start of #subsection__video -->
105+
<h3 id="subsection__video">Video</h3><!-- Start of #subsection__video -->
106106
<video
107107
controls
108108
poster="http://placehold.it/854x480?text=Video+Poster">
@@ -129,7 +129,7 @@
129129
<small>Accessibility errors concerning the video's missing audio description should go away once the <code>&lt;track&gt;</code>'s source is linked to a valid caption file.</small>
130130
</p>
131131

132-
<h2 id="subsection__object">Object</h2><!-- Start of #subsection__object -->
132+
<h3 id="subsection__object">Object</h3><!-- Start of #subsection__object -->
133133
<object>
134134
<param
135135
name="movie"
@@ -155,7 +155,7 @@
155155
Please <a rel="external noopener" href="http://browsehappy.com/">consider upgrading your browser</a> or <a rel="external noopener" href="https://www.youtube.com/watch?v=pDHzK3Xe7Yw">view the video on YouTube</a>.
156156
</object><!-- End of #subsection__object -->
157157

158-
<h2 id="subsection__canvas">Canvas</h2><!-- Start of #subsection__canvas -->
158+
<h3 id="subsection__canvas">Canvas</h3><!-- Start of #subsection__canvas -->
159159
<canvas
160160
id="myCanvas"
161161
width="400"

0 commit comments

Comments
 (0)