[media-source] Array bracket syntax is deprecated

rainerschuster has just created a new issue for 
https://github.com/w3c/media-source:

== Array bracket syntax is deprecated ==
The attribute defintion
readonly        attribute DOMString[]      kinds;
in the interface TrackDefault should be changed to something like
readonly        attribute sequence<DOMString>      kinds;

Please view or discuss this issue at 
https://github.com/w3c/media-source/issues/68 using your GitHub 
account

Received on Friday, 22 April 2016 19:52:51 UTC