Skip to content

Commit 6c67d67

Browse files
authored
Fix Bikeshed linking errors (#331)
1 parent 7f66605 commit 6c67d67

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

index.bs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ spec:html; type:element-attr; for:a; text:href
3232
spec:html; type:event; text:resize
3333
spec:selectors-4; type:selector; text::hover
3434
spec:webidl; type:dfn; text:namespace
35-
spec:uievents
36-
type:method; for:Document; text:initMouseEvent()
3735
</pre>
3836
<!-- Some of these 'anchors' entries are really routing around spec bugs.
3937
https://github.com/w3c/remote-playback/issues/137
@@ -63,8 +61,6 @@ urlPrefix: https://url.spec.whatwg.org/; spec: URL
6361
url: #percent-encode; type: abstract-op; text: percent-encode
6462
urlPrefix: https://www.w3.org/TR/payment-request/; spec: payment-request
6563
url: #dfn-state; type: dfn; text: [[state]];
66-
urlPrefix: https://www.w3.org/TR/uievents/ spec: uievents
67-
url: #idl-interface-MouseEvent-initializers; type: dfn; text: initMouseEvent
6864
</pre>
6965

7066
<style>
@@ -1233,7 +1229,7 @@ as its result can be any of a number of subclasses of {{Element}}.
12331229
</div>
12341230

12351231
<div class="example">
1236-
The {{Document/initMouseEvent}} factory method only creates {{MouseEvent}} objects,
1232+
The {{MouseEvent/initMouseEvent}} factory method only creates {{MouseEvent}} objects,
12371233
which were originally not constructible,
12381234
even though there was no technical reason against that.
12391235
Eventually it was deprecated, and the {{MouseEvent}} object was simply made constructible.
@@ -1876,7 +1872,7 @@ This means that authors don't need to convert values used in one API
18761872
to be used in another API,
18771873
or keep track of which time unit is needed where.
18781874

1879-
This convention began with {{setTimeout}} and the
1875+
This convention began with {{WindowOrWorkerGlobalScope/setTimeout()}} and the
18801876
{{Date}} API,
18811877
and has been used since then.
18821878

@@ -2621,7 +2617,7 @@ design, the following rules have emerged:
26212617
<th>HTML elements and attributes</th>
26222618
<td>Lowercase, concatenated</td>
26232619
<td><{figcaption}><br>
2624-
<{textarea/maxlength}></td>
2620+
<a href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-maxlength">maxlength</a></td>
26252621
</tr>
26262622
<tr>
26272623
<th>JSON keys</th>

0 commit comments

Comments
 (0)