-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: ODF 1.2 CD 07
-
Fix Version/s: None
-
Component/s: Styles
-
Labels:None
We currently have:
--------------------------------------------------------------------------
19.505 style:page-usage
The style:page-usage attribute specifies the type of pages that a page master should
generate.
The defined values for the style:page-usage attribute are:
● all: if there are no <style:header-left> or <style:footer-left> elements, the
header and footer content is the same for left and right pages.
● left: <style:header-left> or <style:footer-left> elements are ignored.
● mirrored: if there are no <style:header-left> or <style:footer-left> elements,
the header and footer content is the same for left and right pages.
● right: <style:header-left> or <style:footer-left> elements are ignored.
--------------------------------------------------------------------------
While this may be correct, I find it strange that (all == mirrored) and (left == right). Is this really intended? For example I would have expected that mirrored would switch the left and right regions of the headers on the left page, but that isn't specified here.