[Webkit-unassigned] [Bug 42483] New: Add speech attribute to IDL for enabling access from JS.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 14:50:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42483

           Summary: Add speech attribute to IDL for enabling access from
                    JS.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satish at chromium.org


The input element currently recognizes the 'speech' attribute on creation and initializes the renderer appropriately. But this attribute was not accessible from Javascript so one could not use document.createElement('input') and then set input.speech='speech' to enable speech input. We are now adding the attribute to IDL and relevant code in HTMLInputElement to update the renderer whenever Javascript modifies the value. This is a pre-requisite to writing layout tests for the speech input code.

All code changes are behind the speech input compile time flag (disabled by default).

More information about the speech input API proposal can be found in the following links:
 Parent bug: https://bugs.webkit.org/show_bug.cgi?id=39485
 Full API proposal: https://docs.google.com/View?id=dcfg79pz_5dhnp23f5
 Relevant discussions in the WHATWG list:
  - http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-May/026338.html
  - http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-June/026747.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list