-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.1
-
Fix Version/s: ODF 1.1 Errata 01
-
Component/s: Public Review
-
Labels:None
-
Proposal:
-
Resolution:
I am quoting from ODF 1.0:
The <chart:title> element represents a main title object in a chart document. This element
can contain fixed text or it can contain a <table:cell-address> element pointing to the text
that should be displayed as the title.
this contradicts the schema that says:
<define name="chart-title">
<element name="chart:title">
<ref name="chart-title-attlist"/>
<optional>
<ref name="text-p"/>
</optional>
</element>
</define>
So <table:cell-address> cannot be an element but must be an attribute, but the closest attribute in the schema is:
<define name="chart-title-attlist" combine="interleave">
<optional>
<attribute name="table:cell-range">
<ref name="cellAddress"/>
</attribute>
</optional>
so we have 2 different attribute names: table:cell-range and table:cell-address. There is nothing about this in the errata (yet).