[Bug 22252] New: usage of MUST to describe type of arguments to MediaStream() constructor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22252

            Bug ID: 22252
           Summary: usage of MUST to describe type of arguments to
                    MediaStream() constructor
    Classification: Unclassified
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Media Capture and Streams
          Assignee: public-media-capture@w3.org
          Reporter: dom@w3.org
                CC: public-media-capture@w3.org

The spec says regarding MediaStream constructor:
"If the argument is supplied, it MUST either be of type MediaStream or an array
of MediaStreamTrack objects."

I would avoid MUST here (since the conformance requirement is already enforced
via the WebIDL definition in any case); I would simply state: "The constructor
takes an optional argument of type MediaStream or an array of MediaStreamTrack
objects."

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 3 June 2013 16:42:03 UTC