diff options
| author | Mark Otto <[email protected]> | 2013-04-07 11:49:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-07 11:49:53 -0700 |
| commit | cfea6d295e697f82b25149f0c853e3a18fd11062 (patch) | |
| tree | 3abde89f89623e34d96576f8857201cd0b008e05 | |
| parent | 7ff40635d4bc8c832b2890f9b7292cf89f02ea09 (diff) | |
| parent | fedf4c5677811109f8feac2255b1e1c300fc4b4f (diff) | |
| download | bootstrap-cfea6d295e697f82b25149f0c853e3a18fd11062.tar.xz bootstrap-cfea6d295e697f82b25149f0c853e3a18fd11062.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | docs/docs.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html index 321f63ab5..4506d5ae5 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2137,7 +2137,7 @@ For example, <code><section></code> should be wrapped as inline. <input class="btn" type="button" value="Input"> <input class="btn" type="submit" value="Submit"> {% endhighlight %} - <p>As a best practice, <strong>we highly recommend matching using the <code><button<</code> element whenever possible</strong> to ensure matching cross-browser rendering.</p> + <p>As a best practice, <strong>we highly recommend matching using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p> </div> @@ -2561,6 +2561,11 @@ For example, <code><section></code> should be wrapped as inline. </div> {% endhighlight %} + <p class="alert alert-info"> + <strong>Heads up!</strong> + Using icons without any additional content means the icons are not represented to screen reader users. + </p> + <h5>Dropdown in a button group</h5> <div class="bs-docs-example"> <div class="btn-group"> |
