This topic is locked

Pages built by PHP Runner doesn't validate in CSE Validator

5/15/2007 4:02:16 AM
PHPRunner General questions
J
jacekq author

Hi,
Nowadays, it's very important to build HTML pages that are standard compliant. I tried to validate output pages from my project built by PHPR 4.0 beta in Firefox with CSE plugin. There are many errors - mostly invalid HTML tags, for ex:

<script language="JavaScript" src="include/jquery.js"></script>

and the error:

line 10 column 17 - Error: there is no attribute "LANGUAGE"



This is only example - there are many other similar errors.
Of course, looking from enduser side, all works fine, but for me, as a web developer, it's not so nice...
Best Regards,

Jacek

J
Jane 5/15/2007

Jacek,
thank you for pointing me to these issues.

We'll fix it in the one of the next PHPRunner update.

B
bowmansam 5/15/2007

Hi,

Nowadays, it's very important to build HTML pages that are standard compliant. I tried to validate output pages from my project built by PHPR 4.0 beta in Firefox with CSE plugin. There are many errors - mostly invalid HTML tags, for ex:

and the error:

This is only example - there are many other similar errors.
Of course, looking from enduser side, all works fine, but for me, as a web developer, it's not so nice...
Best Regards,

Jacek


I agree with Jacek web standards are important and with database driven systems standards compliance should be extremely easy. Once the basic code is sorted it should never fail to comply. As an additional point, it would be better to comply with XHTML rather than the much older HTML 4.01 standard currently used.

Sergey Kornilov admin 5/15/2007

Full XHTML compliance is on our "to do" . I hope will have it in the next major update.

O
ossi69 5/18/2009

Full XHTML compliance is on our "to do" . I hope will have it in the next major update.


Is this the case yet?
If not, What would I need to modify to get it xhtml compliant?
Thanks