Skip to content

Commit

Permalink
Merge pull request #100 from tidoust/i18n-notes
Browse files Browse the repository at this point in the history
Add i18n-related informative notes about locale passing between devices
  • Loading branch information
markafoltz authored Aug 28, 2017
2 parents 103d74e + 51bde83 commit 1156d14
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,11 @@ <h4>
the user agent; for example it can show the user a dialog and allow
the user to select an available device (<em>granting
permission</em>), or cancel the selection (<em>denying
permission</em>).
permission</em>). In most cases, available devices will advertise
a user friendly name along with locale and text direction
information for that name. The user agent is encouraged to render
this user friendly name, using its locale and text direction when
they are known.
</div>
<div class="note">
The algorithm to select the <a>remote playback source</a> for a
Expand Down Expand Up @@ -1198,6 +1202,17 @@ <h4>
the <a>media element state</a> and <a>remote playback state</a> in
sync (unless <a>media mirroring</a> is used).
</div>
<div class="note">
The user agent is encouraged to pass locale and text direction
information to the <a>remote playback device</a> when possible, so
that the <a>remote playback device</a> can adjust its user
interface and operational functions to locale-specific attributes
that reflect the user's preferences. For example, the <a>remote
playback device</a> can use that information to choose the same
default text track as the user agent, as well as to set the HTTP
<code>Accept-Language</code> header it sends to fetch media
resources.
</div>
</section>
<section>
<h4>
Expand Down

0 comments on commit 1156d14

Please sign in to comment.