Inheritance?

Given a style declaration of:

	<STYLE type="text/css">
	<!--
		.dynamic-style {text-indent : 24px}
	-->
	</STYLE>


Why does this NOT work?
	<P class="dynamic-style"><SPAN>standard paragraph with a first line 
indent</SPAN></P>


and this does?
	<P><SPAN class="dynamic-style">standard paragraph with a first line 
indent</SPAN></P>


I would think that they would be equivalent since the class of the <P> 
should be carried onto the <SPAN>.  Or is this just another bug in the 
browsers?


Leonard
----------------------------------------------------------------------------
Leonard Rosenthol			<mailto:leonardr@adobe.com>
Designated Free Electron               	(612) 766-4718 (Minn)
Adobe Systems Incorporated              (215) 233-5270 (Philly)

PGP Fingerprint: 8CC9 8878 921E C627 0BC1  15BB FC19 64A9 0016 1397

Received on Monday, 28 September 1998 15:25:24 UTC