[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Errata in ODF spec.
Hello,
Page 72 section 4.3.2 List Item reads
A <text:list-item> element can contain paragraphs or lists.
A list item cannot contain headings or tables.
But the following RNG says:
<define name="text-list-item-content">
<optional>
<ref name="text-number"/>
</optional>
<zeroOrMore>
<choice>
<ref name="text-p"/>
<ref name="text-h"/>
<ref name="text-list"/>
</choice>
</zeroOrMore>
</define>
Hence, the text should read:
A <text:list-item> element can contain paragraphs, lists or headings.
A list item cannot contain tables.
Cheers,
Daniel.
--
http://opendocumentfellowship.org
"The reasonable man adapts himself to the world; the
unreasonable man tries to adapt the world to himself.
Therefore all progress depends on unreasonable men."
-- George Bernard Shaw
This is a digitally signed message part
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]