XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Applied
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: ODF 1.4
    • Component/s: Formatting Properties
    • Labels:
      None
    • Proposal:
      Hide

      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.

      --- 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">
      
      Show
      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 . --- 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" >
    • Resolution:
      Hide

      20.187 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.188 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.

      Editorial note: Schema changes made as proposed.

      Show
      20.187 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.188 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 . Editorial note: Schema changes made as proposed.

      Description

      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 ?

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              bart.hanssens Bart Hanssens (Inactive)
            • Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: