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-3767) [text] Proposal: contextual spacing of paragraphs


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

Michael Stahl updated OFFICE-3767:
----------------------------------
    Resolution: 
The margin-bottom attribute of a paragraph and the margin-top attribute of the next paragraph are ignored, so that the space between the paragraphs is zero, if all of the following conditions hold:
 * The style:contextual-spacing attribute of both paragraphs has the value "true."
 * The paragraphs belong to the same content area.
 * The text:style-name attribute of the paragraphs refer to the same common paragraph style. In case a text:style-name attribute refers to an automatic style, the value of the style:parent-style-name attribute of the automatic style is taken for the style comparison. In case a paragraph has a conditional style, the value of its text:cond-style-name is taken for the style comparison.

The default value for this attribute is {{false}}.

plus these schema changes:

 {noformat}

 <define name="style-paragraph-properties-attlist">
   <interleave>
     <optional>
       <attribute name="style:contextual-spacing">
         <ref name="boolean"/>
       </attribute>
     </optional>
   </interleave>
 </define>

{noformat}

  was:
The margin-bottom attribute of a paragraph and the margin-top attribute of the next paragraph are ignored, so that the space between the paragraphs is zero, if all of the following conditions hold:
 * The style:contextual-spacing attribute of both paragraphs has the value "true."
 * The paragraphs belong to the same content area.
 * The text:style-name attribute of the paragraphs refer to the same common paragraph style. In case a text:style-name attribute refers to an automatic style, the value of the style:parent-style-name attribute of the automatic style is taken for the style comparison. In case a paragraph has a conditional style, the value of its text:cond-style-name is taken for the style comparison.

The default value for this attribute is {{false}}.

plus these schema changes:

 


 <define name="style-paragraph-properties-attlist">
 <interleave>
 <optional>
 <attribute name="style:contextual-spacing">
 <ref name="boolean"/>
 </attribute>
 </optional>
 </interleave>
 </define> 


> [text] Proposal: contextual spacing of paragraphs
> -------------------------------------------------
>
>                 Key: OFFICE-3767
>                 URL: https://issues.oasis-open.org/browse/OFFICE-3767
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Formatting Properties, Paragraph, Part 1 (Schema), Styles, Text
>         Environment: This is an enhancement, described in terms of changes to OpenDocument-v1.2 
>            Reporter: Thorsten Behrens 
>            Assignee: Andras Timar
>            Priority: Major
>             Fix For: ODF 1.3
>
>
> Improve interoperability with other text processors, by enabling round-trip of additional paragraph attributes.



--
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]