From: colinmackinlay Date: Wed, 1 Mar 2017 23:25:26 +0000 (+0000) Subject: ABIDE - clarification of novalidate attribute X-Git-Tag: v6.4.0-rc1~84^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9828%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git ABIDE - clarification of novalidate attribute The need to use novalidate is new in F6. The proposed change emphasises why it is needed. --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 3cf8bc5e8..7f57b5377 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -10,7 +10,7 @@ tags: ### Abide Demo -These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`. +These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`. Note the use of the novalidate attribute to disable any browser validation that could conflict with Abide. ```html_example