Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 16, 201014 yr Does IPS make sure that there products are up to part with the coding so that they pass W3 PHP/CCS/HTML/XHTML standers? Just looking up the main community page I find 20 Errors, 17 warning(s). I ask cause web browser try to keep up with the main flow of the code.
November 16, 201014 yr There is no W3 PHP validation. We do not strive for CSS validation, because it means we can't use a lot of the functionality available presently (i.e. -moz-border-radius is not technically a valid tag, but that doesn't mean it doesn't work in Firefox). We have previously validated an out of the box default installation of IP.Board as W3C XHTML valid, however as soon as you start adding content and hooks and so on, it quickly breaks. It's not something we lose sleep over, however we do have an open bug report on W3C validation that we routinely revisit to touch up areas that are feasible and not invasive to fix.
December 3, 201014 yr There is no W3 PHP validation. We do not strive for CSS validation, because it means we can't use a lot of the functionality available presently (i.e. -moz-border-radius is not technically a valid tag, but that doesn't mean it doesn't work in Firefox). We have previously validated an out of the box default installation of IP.Board as W3C XHTML valid, however as soon as you start adding content and hooks and so on, it quickly breaks. It's not something we lose sleep over, however we do have an open bug report on W3C validation that we routinely revisit to touch up areas that are feasible and not invasive to fix. Err.. Why do you use Strict? With Transitional you'll get less errors.
December 3, 201014 yr Err.. Why do you use Strict? With Transitional you'll get less errors. Let's change the question...at the end of the day, does the DOCTYPE we declare or any of the validation issues you may encounter in an stock IP.Board installation affect your site in any way?
Archived
This topic is now archived and is closed to further replies.