svn commit: r50765 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Tue Aug 29 07:47:59 UTC 2017
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" />
More information about the svn-doc-head
mailing list