-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internationalization considerations #66
Comments
In addition to the items suggested above, I would like to suggest that rendering text tracks (e.g. WebVTT) by a remote playback device might be affected by the locale if the device would support text tracks, especially in the case of CJK languages. This concern might be similar to w3c/presentation-api#218 (comment). As well as user agent's locale, |
@tidoust, could you craft a PR per your suggestion? Note that I just submitted a PR #99 that addresses @tomoyukilabs's comment as well as fixes the another i18n comment #70. |
As discussed in w3c#66, the first note encourages the user agent to render user friendly names for the remote playback device, using its locale and text direction; the second note encourages the user agent to pass locale information to the remote playback device so that it may adjust its behavior accordingly.
Fixed with #100 |
It is good practice to evaluate the spec against internationalization techniques before requesting horizontal review from the i18n group. Most of these points do not seem to apply to the Remote Playback API though.
It seems useful to take a look at the Presentation API and draw parallels. I think the following i18n-related aspects of the Presentation API may warrant notes in the Remote Playback API spec:
The text was updated successfully, but these errors were encountered: