Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 07:47:58 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50765 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201708290747.v7T7lw30003718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" />



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708290747.v7T7lw30003718>