html5 note
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 2 Jan 2010 21:49:42 +0000 (16:49 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 2 Jan 2010 21:49:42 +0000 (16:49 -0500)
doc/todo/Add_label_to_search_form_input_field.mdwn

index e4e83428c3372754c7e2fe36fb0b295b42363a02..51b34927d864f52a09a275c86e517f67a5e0f1c9 100644 (file)
@@ -47,4 +47,8 @@ The patch below adds a label for the field to improve usability:
 > to get it to appear higher up is to put it first, or to use Evil absolute
 > positioning. (CSS sucks.) --[[Joey]]
 
-[[!tag done wishlist]]
+> Update: html5 allows just adding `placeholder="Search"` to the input
+> element. already works in eg, chromium. However, ikiwiki does not use
+> html5 yet. --[[Joey]] 
+
+[[!tag wishlist html5]]