OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (OFFICE-3347) 2nd Question onsection 16.2


2nd Question on section 16.2
----------------------------

                 Key: OFFICE-3347
                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-3347
             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
          Issue Type: Bug
          Components: Part 1 (Schema), Styles
    Affects Versions: ODF 1.2 CD 05
            Reporter: Robert Weir 


And a second issue. Given this fragment:

<table:table>
  <table:table-row>
    <table:cell>
      <text:p>
        <text:span>
          Hello
        </text:span>
      </text:p>
    </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.

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

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]