enable input-mode on input.search element
authorSébastien Marie <semarie@users.noreply.github.com>
Mon, 20 Apr 2015 15:46:29 +0000 (17:46 +0200)
committerSébastien Marie <semarie@users.noreply.github.com>
Mon, 20 Apr 2015 15:46:29 +0000 (17:46 +0200)
commit0bf56dc2d9605dcd310c5a631bea884bf573a9b6
tree3432373acd112fefd181cea923cf3b0f5bbd1679
parent476b624b704f4d74d17a304c18129fce0dca4dcf
enable input-mode on input.search element

HTML5 define a new input type="search":
http://www.w3.org/TR/html-markup/input.search.html

declare this element to be editable, in order to switch in input-mode
when use it.
src/dom.c