- From: <bugzilla@jessica.w3.org>
- Date: Sun, 12 Jun 2011 06:23:28 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12942
Summary: Time element specification phrasing error (Section
4.6.10)
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: lucas.sa@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
On the specification of the time element[1], there is an error at the part it
explains what happens when the pubdate attr. is not specified:
"If the element does not need a date, *and the datetime attribute is present*,
then the attribute's value must be a valid date or time string.
If the element does not need a date, *but the datetime attribute is not
present*, then the element's textContent must be a valid date or time string in
content."
Instead, it should be:
"If the element does not need a date, *but the datetime attribute is present*,
then the attribute's value must be a valid date or time string.
If the element does not need a date, *and the datetime attribute is not
present*, then the element's textContent must be a valid date or time string in
content."
[1] http://dev.w3.org/html5/spec/Overview.html#the-time-element
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Sunday, 12 June 2011 06:23:30 UTC