I have this little part of markup:
<section class="middle tab-bar-section">
<h2 class="title">Lorem ipsum</h2>
</section>
If I run it through an HTML5 outliner, the section is untitled, like this:
1. Untitled Section
1. Lorem ipsum
Shouldent the h2 tag be the sections title?