jussi-kalliokoski / webmidi-issues

A test repo for importing the issues from bugzilla
0 stars 0 forks source link

some MIDIPort attributes should be nullable #4

Open jussi-kalliokoski opened 11 years ago

jussi-kalliokoski commented 11 years ago

Originally reported on W3C Bugzilla ISSUE-20501 Mon, 24 Dec 2012 08:11:17 GMT Reported by Marcos Caceres Assigned to This bug has no owner yet - up for the taking

As the system might not be able to provide the API with all the information it needs (or the devices might not have such information), the following attributes of MIDIPort should be nullable (as shown):

readonly attribute DOMString? manufacturer; readonly attribute DOMString? name; readonly attribute DOMString? version;