[html5] r6324 - [e] (0) Mention camera flash in getUserMedia()
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 25 21:58:27 PDT 2011
Author: ianh
Date: 2011-07-25 21:58:26 -0700 (Mon, 25 Jul 2011)
New Revision: 6324
Modified:
complete.html
index
source
Log:
[e] (0) Mention camera flash in getUserMedia()
Modified: complete.html
===================================================================
--- complete.html 2011-07-25 19:02:15 UTC (rev 6323)
+++ complete.html 2011-07-26 04:58:26 UTC (rev 6324)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 25 July 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 26 July 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -75472,6 +75472,11 @@
<p>If <var title="">video</var> is true, then the user agent
should encourage the user to provide a camera from the <var title="">camera preference</var> set.</p>
+ <p>User agents may wish to offer the user more control over the
+ provided media. For example, a user agent could offer to enable a
+ camera light or flash, or to change settings such as the frame
+ rate or shutter speed.</p>
+
<p>If the user grants permission to use local recording devices,
user agents are encouraged to include a prominent indicator that
the devices are "hot" (i.e. an "on-air" or "recording"
Modified: index
===================================================================
--- index 2011-07-25 19:02:15 UTC (rev 6323)
+++ index 2011-07-26 04:58:26 UTC (rev 6324)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 25 July 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 26 July 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -75370,6 +75370,11 @@
<p>If <var title="">video</var> is true, then the user agent
should encourage the user to provide a camera from the <var title="">camera preference</var> set.</p>
+ <p>User agents may wish to offer the user more control over the
+ provided media. For example, a user agent could offer to enable a
+ camera light or flash, or to change settings such as the frame
+ rate or shutter speed.</p>
+
<p>If the user grants permission to use local recording devices,
user agents are encouraged to include a prominent indicator that
the devices are "hot" (i.e. an "on-air" or "recording"
Modified: source
===================================================================
--- source 2011-07-25 19:02:15 UTC (rev 6323)
+++ source 2011-07-26 04:58:26 UTC (rev 6324)
@@ -86108,6 +86108,11 @@
should encourage the user to provide a camera from the <var
title="">camera preference</var> set.</p>
+ <p>User agents may wish to offer the user more control over the
+ provided media. For example, a user agent could offer to enable a
+ camera light or flash, or to change settings such as the frame
+ rate or shutter speed.</p>
+
<p>If the user grants permission to use local recording devices,
user agents are encouraged to include a prominent indicator that
the devices are "hot" (i.e. an "on-air" or "recording"
More information about the Commit-Watchers
mailing list