footnotes-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
Line 16: Line 16:
=== Weblogs ===
=== Weblogs ===


*[http://daringfireball.net/2007/03/blank_slate "Blank Slate" on Daring Fireball]
*[http://daringfireball.net/2007/03/blank_slate "Blank Slate" on Daring Fireball] uses an ordered list for endnotes, and uses the ID attribute in a list item to link to a specific endnote.
 
<pre><nowiki>
<div class="footnotes">
 
  <hr />
 
    <ol>
 
    ...
 
    <li id="fn2-2007-03-04">
    <p>It took me six weeks to choose the exact shade of Daring Fireball&#8217;s
    background color, <code>#4a525a</code>.&nbsp;
    <a href="#fnr2-2007-03-04"  class="footnoteBackLink"  title="Jump back to footnote 2 in the text.">&#8617;</a>
    </p>
    </li>
 
    ...
 
    </ol>
 
</div>
</nowiki></pre>


=== Essays/Tutorials ===
=== Essays/Tutorials ===

Revision as of 19:34, 11 March 2007

Footnotes Examples

Per the microformats process this is an examples page documenting existing real world examples of footnotes and endnotes published on the Web.

The Problem

How should footnotes and endnotes be marked up?

Participants

Real-World Examples

Weblogs

<div class="footnotes">

  <hr />
   
    <ol>

    ...

     <li id="fn2-2007-03-04">
     <p>It took me six weeks to choose the exact shade of Daring Fireball’s 
     background color, <code>#4a525a</code>. 
     <a href="#fnr2-2007-03-04"  class="footnoteBackLink"  title="Jump back to footnote 2 in the text.">↩</a>
     </p>
     </li>

     ...

    </ol>

</div>

Essays/Tutorials

Existing Practices

See Also