[html5] r2562 - [c] (0) Downplay <td/th axis=''> error, to aid transition. (credit: hs)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 01:41:12 PST 2008
Author: ianh
Date: 2008-12-24 01:41:11 -0800 (Wed, 24 Dec 2008)
New Revision: 2562
Modified:
index
source
Log:
[c] (0) Downplay <td/th axis=''> error, to aid transition. (credit: hs)
Modified: index
===================================================================
--- index 2008-12-24 09:31:12 UTC (rev 2561)
+++ index 2008-12-24 09:41:11 UTC (rev 2562)
@@ -54685,6 +54685,9 @@
<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>
+ <li><p>The presence of an <code title=attr-table-axis>axis</code>
+ attribute on a <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element.</li>
+
<li><p>The presence of a <code>noframes</code> element.</li>
</ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
Modified: source
===================================================================
--- source 2008-12-24 09:31:12 UTC (rev 2561)
+++ source 2008-12-24 09:41:11 UTC (rev 2562)
@@ -59771,6 +59771,9 @@
title="attr-table-summary">summary</code> attribute on a
<code>table</code> element.</p></li>
+ <li><p>The presence of an <code title="attr-table-axis">axis</code>
+ attribute on a <code>td</code> or <code>th</code> element.</p></li>
+
<li><p>The presence of a <code>noframes</code> element.</p></li>
</ul>
More information about the Commit-Watchers
mailing list