[Webkit-unassigned] [Bug 39487] New: Add a skeleton 'speech' type input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 07:50:11 PDT 2010


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

           Summary: Add a skeleton 'speech' type input element
           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
                CC: jorlow at chromium.org, satish at chromium.org


Add a skeleton 'speech' type to the existing html input element in webkit and
associated rendering code to render it like a push button.

Changes as part of this addition:
  a. Compile flag in the build script and makefiles to conditionally enable (default:off) the code
  b. Add speech input element styles to the UA style sheet.
  c. Make HTMLInputElement recognize 'speech' as a valid input type
  d. A new renderer based on RenderButton to draw the speech input element
  e. Chromium specific rendering code on windows,mac,linux for the embedded status indicator
     of the speech input element.

-- 
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