Skip to content

Commit c19d057

Browse files
authored
Merge pull request #333 from w3c/issue-315-display-locale
Adds an implementation note for advertising and rendering a user friendly display name
2 parents fd71f5c + 9a923ff commit c19d057

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

index.html

+13-3
Original file line numberDiff line numberDiff line change
@@ -1185,9 +1185,19 @@ <h4>
11851185
selection are left to the user agent; for example it may show the
11861186
user a dialog and allow the user to select an available display
11871187
(granting permission), or cancel the selection (denying
1188-
permission). Implementers are encouraged to show the user whether
1189-
an available display is currently in use, to facilitate
1190-
presentations that can make use of multiple displays.
1188+
permission). Implementers are encouraged to show the user whether an
1189+
available display is currently in use, to facilitate presentations
1190+
that can make use of multiple displays.
1191+
</div>
1192+
<div class="note">
1193+
Receiving user agents are encouraged to advertise a user friendly
1194+
name for the presentation display, e.g. &quot;Living Room TV&quot;,
1195+
to assist the user in selecting the intended display. Implementers
1196+
of receiving user agents are also encouraged to advertise the locale
1197+
and intended text direction of the user friendly name.
1198+
Implementers of controlling user agents are encouraged to render a
1199+
user friendly name using its locale and text direction when they are
1200+
known.
11911201
</div>
11921202
<div class="note">
11931203
The <var>presentationUrl</var> should name a resource accessible to

0 commit comments

Comments
 (0)