Skip to content

Commit 2110dab

Browse files
committed
Fixed section start/end comments
1 parent b35b01d commit 2110dab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ <h1 id="title__table-of-contents">Table of Contents</h1>
5757
</li>
5858
<li><a href="#section__credit">Credit</a></li>
5959
</ul>
60-
</nav><!-- Start of #section__table-of-contents -->
60+
</nav><!-- End of #section__table-of-contents -->
6161

6262
<hr />
6363

64-
<aside id="section__about" role="complementary" aria-labelledby="title__about">
64+
<aside id="section__about" role="complementary" aria-labelledby="title__about"><!-- Start of #section__about -->
6565
<h1 id="title__about">About</h1>
6666

6767
<p>
@@ -70,7 +70,7 @@ <h1 id="title__about">About</h1>
7070
<p>
7171
Reference <a rel="external" href="http://alistairduggin.co.uk/">Alistair Duggin</a>'s <a rel="external" href="http://aduggin.github.io/accessibility-fails/"><cite>Accessibility Fails</cite></a> for common markup pattern accessibility mistakes, and <a rel="external" href="http://pauljadam.com/">Paul J. Adam</a>'s <a rel="external" href="http://pauljadam.com/demos/landmarks.html"><cite>WAI-ARIA Landmarks Site Navigation Structure Demo</cite></a> for semantic, accessible page landmarks.
7272
</p>
73-
</aside>
73+
</aside><!-- End of #section__about -->
7474

7575
<hr />
7676

@@ -243,7 +243,7 @@ <h2 id="subtitle__code">Code</h2>
243243
-rw-r--r-- 1 eric staff 58601 Mar 24 11:50 index.html
244244
</pre>
245245
</samp>
246-
</div><!-- End of #subsection__symbols -->
246+
</div><!-- End of #subsection__code -->
247247
<div id="subsection__symbols" role="region" aria-labelledby="subtitle__symbols"><!-- Start of #subsection__symbols -->
248248
<h2 id="subtitle__symbols">Symbols</h2>
249249
<ul>

0 commit comments

Comments
 (0)