[html5] r6028 - [e] (0) apply wg decision (introductory text for <img>) Fixing http://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 25 16:09:09 PDT 2011
Author: ianh
Date: 2011-04-25 16:09:08 -0700 (Mon, 25 Apr 2011)
New Revision: 6028
Modified:
complete.html
index
source
Log:
[e] (0) apply wg decision (introductory text for <img>)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12526
Modified: complete.html
===================================================================
--- complete.html 2011-04-25 22:53:40 UTC (rev 6027)
+++ complete.html 2011-04-25 23:09:08 UTC (rev 6028)
@@ -11204,6 +11204,9 @@
content</dfn>: content that is to be used when the external resource
cannot be used (e.g. because it is of an unsupported format). The
element definitions state what the fallback is, if any.</p>
+ <!-- we might not need to define fallback content at all. consider
+ removing it if we don't end up using it anywhere (e.g. Selection)
+ -->
<h6 id=interactive-content-0><span class=secno>3.2.5.1.7 </span>Interactive content</h6>
@@ -21762,8 +21765,14 @@
-->
<p>The image given by the <dfn id=attr-img-src title=attr-img-src><code>src</code></dfn> attribute is the
- embedded content, and the value of the <dfn id=attr-img-alt title=attr-img-alt><code>alt</code></dfn> attribute is the
- <code><a href=#the-img-element>img</a></code> element's <a href=#fallback-content>fallback content</a>.</p>
+ embedded content; the value of the <dfn id=attr-img-alt title=attr-img-alt><code>alt</code></dfn> attribute provides
+ equivalent content for those who cannot process images or who have
+ image loading disabled<!--
+--><!--FORK--><!--
+ --> (i.e. it is the <code><a href=#the-img-element>img</a></code> element's <a href=#fallback-content>fallback
+ content</a>)<!--
+--><!--FORK--><!--
+ -->.</p>
<p>The <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute must be
present, and must contain a <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially
Modified: index
===================================================================
--- index 2011-04-25 22:53:40 UTC (rev 6027)
+++ index 2011-04-25 23:09:08 UTC (rev 6028)
@@ -1406,6 +1406,11 @@
textual alternatives to those images, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Apr/0451.html>a
working group decision from April 2011</a>.</li>
+ <li>The W3C version does not state that the <code><a href=#the-img-element>img</a></code>
+ element's <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute is its
+ <a href=#fallback-content>fallback content</a>, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Apr/0452.html>a
+ working group decision from April 2011</a>.</li>
+
</ul><p>Features that are part of HTML (and this specification) but that
are currently published as separate specifications as well, and are
not included in the W3C HTML5 specification, consist of:</p>
@@ -11219,6 +11224,9 @@
content</dfn>: content that is to be used when the external resource
cannot be used (e.g. because it is of an unsupported format). The
element definitions state what the fallback is, if any.</p>
+ <!-- we might not need to define fallback content at all. consider
+ removing it if we don't end up using it anywhere (e.g. Selection)
+ -->
<h6 id=interactive-content-0><span class=secno>3.2.5.1.7 </span>Interactive content</h6>
@@ -21777,8 +21785,14 @@
-->
<p>The image given by the <dfn id=attr-img-src title=attr-img-src><code>src</code></dfn> attribute is the
- embedded content, and the value of the <dfn id=attr-img-alt title=attr-img-alt><code>alt</code></dfn> attribute is the
- <code><a href=#the-img-element>img</a></code> element's <a href=#fallback-content>fallback content</a>.</p>
+ embedded content; the value of the <dfn id=attr-img-alt title=attr-img-alt><code>alt</code></dfn> attribute provides
+ equivalent content for those who cannot process images or who have
+ image loading disabled<!--
+--><!--FORK--><!--
+ --> (i.e. it is the <code><a href=#the-img-element>img</a></code> element's <a href=#fallback-content>fallback
+ content</a>)<!--
+--><!--FORK--><!--
+ -->.</p>
<p>The <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute must be
present, and must contain a <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially
Modified: source
===================================================================
--- source 2011-04-25 22:53:40 UTC (rev 6027)
+++ source 2011-04-25 23:09:08 UTC (rev 6028)
@@ -151,6 +151,12 @@
href="http://lists.w3.org/Archives/Public/public-html/2011Apr/0451.html">a
working group decision from April 2011</a>.</li>
+ <li>The W3C version does not state that the <code>img</code>
+ element's <code title="attr-img-alt">alt</code> attribute is its
+ <span>fallback content</span>, because of <a
+ href="http://lists.w3.org/Archives/Public/public-html/2011Apr/0452.html">a
+ working group decision from April 2011</a>.</li>
+
</ul>
<p>Features that are part of HTML (and this specification) but that
@@ -11624,6 +11630,9 @@
content</dfn>: content that is to be used when the external resource
cannot be used (e.g. because it is of an unsupported format). The
element definitions state what the fallback is, if any.</p>
+ <!-- we might not need to define fallback content at all. consider
+ removing it if we don't end up using it anywhere (e.g. Selection)
+ -->
<h6>Interactive content</h6>
@@ -23370,9 +23379,15 @@
<p>The image given by the <dfn
title="attr-img-src"><code>src</code></dfn> attribute is the
- embedded content, and the value of the <dfn
- title="attr-img-alt"><code>alt</code></dfn> attribute is the
- <code>img</code> element's <span>fallback content</span>.</p>
+ embedded content; the value of the <dfn
+ title="attr-img-alt"><code>alt</code></dfn> attribute provides
+ equivalent content for those who cannot process images or who have
+ image loading disabled<!--
+--><!--END w3c-html--><!--FORK--><!--
+ --> (i.e. it is the <code>img</code> element's <span>fallback
+ content</span>)<!--
+--><!--START w3c-html--><!--FORK--><!--
+ -->.</p>
<p>The <code title="attr-img-src">src</code> attribute must be
present, and must contain a <span>valid non-empty URL potentially
More information about the Commit-Watchers
mailing list