Is it enough to add text-decoration:none to the rt rule in the UA stylesheet?
On Wed, Feb 22, 2012 at 14:50, Koji Ishii <[email protected]> wrote:
Hi webkit-dev!
I was looking into text-decoration property propagation issue for <rt> elements[1] and made a patch to change CSSStyleSelector::adjustRenderStyle since it looked to me that it's where the propagation is calculated for inline-block, inline-table, etc, but I then noticed today that float and absolute positioned elements are handled in RenderObject::getTextDecorationColors[2].
Could someone advise me which is appropriate place to exclude <rt> elements from propagations?
Thank you for your support in advance.
[1] https://bugs.webkit.org/show_bug.cgi?id=71266 [2] https://bugs.webkit.org/show_bug.cgi?id=18611
Regards, Koji _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- TAMURA Kent Software Engineer, Google
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

