Re: Double quotation mark in references_html

uchida@happy.email.ne.jp (UCHIDA,Akira) wrote:

> Today I noticed that all the names of reference documents
> in "references.html" are quoted by just double quotation
> mark (not character reference """). Is it OK?

It's completely OK.  Actually, you don't have to use " (or ")
unless it appears in an attribute value, something like:

   <IMG src="image.png" alt="First &quot;real&quot; example">

And even in an attribute value, you don't have to use &quot; if you
quote attribute value by single quotes, like:

   <IMG src="image.png" alt='First "real" example'>

-- 
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium

Received on Sunday, 22 February 1998 10:49:16 UTC