Geoff Pack wrote:
> And what does a list really look like? Which of the following is more
> correct:
>
> My favourite fruits are watermelon, apples and bananas.
>
> My favourite fruits are:
> * watermelon
> * apples
> * bananas
>
> Answer: neither. They are both lists and both mean the same.
I think everyone would agree seeing both examples togteher, but what about
seeing the first one by itself.
And what if one can't make sense of the words? Imagine this:
Je lis Stendhal, le Rouge et le Noir.
Does this look like a list? It has the exact same construct and delimiters
("," and "and") as your example.
But it is not a list, and it could not be written like this:
Je lis Stendhal:
* le Rouge
* le Noir
So IMHO, the "look" does convey some info
Thierry | www.TJKDesign.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************