[Bug 6944] New: Oops! in algorithm of timeOnTimeline

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6944

           Summary: Oops! in algorithm of timeOnTimeline
           Product: XML Schema
           Version: 1.1 only
          Platform: Macintosh
        OS/Version: Mac System 9.x
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Datatypes: XSD Part 2
        AssignedTo: David_E3@VERIFONE.com
        ReportedBy: davep@iit.edu
         QAContact: www-xml-schema-comments@w3.org
                CC: cmsmcq@blackmesatech.com


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.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 23 May 2009 02:35:57 UTC