svn commit: r50765 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch Date: Tue Aug 29 07:47:58 2017 New Revision: 50765 URL: https://svnweb.freebsd.org/changeset/doc/50765 Log: for mobile devices: force to disable autocapitalize in text fields Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Aug 29 07:43:27 2017 (r50764) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Aug 29 07:47:58 2017 (r50765) @@ -89,6 +89,7 @@ $i_topbar = qq` <input type="hidden" name="kh" value="1" /> <input type="hidden" name="kj" value="r2" /> <input id="words" name="q" type="text" size="20" + autocapitalize="none" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" /> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"