- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 16:56:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: 'properties' is an object, not an array. (Also, add a note regarding a possible extension to hte previous checkin.) (whatwg r4239) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3384&r2=1.3385&f=h http://html5.org/tools/web-apps-tracker?from=4238&to=4239 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3384 retrieving revision 1.3385 diff -u -d -r1.3384 -r1.3385 --- Overview.html 21 Oct 2009 07:50:02 -0000 1.3384 +++ Overview.html 21 Oct 2009 07:55:58 -0000 1.3385 @@ -40411,7 +40411,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> @@ -40681,7 +40681,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>
Received on Wednesday, 21 October 2009 07:56:42 UTC