Indents for lists

While reading
http://www.w3.org/TR/xsl/slice6.html#section-N17076-Formatting-Objects-f
or-Lists I have noticed that in the second illustration
(http://www.w3.org/TR/xsl/ListGeom.gif) start- and end-indents for
fo:list-item-label and fo:list-item-body are mentioned. But "6.8.4
fo:list-item-body" and "6.8.5 fo:list-item-label" have neither 7.10.7
"start-indent" and 7.10.8 "end-indent" attributes nor similar
attributes.

Thus, I have a question are 7.10.7 "start-indent" and 7.10.8
"end-indent" allowed for "6.8.4 fo:list-item-body" and "6.8.5
fo:list-item-label" and should they be inherited? Does anybody knows?


The specification sample "6.8.1.1.1 Enumerated List" uses this
attributes too: <fo:list-item>
	<fo:list-item-label start-indent="5mm" end-indent="label-end()">
		<fo:block>a.</fo:block>
	</fo:list-item-label>
	<fo:list-item-body start-indent="body-start()">
		<fo:block>List item 1.</fo:block>
	</fo:list-item-body>
</fo:list-item>



Regards,
Victor Vishnyakov  

Received on Thursday, 15 April 2004 09:26:29 UTC