Skip to content

Commit e4fd201

Browse files
authored
Change SHOULD to MUST when closing or terminating connections. (#425)
1 parent aa7c4e7 commit e4fd201

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -2137,15 +2137,15 @@ <h3>
21372137
closed) while the <a>presentation connection state</a> of
21382138
<var>S</var> is <a for="PresentationConnectionState">connecting</a>
21392139
or <a for="PresentationConnectionState">connected</a>, the <a>user
2140-
agent</a> SHOULD <a>start closing the presentation connection</a>
2140+
agent</a> MUST <a>start closing the presentation connection</a>
21412141
<var>S</var> with <a for=
21422142
"PresentationConnectionCloseReason">wentaway</a> as
21432143
<var>closeReason</var> and an empty <var>closeMessage</var>.
21442144
</p>
21452145
<p>
21462146
If the <a>user agent</a> receives a signal from the <a>destination
21472147
browsing context</a> that a <a>PresentationConnection</a>
2148-
<var>S</var> is to be closed, it SHOULD <a>close the presentation
2148+
<var>S</var> is to be closed, it MUST <a>close the presentation
21492149
connection</a> <var>S</var> with <a for=
21502150
"PresentationConnectionCloseReason">closed</a> or <a for=
21512151
"PresentationConnectionCloseReason">wentaway</a> as
@@ -2377,11 +2377,11 @@ <h4>
23772377
<p>
23782378
If the <a>user agent</a> encounters an unrecoverable error while
23792379
<a data-lt="receive-algorithm">receiving a message</a> through
2380-
<var>presentationConnection</var>, it SHOULD abruptly <a>close the
2380+
<var>presentationConnection</var>, it MUST abruptly <a>close the
23812381
presentation connection</a> <var>presentationConnection</var> with
23822382
<a for="PresentationConnectionCloseReason">error</a> as
2383-
<var>closeReason</var>, and a human readable description of the
2384-
error encountered as <var>closeMessage</var>.
2383+
<var>closeReason</var>. It SHOULD use a human readable description
2384+
of the error encountered as <var>closeMessage</var>.
23852385
</p>
23862386
</section>
23872387
<section>
@@ -2692,7 +2692,7 @@ <h4>
26922692
When a <a>receiving user agent</a> is to <dfn>send a termination
26932693
confirmation</dfn> for a presentation <var>P</var>, and that
26942694
confirmation was received by a <a>controlling user agent</a>, the
2695-
<a>controlling user agent</a> SHOULD run the following steps:
2695+
<a>controlling user agent</a> MUST run the following steps:
26962696
</p>
26972697
<ol>
26982698
<li>For each <var>connection</var> in the <a>set of controlled

0 commit comments

Comments
 (0)