- From: Toby A Inkster <tobyink@goddamn.co.uk>
- Date: Sun, 30 Mar 2003 16:25:42 +0100
- To: Tim Bagot <tsb-w3-html-000A@earth.li>
- Cc: www-html@w3.org
Received on Sunday, 30 March 2003 10:25:51 UTC
On Sun, Mar 30, 2003 at 11:50:52AM +0000, Tim Bagot wrote:
|
| At 2003-03-30T11:03+0100, Toby A Inkster wrote:-
|
| > One could mark this up as:
| >
| > <blockquote cite="urn:ISBN:0-415-22614-7">
| ...
| > </blockquote>
| > <p>
| > <cite>David Smyth, Introduction to <span class="book">
| > Thai: An Essential Grammar</span></cite>
| > </p>
|
| What this doesn't do that HTML 3.0's CREDIT element does is to associate
| the cite element with the blockquote.
Then perhaps you prefer this approach:
<blockquote cite="#source">
...
</blockquote>
<p>
<cite id="source">David Smyth, Introduction to <span class="book"
href="urn:ISBN:0-415-22614-7">Thai: An Essential Grammar</span></cite>
</p>
Arguably not quite preserving the true semantics of the cite attribute.
--
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink@goddamn.co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tobyink@a-message.de
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://counting_crows/recovering_the_satellites/01_catapault.ogg
Received on Sunday, 30 March 2003 10:25:51 UTC