This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16988 - I18N-ISSUE-132: pubdates on article
Summary: I18N-ISSUE-132: pubdates on article
Status: CLOSED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 18:47 UTC by Addison Phillips
Modified: 2014-03-06 23:36 UTC (History)
5 users (show)

See Also:


Attachments

Description Addison Phillips 2012-05-07 18:47:21 UTC
4.4.4 The article element
http://www.w3.org/TR/html5/sections.html#the-article-element

The article element's description contains this note:

--
Note: The time element's pubdate attribute can be used to provide the publication date for an article element.
--

This note, while interesting, seems out of place? Also, the example given uses a non-floating time value. Pubdates are often intended as floating date values that do not change value according to local time zone offset (e.g. Tuesday, 7 May 2012's edition of the New York Times remained rooted in 7 May and is not shown to be Wednesday's edition just because the reader is in Japan).

Here's the example:

<h1>The Very First Rule of Life</h1>
<p><time pubdate datetime="2009-10-09T14:28-08:00"></time></p>
Comment 1 Ian 'Hixie' Hickson 2012-05-08 00:27:51 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: Please use the latest editor's draft. The TR/ copy if perennially out of date. The text you reference hasn't existed for a long time.
Comment 2 Addison Phillips 2014-03-06 23:36:36 UTC
I18N agrees that this comment is stale. Thank you.