- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Aug 2009 23:27:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31247
Modified Files:
Overview.html
Log Message:
typo (whatwg r3626)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2813
retrieving revision 1.2814
diff -u -d -r1.2813 -r1.2814
--- Overview.html 14 Aug 2009 23:08:03 -0000 1.2813
+++ Overview.html 14 Aug 2009 23:27:42 -0000 1.2814
@@ -1436,7 +1436,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:<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
+ attribute changed in several ways:<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
a.<a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL
a.setAttribute('href', 'http://example.com/'); // change the content attribute directly</pre><p>Since DOM trees are used as the way to represent HTML documents
@@ -67266,6 +67266,7 @@
Charl van Niekerk,
Charles Iliya Krempeaux,
Charles McCathieNevile,
+ Chris Cressman,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Received on Friday, 14 August 2009 23:27:55 UTC