[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-4104) 19.505 style:num-letter-sync has "true" and "false" swapped
Michael Stahl created OFFICE-4104:
-------------------------------------
Summary: 19.505 style:num-letter-sync has "true" and "false" swapped
Key: OFFICE-4104
URL: https://issues.oasis-open.org/browse/OFFICE-4104
Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
Issue Type: Bug
Components: Lists, Part (Schema), Text
Affects Versions: ODF 1.2, ODF 1.3 CS02
Environment: OpenDocument-v1.3-cs02-part3-schema.odt of ODF 1.3 CS02
OpenDocument-v1.2-part1.odt ODF 1.2
Reporter: Michael Stahl
Fix For: ODF 1.4
<quote>
â false: A new digit is inserted that always has the same value as the following digit. The numbering sequence (for lower case numberings) in that case is a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ..., and so on.
â true: A new digit is inserted. Its start value is âaâ or âAâ, and it is incremented every time an overflow occurs in the following digit. The numbering sequence (for lower case numberings) in that case is a,b,c, ..., z, aa, ab, ac, ...,az, ba, ..., and so on.
</quote>
this is ODF 1.1:
<quote>
12.2.3 Letter Synchronization in Number Formats
If letters are used in alphabetical order for numbering, there are two ways to process overflows within a digit, as follows:
â A new digit is inserted. Its start value is A, and it is incremented every time an overflow occurs in the following digit. The numbering sequence in this case is something like a,b,c, ..., z, aa, ab, ac, ...,az, ba, ..., and so on.
â A new digit is inserted that always has the same value as the following digit. The numbering sequence in this case is something like a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ..., and so on. *This is called letter synchronization.*
The style:num-letter-sync specifies whether letter synchronization shall take place.
</quote>
It is obvious that since ODF 1.2, the values "true" and "false" were swapped from the definition in ODF 1.1.
--
This message was sent by Atlassian Jira
(v8.3.3#803004)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]