Skip to content

Commit 51573ba

Browse files
authored
Change Wake Lock to Screen Wake Lock (#516)
* Change Wake Lock to Screen Wake Lock The spec has been converted to purely screen wake lock, and system lock will be moved to a new document. * Update the games roadmap as well
1 parent 4f95be4 commit 51573ba

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

games/lifecycle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Well-deployed technologies</h2>
2727
<h2>Technologies in progress</h2>
2828

2929
<div data-feature="Screen wake lock">
30-
<p>Games may want to engage their users for a relatively long period of time. The <a data-featureid="wake-lock">Wake Lock API</a> lets developers signal the needs to keep the screen up in these circumstances, avoiding situations where the screen gets turned off by mistake to save battery.</p>
30+
<p>Games may want to engage their users for a relatively long period of time. The <a data-featureid="screen-wake-lock">Screen Wake Lock API</a> lets developers signal the needs to keep the screen up in these circumstances, avoiding situations where the screen gets turned off by mistake to save battery.</p>
3131
</div>
3232

3333
<div data-feature="Packing">

games/lifecycle.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>実装されている仕様</h2>
2727
<h2>仕様化が進行中の仕様</h2>
2828

2929
<div data-feature="Screen wake lock">
30-
<p>ゲームは比較的長い時間にわたるユーザによる利用を想定しがちです。<a data-featureid="wake-lock">Wake Lock API</a> を利用することで開発者が画面表示状態が必要であることを示すことが可能になり、バッテリを温存するために画面が消されることがないようにできます。</p>
30+
<p>ゲームは比較的長い時間にわたるユーザによる利用を想定しがちです。<a data-featureid="screen-wake-lock">Screen Wake Lock API</a> を利用することで開発者が画面表示状態が必要であることを示すことが可能になり、バッテリを温存するために画面が消されることがないようにできます。</p>
3131
</div>
3232

3333
<div data-feature="Packing">

games/userinput.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Technologies in progress</h2>
8282
</div>
8383

8484
<div data-feature="Screen wake lock">
85-
<p>Whether players are speaking commands to the game or interacting with them through non-haptic mechanisms, they risk seeing the screens turned off automatically by their devices screensaver. The <a data-featureid="wake-lock">Wake Lock API</a> lets developers signal the needs to keep the screen up in these circumstances.</p>
85+
<p>Whether players are speaking commands to the game or interacting with them through non-haptic mechanisms, they risk seeing the screens turned off automatically by their devices screensaver. The <a data-featureid="screen-wake-lock">Screen Wake Lock API</a> lets developers signal the needs to keep the screen up in these circumstances.</p>
8686
</div>
8787
</section>
8888

games/userinput.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>仕様化が進行中の仕様</h2>
8282
</div>
8383

8484
<div data-feature="Screen wake lock">
85-
<p>ユーザがゲームへのコマンドを口頭で行う、もしくは非接触方法経由で操作を行うなどの手法をとる場合、デバイスのスクリーンセーバーにより画面が自動的に消灯されてしまう懸念があります。<a data-featureid="wake-lock">Wake Lock API</a> により開発者はそのような状況下でも画面を点灯したままにしておくことが可能になります。</p>
85+
<p>ユーザがゲームへのコマンドを口頭で行う、もしくは非接触方法経由で操作を行うなどの手法をとる場合、デバイスのスクリーンセーバーにより画面が自動的に消灯されてしまう懸念があります。<a data-featureid="screen-wake-lock">Screen Wake Lock API</a> により開発者はそのような状況下でも画面を点灯したままにしておくことが可能になります。</p>
8686
</div>
8787
</section>
8888

js/translations.zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
"User Timing Level 2": "用户计时第二版",
300300
"Vibration API (Second Edition)": "振动 API",
301301
"Visual Viewport API": "可视视口 API",
302-
"Wake Lock API": "唤醒锁 API",
302+
"Screen Wake Lock API": "屏幕唤醒锁 API",
303303
"Web Animations": "Web 动画",
304304
"Web App Manifest - Application Information": "Web 应用清单——应用信息",
305305
"Web App Manifest": "Web 应用清单",

mobile/userinput.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Technologies in progress</h2>
4949
<p>The <a data-featureid="badging">Badging API</a> defines a more subtle notification mechanism than <a href="https://www.w3.org/TR/notifications/">Web Notifications</a>, allowing Web applications that have been installed on the device (e.g. through a manifest file) to set an application-wide badge, typically shown next to the application's icon on the home screen, to notify the user when the state of the application has changed and might require their attention (e.g. a new message has arrived).</p>
5050
</div>
5151

52-
<p data-feature="Screen wake">Whether users are speaking commands to their apps or working with them through non-haptic interactions, they risk seeing the screens turned off automatically by their devices screensaver. An early proposal for a <a data-featureid="wake-lock">Wake Lock API</a> would let developers signal the needs to keep the screen up in these circumstances.</p>
52+
<p data-feature="Screen wake">Whether users are speaking commands to their apps or working with them through non-haptic interactions, they risk seeing the screens turned off automatically by their devices screensaver. An early proposal for a <a data-featureid="screen-wake-lock">Screen Wake Lock API</a> would let developers signal the needs to keep the screen up in these circumstances.</p>
5353
</section>
5454

5555
<section class="featureset exploratory-work">

mobile/userinput.zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 id="technologies-in-progress">开发中的技术</h2>
4949
<p>除了<a href="https://www.w3.org/TR/notifications/">Web通知</a>以外,<a data-featureid="badging">标记 API</a>定义了另一种通知机制,允许已经安装在设备上的 Web 应用(例如通过清单文件)设置一个标记,通常显示在主屏幕上应用程序的图标旁边,在应用程序的状态发生变化时通知用户可能需要注意的信息(如新消息)。</p>
5050
</div>
5151

52-
<p data-feature="屏幕唤醒">不论用户使用语音向它们的应用设备下达命令还是通过非触觉交互来处理这些命令,他们都面临着由于屏幕保护程序导致的屏幕自动关闭的风险。<a data-featureid="wake-lock">唤醒锁 API</a> 让开发者在这种情况下保持屏幕不锁定。</p>
52+
<p data-feature="屏幕唤醒">不论用户使用语音向它们的应用设备下达命令还是通过非触觉交互来处理这些命令,他们都面临着由于屏幕保护程序导致的屏幕自动关闭的风险。<a data-featureid="screen-wake-lock">屏幕唤醒锁 API</a> 让开发者在这种情况下保持屏幕不锁定。</p>
5353
</section>
5454

5555
<section class="featureset exploratory-work">

0 commit comments

Comments
 (0)