Skip to content

Commit

Permalink
Revise per mlamouri@ feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed May 31, 2016
1 parent 4ec2c1e commit 07e1f27
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions index.html
Expand Up @@ -2473,14 +2473,12 @@ <h4>
<a>receiving browsing context</a>.
</p>
<p class="note">
The <a>receiving user agent</a> may be a display-only device lacking
the ability to accept user input. When this is the case, it should
handle functions that require user input carefully, especially when
the interaction is modal. For example, functions such as
<code>window.alert</code>,
<code>window.confirm</code>,
<code>window.prompt</code>, and
<code>window.print</code> could be treated as no-ops.
Given the operating context of the <a>presentation display</a>, some
APIs will not work by design (for example, by requiring user input)
or will be obsolete (for example, by attempting window management);
the <a>receiving user agent</a> should be aware of this.
Furthermore, any modal user interface will need to be handled
carefully.
</p>
</section>
</section>
Expand Down

0 comments on commit 07e1f27

Please sign in to comment.