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] (OFFICE-3751) 20.177 fo:break-after / 20.178 fo:break-before


     [ https://issues.oasis-open.org/browse/OFFICE-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regina Henschel updated OFFICE-3751:
------------------------------------
    Proposal: 
20.177 fo:break-after
 See Â7.19.1 of [XSL].
 In the OpenDocument XSL compatible namespace, the {{fo:break-after}} attribute does not support the value {{inherit}}.

20.178 fo:break-before
 See Â7.19.2 of [XSL].
 In the OpenDocument XSL compatible namespace, the {{fo:break-before}} attribute does not support the value {{inherit}}.

{code:xml}
--- OpenDocument-schema-v1.3-wd06-with-fixes.rng	2018-07-19 17:55:01.575521400 +0200
+++ OpenDocument-schema-v1.3-wd06-with-break_before_after.rng	2018-07-23 12:46:08.720891500 +0200
@@ -1311,19 +1311,23 @@
       <rng:attribute name="fo:break-before">
         <rng:choice>
           <rng:value>auto</rng:value>
           <rng:value>column</rng:value>
           <rng:value>page</rng:value>
+          <rng:value>even-page</rng:value>
+          <rng:value>odd-page</rng:value>
         </rng:choice>
       </rng:attribute>
     </rng:optional>
     <rng:optional>
       <rng:attribute name="fo:break-after">
         <rng:choice>
           <rng:value>auto</rng:value>
           <rng:value>column</rng:value>
           <rng:value>page</rng:value>
+          <rng:value>even-page</rng:value>
+          <rng:value>odd-page</rng:value>
         </rng:choice>
       </rng:attribute>
     </rng:optional>
   </rng:define>
   <rng:define name="common-calendar-attlist">
{code}

  was:Allow both fo:break-after and fo:break-before


> 20.177 fo:break-after / 20.178 fo:break-before
> ----------------------------------------------
>
>                 Key: OFFICE-3751
>                 URL: https://issues.oasis-open.org/browse/OFFICE-3751
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Formatting Properties
>    Affects Versions: ODF 1.3
>            Reporter: Bart Hanssens
>            Priority: Minor
>             Fix For: ODF-Later
>
>
> ODF 1.2 has 20.177 fo:break-after and 20.178 fo:break-before
> But the specification mentions (in 20.177 fo:break-after)
> "This attribute shall not be used at the same time as fo:break-before."
> So I'm wondering: why isn't it allowed to set both a break-before *and* a break-after ?
> That would be useful for dividing books into "PART 1", "PART 2", or for pages  Containing "This page is intentionally left blank."
> The same effect can be achieved through other means of course, but neither CSS 2.1 nor FO seem to disallow setting both break-before and break-after,  so I suppose there is a specific reason why ODF does not permit it ?



--
This message was sent by Atlassian JIRA
(v7.7.2#77003)


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