From 387e1cc141e474513dcc4429381ffdb147c59e38 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Jan 2010 16:49:42 -0500 Subject: [PATCH] html5 note --- doc/todo/Add_label_to_search_form_input_field.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/todo/Add_label_to_search_form_input_field.mdwn b/doc/todo/Add_label_to_search_form_input_field.mdwn index e4e83428c..51b34927d 100644 --- a/doc/todo/Add_label_to_search_form_input_field.mdwn +++ b/doc/todo/Add_label_to_search_form_input_field.mdwn @@ -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]] -- 2.45.0