[mediacapture-screen-share] https://w3c.github.io/mediacapture-screen-share/#idl-def-CaptureStartFocusBehavior.no-focus-change is misleading (#263)

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

== https://w3c.github.io/mediacapture-screen-share/#idl-def-CaptureStartFocusBehavior.no-focus-change is misleading ==
"no-focus-change" name induces that there is no focus change.
This is only true for UA surface pickers, but not necessarily for OS surface pickers.

For instance, the spec says:
```
If controller.[[[FocusBehavior]]](https://w3c.github.io/mediacapture-screen-share/#dfn-focusbehavior) is "[no-focus-change](https://w3c.github.io/mediacapture-screen-share/#idl-def-CaptureStartFocusBehavior.no-focus-change)", focus the [display surface](https://w3c.github.io/mediacapture-screen-share/#dfn-display-surface) representing the capturing document.
```

Should we rename it to `focus-capturing-surface` or something more meaningful?

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


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

Received on Tuesday, 28 March 2023 08:22:40 UTC