Hi,
things like
don't they affect (in a bad way) applications that set a DOCTYPE ?
We're trying to support IE9 mode with setting DOCTYPE, and then get some strange behaviour.
things like
Code:
if (isc.Browser.isIE) { template[18] = isStaticElement ? null : this._$negativeMargins;
We're trying to support IE9 mode with setting DOCTYPE, and then get some strange behaviour.
Comment