[html5] r3626 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 14 16:27:38 PDT 2009


Author: ianh
Date: 2009-08-14 16:27:36 -0700 (Fri, 14 Aug 2009)
New Revision: 3626

Modified:
   index
   source
Log:
[e] (0) typo

Modified: index
===================================================================
--- index	2009-08-14 23:10:58 UTC (rev 3625)
+++ index	2009-08-14 23:27:36 UTC (rev 3626)
@@ -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
@@ -73498,6 +73498,7 @@
   Charl van Niekerk,
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
+  Chris Cressman,
   Chris Morris,
   Chris Pearce,
   Christian Biesinger,

Modified: source
===================================================================
--- source	2009-08-14 23:10:58 UTC (rev 3625)
+++ source	2009-08-14 23:27:36 UTC (rev 3626)
@@ -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
@@ -87008,6 +87008,7 @@
   Charl van Niekerk,
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
+  Chris Cressman,
   Chris Morris,
   Chris Pearce,
   Christian Biesinger,




More information about the Commit-Watchers mailing list