]> source.dussan.org Git - jquery.git/commitdiff
Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 7 Apr 2013 12:39:44 +0000 (14:39 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 8 Apr 2013 16:49:19 +0000 (12:49 -0400)
src/support.js
test/unit/support.js

index a28fb971fd352baa7e32842704bd8f3d3208f93c..e46588dd1bcff7c42ed5c728e63ea744d628c07b 100644 (file)
@@ -20,9 +20,6 @@ jQuery.support = (function( support ) {
        // Support: IE9, IE10
        support.optSelected = opt.selected;
 
-       // jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode
-       support.boxModel = document.compatMode === "CSS1Compat";
-
        // Will be defined later
        support.reliableMarginRight = true;
        support.boxSizingReliable = true;
index f557a954b233eff24406678f6a6085e250a97ee0..5507bcd97d6ba732756dce7e8ec5dd1ed2e3a071 100644 (file)
@@ -1,11 +1,5 @@
 module("support", { teardown: moduleTeardown });
 
-test("boxModel", function() {
-       expect( 1 );
-
-       equal( jQuery.support.boxModel, document.compatMode === "CSS1Compat" , "jQuery.support.boxModel is sort of tied to quirks mode but unstable since 1.8" );
-});
-
 if ( jQuery.css ) {
        testIframeWithCallback( "body background is not lost if set prior to loading jQuery (#9239)", "support/bodyBackground.html", function( color, support ) {
                expect( 2 );
@@ -48,7 +42,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":true,
                        "radioValue":true,
                        "checkClone":true,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":true,
                        "clearCloneStyle": true,
@@ -66,7 +59,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":true,
                        "radioValue":false,
                        "checkClone":true,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":true,
                        "clearCloneStyle": true,
@@ -84,7 +76,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":false,
                        "radioValue":false,
                        "checkClone":true,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":true,
                        "clearCloneStyle": false,
@@ -102,7 +93,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":false,
                        "radioValue":false,
                        "checkClone":true,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":false,
                        "clearCloneStyle": false,
@@ -120,7 +110,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":true,
                        "radioValue":true,
                        "checkClone":false,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":true,
                        "clearCloneStyle": true,
@@ -138,7 +127,6 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
                        "noCloneChecked":true,
                        "radioValue":true,
                        "checkClone":true,
-                       "boxModel":true,
                        "ajax":true,
                        "cors":true,
                        "clearCloneStyle": true,