Closed
Bug 316355
Opened 19 years ago
Closed 9 years ago
range should consider schema type for begin and end values
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: allan, Unassigned)
References
()
Details
The range control should not only use the begin and end attributes, it should also consider the schema type it is bound to. The spec states that "In the event of overlapping restrictions between the underlying datatype and the start and end hints, the most restrictive range should be used.". So basically "begin" should be max(@begin, schema-lower-limit), and "end" should be min(@end, schema-upper-limit).
Reporter | ||
Updated•18 years ago
|
Assignee: allan → xforms
Comment 1•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•