Hi,
Sorry if this question has already been answered, and sorry if it's too subjective to make sense, or for StackOverflow.
I'm delivering a site to a client and I want to send them high-quality HTML/CSS/JS, fully validated, accessible etc.
So I'm compiling a list of things to check, and useful tools for doing so, before I hand the code over. Here's a partial list, but what am I missing?
- Link checking for any broken links I might have missed - W3C link checker
- HTML validation for accessibility and broken-ness - W3C HTML validator
- CSS validation - W3C CSS validator
- Check for slow-loading page elements - Firebug and YSlow plugin
What's missing - if you were a client, what else would you want to be sure has been checked?
I'm wondering about the etiquette of things like comments, indentation, and minification; is it good practice to sort out all these? And what else have I missed?
Thanks :)