3

Closed

W3C Validation

description

Resulting HTML does not pass W3C validation for following reasons:
 
  • HTML tags should be lower case vice upper case
  • Style values should be quoted; for example,<font color=#ff6666> should read <font color="#ff6666">
Closed Aug 4, 2012 at 3:57 AM by crpietschmann
The HTML generation is done by the browsers themselves, and not actually handled by jHtmlArea

comments