- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:51:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9313 Modified Files: Overview.html Log Message: typo (whatwg r4499) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3598 retrieving revision 1.3599 diff -u -d -r1.3598 -r1.3599 --- Overview.html 6 Jan 2010 03:48:02 -0000 1.3598 +++ Overview.html 6 Jan 2010 03:51:02 -0000 1.3599 @@ -39773,7 +39773,7 @@ "http://example.com/color" values. This script looks up the first such item and then lists all its values.</p> - <pre>var cat = document.getItems('http://example.com/animals#cat')[0]; + <pre>var cat = document.getItems('http://example.org/animals#cat')[0]; var colors = cat.properties['http://example.com/color'].values; var result; if (colors.length == 0) {
Received on Wednesday, 6 January 2010 03:51:07 UTC