|
|
|
|
|
by jonascopenhagen
4918 days ago
|
|
Here's the thing: It's not uncommon to come across weird bugs/rendering errors on web pages that were caused by incorrect HTML (where the developer writes </a> where he should have written </p> and similar issues). Pages with those kind of errors might render fine in Browser X and yet have render errors in Browser Y. That's why you validate - to find those kind of bugs. |
|