[html5] r6740 - [giow] (1) Tweak the text about handling broken images. Fixing http://www.w3.org [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 16:37:42 PDT 2011


Author: ianh
Date: 2011-10-24 16:37:40 -0700 (Mon, 24 Oct 2011)
New Revision: 6740

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Tweak the text about handling broken images.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14479

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 23:33:32 UTC (rev 6739)
+++ complete.html	2011-10-24 23:37:40 UTC (rev 6740)
@@ -94584,9 +94584,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
@@ -94595,10 +94595,10 @@
   <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> <!-- there's
-  also a should requirement for this case in the <img> section itself
-  -->
+  element is expected to be treated as a non-replaced phrasing element
+  whose content is an icon indicating that an image is missing.</p>
+  <!-- there's also a should requirement for this case in the <img>
+  section itself -->
 
   <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

Modified: index
===================================================================
--- index	2011-10-24 23:33:32 UTC (rev 6739)
+++ index	2011-10-24 23:37:40 UTC (rev 6740)
@@ -94584,9 +94584,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
@@ -94595,10 +94595,10 @@
   <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> <!-- there's
-  also a should requirement for this case in the <img> section itself
-  -->
+  element is expected to be treated as a non-replaced phrasing element
+  whose content is an icon indicating that an image is missing.</p>
+  <!-- there's also a should requirement for this case in the <img>
+  section itself -->
 
   <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

Modified: source
===================================================================
--- source	2011-10-24 23:33:32 UTC (rev 6739)
+++ source	2011-10-24 23:37:40 UTC (rev 6740)
@@ -107231,9 +107231,9 @@
 
   <p>When an <code>img</code> element <span>represents</span> 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>img</code> element <span>represents</span> nothing
   and the user agent does not expect this to change, the element is
@@ -107242,10 +107242,10 @@
   <p>When an <code>img</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> <!-- there's
-  also a should requirement for this case in the <img> section itself
-  -->
+  element is expected to be treated as a non-replaced phrasing element
+  whose content is an icon indicating that an image is missing.</p>
+  <!-- there's also a should requirement for this case in the <img>
+  section itself -->
 
   <p>When an <code>input</code> element whose <code
   title="attr-input-type">type</code> attribute is in the <span




More information about the Commit-Watchers mailing list