Page 1 of 1

escaping " with "

Posted: Fri Mar 01, 2013 10:18 am
by roedygr
I was under the impression:

When you need to specify a " in the middle of text, you use the " entity to represent the character.

When you need to specify a " in the middle of a quoted attribute value, you have two ways of handling it:
<param name="say" value="He said "All your base are belong to us"">
<param name="say" value='He said "All your base are belong to us"'>

Yet I notice HTMLValidator does not complain about " in text. It is ok now? Was it always ok?

Re: escaping " with &quot;

Posted: Fri Mar 01, 2013 10:43 am
by Albert Wiersch
roedygr wrote:When you need to specify a " in the middle of text, you use the " entity to represent the character.
Actually, it is not necessary to use the character reference. I believe it was always technically OK... at least as far back as I can remember. :D

There is a still a 'legacy' option to make CSE HTML Validator complain about a direct double quote in text, should you want to enable it.