[html5] r2951 - [c] (0) alt='' is required, more or less... conformance checkers can say so, any [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Mar 31 18:49:29 PDT 2009
Author: ianh
Date: 2009-03-31 18:49:28 -0700 (Tue, 31 Mar 2009)
New Revision: 2951
Modified:
index
source
Log:
[c] (0) alt='' is required, more or less... conformance checkers can say so, anyway (credit: sp) (bug: 6494)
Modified: index
===================================================================
--- index 2009-04-01 01:39:46 UTC (rev 2950)
+++ index 2009-04-01 01:49:28 UTC (rev 2951)
@@ -458,7 +458,8 @@
<li><a href=#an-image-not-intended-for-the-user><span class=secno>4.8.2.1.10 </span>An image not intended for the user</a></li>
<li><a href=#an-image-in-an-e-mail-or-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images><span class=secno>4.8.2.1.11 </span>An image in an e-mail or document intended for a specific person who is known to be able to view images</a></li>
<li><a href=#general-guidelines><span class=secno>4.8.2.1.12 </span>General guidelines</a></li>
- <li><a href=#guidance-for-markup-generators><span class=secno>4.8.2.1.13 </span>Guidance for markup generators</a></ol></ol></li>
+ <li><a href=#guidance-for-markup-generators><span class=secno>4.8.2.1.13 </span>Guidance for markup generators</a></li>
+ <li><a href=#guidance-for-conformance-checkers><span class=secno>4.8.2.1.14 </span>Guidance for conformance checkers</a></ol></ol></li>
<li><a href=#the-iframe-element><span class=secno>4.8.3 </span>The <code>iframe</code> element</a></li>
<li><a href=#the-embed-element><span class=secno>4.8.4 </span>The <code>embed</code> element</a></li>
<li><a href=#the-object-element><span class=secno>4.8.5 </span>The <code>object</code> element</a></li>
@@ -17597,7 +17598,7 @@
</dd>
- <dt>Images whose contents are not known</dt>
+ <dt id=unknown-images>Images whose contents are not known</dt>
<dd>
@@ -17820,8 +17821,20 @@
</div>
+ <div class=impl>
+ <h6 id=guidance-for-conformance-checkers><span class=secno>4.8.2.1.14 </span>Guidance for conformance checkers</h6>
+ <p>Conformance checkers must report the lack of an <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute as an error unless the
+ conditions listed above for <a href=#unknown-images>images whose
+ contents are not known</a> or they have been configured to assume
+ that the document is an e-mail or document intended for a specific
+ person who is known to be able to view images.</p>
+
+ </div>
+
+
+
<h4 id=the-iframe-element><span class=secno>4.8.3 </span>The <dfn><code>iframe</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
Modified: source
===================================================================
--- source 2009-04-01 01:39:46 UTC (rev 2950)
+++ source 2009-04-01 01:49:28 UTC (rev 2951)
@@ -18876,7 +18876,7 @@
</dd>
- <dt>Images whose contents are not known</dt>
+ <dt id="unknown-images">Images whose contents are not known</dt>
<dd>
@@ -19116,8 +19116,21 @@
</diV>
+ <div class="impl">
+ <h6>Guidance for conformance checkers</h6>
+ <p>Conformance checkers must report the lack of an <code
+ title="attr-img-alt">alt</code> attribute as an error unless the
+ conditions listed above for <a href="#unknown-images">images whose
+ contents are not known</a> or they have been configured to assume
+ that the document is an e-mail or document intended for a specific
+ person who is known to be able to view images.</p>
+
+ </div>
+
+
+
<h4>The <dfn><code>iframe</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list