From c4e22ad8b5edd52ac78ec44bf7df8a7f37403623 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Mon, 14 May 2012 21:02:42 -0400 Subject: Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope. For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value. --- test/data/support/boxModelIE.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/data/support/boxModelIE.html (limited to 'test/data') diff --git a/test/data/support/boxModelIE.html b/test/data/support/boxModelIE.html deleted file mode 100644 index 24e4c6100..000000000 --- a/test/data/support/boxModelIE.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - -- cgit v1.2.3