Skip to content

Commit

Permalink
[e] (0) move text around the img section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1959 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2008
1 parent f47c41c commit 609e0f5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
78 changes: 39 additions & 39 deletions index
Expand Up @@ -15462,43 +15462,6 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href="#htmlelemen

<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
Expand All @@ -15518,8 +15481,8 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href="#htmlelemen
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
Expand Down Expand Up @@ -15555,6 +15518,43 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href="#htmlelemen

<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>.
Expand Down
80 changes: 40 additions & 40 deletions source
Expand Up @@ -13008,44 +13008,6 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<hr>

<p>When the <code title="attr-img-alt">alt</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>

<p>When the <code title="attr-img-alt">alt</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">alt</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>

<p>When the <code title="attr-img-alt">alt</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>

<p>The <code title="attr-img-alt">alt</code> attribute does not
represent advisory information. User agents must not present the
contents of the <code title="attr-img-alt">alt</code> attribute in
the same way as content of the <code title="attr-title">title</code>
attribute.</p>

<p>If the <code title="attr-img-src">src</code> attribute is
omitted, the image represents whatever string is given by the
element's <code title="attr-img-alt">alt</code> attribute, if any,
or nothing, if that attribute is empty or absent.</p>

<p>When the <code title="attr-img-src">src</code> attribute is
present, the element represents the image given by that
attribute.</p>

<p>The contents of <code>img</code> elements, if any, are ignored
for the purposes of rendering.</p>

<hr>

<p>When an <code>img</code> is created with a <code
title="attr-img-src">src</code> attribute, and whenever the <code
title="attr-img-src">src</code> attribute is set subsequently, the
Expand All @@ -13065,8 +13027,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
<span title="origin">cross-origin</span> access control policies
that mitigate this attack.</p>

<p>Once the resource has been fetched, if the image is a valid
image, the user agent must <span>fire a <code
<p>Once the resource has been fetched, if the image is a valid and
supported image, the user agent must <span>fire a <code
title="event-load">load</code> event</span> on the <code>img</code>
element (this happens after <code
title="dom-img-complete">complete</code> starts returning true). If
Expand Down Expand Up @@ -13102,6 +13064,44 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<hr>

<p>When the <code title="attr-img-alt">alt</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>

<p>When the <code title="attr-img-alt">alt</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">alt</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>

<p>When the <code title="attr-img-alt">alt</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>

<p>The <code title="attr-img-alt">alt</code> attribute does not
represent advisory information. User agents must not present the
contents of the <code title="attr-img-alt">alt</code> attribute in
the same way as content of the <code title="attr-title">title</code>
attribute.</p>

<p>If the <code title="attr-img-src">src</code> attribute is
omitted, the image represents whatever string is given by the
element's <code title="attr-img-alt">alt</code> attribute, if any,
or nothing, if that attribute is empty or absent.</p>

<p>When the <code title="attr-img-src">src</code> attribute is
present, the element represents the image given by that
attribute.</p>

<p>The contents of <code>img</code> elements, if any, are ignored
for the purposes of rendering.</p>

<hr>

<p>The <code title="attr-hyperlink-usemap">usemap</code> attribute,
if present, can indicate that the image has an associated
<span>image map</span>.</p>
Expand Down

0 comments on commit 609e0f5

Please sign in to comment.