[webkit-dev] Marquee as overflow property's value

Arpita Bahuguna arpitabahuguna at gmail.com
Tue Apr 10 03:27:06 PDT 2012


Dear WebKit team,

Could someone please elicit as to why marquee is added as one of the
overflow style property's value?

[See: RenderStyleConstants.h]
*enum EOverflow {
    OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE
};*

Because of this, while setting the style properties for a marquee element
with overflow property specified, the value for the overflow property is
overridden by that value (i.e. either hidden, scroll, visible or auto) and
is thus never set as "marquee".
Thus in the current scenario, for a marquee element with overflow
specified, RenderMarquee is never created.

Thanks in advance.

Regards,
Arpita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120410/621a6adf/attachment.html>


More information about the webkit-dev mailing list