This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > August 2006 > Marking-up and styling footnotes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Marking-up and styling footnotes
|
|
|
|
| David E. Ross 2006-08-23, 6:58 pm |
| Andy Mabbett wrote:
> Any suggestions for better ways to mark up and style the footnotes and
> especially the references to them (currently and temporarily styled
> in-line), in:
>
> http://www.westmidlandbirdclub.com/...nts20060815.htm
>
> would be appreciated.
>
> (as would other constructive comments)
>
> Thank you.
>
From a design standpoint, I see nothing wrong with the way you did the
footnotes. This is clearly appropriate if accessibility to the
handicapped is of concern.
Some might want to bracket a defined term with <span title="abc"> and
</span>, where abc is the definition. This throws up a tooltip with the
definition when the cursor hovers over the bracketed term. I find this
annoying. Also, many viewers might not realize they should hover their
cursor over the term.
I'm not consistent in how I do footnotes among unrelated Web pages. In
some cases, I do it as you do. In other cases, I merely make the
footnoted term a link to the footnote, omitting the index. The latter
reflects the hyperlink nature of the Web.
--
David E. Ross
<http://www.rossde.com/>
Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
| |
| Jukka K. Korpela 2006-08-24, 6:55 pm |
| David E. Ross <nobody@nowhere.not> scripsit:
- -[color=darkred]
> From a design standpoint, I see nothing wrong with the way you did the
> footnotes.
It's not bad, but it could be better.
First, the page contains asterisks "*" as if they were footnote references.
I cannot figure out what they mean.
Second, the references are out of the right context:
"Ranunculus aquatilis s.l. (a Water-crowfoot [1]), R. aquatilis s.s. (Common
Water-crowfoot - in SK02R [2]),"
Yet [1] and [2] relate to the abbreviations "s.l." and "s.s.", not to the
common name and the cryptic abbreviation "SK02R".
(By the way, shouldn't "s.l." and "s.s." appear in upright, non-italic
style? They are not part of the scientific name but annotation-like.)
(I award 42 bonus points for _not_ using the mostly confusing <abbr> markup,
even though it would theoretically be appropriate for "s.l." and "s.s.".)
Third, there is no back reference from the footnotes to the references. Back
references are not necessary but could be useful.
More notes on footnotes and endnotes:
http://www.cs.tut.fi/~jkorpela/www/fn.html
> Some might want to bracket a defined term with <span title="abc"> and
> </span>, where abc is the definition.
Such an approach alone is surely not sufficient. But one might consider
using a title attribute in an <a href ...> element as an extra comfort, so
that many users would not need to follow the link at all. This however is
somewhat debatable.
> I'm not consistent in how I do footnotes among unrelated Web pages. In
> some cases, I do it as you do. In other cases, I merely make the
> footnoted term a link to the footnote, omitting the index. The latter
> reflects the hyperlink nature of the Web.
That's debatable too. If you write <a href="...">s.l.</a>, how will the user
know that the link just refers to a definition, so that if knows what "s.l."
means he can ignore the link? I'm afraid there is no good solution; the HTML
link concept is rather simple, even simplistic: a link is a link is a link.
Seeing a link, you never know what it really means and points to. Footnote
references like [1] look boring and dry, but people who have read some
science stuff know the idea: such references point to something that you
should normally ignore on first reading.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
| |
| Andy Mabbett 2006-08-24, 6:55 pm |
| In message <popHg.10980$Z27.10143@reader1.news.jippii.net>, Jukka K.
Korpela <jkorpela@cs.tut.fi> writes
>David E. Ross <nobody@nowhere.not> scripsit:
>
>- -
[color=darkred]
>First, the page contains asterisks "*" as if they were footnote
>references. I cannot figure out what they mean.
They reference the external link disclaimer, at the foot of the page.
>Second, the references are out of the right context:
>
>"Ranunculus aquatilis s.l. (a Water-crowfoot [1]), R. aquatilis s.s.
>(Common Water-crowfoot - in SK02R [2]),"
>
>Yet [1] and [2] relate to the abbreviations "s.l." and "s.s.", not to
>the common name and the cryptic abbreviation "SK02R".
Fixed (I was trying to nest the brackets, rather than having two
adjacent sets, but see your point).
"SK02R" is not (strictly) an abbreviation, it's a map reference, and is
defined earlier on the page.
>(By the way, shouldn't "s.l." and "s.s." appear in upright, non-italic
>style? They are not part of the scientific name but annotation-like.)
No, that's the correct style, so my tame botanists tell me.
>(I award 42 bonus points for _not_ using the mostly confusing <abbr>
>markup, even though it would theoretically be appropriate for "s.l."
>and "s.s.".)
Thank you; but why is <abbr> "mostly confusing"?
>Third, there is no back reference from the footnotes to the references.
>Back references are not necessary but could be useful.
Now, where did I read that "Naturally this only works when there is only
one footnote reference for each footnote"..?
>More notes on footnotes and endnotes:
>http://www.cs.tut.fi/~jkorpela/www/fn.html
....oh yes, I read it there ;-)
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
Free Our Data: <http://www.freeourdata.org.uk>
| |
| Garmt de Vries-Uiterweerd 2006-08-25, 3:43 am |
| On Wed, 23 Aug 2006 19:31:22 +0200, David E. Ross <nobody@nowhere.not>
wrote:
> I'm not consistent in how I do footnotes among unrelated Web pages. In
> some cases, I do it as you do. In other cases, I merely make the
> footnoted term a link to the footnote, omitting the index. The latter
> reflects the hyperlink nature of the Web.
True. But seeing a footnote as a number between brackets, or as a
superscript number or symbol, gives the reader a hint that this is some
further information on the previous term or sentence, probably at the
bottom of the page, whereas they have no clue where a hyperlink might lead
them. The difference is especially clear in Wikipedia articles: a
hyperlink leads to another lemma, a [2] leads to a footnote referencing a
source or giving some detail that would be out of place in the running
text.
Another advantage of the brackets system is that it prints nicely.
I think this is one of the areas where the hyperlink nature of the web can
be reflected quite nicely by using hyperlinks, but we are too much used to
the traditional presentation.
--
Garmt de Vries-Uiterweerd
| |
| Andy Mabbett 2006-08-26, 6:33 pm |
| In message <8uhFCkmMrI7EFwWg@pigsonthewing.org.uk>, Andy Mabbett
<usenet200309@pigsonthewing.org.uk> writes
>Any suggestions for better ways to mark up and style the footnotes and
>especially the references to them (currently and temporarily styled in-
>line), in:
>
> http://www.westmidlandbirdclub.com/...nts20060815.htm
>
>would be appreciated.
I've tweaked them slightly, giving the two references to the second
footnote separate numbers, and linking from the footnotes back t th
points which reference them.
I'm now wondering whether the footnotes shouldn't be marked up as a
list? In fact, I'd like to use an OL, but can't make the number in that
a link, and I'd have to have a separate item for footnote 3, saying "see
footnote 2".
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
Free Our Data: <http://www.freeourdata.org.uk>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|