[html5] r7308 - [e] (0) Fix some cross-reference issues. Fixing https://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 31 17:12:54 PDT 2012
Author: ianh
Date: 2012-08-31 17:12:52 -0700 (Fri, 31 Aug 2012)
New Revision: 7308
Modified:
complete.html
index
source
Log:
[e] (0) Fix some cross-reference issues.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17604
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-09-01 00:10:22 UTC (rev 7307)
+++ complete.html 2012-09-01 00:12:52 UTC (rev 7308)
@@ -24381,11 +24381,11 @@
format is not supported, or no data could be obtained).</dd>
</dl><p>When an <code><a href=#the-img-element>img</a></code> element is either in the <a href=#img-inc title=img-inc>partially available</a> state or in the <a href=#img-all title=img-all>completely available</a> state, it is said to be
- <dfn id=img-yes title=img-yes>available</dfn>.</p>
+ <dfn id=img-available title=img-available>available</dfn>.</p>
<p>An <code><a href=#the-img-element>img</a></code> element is initially <a href=#img-none title=img-none>unavailable</a>.</p>
- <p>When an <code><a href=#the-img-element>img</a></code> element is <a href=#img-yes title=img-yes>available</a>, it <a href=#provides-a-paint-source>provides a paint
+ <p>When an <code><a href=#the-img-element>img</a></code> element is <a href=#img-available title=img-available>available</a>, it <a href=#provides-a-paint-source>provides a paint
source</a> whose width is the image's intrinsic width, whose
height is the image's intrinsic height, and whose appearance is the
intrinsic appearance of the image.</p>
@@ -24978,9 +24978,9 @@
the content, redundant with some other information in the
document.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the element <a href=#represents>represents</a> nothing, and may
be omitted completely from the rendering. User agents may provide
@@ -24998,9 +24998,9 @@
<p>The image is a key part of the content; the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute gives a textual
equivalent or replacement for the image.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the element <a href=#represents>represents</a> the text given
by the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute. User
@@ -25021,9 +25021,9 @@
is a key part of the content but that a textual replacement for
the image was not available when the image was generated.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the user agent should display some sort of indicator
that there is an image that is not being rendered, and may, if
@@ -25185,9 +25185,9 @@
rendered width and height of the image, in CSS pixels, if the image
is <a href=#being-rendered>being rendered</a>, and is being rendered to a visual
medium; or else the intrinsic width and height of the image, in CSS
- pixels, if the image is <i title=img-available>available</i> but
+ pixels, if the image is <i title=img-available><a href=#img-available>available</a></i> but
not being rendered to a visual medium; or else 0, if the image is
- not <i title=img-available>available</i>. <a href=#refsCSS>[CSS]</a></p>
+ not <i title=img-available><a href=#img-available>available</a></i>. <a href=#refsCSS>[CSS]</a></p>
<p>On setting, they must act as if they <a href=#reflect title=reflect>reflected</a> the respective content attributes
of the same name.</p>
@@ -25195,7 +25195,7 @@
<p>The IDL attributes <dfn id=dom-img-naturalwidth title=dom-img-naturalWidth><code>naturalWidth</code></dfn> and
<dfn id=dom-img-naturalheight title=dom-img-naturalHeight><code>naturalHeight</code></dfn>
must return the intrinsic width and height of the image, in CSS
- pixels, if the image is <i title=img-available>available</i>, or
+ pixels, if the image is <i title=img-available><a href=#img-available>available</a></i>, or
else 0. <a href=#refsCSS>[CSS]</a></p>
<p>The IDL attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return
@@ -25618,7 +25618,7 @@
at least that would look good on the cover of a blue book.</p></pre>
<p>This example shows how the alternative text should be written
- such that if the image isn't <i title=img-available>available</i>, and the text is used instead,
+ such that if the image isn't <i title=img-available><a href=#img-available>available</a></i>, and the text is used instead,
the text flows seamlessly into the surrounding text, as if the
image had never been there in the first place.</p>
@@ -98067,7 +98067,7 @@
does not <a href=#represents title=represents>represent</a> an image, but the
element already has intrinsic dimensions (e.g. from the
<a href=#dimension-attributes>dimension attributes</a> or CSS rules), and either the user
- agent has reason to believe that the image will become <i title=img-available>available</i><!--input-img-available also-->
+ agent has reason to believe that the image will become <i title=img-available><a href=#img-available>available</a></i><!--input-img-available also-->
and be rendered in due course or the <code><a href=#document>Document</a></code> is in
<a href=#quirks-mode>quirks mode</a>, the element is expected to be treated as a
replaced element whose content is the text that the element
Modified: index
===================================================================
--- index 2012-09-01 00:10:22 UTC (rev 7307)
+++ index 2012-09-01 00:12:52 UTC (rev 7308)
@@ -24381,11 +24381,11 @@
format is not supported, or no data could be obtained).</dd>
</dl><p>When an <code><a href=#the-img-element>img</a></code> element is either in the <a href=#img-inc title=img-inc>partially available</a> state or in the <a href=#img-all title=img-all>completely available</a> state, it is said to be
- <dfn id=img-yes title=img-yes>available</dfn>.</p>
+ <dfn id=img-available title=img-available>available</dfn>.</p>
<p>An <code><a href=#the-img-element>img</a></code> element is initially <a href=#img-none title=img-none>unavailable</a>.</p>
- <p>When an <code><a href=#the-img-element>img</a></code> element is <a href=#img-yes title=img-yes>available</a>, it <a href=#provides-a-paint-source>provides a paint
+ <p>When an <code><a href=#the-img-element>img</a></code> element is <a href=#img-available title=img-available>available</a>, it <a href=#provides-a-paint-source>provides a paint
source</a> whose width is the image's intrinsic width, whose
height is the image's intrinsic height, and whose appearance is the
intrinsic appearance of the image.</p>
@@ -24978,9 +24978,9 @@
the content, redundant with some other information in the
document.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the element <a href=#represents>represents</a> nothing, and may
be omitted completely from the rendering. User agents may provide
@@ -24998,9 +24998,9 @@
<p>The image is a key part of the content; the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute gives a textual
equivalent or replacement for the image.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the element <a href=#represents>represents</a> the text given
by the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute. User
@@ -25021,9 +25021,9 @@
is a key part of the content but that a textual replacement for
the image was not available when the image was generated.</p>
- <p>If the image is <a href=#img-yes title=img-yes>available</a> and the
- user agent is configured to display that image, then the element
- <a href=#represents>represents</a> the element's image data.</p>
+ <p>If the image is <a href=#img-available title=img-available>available</a>
+ and the user agent is configured to display that image, then the
+ element <a href=#represents>represents</a> the element's image data.</p>
<p>Otherwise, the user agent should display some sort of indicator
that there is an image that is not being rendered, and may, if
@@ -25185,9 +25185,9 @@
rendered width and height of the image, in CSS pixels, if the image
is <a href=#being-rendered>being rendered</a>, and is being rendered to a visual
medium; or else the intrinsic width and height of the image, in CSS
- pixels, if the image is <i title=img-available>available</i> but
+ pixels, if the image is <i title=img-available><a href=#img-available>available</a></i> but
not being rendered to a visual medium; or else 0, if the image is
- not <i title=img-available>available</i>. <a href=#refsCSS>[CSS]</a></p>
+ not <i title=img-available><a href=#img-available>available</a></i>. <a href=#refsCSS>[CSS]</a></p>
<p>On setting, they must act as if they <a href=#reflect title=reflect>reflected</a> the respective content attributes
of the same name.</p>
@@ -25195,7 +25195,7 @@
<p>The IDL attributes <dfn id=dom-img-naturalwidth title=dom-img-naturalWidth><code>naturalWidth</code></dfn> and
<dfn id=dom-img-naturalheight title=dom-img-naturalHeight><code>naturalHeight</code></dfn>
must return the intrinsic width and height of the image, in CSS
- pixels, if the image is <i title=img-available>available</i>, or
+ pixels, if the image is <i title=img-available><a href=#img-available>available</a></i>, or
else 0. <a href=#refsCSS>[CSS]</a></p>
<p>The IDL attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return
@@ -25618,7 +25618,7 @@
at least that would look good on the cover of a blue book.</p></pre>
<p>This example shows how the alternative text should be written
- such that if the image isn't <i title=img-available>available</i>, and the text is used instead,
+ such that if the image isn't <i title=img-available><a href=#img-available>available</a></i>, and the text is used instead,
the text flows seamlessly into the surrounding text, as if the
image had never been there in the first place.</p>
@@ -98067,7 +98067,7 @@
does not <a href=#represents title=represents>represent</a> an image, but the
element already has intrinsic dimensions (e.g. from the
<a href=#dimension-attributes>dimension attributes</a> or CSS rules), and either the user
- agent has reason to believe that the image will become <i title=img-available>available</i><!--input-img-available also-->
+ agent has reason to believe that the image will become <i title=img-available><a href=#img-available>available</a></i><!--input-img-available also-->
and be rendered in due course or the <code><a href=#document>Document</a></code> is in
<a href=#quirks-mode>quirks mode</a>, the element is expected to be treated as a
replaced element whose content is the text that the element
Modified: source
===================================================================
--- source 2012-09-01 00:10:22 UTC (rev 7307)
+++ source 2012-09-01 00:12:52 UTC (rev 7308)
@@ -26184,13 +26184,13 @@
<p>When an <code>img</code> element is either in the <span
title="img-inc">partially available</span> state or in the <span
title="img-all">completely available</span> state, it is said to be
- <dfn title="img-yes">available</dfn>.</p>
+ <dfn title="img-available">available</dfn>.</p>
<p>An <code>img</code> element is initially <span
title="img-none">unavailable</span>.</p>
<p>When an <code>img</code> element is <span
- title="img-yes">available</span>, it <span>provides a paint
+ title="img-available">available</span>, it <span>provides a paint
source</span> whose width is the image's intrinsic width, whose
height is the image's intrinsic height, and whose appearance is the
intrinsic appearance of the image.</p>
@@ -26896,9 +26896,9 @@
the content, redundant with some other information in the
document.</p>
- <p>If the image is <span title="img-yes">available</span> and the
- user agent is configured to display that image, then the element
- <span>represents</span> the element's image data.</p>
+ <p>If the image is <span title="img-available">available</span>
+ and the user agent is configured to display that image, then the
+ element <span>represents</span> the element's image data.</p>
<p>Otherwise, the element <span>represents</span> nothing, and may
be omitted completely from the rendering. User agents may provide
@@ -26917,9 +26917,9 @@
title="attr-img-alt">alt</code> attribute gives a textual
equivalent or replacement for the image.</p>
- <p>If the image is <span title="img-yes">available</span> and the
- user agent is configured to display that image, then the element
- <span>represents</span> the element's image data.</p>
+ <p>If the image is <span title="img-available">available</span>
+ and the user agent is configured to display that image, then the
+ element <span>represents</span> the element's image data.</p>
<p>Otherwise, the element <span>represents</span> the text given
by the <code title="attr-img-alt">alt</code> attribute. User
@@ -26941,9 +26941,9 @@
is a key part of the content but that a textual replacement for
the image was not available when the image was generated.</p>
- <p>If the image is <span title="img-yes">available</span> and the
- user agent is configured to display that image, then the element
- <span>represents</span> the element's image data.</p>
+ <p>If the image is <span title="img-available">available</span>
+ and the user agent is configured to display that image, then the
+ element <span>represents</span> the element's image data.</p>
<p>Otherwise, the user agent should display some sort of indicator
that there is an image that is not being rendered, and may, if
More information about the Commit-Watchers
mailing list