I'm working on a large website that has hundreds of pages with headers, footers, pop-ups w/ iframes, buttons, logos, etc all over it.
It's been developed for several years. The entire time there have been no DOCTYPE tags, so all the code that has been written for it has been written against quirks mode.
Here is my question: What are the likely issues to run into if switching the whole thing to non-quirks mode? Are there going to be so many issues that it isn't worth it to switch?