<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
&lt;nobr&gt; is an active formatting element for us in our WebKit
nightlies, and it has caused compat problems.&nbsp; Search for something in
froogle to see a nice big rendering error caused by us reopening
&lt;nobr&gt; across a &lt;/div&gt;.<br>
<br>
dave<br>
<br>
Ian Hickson wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.0706182038190.26929@dhalsim.dreamhost.com"
 type="cite">
  <pre wrap="">On Mon, 11 Dec 2006, Anne van Kesteren wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">In current browsers &lt;nobr&gt; is different is treated differently from 
other elements.

 &lt;nobr&gt;1&lt;nobr&gt;2&lt;/nobr&gt;3

gives:

 E: nobr
   T: 1
 E: nobr
   T: 2
 T: 3

 &lt;nobr&gt;1&lt;div&gt;2&lt;/nobr&gt;3&lt;/div&gt;

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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've tried to make &lt;nobr&gt; more compatible with IE (basically it implies a 
&lt;/nobr&gt; before itself). I'd be extremely interested in implementation 
experience for this.

  </pre>
</blockquote>
<br>
</body>
</html>