Hi,
Very interesting conversation. I hope we will come to some JSON standard at the end of it and promise in forward to implement it in Optimus.

It is a fact that JavaScript use camel-case conversion for style properties. Another fact is that it is very BAD and STUPID thing in JavaScript. In addition it is very inconvenient. So, I am really against this. Listen to Douglas Crockford at http://developer.yahoo.com/yui/theater/ if my opinion is not good enough for you. We have a standard for names, so, please, don’t invent the new one.

n = {"given-name": "John", "family-name": "Doe"}

Consistency.

Agreed with everything else.

On 03/04/2008, at 9:36 AM, Gordon wrote:


3. All singular instance properties use only their correspong datatype for value.

Correct:
n = { givenName: 'John', familyName: 'Doe'}
fn = 'John Doe'

Wrong:
n = [ {givenName: 'John'}, {familyName: 'Doe'} ]
fn = {value: 'John Doe'}


_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to