- From: <bugzilla@jessica.w3.org>
- Date: Sat, 05 Apr 2014 15:32:50 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25273
Bug ID: 25273
Summary: Make datetime formats unambiguous
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: evertvandansen@ymail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 5 April 2014 15:32:52 UTC