ODF New Proposal Template
Summary
Proposal owner:
Florian Reuter, Thorsten Behrens
Proposal short name:
Clarify how fit-to-size and draw:shrink-to-fit interact.
Rationale
Use cases:
The ODF specification has an element fit-to-size and a new element is going to be added to ODF 1.2 named shrink-to-fit: http://lists.oasis-open.org/archives/office/200701/msg00025.html. The interaction between those two is undefined, and in fact needless to have two attributes with potentially contradictory semantics.
Requested changes to the ODF Standard
Text changes/additions (please state section numbers):
Enter specific text edits here
Schema changes/additions:
<define name="style-graphic-properties-attlist" combine="interleave">
<optional>
<attribute name="draw:fit-to-size">
<choice>
<value>false</value>
<value>true</value>
<value>draw:shrink-to-fit</value>
</choice>
</attribute>
</optional>
</define>instead of
<define name="style-graphic-properties-attlist" combine="interleave">
<optional>
<attribute name="draw:shrink-to-fit">
<ref name="boolean"/>
</attribute>
</optional>
</define>
Impacts
Conformance:
Does this proposal add any mandatory features or behaviors to ODF documents or applications?
Backwards compatibility:
If we make this change, what will be the impact on existing ODF processors?
Accessibility impact:
Will this feature require review by the Accessibility Subcommittee? For example, does it add structure to the document that can be navigated, store a user-viewable string or associate a label with content?
Workflow (to be filled in by TC Chairs)
Category: CategoryNewProposal
Date Proposal initially made:
Dates Proposal discussed on TC calls:
Date vote is requested:
Date vote is held:
Results of vote:
Office Wiki