I guess that depends on which error. All browsers correct for errors but they all handle different errors differently.
The real problem is when you code something and the browser thinks it is an error and doesn't display it the way you wanted because it is not explicitly reading the code and instead is executing the code as the programer thinks it should be instead of how it is coded.
Things only always work properly if both the coding and the browser conform to standard.
|