-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF 1.2 CD 06
-
Component/s: Part 3 (Schema) [1.2: 1], Table
-
Labels:None
-
Proposal:
-
Resolution:
In ODF 1.2 CD05-1 19.598, the first paragraph begins with these sentences:
"""
The table:condition attribute specifies the condition that determines whether a cell content is valid in regard to a validation rule or not. A cell content is valid if the condition evaluates to "true".
"""
This statement is inaccurate and too strict. The condtion can be used for other than the determination of the validity of a table cell's content. According to the definition of the <table:content-validation> there are a variety of ways that the table:condition can be used. In particular, the associated <table:error-message> element can specify that the table:condition produces a warning message or simply an information-only message. Although it is the default to take the table:condition satisfaction as causing an operation to stop, that is not the only case. (And stopping an operation is an odd way to say this, since the operation is the validation.) I suspect the more-correct interpretation of "stop" is to require a different value to be entered for the cell, although that won't always be possible. (E.g., consider a cell whose value is determined by a formula for which the table:condition applies and is satisfied.)
The initial two sentences need to be softened to admit of other possibilities, including use for purposes other than determining that a value is invalid.