diff --git a/server/documents/elements/button.html.eco b/server/documents/elements/button.html.eco index 751441ebf..777f3e532 100755 --- a/server/documents/elements/button.html.eco +++ b/server/documents/elements/button.html.eco @@ -29,7 +29,7 @@ themes : ['Default', 'Classic', 'Basic', 'Bootstrap3', 'Twitter', 'Raised',
- Although any tag can be used for a button, it will only be keyboard focusable if you use a <button> tag or you add the property tabindex="0". + Although any tag can be used for a button, it will only be keyboard focusable if you use a <button> tag or you add the property tabindex="0". Keyboard accessible buttons will preserve focus styles after click, which may be visually jarring.