[webkit-dev] text-decoration propagation question
Koji Ishii
kojiishi at gluesoft.co.jp
Tue Feb 21 21:50:29 PST 2012
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
More information about the webkit-dev
mailing list