[Webkit-unassigned] [Bug 37901] Allow styling of HTMLProgressElement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 19:23:15 PDT 2010


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





--- Comment #3 from TAMURA, Kent <tkent at chromium.org>  2010-04-20 19:23:14 PST ---
(From update of attachment 53908)
Page authors can specify style for the existing form controls like:
    #input1 { border-color: red; }
Such style declarations automatically turn off -webkit-appearance. (See
RenderTheme::isControlStyled and adjustStyle)
We should follow this for <progress> too.

Introducing -webkit-progress-bar-value and exposing it to page authors might be
inevitable.

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