diff options
| author | Chris Rebert <[email protected]> | 2015-03-16 00:57:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-16 00:57:23 -0700 |
| commit | 66ceae7b753137376ee00cd5a68004b7831c6eb9 (patch) | |
| tree | 3e884e5f00089d038b64245a6477cd03f9a10199 /docs/_includes | |
| parent | 026e7ccf4e34561ce4ef3705a93e053312c9d477 (diff) | |
| download | bootstrap-66ceae7b753137376ee00cd5a68004b7831c6eb9.tar.xz bootstrap-66ceae7b753137376ee00cd5a68004b7831c6eb9.zip | |
Clarify that role="button" is required for dismiss-on-next-click popovers
Refs #15947
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 5f8c6e661..5f3939987 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -123,7 +123,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> <p>Use the <code>focus</code> trigger to dismiss popovers on the next click that the user makes.</p> <div class="bs-callout bs-callout-danger" id="callout-popover-dismiss-click"> <h4>Specific markup required for dismiss-on-next-click</h4> - <p>For proper cross-browser and cross-platform behavior, you must use the <code><a></code> tag, <i>not</i> the <code><button></code> tag, and you also must include a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#tabindex"><code>tabindex</code></a> attribute.</p> + <p>For proper cross-browser and cross-platform behavior, you must use the <code><a></code> tag, <i>not</i> the <code><button></code> tag, and you also must include the <code>role="button"</code> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#tabindex"><code>tabindex</code></a> attributes.</p> </div> <div class="bs-example bs-example-padded-bottom"> <a tabindex="0" class="btn btn-lg btn-danger bs-docs-popover" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a> |
