Navigation Menu

Skip to content

Commit

Permalink
[giow] (1) Tweak the text about handling broken images.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14479

git-svn-id: http://svn.whatwg.org/webapps@6740 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent bcf2e50 commit 0c04d1a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -94584,9 +94584,9 @@ <h4 id=images-0><span class=secno>15.4.3 </span>Images</h4>

<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
Expand All @@ -94595,10 +94595,10 @@ <h4 id=images-0><span class=secno>15.4.3 </span>Images</h4>
<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
Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -94584,9 +94584,9 @@ iframe:not([seamless]) { border: 2px inset; }

<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
Expand All @@ -94595,10 +94595,10 @@ iframe:not([seamless]) { border: 2px inset; }
<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
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -107231,9 +107231,9 @@ iframe:not([seamless]) { border: 2px inset; }

<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
Expand All @@ -107242,10 +107242,10 @@ iframe:not([seamless]) { border: 2px inset; }
<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
Expand Down

0 comments on commit 0c04d1a

Please sign in to comment.