Re: Bug 7034

Thinking out loud here...

It does seem that we have a serious problem when the vast majority of sites fail to validate.  None of us like compiler warnings or errors;  and we are certainly concerned that if a module 'normally' builds with scads of errors, we'll miss one that really ought to have attention paid to it.

GCC has a whole pile of options for controlling what kinds of warnings you want to see (or rather, don't want to see). <http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/Warning-Options.html#Warning-Options>.

It's clear that some site authors do not care about some classes of potential problems:
* they intend to use inline markup and not CSS
* they do not care that XML serialization would be problematic
* ...

Should we classify the MUSTs and SHOULDs in the spec. into broad groups so that the validator can in turn classify the errors and warnings? "If this problem remains, your site will have problems with XXXX".


David Singer
Multimedia and Software Standards, Apple Inc.

Received on Tuesday, 23 March 2010 14:06:50 UTC