- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 18 May 2017 03:55:58 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 May 2017 10:56:33 UTC
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