Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10545,11 +10545,7 @@ <h3>User Prompt Handler</h3>
<li><p>If the <var>requested prompt handler</var>&apos;s [=prompt
handler configuration/handler=] is not equal to the <a>user
prompt handler</a>&apos;s [=prompt handler
configuration/handler=], or the <var>requested prompt
handler</var>&apos;s [=prompt handler configuration/notify=]
is not equal to the <a>user prompt
handler</a>&apos;s [=prompt handler configuration/handler=],
return false.
configuration/handler=], return false.

</ol>
</li>
Expand All @@ -10558,6 +10554,12 @@ <h3>User Prompt Handler</h3>
<li>Return true</li>
</ol>

<p class="note">This does not check the <var>requested prompt
handler</var>&apos;s [=prompt handler configuration/notify=] matches
the [=prompt handler configuration/handler=], because the [=prompt
handler configuration/notify=] component only affects the [=HTTP
session=], if any.

<p>To <dfn>update the user prompt handler</dfn> given <var>requested prompt handler</var>:

<ol class=algorithm>
Expand Down