diff --git a/getting-started.html b/getting-started.html index 8d26760ebd..cdc9e7603e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -748,11 +748,11 @@ bootstrap/

Internet Explorer 8 and Respond.js

Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.

-

Respond.js and cross-domain CSS

+

Respond.js and cross-domain CSS

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

-

Respond.js and file://

+

Respond.js and file://

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

-

Respond.js and @import

+

Respond.js and @import

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

Internet Explorer 8 and box-sizing