Skip to content

Commit e00e683

Browse files
Fix typo in <d1> tag (rather than <dl>)
In the HTML rendered version of the spec, this typo results in the last section of the spec (the `AnySocketAddress` type) being indented. This is due to Bikeshed removing the `</dd>` close tag because in HTML it almost always is optional, but in this case it resulted in the remainder of the spec content being pulled inside the `<dd>` element. The only parts that are not pulled are those after the Bikeshed-inserted `</main>` close tag, which correspond to the boilerplate sections inserted at the end of the document.
1 parent e6b23b0 commit e00e683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
359359

360360
<h3 id="socketinfo-dictionary">`SocketInfo` dictionary</h3>
361361

362-
<d1>
362+
<dl>
363363
<dt>
364364
{{remoteAddress}} member
365365
</dt>
@@ -379,7 +379,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
379379
<dd>
380380
If the server agrees with one of the protocols specified in the `alpn` negotiation list, returns that protocol name as a string, otherwise `null`.
381381
</dd>
382-
</d1>
382+
</dl>
383383

384384
<h3 id="anysocketaddress-type">`AnySocketAddress` type</h3>
385385

0 commit comments

Comments
 (0)