Skip to content

Commit

Permalink
[e] (0) mention that this is an example
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6207 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 9, 2011
1 parent db8f2ed commit fd5b464
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
11 changes: 6 additions & 5 deletions complete.html
Expand Up @@ -6617,11 +6617,12 @@ <h4 id=dynamic-changes-to-base-urls><span class=secno>2.6.5 </span>Dynamic chang

<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>

Expand Down
11 changes: 6 additions & 5 deletions index
Expand Up @@ -6607,11 +6607,12 @@ explained in the previous section, which talks about RFC 2119. -->

<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>

Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -6387,11 +6387,12 @@ is conforming depends on which specs apply, and leaves it at that. -->

<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>

Expand Down

0 comments on commit fd5b464

Please sign in to comment.