diff --git a/docs/buttons/buttons-types.html b/docs/buttons/buttons-types.html index 1015a77c..563ae6fb 100755 --- a/docs/buttons/buttons-types.html +++ b/docs/buttons/buttons-types.html @@ -47,9 +47,8 @@ Link button

Form buttons

-

For ease of styling, the framework automatically converts any button element or input with a type of submit, reset, button, or image into a custom styled link-based button — there is no need to add the data-role="button" attribute.

-

The original form-based button is hidden, but remains in the markup. When a click event fires on a link button, it triggers a click on the original form button.

- +

For ease of styling, the framework automatically converts any button or input element with a type of submit, reset, button, or image into a custom styled button — there is no need to add the data-role="button" attribute.

+

To preserve events bound to the original button or input, the framework hides the original element by making it transparent and positioning it over the new button markup. When a user clicks on the the custom-styled button, they're actually clicking on the original element.

Button based button: