From b6b354ceaa1b29650b2b131bf436d64b70f5f344 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Apr 2012 15:42:55 -0700 Subject: #3255: typo in components for tabbable tabs --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 1678e58aa..4ce4abdb1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -813,7 +813,7 @@

Straightforward markup

Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.

-<div class="tabbable"> <-- Only required for left/right tabs -->
+<div class="tabbable"> <!-- Only required for left/right tabs -->
   <ul class="nav nav-tabs">
     <li class="active"><a href="#tab1" data-toggle="tab">Section 1</a></li>
     <li><a href="#tab2" data-toggle="tab">Section 2</a></li>
-- 
cgit v1.2.3


From d09db29039ba498c8d3255cadafb2c5c88ff1a2f Mon Sep 17 00:00:00 2001
From: Mark Otto 
Date: Sun, 13 May 2012 14:01:57 -0700
Subject: #3465 part 1: add type="button" to all dismiss buttons in docs

---
 docs/components.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'docs/components.html')

diff --git a/docs/components.html b/docs/components.html
index 4ce4abdb1..624af075f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1688,7 +1688,7 @@
       

Example alerts

Wrap your message and an optional close icon in a div with simple class.

- + Warning! Best check yo self, you're not looking too good.
@@ -1700,7 +1700,7 @@
       

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a button element with the data attribute, which we have opted to do for our docs.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

- +

Warning!

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

@@ -1719,7 +1719,7 @@

Error or danger

- + Oh snap! Change a few things up and try submitting again.
@@ -1731,7 +1731,7 @@
     

Success

- + Well done! You successfully read this important alert message.
@@ -1743,7 +1743,7 @@
     

Information

- + Heads up! This alert needs your attention, but it's not super important.
-- 
cgit v1.2.3


From 7de65e0a628a3faa1b3837aabea43ae234c5b7a4 Mon Sep 17 00:00:00 2001
From: Mark Otto 
Date: Sun, 13 May 2012 14:03:32 -0700
Subject: #3465 part 2: add mention to docs of type button issue

---
 docs/components.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs/components.html')

diff --git a/docs/components.html b/docs/components.html
index 624af075f..1ff759f2e 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1665,7 +1665,7 @@
 
 
 
-
 
-

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a button element with the data attribute, which we have opted to do for our docs.

+

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <button> element with the data attribute, which we have opted to do for our docs. When using <button>, you must include type="button" or risk unintentional form submissions.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

-- cgit v1.2.3 From 67f81a2ed53d5608a26eae5eb301614ad53cf3b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 May 2012 09:41:06 -0700 Subject: clarify button type on dismiss icons --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 1ff759f2e..523b189bb 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1697,7 +1697,7 @@ <strong>Warning!</strong> Best check yo self, you're not looking too good. </div>
-

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <button> element with the data attribute, which we have opted to do for our docs. When using <button>, you must include type="button" or risk unintentional form submissions.

+

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <button> element with the data attribute, which we have opted to do for our docs. When using <button>, you must include type="button" or your forms may not submit.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

-- cgit v1.2.3 From 7dbcd0be9a797bc3c537d4fea5e84ce40808e886 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 24 May 2012 21:30:43 -0700 Subject: fix navbar button for mobile tapping (turn to button instead of adding href=#), streamline less docs page --- docs/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 523b189bb..18c421b7c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -34,11 +34,11 @@