← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Updated: (OFFICE-3369) REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1

From
OASIS Issues Tracker <>
Date
2012-11-13T03:50:44+00:00
ID
1111558037.9531352778624931.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Updated: (OFFICE-3369) REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1
[ http://tools.oasis-open.org/issues/browse/OFFICE-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Hamilton updated OFFICE-3369:
------------------------------------

     Summary: REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1  (was: <chart:title> error in ODF 1.0/1.1)
    Proposal: 
In 10.3.1, change the second sentence in the only paragraph reads:

"This element can contain fixed text or it can contain a <table:cell-adddress> element pointing to the text that should be displayed as the title"

Replace that sentence with this one:

"This element can contain a fixed text or it can have a table:cell-range attribute referencing the cell th be taken as the source of the text, over-riding any fixed text."

Reviw is requested for the proposed resolution.  It is proposed to be included in ODF 1.1 Errata 01 WD05.

> REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1
> ----------------------------------------------------
>
>                 Key: OFFICE-3369
>                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-3369
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>          Components: Public Review
>    Affects Versions: ODF 1.1
>            Reporter: Andreas Guelzow 
>            Assignee: Dennis Hamilton
>             Fix For: ODF 1.1 Errata 01
>
>
> 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).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →