- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Thu, 14 Aug 2014 12:58:56 +0200
- To: public-media-capture@w3.org
On 08/14/2014 08:35 AM, bugzilla@jessica.w3.org wrote:
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=26577
>
> Bug ID: 26577
> Summary: imageCaptureError attribute shouldn't be nun-null.
> Product: WebRTC Working Group
> Version: unspecified
> Hardware: PC
> OS: All
> Status: NEW
> Severity: normal
> Priority: P2
> Component: Image Capture API
> Assignee: public-media-capture@w3.org
> Reporter: ayang@mozilla.com
> CC: public-media-capture@w3.org
>
> [Constructor(DOMString type, optional ImageCaptureErrorEventInit
> imageCaptureErrorInitDict)]
> interface ImageCaptureErrorEvent : Event {
> readonly attribute ImageCaptureError imageCaptureError;
> };
>
> How could imageCaptureError be non-null if imageCaptureErrorInitDict is
> optional?
>
> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=916643#c21
>
For some reason this style seems to be traditional when declaring events.
Received on Thursday, 14 August 2014 10:59:25 UTC