|
1 | 1 | <section id="section__embedded" aria-labelledby="title__embedded"><!-- Start of #section__embedded -->
|
2 | 2 | <h2 id="title__embedded">Embedded</h2>
|
3 | 3 |
|
4 |
| - <h2 id="subsection__image">Image</h2><!-- Start of #subsection__image --> |
| 4 | + <h3 id="subsection__image">Image</h3><!-- Start of #subsection__image --> |
5 | 5 | <img
|
6 | 6 | src="http://placehold.it/600x400?text=Image+Example"
|
7 | 7 | alt="Image Exmaple" /><!-- End of #subsection__image -->
|
8 | 8 |
|
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 --> |
10 | 10 | <img
|
11 | 11 | src="nope"
|
12 | 12 | alt="Broken Image" /><!-- End of #subsection__broken-image -->
|
13 | 13 |
|
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 --> |
15 | 15 | <figure>
|
16 | 16 | <img
|
17 | 17 | src="http://placehold.it/400x250?text=Figure+Example"
|
|
21 | 21 | </figcaption>
|
22 | 22 | </figure><!-- End of #subsection__figure-with-caption -->
|
23 | 23 |
|
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 --> |
25 | 25 | <figure>
|
26 | 26 | <svg
|
27 | 27 | aria-labelledby="svg__title svg__description"
|
|
52 | 52 | </li>
|
53 | 53 | </ul>
|
54 | 54 |
|
55 |
| - <h2 id="subsection__picture">Picture</h2><!-- Start of #subsection__picture --> |
| 55 | + <h3 id="subsection__picture">Picture</h3><!-- Start of #subsection__picture --> |
56 | 56 | <picture>
|
57 | 57 | <source
|
58 | 58 | media="(min-width: 40em)"
|
|
66 | 66 | alt="Picture Element" />
|
67 | 67 | </picture><!-- End of #subsection__picture -->
|
68 | 68 |
|
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 --> |
70 | 70 | <img
|
71 | 71 | srcset="http://placehold.it/1024x768/7ED321/ffffff/?text=Large 1024w,
|
72 | 72 | http://placehold.it/1024x768/F5A623/ffffff/?text=Medium 640w,
|
|
75 | 75 | src="http://placehold.it/600x400?text=Img+Fallback"
|
76 | 76 | alt="Image with Srcset and Sizes Example" /><!-- End of #subsection__image-with-srcset-and-sizes -->
|
77 | 77 |
|
78 |
| - <h2 id="subsection__iframe">Iframe</h2><!-- Start of #subsection__iframe --> |
| 78 | + <h3 id="subsection__iframe">Iframe</h3><!-- Start of #subsection__iframe --> |
79 | 79 | <iframe
|
80 | 80 | src="about:blank"
|
81 | 81 | title="about:blank"
|
82 | 82 | name="iframe"><!-- End of #subsection__iframe -->
|
83 | 83 | </iframe>
|
84 | 84 |
|
85 |
| - <h2 id="subsection__audio">Audio</h2><!-- Start of #subsection__audio --> |
| 85 | + <h3 id="subsection__audio">Audio</h3><!-- Start of #subsection__audio --> |
86 | 86 | <audio controls>
|
87 | 87 | <source
|
88 | 88 | src="http://www.noiseaddicts.com/samples_1w72b820/4353.mp3"
|
|
102 | 102 | 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.
|
103 | 103 | </audio><!-- End of #subsection__audio -->
|
104 | 104 |
|
105 |
| - <h2 id="subsection__video">Video</h2><!-- Start of #subsection__video --> |
| 105 | + <h3 id="subsection__video">Video</h3><!-- Start of #subsection__video --> |
106 | 106 | <video
|
107 | 107 | controls
|
108 | 108 | poster="http://placehold.it/854x480?text=Video+Poster">
|
|
129 | 129 | <small>Accessibility errors concerning the video's missing audio description should go away once the <code><track></code>'s source is linked to a valid caption file.</small>
|
130 | 130 | </p>
|
131 | 131 |
|
132 |
| - <h2 id="subsection__object">Object</h2><!-- Start of #subsection__object --> |
| 132 | + <h3 id="subsection__object">Object</h3><!-- Start of #subsection__object --> |
133 | 133 | <object>
|
134 | 134 | <param
|
135 | 135 | name="movie"
|
|
155 | 155 | 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>.
|
156 | 156 | </object><!-- End of #subsection__object -->
|
157 | 157 |
|
158 |
| - <h2 id="subsection__canvas">Canvas</h2><!-- Start of #subsection__canvas --> |
| 158 | + <h3 id="subsection__canvas">Canvas</h3><!-- Start of #subsection__canvas --> |
159 | 159 | <canvas
|
160 | 160 | id="myCanvas"
|
161 | 161 | width="400"
|
|
0 commit comments