-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: No Action
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF 1.2 CD 06
-
Component/s: Part 3 (Schema) [1.2: 1], Public Review, Styles
-
Labels:None
-
Resolution:
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.