]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
ABIDE - clarification of novalidate attribute 9828/head
authorcolinmackinlay <colin.mackinlay@russelleducationtrust.org.uk>
Wed, 1 Mar 2017 23:25:26 +0000 (23:25 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2017 23:25:26 +0000 (23:25 +0000)
The need to use novalidate is new in F6. The proposed change emphasises why it is needed.

docs/pages/abide.md

index 3cf8bc5e8751bd8f9cec44d07a740cabf301fb04..7f57b5377142a862294c7f1ef990ee9a14fa9f99 100644 (file)
@@ -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
 <form data-abide novalidate>