- From: poot <cvsmail@w3.org>
- Date: Sat, 15 Aug 2009 08:28:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r3626) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2813&r2=1.2814&f=h http://html5.org/tools/web-apps-tracker?from=3625&to=3626 =================================================================== 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:28:39 UTC