- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 18 Jun 2007 20:47:49 +0000 (UTC)
On Mon, 11 Dec 2006, Anne van Kesteren wrote: > > In current browsers <nobr> is different is treated differently from > other elements. > > <nobr>1<nobr>2</nobr>3 > > gives: > > E: nobr > T: 1 > E: nobr > T: 2 > T: 3 > > <nobr>1<div>2</nobr>3</div> > > gives: > > E: nobr > T: 1 > E: div > T: 2 > T: 3 > > This is quite different from "b", "strong", etc. and it probably has to > be this way too because of site compat. I've tried to make <nobr> more compatible with IE (basically it implies a </nobr> before itself). I'd be extremely interested in implementation experience for this. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 18 June 2007 13:47:49 UTC