- From: Mikko Rantalainen <mikko.rantalainen@peda.net>
- Date: Fri, 13 Mar 2009 12:33:52 +0200
Andy Mabbett wrote: > In message <CC3986D1-6DDC-4007-8BBA-42A5D4E398CA at eatyourgreens.org.uk>, > Jim O'Donnell <jim at eatyourgreens.org.uk> writes > >> This is already a solved problem in the Text Encoding Intiative (TEI). >> The value of a date/time is encoded in the Gregorian calendar, using >> ISO8601. The calendar attribute is used to indicate the calendar of >> the original, written date enclosed in the tags. I'm not sure why the original calendar would need to be indicated in the 'calendar' attribute. It does not matter for the 'value' or software in general, if I've understood correctly. If the 'value' is always in Proleptic Gregorian calendar, it's all the software needs to know. >> eg. from the TEI docs for dates and times >> <date calendar="Julian" value="1732-02-22">Feb. 11, 1731.</date> >> I suggested that the calendar attribute be adopted in HTML5, as it >> would be useful to those of us who mark up historical texts in HTML. > > That's one possible solution - better than none - but I do wonder why > we'd force authors to manually convert dates, when we all have machines > which can do that. The author can use machine to convert the date. You cannot expect all users (the readers of the output of said author) to have machines to convert any date from any calendar to another calendar. I think that we can expect the user (reader) to have machine that can convert from Proleptic Gregorian calendar to user's own calendar system. (There's still the issue if the day before 0001-01-01 is 0000-12-31 or -0001-12-31 and it must be defined in the spec if years less than 1 are ever allowed.) -- Mikko -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090313/f062118c/attachment.pgp>
Received on Friday, 13 March 2009 03:33:52 UTC