diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-02 16:49:42 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-02 16:49:42 -0500 |
commit | 387e1cc141e474513dcc4429381ffdb147c59e38 (patch) | |
tree | 1a0b034145f35c44f3936b888b6f002bc4874be1 | |
parent | 7dd074e2e712c67c8c1a26841a69281fa9d293cb (diff) | |
download | ikiwiki-387e1cc141e474513dcc4429381ffdb147c59e38.tar ikiwiki-387e1cc141e474513dcc4429381ffdb147c59e38.tar.gz |
html5 note
-rw-r--r-- | doc/todo/Add_label_to_search_form_input_field.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
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]] |