[html5] r3543 - [c] (0) I guess without listing the attribute here, it's technically non-conform [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 5 16:40:29 PDT 2009
Author: ianh
Date: 2009-08-05 16:40:28 -0700 (Wed, 05 Aug 2009)
New Revision: 3543
Modified:
index
source
Log:
[c] (0) I guess without listing the attribute here, it's technically non-conforming, which wasn't the intent of the previous checkin.
Modified: index
===================================================================
--- index 2009-08-05 23:16:09 UTC (rev 3542)
+++ index 2009-08-05 23:40:28 UTC (rev 3543)
@@ -26489,6 +26489,7 @@
<code><a href=#the-tfoot-element>tfoot</a></code> element child in total).</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
+ <dd><code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> (but see prose)</dd>
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
Modified: source
===================================================================
--- source 2009-08-05 23:16:09 UTC (rev 3542)
+++ source 2009-08-05 23:40:28 UTC (rev 3543)
@@ -29151,6 +29151,7 @@
<code>tfoot</code> element child in total).</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
+ <dd><code title="attr-table-summary">summary</code> (but see prose)</dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLTableElement</dfn> : <span>HTMLElement</span> {
More information about the Commit-Watchers
mailing list