use <cseignore> quite a bit to exclude plugins etc. from the validation process. This is a great tool since many of these plugins are rather crappy as for their standards compliance.
However, today I ran into a problem due to the fact that I had omitted a </cseignore> closing tag. As a result, the validator excluded all following code from the validation until it ran into another <cseignore> block with a correct closing tag. As a result, I got all kind of nesting errors or errors for closing tags that were never opened, etc.
In such case, the ‘detected’ errors are no errors at all and unfortunately, they are often ‘detected’ far away from the real issue. So, it took me quite some time to find the real culprit.
So, I was wondering whether it would not be a good idea to impose on <cseignore> similar nesting rules as for <p> and <div> structs? I assume that the normal way of using it must be like that since otherwise you run into nesting errors, so…
Just an idea.



