E-mail List Archives
Re: Using a definition list for footnote/asterisked items
From: Pete Fairhurst
Date: Nov 2, 2010 5:27AM
- Next message: J. B-Vincent: "Helpful article on the TITLE attribute from The Paciello Group:"
- Previous message: Bhavdip G. Bhayani: "Re: WebAIM-Forum Digest, Vol 68, Issue 1"
- Next message in Thread: Nathalie Sequeira: "Re: Using a definition list for footnote/asterisked items"
- Previous message in Thread: Pete Fairhurst: "Re: Using a definition list for footnote/asterisked items"
- View all messages in this Thread
On 1 November 2010 14:30, Pete Fairhurst < <EMAIL REMOVED> > wrote:
> <!-- start of example -->
>
> <p>A passage of text in the main body of the page content which may make
> one<a href="#footnote1" id="footnote1anchor">*</a> or perhaps two<a
> href="#footnote2" id="footnote2anchor">**</a> references to related
> information or clauses, using asterisks. More content would proceed after
> this, etc.</p>
> <!-- ... -->
>
> <!-- then, at the base of this main content, you'd have something like...
> -->
> <dl>
> <dt id="footnote1">*</dt>
> <dd>This is one example of a footnote, wrapped in a definition list and
> using asterisks for notation. <a href="#footnote1anchor">↑</a></dd>
> <dt id="footnote2">**</dt>
> <dd>A second example of a footnote using asterisk notation. <a
> href="#footnote2anchor">↑</a></dd>
> </dl>
>
> <!-- end of example -->
>
So am I right in saying it's not effective to markup footnotes in this way -
specifically, using a DL - to improve semantics and accessibility?
Would a more traditional unordered list, with the same sort of link
structure, be the best thing to stick with?
- Pete
~~~~
"Haste in art is almost always vulgarisation." H.G. Wells
- Next message: J. B-Vincent: "Helpful article on the TITLE attribute from The Paciello Group:"
- Previous message: Bhavdip G. Bhayani: "Re: WebAIM-Forum Digest, Vol 68, Issue 1"
- Next message in Thread: Nathalie Sequeira: "Re: Using a definition list for footnote/asterisked items"
- Previous message in Thread: Pete Fairhurst: "Re: Using a definition list for footnote/asterisked items"
- View all messages in this Thread