Skip to content

Commit 7fdd68a

Browse files
annevkdomenic
authored andcommitted
Editorial: remove erroneous closing parenthesis
Introduced in 7c5555a by accident.
1 parent 3f7c879 commit 7fdd68a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source

+1-3
Original file line numberDiff line numberDiff line change
@@ -104274,7 +104274,6 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
104274104274
encoding of the file.</p>
104275104275

104276104276
<ol>
104277-
104278104277
<li><p>If the encoding that is already being used to interpret the input stream is a <span>UTF-16
104279104278
encoding</span>, then set the <span data-x="concept-encoding-confidence">confidence</span> to
104280104279
<i>certain</i> and return. The new encoding is ignored; if it was anything but the
@@ -104312,11 +104311,10 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
104312104311
<i>certain</i>. Whenever possible, this should be done without actually contacting the network
104313104312
layer (the bytes should be re-parsed from memory), even if, e.g., the document is marked as not
104314104313
being cacheable. If this is not possible and contacting the network layer would involve repeating
104315-
a request that uses a method other than `<code data-x="">GET</code>`), then instead set the <span
104314+
a request that uses a method other than `<code data-x="">GET</code>`, then instead set the <span
104316104315
data-x="concept-encoding-confidence">confidence</span> to <i>certain</i> and ignore the new
104317104316
encoding. The resource will be misinterpreted. User agents may notify the user of the situation,
104318104317
to aid in application development.</p></li>
104319-
104320104318
</ol>
104321104319

104322104320
<p class="note">This algorithm is only invoked when a new encoding is found declared on a

0 commit comments

Comments
 (0)