[whatwg] Speech input element

>From TFA:
> We would like some way of having speech control in a web application, without any input
> fields. For example, in a webmail client, there are buttons, links etc that lets the user take
> actions such as deleting or replying to email. We would like to make it easy to implement a
> speech interface where the user can say "read next message", "archive", "reply" etc, without
> having to show a text field where the same commands can be typed.
<link rel=next title="Read next message">.
<form action=archive methord=POST title="Archive message"> <!--
@method=MOVE? -->
  <button type=submit>
</form>
--
kv,
  - Bjartur

Received on Tuesday, 15 June 2010 16:34:13 UTC