This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25604 - Spec is still giving references to obsoleted Constrainable interface.
Summary: Spec is still giving references to obsoleted Constrainable interface.
Status: RESOLVED FIXED
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Media Capture and Streams (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: public-media-capture@w3.org
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 13:55 UTC by Kiran
Modified: 2014-06-10 14:37 UTC (History)
2 users (show)

See Also:


Attachments

Description Kiran 2014-05-08 13:55:42 UTC
Constrainable interface has been updated by ConstrainablePattern [1]

But still many places of spec is refering to Constrainable interface through simple text as well as links. 

In sections
3. constraints "The Constrainable interface supports"
4.3.2. "the APIs defined in the Constrainable Interface"
4.3.3.2 applyConstraints, getCapabilities, getConstraints, getSettings 
"See Constrainable Interface for the definition of this method."
5. "Using the Constrainable interface"
9.2.1 NOTE: "That dictionary is no longer available when Constrainable is introduced"

etc..

In all these places Constrainable should be replaced by ConstrainablePatter




[1] http://dev.w3.org/2011/webrtc/editor/getusermedia.html#constrainable-interface
Comment 1 Adam Bergkvist 2014-05-27 09:22:09 UTC
Merged pull request: https://github.com/fluffy/webrtc-w3c/pull/21