Hello Marius,
Work is currently being done on a prototype implementation of speech
input fields. It was first proposed in May[1], a design document is
available[2] as well and rendering on both Mac as Windows seems to be
progressing rather nicely as well[3].
Since most of the current changes are related to WebKit (although some
plumbing was done with r54981), and not the actual recognition itself,
it most likely won't be available in the very near future. There are
two bugs which you can star to be informed of any changes, I suspect
they'll be closed when a working implementation "ships" in the
nightlies. A team member will most likely be able to tell you more on
the progress.
http://crbug.com/44844
http://crbug.com/7767
Regards,
Peter Beverloo
[1] http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-May/026338.html
[2] https://docs.google.com/Doc?docid=0AaYxrITemjbxZGNmZzc5cHpfM2Ryajc5Zmhx&hl=en
[3] http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png?rev=64746
What about speech input into regular text input fields? To me, that
sounds more like what he was asking about. But a special tag for that
isn't bad either, I guess.
> Regards,
> Peter Beverloo
>
> [1] http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-May/026338.html
> [2] https://docs.google.com/Doc?docid=0AaYxrITemjbxZGNmZzc5cHpfM2Ryajc5Zmhx&hl=en
> [3] http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png?rev=64746
>
--
Ben
Hi Ben,
Currently speech input is being implemented using an additional
attribute, "speech". Actual code of the screenshot I referred to would
be this:
<input style="font-size: 10px" value="A quick brown fox jumps over the
lazy dog" speech>
An image displaying it on <input type="number"> is available as well:
http://trac.webkit.org/export/64746/trunk/LayoutTests/platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png
Regards,
Peter Beverloo

--
Ah, thanks, that makes sense. Though, I was thinking more along the
lines of not needing an attribute or tag. But I don't know much about
how websites are designed with accessibility in mind, is that a bad idea
for some reason?
--
Ben
thanks ! its up there now !
digg love will be much appreciated :) http://digg.com/d31ZXvn
> > What about speech input into regular text input fields? To me, that
> > sounds more like what he was asking about. But a special tag for that
> > isn't bad either, I guess.
>
> Currently speech input is being implemented using an additional
> attribute, "speech".
Ah, thanks, that makes sense. Though, I was thinking more along the
lines of not needing an attribute or tag. But I don't know much about
how websites are designed with accessibility in mind, is that a bad idea
for some reason?
--
In case you did not notice - it was changed to be an attribute, not element.
PhistucK
--
Ben