Details

    • Resolution:
      Hide

      No change: 19.728.13 already states:
      "The table:style-name attribute specifies a <style:style> element of type table-cell.
      If a cell does not have a cell style assigned, then the table:default-cell-style-name
      attribute of the table row specifies the cell style. If that does not exist, the table:default-
      cell-style-name attribute of the table column specifies the cell style. If that does not exist, the
      default style with family table-cell specifies the style for the cell."

      Show
      No change: 19.728.13 already states: "The table:style-name attribute specifies a <style:style> element of type table-cell. If a cell does not have a cell style assigned, then the table:default-cell-style-name attribute of the table row specifies the cell style. If that does not exist, the table:default- cell-style-name attribute of the table column specifies the cell style. If that does not exist, the default style with family table-cell specifies the style for the cell."

      Description

      And a second issue. Given this fragment:

      <table:table>
      <table:table-row>
      <table:cell>
      <text>
      <text:span>
      Hello
      </text:span>
      </text>
      </table:cell>
      </table:table-row>
      </table:table>

      I would expect that, to determine what value to use for a property, one would
      look at the default-style with style:family="text", yet the specification
      states:
      "In all other cases, or if a value for the formatting property has not been
      found by any of the family specific rules, a default style 16.4 that has the
      same family as the style initially declared sets the value. If there is no
      value specified in that default style, an implementation specific value is
      used."
      So there is no rule that says what style to use if no style-name is defined on
      an element. I would assume that the default value for the style that is
      allowed on that element would be the one to search for a property value next.
      That would be <style:default-style style:family='text> in this case.

        Attachments

          Activity

            People

            • Assignee:
              michael.brauer Michael Brauer (Inactive)
              Reporter:
              rcweir Robert Weir (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: