[Bug 13240] Consider replacing <time> with <data>

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-07-14 20:29:52 UTC ---
I'd rather not do a generic attribute because we saw when we were doing
microdata's usability studies that that kind of pattern confuses authors. (It's
one of the things RDFa does that confuses less advanced authors.) But there's
no reason you couldn't use <data> in your examples:

   <a href="..."><data machineval="2010-01-01">2 minutes ago</data></a>

   <dd><data machineval="2010-01-01">Wednesday</data></dd>

(Probably with a different attribute name.)

-- 
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, 14 July 2011 20:29:57 UTC