The Inline Box Model

David Hyatt hyatt@apple.com
Fri, 10 Jan 2003 16:08:55 -0800


After I get Lars' table code merged in and working (which hopefully 
won't take too long), I wanted to tackle the inline box model (the 
problem that TextSlaves just pick up style from the immediate parent, 
and that nested inlines don't do their own painting/rendering).  Does 
that conflict with anyone's plans?

I'm basically looking to fix all of the failures related to inlines on 
the following CSS1 test suite pages:

http://www.w3.org/Style/CSS/Test/CSS1/current/test5501b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5502b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5503b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5504b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5505b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5506b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5507b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5508b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5509b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test5510b.htm
http://www.w3.org/Style/CSS/Test/CSS1/current/test61.htm

dave
(hyatt@apple.com)