Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo
git-svn-id: http://svn.whatwg.org/webapps@3626 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 58a59d1 commit 7adcc35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -1505,7 +1505,7 @@
these objects have APIs so that they can be manipulated. For
instance, a link (e.g. the <code><a href=#the-a-element>a</a></code> element in the tree above)
can have its "<code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>"
attributed changed in several ways:</p>
attribute changed in several ways:</p>

<pre>var a = <a href=#htmldocument title=HTMLDocument>document</a>.<a href=#dom-document-links title=dom-document-links>links</a>[0]; // obtain the first link in the document
a.<a href=#dom-a-href title=dom-a-href>href</a> = 'sample.html'; // change the destination URL of the link
Expand Down Expand Up @@ -73498,6 +73498,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Charl van Niekerk,
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -524,7 +524,7 @@
these objects have APIs so that they can be manipulated. For
instance, a link (e.g. the <code>a</code> element in the tree above)
can have its "<code title="attr-hyperlink-href">href</code>"
attributed changed in several ways:</p>
attribute changed in several ways:</p>

<pre>var a = <span title="HTMLDocument">document</span>.<span title="dom-document-links">links</span>[0]; // obtain the first link in the document
a.<span title="dom-a-href">href</span> = 'sample.html'; // change the destination URL of the link
Expand Down Expand Up @@ -87008,6 +87008,7 @@ interface <span>HTMLDocument</span> {
Charl van Niekerk,
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Expand Down

0 comments on commit 7adcc35

Please sign in to comment.