diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-02 13:49:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-02 13:49:56 -0400 |
commit | b21df5029b94c5680d8a3e5f0c1ed40a660a1594 (patch) | |
tree | ea68a4c4a2657119a00a0f55f434bd034a89ee79 /doc | |
parent | 970373548fda77223ebbeb6aadbdbe4884b67cef (diff) | |
download | ikiwiki-b21df5029b94c5680d8a3e5f0c1ed40a660a1594.tar ikiwiki-b21df5029b94c5680d8a3e5f0c1ed40a660a1594.tar.gz |
Add placeholder text in search form (in html5 mode only).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/html5_support.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/Add_label_to_search_form_input_field.mdwn | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn index 386a3094a..5530b29db 100644 --- a/doc/bugs/html5_support.mdwn +++ b/doc/bugs/html5_support.mdwn @@ -64,11 +64,8 @@ HTML5](http://www.w3.org/TR/html5-diff/). > > Other ideas: > -> * Add pubdate attribute to time elements as appropriate. > * Use aside for the sidebar? Or for the [[templates/note]] template? > * Use nav for the actionbar -> * Use placeholder in the search box. Allows closing -> [[this_todo|Add_label_to_search_form_input_field]] > * Use details tag instead of the javascript in the toggle plugin. > (Need to wait on browser support probably.) > 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 281ab48e2..514108fba 100644 --- a/doc/todo/Add_label_to_search_form_input_field.mdwn +++ b/doc/todo/Add_label_to_search_form_input_field.mdwn @@ -51,4 +51,6 @@ The patch below adds a label for the field to improve usability: > element. already works in eg, chromium. However, ikiwiki does not use > html5 yet. --[[Joey]] +>> [[Done]], placeholder added, in html5 mode only. + [[!tag wishlist bugs/html5_support]] |