mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
This change aims to supplement the missing incremental box tree construction when text-related styles change. Since certain text style adjustments can alter visible text content and typography. Therefore, the parent nodes of such text are marked as needing to re-collect their box tree children to ensure the correct display of text. Signed-off-by: sharpshooter_pt <ibluegalaxy_taoj@163.com>