w3c / geolocation

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

Nit: new IDL style #81

Closed annevk closed 3 years ago

annevk commented 3 years ago

IDL now encourages method introductions to be of the form:

The x(param, param2) method steps are:

(There are similar guidelines for getters/setters/constructors.)