- From: <bugzilla@jessica.w3.org>
- Date: Thu, 28 Jun 2012 18:59:38 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17638 Summary: This type assumes a Gregorian calendar. Either this should be explicit called out here, or this type should be rethought to be more inclusive of the Hebrew and Arabic civil calendars. The step function for example is by whole months from January 1970. Wit Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#mon th-state-(type=month) OS/Version: other Status: NEW Severity: normal Priority: P3 Component: other Hixie drafts (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html Multipage: http://www.whatwg.org/C#month-state-(type=month) Complete: http://www.whatwg.org/c#month-state-(type=month) Comment: This type assumes a Gregorian calendar. Either this should be explicit called out here, or this type should be rethought to be more inclusive of the Hebrew and Arabic civil calendars. The step function for example is by whole months from January 1970. Without knowing the calendar type, you cannot validly return the number of months between January 1970 (Gregorian) and some month in the Hebrew calendar. The new year starts at a different point in the year, or sometimes there are 2 Hebrew new years within one Gregorian year. Perhaps an optional "calendar" attribute on the input tag as well with a list of possible values like "gregorian" (default), "hebrew", "arabic", and "chinese". Posted from: 67.180.233.222 User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5 -- Configure bugmail: https://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 Thursday, 28 June 2012 18:59:48 UTC