[Webkit-unassigned] [Bug 23727] Implementaion of WCSS marquee extension relevant to XHML MP
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 12 15:26:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=23727
--- Comment #32 from George Staikos <staikos at kde.org> 2009-08-12 15:26:24 PDT ---
(In reply to comment #31)
> (From update of attachment 34648 [details])
>
> in fact, that can seasily just be added as part of the existing if:
>
> if (m_timer.isActive() ||
> m_layer->renderer()->style()->marqueeIncrement().isZero()
> #if WCSS
> || (m_layer->renderer()->document()->isXHTMLMPDocument() &&
> !m_layer->renderer()->style()->marqueeLoopCount()
> #endif
> }
> 156167 return;
I'm already on it. Fixed a few other minor style issues and this one, but in
the end took your implementation as above.
I'm still concerned about the unconditional addition to CSSValueKeywords.in.
How can we deal with that, or is it just fine to include it?
--
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