Skip to content

Commit 0d759c9

Browse files
committed
Don't require user prompt handler notify to match when creating session
This would prevent creating a BiDi session for a browser that already has a HTTP session with the notify flag set for some prompt handler.
1 parent 34f9efa commit 0d759c9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10545,11 +10545,7 @@ <h3>User Prompt Handler</h3>
1054510545
<li><p>If the <var>requested prompt handler</var>&apos;s [=prompt
1054610546
handler configuration/handler=] is not equal to the <a>user
1054710547
prompt handler</a>&apos;s [=prompt handler
10548-
configuration/handler=], or the <var>requested prompt
10549-
handler</var>&apos;s [=prompt handler configuration/notify=]
10550-
is not equal to the <a>user prompt
10551-
handler</a>&apos;s [=prompt handler configuration/handler=],
10552-
return false.
10548+
configuration/handler=], return false.
1055310549

1055410550
</ol>
1055510551
</li>
@@ -10558,6 +10554,12 @@ <h3>User Prompt Handler</h3>
1055810554
<li>Return true</li>
1055910555
</ol>
1056010556

10557+
<p class="note">This does not check the <var>requested prompt
10558+
handler</var>&apos;s [=prompt handler configuration/notify=] matches
10559+
the [=prompt handler configuration/handler=], because the [=prompt
10560+
handler configuration/notify=] component only affects the [=HTTP
10561+
session=], if any.
10562+
1056110563
<p>To <dfn>update the user prompt handler</dfn> given <var>requested prompt handler</var>:
1056210564

1056310565
<ol class=algorithm>

0 commit comments

Comments
 (0)