- From: Denis TRUFFAUT <denis.truffaut@gmail.com>
- Date: Thu, 14 Mar 2013 14:40:58 +0100
- To: www-validator@w3.org
Received on Thursday, 14 March 2013 21:36:49 UTC
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' ' http://www.w3.org/TR/html4/strict.dtd'> <html> <head> <title></title> <meta name='description' content='''> </head> <body> <div></div> </body> </html> .... is OK But : <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' ' http://www.w3.org/TR/html4/strict.dtd'> <html> <head> <title></title> <meta name='description' content='\''> </head> <body> <div></div> </body> </html> .... Fails The only difference is the ' transformed into \' Escaped quotes should be considered as valid.
Received on Thursday, 14 March 2013 21:36:49 UTC