spec/Overview.html 1.1150 1959 move text around the img section (whatwg

move text around the img section (whatwg r1959)

alt
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1150.html#alt0

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1149&r2=1.1150&f=h
http://html5.org/tools/web-apps-tracker?from=1958&to=1959

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1149
retrieving revision 1.1150
diff -u -d -r1.1149 -r1.1150
--- Overview.html 30 Jul 2008 09:13:58 -0000 1.1149
+++ Overview.html 30 Jul 2008 09:16:05 -0000 1.1150
@@ -15533,43 +15533,6 @@
 
   <hr>
 
-  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-   attribute is present and its value is the empty string, the image
-   supplements the surrounding content. In such cases, the image may be
-   omitted in the rendering without affecting the meaning of the document.
-
-  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-   attribute is present and its value is not the empty string, the image is a
-   graphical equivalent of the string given in the <code
-   title=attr-img-alt><a href="#alt0">alt</a></code> attribute. In such
-   cases, the image may be replaced in the rendering by the string given in
-   the attribute without significantly affecting the meaning of the document.
-
-  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-   attribute is missing, the image represents a key part of the content.
-   Non-visual user agents should apply image analysis heuristics to help the
-   user make sense of the image.
-
-  <p>The <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute
-   does not represent advisory information. User agents must not present the
-   contents of the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-   attribute in the same way as content of the <code title=attr-title><a
-   href="#title">title</a></code> attribute.
-
-  <p>If the <code title=attr-img-src><a href="#src">src</a></code> attribute
-   is omitted, the image represents whatever string is given by the element's
-   <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute, if any,
-   or nothing, if that attribute is empty or absent.
-
-  <p>When the <code title=attr-img-src><a href="#src">src</a></code>
-   attribute is present, the element represents the image given by that
-   attribute.
-
-  <p>The contents of <code><a href="#img">img</a></code> elements, if any,
-   are ignored for the purposes of rendering.
-
-  <hr>
-
   <p>When an <code><a href="#img">img</a></code> is created with a <code
    title=attr-img-src><a href="#src">src</a></code> attribute, and whenever
    the <code title=attr-img-src><a href="#src">src</a></code> attribute is
@@ -15589,8 +15552,8 @@
    title=origin>cross-origin</a> access control policies that mitigate this
    attack.
 
-  <p>Once the resource has been fetched, if the image is a valid image, the
-   user agent must <a href="#firing4">fire a <code
+  <p>Once the resource has been fetched, if the image is a valid and
+   supported image, the user agent must <a href="#firing4">fire a <code
    title=event-load>load</code> event</a> on the <code><a
    href="#img">img</a></code> element (this happens after <code
    title=dom-img-complete><a href="#complete">complete</a></code> starts
@@ -15626,6 +15589,43 @@
 
   <hr>
 
+  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
+   attribute is present and its value is the empty string, the image
+   supplements the surrounding content. In such cases, the image may be
+   omitted in the rendering without affecting the meaning of the document.
+
+  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
+   attribute is present and its value is not the empty string, the image is a
+   graphical equivalent of the string given in the <code
+   title=attr-img-alt><a href="#alt0">alt</a></code> attribute. In such
+   cases, the image may be replaced in the rendering by the string given in
+   the attribute without significantly affecting the meaning of the document.
+
+  <p>When the <code title=attr-img-alt><a href="#alt0">alt</a></code>
+   attribute is missing, the image represents a key part of the content.
+   Non-visual user agents should apply image analysis heuristics to help the
+   user make sense of the image.
+
+  <p>The <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute
+   does not represent advisory information. User agents must not present the
+   contents of the <code title=attr-img-alt><a href="#alt0">alt</a></code>
+   attribute in the same way as content of the <code title=attr-title><a
+   href="#title">title</a></code> attribute.
+
+  <p>If the <code title=attr-img-src><a href="#src">src</a></code> attribute
+   is omitted, the image represents whatever string is given by the element's
+   <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute, if any,
+   or nothing, if that attribute is empty or absent.
+
+  <p>When the <code title=attr-img-src><a href="#src">src</a></code>
+   attribute is present, the element represents the image given by that
+   attribute.
+
+  <p>The contents of <code><a href="#img">img</a></code> elements, if any,
+   are ignored for the purposes of rendering.
+
+  <hr>
+
   <p>The <code title=attr-hyperlink-usemap><a
    href="#usemap1">usemap</a></code> attribute, if present, can indicate that
    the image has an associated <a href="#image2">image map</a>.

Received on Wednesday, 30 July 2008 09:20:04 UTC