[mediacapture-screen-share] Human readable error message without language info (#135)

bert-github has just created a new issue for https://github.com/w3c/mediacapture-screen-share:

== Human readable error message without language info ==
5.1 MediaDevices Additions
https://www.w3.org/TR/2019/WD-screen-capture-20191119/#mediadevices-additions

On the numbered list, item 4, sub-item 3:
> 3. If CS contains a member whose name, failedConstraint specifies a constrainable property, constraint, applicable to display surfaces, and whose value in turn is a dictionary containing a member named max, and that member's value in turn is less than the constrainable property's floor value, then let failedConstraint be the name of the constraint, let message be either undefined or an **informative human-readable message,** and return a promise rejected with a new OverconstrainedError created by calling OverconstrainedError(failedConstraint, message). 

Is there a way to indicate the language and direction of the ‘informative human-readable message’?

How is the language chosen? Does it adapt to the user whose screen is being captured?

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

Received on Tuesday, 28 January 2020 15:49:18 UTC