[html5] r6207 - [e] (0) mention that this is an example
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 9 11:45:57 PDT 2011
Author: ianh
Date: 2011-06-09 11:45:55 -0700 (Thu, 09 Jun 2011)
New Revision: 6207
Modified:
complete.html
index
source
Log:
[e] (0) mention that this is an example
Modified: complete.html
===================================================================
--- complete.html 2011-06-09 18:18:02 UTC (rev 6206)
+++ complete.html 2011-06-09 18:45:55 UTC (rev 6207)
@@ -6617,11 +6617,12 @@
<p>The element is not directly affected.</p>
- <p class=example>Changing the base URL doesn't affect the image
- displayed by <code><a href=#the-img-element>img</a></code> elements, although subsequent
- accesses of the <code title=dom-img-src><a href=#dom-img-src>src</a></code> IDL attribute
- from script will return a new <a href=#absolute-url>absolute URL</a> that might
- no longer correspond to the image being shown.</p>
+ <p class=example>For instance, changing the base URL doesn't
+ affect the image displayed by <code><a href=#the-img-element>img</a></code> elements, although
+ subsequent accesses of the <code title=dom-img-src><a href=#dom-img-src>src</a></code>
+ IDL attribute from script will return a new <a href=#absolute-url>absolute
+ URL</a> that might no longer correspond to the image being
+ shown.</p>
</dd>
Modified: index
===================================================================
--- index 2011-06-09 18:18:02 UTC (rev 6206)
+++ index 2011-06-09 18:45:55 UTC (rev 6207)
@@ -6607,11 +6607,12 @@
<p>The element is not directly affected.</p>
- <p class=example>Changing the base URL doesn't affect the image
- displayed by <code><a href=#the-img-element>img</a></code> elements, although subsequent
- accesses of the <code title=dom-img-src><a href=#dom-img-src>src</a></code> IDL attribute
- from script will return a new <a href=#absolute-url>absolute URL</a> that might
- no longer correspond to the image being shown.</p>
+ <p class=example>For instance, changing the base URL doesn't
+ affect the image displayed by <code><a href=#the-img-element>img</a></code> elements, although
+ subsequent accesses of the <code title=dom-img-src><a href=#dom-img-src>src</a></code>
+ IDL attribute from script will return a new <a href=#absolute-url>absolute
+ URL</a> that might no longer correspond to the image being
+ shown.</p>
</dd>
Modified: source
===================================================================
--- source 2011-06-09 18:18:02 UTC (rev 6206)
+++ source 2011-06-09 18:45:55 UTC (rev 6207)
@@ -6387,11 +6387,12 @@
<p>The element is not directly affected.</p>
- <p class="example">Changing the base URL doesn't affect the image
- displayed by <code>img</code> elements, although subsequent
- accesses of the <code title="dom-img-src">src</code> IDL attribute
- from script will return a new <span>absolute URL</span> that might
- no longer correspond to the image being shown.</p>
+ <p class="example">For instance, changing the base URL doesn't
+ affect the image displayed by <code>img</code> elements, although
+ subsequent accesses of the <code title="dom-img-src">src</code>
+ IDL attribute from script will return a new <span>absolute
+ URL</span> that might no longer correspond to the image being
+ shown.</p>
</dd>
More information about the Commit-Watchers
mailing list