[whatwg] "nobr" is not an active formatting element
Ian Hickson
ian at hixie.ch
Mon Jun 18 13:47:49 PDT 2007
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. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list