"spellcheck" attribute for HTMLForm "text" and "textarea"
authorDaniel A. R. Werner <daniel.a.r.werner@gmail.com>
Mon, 18 May 2015 22:35:15 +0000 (00:35 +0200)
committerDaniel A. R. Werner <daniel.a.r.werner@gmail.com>
Sat, 13 Jun 2015 13:23:48 +0000 (15:23 +0200)
commit62d54bed13ddee3355fd64946013bd3173465c16
treee0cb162040226f7ebb00f6c17c9a593333b7bebd
parent9e2baa952b252fde2eb9d1da73b6fee7fe32017d
"spellcheck" attribute for HTMLForm "text" and "textarea"

"spellcheck" attribute requires literal "true" or "false" values and can not
just be implemented by adding it to the list of HTMLFormField::getAttributes's
$boolAttribs.

Change-Id: I5882e71af2ca64d367a1824634f61e16097e341d
includes/htmlform/HTMLTextAreaField.php
includes/htmlform/HTMLTextField.php