From dc5917bedfda321b72310209d2807ea10347f7ed Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 10 Feb 2014 10:46:17 -0800 Subject: update docs to include+use .sr-only-focusable --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 25209c132..70d08cff2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -621,7 +621,7 @@ if (isAndroid) {

If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content link immediately after your opening <body> tag. (read why)

{% highlight html %} - Skip to main content + Skip to main content
The main page content.
-- cgit v1.2.3 From 983265b08aa3f5a1934eb5f6967885b9742b56cd Mon Sep 17 00:00:00 2001 From: hebbet Date: Sat, 22 Feb 2014 21:49:58 +0100 Subject: Remove second tbody from Supported browsers Removed the second tbody from "Internet Explorer 8 and 9" Table --- docs/getting-started.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 440098cb9..afe32ab72 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -450,8 +450,6 @@ bootstrap/ transition Not supported - - placeholder Not supported -- cgit v1.2.3 From 421e7af1377e5c17156e796c38fd075d3ce2566f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 5 Mar 2014 21:48:38 -0800 Subject: add link from Getting Started page to Wall of Browser Bugs page --- docs/getting-started.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index afe32ab72..163a7ffa6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -418,6 +418,7 @@ bootstrap/

Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, though they are not officially supported.

+

For a list of some of the browser bugs that Bootstrap has to grapple with, see our Wall of browser bugs.

Internet Explorer 8 and 9

Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.

-- cgit v1.2.3