[Bug 14202] Have a way to mark up the publication date and latest update time for <article> elements

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14202

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-20 05:51:44 UTC ---
Something like this?:

<article itemscope itemtype="http://n.whatwg.org/article">
 <h1>Example</h1>
 <p><data value="2011-01-01">January 1 2011</data> (updated <data
value="2011-01-02">January 2nd</data>)</p>
 <p>Hello.</p>
</article>

Or maybe we could just use the http://schema.org/Blog type (and other types in
that schema.org bucket).

Any objections to such an approach?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 October 2011 05:51:50 UTC