svn commit: r50766 - head/en_US.ISO8859-1/htdocs/search

Wolfram Schneider wosch at FreeBSD.org
Tue Aug 29 07:53:11 UTC 2017


Author: wosch
Date: Tue Aug 29 07:53:09 2017
New Revision: 50766
URL: https://svnweb.freebsd.org/changeset/doc/50766

Log:
  for mobile devices: force to disable autocapitalize in text fields

Modified:
  head/en_US.ISO8859-1/htdocs/search/search.xml

Modified: head/en_US.ISO8859-1/htdocs/search/search.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Aug 29 07:47:58 2017	(r50765)
+++ head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Aug 29 07:53:09 2017	(r50766)
@@ -51,7 +51,7 @@
       <input type="hidden" name="kt" value="v" />
       <input type="hidden" name="kh" value="1" />
       <input type="hidden" name="kj" value="r2" />
-      <input id="words" name="q" type="text" size="50" maxlength="255" />
+      <input id="words" name="q" type="text" size="50" maxlength="255" autocapitalize="none" />
       <br />
       <input id="submit" name="submit" type="submit" value="Submit Query" />
       <input id="reset" type="reset" value="Reset" />
@@ -64,7 +64,7 @@
     <h3>Search for:</h3>
 
     <form action="&cgibase;/man.cgi" method="get">
-      <input type="text" name="query" size="50"/><br/>
+      <input type="text" name="query" size="50" autocapitalize="none"/><br/>
       <input type="submit" value="Submit Query"/>
       <input type="reset" value="Reset"/>
     </form>
@@ -76,7 +76,7 @@
     <h3>Search for:</h3>
 
     <form action="&cgibase;/ports.cgi" method="get">
-      <input type="text" name="query" size="50"/><br/>
+      <input type="text" name="query" size="50" autocapitalize="none" /><br/>
       <input type="submit" value="Submit Query"/>
       <input type="reset" value="Reset"/>
     </form>
@@ -103,7 +103,7 @@
       <input type="hidden" name="kt" value="v" />
       <input type="hidden" name="kh" value="1" />
       <input type="hidden" name="kj" value="r2" />
-      <input id="mlwords" name="q" type="text" size="50" maxlength="255" />
+      <input id="mlwords" name="q" type="text" size="50" maxlength="255" autocapitalize="none" />
       <br />
       <input id="mlsubmit" name="submit" type="submit" value="Submit Query" />
       <input id="mlreset" type="reset" value="Reset" />


More information about the svn-doc-all mailing list