From: Kevin Ball Date: Mon, 17 Apr 2017 20:29:31 +0000 (-0700) Subject: Merge branch 'master' into develop X-Git-Tag: v6.4.0-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af30cb246e4cf96528cb9940cf8c875c43eeb059;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge branch 'master' into develop --- af30cb246e4cf96528cb9940cf8c875c43eeb059 diff --cc docs/pages/abide.md index 7c11614ee,7f57b5377..ea17fc20d --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@@ -8,9 -8,9 +8,9 @@@ tags - validation --- -### Abide Demo +## 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