[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-3923) allow value 0 in style:page-number
[ https://issues.oasis-open.org/browse/OFFICE-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-3923:
----------------------------------
Proposal:
{noformat}
--- OpenDocument-v1.2-cs01-schema.rng 2016-02-10 11:17:46.078922673 +0100
+++ OpenDocument-v1.2-cs01-schema.rng 2016-04-29 15:02:57.099053854 +0200
@@ -15663,7 +15663,7 @@
<optional>
<attribute name="style:page-number">
<choice>
- <ref name="positiveInteger"/>
+ <ref name="nonNegativeInteger"/>
<value>auto</value>
</choice>
</attribute>
{noformat}
was:
--- OpenDocument-v1.2-cs01-schema.rng 2016-02-10 11:17:46.078922673 +0100
+++ OpenDocument-v1.2-cs01-schema.rng 2016-04-29 15:02:57.099053854 +0200
@@ -15663,7 +15663,7 @@
<optional>
<attribute name="style:page-number">
<choice>
- <ref name="positiveInteger"/>
+ <ref name="nonNegativeInteger"/>
<value>auto</value>
</choice>
</attribute>
> allow value 0 in style:page-number
> ----------------------------------
>
> Key: OFFICE-3923
> URL: https://issues.oasis-open.org/browse/OFFICE-3923
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Formatting Properties, Part 1 (Schema), Text
> Affects Versions: ODF 1.2
> Reporter: Michael Stahl
> Assignee: Michael Stahl
> Priority: Minor
> Fix For: ODF 1.3
>
>
> <quote>
> 20.320 style:page-number
> The values of the style:page-number attribute are a value of type positiveInteger 18.2 or auto.
> </quote>
> Microsoft Word also supports a value of 0 for the offset, so it would be good for interoperability and quite easy to change the type here from positiveInteger to nonNegativeInteger.
--
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]