Re: validator bug?

I read the links you referenced, but I interpret them
differently.

The reference stated:

"Please note that script data that is element content
may not contain character references, but script data
that is the value of an attribute may contain them."

I believe my case corresponds to "but script data that
is the value of an attribute may contain them."

Since my JavaScript is the value of the onClick
attribute, should it not be OK to contain character
references?

Received on Thursday, 18 May 2006 22:16:33 UTC