This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The examples given for the datetime attribute of the time element use formats like: "<time>2011-11-12</time>" However, both 11 and 12 fall within the range of months, so for those of us who use different datetime formats in everyday life it is not clear which is the month and which is the day. So change it to e.g. either: 2011-11-25 or 2011-25-11 whichever is the case.
The linked-to definitions of "A valid date string" etc. in the spec already make it quite clear that the format is YYYY-MM-DD. People need to read the spec text, not just the examples.