w3c / geolocation

W3C Geolocation API
https://www.w3.org/TR/geolocation/
81 stars 56 forks source link

IDL is wrong #9

Closed marcoscaceres closed 6 years ago

marcoscaceres commented 8 years ago

The following IDL can't have [NoInterfaceObject] declared on it.

 [NoInterfaceObject]
 partial interface Navigator {
   readonly attribute Geolocation geolocation;
 };
plehegar commented 6 years ago

This got fixed in the second edition.