Re: WebIDL editorial feedback

> 3.3.4.3. Indexed properties
> Index getters and deleters MUST be declared to take a single unsigned long argument. Index setters and creators MUST be declared to take two arguments, where the first is an unsigned long.

s/Index getters and deleters/Index property getters and deleters/
s/Index setters and creators/Index property setters and creators/

> There is no way to represent an constant array value in IDL.

s/an constant/a constant/

Received on Monday, 22 August 2011 22:58:32 UTC