- From: Lorenzo De Tomasi <lorenzo.detomasi@libero.it>
- Date: Mon, 11 Nov 2002 16:51:06 +0100
- To: <www-html@w3.org>
on 11-11-2002 12:41, Thomas Hurst at tom.hurst@clara.net wrote:
In XML:
<book>
<title>The Lord of the Rings 2</title>
<subtitle>The Two Towers</subtitle>
<author>J.R.R. Tolkien</author>
</book>
another example in XML:
<book>
<author>Esther Dyson</author>
<title>Release 2.0</title>
<subtitle>Second Thoughts On The Digital Age</subtitle>
</book>
I think the author should not be included in the heading.
This is my suggestion in xHTML:
<h>title <h>subtitle</h></h>
<line class="author">author</line>
If you want to include it, you can always use another <h>
<h>title <h>subtitle<h> by author</h></h></h>
The default should be
h more visible (i.e. bigger font, for example)
h h visible
h h h less visible
h h h h less less visible
so you can change the order
<h>author <h>title <h>subtitle</h></h></h>
and add lines and paragraphs
<h>
<line>The Lord of the Rings 2</line>
<h>
<line>The Two Towers</line>
<h>
<line>by J.R.R. Tolkien</line>
</h>
</h>
</h>
____________________________________________________________________________
Lorenzo De Tomasi, student of Information Architecture, Interface Design and
Visual Design
via Bellaria 6, 21018 Sesto Calende (Varese), Italia
phone: +39 (0)331 924649
mobile: +39 333 8979304
e-mail: lorenzo.detomasi@libero.it; lorenzo.detomasi@email.it
website: http://biografica.tzone.it
ICQ uin: 11313132
Yahoo! Instant Messenger id: tummait
Received on Monday, 11 November 2002 11:35:08 UTC