Tuesday, May 3, 2005

Implementing CSS (Part 1)

Dave Hyatt:

One of the most interesting problems (to me at least) in browser layout engines is how to implement a style system that can determine the style information for elements on a page efficiently. I worked on this extensively in the Gecko layout engine during my time at AOL and I’ve also done a lot of work on it for WebCore at Apple. My ideal implementation would actually be a hybrid of the two systems, since some of the optimizations I’ve done exist only in one engine or the other.

Comments RSS · Twitter

Leave a Comment