@@ -7,6 +7,7 @@ Text Macro: LATESTRD 2023-09
7
7
Abstract : This specification provides APIs to enable web applications to maintain bidirectional
8
8
Abstract : communications with server-side processes.
9
9
Translation : ja https://triple-underscore.github.io/WebSocket-ja.html
10
+ Translation : zh-Hans https://htmlspecs.com/websockets/
10
11
Indent : 1
11
12
Markup Shorthands : markdown yes
12
13
</pre>
@@ -356,7 +357,7 @@ The <dfn attribute for=WebSocket>readyState</dfn> getter steps are to return [=t
356
357
357
358
The <dfn attribute for=WebSocket>extensions</dfn> attribute must initially return the empty
358
359
string. After [=the WebSocket connection is established=] , its value might change, as defined
359
- below.</p>
360
+ below.
360
361
361
362
The <dfn attribute for=WebSocket>protocol</dfn> attribute must initially return the empty
362
363
string. After [=the WebSocket connection is established=] , its value might change, as defined below.
@@ -394,7 +395,7 @@ string. After [=the WebSocket connection is established=], its value might chang
394
395
If neither |code| nor |reason| is present, the WebSocket Close message must not have a body.
395
396
396
397
<p class="note"> The WebSocket Protocol erroneously states that the status code is <span
397
- class=allow-2119> required</a > for the [=start the WebSocket closing handshake=] algorithm.
398
+ class=allow-2119> required</span > for the [=start the WebSocket closing handshake=] algorithm.
398
399
<!-- TODO(ricea): File an errata against RFC6455. -->
399
400
400
401
If |code| is present, then the status code<!--CLOSE CODE--> to use in the WebSocket Close
@@ -583,7 +584,7 @@ When [=a WebSocket message has been received=] with type |type| and data |data|,
583
584
:: a new {{DOMString}} containing |data|
584
585
585
586
: |type| indicates that the data is Binary and [=WebSocket/binary type=] is
586
- <dfn enum-value for=BinaryType>"blob"</a >
587
+ <dfn enum-value for=BinaryType>"blob"</dfn >
587
588
:: a new {{Blob}} object, created in the [=relevant Realm=] of the {{WebSocket}} object, that
588
589
represents |data| as its raw data [[!FILEAPI]]
589
590
0 commit comments