Phantom spaces

In:
<BLOCKQUOTE cite="http://www.w3.org/TR/REC-CSS2/visuren.html#compact">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
  <HEAD>
    <TITLE>A run-in box example</TITLE>
    <STYLE type="text/css">
      H3 { display: run-in }
    </STYLE>
  </HEAD>
  <BODY>
    <H3>A run-in heading.</H3>
    <P>And a paragraph of text that
       follows it.
  </BODY>
</HTML>
This example might be formatted as:
  A run-in heading. And a
  paragraph of text that
  follows it.
</BLOCKQUOTE>

, where has the space come from (between '.' and 'And')?



=====
----------------------------------------------------------
From Matthew Brealey (http://members.tripod.co.uk/lawnet (for law)or http://members.tripod.co.uk/lawnet/WEBFRAME.HTM (for CSS))
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Received on Monday, 31 January 2000 03:57:46 UTC