[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 20:24:43 PST 2011


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





--- Comment #15 from MORITA Hajime <morrita at google.com>  2011-02-01 20:24:42 PST ---
(In reply to comment #14)
> (From update of attachment 80629 [details])
> 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;
> }
Shadow rendered even if "none" is given if host's appearance is set to "none".
But yes, it's confusing.... I'll revise the logic in coming patch(es).

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