From: colinmackinlay Date: Sat, 31 Dec 2016 14:04:28 +0000 (+0000) Subject: Update abide.md with extra ignore conditions X-Git-Tag: v6.3.1-rc1~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f17ecbfb452912f57b8b2b104e4eda020742c9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update abide.md with extra ignore conditions In addition to data-abide-ignore, abide also ignores type="hidden" attribute and in this patch the diabled attribute --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 54178b657..f17d2169f 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -33,6 +33,18 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc

This input is ignored by Abide using `data-abide-ignore`

+
+ +

This input is ignored by Abide using `disabled`

+
+
+ +

This input is ignored by Abide using `type="hidden"`

+