File tree Expand file tree Collapse file tree 4 files changed +2
-143
lines changed Expand file tree Collapse file tree 4 files changed +2
-143
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ def process_main_spec():
270
270
'legacy-event-types' ,
271
271
'extending-events' ,
272
272
'security' ,
273
- 'changes' ,
274
273
'acknowledgements' ,
275
274
'glossary' ,
276
275
]
Original file line number Diff line number Diff line change @@ -172,11 +172,6 @@ path: sections/extending-events.include
172
172
path: sections/security.include
173
173
</pre>
174
174
175
- <!-- Changes =============================================================== -->
176
- <pre class="include">
177
- path: sections/changes.include
178
- </pre>
179
-
180
175
<!-- Acknowledgements ====================================================== -->
181
176
<pre class="include">
182
177
path: sections/acknowledgements.include
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ described in this Appendix.
205
205
<p class="note">
206
206
The argument list to this legacy KeyboardEvent initializer does not
207
207
include the <code>detailArg</code> (present in other initializers) and
208
- adds the <code>locale</code> argument (see [[#changes-drafts]]) ; it is
208
+ adds the <code>locale</code> argument; it is
209
209
necessary to preserve this inconsistency for compatibility with existing
210
210
implementations.
211
211
</p>
@@ -296,7 +296,7 @@ described in this Appendix.
296
296
<p class="note">
297
297
The argument list to this legacy CompositionEvent initializer does not
298
298
include the <code>detailArg</code> (present in other initializers) and
299
- adds the <code>locale</code> argument (see [[#changes-drafts]]) ; it is
299
+ adds the <code>locale</code> argument; it is
300
300
necessary to preserve this inconsistency for compatibility with existing
301
301
implementations.
302
302
</p>
You can’t perform that action at this time.
0 commit comments