What fresh hell is THIS now? - Patrick Lauke
<ul class="results"> <li><a href="#link-to-result-1">Result 1: Lorem ipsum dolor sit.</a></li> <li><a href="#link-to-result-2">Result 2: Numquam voluptates, esse consectetur.</a></li> <li><a href="#link-to-result-3">Result 3: Consequuntur iste modi nobis.</a></li> <li><a href="#link-to-result-4">Result 4: Nisi iste, vitae cumque!</a></li> <li><a href="#link-to-result-5">Result 5: Veniam reiciendis, iure labore!</a></li> </ul>
<main> <h1>Search results for: Jibber Crabst</h1> <ul> <li><a href="#link-to-result-1">Amazing stories about Jibber Crabst</a></li> <li><a href="#link-to-result-2">Jibber Crabst our lord and saviour</a></li> <li><a href="#link-to-result-3">Where is Jibber Crabst now?</a></li> <li><a href="#link-to-result-4">Will Jibber Crabst return to earth?</a></li> <li><a href="#link-to-result-5">10 things they don't want you to know about Jibber Crabst</a></li> </ul> </main>
ul
li>
replace with article>
The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
http://www.w3.org/TR/html5/sections.html#the-article-element
<main> <h1>Search results for: Jibber Crabst</h1> <article> <h2>Amazing stories about Jibber Crabst</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iure molestias itaque eius inventore, tempore delectus. Odio, saepe dolor aut libero.</p> </article> <article> <h2>Jibber Crabst our lord and saviour</h2> <p>Libero ab incidunt, unde, quisquam fuga sint ipsam ratione, error blanditiis voluptatem veniam illum veritatis nisi quis nam alias minus!</p> </article> <article> <h2>Where is Jibber Crabst now?</h2> <p>Excepturi quaerat tempora velit, numquam qui, veritatis aliquid sequi illum cum mollitia sunt aliquam voluptatibus incidunt culpa sint deleniti fugiat.</p> </article> <article> <h2>Will Jibber Crabst return to earth?</h2> <p>Atque sint possimus dolores, eum dolor aliquid suscipit deserunt inventore repudiandae, eligendi voluptates ad quis vero nulla, eius iusto odio.</p> </article> <article> <h2>10 things they don't want you to know about Jibber Crabst</h2> <p>Impedit, sit eos labore omnis esse, error, corporis cumque ex, porro iste tenetur nulla? Sunt unde fuga iusto fugit repellendus.</p> </article> </main>
<main> <h1>Search Results</h1> <article> <div itemscope itemtype="http://schema.org/ScholarlyArticle"> <header> <h2 itemprop="headline"><strong>Title:</strong> <span itemprop="name">Be Careful What You Wish For: FRBR, Some Lacunae, A Review</span></h2> <p> <time itemprop="datePublished" datetime="2009">2009</time> </p> <link itemprop="url" href="!#"> <p><strong>Author:</strong> <span itemprop="author">Smiraglia, Richard P.</span></p> <p>Subjects:</strong> <span itemprop="about">Catalog</span> ; <span itemprop="about">Works</span></p> <p><strong>Is Part Of:</strong> <div itemprop="isPartOf" itemscope itemtype="http://schema.org/PublicationIssue" itemid="#issue"> <span itemscope itemtype="http://schema.org/Periodical" itemid="#periodical"><span itemprop="name">Cataloging & Classification Quarterly</span>,</span> <span itemprop="datePublished">2012</span>, Vol. <span itemprop="isPartOf" itemscope itemtype="http://schema.org/PublicationVolume"><link itemprop="isPartOf" href="#periodical" /><span itemprop="volumeNumber">50</span></span>(<span itemprop="issueNumber">5</span>), </div> <div> p.<span itemprop="pageStart">360</span>-<span itemprop="pageEnd">368</span> [Peer Reviewed Journal] </p> </header> <p><strong>Description:</strong> <span itemprop="description">The library catalog as a catalog of works was an infectious idea, which together with research led to reconceptualization in the form of the FRBR conceptual model. Two categories of lacunae emerge—the expression entity, and gaps in the model such as aggregates and dynamic documents. Evidence needed to extend the FRBR model is available in contemporary research on instantiation. The challenge for the bibliographic community is to begin to think of FRBR as a form of knowledge organization system, adding a final dimension to classification. The articles in the present special issue offer a compendium of the promise of the FRBR model.</span></p> </div> <footer> <span itemscope itemtype="http://schema.org/Periodical" itemid="#periodical"> <a href="http://dx.doi.org/10.1080/01639374.2012.682254">Download</a> <a href="!#">Export</a> <a href="!#">Report</a> </span> </footer> </div> </article> </main>
and
it'll be formatted =)
testy mctest
section
can begin with a new h1
heading." http://www.idpf.org/accessibility/guidelines/content/xhtml/headings.php
h1
's get smaller?