- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 13:20:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv23251/elements
Modified Files:
del.html
Log Message:
h:tml; fixed problem that was preventing attribute descriptions for ins and del elements from getting picked up correctly
Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/elements/del.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- del.html 30 May 2009 12:05:46 -0000 1.4
+++ del.html 15 Jun 2009 13:20:25 -0000 1.5
@@ -8,12 +8,12 @@
</div>
<div id="attributes">
<dl>
- <dt id="del-edit.attrs.cite">cite</dt>
+ <dt id="del.attrs.cite">cite</dt>
<dd>The address of a document that explains why the text was
deleted.</dd>
</dl>
<dl>
- <dt id="del-edit.attrs.datetime">datetime</dt>
+ <dt id="del.attrs.datetime">datetime</dt>
<dd>The time and date when the text was deleted.</dd>
</dl>
</div>
Received on Monday, 15 June 2009 13:20:32 UTC