-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.3
-
Component/s: Formatting Properties, Part 3 (Schema) [1.2: 1], Styles
-
Labels:None
-
Proposal:
In ODF 1.0 and 1.1, the attribute style:class is described like this:
==
A style may belong to an arbitrary class of styles. The class is an arbitrary string. The class has no meaning within the file format itself, but it can for instance be evaluated by user interfaces to show a list of styles where the styles are grouped by its name.
==
In ODF 1.2, the definition changed to this:
==
The style:class attribute specifies a style class name. A style class name is a string and any style may belong to any number of classes. A style may belong to any class of styles.
==
The problem is this part: 'any style may belong to any number of classes'. Each style has only one style:class attribute and that attribute contains only one name. So it is only possible to be part of multiple classes via inheritance.