"Shmuel (Seymour J.) Metz" <spamtrap@library.lspace.org.invalid> wrote:
[color=blue]
> Normal publishing standards for references to magazine articles call
> for putting the article title in quotes and the magazine title in
> italics, thus:
>
> See "The Taming of the Foo"
> (<i>Shakespearian Beats</i>, Vol. 2, No. 7, January, 1984)
>
> Would proper use of the cite tage be to use it in place of the i tag,
> to put the entire thing inside of cite, or neither?[/color]
I would use <cite> instead of <i>. It's a bit illogical in the sense that
I'm using <cite> for part of the citation only. But at least I'm saying
something about _why_ the words appear in italics
It's not a big issue though. There's not much to be gained in practice by
using <cite> instead of <i>.
If you put the entire citation inside <cite>,
See <cite>"The Taming of the Foo"
(<i>Shakespearian Beats</i>, Vol. 2, No. 7, January, 1984)</cite>
then you would need to use CSS to override the default rendering:
cite { font-style: normal; }
and this does not sound very practical.
Someone might consider using
See <cite class="article">The Taming of the Foo</cite>
(<cite>Shakespearian Beats</cite>, Vol. 2, No. 7, January,
1984)</cite>
and some CSS to prevent cite.article from being rendered in italics
(easy, though naturally usual CSS caveats apply) and to make quotation
marks appear before and after (which requires CSS constructs that are not
supported by IE). Thus it's hardly a feasible option at all in Web
authoring.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html