This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6944 - Oops! in algorithm of timeOnTimeline
Summary: Oops! in algorithm of timeOnTimeline
Status: CLOSED FIXED
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: 1.1 only
Hardware: Macintosh Mac System 9.x
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2009-05-23 02:35 UTC by Dave Peterson
Modified: 2010-11-10 17:47 UTC (History)
1 user (show)

See Also:


Attachments

Description Dave Peterson 2009-05-23 02:35:47 UTC
The timeOnTimeline algorithm, step 4.a., prescribes: "Add  3600 × hr + 60 × mi + se  to ToTl."   However, we failed to declare and preset a local variable se .  The fix is to replace

    hr be 0 or dt's ·hour· , similarly, and
    mi be 0 or dt's ·minute· , similarly.

with:

    hr be 0 or dt's ·hour· , similarly, 
    mi be 0 or dt's ·minute· , similarly, and
    se be 0 or dt's ·second· , similarly.

This is a formal proposal for WG consideration.
Comment 1 C. M. Sperberg-McQueen 2009-07-15 21:12:56 UTC
The change described in the bug report has now been integrated into the status-quo documents.  I am accordingly marking this issue resolved.

Dave, as the originator, if you would signal your acceptance or rejection of this resolution by closing or reopening the bug in the usual manner, it would be helpful.  If the working group does not hear otherwise from you in the next two weeks, we will assume that you are content with the disposition of this comment.
Comment 2 David Ezell 2010-11-10 17:47:28 UTC
The WG reported this bug as FIXED on 2009-07-15.  We are closing this bug
as requiring no futher work.  If there are issues remaining, you can reopen
this bug and enter a comment to indicate the problem.  Thanks very much for the
feedback.