- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Mar 2010 22:24:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv14861
Modified Files:
Overview.html
Log Message:
datetime xrefs (whatwg r4909)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html 29 Mar 2010 06:08:07 -0000 1.52
+++ Overview.html 30 Mar 2010 22:23:59 -0000 1.53
@@ -1456,9 +1456,10 @@
<dd><p>The attribute must act as it would if it was <a href="#reflect" title="reflect">reflecting</a> the element's <code title="">data</code> content attribute.</dd>
- <dt>If the element is a <code>time</code> element with a <code title="attr-datetime">datetime</code> attribute</dt>
+ <dt>If the element is a <code>time</code> element with a <code title="attr-time-datetime">datetime</code> attribute</dt>
- <dd><p>The attribute must act as it would if it was <a href="#reflect" title="reflect">reflecting</a> the element's <code title="">datetime</code> content attribute.</dd>
+ <dd><p>The attribute must act as it would if it was <a href="#reflect" title="reflect">reflecting</a> the element's <code title="attr-time-datetime">datetime</code> content
+ attribute.</dd>
<dt>Otherwise</dt>
Received on Tuesday, 30 March 2010 22:24:03 UTC