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 18265 - 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
Summary: This type assumes a Gregorian calendar. Either this should be explicit called...
Status: RESOLVED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 17:53 UTC by contributor
Modified: 2012-09-13 15:32 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2012-07-18 17:53:26 UTC
This was was cloned from bug 17638 as part of operation convergence.
Originally filed: 2012-06-28 18:59:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-06-28 18:59:46 +0000 
--------------------------------------------------------------------------------
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
================================================================================
Comment 1 Robin Berjon 2012-09-13 15:32:56 UTC
Same editor's decision as https://www.w3.org/Bugs/Public/show_bug.cgi?id=17638.