Hacker News new | ask | show | jobs
by amelius 4133 days ago
Interesting. I wonder how they handle incremental rendering though. Only the forward-path is described in your reference [2].
1 comments

As far as I can tell there is nothing unusual or difficult here. Servo's incremental layout implementation is here: https://github.com/servo/servo/blob/master/components/layout...