[html5] r2563 - [c] (0) Downplay <a longdesc=''> error, to aid transition. (credit: hs)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 02:11:25 PST 2008
Author: ianh
Date: 2008-12-24 02:11:25 -0800 (Wed, 24 Dec 2008)
New Revision: 2563
Modified:
index
source
Log:
[c] (0) Downplay <a longdesc=''> error, to aid transition. (credit: hs)
Modified: index
===================================================================
--- index 2008-12-24 09:41:11 UTC (rev 2562)
+++ index 2008-12-24 10:11:25 UTC (rev 2563)
@@ -54688,6 +54688,10 @@
<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 title=attr-img-longdesc>longdesc</code> attribute on an
+ <code><a href=#the-img-element>img</a></code> element, if its value is a <a href=#valid-url>valid
+ URL</a>.</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:41:11 UTC (rev 2562)
+++ source 2008-12-24 10:11:25 UTC (rev 2563)
@@ -59774,6 +59774,11 @@
<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
+ title="attr-img-longdesc">longdesc</code> attribute on an
+ <code>img</code> element, if its value is a <span>valid
+ URL</span>.</p></li>
+
<li><p>The presence of a <code>noframes</code> element.</p></li>
</ul>
More information about the Commit-Watchers
mailing list