[html5] r2559 - [c] (0) Downplay <table summary=''> error, to aid transition. (credit: hs)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 00:59:20 PST 2008
Author: ianh
Date: 2008-12-24 00:59:19 -0800 (Wed, 24 Dec 2008)
New Revision: 2559
Modified:
index
source
Log:
[c] (0) Downplay <table summary=''> error, to aid transition. (credit: hs)
Modified: index
===================================================================
--- index 2008-12-24 08:58:12 UTC (rev 2558)
+++ index 2008-12-24 08:59:19 UTC (rev 2559)
@@ -54587,6 +54587,9 @@
attribute on an <code><a href=#the-a-element>a</a></code> element, if its value is not the
empty string.</li>
+ <li><p>The presence of a <code title=attr-table-summary>summary</code> attribute on a
+ <code><a href=#the-table-element>table</a></code> element.</li>
+
</ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
they are better handled using other technologies that are further
described herein</h2>
Modified: source
===================================================================
--- source 2008-12-24 08:58:12 UTC (rev 2558)
+++ source 2008-12-24 08:59:19 UTC (rev 2559)
@@ -59666,6 +59666,10 @@
attribute on an <code>a</code> element, if its value is not the
empty string.</p></li>
+ <li><p>The presence of a <code
+ title="attr-table-summary">summary</code> attribute on a
+ <code>table</code> element.</p></li>
+
</ul>
More information about the Commit-Watchers
mailing list