diff options
| author | Mark Otto <[email protected]> | 2012-05-13 14:03:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-13 14:03:32 -0700 |
| commit | 7de65e0a628a3faa1b3837aabea43ae234c5b7a4 (patch) | |
| tree | b00b097ed16b0c36edc583bf357c8dca269d5396 /docs/components.html | |
| parent | d09db29039ba498c8d3255cadafb2c5c88ff1a2f (diff) | |
| download | bootstrap-7de65e0a628a3faa1b3837aabea43ae234c5b7a4.tar.xz bootstrap-7de65e0a628a3faa1b3837aabea43ae234c5b7a4.zip | |
#3465 part 2: add mention to docs of type button issue
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -<!-- Alerts & Messages +<!-- Alerts ================================================== --> <section id="alerts"> <div class="page-header"> @@ -1697,7 +1697,7 @@ <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </pre> - <p><span class="label label-info">Heads up!</span> iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <code>button</code> element with the data attribute, which we have opted to do for our docs.</p> + <p><span class="label label-info">Heads up!</span> iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <code><button></code> element with the data attribute, which we have opted to do for our docs. When using <code><button></code>, you must include <code>type="button"</code> or risk unintentional form submissions.</p> <p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p> <div class="alert alert-block"> <button type="button" class="close" data-dismiss="alert">×</button> |
