- From: James Salsman <jsalsman@talknicer.com>
- Date: Wed, 16 Jun 2010 07:05:21 -0700
- To: Frederick.Hirsch@nokia.com
- Cc: dom@w3.org, public-device-apis@w3.org
Here are my comments from ACTION-191: AudioCodecAttributes contains "compFormat" -- http://dev.w3.org/2009/dap/system-info/#widl-AudioCodecAttributes-compFormat -- while the VideoCodecAttributes contains "compFormats". Those should both be plural as "attribute DOMString[] compFormats;" and they should be space-separated lists of MIME types, not free form. The declaration above http://dev.w3.org/2009/dap/system-info/#widl-VideoCodecAttributes-hwAccel should also be pluralized with "attribute boolean[] hwAccel;" instead of omitting the "[]". Under http://dev.w3.org/2009/dap/system-info/#idl-def-MicrophoneAttributes there needs to be a "name" attribute with values such as "microphone", "camcorder", "webcam", or "line-in" (suitable for use as a ;source=name type parameter in input elements for forms, e.g., input type=file accept="audio/x-speex;quality=7;bitrate=16000;source=webcam") and a "types" attribute (not to be confused with the existing "type" enumerated attribute) as a space-separated list of available MIME types such as "audio/x-speex audio/ogg" to go along with the frequency ranges already in the draft. Similarly, http://dev.w3.org/2009/dap/system-info/#idl-def-CameraAttributes needs to include attributes "name" and "types" such as "camera" and "image/png video/x-webm ..." respectively. Finally, regarding the Media Capture API, per ISSUE-85 it is not appropriate for http://dev.w3.org/2009/dap/camera/#widl-FormatData-type to refer to "audio/x-wav" which is a union type with multiple serious drawbacks. Please replace it with "audio/x-speex or audio/ogg" which are unencumbered types of appropriate quality. On Wed, Jun 16, 2010 at 6:00 AM, <Frederick.Hirsch@nokia.com> wrote: > Since it seems so simple, wouldn't it be better just to get a draft in place (copy and paste from SysInfo) and progress it? > > regards, Frederick > > Frederick Hirsch > Nokia > > > > On Jun 16, 2010, at 8:36 AM, ext Dominique Hazael-Massieux wrote: > >> Le mercredi 16 juin 2010 à 14:20 +0200, Frederick.Hirsch@nokia.com a >> écrit : >>> I see we've removed operatorName, apn, mcc and mnc from System >>> Information. Didn't we agree that we'd create a new draft that >>> contains these, and progress it along with System Information in same >>> W3C states (e.g. Last Call etc)? >>> >>> Do we have such a draft yet, or is it in progress? If we wish to move >>> System Information to Last Call, I think we should also have this >>> other draft ready to go to the same state. >> >> We resolved last week to leave the extended spec for later: >> http://www.w3.org/2010/06/09-dap-minutes.html#item05 >> >> This was because there wasn't a lot of sense of support and hurry to >> work on the extended spec for the time being, from what I recollect. >> >> Dom >> > > >
Received on Wednesday, 16 June 2010 14:05:58 UTC