Validating to XHTML 1.1
-
I just finished the process of charming my index.php into XHTML 1.1…
While doing so, I noticed the new validator link at the bottom of the index.php file shipping with 1.2 mingus ishttps://validator.w3.org/check/referer
opposed to…
https://validator.w3.org/check?uri=referer
…
and if you are going to go 1.1 don’t forget to<?php echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"); ?>
at the top… php freezes if you try to dump the line out raw. Else turn off php short names on the server.
The nested links in the menu a bit of massaging to validate properly, if anyone wants a copy of it, lemme know.
It was fairly clean. But my bad habit of target=”_blank” in links was the biggest mess I had to clean up.
- The topic ‘Validating to XHTML 1.1’ is closed to new replies.