hixie: Tweak the text about handling broken images. (whatwg r6740)

hixie: Tweak the text about handling broken images. (whatwg r6740)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5405&r2=1.5406&f=h
http://html5.org/tools/web-apps-tracker?from=6739&to=6740

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5405
retrieving revision 1.5406
diff -u -d -r1.5405 -r1.5406
--- Overview.html 24 Oct 2011 23:37:33 -0000 1.5405
+++ Overview.html 24 Oct 2011 23:41:42 -0000 1.5406
@@ -66361,9 +66361,9 @@
 
   <p>When an <code><a href="#the-img-element">img</a></code> element <a href="#represents">represents</a> some
   text and the user agent does not expect this to change, the element
-  is expected to be treated as an inline element whose content is the
-  text, optionally with an icon indicating that an image is
-  missing.</p>
+  is expected to be treated as a non-replaced phrasing element whose
+  content is the text, optionally with an icon indicating that an
+  image is missing.</p>
 
   <p>When an <code><a href="#the-img-element">img</a></code> element <a href="#represents">represents</a> nothing
   and the user agent does not expect this to change, the element is
@@ -66372,8 +66372,9 @@
   <p>When an <code><a href="#the-img-element">img</a></code> element might be a key part of the
   content, but neither the image nor any kind of alternative text is
   available, and the user agent does not expect this to change, the
-  element is expected to be treated as an inline element whose content
-  is an icon indicating that an image is missing.</p> 
+  element is expected to be treated as a non-replaced phrasing element
+  whose content is an icon indicating that an image is missing.</p>
+  
   <p>When an <code><a href="#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state does not
   <a href="#represents" title="represents">represent</a> an image and the user
   agent does not expect this to change, the element is expected to be

Received on Monday, 24 October 2011 23:42:09 UTC