[html5] r4239 - [e] (0) 'properties' is an object, not an array. (Also, add a note regarding a p [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 21 01:08:44 PDT 2009
Author: ianh
Date: 2009-10-21 01:08:38 -0700 (Wed, 21 Oct 2009)
New Revision: 4239
Modified:
complete.html
index
source
Log:
[e] (0) 'properties' is an object, not an array. (Also, add a note regarding a possible extension to hte previous checkin.)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7914
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 08:02:44 UTC (rev 4238)
+++ complete.html 2009-10-21 08:08:38 UTC (rev 4239)
@@ -48081,7 +48081,7 @@
</ol></li>
- <li><p>Add an entry to <var title="">result</var> called "<code title="">properties</code>" whose value is the array <var title="">properties</var>.</li>
+ <li><p>Add an entry to <var title="">result</var> called "<code title="">properties</code>" whose value is the object <var title="">properties</var>.</li>
<li><p>Return <var title="">result</var>.</li>
@@ -48351,7 +48351,8 @@
<code><a href=#meta>meta</a></code> element's <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute to the element
created in the previous step.</li>
- </ol></li>
+ </ol><!-- could use vCards instead, and get <atom:email> and <atom:uri>
+ elements out of this instead of just <atom:name> --></li>
<li>
Modified: index
===================================================================
--- index 2009-10-21 08:02:44 UTC (rev 4238)
+++ index 2009-10-21 08:08:38 UTC (rev 4239)
@@ -45241,7 +45241,7 @@
</ol></li>
- <li><p>Add an entry to <var title="">result</var> called "<code title="">properties</code>" whose value is the array <var title="">properties</var>.</li>
+ <li><p>Add an entry to <var title="">result</var> called "<code title="">properties</code>" whose value is the object <var title="">properties</var>.</li>
<li><p>Return <var title="">result</var>.</li>
@@ -45511,7 +45511,8 @@
<code><a href=#meta>meta</a></code> element's <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute to the element
created in the previous step.</li>
- </ol></li>
+ </ol><!-- could use vCards instead, and get <atom:email> and <atom:uri>
+ elements out of this instead of just <atom:name> --></li>
<li>
Modified: source
===================================================================
--- source 2009-10-21 08:02:44 UTC (rev 4238)
+++ source 2009-10-21 08:08:38 UTC (rev 4239)
@@ -53941,7 +53941,7 @@
</li>
<li><p>Add an entry to <var title="">result</var> called "<code
- title="">properties</code>" whose value is the array <var
+ title="">properties</code>" whose value is the object <var
title="">properties</var>.</p></li>
<li><p>Return <var title="">result</var>.</p></li>
@@ -54302,6 +54302,9 @@
</ol>
+ <!-- could use vCards instead, and get <atom:email> and <atom:uri>
+ elements out of this instead of just <atom:name> -->
+
</li>
<li>
More information about the Commit-Watchers
mailing list