- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 16:07:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv3098/elements
Modified Files:
col.html dfn.html
Log Message:
added index of elements by function http://dev.w3.org/html5/markup/elements-by-function.html
Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/elements/col.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- col.html 12 Feb 2010 10:33:50 -0000 1.7
+++ col.html 28 Jul 2010 16:07:33 -0000 1.8
@@ -1,5 +1,6 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The col element</h4>
+ <div id="shortdesc">table column</div>
<div id="longdesc">
<p>The <a href="#col" class="element">col</a> element
represents one or more columns in the column group represented
Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dfn.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dfn.html 29 Jan 2010 03:43:03 -0000 1.4
+++ dfn.html 28 Jul 2010 16:07:33 -0000 1.5
@@ -1,5 +1,6 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The dfn element</h4>
+ <div id="shortdesc">defining instance</div>
<div id="longdesc">
<p>The <a href="#dfn" class="element">dfn</a> element
represents the defining instance of a term.</p>
Received on Wednesday, 28 July 2010 16:07:38 UTC