[Webkit-unassigned] [Bug 50660] Convert <progress> shadow DOM to a DOM-based shadow.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 1 10:54:10 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=50660
--- Comment #14 from Erik Arvidsson <arv at chromium.org> 2011-02-01 10:54:10 PST ---
(From update of attachment 80629)
View in context: https://bugs.webkit.org/attachment.cgi?id=80629&action=review
> Source/WebCore/rendering/RenderProgress.cpp:105
> + if (!(valuePart()->renderer() && valuePart()->renderer()->style()->hasAppearance()))
Why does this need appearance? What happens if I do?
::-webkit-progress-bar-value {
-webkit-appearance: none;
background-color: red;
}
--
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