I didn't see this mentioned so I thought I would mention it.
We try hard to design 100% valid w3c compliant sites. While the templates we design for our client's are 100% compliant, SS often adds invalid markup to the page's code and it is frustrating since the code errors cause the page to no validate.
For example:
- Unclosed tags:
- Form fields need to end in a /> and SS just adds the >
- The meta generator tag at the top of the html needs to end in a /> SS uses just a >
- Missing quotes around attributes.
- When using a list of order options SS writes <td align=left>. The correct syntax is <td align="left">
- Form fields also have this error as well.
- This occurs mostly where any form of table is written.
If these issues are corrected in a future version we should have good compliant code to work with.