On 2/10/10 6:50 AM, Bobby Jack wrote: > --- On Wed, 2/10/10, fred dagg<rickdu...@hotmail.co.nz> wrote: > >> For example: given an in-line citation such as (McConnell, 2002) in >> an academic/scientific paper, the bibliographic reference might >> be: >> >> McConnell, S. (July, 2002) The Business of Software Improvement. >> IEEE Software pp. 5-7 >> >> Note that, in the one line, part (the title) is to be underlined, >> part (the journal title) to be itallicized and the remainder in >> normal face font. >> > > > Semantic markup using generic elements: > > McConnell, S. (July, 2002)<span class="article-title">The Business of > Software Improvement</span>.<span class="journal-title">IEEE > Software</span> pp. 5-7 > Umm. Wouldn't the <cite> element be more semantic?
To bring this back to CSS, I have noticed that most browsers style <cite> with italics, but I came across at least one that did not. (Can't remember which.) So I suggest adding this rule to your style sheet: cite { font-style: italic; } Cordially, David -- ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/