[Webkit-unassigned] [Bug 51978] Marquee inside table incorrectly sized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 06:51:00 PDT 2012


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





--- Comment #6 from Julien Chaffraix <jchaffraix at webkit.org>  2012-04-20 06:51:00 PST ---
For anyone trying to fix this, WebKit ties the marquee behavior to the overflow property (using a -webkit-marquee extension). This was done to match an older version of the specification that doesn't make sense anymore. The proper fix is to move the behavior to a -webkit-overflow-style to follow the new specification (www.w3.org/TR/css3-marquee/). We will also need to deprecate overflow: -webkit-marquee.

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