This page tests changing value of a textbox and a textarea to some constant before running WhowishWord.

I have found out that changing value through Javascript does not actually change the value of the attribute 'value'.

This causes problem in the previous version because it detects that the attribute 'value' needs a WhowishWord, but when the value of the element is retrieved, it does not conform with WhowishWord edit format.

So, WhowishWordElementCreator explicitly exclude the attribute 'value' and let WhowishWordValueCreator deals with it.

Textbox: Textarea: