html5/spec Overview.html,1.4973,1.4974

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10091

Modified Files:
	Overview.html 
Log Message:
mention that this is an example (whatwg r6207)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4973
retrieving revision 1.4974
diff -u -d -r1.4973 -r1.4974
--- Overview.html	9 Jun 2011 18:18:10 -0000	1.4973
+++ Overview.html	9 Jun 2011 18:46:01 -0000	1.4974
@@ -5652,11 +5652,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>
 

Received on Thursday, 9 June 2011 18:46:13 UTC