[html5] r4499 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8428

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 19:50:57 PST 2010


Author: ianh
Date: 2010-01-05 19:50:54 -0800 (Tue, 05 Jan 2010)
New Revision: 4499

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8428

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 03:47:22 UTC (rev 4498)
+++ complete.html	2010-01-06 03:50:54 UTC (rev 4499)
@@ -44732,7 +44732,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) {

Modified: index
===================================================================
--- index	2010-01-06 03:47:22 UTC (rev 4498)
+++ index	2010-01-06 03:50:54 UTC (rev 4499)
@@ -44567,7 +44567,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) {

Modified: source
===================================================================
--- source	2010-01-06 03:47:22 UTC (rev 4498)
+++ source	2010-01-06 03:50:54 UTC (rev 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) {




More information about the Commit-Watchers mailing list