Re: [w3c/gamepad] IDL array[]s no longer exist (#28)

Now ReSpec has removed array support and fails on here:

````
Failed to parse WebIDL: 
```
        interface Gamepad {
          readonly attribute DOMString id;
          readonly attribute long index;
          readonly attribute boolean connected;
          readonly attribute DOMHighResTimeStamp timestamp;
          readonly attribute GamepadMappingType mapping;
          readonly attribute double[] axes;
          readonly attribute GamepadButton[] buttons;
        };
      
```
No name in attribute
respec-w3c-common (1,30553)
````

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/issues/28#issuecomment-302371174

Received on Thursday, 18 May 2017 10:56:33 UTC