[webkit-dev] RenderStyle & inheritance

François Sausset sausset at gmail.com
Sat Sep 18 12:39:43 PDT 2010


If, in a RenderObject method (let's say addChild() or layout()), I change a style property that should be inherited (for instance style()->setColor()), the corresponding style property of the children is not updated.

What should I do to propagate the style change?
I tried unsuccessfully setNeedsStyleRecalc().

François Sausset


More information about the webkit-dev mailing list