[Bug 6294] New: Date microsyntax defines incorrect range for month and day fields

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

           Summary: Date microsyntax defines incorrect range for month and
                    day fields
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: lachlan.hunt@lachy.id.au
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


The definition for the date microsyntaxes specify months and days using the
wrong range:

"Two digits, representing the month month, in the range 0 ≤ month ≤
12"

"Two digits, representing day, in the range 0 ≤ day ≤ maxday where
maxday is the number of days in the month month and year year"

Both those 0's should be changed to 1's.


-- 
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 Wednesday, 10 December 2008 09:17:41 UTC