Re: FW: NoWrap property

Alex Mogilevsky wrote:

> We are trying to decide on what is the best behavior for line wrapping 
> on the boundary of “whitespace:nowrap”. CSS2.1 spec is clear that it 
> **doesn’t** define line wrapping algorithms. It would be ideal however 
> to choose what is preferable.

> The particular question we want to answer is:

> “If there is break opportunity between NoWrap span and following 
> character, does NoWrap span prohibit it?”

I cannot see why it should.  The "nowrap" applies
to the limits of the span, not to anywhere beyond those
limits.  Thus assuming that there is no outer reason to
prohibit breaking at the following break opportunity,
then the renderer should be free to exploit it.

Philip TAYLOR

Received on Thursday, 4 December 2008 09:10:04 UTC