[Webkit-unassigned] [Bug 38845] Canvas color property getters should serialize them according to spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 18:59:58 PDT 2010


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





--- Comment #17 from Andreas Kling <andreas.kling at nokia.com>  2010-05-14 18:59:57 PST ---
(In reply to comment #16)
> > -    , m_shadowColor("black")
> > +    , m_shadowColor(Color::transparent)
> 
> Is this change correct? Does it behave like this in the other browsers? What does HTML5 say about it?

>From HTML5 section 4.8.11.1.6:
"When the context is created, the shadowColor attribute initially must be fully-transparent black."

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