- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:53:35 -0400
- To: public-html-diffs@w3.org
hixie: mention that this is an example (whatwg r6207) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4973&r2=1.4974&f=h http://html5.org/tools/web-apps-tracker?from=6206&to=6207 =================================================================== 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 Friday, 17 June 2011 09:53:36 UTC