-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.3
-
Component/s: Formatting Properties, Graphics, Part 3 (Schema) [1.2: 1], Styles
-
Labels:None
-
Proposal:
The section 16.39 Drawing Page Style has the definition
"A drawing page style is a <style:style> element with family drawing-page."
And from the schema you see, that a <style:style> element of family drawing-page has the only child element <style:drawing-page-properties> and no other family has this child element.
The section 19.219 lists several elements, that can have a reference to a <style:style> element with family drawing-page by a draw:style attribute:
19.219.17 <draw:page>
19.219.25 <presentation:notes>
19.219.26 <style:handout-master>
19.219.27 <style:master-page>
But the description of element <style:drawing-page-properties> only mentions <draw:page>.
==> Proposal part 1
The description in 16.39 Drawing Page Style has restriction to draw and presentation documents, which is not necessary and prevents implementation of more complex background fillings like gradients for text and spreadsheet documents.
Removing these restrictions will solve the aim of OFFICE-3769 and OFFICE-3770 without any change in the schema.
==> Proposal part 2