- From: Chris Lilley <Chris.Lilley@sophia.inria.fr>
- Date: Tue, 4 Feb 1997 18:16:15 +0100 (MET)
- To: Dan Delaney <dionysos@dionysia.org>, W3C Style Mailing List <www-style@w3.org>
On Feb 4, 12:26am, Dan Delaney wrote:
> Shouldn't this Style Sheet make it so that Paragraphs do NOT have space
> between them and have the first line indented?
Yes, subject to margin-top not being particularly large.
> P {text-indent:15; margin-bottom:0}
>
> Is that not correct or does MSIE just not implement CSS correctly?
The latter. To be more specific, MSIE 3.0 is not a full CSS1 implementation.
Obviously I can't say what any release > 3.01 will do.
> MSIE also doesn't seem to recognize
> "text-indent:3em". Instead it just indents it 3 pixels! Am I missing
> something here?
No, your example is correct and a conforming implementation will do as
you say. Note that the definition of a conforming implementation was
only published on 17 Dec 1996. Expect implementations to become
conforming in due course.
--
Chris Lilley, W3C [ http://www.w3.org/ ]
Graphics and Fonts Guy The World Wide Web Consortium
http://www.w3.org/people/chris/ INRIA, Projet W3C
chris@w3.org 2004 Rt des Lucioles / BP 93
+33 (0)4 93 65 79 87 06902 Sophia Antipolis Cedex, France
Received on Tuesday, 4 February 1997 12:16:52 UTC