Re: PositionOptions

Cameron McCormack:
> The section on how native objects are considered to implement
> interfaces,
> 
>   http://dev.w3.org/2006/webapi/WebIDL/#native-objects
> 
> currently has wording on how a user agent invokes operations on such a
> native object, but doesn’t say anything about getting/setting
> attributes.  That should be added, and will probably say that the value
> returned from fetching the property will be converted to an IDL value 
> using the rules in
> 
>   http://dev.w3.org/2006/webapi/WebIDL/#dfn-convert-ecmascript-to-idl-value
> 
> which would mean false for the boolean attribute and 0 for the long
> attributes.

Added now:

  http://dev.w3.org/2006/webapi/WebIDL/#native-objects

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Sunday, 21 June 2009 04:51:17 UTC