X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2F_bootstrap.js;h=f6ba4d6b9c412a5f18ace63934c1590b186ae24b;hp=f351ce616a7ba633718ebf87a8e3c0b197f96ed3;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/_bootstrap.js b/_source/core/_bootstrap.js index f351ce6..f6ba4d6 100644 --- a/_source/core/_bootstrap.js +++ b/_source/core/_bootstrap.js @@ -66,9 +66,7 @@ CKEDITOR.plugins.load( CKEDITOR.config.corePlugins.split( ',' ), function() } }); -/* -TODO: Enable the following and check if effective. - +// Needed for IE6 to not request image (HTTP 200 or 304) for every CSS background. (#6187) if ( CKEDITOR.env.ie ) { // Remove IE mouse flickering on IE6 because of background images. @@ -82,7 +80,14 @@ if ( CKEDITOR.env.ie ) // line. For safety, let's just ignore errors. } } -*/ + +/** + * Indicates that CKEditor is running on a High Contrast environment. + * @name CKEDITOR.env.hc + * @example + * if ( CKEDITOR.env.hc ) + * alert( 'You're running on High Contrast mode. The editor interface will get adapted to provide you a better experience.' ); + */ /** * Fired when a CKEDITOR core object is fully loaded and ready for interaction.