Commit:    954234e81ddbc30040aaa5b1c7c832999a239a9b
Author:    Owen McKenna <[email protected]>         Mon, 24 Jun 2013 23:18:32 
+1000
Committer: Hannes Magnusson <[email protected]>      Tue, 25 Jun 2013 14:00:37 
-0700
Parents:   81fa46131261fcccddb5d945648fabd241318793
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=954234e81ddbc30040aaa5b1c7c832999a239a9b

Log:
search field needs a label or a title for accessibility reasons

Changed paths:
  M  include/layout.inc


Diff:
diff --git a/include/layout.inc b/include/layout.inc
index f77c515..d580c4c 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -255,7 +255,7 @@ function site_header($title = '', $config = array())
    <span title="Keyboard shortcut: Alt+S (Win), Ctrl+S (Apple)">
     <span class="shortkey">s</span>earch for
    </span>
-   <input type="text" name="pattern" value="" size="30" accesskey="s" />
+   <input type="text" name="pattern" value="" size="30" accesskey="s" 
title="Search"/>
    <span>in the</span>
    <select name="show">
     <option value="all"      >all php.net sites</option>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to