[mediacapture-image] Possibly incorrect note on focusMode (#293)

JohnHardy has just created a new issue for https://github.com/w3c/mediacapture-image:

== Possibly incorrect note on focusMode ==
In "_10. Photo Capabilities and Constrainable Properties_" point 3 it says "_Focus mode describes the focus setting of the capture device (e.g. `auto` or `manual`)._"

However, focusMode, of type sequence<DOMString> is defined as "A sequence of supported focus modes. Each string MUST be one of the members of `MeteringMode`."  Of which the values `none`, `manual`, `single-shot`, or `continuous`

To fix this issue, we could instead link to the `MeteringMode` enum.

Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/293 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 4 January 2022 20:33:57 UTC