- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2011 14:00:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv23837/elements
Modified Files:
table.html
Log Message:
make the summary attribute on the table element non-conforming
Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/elements/table.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- table.html 12 Aug 2010 19:55:37 -0000 1.10
+++ table.html 30 Apr 2011 14:00:26 -0000 1.11
@@ -35,9 +35,15 @@
</div>
<div class="attributes">
<dl>
- <!-- * <dt id="table.attrs.summary" class="obsolete">summary</dt> -->
<dt id="table.attrs.summary">summary</dt>
- <dd>A prose description of the structure of the table.</dd>
+ <dd>A prose description of the structure of the
+ <span class="element">table</span>.</dd>
+ </dl>
+ <dl>
+ <dt id="table.attrs.border">border</dt>
+ <dd>Indicates that its
+ <span class="element">table</span> element
+ is not being used for layout purposes.</dd>
</dl>
</div>
<div id="details">
Received on Saturday, 30 April 2011 14:00:30 UTC