Do you think performance would improve in the absence of the quirks
stuff?
In article <[EMAIL PROTECTED]>,
Simon Fraser <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
> Canasta <[EMAIL PROTECTED]> wrote:
>
> > What's the feasibility of building Mozilla minus quirks mode?
> >
> > Just how big is the quirks mode code, anyway?
>
> It's big. At a very uninformed guess, I'd say maybe 40% of
> the layout code is there to deal with quirks. It would
> be easy to turn off quirks mode at runtime, but less easy
> to build without it, I think. Try .layout for a better answer.
>
> Simon