Re: Inline formatting model document

Erik wrote:
> 
> Ian Hickson wrote:
> >
> > Underlines should be drawn *for the outer
> > element only*. i.e., the one with "text-decoration:underline".
> 
> Thanks for the info! I didn't know that. Does the spec also say where
> the underline should be drawn, how thick it should be, and whether it
> affects the line box? If not, I think we should consider these things
> for CSS3.

I have tested Mozilla's t-decoration exhaustively. It is the best
implementation of text-decoration available, and can be used of
reference purposes. However, it has one bug - it inherits
text-decoration to block descendants whereas it only should inherit to
inline ones.

Received on Monday, 24 January 2000 06:53:40 UTC