add HTML5 input type to dom_focus_input
authorSébastien Marie <semarie@users.noreply.github.com>
Sun, 26 Apr 2015 10:39:44 +0000 (12:39 +0200)
committerSébastien Marie <semarie@users.noreply.github.com>
Sun, 26 Apr 2015 10:42:17 +0000 (12:42 +0200)
commitaf19c0c481e44fbb873d60c33cd1724747faa949
tree6b93d8a1b2b30a2e2639300a959f2e1fd5a0fe4f
parentff6834a2793502a7042be0e48849d1a917c3c5d0
add HTML5 input type to dom_focus_input

Allow new HTML input type to be found by dom_focus_input as editable
field.

Reformat a little the xpath expression in order to have a lisible
string.

Close: #204
src/dom.c