Short URL: http://html5.org/r/4499
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4499 | 8428 | typo | 2010-01-06 03:50 |
Index: source
===================================================================
--- source (revision 4498)
+++ source (revision 4499)
@@ -49746,7 +49746,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) {