Skip to content

Commit 564caf6

Browse files
Fix broken link to "labelable element"
Assuming we just need a straightforward `href` here, and not a `data-cite`? (either way, the current format is broken)
1 parent 75bd4b7 commit 564caf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2252,7 +2252,7 @@ <h2 id="docconformance">
22522252
<td>
22532253
<p>
22542254
If a `label` element is implicitly or explicitly associated with a
2255-
<a href="data-html/https://html.spec.whatwg.org/multipage/forms.html#category-label">labelable element</a> then
2255+
<a href="https://html.spec.whatwg.org/multipage/forms.html#category-label">labelable element</a> then
22562256
<a><strong class="nosupport">no `role`</strong></a>
22572257
</p>
22582258
<p>

0 commit comments

Comments
 (0)