JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / core / _bootstrap.js
index f351ce6..fa470ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -66,9 +66,7 @@ CKEDITOR.plugins.load( CKEDITOR.config.corePlugins.split( ',' ), function()
                }\r
        });\r
 \r
-/*\r
-TODO: Enable the following and check if effective.\r
-\r
+// Needed for IE6 to not request image (HTTP 200 or 304) for every CSS background. (#6187)\r
 if ( CKEDITOR.env.ie )\r
 {\r
        // Remove IE mouse flickering on IE6 because of background images.\r
@@ -82,7 +80,14 @@ if ( CKEDITOR.env.ie )
                // line. For safety, let's just ignore errors.\r
        }\r
 }\r
-*/\r
+\r
+/**\r
+ * Indicates that CKEditor is running on a High Contrast environment.\r
+ * @name CKEDITOR.env.hc\r
+ * @example\r
+ * if ( CKEDITOR.env.hc )\r
+ *     alert( 'You're running on High Contrast mode. The editor interface will get adapted to provide you a better experience.' );\r
+ */\r
 \r
 /**\r
  * Fired when a CKEDITOR core object is fully loaded and ready for interaction.\r