Author: robweir
Date: Fri Jan 10 02:48:48 2014
New Revision: 1557014
URL: http://svn.apache.org/r1557014
Log:
A11Y: Add title to input field for site search
Modified:
openoffice/ooo-site/trunk/templates/brand.html
Modified: openoffice/ooo-site/trunk/templates/brand.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/brand.html?rev=1557014&r1=1557013&r2=1557014&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/templates/brand.html (original)
+++ openoffice/ooo-site/trunk/templates/brand.html Fri Jan 10 02:48:48 2014
@@ -9,7 +9,7 @@
</div>
<div class="topsrchbox">
<input name="resultsPerPage" value="40" type="hidden"/>
- <input name="q" id="query" type="text"/>
+ <input name="q" id="query" type="text" title="search query"/>
<input name="Button" value="{{ headers.search }}" type="submit"
class="topsrchbutton"/>
</div>
</form>