Skip to content

Commit cce98e5

Browse files
committed
Meta: address Bikeshed errors
1 parent 7f3e3b6 commit cce98e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

url.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ valid input. User agents, especially conformance checkers, are encouraged to rep
180180
<td><dfn>IPv6-unclosed</dfn>
181181
<td>
182182
<p>An <a for=/>IPv6 address</a> is missing the closing U+005D (]).
183-
<p class=example id=example-ipv6-unclosed>"<code>https://[::1</code>"
183+
<p class=example id=example-ipv6-unclosed>"<code>https://\[::1</code>"
184184
<td class=yes>Yes
185185
<!-- IPv6 parser -->
186186
<tr>
187187
<td><dfn>IPv6-invalid-compression</dfn>
188188
<td>
189189
<p>An <a for=/>IPv6 address</a> begins with improper compression.
190-
<p class=example id=example-ipv6-invalid-compression>"<code>https://[:1]</code>"
190+
<p class=example id=example-ipv6-invalid-compression>"<code>https://\[:1]</code>"
191191
<td class=yes>Yes
192192
<tr>
193193
<td><dfn>IPv6-too-many-pieces</dfn>
@@ -709,7 +709,7 @@ point <a for=/>URLs</a> from <var>A</var> can come from untrusted sources.
709709
<td><code>0xffffffff</code> (<a>opaque host</a>)
710710
<tr>
711711
<td><code>[0:0::1]</code>
712-
<td colspan=2><code>[::1]</code> (<a for=/ lt="IPv6 address">IPv6</a>)
712+
<td colspan=2><code>\[::1]</code> (<a for=/ lt="IPv6 address">IPv6</a>)
713713
<tr>
714714
<td><code>[0:0::1%5D</code>
715715
<td colspan=2 rowspan=2>Failure
@@ -1834,7 +1834,7 @@ the <a>blob URL store</a> between parsing and fetching, while fetching will stil
18341834
<td>null
18351835
<td>null
18361836
<tr>
1837-
<td><code>file:///ada/Analytical%20Engine/README.md
1837+
<td><code>file:///ada/Analytical%20Engine/README.md</code>
18381838
<td>"<code>file</code>"
18391839
<td>null
18401840
<td>null

0 commit comments

Comments
 (0)