Details

    • 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:
      Hide

      In 10.3.1, 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 to be taken as the source of the text, over-riding any fixed text."

      Show
      In 10.3.1, 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 to be taken as the source of the text, over-riding any fixed text."
    • Resolution:
      Hide

      In 10.3.1, replace the second sentence in the only paragraph to read:

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

      Show
      In 10.3.1, replace the second sentence in the only paragraph to read: "This element can contain a fixed text or it can have a table:cell-range attribute referencing the cell to be taken as the source of the text, over-riding any fixed text."

      Description

      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).

        Attachments

          Activity

            People

            • Assignee:
              orcmid Dennis Hamilton (Inactive)
              Reporter:
              aguelzow Andreas Guelzow (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: