4.5 Court case decisions microformat

LearnPress version: 1.5

Last modified: 19 December 2007

Contents

Use this microformat when publishing court case decisions.

Use the case header <div class="court-case-header">.

Format the name of the court as <div class="court-name">.

Format the title of the case as <div class="case-title">.

Format case history as <div class="case-history">.

For example, from the Brown versus Board of Education of Topeka page:

<div class="court-case-header">

<div class="court-name">Supreme Court of the United States</div>

<div class="case-title">Brown v. Board of Education, 347 U.S. 483 (1954) (USSC+)</div>

<div>347 U.S. 483</div>

<div>Argued December 9, 1952</div>

<div>Reargued December 8, 1953</div>

<div>Decided May 17, 1954</div>

<div class="case-history">Appeal from the United States District Court for the District of Kansas<a rel="footnote" id="193">*</a></div>

</div>