Re: [mediacapture-image] Rename mediaSettingsRange "current" to "value"

With the latest changes, the "current" status of a control should be retrieved via [`MediaStreamTrack.getSettings()`](https://w3c.github.io/mediacapture-image/#mediatracksettings-section).   

This still leaves two uses of `MediaSettingsRange.current` within [`PhotoCapabilities`](https://w3c.github.io/mediacapture-image/#photocapabilities), namely those for `imageWidth` and `imageHeight`, but IMHO those can be removed as well, since the currently used width/height can and should be inspected in the captured Photo.

IOW I think we could drop all thoughts for `MediaSettingsRange.current`, which is anyway not in this Spec, and remove it from [`Chromium`](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/imagecapture/MediaSettingsRange.idl?q=mediasettingsrange.idl&sq=package:chromium&dr&l=12) as well.  @beaufortfrancois , does this SGTY?

-- 
GitHub Notification of comment by miguelao
Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/106#issuecomment-289791869 using your GitHub account

Received on Tuesday, 28 March 2017 14:40:47 UTC