diff --git a/Gruntfile.js b/Gruntfile.js index dd706a8aae..da5b743a0f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -340,7 +340,8 @@ module.exports = function (grunt) { reset: true, relaxerror: [ 'Bad value X-UA-Compatible for attribute http-equiv on element meta.', - 'Element img is missing required attribute src.' + 'Element img is missing required attribute src.', + 'Attribute autocomplete not allowed on element input at this point.' ] }, files: { diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index ee5b3d71d2..a0801b56cf 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -44,26 +44,26 @@
{% highlight html %}
{% endhighlight %} @@ -77,26 +77,26 @@
{% highlight html %}
{% endhighlight %} @@ -144,7 +144,7 @@ $('.btn').button()

Cross-browser compatibility

-

Firefox persists form control states across page loads. A workaround for this is to use autocomplete="off".

+

Firefox persists form control states (disabledness and checkedness) across page loads. A workaround for this is to use autocomplete="off".

$().button('reset')