|
1185 | 1185 | </style>
|
1186 | 1186 | <meta content="Bikeshed version 66a76cd06d4fa9e491630583356008a71a166760" name="generator">
|
1187 | 1187 | <link href="http://www.w3.org/TR/ambient-light/" rel="canonical">
|
| 1188 | + <meta content="261780999fcbe190d71b212b326409b8e90c78be" name="document-revision"> |
1188 | 1189 | <style>/* style-md-lists */
|
1189 | 1190 |
|
1190 | 1191 | /* This is a weird hack for me not yet following the commonmark spec
|
|
1431 | 1432 | <div class="head">
|
1432 | 1433 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
|
1433 | 1434 | <h1 class="p-name no-ref" id="title">Ambient Light Sensor</h1>
|
1434 |
| - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2018-02-28">28 February 2018</time></span></h2> |
| 1435 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2018-03-01">1 March 2018</time></span></h2> |
1435 | 1436 | <div data-fill-with="spec-metadata">
|
1436 | 1437 | <dl>
|
1437 | 1438 | <dt>This version:
|
@@ -1655,7 +1656,7 @@ <h2 class="heading settled" data-level="4" id="model"><span class="secno">4. </s
|
1655 | 1656 | <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="ambient-light-sensor">Ambient Light Sensor</dfn> <a data-link-type="dfn" href="https://w3c.github.io/sensors#sensor-type" id="ref-for-sensor-type">sensor type</a>’s associated <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/sensors/#sensor" id="ref-for-sensor">Sensor</a></code> subclass is the <code class="idl"><a data-link-type="idl" href="#ambientlightsensor" id="ref-for-ambientlightsensor">AmbientLightSensor</a></code> class.</p>
|
1656 | 1657 | <p>The <a data-link-type="dfn" href="#ambient-light-sensor" id="ref-for-ambient-light-sensor">Ambient Light Sensor</a> has a <a data-link-type="dfn" href="https://w3c.github.io/sensors#default-sensor" id="ref-for-default-sensor">default sensor</a>,
|
1657 | 1658 | which is the device’s main light detector.</p>
|
1658 |
| - <p>The <a data-link-type="dfn" href="#ambient-light-sensor" id="ref-for-ambient-light-sensor①">Ambient Light Sensor</a> has an associated <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/permissions/#enumdef-permissionname" id="ref-for-enumdef-permissionname">PermissionName</a></code> which is <a class="idl-code" data-link-type="enum-value" href="https://w3c.github.io/permissions/#dom-permissionname-ambient-light-sensor" id="ref-for-dom-permissionname-ambient-light-sensor">"ambient-light-sensor"</a>.</p> |
| 1659 | + <p>The <a data-link-type="dfn" href="#ambient-light-sensor" id="ref-for-ambient-light-sensor①">Ambient Light Sensor</a> has an associated <a data-link-type="dfn" href="https://w3c.github.io/sensors#sensor-permission-names" id="ref-for-sensor-permission-names">sensor permission name</a> which is <a class="idl-code" data-link-type="enum-value" href="https://w3c.github.io/permissions/#dom-permissionname-ambient-light-sensor" id="ref-for-dom-permissionname-ambient-light-sensor">"ambient-light-sensor"</a>.</p> |
1659 | 1660 | <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="current-light-level">current light level</dfn> or <dfn data-dfn-type="dfn" data-noexport="" id="illuminance">illuminance<a class="self-link" href="#illuminance"></a></dfn> is a value that represents the ambient light level
|
1660 | 1661 | around the hosting device. Its unit is the lux (lx) <a data-link-type="biblio" href="#biblio-si">[SI]</a>.</p>
|
1661 | 1662 | <p class="note" role="note"><span>Note:</span> The precise lux value reported by
|
@@ -1769,14 +1770,14 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
|
1769 | 1770 | <li><a href="https://w3c.github.io/sensors#mitigation-strategies">mitigation strategies</a>
|
1770 | 1771 | <li><a href="https://w3c.github.io/sensors#reduce-accuracy">reduce accuracy</a>
|
1771 | 1772 | <li><a href="https://w3c.github.io/sensors#sampling-frequency">sampling frequency</a>
|
| 1773 | + <li><a href="https://w3c.github.io/sensors#sensor-permission-names">sensor permission name</a> |
1772 | 1774 | <li><a href="https://w3c.github.io/sensors#sensor-readings">sensor readings</a>
|
1773 | 1775 | <li><a href="https://w3c.github.io/sensors#sensor-type">sensor type</a>
|
1774 | 1776 | </ul>
|
1775 | 1777 | <li>
|
1776 | 1778 | <a data-link-type="biblio">[permissions]</a> defines the following terms:
|
1777 | 1779 | <ul>
|
1778 | 1780 | <li><a href="https://w3c.github.io/permissions/#dom-permissionname-ambient-light-sensor">"ambient-light-sensor"</a>
|
1779 |
| - <li><a href="https://w3c.github.io/permissions/#enumdef-permissionname">PermissionName</a> |
1780 | 1781 | </ul>
|
1781 | 1782 | <li>
|
1782 | 1783 | <a data-link-type="biblio">[WEBIDL]</a> defines the following terms:
|
|
0 commit comments