On Wed, Aug 26, 2009 at 11:12 PM, Tab Atkins Jr. <span dir="ltr"><<a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">On Tue, Aug 25, 2009 at 9:01 PM, Silvia<br>
Pfeiffer<<a href="mailto:silviapfeiffer1@gmail.com">silviapfeiffer1@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I am trying to use the specification of Dates and times given in section<br>
> 2.4.5.<br>
><br>
> I was surprised to find that there is a specification of a valid month<br>
> string, but not of a valid year string or a valid day string. Is that an<br>
> oversight?<br>
<br>
</div></div>Isn't a valid day string just a normal date string?  The month string<br>
is "month-year", after all, not just "month".<br>
<br>
A year string by itself isn't useful in the current spec, as there's<br>
nothing that would consume it.  <time> uses a date or datetime, and<br>
the various inputs all use times, dates, weeks, or months.<font color="#888888"></font></blockquote><div><br>I suppose it is a matter of taste how to describe this. I'll give you my impression.<br><br>I was trying to find out what restrictions we are putting on the year part of the string. E.g. are we allowing years before the year 0 and how. I went into the table of content and wasn't able to find anything about year, but only about month and date etc. By working backwards from the date, I found that the "year string" was defined under the "month" paragraph. I was rather frustrated by that time. Similarly with the format of the "day string" (i.e. the "day" part of the string, though that was much more obvious.<br>

<br>It's all there, and it's all fully defined by recursive definition of the parts that are being re-used (e.g. date reuses month (which is month-year, but not just month). However, if you are trying to look for something, it's rather confusing not to have e.g. year and day exposed in the contents, while month is.<br>

<br>As I said - a matter of taste - and possibly usability.<br><br>Regards,<br>Silvia.<br><br></div></div><br>