@@ -32,8 +32,6 @@ spec:html; type:element-attr; for:a; text:href
32
32
spec:html; type:event; text:resize
33
33
spec:selectors-4; type:selector; text::hover
34
34
spec:webidl; type:dfn; text:namespace
35
- spec:uievents
36
- type:method; for:Document; text:initMouseEvent()
37
35
</pre>
38
36
<!-- Some of these 'anchors' entries are really routing around spec bugs.
39
37
https://github.com/w3c/remote-playback/issues/137
@@ -63,8 +61,6 @@ urlPrefix: https://url.spec.whatwg.org/; spec: URL
63
61
url: #percent-encode; type: abstract-op; text: percent-encode
64
62
urlPrefix: https://www.w3.org/TR/payment-request/; spec: payment-request
65
63
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
68
64
</pre>
69
65
70
66
<style>
@@ -1233,7 +1229,7 @@ as its result can be any of a number of subclasses of {{Element}}.
1233
1229
</div>
1234
1230
1235
1231
<div class="example">
1236
- The {{Document /initMouseEvent}} factory method only creates {{MouseEvent}} objects,
1232
+ The {{MouseEvent /initMouseEvent}} factory method only creates {{MouseEvent}} objects,
1237
1233
which were originally not constructible,
1238
1234
even though there was no technical reason against that.
1239
1235
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
1876
1872
to be used in another API,
1877
1873
or keep track of which time unit is needed where.
1878
1874
1879
- This convention began with {{setTimeout}} and the
1875
+ This convention began with {{WindowOrWorkerGlobalScope/ setTimeout() }} and the
1880
1876
{{Date}} API,
1881
1877
and has been used since then.
1882
1878
@@ -2621,7 +2617,7 @@ design, the following rules have emerged:
2621
2617
<th> HTML elements and attributes</th>
2622
2618
<td> Lowercase, concatenated</td>
2623
2619
<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>
2625
2621
</tr>
2626
2622
<tr>
2627
2623
<th> JSON keys</th>
0 commit comments