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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to