By applying the x-webkit-speech
attrtibute to an <input type="text" />
element, you can let WebKit browsers like Chrome use speech-to-text.
This way a user can speak to enter text in the textbox.
Which attribute can I use on other browsers to obtain the same effect?