[Pkg-javascript-commits] [dojo] 35/88: IE9 does actually continue to do the wrong thing in quirks mode, it just doesn't do quirks mode in iframes of standards mode documents. Refs #12342, #14321. Backport to 1.8.

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.8.5
in repository dojo.

commit b7ea152fd4240ed5a42c097fa82586ddce56f730
Author: Colin Snover <github.com at zetafleet.com>
Date:   Fri Nov 23 05:20:52 2012 +0000

    IE9 does actually continue to do the wrong thing in quirks mode, it just doesn't do quirks mode in iframes of standards mode documents. Refs #12342, #14321. Backport to 1.8.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30013 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 tests/_base/html_quirks.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/_base/html_quirks.html b/tests/_base/html_quirks.html
index b228ec9..35e860e 100644
--- a/tests/_base/html_quirks.html
+++ b/tests/_base/html_quirks.html
@@ -66,7 +66,7 @@
 						}
 					]
 				);
-				if(has("ie") && has("ie") < 9){
+				if(has("ie")){
 					// IE collapses padding in quirks mode. We just report on it.
 					doh.register("t", 
 						[

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list